@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

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

@font-face {
  font-family: 'Canela';
  src: url(../fonts/Canela-Light.woff2);
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BasisGrotesquePro';
  src: url(../fonts/BasisGrotesquePro-Regular.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #F9F1EB;
  color: #0D0D0D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
  transition: background-color 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
  body:has(dialog[open]) {
    overflow: hidden;
    pointer-events: none; }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }

p, ul li {
  line-height: 28px;
  font-size: 16px; }
  @media (max-width: 768px) {
    p, ul li {
      font-size: 16px;
      line-height: 22px; } }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #0D0D0D; }

::selection {
  color: #ffffff;
  background: #0D0D0D; }

body.noscroll,
body.menu-open {
  overflow: hidden; }

iframe,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.hidden {
  display: none !important; }

a {
  display: inline-block;
  color: inherit; }

/*Generic*/
.text-center {
  text-align: center; }

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

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

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

.flex {
  display: flex;
  align-items: center; }

.wrapper {
  padding: 0px 5%; }
  @media (max-width: 768px) {
    .wrapper {
      padding: 0px 30px; } }
  @media (max-width: 450px) {
    .wrapper {
      padding: 0px 15px; } }

.small-wrapper {
  padding: 0px 10%; }
  @media (max-width: 768px) {
    .small-wrapper {
      padding: 0px 30px; } }
  @media (max-width: 450px) {
    .small-wrapper {
      padding: 0px 15px; } }

.main-cont {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

.black {
  color: #0D0D0D; }
  .black p {
    color: #0D0D0D; }

.white {
  color: #ffffff; }
  .white p {
    color: #ffffff; }

.bg_white {
  background-color: #ffffff; }

.bg_black {
  background-color: #0D0D0D; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Canela", serif; }

.animated-title {
  opacity: 0; }
  .animated-title .word {
    overflow: hidden; }

h1, .h1 {
  opacity: 0;
  font-size: 90px;
  font-weight: 300;
  line-height: 0.8;
  color: #8B6F40;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    h1, .h1 {
      font-size: 72px; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 60px; } }
  @media (max-width: 450px) {
    h1, .h1 {
      font-size: 48px; } }
  h1 .word, .h1 .word {
    overflow: hidden;
    line-height: 1.2; }

h2, .h2 {
  opacity: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 0.8;
  color: #8B6F40;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 30px; } }
  h2 .word, .h2 .word {
    overflow: hidden;
    line-height: 1.2; }

h3, .h3 {
  opacity: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 0.8;
  color: #8B6F40;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    h3, .h3 {
      font-size: 28px; } }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }
  h3 .word, .h3 .word {
    overflow: hidden;
    line-height: 1.2; }

h1.no-animation, .h1.no-animation, h2.no-animation, .h2.no-animation, h3.no-animation, .h3.no-animation {
  opacity: 1;
  line-height: 1.2; }

.btn {
  color: #0D0D0D;
  font-family: "Canela", serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #0D0D0D;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer; }
  .btn::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%; }
  .btn .inner-wrapper {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .btn .inner {
    position: relative;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    .btn .inner::after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      top: 120%; }
  .btn:hover .inner {
    transform: translateY(-120%); }
  .btn.white {
    border: 1px solid #ffffff;
    color: #ffffff; }
  .btn.brown {
    border: 1px solid #8B6F40;
    color: #8B6F40; }

.text-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .text-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .text-link:hover::after {
    width: 100%; }

a {
  text-decoration: none; }

.pos_rel {
  position: relative; }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 0px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #716C71;
  border-radius: 0px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #716C71; }

#cookie-notice {
  background-color: #ffffff !important;
  max-width: 50% !important;
  display: block;
  min-width: unset !important;
  margin: auto;
  left: 0px !important;
  right: 0px; }
  @media (max-width: 991px) {
    #cookie-notice {
      max-width: 100% !important; } }
  #cookie-notice .cn-close-icon {
    right: 15px;
    top: 30px;
    padding: 0px;
    width: 30px;
    height: 30px;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #cookie-notice .cn-close-icon::after, #cookie-notice .cn-close-icon::before {
      height: 25px; }
  #cookie-notice .cookie-notice-container {
    padding: 2rem; }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      font-family: "BasisGrotesquePro", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.6;
      color: #716C71;
      width: 100%;
      margin-bottom: 25px; }
      #cookie-notice .cookie-notice-container #cn-notice-text p {
        margin: auto; }
      #cookie-notice .cookie-notice-container #cn-notice-text h4 {
        font-size: 40px;
        color: #716C71;
        margin: auto;
        margin-bottom: 25px;
        font-family: "BasisGrotesquePro", sans-serif !important; }
    @media (max-width: 991px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        display: flex !important; } }
    @media (max-width: 450px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        flex-direction: column !important; } }
    #cookie-notice .cookie-notice-container a {
      background-color: #716C71 !important;
      border-radius: 0px !important;
      color: #ffffff !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "BasisGrotesquePro", sans-serif !important;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important; }
      #cookie-notice .cookie-notice-container a:hover {
        background-color: #716C71 !important; }
      @media (max-width: 991px) {
        #cookie-notice .cookie-notice-container a {
          display: block !important;
          margin: auto !important;
          max-width: none; } }
      @media (max-width: 450px) {
        #cookie-notice .cookie-notice-container a {
          margin: 10px auto !important;
          width: 75% !important; } }

.swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #716C71; }
  .swiper-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    border-radius: unset;
    margin: unset !important;
    background-color: transparent;
    opacity: 1 !important;
    transition: 0.2s ease-in-out;
    border-right: 1px solid #716C71; }
    .swiper-pagination .swiper-pagination-bullet:last-of-type {
      border-right: unset; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #716C71; }
    .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
      background-color: #ffffff; }

.swiper-container {
  overflow: hidden; }

.swiper-arrow-button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out; }
  .swiper-arrow-button:hover {
    transform: translateX(5px); }

#featured-404 {
  height: 100dvh;
  width: 100dvw;
  position: relative; }
  #featured-404::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0D0D0D;
    opacity: 0.7; }
  #featured-404 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #featured-404 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 950px;
    padding-inline: 30px;
    z-index: 1; }
    #featured-404 .text-wrapper * {
      color: #ffffff;
      text-align: center; }
    #featured-404 .text-wrapper h1 {
      margin: unset;
      width: 100%;
      font-weight: 300;
      line-height: 1.2; }
    #featured-404 .text-wrapper a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto;
      border-bottom: 1px solid #ffffff; }

.fitty-heading {
  margin: unset;
  line-height: normal;
  font-family: "Canela", serif; }

.book-popup-wrapper {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(13, 13, 13, 0.6);
  z-index: 10;
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
  pointer-events: all; }
  .book-popup-wrapper.inactive {
    opacity: 0;
    pointer-events: none; }
    .book-popup-wrapper.inactive .book-popup {
      opacity: 0;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      transform: translate(-50%, -45%); }
  .book-popup-wrapper .book-popup {
    width: 100%;
    max-width: 850px;
    height: 600px;
    padding-inline: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.4s 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 768px) {
      .book-popup-wrapper .book-popup {
        max-width: 550px; } }
    .book-popup-wrapper .book-popup .popup-content {
      background: #B9AE9B;
      box-sizing: border-box;
      display: flex;
      padding: 10px;
      gap: 10px;
      height: 100%; }
      @media (max-width: 768px) {
        .book-popup-wrapper .book-popup .popup-content {
          flex-direction: column; } }
      .book-popup-wrapper .book-popup .popup-content .link-box {
        flex: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        @media (max-width: 768px) {
          .book-popup-wrapper .book-popup .popup-content .link-box {
            height: calc(50% - 5px); } }
        .book-popup-wrapper .book-popup .popup-content .link-box .title {
          position: absolute;
          width: 100%;
          text-align: center;
          padding-inline: 30px;
          color: #ffffff;
          z-index: 1;
          line-height: 1;
          font-size: 42px;
          font-family: "Canela", serif; }
          @media (max-width: 768px) {
            .book-popup-wrapper .book-popup .popup-content .link-box .title {
              font-size: 36px; } }
          @media (max-width: 450px) {
            .book-popup-wrapper .book-popup .popup-content .link-box .title {
              font-size: 32px; } }
        .book-popup-wrapper .book-popup .popup-content .link-box img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          filter: brightness(0.5);
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .book-popup-wrapper .book-popup .popup-content .link-box:hover img {
          filter: brightness(0.7); }
    .book-popup-wrapper .book-popup .popup-close {
      width: 30px;
      padding: 20px;
      aspect-ratio: 1;
      border-radius: 100%;
      background-color: #B9AE9B;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      position: absolute;
      left: 50%;
      top: -50px;
      transform: translateX(-50%);
      cursor: pointer; }
      @media (max-width: 768px) {
        .book-popup-wrapper .book-popup .popup-close {
          width: 20px; } }
      .book-popup-wrapper .book-popup .popup-close span {
        width: 25px;
        height: 2px;
        background: white;
        position: absolute;
        left: 50%;
        top: 50%; }
        @media (max-width: 768px) {
          .book-popup-wrapper .book-popup .popup-close span {
            width: 20px; } }
        .book-popup-wrapper .book-popup .popup-close span:first-child {
          transform: translate(-50%, -50%) rotate(45deg); }
        .book-popup-wrapper .book-popup .popup-close span:last-child {
          transform: translate(-50%, -50%) rotate(-45deg); }

/*-- float utilities --*/
.float-left {
  float: left   !important; }

.float-right {
  float: right  !important; }

.float-none {
  float: none   !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left   !important; }
  .float-sm-right {
    float: right  !important; }
  .float-sm-none {
    float: none   !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left   !important; }
  .float-md-right {
    float: right  !important; }
  .float-md-none {
    float: none   !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left   !important; }
  .float-lg-right {
    float: right  !important; }
  .float-lg-none {
    float: none   !important; } }

