/*! 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: 'Trajan Pro 3';
  src: url(../fonts/TrajanPro3-Semibold.eot);
  src: url(../fonts/TrajanPro3-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/TrajanPro3-Semibold.woff2) format("woff2"), url(../fonts/TrajanPro3-Semibold.woff) format("woff"), url(../fonts/TrajanPro3-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block; }

body {
  background-color: #fdfcf8;
  color: #68665a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0.9px;
  font-size: 17px;
  line-height: 1.375;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%)); }

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

iframe,
img {
  height: auto;
  vertical-align: top; }

.hidden {
  display: none !important; }

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

/*Generic*/
#contentpage {
  padding: 10rem 0rem; }
  #contentpage h1 {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 5rem; }
  #contentpage h2 {
    font-size: 35px; }
  #contentpage p strong {
    color: #68665a;
    margin-bottom: 30px;
    margin-top: auto;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase; }

.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 {
  max-width: 1420px;
  margin: auto;
  padding: 0px 9.3rem; }
  @media (max-width: 1440px) {
    .wrapper {
      padding: 0px 5%; } }
  @media (max-width: 1680px) {
    .wrapper {
      padding: 0px 3%; } }

.col-row {
  display: flex;
  flex-wrap: wrap; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.gray {
  color: #68665a; }
  .gray p {
    color: #68665a; }

.black {
  color: #68665a; }
  .black p {
    color: #68665a; }

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

.bg_gray {
  background-color: #68665a; }

.bg_white {
  background-color: #ffffff; }

.bg_black {
  background-color: #68665a; }

.filter {
  position: relative; }
  .filter::after {
    content: '';
    position: absolute;
    inset: 0; }

h1,
.h1 {
  font-size: 70px;
  font-family: "Trajan Pro 3", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 54px; } }
  @media (max-width: 768px) {
    h1,
    .h1 {
      font-size: 48px;
      letter-spacing: 4px; } }
  @media (max-width: 450px) {
    h1,
    .h1 {
      font-size: 36px;
      letter-spacing: 2.5px; } }

h2,
.h2 {
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  line-height: 1.15;
  margin: 30px 0; }
  @media (max-width: 1024px) {
    h2,
    .h2 {
      font-size: 46px; } }
  @media (max-width: 768px) {
    h2,
    .h2 {
      font-size: 32px; } }

h3,
.h3 {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  line-height: 1.15;
  margin: 30px 0; }
  @media (max-width: 768px) {
    h3,
    .h3 {
      line-height: unset;
      font-size: 20px; } }
  @media (max-width: 450px) {
    h3,
    .h3 {
      line-height: unset;
      font-size: 18px; } }

.tagline {
  display: block;
  font-size: 23px;
  max-width: 20ch;
  line-height: 1.15;
  letter-spacing: 4px;
  font-family: "Geologica", sans-serif;
  font-weight: 400; }
  @media (max-width: 1024px) {
    .tagline {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .tagline {
      font-size: 18px;
      letter-spacing: 2px; } }

a {
  text-decoration: none;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  a.underline-link {
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px; }
  a.booknow_button {
    color: #68665a;
    width: 147px;
    height: 147px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Geologica', sans-serif;
    text-transform: uppercase;
    text-align: center;
    background-position: center;
    font-weight: 600; }
    @media (max-width: 991px) {
      a.booknow_button {
        width: 100px;
        height: 100px; } }
    @media (max-width: 450px) {
      a.booknow_button {
        width: 80px;
        height: 80px; } }

.pos_rel {
  position: relative; }

p {
  font-family: "Geologica", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 450px) {
    p {
      font-size: 16px; } }
  p a {
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: normal;
    max-width: none; }

ul li {
  font-size: 18px; }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  -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: #fdfcf8;
  border-radius: 0px; }

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

/* Handle on hover */
#cookie-notice {
  background-color: #fdfcf8 !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: "Geologica", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.6;
      color: #68665a;
      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: #68665a;
        margin: auto;
        margin-bottom: 25px;
        font-family: "Geologica", 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: #efece2 !important;
      border-radius: 0px !important;
      color: #ffffff !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "Geologica", 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: #68665a !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; } }

.arrow-right-svg {
  width: 90px; }

.clickable_card {
  position: relative; }
  .clickable_card .clickable_card__heading a::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1; }
  .clickable_card .clickable_card__link::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1; }

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

.headermenu {
  overflow: hidden;
  position: fixed;
  background-color: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  z-index: 9;
  transform: translateY(-100%);
  transition: transform 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 768px) {
    .headermenu {
      width: 200vw; }
      .headermenu.is-active.sub-open {
        transform: translateX(-100vw); } }
  .headermenu .headermenu_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .headermenu .headermenu_right::after {
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 0;
      background-color: #e1a62d;
      display: block;
      margin: auto;
      max-width: 100%;
      margin-left: 0px;
      transform: translateY(-120%);
      transition: transform 1s 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 768px) {
      .headermenu .headermenu_right {
        width: 100vw; } }
  .headermenu .headermenu_left {
    width: 50%;
    position: relative; }
    .headermenu .headermenu_left::after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #efece2;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      transition: opacity 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu .headermenu_left .small-image {
      position: absolute;
      z-index: 1;
      width: 115px;
      height: 115px;
      aspect-ratio: 1;
      right: 100px;
      left: auto;
      bottom: 50px;
      filter: unset;
      opacity: 0; }
    @media (max-width: 768px) {
      .headermenu .headermenu_left {
        width: 100vw; } }
  .headermenu.is-active {
    transform: translateY(0%);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active .headermenu_right::after,
    .headermenu.is-active .headermenu_left::after {
      transform: translateY(0%); }
    .headermenu.is-active .headermenu_left::after {
      transform: unset;
      opacity: 1; }
    .headermenu.is-active .headermenu_right div ul {
      opacity: 1; }
    .headermenu.is-active img {
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active .headermenu_left .image-0 {
      opacity: 1;
      transition-delay: 1s; }
    .headermenu.is-active:has(#menu-main-menu li#menu-item-634:hover) .headermenu_left .image-2 {
      opacity: 1; }
    .headermenu.is-active:has(#menu-main-menu li#menu-item-185:hover) .headermenu_left .image-1 {
      opacity: 1; }
  .headermenu .headermenu_right div {
    margin: auto;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3; }
    .headermenu .headermenu_right div ul {
      display: flex;
      gap: 14px;
      flex-direction: column;
      align-items: flex-end;
      padding: 0px;
      padding-right: 60px;
      margin: auto;
      width: 100%;
      opacity: 0;
      transition: all 1s 1s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 768px) {
        .headermenu .headermenu_right div ul {
          padding: 0px 15px; } }
      .headermenu .headermenu_right div ul li {
        list-style-type: none;
        width: 100%; }
        .headermenu .headermenu_right div ul li a {
          position: relative;
          color: white;
          cursor: pointer;
          opacity: 0.8;
          font-size: 32px;
          font-family: "Inter", sans-serif;
          font-weight: 700;
          text-align: end;
          text-transform: uppercase;
          text-decoration: none;
          display: block;
          margin: auto 0 auto auto;
          transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media (max-height: 800px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 32px; } }
          @media (max-width: 991px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 32px; } }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 28px; } }
          .headermenu .headermenu_right div ul li a:hover {
            opacity: 1;
            color: #68665a;
            transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
        .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          height: 1.5px;
          width: 0px;
          background-color: #ffffff;
          left: calc(100% + 20px);
          transition: all 0.5s 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
              opacity: 0;
              content: 'back';
              font-size: 18px;
              display: flex; } }
        .headermenu .headermenu_right div ul li.menu-item-has-children > a.is-active::after {
          width: 80px; }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children > a.is-active::after {
              opacity: 1;
              width: 60px; } }
      .headermenu .headermenu_right div ul.sub-menu {
        position: absolute;
        align-items: flex-start;
        left: calc(100% + 60px);
        gap: 20px;
        transform: translateY(-50%);
        opacity: 0;
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .headermenu .headermenu_right div ul.sub-menu.is-active {
          opacity: 1; }
        .headermenu .headermenu_right div ul.sub-menu a {
          font-family: "Geologica", sans-serif !important;
          font-weight: normal;
          color: #68665a;
          opacity: 1 !important;
          font-size: 22px !important;
          white-space: nowrap; }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul.sub-menu a {
              font-size: 18px !important; } }
        .headermenu .headermenu_right div ul.sub-menu li {
          width: unset !important; }
        @media (max-width: 768px) {
          .headermenu .headermenu_right div ul.sub-menu {
            opacity: 1; } }
  .headermenu img {
    filter: saturate(0);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left; }

.header_wrapper {
  position: fixed;
  z-index: 10;
  top: 30px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper * {
    font-family: "Inter", sans-serif !important; }
  @media (max-width: 1280px) {
    .header_wrapper {
      padding: 0px 2.5rem; } }
  @media (max-width: 1024px) {
    .header_wrapper {
      padding: 0px 30px; } }
  @media (max-width: 991px) {
    .header_wrapper {
      padding: 0px 25px; } }
  @media (max-width: 450px) {
    .header_wrapper {
      top: 30px; } }
  .header_wrapper.down {
    transform: translateY(-200%); }
  .header_wrapper.scrolled:not(.openmenu) {
    border: 1px solid rgba(104, 102, 90, 0.1); }
  .header_wrapper.scrolled {
    top: 0;
    background-color: #efece2;
    padding: 1.5rem 3rem; }
    @media (max-width: 991px) {
      .header_wrapper.scrolled {
        padding: 10px 10px; } }
    .header_wrapper.scrolled .header_logo a {
      font-size: 28px;
      letter-spacing: 4px; }
      @media (max-width: 768px) {
        .header_wrapper.scrolled .header_logo a {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .header_wrapper.scrolled .header_logo a {
          font-size: 22px; } }
      .header_wrapper.scrolled .header_logo a img path:not(.tone),
      .header_wrapper.scrolled .header_logo a svg path:not(.tone) {
        fill: #68665a;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper.scrolled .header_logo a > span {
        font-size: 14px !important; }
    .header_wrapper.scrolled .book a {
      font-family: "Geologica", sans-serif;
      color: #68665a;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      border-color: #68665a; }
      .header_wrapper.scrolled .book a::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 1px !important;
        width: 100% !important;
        border-radius: 0% !important;
        background-color: #e1a62d;
        border: 1px solid transparent !important; }
    .header_wrapper.scrolled .menu_open button {
      color: #68665a;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper.scrolled .menu_open button .button_icon span {
        background-color: #fdfcf8; }
    .header_wrapper.scrolled .menu_open .languages {
      color: #68665a; }
      .header_wrapper.scrolled .menu_open .languages a {
        color: #68665a; }
        .header_wrapper.scrolled .menu_open .languages a:hover {
          border-bottom-color: #68665a; }
  .header_wrapper.openmenu {
    top: 0px;
    background-color: transparent;
    padding: 3rem 5rem; }
    @media (max-width: 991px) {
      .header_wrapper.openmenu {
        padding: 30px 20px; } }
    .header_wrapper.openmenu .header_logo img {
      filter: grayscale(1);
      transition: filter 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper.openmenu .header_logo a {
      letter-spacing: 4px; }
      .header_wrapper.openmenu .header_logo a svg path:not(.tone) {
        fill: #ffffff; }
      @media (max-width: 768px) {
        .header_wrapper.openmenu .header_logo a svg path {
          fill: #ffffff; } }
    .header_wrapper.openmenu .phone a,
    .header_wrapper.openmenu .languages a {
      color: #ffffff !important; }
    .header_wrapper.openmenu .header_right .book a {
      color: #e1a62d; }
    .header_wrapper.openmenu .header_right .book:hover a {
      color: #ffffff;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper.openmenu .book a::after {
      border: 1px solid #ffffff !important; }
    .header_wrapper.openmenu .menu_open button span {
      background-color: #ffffff !important; }
  .header_wrapper .header_logo {
    margin: auto;
    flex-basis: 33.333%;
    text-align: center; }
    .header_wrapper .header_logo h2.logo-name {
      font-size: 44px;
      font-family: "Trajan Pro 3", sans-serif !important;
      color: #393727; }
      @media (max-width: 550px) {
        .header_wrapper .header_logo h2.logo-name {
          font-size: 24px; } }
      .header_wrapper .header_logo h2.logo-name a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-inline: auto;
        font-family: inherit !important; }
        .header_wrapper .header_logo h2.logo-name a > span {
          font-family: "Trajan Pro 3", sans-serif !important;
          font-size: 21px; }
          @media (max-width: 550px) {
            .header_wrapper .header_logo h2.logo-name a > span {
              font-size: 16px; } }
  .header_wrapper .header_right {
    margin: auto;
    flex-basis: 33.333%;
    margin-right: 0px;
    display: flex;
    justify-content: flex-end; }
    .header_wrapper .header_right .phone {
      margin: auto;
      margin-right: 50px; }
      @media (max-width: 1024px) {
        .header_wrapper .header_right .phone {
          display: none; } }
      .header_wrapper .header_right .phone a {
        font-family: "Geologica", sans-serif;
        color: #68665a;
        display: block;
        font-size: 18px;
        margin: auto;
        max-width: none;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper .header_right .book {
      margin: auto;
      margin-right: 0px;
      margin-left: 0px;
      width: 140px;
      height: 140px; }
      @media (max-width: 1024px) {
        .header_wrapper .header_right .book {
          width: 130px;
          height: 130px;
          margin-left: auto; } }
      @media (max-width: 991px) {
        .header_wrapper .header_right .book {
          width: 100px;
          height: 100px; } }
      @media (max-width: 768px) {
        .header_wrapper .header_right .book {
          width: 70px;
          height: 70px; } }
      @media (max-width: 450px) {
        .header_wrapper .header_right .book {
          width: 65px;
          height: 65px; } }
      .header_wrapper .header_right .book a {
        color: #ffffff;
        font-size: 18px;
        display: flex;
        width: 100%;
        height: 100%;
        aspect-ratio: 1;
        justify-content: center;
        align-items: center;
        background: transparent;
        border-radius: 100vw;
        border: 3px solid #e1a62d;
        text-align: center;
        text-transform: capitalize;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
        position: relative;
        white-space: nowrap;
        overflow: hidden; }
      .header_wrapper .header_right .book:hover a {
        background-color: #e1a62d;
        transition: background-color 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper .menu_open {
    margin: auto;
    flex-basis: 33.333%;
    margin-left: 0px;
    display: flex; }
    .header_wrapper .menu_open .languages {
      display: flex;
      margin: auto;
      margin-left: 30px;
      color: #68665a;
      position: relative; }
      @media (max-width: 768px) {
        .header_wrapper .menu_open .languages {
          margin-left: 10px; } }
      .header_wrapper .menu_open .languages a {
        max-width: none;
        width: auto;
        border-bottom-color: transparent;
        color: #68665a;
        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); }
        @media (max-width: 768px) {
          .header_wrapper .menu_open .languages a {
            font-size: 16px; } }
      .header_wrapper .menu_open .languages .lang {
        position: absolute;
        bottom: -10px;
        transform: translateY(0%);
        opacity: 0;
        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) {
          .header_wrapper .menu_open .languages .lang {
            transform: translateY(100%); } }
      .header_wrapper .menu_open .languages:hover .lang {
        opacity: 1;
        transform: translateY(100%); }
    .header_wrapper .menu_open button {
      color: #68665a;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      background-color: transparent;
      box-shadow: none;
      cursor: pointer;
      transition: letter-spacing 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      width: 75px;
      height: 75px;
      border: none;
      border-radius: 100%;
      display: flex;
      align-items: center;
      padding: 0px;
      justify-content: center; }
      @media (max-width: 768px) {
        .header_wrapper .menu_open button {
          height: 70px;
          width: 70px; } }
      @media (max-width: 450px) {
        .header_wrapper .menu_open button {
          height: 60px;
          width: 60px; } }
      .header_wrapper .menu_open button .button_icon {
        margin: auto; }
        .header_wrapper .menu_open button .button_icon span {
          display: block;
          width: 60px;
          height: 2px;
          background-color: #fdfcf8;
          margin-bottom: 10px;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          .header_wrapper .menu_open button .button_icon span:nth-child(2) {
            width: 60px; }
            @media (max-width: 991px) {
              .header_wrapper .menu_open button .button_icon span:nth-child(2) {
                width: 50px; } }
            @media (max-width: 768px) {
              .header_wrapper .menu_open button .button_icon span:nth-child(2) {
                width: 40px; } }
          .header_wrapper .menu_open button .button_icon span:last-of-type {
            margin-bottom: 0px; }
          @media (max-width: 991px) {
            .header_wrapper .menu_open button .button_icon span {
              width: 50px; } }
          @media (max-width: 768px) {
            .header_wrapper .menu_open button .button_icon span {
              width: 40px; } }
      .header_wrapper .menu_open button.is-active {
        border: 1px solid #fdfcf8; }
        .header_wrapper .menu_open button.is-active .button_icon span {
          width: 40px; }
          .header_wrapper .menu_open button.is-active .button_icon span:nth-child(1) {
            margin-bottom: 0px;
            transform: translateY(calc(-50% + 1px)) rotate(45deg); }
          .header_wrapper .menu_open button.is-active .button_icon span:nth-child(2) {
            margin-bottom: 0px;
            transform: translateY(calc(-50% - 1px)) rotate(-45deg); }
          .header_wrapper .menu_open button.is-active .button_icon span:nth-child(3) {
            width: 0px; }
      .header_wrapper .menu_open button:not(.is-active):hover span:nth-child(2) {
        width: 45px; }

.header_wrapper.scrolled.openmenu .book a::after {
  border-color: transparent !important; }

.header_wrapper.scrolled .header_right .book {
  width: 100px !important;
  height: 100px !important;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 768px) {
    .header_wrapper.scrolled .header_right .book {
      width: 70px !important;
      height: 70px !important; } }
  @media (max-width: 450px) {
    .header_wrapper.scrolled .header_right .book {
      width: 65px !important;
      height: 65px !important; } }
  .header_wrapper.scrolled .header_right .book a {
    color: #e1a62d; }
  .header_wrapper.scrolled .header_right .book:hover a {
    color: #ffffff; }

.header_wrapper.scrolled button .button_icon span {
  background-color: #e1a62d !important; }

.header_wrapper.scrolled button.is-active .button_icon span {
  background-color: #ffffff !important; }

.page-template-tmpl_policy .header_wrapper .header_right .book a,
.page-template-tmpl_contact .header_wrapper .header_right .book a {
  color: #e1a62d; }

.page-template-tmpl_policy .header_wrapper button .button_icon span,
.page-template-tmpl_contact .header_wrapper button .button_icon span {
  background-color: #e1a62d !important; }

.page-template-tmpl_policy .header_wrapper button.is-active .button_icon span,
.page-template-tmpl_contact .header_wrapper button.is-active .button_icon span {
  background-color: #ffffff !important; }

.page-template-tmpl_contact .header_wrapper.scrolled .header_logo a,
.page-template-tmpl_gallery .header_wrapper.scrolled .header_logo a {
  color: #68665a !important; }

.page-template-tmpl_contact .header_wrapper.scrolled .menu_open .languages a,
.page-template-tmpl_gallery .header_wrapper.scrolled .menu_open .languages a {
  color: #fdfcf8 !important; }

.page-template-tmpl_contact .header_wrapper.scrolled .menu_open button,
.page-template-tmpl_gallery .header_wrapper.scrolled .menu_open button {
  border-color: #fdfcf8 !important; }

.page-template-tmpl_contact .header_wrapper .header_logo a,
.page-template-tmpl_gallery .header_wrapper .header_logo a {
  color: #68665a; }

.page-template-tmpl_contact .header_wrapper .menu_open button,
.page-template-tmpl_gallery .header_wrapper .menu_open button {
  border-color: #fdfcf8; }
  .page-template-tmpl_contact .header_wrapper .menu_open button span,
  .page-template-tmpl_gallery .header_wrapper .menu_open button span {
    background-color: #e1a62d; }

.page-template-tmpl_contact .header_wrapper .menu_open .language,
.page-template-tmpl_gallery .header_wrapper .menu_open .language {
  color: black; }

.page-template-tmpl_contact .header_wrapper .menu_open .header_right .phone a,
.page-template-tmpl_gallery .header_wrapper .menu_open .header_right .phone a {
  color: black; }

footer {
  color: #ffffff;
  background-color: #fdfcf8;
  padding: 70px 8.5%;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    footer {
      padding: 70px 2.5rem; } }
  @media (max-width: 1024px) {
    footer {
      padding: 50px 30px; } }
  @media (max-width: 991px) {
    footer {
      padding: 50px 15px; } }
  footer .footer_menu {
    text-transform: uppercase; }
  footer .footer_wrapper {
    display: flex; }
    @media (max-width: 768px) {
      footer .footer_wrapper {
        flex-direction: column; } }
    footer .footer_wrapper h3 {
      color: #68665a;
      font-size: 23px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      letter-spacing: 2px;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        footer .footer_wrapper h3 {
          margin-bottom: 30px;
          text-align: center; } }
    footer .footer_wrapper .footer_info {
      margin-top: 0px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between; }
      footer .footer_wrapper .footer_info h3 {
        font-weight: 800;
        font-size: 30px;
        text-transform: capitalize;
        font-family: "Geologica", sans-serif; }
      footer .footer_wrapper .footer_info p,
      footer .footer_wrapper .footer_info a {
        color: #68665a;
        font-family: "Geologica", sans-serif;
        font-size: 21px;
        font-weight: 800;
        text-align: left;
        display: block;
        margin: auto;
        margin-left: 0px;
        margin-block: 8px;
        letter-spacing: 0.8px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_info p,
          footer .footer_wrapper .footer_info a {
            text-align: center;
            margin-left: auto; } }
      footer .footer_wrapper .footer_info .footer_social {
        display: flex;
        margin-top: 30px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_info .footer_social {
            margin: auto;
            padding-top: 30px;
            justify-content: center;
            gap: 20px; } }
        footer .footer_wrapper .footer_info .footer_social a {
          margin-right: unset; }
          @media (max-width: 768px) {
            footer .footer_wrapper .footer_info .footer_social a {
              margin: unset !important; } }
          footer .footer_wrapper .footer_info .footer_social a:nth-child(2) {
            margin-left: 0px; }
          footer .footer_wrapper .footer_info .footer_social a img {
            max-width: 80%;
            border-radius: 100%; }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_info .footer_social a img {
                width: 90px; } }
    footer .footer_wrapper .middle.col {
      position: relative;
      min-height: 50vh; }
      @media (max-width: 1024px) {
        footer .footer_wrapper .middle.col {
          min-height: 40vh; } }
      @media (max-width: 991px) {
        footer .footer_wrapper .middle.col {
          min-height: 35vh; } }
      @media (max-width: 768px) {
        footer .footer_wrapper .middle.col {
          min-height: 30vh; } }
      footer .footer_wrapper .middle.col .header_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1; }
        footer .footer_wrapper .middle.col .header_logo img {
          width: 232px;
          height: 232px; }
          @media (max-width: 1280px) {
            footer .footer_wrapper .middle.col .header_logo img {
              width: 200px;
              height: 200px; } }
          @media (max-width: 1024px) {
            footer .footer_wrapper .middle.col .header_logo img {
              width: 120px;
              height: 120px; } }
    footer .footer_wrapper .footer_newsletter {
      margin: auto;
      display: flex;
      flex-direction: column;
      margin-top: 0px;
      margin-bottom: 0px; }
      footer .footer_wrapper .footer_newsletter .site-info {
        color: #68665a;
        text-align: right;
        font-family: "Geologica", sans-serif;
        font-size: 16px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .site-info {
            text-align: center; } }
        footer .footer_wrapper .footer_newsletter .site-info .menu-footer-menu-container #menu-footer-menu {
          display: flex;
          list-style: none;
          gap: 20px;
          padding: 0;
          margin: 0;
          justify-content: flex-end; }
          footer .footer_wrapper .footer_newsletter .site-info .menu-footer-menu-container #menu-footer-menu li {
            text-transform: uppercase; }
            footer .footer_wrapper .footer_newsletter .site-info .menu-footer-menu-container #menu-footer-menu li a {
              font-size: 21px; }
      footer .footer_wrapper .footer_newsletter #newsletter_form {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper {
          position: relative;
          margin-bottom: 10px; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email {
            color: #ffffff;
            font-family: "Geologica", sans-serif;
            width: 100%;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ffffff;
            padding: 10px 0px;
            font-size: 22px;
            font-weight: 200px; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::-moz-placeholder {
              font-family: "Geologica", sans-serif;
              color: #68665a !important; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:-ms-input-placeholder {
              font-family: "Geologica", sans-serif;
              color: #68665a !important; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::placeholder {
              font-family: "Geologica", sans-serif;
              color: #68665a !important; }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email {
                font-size: 18px; } }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:focus-visible {
              outline: none; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper button {
            border: none;
            outline: none;
            background-color: transparent;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper button img {
              height: 40px;
              width: 40px; }
        footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox {
          display: flex;
          align-items: center; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox input {
            display: none; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label {
            width: 30px;
            height: 30px;
            border: 1px solid #ffffff;
            background-color: transparent;
            border-radius: 100%;
            display: block;
            position: relative; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label::after {
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 0px;
              height: 0px;
              background-color: #fdfcf8;
              border-radius: 100%;
              opacity: 0;
              transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label:hover {
              cursor: pointer; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox input[type='checkbox']:checked + label:after {
            opacity: 1;
            width: 15px;
            height: 15px; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox small {
            margin-left: 10px; }
      footer .footer_wrapper .footer_newsletter .footer_copyright {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-family: "Geologica", sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        height: 100%; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .footer_copyright {
            margin: auto; } }
        footer .footer_wrapper .footer_newsletter .footer_copyright a,
        footer .footer_wrapper .footer_newsletter .footer_copyright p {
          color: #68665a;
          font-family: "Geologica", sans-serif;
          font-size: 15px;
          font-weight: 300;
          line-height: 30px; }
      footer .footer_wrapper .footer_newsletter .footer_menu {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        width: 100%; }
        footer .footer_wrapper .footer_newsletter .footer_menu h2.logo-name {
          font-size: 32px;
          font-family: "Trajan Pro 3", sans-serif;
          color: #68665a;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          gap: 5px; }
          footer .footer_wrapper .footer_newsletter .footer_menu h2.logo-name > span {
            font-size: 14px; }
        footer .footer_wrapper .footer_newsletter .footer_menu ul {
          padding: 0px;
          display: flex;
          justify-content: flex-end;
          margin-bottom: 6px; }
          @media (max-width: 768px) {
            footer .footer_wrapper .footer_newsletter .footer_menu ul {
              margin-bottom: 12px;
              justify-content: center;
              gap: 20px; } }
          @media (max-width: 450px) {
            footer .footer_wrapper .footer_newsletter .footer_menu ul {
              flex-direction: column;
              gap: 6px; } }
          footer .footer_wrapper .footer_newsletter .footer_menu ul li {
            list-style-type: none;
            transform: none !important;
            opacity: 1 !important;
            transition: all 0s cubic-bezier(0.65, 0, 0.35, 1) !important;
            pointer-events: all !important; }
            @media (min-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li {
                margin-left: 20px; } }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li:first-of-type {
                padding: 10px; } }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li:nth-of-type(2) {
                padding: 10px; } }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li:last-of-type {
                padding: 10px; } }
            @media (max-width: 450px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li {
                padding: unset !important; } }
            footer .footer_wrapper .footer_newsletter .footer_menu ul li a {
              font-family: "Geologica", sans-serif;
              font-size: 16px; }

.page-template-default #landing {
  height: 65svh; }

.page-template-default #welcome-text .wrapper > *:not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: #efece2 !important;
  max-width: 900px;
  margin-inline: auto; }

.page-template-default #welcome-text .wrapper h4 {
  font-size: 23px; }

.page-template-default #welcome-text .wrapper p,
.page-template-default #welcome-text .wrapper ol,
.page-template-default #welcome-text .wrapper ul {
  font-size: 18px;
  font-family: "Geologica", sans-serif;
  text-align: start !important; }

.page-template-default #welcome-text .wrapper a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff; }

#landing {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    #landing {
      height: 95vh; } }
  @media (max-width: 768px) {
    #landing {
      height: 90vh; } }
  @media (max-width: 450px) {
    #landing {
      height: 80vh; } }
  #landing.aos-animate {
    -webkit-animation: kenburns-top 2s ease-out both;
    animation: kenburns-top 2s ease-out both; }
    @media (max-width: 991px) {
      #landing.aos-animate {
        -webkit-animation: none;
                animation: none; } }
  #landing.filter::after {
    background-color: rgba(104, 102, 90, 0.57);
    z-index: 1; }
  #landing .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    opacity: 1;
    max-width: 900px;
    margin: auto; }
    @media (max-width: 1024px) {
      #landing .title {
        max-width: 100%;
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box; } }
    #landing .title h1 {
      color: #fdfcf8;
      text-align: center;
      margin: auto; }
    #landing .title span {
      color: #fdfcf8;
      display: block;
      font-size: 25px;
      font-weight: 400;
      text-align: center;
      margin: auto;
      text-transform: uppercase;
      font-family: "Trajan Pro 3", sans-serif; }
      @media (max-width: 991px) {
        #landing .title span {
          font-size: 24px; } }
      @media (max-width: 768px) {
        #landing .title span {
          font-size: 20px; } }
    #landing .title a {
      color: #ffffff;
      font-family: "Geologica", sans-serif;
      font-size: 21px;
      font-weight: 700;
      letter-spacing: 1.05px;
      text-transform: uppercase;
      margin: auto;
      margin-top: 60px;
      display: flex;
      align-items: center; }
      #landing .title a img {
        margin: auto;
        margin-left: 10px; }
  #landing.homepage-featured .title {
    padding-inline: 5rem;
    width: calc(100% - 10rem);
    top: unset;
    transform: unset;
    max-width: unset;
    bottom: 20px; }
    #landing.homepage-featured .title > div {
      width: 100%; }
    @media (max-width: 1280px) {
      #landing.homepage-featured .title {
        width: calc(100% - 5rem);
        padding: 0px 2.5rem; } }
    @media (max-width: 1024px) {
      #landing.homepage-featured .title {
        width: calc(100% - 60px);
        padding: 0px 30px; } }
    @media (max-width: 991px) {
      #landing.homepage-featured .title {
        width: calc(100% - 50px);
        padding: 0px 25px; } }
    #landing.homepage-featured .title h1 {
      margin: unset; }
  #landing.homepage-featured .featured-logo {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 40vh;
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 350px; }

#about .bigimage {
  display: flex;
  max-width: 100%;
  padding: 0px; }
  @media (max-width: 991px) {
    #about .bigimage {
      flex-direction: column; }
      #about .bigimage .right {
        order: 2 !important; }
      #about .bigimage .left {
        order: 1 !important; } }
  #about .bigimage .left {
    background-color: #fdfcf8;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    width: 33.33%;
    box-sizing: border-box;
    padding: 80px 5%;
    min-height: 60vh; }
    @media (max-width: 1280px) {
      #about .bigimage .left {
        width: 45%; } }
    @media (max-width: 1024px) {
      #about .bigimage .left {
        padding: 100px 30px; } }
    @media (max-width: 991px) {
      #about .bigimage .left {
        padding: 30px;
        width: 100%;
        min-height: auto; } }
    #about .bigimage .left p {
      margin: auto;
      color: #ffffff;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    @media (max-width: 450px) {
      #about .bigimage .left ul {
        padding-left: 15px; } }
    #about .bigimage .left ul li {
      color: #ffffff;
      font-family: "Geologica", sans-serif;
      font-size: 26px;
      font-weight: 300;
      line-height: 52px;
      text-align: left;
      position: relative;
      list-style-type: none; }
      @media (max-width: 1280px) {
        #about .bigimage .left ul li {
          font-size: 24px;
          line-height: 2; } }
      @media (max-width: 450px) {
        #about .bigimage .left ul li {
          font-size: 18px;
          line-height: 1.5; } }
      #about .bigimage .left ul li::after {
        content: '';
        position: absolute;
        left: -30px;
        height: 2px;
        background-color: #fdfcf8;
        width: 25px;
        display: block;
        margin-top: 25px;
        z-index: 1;
        top: 0px;
        bottom: 0px; }
        @media (max-width: 450px) {
          #about .bigimage .left ul li::after {
            margin-top: 10px;
            width: 10px;
            left: -15px; } }
    #about .bigimage .left span.tagline {
      color: #e1a62d; }
      @media (max-width: 1680px) {
        #about .bigimage .left span.tagline {
          font-size: 20px; } }
      @media (max-width: 450px) {
        #about .bigimage .left span.tagline {
          font-size: 16px; } }
    #about .bigimage .left h2 {
      color: #68665a;
      font-size: 50px; }
      @media (max-width: 1024px) {
        #about .bigimage .left h2 {
          font-size: 40px; } }
      @media (max-width: 768px) {
        #about .bigimage .left h2 {
          font-size: 38px; } }
      @media (max-width: 450px) {
        #about .bigimage .left h2 {
          font-size: 32px; } }
    #about .bigimage .left a {
      margin: auto;
      margin-top: 60px;
      display: block;
      margin-left: unset; }
  #about .bigimage .right {
    width: 66.666%;
    box-sizing: border-box;
    margin: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      #about .bigimage .right {
        width: 100%;
        min-height: auto;
        height: 50vw;
        order: 2; } }
    @media (max-width: 768px) {
      #about .bigimage .right {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
    @media (max-width: 450px) {
      #about .bigimage .right {
        height: 100vw; } }

