body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  background: #fffaed;
}

strong {
  font-weight: bold;
}

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.ancr-group {
  position: relative;
}
.ancr-group .ancr-close-btn {
  top: 50%;
  transform: translateY(-50%);
}
.ancr-group .ancr-container {
  max-width: 100% !important;
  width: 100%;
  padding: 0 !important;
}
.ancr-group .ancr-container .ancr-content {
  margin: 0 auto;
}
.ancr-group .ancr-container p {
  max-width: 100% !important;
  width: 100% !important;
}

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

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

@font-face {
  font-family: "BrownLL-Bold";
  src: url("../fonts/BrownLL-Bold.woff2") format("woff2"), url("../fonts/BrownLL-Bold.woff") format("woff"), url("../fonts/BrownLL-Bold.ttf") format("truetype"), url("../fonts/BrownLL-Bold.eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLL-Medium";
  src: url("../fonts/BrownLL-Medium.woff2") format("woff2"), url("../fonts/BrownLL-Medium.woff") format("woff"), url("../fonts/BrownLL-Medium.ttf") format("truetype"), url("../fonts/BrownLL-Medium.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLL-Regular";
  src: url("../fonts/BrownLL-Regular.woff2") format("woff2"), url("../fonts/BrownLL-Regular.woff") format("woff"), url("../fonts/BrownLL-Regular.ttf") format("truetype"), url("../fonts/BrownLL-Regular.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpeziaSerif-Regular";
  src: url("../fonts/SpeziaSerif-RegularA.woff2") format("woff2"), url("../fonts/SpeziaSerif-RegularA.woff") format("woff"), url("../fonts/SpeziaSerif-RegularA.ttf") format("truetype"), url("../fonts/SpeziaSerif-RegularA.eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpeziaSerif-BookA";
  src: url("../fonts/SpeziaSerif-BookA.woff2") format("woff2"), url("../fonts/SpeziaSerif-BookA.woff") format("woff"), url("../fonts/SpeziaSerif-BookA.ttf") format("truetype"), url("../fonts/SpeziaSerif-BookA.eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLL-Bold";
  src: url("../fonts/BrownLL-Bold.eot");
  src: url("../fonts/BrownLL-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownLL-Bold.woff") format("woff"), url("../fonts/BrownLL-Bold.woff2") format("woff2"), url("../fonts/BrownLL-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLL-Medium";
  src: url("../fonts/BrownLL-Medium.eot");
  src: url("../fonts/BrownLL-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownLL-Medium.woff") format("woff"), url("../fonts/BrownLL-Medium.woff2") format("woff2"), url("../fonts/BrownLL-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLL-Regular";
  src: url("../fonts/BrownLL-Regular.eot");
  src: url("../fonts/BrownLL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownLL-Regular.woff") format("woff"), url("../fonts/BrownLL-Regular.woff2") format("woff2"), url("../fonts/BrownLL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpeziaSerif-RegularA";
  src: url("../fonts/SpeziaSerif-RegularA.eot");
  src: url("../fonts/SpeziaSerif-RegularA.eot?#iefix") format("embedded-opentype"), url("../fonts/SpeziaSerif-RegularA.woff") format("woff"), url("../fonts/SpeziaSerif-RegularA.woff2") format("woff2"), url("../fonts/SpeziaSerif-RegularA.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpeziaSerif-BookA";
  src: url("../fonts/SpeziaSerif-BookA.eot");
  src: url("../fonts/SpeziaSerif-BookA.eot?#iefix") format("embedded-opentype"), url("../fonts/SpeziaSerif-BookA.woff") format("woff"), url("../fonts/SpeziaSerif-BookA.woff2") format("woff2"), url("../fonts/SpeziaSerif-BookA.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  width: 69%;
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-family: "SpeziaSerif-BookA";
  text-align: center;
  line-height: 33.61px;
}
@media (max-width: 1650px) {
  p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media (max-width: 1024px) {
  p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  p {
    margin-top: 0;
  }
}

footer {
  padding: 40px 40px 20px;
  background: #fffaed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 24px 20px;
  }
}
footer h4 {
  text-align: center;
  font-family: "BrownLL-Bold";
  text-transform: uppercase;
  color: #222222;
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 3.2px;
  padding: 0 0 10px 0;
  margin: 0;
}
footer h6 {
  text-align: center;
  font-family: "SpeziaSerif-BookA";
  color: #222222;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.5s;
}
footer h6:hover {
  text-decoration: underline;
  font-size: 16px;
}
footer p {
  font-size: 10px;
  line-height: 12.1px;
  font-family: "BrownLL-Regular";
  text-align: left;
  padding: 0 0 0px 0;
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
}
footer p a {
  text-decoration: underline;
}
footer img {
  width: 115px;
}

html,
body {
  overscroll-behavior: none;
}

.fadein-wrap {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all, 1.5s;
}
.fadein-wrap.in-view {
  top: 0;
  opacity: 1;
}

.iframe_wrap {
  margin: 50px 0;
  position: relative;
  padding-top: 47%;
  height: 0;
  overflow: hidden;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe_wrap.protected {
  padding-top: 40%;
}

header {
  padding: 30px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 40px;
}
header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
  position: fixed;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
header.active:after {
  opacity: 0.5;
  visibility: visible;
}
header .header-inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 40px 0 40px;
}
header .inquire {
  color: #222;
  text-decoration: underline;
  font-family: "BrownLL-Regular";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
  transition: color 0.3s ease;
}
.page-template-landing header .inquire, .page-template-amenities header .inquire {
  color: #fff;
}
header .inquire.dark {
  color: #222;
}
header .burger-menu {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 0;
  right: 0;
  background: #fffaed;
}
header .burger-line {
  display: block;
  width: 30px;
  margin: 3px 0;
  height: 1px;
  background: #222;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .burger-menu.active .line1 {
  transform: translateY(7px) rotate(45deg);
}
header .burger-menu.active .line2 {
  opacity: 0;
}
header .burger-menu.active .line3 {
  transform: translateY(-7px) rotate(-45deg);
}
header .main-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40vw;
  height: 100vh;
  background: #fffaed;
  z-index: 1000;
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.08);
  padding: 80px 32px 32px 32px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
@media (max-width: 1024px) {
  header .main-nav {
    width: 100%;
    padding: 32px;
  }
}
header .main-nav li {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 1220px) {
  header .main-nav li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  header .main-nav li {
    margin-bottom: 10px;
  }
}
header .main-nav li.current-menu-item a {
  position: relative;
  display: inline-block;
}
header .main-nav li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
}
header .main-nav li a {
  color: #222;
  font-size: 48px;
  line-height: 1em;
  font-family: "BrownLL-Regular";
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  header .main-nav li a {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  header .main-nav li a {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  header .main-nav li a {
    font-size: 32px;
    line-height: 1.5em;
  }
}
header .main-nav .logo {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 30%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  header .main-nav .logo {
    width: 20%;
  }
}
@media (max-width: 500px) {
  header .main-nav .logo {
    width: 35%;
  }
}
header .main-nav .footer_content {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
header .main-nav .footer_content h4 {
  text-align: center;
  font-family: "BrownLL-Bold";
  text-transform: uppercase;
  color: #222222;
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 3.2px;
  padding: 0 0 10px 0;
  margin: 0;
}
header .main-nav .footer_content h6 {
  display: none;
}
header .main-nav .footer_content p {
  display: none;
}
header .main-nav .footer_content img {
  display: none;
}
header .main-nav.active {
  right: 0;
}

.landing_wrap .hero_image {
  opacity: 0;
  z-index: 1;
  transition: z-index 0s linear;
}

.landing_wrap {
  height: 200vh;
}
.landing_wrap .hero_image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  opacity: 0;
  padding-top: 56%;
}
@media (max-width: 768px) {
  .landing_wrap .hero_image {
    padding-top: 100%;
  }
}
.landing_wrap .hero_image .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing_wrap .hero_image .logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.landing_wrap .hero_image .logo img {
  width: 214px;
}
@media (max-width: 768px) {
  .landing_wrap .hero_image .logo img {
    width: 154px;
  }
}
.landing_wrap .content_wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 2;
}
.landing_wrap .content_wrap h1 {
  position: fixed;
  top: 0;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  font-size: 16px;
  line-height: 18.38px;
  font-weight: 700;
  color: #222222;
  margin: 0px 0 0px 0;
  padding: 64px;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: "BrownLL-Bold";
}
.landing_wrap .content_wrap .content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.landing_wrap .content_wrap .content .logo {
  width: 335px;
  text-align: center;
}
@media (max-width: 1024px) {
  .landing_wrap .content_wrap .content .logo {
    width: 250px;
  }
}
@media (max-width: 500px) {
  .landing_wrap .content_wrap .content .logo {
    width: 230px;
  }
}
.landing_wrap .content_wrap .content .bottom_row {
  padding: 0px 0px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: -100px;
}
.landing_wrap .content_wrap .content .bottom_row p {
  font-size: 14px;
  font-family: "BrownLL-Regular";
  color: #222222;
  letter-spacing: 1.3px;
  line-height: 24px;
}
.landing_wrap .content_wrap .content .bottom_row p strong {
  font-family: "BrownLL-Medium";
}
.landing_wrap .content_wrap a {
  margin-bottom: 20px;
  display: block;
  font-family: "BrownLL-Medium";
  font-size: 21px;
  position: fixed;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
}
.landing_wrap .content_wrap a svg {
  width: 40px;
  margin-top: 25px;
}
.landing_wrap .content_wrap video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1;
}
.landing_wrap .content_wrap video.mobile {
  display: none;
}
@media (max-width: 500px) {
  .landing_wrap .content_wrap video.mobile {
    display: block;
  }
  .landing_wrap .content_wrap video.desktop {
    display: none;
  }
}

.about_wrap {
  background: #fffaed;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
  opacity: 1;
}
@media (max-width: 768px) {
  .about_wrap {
    padding-bottom: 0;
  }
}
.about_wrap .image_title {
  width: 100%;
  margin-top: -3px;
  background: #fffaed;
  padding: 16px 40px 120px 40px;
  margin-right: 0px;
  font-size: 10px;
  letter-spacing: 3.2px;
  line-height: 12.1px;
  text-transform: uppercase;
  font-family: "BrownLL-Regular";
  color: #222222;
  position: relative;
  position: relative;
  z-index: 2;
  background: #f5ecd7;
}
@media (max-width: 768px) {
  .about_wrap .image_title {
    padding: 16px 21px 72px 21px;
    width: 100%;
  }
}
.about_wrap .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  background: #f5ecd7;
}
.about_wrap .row .left {
  width: 50%;
}
@media (max-width: 768px) {
  .about_wrap .row .left {
    width: 100%;
    order: 2;
  }
}
.about_wrap .row .right {
  width: 50%;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .about_wrap .row .right {
    padding: 50px 21px 40px 21px;
    width: 100%;
    order: 1;
  }
}
.about_wrap .row .right p {
  margin-top: 50%;
}
@media (max-width: 768px) {
  .about_wrap .row .right p {
    margin-top: 0;
  }
}
.about_wrap .row .image_title {
  width: 100%;
  margin-bottom: -1px;
  background: #fffaed;
  padding: 16px 40px;
  margin-right: 0px;
  font-size: 10px;
  letter-spacing: 3.2px;
  line-height: 12.1px;
  text-transform: uppercase;
  font-family: "BrownLL-Regular";
  color: #222222;
  position: relative;
}
@media (max-width: 768px) {
  .about_wrap .row .image_title {
    width: 100%;
    padding: 16px 21px 120px 21px;
    order: 3;
  }
}
.about_wrap .button_wrap {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_wrap .button_wrap .button {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 12px;
  width: auto;
  transition: all 0.5s;
  text-transform: uppercase;
  border: 1px solid rgba(34, 34, 34, 0.3058823529);
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: "BrownLL-Regular";
}
.about_wrap .button_wrap .button:hover {
  background: #222;
  color: #fff;
}

.amenities_wrap {
  background: #fffaed;
}
.amenities_wrap .logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.amenities_wrap .logo img {
  width: 214px;
}
@media (max-width: 768px) {
  .amenities_wrap .logo img {
    width: 154px;
  }
}
.amenities_wrap .hero_image {
  position: relative;
  top: 0;
  z-index: 1;
  padding-top: 56%;
  position: relative;
}
@media (max-width: 768px) {
  .amenities_wrap .hero_image {
    padding-top: 100%;
  }
}
.amenities_wrap .hero_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities_wrap .image_title,
.amenities_wrap .slide-title {
  width: 100%;
  margin-bottom: -1px;
  background: #fffaed;
  padding: 16px 40px 60px 40px;
  margin-right: 0px;
  font-size: 10px;
  letter-spacing: 3.2px;
  line-height: 12.1px;
  text-transform: uppercase;
  font-family: "BrownLL-Regular";
  color: #222222;
  position: relative;
}
@media (max-width: 768px) {
  .amenities_wrap .image_title,
  .amenities_wrap .slide-title {
    padding: 16px 21px 5px 21px;
    width: 100%;
  }
}
.amenities_wrap p {
  max-width: 1180px;
}
@media (max-width: 1650px) {
  .amenities_wrap p {
    max-width: 556px;
  }
}
@media (max-width: 768px) {
  .amenities_wrap p {
    padding: 0 28px;
    box-sizing: border-box;
    width: 100%;
  }
}
.amenities_wrap .slider {
  padding: 110px 40px 0px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .amenities_wrap .slider {
    padding: 80px 20px 0 20px;
    margin-bottom: 80px;
  }
}
.amenities_wrap .slider .swiper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .amenities_wrap .slider .swiper {
    width: 100%;
  }
}
.amenities_wrap .slider .swiper .slide-title {
  padding-left: 0;
}
@media (max-width: 768px) {
  .amenities_wrap .slider .swiper .slide-title {
    padding-bottom: 0;
    padding-top: 12px;
    text-align: center;
  }
}
.amenities_wrap .slider .swiper-button-next svg,
.amenities_wrap .slider .swiper-button-prev svg {
  width: 32px;
}
@media (max-width: 768px) {
  .amenities_wrap .slider .swiper-button-next svg,
  .amenities_wrap .slider .swiper-button-prev svg {
    width: 15px;
  }
}
.amenities_wrap .slider .swiper-button-next:after,
.amenities_wrap .slider .swiper-button-prev:after {
  display: none;
}
@media (max-width: 768px) {
  .amenities_wrap .slider .swiper-button-next,
  .amenities_wrap .slider .swiper-button-prev {
    bottom: -15px;
    top: auto;
  }
}
.amenities_wrap .slider .swiper-button-next {
  right: 3%;
}
.amenities_wrap .slider .swiper-button-prev {
  left: 3%;
}
.amenities_wrap .button_wrap {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenities_wrap .button_wrap .button {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 3px;
  width: auto;
  transition: all 0.5s;
  text-transform: uppercase;
  border: 1px solid rgba(34, 34, 34, 0.3058823529);
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-family: "BrownLL-Regular";
}
.amenities_wrap .button_wrap .button:hover {
  background: #222;
  color: #fff;
}

.learn_more_wrap {
  background: #f5ecd7;
  padding-top: 40px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
}
.learn_more_wrap .logo {
  margin: 0 auto 100px auto;
  text-align: center;
  margin-bottom: 100px;
  width: 214px;
}
@media (max-width: 768px) {
  .learn_more_wrap .logo {
    width: 154px;
  }
}
.learn_more_wrap h1 {
  font-size: 24px;
  line-height: 24.2px;
  letter-spacing: 0.2em;
  color: #222222;
  font-family: "BrownLL-Regular";
  text-align: center;
  padding: 0 20px;
  margin: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 1650px) {
  .learn_more_wrap h1 {
    font-size: 20px;
  }
}
.learn_more_wrap .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 14.5% 60px 14.5%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .learn_more_wrap .row {
    padding: 0 16px;
  }
}
.learn_more_wrap .row .post-item {
  width: 33%;
  padding: 0 1%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .learn_more_wrap .row .post-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .learn_more_wrap .row .post-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  }
}
.learn_more_wrap .row .post-item .post-thumb {
  position: relative;
  padding-top: 63%;
  width: 100%;
  margin-bottom: 12px;
}
.learn_more_wrap .row .post-item .post-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.learn_more_wrap .row .post-item .post-thumb:hover img {
  opacity: 0.7;
}
.learn_more_wrap .row .post-item .post-category,
.learn_more_wrap .row .post-item .post-date {
  font-size: 10px;
  line-height: 12.1px;
  font-family: "BrownLL-Medium";
  opacity: 0.5;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.learn_more_wrap .row .post-item .post-title h3 {
  margin: 0;
  line-height: 16.94px;
  color: #222222;
  font-family: "BrownLL-Regular";
  margin-bottom: 12px;
  font-size: 16px;
}
@media (max-width: 1650px) {
  .learn_more_wrap .row .post-item .post-title h3 {
    line-height: 16.94px;
  }
}
@media (max-width: 1024px) {
  .learn_more_wrap .row .post-item .post-title h3 {
    font-size: 14px;
  }
}
.learn_more_wrap .button_wrap {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn_more_wrap .button_wrap .button {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 12px;
  width: auto;
  transition: all 0.5s;
  text-transform: uppercase;
  border: 1px solid rgba(34, 34, 34, 0.3058823529);
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: "BrownLL-Regular";
}
.learn_more_wrap .button_wrap .button:hover {
  background: #222;
  color: #fff;
}

.inquire_wrap {
  background: #fffaed;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 90vh;
}
.inquire_wrap .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquire_wrap .logo {
  margin: 0 auto 100px auto;
  text-align: center;
  width: 214px;
}
@media (max-width: 768px) {
  .inquire_wrap .logo {
    width: 154px;
  }
}
.inquire_wrap .contact_form {
  width: 100%;
}
.inquire_wrap .contact_form form {
  padding: 0 25px;
  box-sizing: border-box;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.inquire_wrap .contact_form form label {
  display: block;
  position: relative;
  font-size: 12px !important;
}
.inquire_wrap .contact_form form label span.title {
  position: absolute;
  top: 4px;
  line-height: 1;
  color: rgba(34, 34, 34, 0.3764705882);
  left: 5px;
  font-family: "BrownLL-Medium";
  font-size: 10px;
}
.inquire_wrap .contact_form form input,
.inquire_wrap .contact_form form textarea {
  border: 1px solid rgba(34, 34, 34, 0.3058823529);
  padding: 20px 20px 10px 5px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
  width: 100%;
  height: 50px !important;
  font-family: "BrownLL-Regular";
}
.inquire_wrap .contact_form form input[type=submit] {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 12px;
  width: auto;
  transition: all 0.5s;
}
.inquire_wrap .contact_form form input[type=submit]:hover {
  background: #222;
  color: #fff;
}
.inquire_wrap .contact_form form .wpcf7-spinner {
  display: none;
}
.inquire_wrap .contact_form form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  font-size: 10px;
}
.inquire_wrap .wpcf7-response-output {
  border-color: none !important;
  text-align: center;
  font-size: 16px;
  font-family: "BrownLL-Medium";
  margin-top: 20px;
  color: #46b450;
}

.password_protection {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #fffaed;
}
.password_protection .password_container {
  max-width: 700px;
  width: 100%;
  text-align: center;
  padding: 60px 40px;
}
.password_protection .password_container h2 {
  font-family: "BrownLL-Medium";
  font-size: 24px;
  margin-bottom: 15px;
  color: #222222;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .password_protection .password_container h2 {
    font-size: 20px;
  }
}
.password_protection .password_container p {
  font-family: "BrownLL-Regular";
  font-size: 14px;
  margin-bottom: 40px;
  color: #222222;
  opacity: 0.7;
}
.password_protection .password_container form p {
  margin-bottom: 0;
}
.password_protection .password_container form p label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #222222;
  text-align: left;
  font-family: "BrownLL-Medium";
  opacity: 0.6;
}
.password_protection .password_container form p input[type=password] {
  width: 100%;
  padding: 20px 20px 10px 5px;
  border: 1px solid rgba(34, 34, 34, 0.3058823529);
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 20px;
  background: transparent;
  font-family: "BrownLL-Regular";
  color: #222222;
}
.password_protection .password_container form p input[type=password]:focus {
  outline: none;
  border-color: #222222;
}
.password_protection .password_container form p input[type=submit] {
  padding: 12px 20px;
  background: transparent;
  color: #222222;
  border: 1px solid rgba(34, 34, 34, 0.3058823529);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s;
  font-family: "BrownLL-Regular";
}
.password_protection .password_container form p input[type=submit]:hover {
  background: #222222;
  color: #fff;
}

.iframe_wrap.protected {
  padding: 40px 0;
  min-height: 90vh;
  background: #fffaed;
}
.iframe_wrap.protected .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.iframe_wrap.protected .row iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
@media (max-width: 768px) {
  .iframe_wrap.protected .row iframe {
    aspect-ratio: 16/9;
  }
}

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