/*-- text utilities --*/
.text-left {
  text-align: left   !important; }

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left   !important; }
  .text-sm-right {
    text-align: right  !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left   !important; }
  .text-md-right {
    text-align: right  !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left   !important; }
  .text-lg-right {
    text-align: right  !important; }
  .text-lg-center {
    text-align: center !important; } }

/*-- spacing utilities --*/
.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

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

.mb-auto {
  margin-bottom: auto !important; }

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

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

.pr-0 {
  padding-right: 0 !important; }

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

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.form-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, 50%);
  z-index: 1;
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .form-wrapper.scrolled {
    opacity: 0;
    pointer-events: none; }
  @media (max-width: 768px) {
    .form-wrapper {
      transform: translate(-50%, 50px); } }
  @media (max-width: 550px) {
    .form-wrapper {
      transform: translate(-50%, 100px); } }
  .form-wrapper form {
    background: #ffffff;
    width: 100%;
    height: 120px; }
    @media (max-width: 1024px) {
      .form-wrapper form {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }

#bookingForm {
  display: flex;
  align-items: center;
  padding-inline: 5%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-block: 15px;
  max-width: 1300px;
  margin-inline: auto; }
  @media (max-width: 1440px) {
    #bookingForm {
      padding-inline: 5% 0; } }
  @media (max-width: 1280px) {
    #bookingForm {
      padding-inline: 20px 0; } }
  @media (max-width: 1024px) {
    #bookingForm {
      padding-inline: 20px;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      row-gap: 40px; } }
  @media (max-width: 768px) {
    #bookingForm {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      padding-block: 25px; } }
  @media (max-width: 550px) {
    #bookingForm {
      row-gap: 20px; } }
  #bookingForm .custom-select-wrapper {
    position: relative;
    width: 150px; }
  #bookingForm .custom-select {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #bookingForm .select-trigger {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #bookingForm .select-trigger::after {
    content: '▼';
    font-size: 12px;
    margin-left: 10px; }
  #bookingForm .select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10; }
  #bookingForm .custom-select.open .select-options {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all; }
  #bookingForm .option {
    padding: 8px;
    cursor: pointer; }
  #bookingForm .option:hover {
    background-color: #f0f0f0; }
  #bookingForm .input-label {
    font-family: "Canela", serif; }
    @media (max-width: 1280px) {
      #bookingForm .input-label {
        font-size: 16px; } }
    @media (max-width: 768px) {
      #bookingForm .input-label {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      #bookingForm .input-label.desktop {
        display: none; } }
    @media (min-width: 1024px) {
      #bookingForm .input-label.mobile {
        display: none; } }
  #bookingForm .calendar-wrapper {
    display: flex;
    flex-direction: column;
    width: calc(25% - 30px);
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      #bookingForm .calendar-wrapper {
        width: calc(40% - 30px); } }
    @media (max-width: 550px) {
      #bookingForm .calendar-wrapper {
        width: 100%; } }
    #bookingForm .calendar-wrapper .input-wrapper {
      position: relative;
      border-bottom: 1px solid #8B6F40; }
      #bookingForm .calendar-wrapper .input-wrapper input {
        border: unset;
        outline: unset;
        padding: 15px 40px 15px 0px;
        width: 100%; }
        @media (max-width: 1280px) {
          #bookingForm .calendar-wrapper .input-wrapper input {
            font-size: 16px; } }
        @media (max-width: 1024px) {
          #bookingForm .calendar-wrapper .input-wrapper input {
            font-size: 14px; } }
      #bookingForm .calendar-wrapper .input-wrapper img {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 20px; }
  #bookingForm .custom-select-outer-wrapper {
    width: calc(50% - 30px);
    display: flex;
    justify-content: center;
    gap: 60px; }
    @media (max-width: 1024px) {
      #bookingForm .custom-select-outer-wrapper {
        justify-content: center;
        gap: 20px;
        width: calc(60% - 30px); } }
    @media (max-width: 550px) {
      #bookingForm .custom-select-outer-wrapper {
        width: 100%; } }
    #bookingForm .custom-select-outer-wrapper .custom-select-wrapper {
      width: 50%; }
      #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select {
        display: flex;
        flex-direction: column; }
        #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper {
          position: relative; }
          #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper .select-trigger {
            border: unset;
            outline: unset;
            padding: 15px 40px 15px 0px;
            border-bottom: 1px solid #8B6F40; }
            #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper .select-trigger::after {
              content: none; }
          @media (max-width: 1280px) {
            #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper .select-trigger, #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper .option {
              font-size: 16px; } }
          @media (max-width: 1024px) {
            #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper .select-trigger, #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper .option {
              font-size: 14px; } }
          #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select .input-wrapper img {
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        #bookingForm .custom-select-outer-wrapper .custom-select-wrapper .custom-select.open img {
          transform: translate(-50%, -50%) rotate(-180deg); }
  #bookingForm button[type="submit"] {
    width: calc(25% - 30px);
    height: 100%;
    background: unset;
    border: unset;
    border-left: 1px solid #8B6F40;
    color: #8B6F40;
    font-family: "Canela", serif;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    #bookingForm button[type="submit"]::after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      top: 100%; }
    #bookingForm button[type="submit"] .inner-wrapper {
      overflow: hidden;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
    #bookingForm button[type="submit"] .inner {
      position: relative;
      display: inline-block;
      transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
      #bookingForm button[type="submit"] .inner::after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 120%; }
    #bookingForm button[type="submit"]:hover .inner {
      transform: translateY(-120%); }
    @media (max-width: 1024px) {
      #bookingForm button[type="submit"] {
        width: 100%;
        font-size: 16px;
        white-space: nowrap;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        width: 250px;
        padding-block: 15px;
        position: relative;
        border-left: unset; }
        #bookingForm button[type="submit"]::before {
          content: '';
          width: 100px;
          height: 1px;
          background: #8B6F40;
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translateX(-50%); } }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-monthDropdown-month:hover {
  background: #8B6F40;
  border-color: #8B6F40; }

.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
  fill: #8B6F40 !important; }

.headermenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  background-color: transparent;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
  .headermenu.is-active {
    transform: translateY(0%);
    pointer-events: auto; }
    @media (min-width: 768px) {
      .headermenu.is-active {
        background-color: #FFFFFFD4; } }
  .headermenu.is-exiting {
    transform: translateY(100%);
    pointer-events: none; }
  @media (max-width: 768px) {
    .headermenu {
      transform: translateY(-100%);
      opacity: 1; } }
  .headermenu .menu-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .headermenu .menu-image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .headermenu .menu-image::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #FFFFFFD4; }
  .headermenu .headermenu-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: unset;
    margin-left: auto;
    padding-top: 160px;
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    overflow: hidden; }
    @media (max-width: 1024px) {
      .headermenu .headermenu-content {
        padding-top: 120px; } }
    @media (max-width: 768px) {
      .headermenu .headermenu-content {
        max-width: 100%;
        height: 100%;
        padding: 120px 30px 40px;
        transform: unset;
        overflow-y: scroll; } }
    @media (max-width: 450px) {
      .headermenu .headermenu-content {
        padding: 130px 15px 40px; } }
    .headermenu .headermenu-content .main-menu {
      overflow-y: scroll; }
      @media (max-width: 768px) {
        .headermenu .headermenu-content .main-menu.desktop {
          display: none; } }
      @media (min-width: 768px) {
        .headermenu .headermenu-content .main-menu.mobile {
          display: none; } }
    .headermenu .headermenu-content .menu-main-menu-container, .headermenu .headermenu-content .menu-main-menu-mobile-container, .headermenu .headermenu-content .menu-main-menu-greek-container, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container {
      width: 40%;
      position: relative; }
      @media (max-width: 1024px) {
        .headermenu .headermenu-content .menu-main-menu-container, .headermenu .headermenu-content .menu-main-menu-mobile-container, .headermenu .headermenu-content .menu-main-menu-greek-container, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container {
          width: 70%; } }
      @media (max-width: 768px) {
        .headermenu .headermenu-content .menu-main-menu-container, .headermenu .headermenu-content .menu-main-menu-mobile-container, .headermenu .headermenu-content .menu-main-menu-greek-container, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container {
          width: 100%; } }
      .headermenu .headermenu-content .menu-main-menu-container ul, .headermenu .headermenu-content .menu-main-menu-mobile-container ul, .headermenu .headermenu-content .menu-main-menu-greek-container ul, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul {
        margin: unset;
        padding: unset;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 30px; }
        @media (max-width: 768px) {
          .headermenu .headermenu-content .menu-main-menu-container ul, .headermenu .headermenu-content .menu-main-menu-mobile-container ul, .headermenu .headermenu-content .menu-main-menu-greek-container ul, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul {
            gap: 20px;
            text-align: center; } }
        .headermenu .headermenu-content .menu-main-menu-container ul li, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li, .headermenu .headermenu-content .menu-main-menu-greek-container ul li, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li {
          position: relative; }
          .headermenu .headermenu-content .menu-main-menu-container ul li.menu-item-has-children:hover > a::after, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li.menu-item-has-children:hover > a::after, .headermenu .headermenu-content .menu-main-menu-greek-container ul li.menu-item-has-children:hover > a::after, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li.menu-item-has-children:hover > a::after {
            width: 100%; }
          .headermenu .headermenu-content .menu-main-menu-container ul li a, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li a, .headermenu .headermenu-content .menu-main-menu-greek-container ul li a, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li a {
            font-size: 30px;
            font-family: "Canela", serif;
            font-weight: 300;
            position: relative;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            line-height: normal; }
            @media (max-width: 768px) {
              .headermenu .headermenu-content .menu-main-menu-container ul li a, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li a, .headermenu .headermenu-content .menu-main-menu-greek-container ul li a, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li a {
                font-size: 26px; } }
            .headermenu .headermenu-content .menu-main-menu-container ul li a::after, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li a::after, .headermenu .headermenu-content .menu-main-menu-greek-container ul li a::after, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li a::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0%;
              height: 1px;
              background-color: currentColor;
              transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
            .headermenu .headermenu-content .menu-main-menu-container ul li a:hover::after, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li a:hover::after, .headermenu .headermenu-content .menu-main-menu-greek-container ul li a:hover::after, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li a:hover::after {
              width: 100%; }
          .headermenu .headermenu-content .menu-main-menu-container ul li.active > a::after, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li.active > a::after, .headermenu .headermenu-content .menu-main-menu-greek-container ul li.active > a::after, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li.active > a::after {
            width: 100% !important; }
          .headermenu .headermenu-content .menu-main-menu-container ul li .sub-menu, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li .sub-menu, .headermenu .headermenu-content .menu-main-menu-greek-container ul li .sub-menu, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li .sub-menu {
            position: absolute;
            top: 0;
            right: 0;
            transform: translateX(100%);
            gap: 10px;
            opacity: 0;
            pointer-events: none;
            transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
            @media (max-width: 768px) {
              .headermenu .headermenu-content .menu-main-menu-container ul li .sub-menu, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li .sub-menu, .headermenu .headermenu-content .menu-main-menu-greek-container ul li .sub-menu, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li .sub-menu {
                position: relative;
                transform: unset;
                right: unset;
                top: unset;
                opacity: 1;
                pointer-events: all;
                margin-top: 20px; } }
            .headermenu .headermenu-content .menu-main-menu-container ul li .sub-menu a, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li .sub-menu a, .headermenu .headermenu-content .menu-main-menu-greek-container ul li .sub-menu a, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li .sub-menu a {
              font-size: 18px;
              font-family: "BasisGrotesquePro", sans-serif;
              font-weight: 400; }
            .headermenu .headermenu-content .menu-main-menu-container ul li .sub-menu.open, .headermenu .headermenu-content .menu-main-menu-container ul li .sub-menu.hovered, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li .sub-menu.open, .headermenu .headermenu-content .menu-main-menu-mobile-container ul li .sub-menu.hovered, .headermenu .headermenu-content .menu-main-menu-greek-container ul li .sub-menu.open, .headermenu .headermenu-content .menu-main-menu-greek-container ul li .sub-menu.hovered, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li .sub-menu.open, .headermenu .headermenu-content .menu-main-menu-mobile-greek-container ul li .sub-menu.hovered {
              opacity: 1;
              pointer-events: auto; }
  .headermenu.is-active {
    transform: translateY(0%);
    pointer-events: auto; }
    @media (min-width: 768px) {
      .headermenu.is-active {
        background-color: #FFFFFFD4; } }
    .headermenu.is-active .menu-mobile-menu-container ul li {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .headermenu.is-active .headermenu-content {
      transition-delay: 0.4s;
      z-index: 1; }
      .headermenu.is-active .headermenu-content .menu-text {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 0.8s; }
        @media (max-width: 768px) {
          .headermenu.is-active .headermenu-content .menu-text {
            transition-delay: 0.6s; } }
      .headermenu.is-active .headermenu-content .menu-bottom .nav-menu-languages {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 1.2s; }
        @media (max-width: 768px) {
          .headermenu.is-active .headermenu-content .menu-bottom .nav-menu-languages {
            transition-delay: 1s; } }
      .headermenu.is-active .headermenu-content .menu-bottom ul {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 1s; }
        @media (max-width: 768px) {
          .headermenu.is-active .headermenu-content .menu-bottom ul {
            transition-delay: 0.8s; } }
  @media (max-width: 768px) {
    .headermenu .pos_rel {
      width: 100%; } }
  .headermenu .menu-mobile-menu-container {
    margin: auto;
    text-align: center;
    width: 100%; }
    .headermenu .menu-mobile-menu-container ul {
      padding: 0px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .headermenu .menu-mobile-menu-container ul li {
        list-style-type: none;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0%);
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0%);
        transition: all 1s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        overflow: hidden; }
        .headermenu .menu-mobile-menu-container ul li.small a {
          font-size: 20px;
          font-family: "BasisGrotesquePro", sans-serif;
          text-transform: uppercase;
          margin-top: 50px; }
          .headermenu .menu-mobile-menu-container ul li.small a span {
            display: none; }
        .headermenu .menu-mobile-menu-container ul li:last-of-type a {
          margin-bottom: 0px; }
        .headermenu .menu-mobile-menu-container ul li a {
          font-size: 65px;
          line-height: 1.5;
          color: #716C71;
          margin: auto;
          display: block;
          font-weight: 300;
          position: relative;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          transition: all 0.35s linear; }
          @media (max-width: 1680px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 55px; } }
          @media (max-width: 1280px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 53px; } }
          @media (max-width: 1024px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 50px; } }
          @media (max-width: 991px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 40px; } }
          @media (max-width: 768px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 35px; } }
          @media (max-width: 450px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 30px; } }
          .headermenu .menu-mobile-menu-container ul li a:hover {
            color: #ffffff; }
          .headermenu .menu-mobile-menu-container ul li a span {
            color: #ffffff;
            font-size: 32px;
            position: absolute;
            top: 0px;
            left: 0px;
            transform: translateX(-100%);
            font-size: 400; }
            @media (max-width: 1680px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 27px; } }
            @media (max-width: 1280px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 25px; } }
            @media (max-width: 1024px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 23px; } }
            @media (max-width: 991px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 21px; } }
            @media (max-width: 768px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 19px; } }
            @media (max-width: 450px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 17px; } }
          .headermenu .menu-mobile-menu-container ul li a img {
            display: none; }
  .headermenu .languages {
    margin: auto;
    margin-bottom: 15px; }