#accommodation {
  /*No slider*/
  /*Slider*/ }
  #accommodation .rooms {
    display: flex; }
    @media (max-width: 1024px) {
      #accommodation .rooms {
        flex-direction: column; } }
    #accommodation .rooms .items {
      transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (min-width: 1024px) {
        #accommodation .rooms .items {
          width: 50%; }
          #accommodation .rooms .items:hover {
            width: 90% !important; } }
      @media (max-width: 1024px) {
        #accommodation .rooms .items {
          min-height: 60vh;
          width: 100%; } }
  #accommodation .swiper-slide,
  #accommodation .items {
    overflow: hidden; }
    #accommodation .swiper-slide:hover .image,
    #accommodation .items:hover .image {
      transform: scale(1.02);
      transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
    #accommodation .swiper-slide .image,
    #accommodation .items .image {
      position: absolute;
      inset: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transform: scale(1); }
  #accommodation .hidden_content {
    background-color: #fdfcf8;
    z-index: 2;
    overflow: hidden; }
    #accommodation .hidden_content #information {
      background-color: #fdfcf8; }
      #accommodation .hidden_content #information .information_wrapper {
        display: block !important; }
        #accommodation .hidden_content #information .information_wrapper p {
          padding-bottom: 5px; }
  #accommodation .col-row .col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    flex: 0 0 33.333333%;
    position: relative; }
    #accommodation .col-row .col::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #68665a;
      opacity: 0.45; }
    @media (max-width: 1024px) {
      #accommodation .col-row .col {
        flex: 0 0 50%; }
        #accommodation .col-row .col:last-child {
          flex: 0 0 100%;
          max-height: 600px; } }
    @media (max-width: 768px) {
      #accommodation .col-row .col {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      #accommodation .col-row .col {
        height: 100vw; } }
    #accommodation .col-row .col .title {
      position: absolute;
      top: 15%;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (max-width: 1024px) {
        #accommodation .col-row .col .title {
          top: 50px; } }
      #accommodation .col-row .col .title p {
        color: #68665a;
        font-family: "Geologica", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .title p {
            font-size: 18px; } }
      #accommodation .col-row .col .title h2 {
        color: #68665a;
        font-weight: 500;
        margin: auto;
        font-family: "Inter", sans-serif;
        margin-bottom: 20px;
        font-size: 44px;
        text-align: center;
        text-align: left; }
        @media (max-width: 1024px) {
          #accommodation .col-row .col .title h2 {
            font-size: 36px; } }
      #accommodation .col-row .col .title span {
        color: #68665a;
        text-transform: uppercase;
        font-size: 22px;
        text-align: left; }
        @media (max-width: 1024px) {
          #accommodation .col-row .col .title span {
            font-size: 18px; } }
      #accommodation .col-row .col .title a {
        display: flex;
        flex-direction: column;
        padding-inline: 15%; }
        #accommodation .col-row .col .title a img {
          width: 100px;
          margin-top: 12px; }
          @media (max-width: 1024px) {
            #accommodation .col-row .col .title a img {
              width: 60px; } }
    #accommodation .col-row .col .hidden_content {
      background-color: #fdfcf8;
      padding: 30px 10%;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      #accommodation .col-row .col .hidden_content p {
        color: #68665a;
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        text-align: left;
        position: relative;
        margin: auto 40px auto 50px; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 20px; } }
        #accommodation .col-row .col .hidden_content p::after {
          content: '';
          position: absolute;
          left: -40px;
          height: 2px;
          background-color: #68665a;
          width: 20px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    #accommodation .col-row .col:hover .hidden_content {
      transform: translateY(0%); }
  #accommodation .swiper-buttons-nav div {
    overflow: hidden;
    border-radius: 100%;
    padding: 20px; }
    #accommodation .swiper-buttons-nav div img {
      z-index: 1; }
    #accommodation .swiper-buttons-nav div.swiper-button-disabled {
      opacity: 0 !important;
      pointer-events: none !important; }
    #accommodation .swiper-buttons-nav div::after {
      content: '';
      background-color: transparent;
      opacity: 1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      background-color: #fdfcf8;
      z-index: 0; }
  #accommodation .swiper-buttons-nav .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%) scale(1);
    margin: auto;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #accommodation .swiper-buttons-nav .swiper-button-prev:hover {
      transform: translateY(-50%) scale(0.8); }
    @media (max-width: 768px) {
      #accommodation .swiper-buttons-nav .swiper-button-prev {
        width: 70px;
        height: 70px;
        font-size: 18px; } }
    #accommodation .swiper-buttons-nav .swiper-button-prev img {
      max-width: 100px;
      transform: rotate(180deg); }
  #accommodation .swiper-buttons-nav .swiper-button-next {
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%) scale(1);
    margin: auto;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #accommodation .swiper-buttons-nav .swiper-button-next:hover {
      transform: translateY(-50%) scale(0.8); }
    @media (max-width: 768px) {
      #accommodation .swiper-buttons-nav .swiper-button-next {
        width: 70px;
        height: 70px;
        font-size: 18px; } }
    #accommodation .swiper-buttons-nav .swiper-button-next img {
      max-width: 100px; }
  #accommodation .swiper-wrapper .swiper-slide,
  #accommodation .swiper-wrapper .items {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start; }
    #accommodation .swiper-wrapper .swiper-slide::after,
    #accommodation .swiper-wrapper .items::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #68665a;
      opacity: 0.5; }
    #accommodation .swiper-wrapper .swiper-slide:hover::after,
    #accommodation .swiper-wrapper .items:hover::after {
      opacity: 0.25;
      transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 768px) {
      #accommodation .swiper-wrapper .swiper-slide,
      #accommodation .swiper-wrapper .items {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      #accommodation .swiper-wrapper .swiper-slide,
      #accommodation .swiper-wrapper .items {
        height: 75vh; } }
    #accommodation .swiper-wrapper .swiper-slide .title,
    #accommodation .swiper-wrapper .items .title {
      z-index: 2; }
      #accommodation .swiper-wrapper .swiper-slide .title p,
      #accommodation .swiper-wrapper .items .title p {
        color: #68665a;
        font-family: "Geologica", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .title p,
          #accommodation .swiper-wrapper .items .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .title p,
          #accommodation .swiper-wrapper .items .title p {
            font-size: 18px; } }
      #accommodation .swiper-wrapper .swiper-slide .title h2,
      #accommodation .swiper-wrapper .items .title h2 {
        color: #ffffff;
        font-weight: 300;
        font-family: "Inter", sans-serif;
        text-align: center;
        text-align: left;
        font-size: 64px;
        text-align: left;
        max-width: 550px;
        padding: 1rem; }
        @media (max-width: 1024px) {
          #accommodation .swiper-wrapper .swiper-slide .title h2,
          #accommodation .swiper-wrapper .items .title h2 {
            font-size: 52px; } }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .title h2,
          #accommodation .swiper-wrapper .items .title h2 {
            font-size: 44px; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .title h2,
          #accommodation .swiper-wrapper .items .title h2 {
            font-size: 36px; } }
      #accommodation .swiper-wrapper .swiper-slide .title span,
      #accommodation .swiper-wrapper .items .title span {
        color: #ffffff;
        text-transform: uppercase; }
      #accommodation .swiper-wrapper .swiper-slide .title a,
      #accommodation .swiper-wrapper .items .title a {
        display: flex;
        flex-direction: column;
        padding-inline: 8%;
        position: revert;
        width: revert;
        max-width: revert; }
        #accommodation .swiper-wrapper .swiper-slide .title a img,
        #accommodation .swiper-wrapper .items .title a img {
          width: 100px;
          margin-top: 12px; }
          @media (max-width: 1024px) {
            #accommodation .swiper-wrapper .swiper-slide .title a img,
            #accommodation .swiper-wrapper .items .title a img {
              width: 60px; } }
    #accommodation .swiper-wrapper .swiper-slide .hidden_content,
    #accommodation .swiper-wrapper .items .hidden_content {
      background-color: #fdfcf8;
      padding: 0% 10%;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 30%;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      #accommodation .swiper-wrapper .swiper-slide .hidden_content p,
      #accommodation .swiper-wrapper .items .hidden_content p {
        color: #68665a;
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .hidden_content p,
          #accommodation .swiper-wrapper .items .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .hidden_content p,
          #accommodation .swiper-wrapper .items .hidden_content p {
            font-size: 20px; } }
        #accommodation .swiper-wrapper .swiper-slide .hidden_content p::after,
        #accommodation .swiper-wrapper .items .hidden_content p::after {
          content: '';
          position: absolute;
          left: -40px;
          height: 2px;
          background-color: #68665a;
          width: 20px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    #accommodation .swiper-wrapper .swiper-slide:hover .hidden_content,
    #accommodation .swiper-wrapper .items:hover .hidden_content {
      transform: translateY(0%); }

#parallax {
  min-height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    #parallax {
      min-height: 90vh; } }
  #parallax.filter::after {
    background-color: rgba(104, 102, 90, 0.65);
    z-index: 0; }
  #parallax .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center; }
    #parallax .title span {
      color: #ffffff;
      margin-inline: auto; }
    #parallax .title h2 {
      color: #ffffff; }
    #parallax .title p.text {
      color: #ffffff;
      margin: auto;
      text-align: center;
      max-width: 650px;
      margin-top: 60px; }
    #parallax .title a {
      margin: auto;
      margin-top: 50px;
      color: #ffffff; }

.halfhalf {
  display: flex;
  max-width: 100%;
  padding: 0px;
  min-height: 70svh;
  height: auto; }
  @media (max-width: 991px) {
    .halfhalf {
      flex-direction: column; } }
  .halfhalf .left {
    width: 50%;
    box-sizing: border-box;
    margin: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .halfhalf .left {
        width: 100%;
        min-height: auto;
        height: 60vw;
        order: 2; } }
    @media (max-width: 450px) {
      .halfhalf .left {
        height: 70vw; } }
  .halfhalf .right {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    background-color: #efece2;
    padding: 80px 5%; }
    @media (max-width: 991px) {
      .halfhalf .right {
        width: 100%;
        padding: 60px 0px; } }
    .halfhalf .right .right_info {
      margin: auto; }
      @media (max-width: 1024px) {
        .halfhalf .right .right_info {
          max-width: 100%;
          width: 100%;
          padding: 0px 30px; } }
      .halfhalf .right .right_info p {
        margin: auto;
        color: #68665a; }
      .halfhalf .right .right_info h2 {
        color: #68665a;
        text-align: left;
        margin: auto;
        margin: 20px 0; }
      .halfhalf .right .right_info span,
      .halfhalf .right .right_info h3 {
        color: #68665a;
        font-family: "Geologica", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0px; }
        @media (max-width: 1680px) {
          .halfhalf .right .right_info span,
          .halfhalf .right .right_info h3 {
            font-size: 20px; } }
        @media (max-width: 450px) {
          .halfhalf .right .right_info span,
          .halfhalf .right .right_info h3 {
            font-size: 16px; } }
      .halfhalf .right .right_info a {
        margin: auto;
        margin-top: 30px; }
        .halfhalf .right .right_info a svg line,
        .halfhalf .right .right_info a svg path,
        .halfhalf .right .right_info a svg circle {
          stroke: #68665a; }

#inforows .locations.inforows,
#inforows-slider .locations.inforows {
  flex-direction: row-reverse; }
  #inforows .locations.inforows .inner_info h2,
  #inforows-slider .locations.inforows .inner_info h2 {
    margin: auto;
    color: #68665a !important;
    font-weight: 100;
    margin-top: 45px;
    margin-bottom: 35px; }
  #inforows .locations.inforows .inner_info p,
  #inforows-slider .locations.inforows .inner_info p {
    margin: auto;
    color: #68665a !important; }
  #inforows .locations.inforows svg line,
  #inforows .locations.inforows svg path,
  #inforows .locations.inforows svg circle,
  #inforows-slider .locations.inforows svg line,
  #inforows-slider .locations.inforows svg path,
  #inforows-slider .locations.inforows svg circle {
    stroke: #e1a62d !important; }