.header_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  z-index: 6;
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
  border-bottom: 1px solid transparent; }
  @media (max-width: 1024px) {
    .header_wrapper {
      padding-block: 20px;
      min-height: 100px; } }
  .header_wrapper .menu_button_wrapper .menu_button {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    background-color: transparent;
    border: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper .menu_button_wrapper .menu_button .button_icon {
      transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      display: flex;
      width: 30px;
      height: 30px;
      position: relative; }
      .header_wrapper .menu_button_wrapper .menu_button .button_icon span {
        width: 30px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .header_wrapper .menu_button_wrapper .menu_button .button_icon span:nth-child(1) {
          top: 0;
          right: 0; }
        .header_wrapper .menu_button_wrapper .menu_button .button_icon span:nth-child(2) {
          top: 33.33333%;
          left: 0; }
        .header_wrapper .menu_button_wrapper .menu_button .button_icon span:nth-child(3) {
          top: 66.66666%;
          left: 0; }
        .header_wrapper .menu_button_wrapper .menu_button .button_icon span:nth-child(4) {
          top: 100%;
          left: 0; }
    .header_wrapper .menu_button_wrapper .menu_button:hover .button_icon {
      transform: rotate(90deg);
      -webkit-animation: button-icon-rotate 0.4s cubic-bezier(0.65, 0, 0.35, 1);
              animation: button-icon-rotate 0.4s cubic-bezier(0.65, 0, 0.35, 1); }

@-webkit-keyframes button-icon-rotate {
  0% {
    height: 30px; }
  50% {
    height: 25px; }
  100% {
    height: 30px; } }

@keyframes button-icon-rotate {
  0% {
    height: 30px; }
  50% {
    height: 25px; }
  100% {
    height: 30px; } }
  .header_wrapper > .large-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .header_wrapper > .large-wrapper {
        gap: 20px; } }
  .header_wrapper.scrolled, .header_wrapper.black-header, .header_wrapper.openmenu {
    background-color: #F9F1EB;
    border-bottom-color: #0D0D0D; }
    .header_wrapper.scrolled.down, .header_wrapper.black-header.down, .header_wrapper.openmenu.down {
      transform: translateY(-100%); }
    .header_wrapper.scrolled .header_left *, .header_wrapper.scrolled .header_right *, .header_wrapper.black-header .header_left *, .header_wrapper.black-header .header_right *, .header_wrapper.openmenu .header_left *, .header_wrapper.openmenu .header_right * {
      color: #0D0D0D !important;
      transition: 0.2s ease-in-out; }
    .header_wrapper.scrolled .header_left .menu_button span, .header_wrapper.black-header .header_left .menu_button span, .header_wrapper.openmenu .header_left .menu_button span {
      background-color: #0D0D0D !important; }
    .header_wrapper.scrolled .header_left .languages-divider, .header_wrapper.black-header .header_left .languages-divider, .header_wrapper.openmenu .header_left .languages-divider {
      background: #0D0D0D !important; }
    .header_wrapper.scrolled .header_center svg path, .header_wrapper.black-header .header_center svg path, .header_wrapper.openmenu .header_center svg path {
      fill: #0D0D0D; }
    .header_wrapper.scrolled .header_right .btn, .header_wrapper.black-header .header_right .btn, .header_wrapper.openmenu .header_right .btn {
      border: 1px solid #0D0D0D;
      color: #0D0D0D; }
    .header_wrapper.scrolled .header-logomark path, .header_wrapper.scrolled .header-logomark line, .header_wrapper.black-header .header-logomark path, .header_wrapper.black-header .header-logomark line, .header_wrapper.openmenu .header-logomark path, .header_wrapper.openmenu .header-logomark line {
      stroke: #0D0D0D; }
    .header_wrapper.scrolled .logo-names-divider, .header_wrapper.black-header .logo-names-divider, .header_wrapper.openmenu .logo-names-divider {
      background-color: #0D0D0D; }
    .header_wrapper.scrolled .header-phone::after, .header_wrapper.scrolled .languages::after, .header_wrapper.black-header .header-phone::after, .header_wrapper.black-header .languages::after, .header_wrapper.openmenu .header-phone::after, .header_wrapper.openmenu .languages::after {
      background-color: #0D0D0D !important; }
    .header_wrapper.scrolled .header_center a, .header_wrapper.black-header .header_center a, .header_wrapper.openmenu .header_center a {
      opacity: 1;
      visibility: visible; }
  .header_wrapper.scrolled {
    padding-block: 20px;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper.scrolled .header_center .logo-wrapper {
      max-height: 50px; }
      @media (max-width: 1024px) {
        .header_wrapper.scrolled .header_center .logo-wrapper {
          max-height: 40px; } }
      @media (max-width: 768px) {
        .header_wrapper.scrolled .header_center .logo-wrapper {
          max-height: 30px; } }
  .header_wrapper.openmenu {
    background-color: unset;
    border-bottom-color: transparent; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button span:nth-child(1) {
      transform: rotate(90deg);
      top: 50%;
      right: -20px; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button span:nth-child(4) {
      transform: rotate(90deg);
      top: 50%;
      left: -20px; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button span:nth-child(2) {
      transform: rotate(45deg);
      top: 50%; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button span:nth-child(3) {
      transform: rotate(-45deg);
      top: 50%; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button:hover .button_icon {
      transform: unset;
      -webkit-animation: unset;
              animation: unset; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button:hover span {
      background-color: #8B6F40 !important;
      width: 30px !important; }
    .header_wrapper.openmenu .menu_button_wrapper .menu_button:hover span:nth-child(2) {
      width: 30px; }
    .header_wrapper.openmenu .header_center .logo-wrapper {
      max-height: 110px; }
      @media (max-width: 1024px) {
        .header_wrapper.openmenu .header_center .logo-wrapper {
          max-height: 90px; } }
      @media (max-width: 768px) {
        .header_wrapper.openmenu .header_center .logo-wrapper {
          max-height: 70px; } }
  .header_wrapper.black-header:not(.scrolled) {
    background-color: transparent; }
  .header_wrapper ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: unset;
    padding: unset; }
  .header_wrapper .header_left {
    flex-basis: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 100px; }
    @media (max-width: 1024px) {
      .header_wrapper .header_left {
        gap: 40px; } }
    @media (max-width: 1024px) {
      .header_wrapper .header_left {
        gap: 20px; } }
    .header_wrapper .header_left * {
      pointer-events: all; }
    .header_wrapper .header_left .nav-menu-languages {
      display: flex;
      margin: auto;
      color: #ffffff;
      position: relative; }
      .header_wrapper .header_left .nav-menu-languages a {
        max-width: none;
        width: auto;
        border-bottom-color: transparent;
        color: #ffffff;
        line-height: 1;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        margin: auto;
        padding-bottom: 2px;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .header_wrapper .header_left .nav-menu-languages a span {
          font-size: 18px; }
          @media (max-width: 768px) {
            .header_wrapper .header_left .nav-menu-languages a span {
              font-size: 16px; } }
      @media (min-width: 768px) {
        .header_wrapper .header_left .nav-menu-languages .lang {
          opacity: 0.5;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          .header_wrapper .header_left .nav-menu-languages .lang:hover {
            opacity: 1; } }
      @media (max-width: 768px) {
        .header_wrapper .header_left .nav-menu-languages .lang {
          position: absolute;
          bottom: -10px;
          transform: translateY(0%);
          opacity: 0;
          pointer-events: none;
          transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); } }
  @media (max-width: 768px) and (max-width: 768px) {
    .header_wrapper .header_left .nav-menu-languages .lang {
      transform: translateY(100%); } }
      @media (max-width: 768px) {
        .header_wrapper .header_left .nav-menu-languages.active .lang {
          opacity: 1;
          transform: translateY(100%);
          pointer-events: all; } }
      .header_wrapper .header_left .nav-menu-languages .languages-divider {
        width: 45px;
        background: white;
        height: 1px;
        margin-block: auto;
        margin-inline: 20px;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1024px) {
          .header_wrapper .header_left .nav-menu-languages .languages-divider {
            width: 30px;
            margin-inline: 10px; } }
        @media (max-width: 768px) {
          .header_wrapper .header_left .nav-menu-languages .languages-divider {
            display: none; } }
    @media (max-width: 1024px) {
      .header_wrapper .header_left .menu-header-right-menu-container {
        display: none; } }
    .header_wrapper .header_left .menu-header-right-menu-container a {
      position: relative; }
      .header_wrapper .header_left .menu-header-right-menu-container a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #716C71; }
    .header_wrapper .header_left a {
      color: #716C71; }
  .header_wrapper .header_center {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper .header_center * {
      pointer-events: all; }
    .header_wrapper .header_center .logo-wrapper {
      overflow: hidden;
      max-height: 110px;
      transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 1024px) {
        .header_wrapper .header_center .logo-wrapper {
          max-height: 90px; } }
      @media (max-width: 768px) {
        .header_wrapper .header_center .logo-wrapper {
          max-height: 70px; } }
      .header_wrapper .header_center .logo-wrapper .logo {
        width: 250px;
        max-width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        @media (max-width: 1024px) {
          .header_wrapper .header_center .logo-wrapper .logo {
            width: 200px; } }
        @media (max-width: 768px) {
          .header_wrapper .header_center .logo-wrapper .logo {
            width: 160px; } }
        .header_wrapper .header_center .logo-wrapper .logo path {
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper .header_right {
    flex-basis: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header_wrapper .header_right .btn .inner {
      transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    @media (max-width: 1024px) {
      .header_wrapper .header_right .desktop-btn {
        display: none; } }
    @media (min-width: 1024px) {
      .header_wrapper .header_right .mobile-btn {
        display: none; } }

.footer_wrapper {
  border-top: 1px solid #8B6F40;
  padding-block: 80px; }
  @media (max-width: 1024px) {
    .footer_wrapper {
      padding-block: 60px 40px; } }
  .footer_wrapper * {
    color: #8B6F40;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .footer_wrapper * {
        text-align: center;
        margin-inline: auto; } }
  .footer_wrapper a {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .footer_wrapper a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 1px;
      background-color: currentColor;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .footer_wrapper a:hover::after {
      width: 100%; }
  .footer_wrapper .footer-top {
    display: flex;
    gap: 40px; }
    @media (max-width: 1024px) {
      .footer_wrapper .footer-top {
        flex-direction: column; } }
    .footer_wrapper .footer-top .footer-logo-wrapper {
      flex-basis: 20%; }
      .footer_wrapper .footer-top .footer-logo-wrapper img {
        width: 100%;
        max-width: 250px;
        -o-object-fit: contain;
           object-fit: contain;
        min-width: 160px; }
    .footer_wrapper .footer-top .footer-info {
      flex-basis: 30%;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .footer_wrapper .footer-top .footer-info * {
        white-space: nowrap; }
    .footer_wrapper .footer-top .footer-socials {
      flex-basis: 30%;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-left: 5%; }
      @media (max-width: 1024px) {
        .footer_wrapper .footer-top .footer-socials {
          padding-left: unset; } }
    .footer_wrapper .footer-top .footer-nav-menu {
      flex-basis: 20%; }
      .footer_wrapper .footer-top .footer-nav-menu ul {
        padding: unset;
        margin: unset;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        @media (max-width: 1440px) {
          .footer_wrapper .footer-top .footer-nav-menu ul * {
            white-space: nowrap; } }
        .footer_wrapper .footer-top .footer-nav-menu ul li {
          line-height: normal; }
  .footer_wrapper .footer_bottom {
    margin-top: 100px;
    display: flex;
    gap: 40px; }
    @media (max-width: 1440px) {
      .footer_wrapper .footer_bottom {
        flex-direction: column;
        gap: 10px;
        align-items: center; } }
    .footer_wrapper .footer_bottom .left-empty-space {
      flex-basis: 20%; }
      @media (max-width: 1440px) {
        .footer_wrapper .footer_bottom .left-empty-space {
          display: none; } }
    .footer_wrapper .footer_bottom .right-empty-space {
      flex-basis: 0%; }
      @media (max-width: 1440px) {
        .footer_wrapper .footer_bottom .right-empty-space {
          display: none; } }
    .footer_wrapper .footer_bottom .copyright {
      flex-basis: 35%; }
    .footer_wrapper .footer_bottom .lime {
      flex-basis: 45%; }

#featured {
  width: 100vw;
  height: calc(100vh - 120px);
  position: relative;
  margin-bottom: 120px;
  position: relative; }
  #featured::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.23; }
  #featured .featured-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #featured .title-wrapper {
    z-index: 1; }
  #featured video {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 768px) {
      #featured video.featured-video-desktop {
        display: none; } }
    @media (min-width: 768px) {
      #featured video.featured-video-mobile {
        display: none; } }
  #featured.homepage-featured .title-wrapper {
    position: absolute;
    left: 0;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 160px - 120px); }
    @media (max-width: 768px) {
      #featured.homepage-featured .title-wrapper {
        top: 120px;
        transform: unset; } }
    #featured.homepage-featured .title-wrapper h1 {
      display: flex !important;
      flex-direction: column;
      gap: 50px;
      color: #ffffff;
      margin-block: unset;
      height: 100%;
      justify-content: center;
      align-items: center; }
      #featured.homepage-featured .title-wrapper h1.centered span {
        margin-inline: auto;
        padding: unset; }
      @media (max-width: 768px) {
        #featured.homepage-featured .title-wrapper h1 {
          gap: 20px; } }
      @media (max-width: 1024px) {
        #featured.homepage-featured .title-wrapper h1 {
          font-size: 72px; } }
      @media (max-height: 900px) {
        #featured.homepage-featured .title-wrapper h1 {
          font-size: 60px; } }
      @media (max-width: 768px) {
        #featured.homepage-featured .title-wrapper h1 {
          font-size: 60px; } }
      @media (max-height: 800px) {
        #featured.homepage-featured .title-wrapper h1 {
          font-size: 48px; } }
      @media (max-width: 550px) {
        #featured.homepage-featured .title-wrapper h1 {
          font-size: 36px; } }
      #featured.homepage-featured .title-wrapper h1 span.word {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: flex !important; }
  #featured:not(.homepage-featured) .title-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    #featured:not(.homepage-featured) .title-wrapper h1 {
      color: #ffffff;
      margin-block: unset;
      text-align: center; }
  #featured.no-form-featured {
    height: 100dvh;
    margin-bottom: unset; }
  #featured.post-featured h1 {
    font-size: 72px; }
    @media (max-width: 1024px) {
      #featured.post-featured h1 {
        font-size: 60px; } }
    @media (max-width: 768px) {
      #featured.post-featured h1 {
        font-size: 48px; } }
    @media (max-width: 450px) {
      #featured.post-featured h1 {
        font-size: 36px; } }

#services {
  margin-block: 150px 130px;
  padding-inline: 40px;
  max-width: 1900px;
  margin-inline: auto; }
  @media (max-width: 768px) {
    #services {
      margin-block: 80px 60px; } }
  #services h2 {
    margin-bottom: 80px; }
  @media (max-width: 768px) {
    #services {
      padding-inline: 30px; } }
  @media (max-width: 450px) {
    #services {
      padding-inline: 15px; } }
  #services .services-swiper {
    overflow: visible; }
    #services .services-swiper .swiper-slide img {
      width: 100%;
      height: 450px;
      -o-object-fit: cover;
         object-fit: cover; }
    #services .services-swiper .swiper-slide h3 {
      margin-block: 50px 16px; }
  #services .btn {
    margin: 100px auto 0; }
    @media (max-width: 768px) {
      #services .btn {
        margin-top: 60px; } }
  @media (min-width: 1024px) {
    #services.home-services {
      padding-right: 60px; } }
  #services.rooftop-services h2 {
    margin-bottom: 40px; }
  #services.rooftop-services > p {
    margin-bottom: 60px;
    max-width: 600px;
    margin-inline: auto; }

#intro {
  margin-block: 150px 130px; }
  @media (max-width: 768px) {
    #intro {
      margin-block: 60px 80px; } }
  #intro .room-features {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: unset;
    margin: unset;
    flex-wrap: wrap;
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 10px;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      #intro .room-features {
        -moz-column-gap: 20px;
             column-gap: 20px; } }
    #intro .room-features li {
      color: #8B6F40; }
  #intro h2 {
    margin-block: 0 40px; }
  #intro .text {
    max-width: 900px;
    margin-inline: auto;
    text-align: center; }
  #intro a {
    margin-top: 60px;
    margin-inline: auto; }
    @media (max-width: 768px) {
      #intro a {
        margin-top: 40px; } }

#default-gallery .swiper-wrapper {
  transition-timing-function: linear; }

#default-gallery .swiper-slide {
  height: 450px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 768px) {
    #default-gallery .swiper-slide {
      height: 400px; } }
  @media (max-width: 450px) {
    #default-gallery .swiper-slide {
      height: 350px; } }
  #default-gallery .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#home-about {
  position: relative;
  margin-block: 150px 120px; }
  #home-about h1 {
    display: flex !important;
    flex-direction: column;
    gap: 50px;
    color: #8B6F40;
    margin-block: unset;
    height: 100%;
    justify-content: center;
    z-index: 1;
    position: relative; }
    @media (max-width: 768px) {
      #home-about h1 {
        gap: 20px; } }
    @media (max-width: 1024px) {
      #home-about h1 {
        font-size: 72px; } }
    @media (max-height: 900px) {
      #home-about h1 {
        font-size: 60px; } }
    @media (max-width: 768px) {
      #home-about h1 {
        font-size: 60px; } }
    @media (max-height: 800px) {
      #home-about h1 {
        font-size: 48px; } }
    @media (max-width: 450px) {
      #home-about h1 {
        font-size: 48px; } }
    #home-about h1 span.word:nth-child(4n-3) {
      text-align: left; }
    #home-about h1 span.word:nth-child(4n-2) {
      text-align: center; }
    #home-about h1 span.word:nth-child(4n-1) {
      text-align: right; }
    #home-about h1 span.word:nth-child(4n) {
      text-align: left;
      padding-left: 5%; }
  #home-about .text-wrapper {
    width: 30%;
    max-width: 600px;
    margin: 200px auto 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center; }
    #home-about .text-wrapper * {
      text-align: center; }
    @media (max-width: 768px) {
      #home-about .text-wrapper {
        margin-top: 60px;
        width: unset;
        max-width: 400px;
        padding-inline: 30px; } }
    @media (max-width: 450px) {
      #home-about .text-wrapper {
        padding-inline: 15px; } }
  #home-about .image-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
    #home-about .image-wrapper img {
      width: 30%;
      aspect-ratio: 2 / 3;
      -o-object-fit: cover;
         object-fit: cover; }
      #home-about .image-wrapper img:nth-child(1) {
        margin-top: auto; }
        @media (max-width: 768px) {
          #home-about .image-wrapper img:nth-child(1) {
            margin-top: unset;
            margin-bottom: auto; } }
      #home-about .image-wrapper img:nth-child(2) {
        margin-bottom: auto; }