#inforows .inforows,
#inforows-slider .inforows {
  display: flex;
  padding: 0px;
  min-height: 70svh;
  height: auto;
  background-color: #ffffff; }
  @media (max-width: 991px) {
    #inforows .inforows,
    #inforows-slider .inforows {
      flex-direction: column; }
      #inforows .inforows .image,
      #inforows-slider .inforows .image {
        order: 2 !important; }
      #inforows .inforows .info,
      #inforows-slider .inforows .info {
        order: 1 !important; } }
  #inforows .inforows .image,
  #inforows-slider .inforows .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    width: 40%; }
    @media (max-width: 991px) {
      #inforows .inforows .image,
      #inforows-slider .inforows .image {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
  #inforows .inforows .info,
  #inforows-slider .inforows .info {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 60%;
    padding: 90px 50px;
    padding-left: 5%;
    box-sizing: border-box;
    display: flex; }
    @media (max-width: 1024px) {
      #inforows .inforows .info,
      #inforows-slider .inforows .info {
        padding-left: 0px; } }
    @media (max-width: 991px) {
      #inforows .inforows .info,
      #inforows-slider .inforows .info {
        width: 100%;
        padding: 0px; } }
    #inforows .inforows .info .inner_info,
    #inforows-slider .inforows .info .inner_info {
      max-width: 820px;
      margin: auto;
      margin-left: 0px; }
      @media (max-width: 1024px) {
        #inforows .inforows .info .inner_info,
        #inforows-slider .inforows .info .inner_info {
          padding: 0px 30px; } }
      @media (max-width: 991px) {
        #inforows .inforows .info .inner_info,
        #inforows-slider .inforows .info .inner_info {
          padding: 30px;
          max-width: 100%; } }
      #inforows .inforows .info .inner_info span.tagline,
      #inforows-slider .inforows .info .inner_info span.tagline {
        color: #e1a62d !important;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; }
      #inforows .inforows .info .inner_info span.h3,
      #inforows-slider .inforows .info .inner_info span.h3 {
        color: #e1a62d;
        display: block; }
      #inforows .inforows .info .inner_info h2,
      #inforows-slider .inforows .info .inner_info h2 {
        margin: auto;
        margin-top: 45px;
        margin-bottom: 35px; }
      @media (max-width: 450px) {
        #inforows .inforows .info .inner_info ul,
        #inforows-slider .inforows .info .inner_info ul {
          padding-left: 15px; } }
      #inforows .inforows .info .inner_info ul li,
      #inforows-slider .inforows .info .inner_info ul li {
        color: #68665a;
        font-family: "Geologica", sans-serif;
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        position: relative;
        list-style-type: none;
        margin-bottom: 20px; }
        @media (max-width: 1280px) {
          #inforows .inforows .info .inner_info ul li,
          #inforows-slider .inforows .info .inner_info ul li {
            margin-bottom: 16px; } }
        #inforows .inforows .info .inner_info ul li::after,
        #inforows-slider .inforows .info .inner_info ul li::after {
          content: '';
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: currentColor;
          width: 25px;
          display: block;
          z-index: 1;
          top: 50%;
          bottom: 0px; }
          @media (max-width: 450px) {
            #inforows .inforows .info .inner_info ul li::after,
            #inforows-slider .inforows .info .inner_info ul li::after {
              margin-top: 10px;
              width: 10px; } }
          @media (max-width: 1280px) {
            #inforows .inforows .info .inner_info ul li::after,
            #inforows-slider .inforows .info .inner_info ul li::after {
              margin-top: unset; } }
      #inforows .inforows .info .inner_info p,
      #inforows-slider .inforows .info .inner_info p {
        margin: auto; }
      #inforows .inforows .info .inner_info a,
      #inforows-slider .inforows .info .inner_info a {
        display: block;
        margin: auto;
        margin-left: 0px;
        margin-top: 60px; }
        #inforows .inforows .info .inner_info a img,
        #inforows-slider .inforows .info .inner_info a img {
          width: 100px;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 768px) {
            #inforows .inforows .info .inner_info a img,
            #inforows-slider .inforows .info .inner_info a img {
              width: 80px; } }
        #inforows .inforows .info .inner_info a:hover img,
        #inforows-slider .inforows .info .inner_info a:hover img {
          padding-left: 8px; }
  #inforows .inforows:nth-child(odd),
  #inforows-slider .inforows:nth-child(odd) {
    background-color: #efece2; }
    #inforows .inforows:nth-child(odd) .image,
    #inforows-slider .inforows:nth-child(odd) .image {
      order: 2; }
    #inforows .inforows:nth-child(odd) .info,
    #inforows-slider .inforows:nth-child(odd) .info {
      order: 1; }
  @media (min-width: 991px) {
    #inforows .inforows.image .image,
    #inforows-slider .inforows.image .image {
      width: 60%; }
    #inforows .inforows.image .info,
    #inforows-slider .inforows.image .info {
      width: 40%; }
    #inforows .inforows.text .image,
    #inforows-slider .inforows.text .image {
      width: 40%; }
    #inforows .inforows.text .info,
    #inforows-slider .inforows.text .info {
      width: 60%; }
    #inforows .inforows.halfhalf .image,
    #inforows-slider .inforows.halfhalf .image {
      width: 50%; }
    #inforows .inforows.halfhalf .info,
    #inforows-slider .inforows.halfhalf .info {
      width: 50%; } }