#home-featured-pages {
  padding-inline: 40px;
  max-width: 1900px;
  margin-inline: auto; }
  @media (max-width: 768px) {
    #home-featured-pages {
      padding-inline: 30px; } }
  @media (max-width: 450px) {
    #home-featured-pages {
      padding-inline: 15px; } }
  #home-featured-pages .home-featured-pages-swiper {
    overflow: visible; }
  #home-featured-pages .featured-page .image {
    width: 100%;
    height: 450px; }
    @media (max-width: 1024px) {
      #home-featured-pages .featured-page .image {
        height: 400px; } }
    @media (max-width: 768px) {
      #home-featured-pages .featured-page .image {
        height: 350px; } }
    #home-featured-pages .featured-page .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  #home-featured-pages .featured-page .content {
    margin-top: 50px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      #home-featured-pages .featured-page .content {
        margin-top: 20px; } }
    #home-featured-pages .featured-page .content * {
      margin: unset; }
    #home-featured-pages .featured-page .content p {
      margin-block: 16px 32px; }

@media (max-width: 1024px) and (min-width: 768px) {
  #home-featured-pages .featured-page:nth-child(even) .image {
    order: 2; } }

#home-accommodation {
  margin-block: 150px;
  padding-block: 150px;
  background-color: #DBCFBE;
  display: flex; }
  @media (max-width: 768px) {
    #home-accommodation {
      margin-bottom: unset; } }
  #home-accommodation .left {
    width: 50%;
    padding-right: 10%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      #home-accommodation .left {
        padding-right: unset; } }
    @media (max-width: 768px) {
      #home-accommodation .left {
        width: 100%; } }
    #home-accommodation .left img {
      width: 100%;
      height: 60vh;
      max-height: 600px;
      -o-object-fit: cover;
         object-fit: cover; }
    #home-accommodation .left * {
      margin: unset; }
    #home-accommodation .left h2 {
      margin-top: 50px; }
    #home-accommodation .left p {
      margin-block: 16px 32px; }
  #home-accommodation .right {
    height: 100%;
    width: 50%; }
    @media (max-width: 1024px) {
      #home-accommodation .right {
        padding-left: 10%; } }
    @media (max-width: 768px) {
      #home-accommodation .right {
        position: absolute;
        padding: unset;
        height: 250px;
        right: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 200px; } }
    #home-accommodation .right img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

#home-location {
  padding-block: 150px;
  display: flex; }
  @media (max-width: 768px) {
    #home-location {
      padding-block: 80px;
      gap: 40px;
      flex-direction: column; } }
  #home-location .left {
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #home-location .left {
        width: 100%; } }
    #home-location .left img {
      height: 100%;
      width: 100%;
      max-height: 700px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        #home-location .left img {
          max-height: 450px; } }
  #home-location .right {
    width: 50%;
    padding-left: 10%;
    padding-block: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      #home-location .right {
        width: 100%;
        padding: unset; } }
    #home-location .right * {
      margin: unset; }
    #home-location .right p {
      margin-block: 16px 32px; }