#inforows.listrows .info,
#inforows-slider.listrows .info {
  width: 100% !important; }
  #inforows.listrows .info .inner_info,
  #inforows-slider.listrows .info .inner_info {
    max-width: unset !important; }
    #inforows.listrows .info .inner_info ul,
    #inforows.listrows .info .inner_info ol,
    #inforows-slider.listrows .info .inner_info ul,
    #inforows-slider.listrows .info .inner_info ol {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 40px;
           column-gap: 40px; }
      @media (max-width: 768px) {
        #inforows.listrows .info .inner_info ul,
        #inforows.listrows .info .inner_info ol,
        #inforows-slider.listrows .info .inner_info ul,
        #inforows-slider.listrows .info .inner_info ol {
          -moz-column-count: 1;
               column-count: 1; } }
      #inforows.listrows .info .inner_info ul li,
      #inforows.listrows .info .inner_info ol li,
      #inforows-slider.listrows .info .inner_info ul li,
      #inforows-slider.listrows .info .inner_info ol li {
        line-height: unset !important;
        margin-bottom: 20px; }
    #inforows.listrows .info .inner_info ol,
    #inforows-slider.listrows .info .inner_info ol {
      -moz-column-count: 1;
           column-count: 1; }

#inforows .inforows-slider,
#inforows-slider .inforows-slider {
  flex-direction: row-reverse; }
  @media (max-width: 1024px) {
    #inforows .inforows-slider,
    #inforows-slider .inforows-slider {
      flex-direction: column-reverse; } }
  @media (min-width: 1024px) {
    #inforows .inforows-slider,
    #inforows-slider .inforows-slider {
      min-height: 90svh; } }
  #inforows .inforows-slider .info,
  #inforows-slider .inforows-slider .info {
    width: 60%; }
    @media (max-width: 1024px) {
      #inforows .inforows-slider .info,
      #inforows-slider .inforows-slider .info {
        width: 100% !important; } }
  #inforows .inforows-slider .swiper,
  #inforows-slider .inforows-slider .swiper {
    width: 40%; }
    @media (max-width: 1024px) {
      #inforows .inforows-slider .swiper,
      #inforows-slider .inforows-slider .swiper {
        width: 100% !important;
        height: 600px; } }
    @media (max-width: 991px) {
      #inforows .inforows-slider .swiper,
      #inforows-slider .inforows-slider .swiper {
        width: 100% !important;
        height: 500px; } }
    #inforows .inforows-slider .swiper .swiper-buttons-nav .button-next,
    #inforows .inforows-slider .swiper .swiper-buttons-nav .button-prev,
    #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-next,
    #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-prev {
      bottom: 0;
      display: flex;
      position: absolute;
      width: 100px;
      height: 100px;
      cursor: pointer;
      background-color: #fdfcf8;
      border-radius: 100%;
      z-index: 1;
      top: 50%;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 1024px) {
        #inforows .inforows-slider .swiper .swiper-buttons-nav .button-next,
        #inforows .inforows-slider .swiper .swiper-buttons-nav .button-prev,
        #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-next,
        #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-prev {
          width: 70px;
          height: 70px; } }
      @media (max-width: 768px) {
        #inforows .inforows-slider .swiper .swiper-buttons-nav .button-next,
        #inforows .inforows-slider .swiper .swiper-buttons-nav .button-prev,
        #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-next,
        #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-prev {
          width: 50px;
          height: 50px; } }
      #inforows .inforows-slider .swiper .swiper-buttons-nav .button-next img,
      #inforows .inforows-slider .swiper .swiper-buttons-nav .button-prev img,
      #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-next img,
      #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-prev img {
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    #inforows .inforows-slider .swiper .swiper-buttons-nav .button-next,
    #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-next {
      right: 3%;
      transform: translateY(-50%); }
      #inforows .inforows-slider .swiper .swiper-buttons-nav .button-next:hover img,
      #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-next:hover img {
        transform: translateX(5px); }
    #inforows .inforows-slider .swiper .swiper-buttons-nav .button-prev,
    #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-prev {
      left: 3%; }
      #inforows .inforows-slider .swiper .swiper-buttons-nav .button-prev:hover img,
      #inforows-slider .inforows-slider .swiper .swiper-buttons-nav .button-prev:hover img {
        transform: translateX(5px); }
    #inforows .inforows-slider .swiper .swiper-slide a.single-image,
    #inforows-slider .inforows-slider .swiper .swiper-slide a.single-image {
      height: 100%;
      max-width: unset;
      width: 100%; }
      #inforows .inforows-slider .swiper .swiper-slide a.single-image img,
      #inforows-slider .inforows-slider .swiper .swiper-slide a.single-image img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        aspect-ratio: 4 / 3; }
  #inforows .inforows-slider .inner_info h2,
  #inforows-slider .inforows-slider .inner_info h2 {
    color: #68665a !important; }
  #inforows .inforows-slider .inner_info p,
  #inforows-slider .inforows-slider .inner_info p {
    color: #68665a !important; }

#offers.inner_page .col-row .col,
#blog.inner_page .col-row .col {
  overflow: hidden;
  flex: 0 0 50%; }
  @media (max-width: 768px) {
    #offers.inner_page .col-row .col,
    #blog.inner_page .col-row .col {
      flex: 0 0 100%;
      height: 50vw; } }
  @media (max-width: 450px) {
    #offers.inner_page .col-row .col,
    #blog.inner_page .col-row .col {
      height: 100vw; } }

#offers .main-cont,
#blog .main-cont {
  padding: 0px; }

#offers .col,
#blog .col {
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 50%; }
  @media (max-width: 768px) {
    #offers .col,
    #blog .col {
      flex: 0 0 100%;
      height: 50vw; } }
  @media (max-width: 450px) {
    #offers .col,
    #blog .col {
      height: 100vw; } }
  #offers .col .title,
  #blog .col .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    margin: auto;
    max-width: 70%;
    z-index: 2; }
    @media (max-width: 991px) {
      #offers .col .title,
      #blog .col .title {
        max-width: 100%;
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box; } }
    #offers .col .title p,
    #blog .col .title p {
      margin: auto;
      font-size: 23px;
      font-family: "Geologica", sans-serif;
      margin-bottom: 20px;
      color: #ffffff; }
    #offers .col .title h2,
    #blog .col .title h2 {
      font-weight: 200;
      margin: auto;
      margin-bottom: 45px; }

#gallery {
  position: relative; }
  #gallery::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    transition: all 1s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #fdfcf8;
    z-index: 1; }
  #gallery .gallery_swipe {
    background-color: #fdfcf8; }
    #gallery .gallery_swipe .swiper-slide {
      width: 100%; }
      #gallery .gallery_swipe .swiper-slide a.single-image {
        display: block;
        min-width: 100%; }
        #gallery .gallery_swipe .swiper-slide a.single-image img {
          display: block;
          height: 80vh;
          margin: auto;
          width: 80%;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 991px) {
            #gallery .gallery_swipe .swiper-slide a.single-image img {
              height: 100vw; } }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
      width: 80px;
      height: 80px;
      top: 50%;
      transform: translateY(-50%) scale(1);
      margin: auto;
      display: flex;
      align-items: center;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev:hover {
        transform: translateY(-50%) scale(0.8); }
      @media (max-width: 991px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
          width: 70px;
          height: 70px; } }
      @media (max-width: 768px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
          width: 60px;
          height: 60px; } }
      @media (max-width: 450px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
          width: 50px;
          height: 50px; } }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev::after {
        display: none; }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
      width: 80px;
      height: 80px;
      top: 50%;
      transform: translateY(-50%) scale(1);
      margin: auto;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next:hover {
        transform: translateY(-50%) scale(0.8); }
      @media (max-width: 991px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
          width: 70px;
          height: 70px; } }
      @media (max-width: 768px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
          width: 60px;
          height: 60px; } }
      @media (max-width: 450px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
          width: 50px;
          height: 50px; } }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next::after {
        display: none; }
  #gallery.aos-animate::after {
    width: 0%; }

@media (max-width: 991px) {
  .home #location {
    padding-top: 5rem; } }

@media (max-width: 991px) {
  .home .bigimage .right {
    display: none; } }

.page-template-galinispa .map {
  width: 100%;
  height: 80vh; }

#offer-content {
  padding: 90px 30px;
  max-width: 1300px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #offer-content {
      padding: 40px 30px; } }