#urban-heritage-loop {
  display: flex;
  flex-direction: column;
  gap: 180px; }
  @media (max-width: 1024px) {
    #urban-heritage-loop {
      gap: 80px; } }
  #urban-heritage-loop .loop-item {
    display: flex; }
    #urban-heritage-loop .loop-item .col-1 {
      flex: 50%; }
      #urban-heritage-loop .loop-item .col-1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 850px; }
    #urban-heritage-loop .loop-item .col-2 {
      flex: 50%;
      padding-left: 10%;
      display: flex;
      flex-direction: column; }
      #urban-heritage-loop .loop-item .col-2 img {
        margin-top: 120px;
        width: 100%;
        max-width: 600px;
        max-height: 450px;
        -o-object-fit: cover;
           object-fit: cover; }
    #urban-heritage-loop .loop-item:nth-child(even) .col-1 {
      order: 2; }
    #urban-heritage-loop .loop-item:nth-child(even) .col-2 {
      order: 1;
      padding-left: unset;
      padding-right: 10%; }
    @media (max-width: 1024px) {
      #urban-heritage-loop .loop-item .col-1 {
        display: none; }
      #urban-heritage-loop .loop-item .col-2 {
        padding-inline: unset !important; }
        #urban-heritage-loop .loop-item .col-2 img {
          margin-top: 40px;
          margin-inline: auto; } }

#services-loop {
  display: flex;
  flex-direction: column; }
  #services-loop .loop-item {
    padding-block: 180px; }
    @media (max-width: 1024px) {
      #services-loop .loop-item {
        padding-block: 80px; } }
    #services-loop .loop-item:nth-child(1) {
      padding-top: unset; }
    #services-loop .loop-item .loop-item-content {
      max-width: 1200px;
      margin-inline: auto;
      display: flex; }
      #services-loop .loop-item .loop-item-content .col-1 {
        flex: 45%;
        padding-right: 3%;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        #services-loop .loop-item .loop-item-content .col-1 * {
          margin: unset; }
        #services-loop .loop-item .loop-item-content .col-1 img {
          margin-block: 60px;
          aspect-ratio: 3 / 4;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 1024px) {
            #services-loop .loop-item .loop-item-content .col-1 img {
              aspect-ratio: unset;
              margin-top: unset;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              max-height: 400px; } }
          @media (max-width: 450px) {
            #services-loop .loop-item .loop-item-content .col-1 img {
              max-height: 350px; } }
        #services-loop .loop-item .loop-item-content .col-1 .subtitle {
          margin-bottom: 20px;
          color: #8B6F40; }
        @media (min-width: 1024px) {
          #services-loop .loop-item .loop-item-content .col-1 .inner-col-1 {
            max-width: 400px; } }
      #services-loop .loop-item .loop-item-content .col-2 {
        flex: 55%;
        padding-left: 3%; }
        #services-loop .loop-item .loop-item-content .col-2 img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          aspect-ratio: 3 / 4; }
      @media (max-width: 1024px) {
        #services-loop .loop-item .loop-item-content {
          flex-direction: column-reverse; }
          #services-loop .loop-item .loop-item-content .col-1 {
            padding-inline: unset; }
          #services-loop .loop-item .loop-item-content .col-2 {
            padding-inline: unset; }
            #services-loop .loop-item .loop-item-content .col-2 img {
              display: none; } }
    #services-loop .loop-item:nth-child(even) {
      background-color: #DBCFBE; }
      @media (min-width: 1024px) {
        #services-loop .loop-item:nth-child(even) .col-1 {
          order: 2;
          padding-inline: 3% 0;
          align-items: flex-start; }
        #services-loop .loop-item:nth-child(even) .col-2 {
          order: 1;
          padding-inline: 0 3%;
          padding-left: unset; } }

#room-facilities {
  margin-block: 150px; }
  @media (max-width: 768px) {
    #room-facilities {
      margin-block: 80px; } }
  #room-facilities .list-wrapper {
    max-width: 1200px;
    padding-inline: 40px;
    margin-inline: auto; }
    @media (max-width: 768px) {
      #room-facilities .list-wrapper {
        padding: 30px; } }
    @media (max-width: 450px) {
      #room-facilities .list-wrapper {
        padding: 15px; } }
    #room-facilities .list-wrapper ul {
      list-style: none;
      padding: unset;
      margin: unset;
      -moz-column-count: 2;
           column-count: 2;
      margin-top: 40px;
      gap: 0; }
      @media (max-width: 768px) {
        #room-facilities .list-wrapper ul {
          -moz-column-count: 1;
               column-count: 1; } }
      #room-facilities .list-wrapper ul li {
        padding-block: 20px;
        padding-right: 20px;
        border-bottom: 1px solid black; }

#other-rooms {
  padding-block: 150px;
  background-color: #DBCFBE;
  display: flex; }
  @media (max-width: 768px) {
    #other-rooms {
      padding-block: 80px;
      flex-direction: column; } }
  #other-rooms .left {
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #other-rooms .left {
        width: 100%; } }
    #other-rooms .left img {
      height: 100%;
      width: 100%;
      max-height: 700px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        #other-rooms .left img {
          max-height: 450px; } }
  #other-rooms .right {
    width: 50%;
    padding-left: 10%;
    padding-block: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      #other-rooms .right {
        width: 100%;
        padding: unset; } }
    #other-rooms .right * {
      margin: unset; }
    #other-rooms .right .subtitle {
      color: #8B6F40;
      margin-bottom: 20px; }
    #other-rooms .right p:not(.subtitle) {
      margin-block: 16px 32px; }

#contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 240px 120px; }
  @media (max-width: 768px) {
    #contact-info {
      padding-block: 160px 80px; } }
  #contact-info .contact-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    #contact-info .contact-info-wrapper * {
      color: #8B6F40; }

#contact {
  padding-block: 80px;
  display: flex;
  background-color: #DBCFBE; }
  @media (max-width: 768px) {
    #contact {
      padding-top: unset;
      flex-direction: column; } }
  #contact .contact-left {
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #contact .contact-left {
        width: 100%; } }
    #contact .contact-left #map {
      width: 100%;
      height: 100%;
      min-height: 450px; }
  #contact .contact-right {
    width: 50%;
    max-width: 600px;
    margin-right: auto;
    padding-inline: 5%; }
    @media (max-width: 768px) {
      #contact .contact-right {
        max-width: unset;
        width: 100%; } }
    @media (max-width: 768px) {
      #contact .contact-right .section-title {
        margin-top: 60px;
        text-align: center; } }
    #contact .contact-right form {
      display: flex;
      flex-direction: column; }
      #contact .contact-right form .two-input-wrapper {
        display: flex;
        gap: 40px; }
        @media (max-width: 768px) {
          #contact .contact-right form .two-input-wrapper {
            flex-direction: column;
            gap: unset; } }
      #contact .contact-right form .input-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-block: 30px 10px;
        border-bottom: 1px solid black; }
        #contact .contact-right form .input-wrapper label {
          font-family: "Canela", serif; }
        #contact .contact-right form .input-wrapper input, #contact .contact-right form .input-wrapper textarea {
          width: 100%;
          border: unset;
          background: unset; }
          #contact .contact-right form .input-wrapper input:focus, #contact .contact-right form .input-wrapper input:active, #contact .contact-right form .input-wrapper textarea:focus, #contact .contact-right form .input-wrapper textarea:active {
            outline: unset; }
          #contact .contact-right form .input-wrapper input::-moz-placeholder, #contact .contact-right form .input-wrapper textarea::-moz-placeholder {
            color: #0D0D0D; }
          #contact .contact-right form .input-wrapper input:-ms-input-placeholder, #contact .contact-right form .input-wrapper textarea:-ms-input-placeholder {
            color: #0D0D0D; }
          #contact .contact-right form .input-wrapper input::placeholder, #contact .contact-right form .input-wrapper textarea::placeholder {
            color: #0D0D0D; }
      #contact .contact-right form .btn {
        margin-top: 90px;
        margin-left: auto; }
        @media (max-width: 768px) {
          #contact .contact-right form .btn {
            margin-top: 40px;
            margin-right: auto; } }

.policy-content {
  padding-block: 240px 200px; }
  @media (max-width: 768px) {
    .policy-content {
      padding-block: 160px; } }
  .policy-content .post-content {
    max-width: 1200px;
    margin-inline: auto; }

#gallery {
  padding-block: 240px 200px; }
  @media (max-width: 768px) {
    #gallery {
      padding-block: 160px; } }
  #gallery .gallery {
    -moz-columns: 350px;
         columns: 350px;
    gap: 0; }
    #gallery .gallery img {
      padding: 7.5px;
      width: 100%;
      cursor: pointer;
      transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
      #gallery .gallery img:hover {
        filter: brightness(0.8); }
      @media (max-width: 768px) {
        #gallery .gallery img {
          max-height: 450px;
          -o-object-fit: cover;
             object-fit: cover; } }

#post-featured {
  padding-top: 240px; }
  @media (max-width: 768px) {
    #post-featured {
      padding-top: 160px; } }
  #post-featured h1 {
    margin-bottom: 80px; }
  #post-featured .featured-article {
    height: 90dvh;
    position: relative; }
    #post-featured .featured-article::after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      background: black;
      top: 0;
      left: 0;
      opacity: 0.23;
      z-index: -1; }
    #post-featured .featured-article img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: -2; }
    #post-featured .featured-article .featured-article-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 650px;
      margin-inline: auto;
      padding-inline: 15px;
      padding-bottom: 100px;
      height: 100%;
      justify-content: flex-end; }
      #post-featured .featured-article .featured-article-content * {
        color: #ffffff;
        text-align: center;
        margin: unset; }
      #post-featured .featured-article .featured-article-content h2 {
        margin-block: 24px; }
      #post-featured .featured-article .featured-article-content > a {
        margin-top: 50px; }