.home-suggestions .inforows {
  background-color: #e1a62d !important; }

.home-suggestions h2 {
  color: #ffffff;
  margin-bottom: 70px !important;
  font-size: 64px; }
  @media (max-width: 1024px) {
    .home-suggestions h2 {
      font-size: 52px; } }
  @media (max-width: 768px) {
    .home-suggestions h2 {
      font-size: 44px; } }
  @media (max-width: 450px) {
    .home-suggestions h2 {
      font-size: 36px; } }

.home-suggestions span {
  color: #68665a !important;
  font-family: "Geologica", sans-serif; }

.home-locations .property-wrapper > span,
.home-locations .title-wrapper > h2,
.home-locations .text-wrapper > div,
.home-locations .link-wrapper > div {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.8s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  margin: unset !important; }
  @media (max-width: 1024px) {
    .home-locations .property-wrapper > span,
    .home-locations .title-wrapper > h2,
    .home-locations .text-wrapper > div,
    .home-locations .link-wrapper > div {
      max-height: unset !important;
      height: 0 !important; } }

.home-locations .property-wrapper > span.active,
.home-locations .title-wrapper > h2.active,
.home-locations .text-wrapper > div.active,
.home-locations .link-wrapper > div.active {
  max-height: 300px !important;
  /* Adjust depending on your content */
  transition-delay: 0.8s !important;
  opacity: 1 !important; }
  @media (max-width: 1024px) {
    .home-locations .property-wrapper > span.active,
    .home-locations .title-wrapper > h2.active,
    .home-locations .text-wrapper > div.active,
    .home-locations .link-wrapper > div.active {
      max-height: unset !important;
      height: auto !important; } }

.home-locations .info {
  display: flex;
  flex-direction: column; }
  .home-locations .info .swiper-counter {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 1024px) {
      .home-locations .info .swiper-counter {
        padding: 30px; } }
    .home-locations .info .swiper-counter * {
      color: #e1a62d;
      font-weight: 500; }
    .home-locations .info .swiper-counter .divider {
      width: 60px;
      height: 1px;
      background-color: #e1a62d; }
  .home-locations .info h2 {
    font-size: 50px; }
    @media (max-width: 1024px) {
      .home-locations .info h2 {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .home-locations .info h2 {
        font-size: 38px; } }
    @media (max-width: 450px) {
      .home-locations .info h2 {
        font-size: 32px; } }
  .home-locations .info .tagline {
    text-transform: unset;
    color: #e1a62d;
    margin: unset !important; }
  .home-locations .info .title-wrapper {
    margin-block: 20px 80px; }

@media (min-width: 1024px) {
  .home-locations .main-cont .info {
    width: 40% !important; }
  .home-locations .main-cont .swiper {
    width: 60% !important; } }

.single-room .halfhalf:nth-child(odd) .left,
.single-room .bigimage:nth-child(odd) .left,
.page-template-tmpl_spa .halfhalf:nth-child(odd) .left,
.page-template-tmpl_spa .bigimage:nth-child(odd) .left,
.page-template-tmpl_villa .halfhalf:nth-child(odd) .left,
.page-template-tmpl_villa .bigimage:nth-child(odd) .left {
  order: 2; }

.single-room .halfhalf:nth-child(odd) .right,
.single-room .bigimage:nth-child(odd) .right,
.page-template-tmpl_spa .halfhalf:nth-child(odd) .right,
.page-template-tmpl_spa .bigimage:nth-child(odd) .right,
.page-template-tmpl_villa .halfhalf:nth-child(odd) .right,
.page-template-tmpl_villa .bigimage:nth-child(odd) .right {
  order: 1; }

.single-room .halfhalf:nth-child(even) .left,
.single-room .bigimage:nth-child(even) .left,
.page-template-tmpl_spa .halfhalf:nth-child(even) .left,
.page-template-tmpl_spa .bigimage:nth-child(even) .left,
.page-template-tmpl_villa .halfhalf:nth-child(even) .left,
.page-template-tmpl_villa .bigimage:nth-child(even) .left {
  order: 1; }

.single-room .halfhalf:nth-child(even) .right,
.single-room .bigimage:nth-child(even) .right,
.page-template-tmpl_spa .halfhalf:nth-child(even) .right,
.page-template-tmpl_spa .bigimage:nth-child(even) .right,
.page-template-tmpl_villa .halfhalf:nth-child(even) .right,
.page-template-tmpl_villa .bigimage:nth-child(even) .right {
  order: 2; }

.single-room .bigimage .left span,
.page-template-tmpl_spa .bigimage .left span,
.page-template-tmpl_villa .bigimage .left span {
  margin-bottom: 0px;
  display: block; }
  @media (max-width: 768px) {
    .single-room .bigimage .left span,
    .page-template-tmpl_spa .bigimage .left span,
    .page-template-tmpl_villa .bigimage .left span {
      margin-bottom: 30px; } }

.single-room .bigimage:nth-child(2n-1) .left,
.page-template-tmpl_spa .bigimage:nth-child(2n-1) .left,
.page-template-tmpl_villa .bigimage:nth-child(2n-1) .left {
  background-color: #68665a; }
  .single-room .bigimage:nth-child(2n-1) .left span,
  .single-room .bigimage:nth-child(2n-1) .left p,
  .single-room .bigimage:nth-child(2n-1) .left ul li,
  .single-room .bigimage:nth-child(2n-1) .left ol li,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left span,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left p,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left ul li,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left ol li,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left span,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left p,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left ul li,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left ol li {
    color: #68665a !important; }
  .single-room .bigimage:nth-child(2n-1) .left ul li::after,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left ul li::after,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left ul li::after {
    background-color: #68665a !important; }
  .single-room .bigimage:nth-child(2n-1) .left svg line,
  .single-room .bigimage:nth-child(2n-1) .left svg path,
  .single-room .bigimage:nth-child(2n-1) .left svg circle,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left svg line,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left svg path,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left svg circle,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left svg line,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left svg path,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left svg circle {
    stroke: #68665a; }
  .single-room .bigimage:nth-child(2n-1) .left h2,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) .left h2,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) .left h2 {
    color: #68665a !important; }

.single-room .bigimage:nth-child(2n) .left,
.page-template-tmpl_spa .bigimage:nth-child(2n) .left,
.page-template-tmpl_villa .bigimage:nth-child(2n) .left {
  background-color: #efece2; }
  .single-room .bigimage:nth-child(2n) .left span,
  .single-room .bigimage:nth-child(2n) .left p,
  .single-room .bigimage:nth-child(2n) .left ul li,
  .single-room .bigimage:nth-child(2n) .left ol li,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left span,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left p,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left ul li,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left ol li,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left span,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left p,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left ul li,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left ol li {
    color: #68665a !important; }
  .single-room .bigimage:nth-child(2n) .left ul li::after,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left ul li::after,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left ul li::after {
    background-color: #68665a !important; }
  .single-room .bigimage:nth-child(2n) .left svg line,
  .single-room .bigimage:nth-child(2n) .left svg path,
  .single-room .bigimage:nth-child(2n) .left svg circle,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left svg line,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left svg path,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left svg circle,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left svg line,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left svg path,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left svg circle {
    stroke: #68665a; }
  .single-room .bigimage:nth-child(2n) .left h2,
  .page-template-tmpl_spa .bigimage:nth-child(2n) .left h2,
  .page-template-tmpl_villa .bigimage:nth-child(2n) .left h2 {
    color: #68665a !important; }

@media (max-width: 991px) {
  .single-room .bigimage .right,
  .page-template-tmpl_spa .bigimage .right,
  .page-template-tmpl_villa .bigimage .right {
    display: none; } }

#information {
  overflow: hidden;
  background-color: #e1a62d;
  padding: 30px 0px; }
  @media (max-width: 768px) {
    #information {
      padding: 20px 0px; } }
  #information .information_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px; }
    @media (max-width: 768px) {
      #information .information_wrapper {
        flex-direction: column; } }
    #information .information_wrapper p {
      margin: auto 40px auto 50px;
      color: #ffffff;
      font-size: 20px;
      font-weight: 300;
      text-align: center; }
      @media (max-width: 768px) {
        #information .information_wrapper p {
          font-size: 18px;
          margin: auto auto; } }

#welcome-text .booknow_button {
  margin-top: 50px;
  margin-inline: auto; }

.clearfix {
  overflow: hidden; }
  .clearfix::after {
    content: '';
    clear: both;
    display: table; }

#contact_content {
  display: flex;
  align-items: center;
  margin-top: 190px; }
  @media (max-width: 768px) {
    #contact_content {
      flex-direction: column; } }
  #contact_content .contact_info {
    width: 50%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex; }
    @media (max-width: 768px) {
      #contact_content .contact_info {
        width: 100%;
        order: 2;
        padding: 50px 0px; } }
    #contact_content .contact_info .info {
      max-width: 90%;
      margin: auto; }
      #contact_content .contact_info .info > *:not(h2):not(h3):not(h4):not(h5):not(h6) {
        color: #ffffff !important;
        max-width: 900px;
        margin-inline: auto; }
      #contact_content .contact_info .info p,
      #contact_content .contact_info .info ol,
      #contact_content .contact_info .info ul {
        font-size: 18px;
        font-family: "Geologica", sans-serif;
        text-align: start !important; }
      #contact_content .contact_info .info br {
        display: none; }
      @media (max-width: 1024px) {
        #contact_content .contact_info .info {
          max-width: 100%;
          padding: 0px 30px;
          width: 100%; } }
      #contact_content .contact_info .info h2,
      #contact_content .contact_info .info h3,
      #contact_content .contact_info .info h4,
      #contact_content .contact_info .info h5,
      #contact_content .contact_info .info h6 {
        color: #ffffff;
        font-size: 40px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info h2,
          #contact_content .contact_info .info h3,
          #contact_content .contact_info .info h4,
          #contact_content .contact_info .info h5,
          #contact_content .contact_info .info h6 {
            margin-bottom: 25px;
            font-size: 30px; } }
        @media (max-width: 450px) {
          #contact_content .contact_info .info h2,
          #contact_content .contact_info .info h3,
          #contact_content .contact_info .info h4,
          #contact_content .contact_info .info h5,
          #contact_content .contact_info .info h6 {
            margin-bottom: 20px;
            font-size: 25px; } }
      #contact_content .contact_info .info p {
        font-size: 26px;
        margin: auto; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info p {
            font-size: 22px; } }
        @media (max-width: 768px) {
          #contact_content .contact_info .info p {
            font-size: 20px; } }
        #contact_content .contact_info .info p a {
          color: #ffffff;
          font-family: "Geologica", sans-serif;
          font-size: 26px;
          display: block;
          text-decoration: none; }
          @media (max-width: 768px) {
            #contact_content .contact_info .info p a {
              font-size: 22px; } }
          @media (max-width: 450px) {
            #contact_content .contact_info .info p a {
              font-size: 20px; } }
  #contact_content #map {
    width: 50%;
    height: calc(100vh - 160px); }
    @media (max-width: 768px) {
      #contact_content #map {
        height: 60vh;
        width: 100%; } }

#form {
  padding: 150px 0px; }
  @media (max-width: 768px) {
    #form {
      padding: 100px 0px; } }
  @media (max-width: 450px) {
    #form {
      padding: 50px 0px; } }
  #form .wrapper p {
    color: #68665a;
    font-family: "Inter", sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.15px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      #form .wrapper p {
        margin-bottom: 30px; } }
  #form .wrapper .screen-reader-response {
    display: none; }
  #form .wrapper .contact_form {
    max-width: 80%;
    margin: auto; }
    @media (max-width: 768px) {
      #form .wrapper .contact_form {
        max-width: 100%;
        width: 100%; } }
    #form .wrapper .contact_form .wpcf7-not-valid-tip,
    #form .wrapper .contact_form .wpcf7-response-output {
      color: red; }
    #form .wrapper .contact_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #68665a;
      font-family: "Geologica", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #68665a;
      font-family: "Geologica", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      color: #68665a;
      font-family: "Geologica", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-moz-placeholder {
      /* Firefox 18- */
      color: #68665a;
      font-family: "Geologica", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form label {
      color: #68665a;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.8px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      display: block; }
    #form .wrapper .contact_form input {
      margin-bottom: 15px;
      height: 70px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #68665a;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      font-family: "Geologica", sans-serif;
      padding: 0px;
      text-align: center; }
      #form .wrapper .contact_form input.wpcf7-submit {
        height: auto;
        width: auto;
        display: block;
        font-size: 21px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 1.05px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Inter", sans-serif;
        display: block;
        margin: auto;
        margin-right: 0px;
        margin-top: 50px;
        border-bottom: 0px;
        cursor: pointer;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        #form .wrapper .contact_form input.wpcf7-submit:hover {
          color: #e1a62d; }
    #form .wrapper .contact_form textarea {
      margin-bottom: 15px;
      height: 170px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #68665a;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      padding: 0px;
      text-align: center;
      font-family: "Geologica", sans-serif; }

#contact_content p {
  font-size: 20px; }