.featured-articles {
  margin-block: 140px; }
  @media (max-width: 768px) {
    .featured-articles {
      margin-block: 80px; } }
  .featured-articles .featured-articles-title {
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .featured-articles .featured-articles-title {
        margin-bottom: 60px; } }
  .featured-articles .date {
    color: #8B6F40;
    margin-bottom: 30px !important; }

#posts-showcase {
  display: flex;
  background: #DBCFBE; }
  @media (max-width: 768px) {
    #posts-showcase {
      flex-direction: column; } }
  #posts-showcase .left {
    flex: 50%; }
    #posts-showcase .left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 85vh; }
      @media (max-width: 768px) {
        #posts-showcase .left img {
          min-height: 350px; } }
  #posts-showcase .right {
    flex: 50%; }
    @media (max-width: 768px) {
      #posts-showcase .right {
        padding-block: 80px; } }
    #posts-showcase .right .showcase-article-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 650px;
      margin-inline: auto;
      padding-inline: 5%;
      height: 100%;
      justify-content: center; }
      @media (max-width: 768px) {
        #posts-showcase .right .showcase-article-content {
          padding-inline: 30px; } }
      @media (max-width: 450px) {
        #posts-showcase .right .showcase-article-content {
          padding-inline: 15px; } }
      #posts-showcase .right .showcase-article-content * {
        text-align: center;
        margin: unset; }
      #posts-showcase .right .showcase-article-content h2 {
        margin-block: 24px;
        color: #8B6F40; }
      #posts-showcase .right .showcase-article-content > a {
        margin-top: 50px; }
      #posts-showcase .right .showcase-article-content .date {
        color: #8B6F40; }

#posts-loop {
  padding-block: 140px; }
  @media (max-width: 768px) {
    #posts-loop {
      padding-block: 80px; } }
  #posts-loop .posts-overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px;
    -moz-column-gap: 30px;
         column-gap: 30px; }
    #posts-loop .posts-overview-wrapper .featured-page {
      flex: calc(33% - 15px);
      min-width: 450px; }
      @media (max-width: 1024px) {
        #posts-loop .posts-overview-wrapper .featured-page {
          flex: calc(50% - 15px);
          min-width: 350px; } }
      @media (max-width: 450px) {
        #posts-loop .posts-overview-wrapper .featured-page {
          flex: 1; } }
      #posts-loop .posts-overview-wrapper .featured-page .image {
        width: 100%;
        height: 450px; }
        @media (max-width: 450px) {
          #posts-loop .posts-overview-wrapper .featured-page .image {
            height: 400px; } }
        #posts-loop .posts-overview-wrapper .featured-page .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  #posts-loop #ajax-posts-container.loading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s ease; }
  #posts-loop .pagination {
    display: flex;
    justify-content: center;
    margin-top: 100px; }
    @media (max-width: 768px) {
      #posts-loop .pagination {
        margin-top: 60px; } }
    #posts-loop .pagination a {
      color: #8B6F40;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      border: 1px solid transparent;
      padding: 16px; }
      @media (max-width: 768px) {
        #posts-loop .pagination a {
          padding: 10px; } }
      #posts-loop .pagination a.active {
        border-color: #8B6F40; }
  #posts-loop .no-posts-title {
    font-family: "BasisGrotesquePro", sans-serif;
    text-transform: none;
    color: #0D0D0D;
    text-align: center;
    padding-inline: 30px;
    max-width: 650px;
    margin-inline: auto;
    line-height: normal; }

#single-post-featured {
  padding-top: 260px;
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    #single-post-featured {
      padding-top: 160px;
      margin-bottom: 80px; } }
  #single-post-featured .top {
    position: relative; }
    #single-post-featured .top .back {
      color: #8B6F40;
      text-decoration: underline;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 5%; }
      @media (max-width: 768px) {
        #single-post-featured .top .back {
          position: relative;
          padding: unset;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 auto 50px;
          display: flex; } }
    #single-post-featured .top .post-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: 650px;
      margin-inline: auto;
      padding-inline: 15px; }
      #single-post-featured .top .post-info .date {
        color: #8B6F40;
        text-transform: uppercase; }
      #single-post-featured .top .post-info h1 {
        margin-block: 20px 0; }
  #single-post-featured img {
    height: 90dvh;
    width: 100dvw;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 80px; }
    @media (max-width: 768px) {
      #single-post-featured img {
        margin-top: 60px;
        height: 75dvh; } }

#post-inner {
  max-width: 1500px;
  margin-inline: auto;
  box-sizing: content-box; }
  #post-inner .text-section {
    max-width: 1200px;
    margin-inline: auto;
    margin-block: 120px; }
    @media (max-width: 768px) {
      #post-inner .text-section {
        margin-block: 60px; } }
  #post-inner .gallery-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-block: 15px;
    justify-content: center; }
    @media (max-width: 768px) {
      #post-inner .gallery-section {
        flex-direction: column;
        align-items: center; } }
    #post-inner .gallery-section img {
      width: calc(50% - 8px);
      -o-object-fit: cover;
         object-fit: cover;
      height: 700px; }
      @media (max-width: 1440px) {
        #post-inner .gallery-section img {
          height: 550px; } }
      @media (max-width: 1280px) {
        #post-inner .gallery-section img {
          height: 450px; } }
      @media (max-width: 768px) {
        #post-inner .gallery-section img {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          width: unset;
          -o-object-fit: contain;
             object-fit: contain; } }
  #post-inner .video-section {
    position: relative; }
    #post-inner .video-section video, #post-inner .video-section img:not(.post-video-play) {
      width: 100%; }
    #post-inner .video-section .post-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }

.single-other-posts {
  margin-block: 160px 100px; }
  @media (max-width: 768px) {
    .single-other-posts {
      margin-block: 80px; } }
  .single-other-posts .swiper .content .date {
    color: #8B6F40;
    text-transform: uppercase;
    margin-bottom: 15px !important; }

#area-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  @media (max-width: 768px) {
    #area-showcase {
      flex-direction: column; } }
  #area-showcase .area-showcase-item {
    flex: calc(50% - 20px);
    display: flex;
    flex-direction: column; }
    #area-showcase .area-showcase-item * {
      margin: unset; }
    #area-showcase .area-showcase-item img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 650px; }
      @media (max-width: 1024px) {
        #area-showcase .area-showcase-item img {
          height: 450px; } }
      @media (max-width: 768px) {
        #area-showcase .area-showcase-item img {
          height: 400px; } }
    #area-showcase .area-showcase-item h3 {
      margin-block: 50px 25px; }
      @media (max-width: 768px) {
        #area-showcase .area-showcase-item h3 {
          margin-block: 32px 20px; } }

#area-keypoints {
  display: flex;
  background-color: #DBCFBE;
  padding-block: 100px;
  margin-block: 130px 150px; }
  @media (max-width: 768px) {
    #area-keypoints {
      padding-block: unset;
      flex-direction: column;
      margin-block: 80px 0; } }
  #area-keypoints .left {
    flex: 50%; }
    #area-keypoints .left #map {
      width: 100%;
      height: 100%;
      min-height: 650px; }
      @media (max-width: 1024px) {
        #area-keypoints .left #map {
          min-height: 450px; } }
      @media (max-width: 768px) {
        #area-keypoints .left #map {
          min-height: 400px; } }
  #area-keypoints .right {
    flex: 50%; }
    #area-keypoints .right .keypoints-content {
      display: flex;
      flex-direction: column;
      max-width: 650px;
      margin-inline: auto;
      height: 100%;
      justify-content: center;
      padding-inline: 5%;
      padding-block: 40px; }
      @media (max-width: 768px) {
        #area-keypoints .right .keypoints-content {
          padding-inline: 30px; } }
      @media (max-width: 450px) {
        #area-keypoints .right .keypoints-content {
          padding-inline: 15px; } }
      #area-keypoints .right .keypoints-content * {
        margin: unset; }
      #area-keypoints .right .keypoints-content h2 {
        color: #8B6F40;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          #area-keypoints .right .keypoints-content h2 {
            margin-bottom: unset; } }
      #area-keypoints .right .keypoints-content .keypoints-wrapper {
        display: flex;
        flex-direction: column; }
        #area-keypoints .right .keypoints-content .keypoints-wrapper .keypoint {
          padding-block: 30px;
          position: relative; }
          #area-keypoints .right .keypoints-content .keypoints-wrapper .keypoint::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background-color: #8B6F40; }
          #area-keypoints .right .keypoints-content .keypoints-wrapper .keypoint * {
            margin: unset; }
          #area-keypoints .right .keypoints-content .keypoints-wrapper .keypoint .keypoint-title {
            color: #8B6F40;
            margin-bottom: 12px; }

#area-loop .area-item {
  display: flex;
  margin-block: 170px; }
  @media (max-width: 768px) {
    #area-loop .area-item {
      margin-block: 80px; } }
  @media (max-width: 768px) {
    #area-loop .area-item:first-child {
      margin-top: unset; } }
  #area-loop .area-item .left {
    flex: 50%; }
    #area-loop .area-item .left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 650px; }
      @media (max-width: 1024px) {
        #area-loop .area-item .left img {
          min-height: 450px; } }
      @media (max-width: 768px) {
        #area-loop .area-item .left img {
          min-height: 400px; } }
  #area-loop .area-item .right {
    flex: 50%; }
    #area-loop .area-item .right .area-content {
      display: flex;
      flex-direction: column;
      max-width: 650px;
      margin-inline: auto;
      height: 100%;
      justify-content: center;
      padding-inline: 5%; }
      @media (max-width: 768px) {
        #area-loop .area-item .right .area-content {
          padding-inline: 30px;
          margin-top: 40px; } }
      @media (max-width: 450px) {
        #area-loop .area-item .right .area-content {
          padding-inline: 15px; } }
      #area-loop .area-item .right .area-content * {
        margin: unset; }
      #area-loop .area-item .right .area-content h3 {
        color: #8B6F40; }
      #area-loop .area-item .right .area-content .subtitle {
        margin-top: 25px;
        color: #8B6F40; }
      #area-loop .area-item .right .area-content .text {
        margin-top: 15px; }
  @media (max-width: 768px) {
    #area-loop .area-item {
      flex-direction: column; } }
  @media (min-width: 768px) {
    #area-loop .area-item:nth-child(even) {
      flex-direction: row-reverse; } }

#accommodation-loop .room {
  display: flex;
  margin-block: 170px; }
  @media (max-width: 768px) {
    #accommodation-loop .room {
      margin-block: 80px; } }
  #accommodation-loop .room .left {
    flex: 50%; }
    #accommodation-loop .room .left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 650px; }
      @media (max-width: 1024px) {
        #accommodation-loop .room .left img {
          min-height: 450px; } }
      @media (max-width: 768px) {
        #accommodation-loop .room .left img {
          min-height: 400px; } }
  #accommodation-loop .room .right {
    flex: 50%; }
    #accommodation-loop .room .right .room-content {
      display: flex;
      flex-direction: column;
      max-width: 650px;
      margin-inline: auto;
      padding-inline: 5%;
      height: 100%;
      justify-content: center; }
      @media (max-width: 768px) {
        #accommodation-loop .room .right .room-content {
          padding-inline: 30px;
          margin-top: 40px; } }
      @media (max-width: 450px) {
        #accommodation-loop .room .right .room-content {
          padding-inline: 15px; } }
      #accommodation-loop .room .right .room-content * {
        margin: unset; }
      #accommodation-loop .room .right .room-content h3 {
        color: #8B6F40; }
      #accommodation-loop .room .right .room-content .subtitle {
        margin-top: 15px;
        color: #8B6F40; }
      #accommodation-loop .room .right .room-content .excerpt {
        margin-top: 25px; }
      #accommodation-loop .room .right .room-content > a {
        margin-top: 50px; }
  @media (max-width: 768px) {
    #accommodation-loop .room {
      flex-direction: column; } }
  @media (min-width: 768px) {
    #accommodation-loop .room:nth-child(even) {
      flex-direction: row-reverse; } }

.page-template-tmpl_rooftop #featured .form-wrapper {
  display: none; }

#rooftop-about {
  display: flex;
  align-items: center;
  margin-block: 130px; }
  @media (max-width: 768px) {
    #rooftop-about {
      flex-direction: column;
      margin-block: 80px; } }
  #rooftop-about .left {
    flex: 50%;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: -1; }
    #rooftop-about .left .img-big {
      width: calc(65% - 20px); }
    #rooftop-about .left .img-small {
      width: calc(35% - 20px); }
    @media (max-width: 1280px) {
      #rooftop-about .left .img-big {
        width: 90%; }
      #rooftop-about .left .img-small {
        width: 200px;
        position: absolute;
        right: 0; } }
    @media (max-width: 768px) {
      #rooftop-about .left {
        margin-bottom: 40px; }
        #rooftop-about .left .img-big {
          height: 400px;
          -o-object-fit: cover;
             object-fit: cover; }
        #rooftop-about .left .img-small {
          width: 35%; } }
  #rooftop-about .right {
    flex: 50%;
    padding-left: 10%; }
    @media (max-width: 768px) {
      #rooftop-about .right {
        padding-left: unset; } }
    #rooftop-about .right .subtitle {
      color: #8B6F40;
      margin-block: 0 20px; }
    #rooftop-about .right h2 {
      margin-top: unset; }

#rooftop-menu {
  background-color: #DBCFBE;
  padding-block: 100px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    #rooftop-menu {
      flex-direction: column;
      gap: 40px; } }
  #rooftop-menu .left, #rooftop-menu .right {
    flex: 50%; }
  #rooftop-menu .left img {
    min-height: 450px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 768px) {
      #rooftop-menu .left img {
        max-height: 400px;
        width: 100%; } }
  #rooftop-menu .right {
    padding-left: 10%; }
    @media (max-width: 768px) {
      #rooftop-menu .right {
        padding-left: unset; } }
    #rooftop-menu .right h2 {
      margin-top: unset; }
    #rooftop-menu .right .menu-wrapper a {
      font-size: 28px;
      font-family: "Canela", serif;
      color: #8B6F40;
      padding-block: 12px;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #0D0D0D;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      #rooftop-menu .right .menu-wrapper a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 0%;
        height: 1px;
        background-color: #0D0D0D;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      #rooftop-menu .right .menu-wrapper a:hover {
        color: #0D0D0D; }
        #rooftop-menu .right .menu-wrapper a:hover::after {
          width: 100%; }

#rooftop-banner {
  width: 100dvw;
  aspect-ratio: 16 / 9;
  max-height: 100dvh;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
  background-color: #DBCFBE; }
  @media (max-width: 768px) {
    #rooftop-banner {
      margin-bottom: 80px; } }
  #rooftop-banner .section-background-image {
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
    #rooftop-banner .section-background-image img, #rooftop-banner .section-background-image video {
      width: 100%;
      height: 115%;
      position: absolute;
      left: 0;
      bottom: 0;
      -o-object-fit: cover;
         object-fit: cover; }
    #rooftop-banner .section-background-image video {
      height: 105%; }

#rooftop-staff {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-block: 180px; }
  @media (max-width: 1024px) {
    #rooftop-staff {
      margin-block: 80px; } }
  #rooftop-staff .loop-item {
    padding-block: 220px; }
    @media (max-width: 1024px) {
      #rooftop-staff .loop-item {
        padding-block: 100px; } }
    @media (max-width: 768px) {
      #rooftop-staff .loop-item {
        padding-block: 80px;
        padding-inline: 30px; } }
    @media (max-width: 768px) {
      #rooftop-staff .loop-item {
        padding-inline: 15px; } }
    #rooftop-staff .loop-item .loop-item-content {
      max-width: 1200px;
      margin-inline: auto;
      display: flex; }
      #rooftop-staff .loop-item .loop-item-content .col-1 {
        flex: 50%;
        padding-right: 10%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        #rooftop-staff .loop-item .loop-item-content .col-1 * {
          margin: unset;
          text-align: center; }
        #rooftop-staff .loop-item .loop-item-content .col-1 p {
          margin-bottom: 20px; }
        #rooftop-staff .loop-item .loop-item-content .col-1 img {
          margin-block: 60px;
          aspect-ratio: 3 / 2;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 1024px) {
            #rooftop-staff .loop-item .loop-item-content .col-1 img {
              aspect-ratio: unset;
              margin-top: unset;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              max-height: 400px; } }
          @media (max-width: 450px) {
            #rooftop-staff .loop-item .loop-item-content .col-1 img {
              max-height: 350px; } }
        #rooftop-staff .loop-item .loop-item-content .col-1 .subtitle {
          margin-bottom: 20px;
          color: #8B6F40; }
        @media (min-width: 1024px) {
          #rooftop-staff .loop-item .loop-item-content .col-1 .inner-col-1 {
            max-width: 400px; } }
      #rooftop-staff .loop-item .loop-item-content .col-2 {
        flex: 50%;
        padding-left: 20px; }
        #rooftop-staff .loop-item .loop-item-content .col-2 img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          aspect-ratio: 3 / 4; }
      @media (max-width: 1024px) {
        #rooftop-staff .loop-item .loop-item-content {
          flex-direction: column-reverse; }
          #rooftop-staff .loop-item .loop-item-content .col-1 {
            padding-inline: unset;
            gap: 40px;
            margin-top: 140px; }
            #rooftop-staff .loop-item .loop-item-content .col-1 img {
              display: none; }
            #rooftop-staff .loop-item .loop-item-content .col-1 .text-wrapper {
              max-width: 650px;
              margin-inline: auto; }
          #rooftop-staff .loop-item .loop-item-content .col-2 {
            padding-inline: unset; }
            #rooftop-staff .loop-item .loop-item-content .col-2 img {
              height: 400px;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              display: block;
              margin-inline: auto; } }
    #rooftop-staff .loop-item:nth-child(even) {
      background-color: #DBCFBE; }
      @media (min-width: 1024px) {
        #rooftop-staff .loop-item:nth-child(even) .col-1 {
          order: 2;
          padding-inline: 10% 0; }
        #rooftop-staff .loop-item:nth-child(even) .col-2 {
          order: 1;
          padding-inline: 0 20px;
          padding-left: unset; } }

.page-template-tmpl_rooftop #services h2 {
  margin-bottom: 20px; }

.page-template-tmpl_rooftop #services p {
  margin-bottom: 80px;
  max-width: 650px;
  margin-inline: auto; }

.page-template-tmpl_rooftop #default-gallery {
  margin-block: 100px 130px; }
  @media (max-width: 768px) {
    .page-template-tmpl_rooftop #default-gallery {
      margin-block: 80px 60px; } }


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