#welcome-text {
  background-color: #fdfcf8;
  padding: 150px 0px; }
  @media (max-width: 1024px) {
    #welcome-text {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    #welcome-text {
      padding: 50px 0px; } }
  #welcome-text .wrapper {
    text-align: center;
    color: #68665a; }
    #welcome-text .wrapper h3:first-child {
      color: #ffffff;
      font-size: 23px;
      font-family: "Geologica", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.15; }
      @media (max-width: 1024px) {
        #welcome-text .wrapper h3:first-child {
          font-size: 20px; } }
      @media (max-width: 991px) {
        #welcome-text .wrapper h3:first-child {
          font-size: 18px; } }
    #welcome-text .wrapper p {
      margin-top: 20px;
      max-width: 900px;
      margin-inline: auto; }

.page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(even) {
  flex-direction: row-reverse; }
  @media (max-width: 1024px) {
    .page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(even) {
      flex-direction: column-reverse; } }

.page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(odd) {
  flex-direction: row; }
  @media (max-width: 1024px) {
    .page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(odd) {
      flex-direction: column; } }

.page-template-tmpl_property #accommodation {
  /*No slider*/ }
  .page-template-tmpl_property #accommodation .hidden_content {
    background-color: #68665a; }
    .page-template-tmpl_property #accommodation .hidden_content #information {
      background-color: #68665a; }
      .page-template-tmpl_property #accommodation .hidden_content #information .information_wrapper {
        display: block !important; }
        .page-template-tmpl_property #accommodation .hidden_content #information .information_wrapper p {
          padding-bottom: 5px; }
  .page-template-tmpl_property #accommodation .col-row .col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    flex: 0 0 50%; }
    .page-template-tmpl_property #accommodation .col-row .col::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #68665a;
      opacity: 0.22; }
    @media (max-width: 768px) {
      .page-template-tmpl_property #accommodation .col-row .col {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      .page-template-tmpl_property #accommodation .col-row .col {
        height: 100vw; } }
    .page-template-tmpl_property #accommodation .col-row .col .title {
      position: absolute;
      top: 10%;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (max-width: 1024px) {
        .page-template-tmpl_property #accommodation .col-row .col .title {
          top: 30px;
          left: 0px; } }
      @media (max-width: 991px) {
        .page-template-tmpl_property #accommodation .col-row .col .title {
          top: 45px;
          left: 0px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title p {
        color: #ffffff;
        font-family: "Geologica", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          .page-template-tmpl_property #accommodation .col-row .col .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          .page-template-tmpl_property #accommodation .col-row .col .title p {
            font-size: 18px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title h2 {
        color: #ffffff;
        font-weight: 200;
        margin: unset;
        font-family: "Inter", sans-serif;
        margin-bottom: 10px;
        font-size: 64px;
        text-align: left; }
        @media (max-width: 1024px) {
          .page-template-tmpl_property #accommodation .col-row .col .title h2 {
            font-size: 36px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px; }
        @media (max-width: 1024px) {
          .page-template-tmpl_property #accommodation .col-row .col .title span {
            font-size: 18px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 60px; }
        @media (max-width: 991px) {
          .page-template-tmpl_property #accommodation .col-row .col .title a {
            margin: 0 30px; } }
        .page-template-tmpl_property #accommodation .col-row .col .title a img {
          margin-top: 40px;
          width: 90px; }
    .page-template-tmpl_property #accommodation .col-row .col .hidden_content {
      background-color: #68665a;
      padding: 0% 10%;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      .page-template-tmpl_property #accommodation .col-row .col .hidden_content p {
        color: #ffffff;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          .page-template-tmpl_property #accommodation .col-row .col .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          .page-template-tmpl_property #accommodation .col-row .col .hidden_content p {
            font-size: 20px; } }
        .page-template-tmpl_property #accommodation .col-row .col .hidden_content p::after {
          content: '';
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: #fdfcf8;
          width: 25px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    .page-template-tmpl_property #accommodation .col-row .col:hover .hidden_content {
      transform: translateY(0%); }

.page-template-tmpl_location #inforows-slider .inforows-slider.inforows:nth-child(odd),
.page-template-tmpl_apartments #inforows-slider .inforows-slider.inforows:nth-child(odd) {
  flex-direction: row !important;
  background-color: #e1a62d; }
  .page-template-tmpl_location #inforows-slider .inforows-slider.inforows:nth-child(odd) .inner_info *,
  .page-template-tmpl_apartments #inforows-slider .inforows-slider.inforows:nth-child(odd) .inner_info * {
    color: #ffffff !important; }
  @media (max-width: 1024px) {
    .page-template-tmpl_location #inforows-slider .inforows-slider.inforows:nth-child(odd),
    .page-template-tmpl_apartments #inforows-slider .inforows-slider.inforows:nth-child(odd) {
      flex-direction: column-reverse !important; } }

.page-template-tmpl_location #inforows-slider .inforows-slider.inforows:nth-child(even),
.page-template-tmpl_apartments #inforows-slider .inforows-slider.inforows:nth-child(even) {
  flex-direction: row-reverse !important; }
  @media (max-width: 1024px) {
    .page-template-tmpl_location #inforows-slider .inforows-slider.inforows:nth-child(even),
    .page-template-tmpl_apartments #inforows-slider .inforows-slider.inforows:nth-child(even) {
      flex-direction: column-reverse !important; } }

.single-apartment #inforows-slider .inforows-slider.inforows:nth-child(odd) {
  flex-direction: row !important; }
  @media (max-width: 1024px) {
    .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(odd) {
      flex-direction: column-reverse !important; } }
  .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(odd) .inner_info * {
    color: inherit !important; }

.single-apartment #inforows-slider .inforows-slider.inforows:nth-child(even) {
  flex-direction: row-reverse !important; }
  @media (max-width: 1024px) {
    .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(even) {
      flex-direction: column-reverse !important; } }
  .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(even) .inner_info * {
    color: inherit !important; }

#gallery-page {
  position: relative;
  padding-top: 200px; }
  @media (max-width: 768px) {
    #gallery-page {
      padding-top: 150px; } }
  @media (max-width: 768px) {
    #gallery-page {
      padding-top: 150px; } }
  #gallery-page::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-size: 250px;
    opacity: 0.05;
    background-position: center; }
  #gallery-page .container-page {
    padding: 0 100px; }
    @media (max-width: 768px) {
      #gallery-page .container-page {
        margin-top: 150px;
        padding: 0 50px; } }
    @media (max-width: 768px) {
      #gallery-page .container-page {
        margin-top: 150px;
        padding: 0 30px; } }
    #gallery-page .container-page h1 {
      padding: 50px 0;
      color: #68665a;
      text-align: center;
      margin: auto; }
    #gallery-page .container-page .gallery-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 100px; }
      #gallery-page .container-page .gallery-wrapper .single-image {
        flex: 0 0 33.33%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        #gallery-page .container-page .gallery-wrapper .single-image:hover {
          filter: brightness(0.7); }
        @media (max-width: 768px) {
          #gallery-page .container-page .gallery-wrapper .single-image {
            flex: 0 0 50%; } }
        @media (max-width: 450px) {
          #gallery-page .container-page .gallery-wrapper .single-image {
            padding: 5px;
            flex: 0 0 100%; } }
        #gallery-page .container-page .gallery-wrapper .single-image a {
          position: relative;
          display: inline-block; }
          #gallery-page .container-page .gallery-wrapper .single-image a img {
            cursor: pointer;
            height: 500px;
            vertical-align: bottom; }
            #gallery-page .container-page .gallery-wrapper .single-image a img:hover {
              background-color: black;
              opacity: 0.7; }

.floor-plan-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; }
  .floor-plan-wrapper .floor-plan {
    margin-block: 120px;
    max-height: 70vh;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 768px) {
      .floor-plan-wrapper .floor-plan {
        margin-block: 80px;
        max-height: 450px; } }

#inforows .swiper-apartment {
  overflow: hidden; }
  #inforows .swiper-apartment .swiper-slide .info {
    padding: 100px 150px; }
    @media (max-width: 991px) {
      #inforows .swiper-apartment .swiper-slide .info {
        padding: 50px; } }
    @media (max-width: 768px) {
      #inforows .swiper-apartment .swiper-slide .info {
        padding: 30px; } }
  #inforows .swiper-apartment .swiper-buttons-nav .button-next,
  #inforows .swiper-apartment .swiper-buttons-nav .button-prev {
    z-index: 2;
    position: absolute;
    top: 50%;
    display: flex;
    border: 1px solid rgba(104, 102, 90, 0.3);
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #fdfcf8;
    border-radius: 100%; }
    @media (max-width: 1024px) {
      #inforows .swiper-apartment .swiper-buttons-nav .button-next,
      #inforows .swiper-apartment .swiper-buttons-nav .button-prev {
        width: 60px;
        height: 60px; } }
    @media (max-width: 768px) {
      #inforows .swiper-apartment .swiper-buttons-nav .button-next,
      #inforows .swiper-apartment .swiper-buttons-nav .button-prev {
        width: 40px;
        height: 40px; } }
  #inforows .swiper-apartment .swiper-buttons-nav .button-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 10px; }
  #inforows .swiper-apartment .swiper-buttons-nav .button-next {
    transform: translateY(-50%);
    right: 10px; }

.apartment-template-default #about .bigimage {
  flex-direction: row-reverse; }
  .apartment-template-default #about .bigimage:nth-child(odd) {
    flex-direction: row; }
  .apartment-template-default #about .bigimage .left {
    width: 45%; }
    .apartment-template-default #about .bigimage .left * {
      color: inherit !important; }
    @media (max-width: 991px) {
      .apartment-template-default #about .bigimage .left {
        width: 100%; } }
    .apartment-template-default #about .bigimage .left ul li {
      font-size: 22px; }
      .apartment-template-default #about .bigimage .left ul li::after {
        background-color: currentColor; }
  .apartment-template-default #about .bigimage .right {
    width: 55%; }
    @media (max-width: 991px) {
      .apartment-template-default #about .bigimage .right {
        width: 100%; } }

.apartment-template-default #inforows-slider .inforows.inforows-slider {
  flex-direction: row-reverse; }
  .apartment-template-default #inforows-slider .inforows.inforows-slider:nth-child(odd) {
    flex-direction: row; }

#map_section #map {
  width: 100%;
  height: calc(100vh - 160px); }
  @media (max-width: 768px) {
    #map_section #map {
      height: 60vh;
      width: 100%; } }


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