@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Almarai:wght@300;400;700;800&family=Antonio:wght@100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block;
  }
}
/*! 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
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* 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;
}
/**
* Rhatchetre 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;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  cursor: pointer;
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: calc(3.6*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(8.4*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.2*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(5.2*1rem);
  }
}
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action),
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
}
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action).transparent,
.button.transparent,
a.button.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action).transparent:hover,
.button.transparent:hover,
a.button.transparent:hover,
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action).transparent:focus-visible,
.button.transparent:focus-visible,
a.button.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action).ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action).inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action):hover,
.button:hover,
a.button:hover,
button:not([title='Map camera controls']):not(.gm-ui-hover-effect):not(.medium-editor-action):focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
#rs-builder #rs-bar button,
#rs-builder #rs-bar .button {
  min-width: unset !important;
}
#rs-builder .medium-editor-toolbar-actions button {
  border-radius: 5px !important;
}
#map button {
  min-width: unset !important;
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
  line-height: unset !important;
}
article.text-content {
  padding: 40px 20px;
}
article.text-content h2,
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  margin-bottom: 0.5em;
  font-weight: 900;
}
article.text-content p {
  margin-bottom: 1.5em;
}
article.text-content ul,
article.text-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
form {
  margin: auto;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  background-color: transparent;
  border: 1px solid currentColor;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  background-color: transparent;
  border: 1px solid currentColor;
  font-family: var(--text-font);
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
  border: 0;
  margin-top: 20px;
}
form input[type="submit"].transparent,
form input[type="button"].transparent,
form input[type="reset"].transparent,
form button.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
form input[type="submit"].transparent:hover,
form input[type="button"].transparent:hover,
form input[type="reset"].transparent:hover,
form button.transparent:hover,
form input[type="submit"].transparent:focus-visible,
form input[type="button"].transparent:focus-visible,
form input[type="reset"].transparent:focus-visible,
form button.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  display: block;
  padding-bottom: 5px;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group {
  padding-bottom: 10px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 1.13rem;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
form .fields {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  form .fields,
  form reform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  form .iwrap,
  form .form-group,
  form .field-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  form .iwrap.quarter,
  form .form-group.quarter,
  form .field-wrap.quarter {
    width: 23%;
  }
  form .iwrap.half,
  form .form-group.half,
  form .field-wrap.half {
    width: 48%;
  }
  form .iwrap.third,
  form .form-group.third,
  form .field-wrap.third {
    width: 73%;
  }
  form .iwrap.one-third,
  form .form-group.one-third,
  form .field-wrap.one-third {
    width: 31%;
  }
  form .iwrap.two-thirds,
  form .form-group.two-thirds,
  form .field-wrap.two-thirds {
    width: 65%;
  }
  form .iwrap.textarea,
  form .form-group.textarea,
  form .field-wrap.textarea,
  form .iwrap.submit,
  form .form-group.submit,
  form .field-wrap.submit,
  form .iwrap.full,
  form .form-group.full,
  form .field-wrap.full {
    width: 100%;
  }
  form .iwrap.submit,
  form .form-group.submit,
  form .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  background-color: var(--page-bg-color);
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#navwrap {
  z-index: 3;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#footer {
  position: relative;
  z-index: 1;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter {
  max-width: 80% !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: 0 !important;
  height: unset !important;
  width: unset !important;
  line-height: 1;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  line-clamp: 2;
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 1em;
  font-size: 20px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
#rs-frame .rs-rs-inner {
  background-color: var(--page-bg-color);
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 10px;
}
#skip-link a,
#skip-link button {
  color: var(--button-text-color);
  text-decoration: underline;
}
#skip-link:focus-within {
  left: 0;
  z-index: 1001;
}
.gsap-animate {
  opacity: 0;
}
body.no-animate .gsap-animate {
  opacity: 1 !important;
  translate: none !important;
}
#rs-builder .gsap-animate {
  opacity: 1 !important;
  translate: none !important;
}
a.twitter {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--text-color-alt);
  mask: radial-gradient(#fff 99%, transparent 100%) center / 40px 40px no-repeat, url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path fill='white' d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/>\
</svg>") center / 24px 24px no-repeat;
  mask-composite: exclude;
  -webkit-mask: radial-gradient(#fff 99%, transparent 100%) center / 40px 40px no-repeat, url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path fill='white' d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/>\
</svg>") center / 24px 24px no-repeat;
  -webkit-mask-composite: xor;
}
#standard-neighborhood-map-nav a {
  background-color: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%) !important;
}
#standard-neighborhood-map-nav a.active {
  background-color: var(--button-bg-color) !important;
}
.block.standard_faq .primary {
  text-align: center !important;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #cookie-box-inner {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  #cookie-box-inner button {
    display: inline-block;
    margin-left: auto;
  }
}
#navwrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
}
#navwrap .button {
  min-width: unset !important;
}
#navwrap .logo-container img {
  max-height: 65px;
}
#navwrap .block#header {
  background-color: transparent;
  transition: background-color 0.5s ease;
}
#navwrap .block#header .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
#navwrap .block#header .inner #grip {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 50px;
  padding: 12px;
  border: none;
  color: var(--text-color-alt);
  min-width: unset;
  margin: 0;
}
#navwrap .block#header .inner #grip:hover,
#navwrap .block#header .inner #grip:focus-visible {
  color: var(--button-text-color-hover);
}
#navwrap .block#header .inner #grip .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44px;
  height: 20px;
}
#navwrap .block#header .inner #grip .menu-icon span {
  display: block;
  height: 1px;
  background-color: currentColor;
  border-radius: 2px;
}
#navwrap .block#header .inner .nav-container ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#navwrap .block#header .inner .nav-container ul a {
  color: var(--text-color-alt);
  border-radius: 50px;
  padding: 5px 30px;
  border: 1px solid var(--text-color-alt);
}
#navwrap .block#header .inner .nav-container ul a:hover,
#navwrap .block#header .inner .nav-container ul a:focus-visible {
  color: var(--button-text-color-hover);
}
#navwrap .block#header #nav-menu {
  position: absolute;
  top: 100%;
  left: -100%;
  width: 100%;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  height: calc(100vh - 100px);
  padding: 10px 20px 20px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #navwrap .block#header #nav-menu {
    max-width: 300px;
    left: -300px;
  }
}
#navwrap .block#header #nav-menu .nav-menu-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 20px;
}
#navwrap .block#header #nav-menu * {
  color: var(--text-color-alt);
}
#navwrap .block#header #nav-menu li.nav-item a {
  color: var(--button-text-color-hover);
  border-radius: 50px;
  padding: 5px 30px;
  border: 1px solid var(--button-bg-color-hover);
  background-color: var(--button-bg-color-hover);
  width: 100%;
}
#navwrap .block#header #nav-menu li.nav-item a:hover,
#navwrap .block#header #nav-menu li.nav-item a:focus-visible {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
#navwrap .block#header #nav-menu.open {
  left: 0;
  background-color: var(--primary-bg-color);
}
#navwrap .block#header #nav-menu .primary * {
  font-size: 2rem;
}
#navwrap .block#header #nav-menu .primary a {
  position: relative;
  line-height: 1.75;
}
#navwrap .block#header #nav-menu .primary a::before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--text-color-alt);
  display: block;
  transition: width 0.3s ease;
}
#navwrap .block#header #nav-menu .primary a:hover::before,
#navwrap .block#header #nav-menu .primary a:focus-visible::before {
  width: 100%;
}
#navwrap .block#header #nav-menu .secondary {
  width: 100%;
}
#navwrap .block#header #nav-menu .secondary .quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  list-style: none;
}
#navwrap .block#header #nav-menu .secondary .quick-links ul li {
  width: 100%;
}
#navwrap .block#header #nav-menu .secondary .generic-social ul {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  list-style: none;
}
#navwrap .block#header #nav-menu .secondary .generic-social ul a svg {
  fill: var(--text-color-alt);
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
#navwrap .block#header #nav-menu .secondary .generic-social ul a:hover,
#navwrap .block#header #nav-menu .secondary .generic-social ul a:focus-visible {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #navwrap .block#header .logo-container img {
    max-height: 100px;
  }
}
@media screen and (min-width: 960px) {
  #navwrap .block#header .inner {
    flex-direction: row;
  }
  #navwrap .block#header .inner #grip {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    border-radius: 50px;
    padding: 5px 30px;
    border: 1px solid var(--text-color-alt);
    color: var(--text-color-alt);
  }
  #navwrap .block#header .inner #grip .menu-icon {
    width: 24px;
    height: 10px;
  }
  #navwrap .block#header .inner .logo-container {
    flex-basis: 33%;
    display: flex;
    justify-content: center;
  }
  #navwrap .block#header .inner .nav-container,
  #navwrap .block#header .inner .button-container {
    flex-basis: 33%;
  }
  #navwrap .block#header .inner .nav-container ul {
    justify-content: flex-end;
  }
}
#navwrap .block#header:has(#nav-menu.open) {
  background-color: var(--primary-bg-color);
  box-shadow: 4px 2px 4px #0000001f;
}
#navwrap.scrolled .block#header {
  background-color: var(--primary-bg-color);
  box-shadow: 4px 2px 4px #0000001f;
}
body[no-animate="true"] #navwrap .block#header {
  background-color: var(--primary-bg-color) !important;
  box-shadow: 4px 2px 4px #0000001f !important;
}
body[no-animate="true"] #navwrap {
  opacity: 1 !important;
}
.block.hero {
  height: 100vh;
  height: 100dvh;
  min-height: fit-content;
  max-height: 1200px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.block.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.block.hero.sub {
  height: 70vh;
  height: 70dvh;
  min-height: 300px;
  max-height: 500px;
}
.block.hero video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.hero .inner {
  padding: 150px 0;
  z-index: 2;
  margin: 0 auto;
}
.block.hero .inner * {
  color: var(--text-color-alt);
  text-shadow: 2px 2px 2px #0000009c;
  text-align: center;
}
.block.hero .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-bg-color);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  inset: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.block.hero img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .block.hero:not(.sub) {
    background-attachment: fixed !important;
  }
  .block.hero video {
    display: block;
    pointer-events: none;
  }
}
#rs-builder .block.hero .overlay {
  position: absolute !important;
  height: auto !important;
  width: 100% !important;
  top: unset !important;
  bottom: 0 !important;
  z-index: 1;
}
body[no-animate="true"] .block.hero .overlay {
  display: none !important;
}
.block.feature-gallery {
  position: relative;
  height: 250vh;
  /* scroll room */
  overflow: visible;
  /* center “panel” starts constrained (desktop), expands via GSAP */
  /* side curtains */
  /* tile placement (same “shape” as reference) */
}
.block.feature-gallery .fg-canvas {
  position: relative;
  height: calc(100vh - var(--fgHeader, 90px));
  overflow: hidden;
}
.block.feature-gallery .fg-center {
  position: absolute;
  inset: 0;
  margin: auto;
  background: #000;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-width: 100%;
  max-height: 70%;
  height: 100%;
  filter: brightness(100%);
}
@media (min-width: 1025px) {
  .block.feature-gallery .fg-center {
    max-width: 560px;
    min-width: 560px;
  }
}
.block.feature-gallery .fg-centerMedia {
  position: absolute;
  inset: 0;
}
.block.feature-gallery .fg-centerMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.feature-gallery .fg-copy {
  position: relative;
  z-index: 1;
  color: var(--text-color-alt);
  text-align: center;
  padding: 24px 24px 40px;
  opacity: 0;
  transform: scale(1.2);
  will-change: transform, opacity;
  visibility: hidden;
  max-width: 700px;
}
.block.feature-gallery .fg-label {
  position: relative;
  margin-bottom: 40px;
}
.block.feature-gallery .fg-label * {
  text-shadow: 2px 2px 2px #0000009c;
  line-height: 1;
}
.block.feature-gallery .fg-label::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 33%;
  background-color: var(--text-color-alt);
  box-shadow: 2px 2px 2px #0000009c;
}
.block.feature-gallery .fg-text * {
  text-shadow: 2px 2px 2px #0000009c;
}
.block.feature-gallery .fg-cta {
  margin-top: 40px;
}
.block.feature-gallery .fg-cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.feature-gallery .fg-cta a.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.feature-gallery .fg-cta a.transparent:hover,
.block.feature-gallery .fg-cta a.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.feature-gallery .fg-cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.feature-gallery .fg-cta a.inline {
  display: inline-block;
}
.block.feature-gallery .fg-cta a:hover,
.block.feature-gallery .fg-cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.feature-gallery .fg-cta a:hover,
.block.feature-gallery .fg-cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.feature-gallery .fg-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: calc(50% - 290px);
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .block.feature-gallery .fg-side {
    display: grid;
  }
}
.block.feature-gallery .fg-side--left {
  left: 0;
  grid-template-rows: 2fr 1.5fr;
}
.block.feature-gallery .fg-side--right {
  right: 0;
  grid-template-rows: 1.5fr 2fr;
}
.block.feature-gallery .fg-tile {
  position: relative;
  overflow: hidden;
  clip-path: inset(0%);
  background: #fff;
  will-change: transform, opacity, clip-path;
}
.block.feature-gallery .fg-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.feature-gallery .fg-side--left .fg-tile--a {
  grid-area: 1 / 1 / 3 / 2;
}
.block.feature-gallery .fg-side--left .fg-tile--b {
  grid-area: 1 / 2;
}
.block.feature-gallery .fg-side--left .fg-tile--c {
  grid-area: 2 / 2;
}
.block.feature-gallery .fg-side--right .fg-tile--f {
  grid-area: 1 / 2 / 3 / 3;
}
.block.feature-gallery .fg-side--right .fg-tile--d {
  grid-area: 1 / 1;
}
.block.feature-gallery .fg-side--right .fg-tile--e {
  grid-area: 2 / 1;
}
#rs-builder .block.feature-gallery {
  height: fit-content;
}
#rs-builder .block.feature-gallery .fg-canvas {
  height: 800px;
}
#rs-builder .block.feature-gallery .fg-copy {
  transform: scale(0.75);
  opacity: 1;
  visibility: visible;
}
#rs-builder .block.feature-gallery .fg-centerMedia {
  filter: brightness(0.7);
}
body[no-animate="true"] .block.feature-gallery {
  height: fit-content;
}
body[no-animate="true"] .block.feature-gallery .fg-centerMedia {
  filter: brightness(0.7);
}
body[no-animate="true"] .block.feature-gallery .fg-center {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
body[no-animate="true"] .block.feature-gallery .fg-copy {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
body[no-animate="true"] .block.feature-gallery .fg-side {
  display: none;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    bottom: 20px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 25px;
  }
}
.block.images-side {
  padding: 80px 20px;
}
.block.images-side .primary {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  z-index: 2;
}
.block.images-side .primary .media-small {
  border: 4px solid var(--page-bg-color);
  width: 60%;
}
.block.images-side .primary .media-small img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.block.images-side .primary .content {
  padding: 0 0 20px 0;
}
.block.images-side .primary .content .cta {
  margin-top: 20px;
}
.block.images-side .primary .content .cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
}
.block.images-side .primary .content .cta a.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.images-side .primary .content .cta a.transparent:hover,
.block.images-side .primary .content .cta a.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.images-side .primary .content .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.images-side .primary .content .cta a.inline {
  display: inline-block;
}
.block.images-side .primary .content .cta a:hover,
.block.images-side .primary .content .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.images-side .primary .content .title {
  margin-bottom: 20px;
}
.block.images-side .primary .content .title::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  height: 1px;
  background-color: var(--text-color);
}
.block.images-side .primary .content .text ul,
.block.images-side .primary .content .text ol {
  margin-left: 40px;
}
.block.images-side .secondary {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -80px;
  z-index: 1;
}
.block.images-side .secondary .media-large {
  width: 80%;
  margin-left: auto;
  border: 4px solid var(--page-bg-color);
}
.block.images-side .secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  max-height: 400px;
}
.block.images-side.right .primary .media-small {
  margin-left: auto;
}
.block.images-side.right .secondary .media-large {
  margin-left: 0;
  margin-right: auto;
}
.block.images-side.alt .primary {
  z-index: 1;
}
.block.images-side.alt .secondary {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .block.images-side .primary {
    flex-direction: row;
  }
  .block.images-side .primary .content {
    padding: 20px 0 140px 20px;
    flex: 2;
  }
  .block.images-side .primary .media-small {
    width: unset;
    flex: 1;
    position: relative;
    aspect-ratio: unset;
  }
  .block.images-side .primary .media-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block.images-side .secondary {
    flex-direction: row;
  }
  .block.images-side .secondary .empty-placeholder {
    flex: 0.8;
  }
  .block.images-side .secondary .media-large {
    width: unset;
    margin: 0;
    flex: 2.2;
  }
  .block.images-side.right .content {
    padding: 20px 20px 140px 0;
    flex: 2;
  }
  .block.images-side.right .primary {
    flex-direction: row-reverse;
  }
  .block.images-side.right .secondary {
    flex-direction: row-reverse;
  }
}
.block.images-side:has(+.block.feature-gallery) {
  padding-bottom: 0;
}
.block.feature-gallery + .block.images-side {
  padding-top: 0;
}
.simple-text {
  position: relative;
  padding: 80px 20px;
}
.simple-text .inner {
  max-width: 800px;
  text-align: center;
}
.simple-text header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.simple-text header * {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: calc(3.2*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .simple-text header * {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .simple-text header * {
    font-size: calc(5.2*1rem);
  }
}
.simple-text header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--heading-color);
}
.simple-text .content p {
  padding-bottom: 1.5em;
}
.simple-text .cta {
  text-align: center;
  margin-top: 10px;
}
.simple-text .cta p {
  padding-bottom: 0;
}
.simple-text .cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
  margin: 0 auto;
}
.simple-text .cta a.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.simple-text .cta a.transparent:hover,
.simple-text .cta a.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.simple-text .cta a.inline {
  display: inline-block;
}
.simple-text .cta a:hover,
.simple-text .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text.alt {
  background-color: var(--primary-bg-color);
}
.simple-text.alt header * {
  color: var(--heading-color-alt);
}
.simple-text.alt header::after {
  background-color: var(--heading-color-alt);
}
.simple-text.alt .content * {
  color: var(--text-color-alt);
}
.simple-text.alt .cta a {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.simple-text.alt .cta a:hover,
.simple-text.alt .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text:has(+markup .block.gallery) {
  padding-bottom: 0;
}
.simple-text:has(+markup .block.floorplans) {
  padding-bottom: 0;
}
.block.amenities-ov {
  padding: 40px 20px;
  position: relative;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: center center !important;
}
@media screen and (min-width: 768px) {
  .block.amenities-ov {
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
.block.amenities-ov ul,
.block.amenities-ov ol {
  list-style: none;
}
.block.amenities-ov::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--page-bg-color);
  opacity: 0.5;
}
.block.amenities-ov .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
}
.block.amenities-ov header {
  max-width: 800px;
}
.block.amenities-ov header * {
  text-align: center;
}
.block.amenities-ov header .title {
  margin-bottom: 10px;
}
.block.amenities-ov header .title::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--text-color);
}
.block.amenities-ov header .cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
  margin: 20px auto;
}
.block.amenities-ov header .cta a.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.amenities-ov header .cta a.transparent:hover,
.block.amenities-ov header .cta a.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities-ov header .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.amenities-ov header .cta a.inline {
  display: inline-block;
}
.block.amenities-ov header .cta a:hover,
.block.amenities-ov header .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities-ov .amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  width: 100%;
  justify-content: center;
}
.block.amenities-ov .amenities-list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
}
.block.amenities-ov .amenities-list li .label * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: 2rem;
}
.block.amenities-ov .amenities-list li img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 125px;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 450px) {
  .block.amenities-ov .amenities-list li {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .block.amenities-ov {
    padding: 60px 20px;
  }
  .block.amenities-ov .amenities-list li {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities-ov {
    padding: 100px 20px;
  }
  .block.amenities-ov .amenities-list li {
    width: calc(25% - 15px);
  }
}
.block.amenities {
  background-color: var(--primary-bg-color);
  padding: 80px 20px;
}
.block.amenities header {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.block.amenities header * {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: calc(3.2*1rem);
  font-weight: 400;
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.amenities header * {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities header * {
    font-size: calc(5.2*1rem);
  }
}
.block.amenities header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--heading-color-alt);
}
.block.amenities article {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}
.block.amenities .amenity-image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.block.amenities .amenity-image img {
  aspect-ratio: 1/1;
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.block.amenities .amenities-list * {
  color: var(--text-color-alt);
}
.block.amenities .amenities-list ul {
  list-style: none;
  overflow: hidden;
  transition: max-height 0.35s ease;
  will-change: max-height;
}
.block.amenities .amenities-list li {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--text-color-alt);
  text-transform: uppercase;
}
.block.amenities .amenities-list.expanded .view-more button {
  transform: rotate(-135deg);
}
.block.amenities .disclaimer {
  margin-top: 10px;
}
.block.amenities .disclaimer * {
  font-size: 1rem;
  color: var(--text-color-alt);
  display: inline-block;
}
.block.amenities .view-more {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.block.amenities .disclaimer.hidden + .view-more {
  margin-top: 20px;
}
.block.amenities article:nth-child(1) .view-more {
  margin-bottom: 40px;
}
.block.amenities article:nth-child(2) .view-more {
  margin-bottom: 0px;
}
.block.amenities .view-more button {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--heading-color-alt);
  border-right: 2px solid var(--heading-color-alt);
  height: 24px;
  width: 24px;
  min-width: unset;
  padding: 0;
  background: transparent;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .block.amenities .content {
    width: 46%;
    padding: 20px 40px 40px;
  }
  .block.amenities .amenity-image {
    width: 54%;
    position: relative;
    border: 6px solid var(--primary-bg-color);
    margin: 0;
  }
  .block.amenities .amenity-image img {
    aspect-ratio: unset;
    max-width: unset;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
  }
  .block.amenities .view-more {
    margin-bottom: 20px;
  }
  .block.amenities article:nth-child(1) {
    flex-direction: row;
    z-index: 2;
  }
  .block.amenities article:nth-child(1) .content {
    padding-bottom: 150px;
  }
  .block.amenities article:nth-child(2) {
    z-index: 1;
    flex-direction: row-reverse;
    margin-top: -120px;
  }
  .block.amenities article:nth-child(2) .content {
    padding-top: 150px;
  }
}
.block.testimonials {
  background-color: var(--primary-bg-color);
  padding: 80px 20px;
}
.block.testimonials .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  position: relative;
}
.block.testimonials header {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  max-width: 700px;
}
.block.testimonials header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--text-color-alt);
}
.block.testimonials header * {
  color: var(--heading-color-alt);
}
.block.testimonials header * {
  text-align: center;
}
.block.testimonials header .decorative-image {
  position: absolute;
  bottom: -115px;
  left: 0;
  width: 125px;
}
.block.testimonials header .decorative-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block.testimonials .testimonials-container {
  width: 100%;
  max-width: 800px;
  padding-bottom: 60px;
}
.block.testimonials .swiper-pagination-bullet {
  background: var(--heading-color-alt);
  opacity: 0.5;
  margin: 0 6px;
}
.block.testimonials .swiper-pagination-bullet-active {
  opacity: 1;
}
.block.testimonials .swiper-slide h2,
.block.testimonials .swiper-slide h3,
.block.testimonials .swiper-slide h4,
.block.testimonials .swiper-slide h5,
.block.testimonials .swiper-slide h6 {
  color: var(--heading-color-alt);
  text-align: center;
}
.block.testimonials .swiper-slide p,
.block.testimonials .swiper-slide li,
.block.testimonials .swiper-slide a {
  color: var(--text-color-alt);
  text-align: center;
  font-size: calc(2.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.testimonials .swiper-slide p,
  .block.testimonials .swiper-slide li,
  .block.testimonials .swiper-slide a {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.testimonials .swiper-slide p,
  .block.testimonials .swiper-slide li,
  .block.testimonials .swiper-slide a {
    font-size: calc(3*1rem);
  }
}
.block.testimonials .swiper-slide blockquote {
  margin: 0;
}
.block.testimonials .swiper-slide cite {
  display: block;
  margin-top: 16px;
}
.block.testimonials .swiper-slide cite * {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block.testimonials .inner {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .block.testimonials .inner {
    gap: 40px;
  }
  .block.testimonials header {
    margin-bottom: 0;
  }
  .block.testimonials header .decorative-image {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 150px;
  }
}
#rs-builder .block.testimonials .swiper-slide {
  margin-bottom: 20px;
}
.block.team {
  padding: 80px 0;
}
.block.team header {
  margin-bottom: 40px;
}
.block.team header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  height: 1px;
  background-color: var(--text-color);
}
.block.team .inner {
  padding: 0 20px;
}
.block.team .member-card {
  width: calc(100% - 40px);
  max-width: 250px;
  position: relative;
}
.block.team .member-card .member-image img {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 4/5;
}
.block.team .member-card .member-details {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  padding: 20px 10px;
  transition: opacity 0.3s ease;
}
.block.team .member-card .member-details * {
  text-align: center;
}
.block.team .member-card .member-details h3 {
  color: var(--heading-color-alt);
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.team .member-card .member-details h3 {
    font-size: calc(3*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.team .member-card .member-details h3 {
    font-size: calc(4.2*1rem);
  }
}
.block.team .member-card .member-details h4 {
  color: var(--text-color-alt);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 1.6rem;
}
.block.team .member-card:hover .member-details,
.block.team .member-card:focus-within .member-details {
  opacity: 1;
}
.block.team .swiper-slide-active.member-card .member-details {
  opacity: 1;
}
.block.team .swiper {
  user-select: none;
}
.block.team .swiper * {
  user-select: none;
}
.block.team .swiper-navigation {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 0;
}
.block.team .swiper-navigation .swiper-button-prev,
.block.team .swiper-navigation .swiper-button-next {
  position: relative;
  top: unset;
  width: 80px;
  height: unset;
  margin: 0;
  left: unset;
  right: unset;
  transition: opacity 0.3s ease;
}
.block.team .swiper-navigation .swiper-button-prev::after,
.block.team .swiper-navigation .swiper-button-next::after {
  display: none;
}
.block.team .swiper-navigation .swiper-button-prev:hover,
.block.team .swiper-navigation .swiper-button-next:hover,
.block.team .swiper-navigation .swiper-button-prev:focus-visible,
.block.team .swiper-navigation .swiper-button-next:focus-visible {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .block.team .swiper-slide-active.member-card .member-details {
    opacity: 0;
  }
  .block.team .swiper-slide-active.member-card:hover .member-details,
  .block.team .swiper-slide-active.member-card:focus-within .member-details {
    opacity: 1;
  }
  .block.team .member-card {
    max-width: 350px;
  }
}
#rs-builder .block.team .swiper-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}
.block.explore {
  padding: 80px 0;
}
.block.explore header {
  margin-bottom: 40px;
}
.block.explore header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  height: 1px;
  background-color: var(--text-color);
}
.block.explore .inner {
  padding: 0 20px;
}
.block.explore .location-card {
  width: calc(100% - 40px);
  max-width: 250px;
  position: relative;
}
.block.explore .location-card .location-image img {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 4/5;
}
.block.explore .location-card .location-details {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  padding: 20px 10px;
  transition: opacity 0.3s ease;
}
.block.explore .location-card .location-details * {
  text-align: center;
  color: var(--heading-color-alt);
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  .block.explore .location-card .location-details * {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.explore .location-card .location-details * {
    font-size: calc(3*1rem);
  }
}
.block.explore .location-card:hover .location-details,
.block.explore .location-card:focus-within .location-details {
  opacity: 1;
}
.block.explore .swiper-slide-active.location-card .location-details {
  opacity: 1;
}
.block.explore .swiper {
  user-select: none;
}
.block.explore .swiper * {
  user-select: none;
}
.block.explore .swiper-navigation {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 0;
}
.block.explore .swiper-navigation .swiper-button-prev,
.block.explore .swiper-navigation .swiper-button-next {
  position: relative;
  top: unset;
  width: 80px;
  height: unset;
  margin: 0;
  left: unset;
  right: unset;
  transition: opacity 0.3s ease;
}
.block.explore .swiper-navigation .swiper-button-prev::after,
.block.explore .swiper-navigation .swiper-button-next::after {
  display: none;
}
.block.explore .swiper-navigation .swiper-button-prev:hover,
.block.explore .swiper-navigation .swiper-button-next:hover,
.block.explore .swiper-navigation .swiper-button-prev:focus-visible,
.block.explore .swiper-navigation .swiper-button-next:focus-visible {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .block.explore .swiper-slide-active.location-card .location-details {
    opacity: 0;
  }
  .block.explore .swiper-slide-active.location-card:hover .location-details,
  .block.explore .swiper-slide-active.location-card:focus-within .location-details {
    opacity: 1;
  }
  .block.explore .location-card {
    max-width: 350px;
  }
}
#rs-builder .block.explore .swiper-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}
#rs-builder .block.explore .location-details {
  pointer-events: none;
}
#rs-builder .block.explore .location-details .editable {
  pointer-events: auto;
}
.block.block.communities {
  padding: 80px 0;
}
.block.block.communities header {
  margin-bottom: 40px;
}
.block.block.communities header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  height: 1px;
  background-color: var(--text-color);
}
.block.block.communities .inner {
  padding: 0 20px;
}
.block.block.communities .location-card {
  width: calc(100% - 40px);
  max-width: 250px;
  position: relative;
}
.block.block.communities .location-card .location-image img {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 4/5;
}
.block.block.communities .location-card .location-details {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  padding: 20px 10px;
  transition: opacity 0.3s ease;
}
.block.block.communities .location-card .location-details * {
  text-align: center;
}
.block.block.communities .location-card .location-details h3 {
  color: var(--heading-color-alt);
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  .block.block.communities .location-card .location-details h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.block.communities .location-card .location-details h3 {
    font-size: calc(3*1rem);
  }
}
.block.block.communities .location-card:hover .location-details,
.block.block.communities .location-card:focus-within .location-details {
  opacity: 1;
}
.block.block.communities .swiper-slide-active.location-card .location-details {
  opacity: 1;
}
.block.block.communities .swiper {
  user-select: none;
}
.block.block.communities .swiper * {
  user-select: none;
}
.block.block.communities .swiper-navigation {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 0;
}
.block.block.communities .swiper-navigation .swiper-button-prev,
.block.block.communities .swiper-navigation .swiper-button-next {
  position: relative;
  top: unset;
  width: 80px;
  height: unset;
  margin: 0;
  left: unset;
  right: unset;
  transition: opacity 0.3s ease;
}
.block.block.communities .swiper-navigation .swiper-button-prev::after,
.block.block.communities .swiper-navigation .swiper-button-next::after {
  display: none;
}
.block.block.communities .swiper-navigation .swiper-button-prev:hover,
.block.block.communities .swiper-navigation .swiper-button-next:hover,
.block.block.communities .swiper-navigation .swiper-button-prev:focus-visible,
.block.block.communities .swiper-navigation .swiper-button-next:focus-visible {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .block.block.communities .swiper-slide-active.location-card .location-details {
    opacity: 0;
  }
  .block.block.communities .swiper-slide-active.location-card:hover .location-details,
  .block.block.communities .swiper-slide-active.location-card:focus-within .location-details {
    opacity: 1;
  }
  .block.block.communities .location-card {
    max-width: 350px;
  }
}
#rs-builder .block.communities .swiper-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}
.block.outro {
  height: fit-content;
  min-height: calc(100vh - var(--fgHeader, 120px));
  padding: 80px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block.outro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.block.outro header {
  color: var(--heading-color-alt);
  text-shadow: 2px 2px 2px #0000009c;
  margin-bottom: 10px;
}
.block.outro .cta * {
  color: var(--text-color-alt);
}
.block.outro .cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.outro .cta a.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.outro .cta a.transparent:hover,
.block.outro .cta a.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.outro .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.outro .cta a.inline {
  display: inline-block;
}
.block.outro .cta a:hover,
.block.outro .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.outro .cta a:hover,
.block.outro .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.outro {
    background-attachment: fixed !important;
  }
}
.block.gallery {
  padding: 40px 20px 80px;
}
.block.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: minmax(100px, 200px);
  gap: 10px;
}
.block.gallery .gallery-grid-item {
  position: relative;
}
.block.gallery .gallery-grid-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.block.gallery .gallery-grid-item:hover::after,
.block.gallery .gallery-grid-item:has(a:focus-visible)::after {
  opacity: 1;
}
.block.gallery .gallery-grid-item {
  --cycle: calc(var(--i) / 13);
}
.block.gallery .gallery-grid-item {
  --rowOffset: calc(var(--cycle) * 7);
}
.block.gallery .gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block.gallery .gallery-grid-item:nth-child(13n + 1) {
  grid-column: 1 / 6;
  grid-row: calc(var(--rowOffset) + 1) / calc(var(--rowOffset) + 2);
}
.block.gallery .gallery-grid-item:nth-child(13n + 2) {
  grid-column: 6 / 9;
  grid-row: calc(var(--rowOffset) + 1) / calc(var(--rowOffset) + 2);
}
.block.gallery .gallery-grid-item:nth-child(13n + 3) {
  grid-column: 1 / 4;
  grid-row: calc(var(--rowOffset) + 2) / calc(var(--rowOffset) + 3);
}
.block.gallery .gallery-grid-item:nth-child(13n + 4) {
  grid-column: 4 / 9;
  grid-row: calc(var(--rowOffset) + 2) / calc(var(--rowOffset) + 3);
}
.block.gallery .gallery-grid-item:nth-child(13n + 5) {
  grid-column: 1 / 5;
  grid-row: calc(var(--rowOffset) + 3) / calc(var(--rowOffset) + 4);
}
.block.gallery .gallery-grid-item:nth-child(13n + 6) {
  grid-column: 5 / 9;
  grid-row: calc(var(--rowOffset) + 3) / calc(var(--rowOffset) + 4);
}
.block.gallery .gallery-grid-item:nth-child(13n + 7) {
  grid-column: 1 / 9;
  grid-row: calc(var(--rowOffset) + 4) / calc(var(--rowOffset) + 5);
}
.block.gallery .gallery-grid-item:nth-child(13n + 8) {
  grid-column: 1 / 5;
  grid-row: calc(var(--rowOffset) + 5) / calc(var(--rowOffset) + 6);
}
.block.gallery .gallery-grid-item:nth-child(13n + 9) {
  grid-column: 5 / 9;
  grid-row: calc(var(--rowOffset) + 5) / calc(var(--rowOffset) + 6);
}
.block.gallery .gallery-grid-item:nth-child(13n + 10) {
  grid-column: 1 / 4;
  grid-row: calc(var(--rowOffset) + 6) / calc(var(--rowOffset) + 7);
}
.block.gallery .gallery-grid-item:nth-child(13n + 11) {
  grid-column: 4 / 9;
  grid-row: calc(var(--rowOffset) + 6) / calc(var(--rowOffset) + 7);
}
.block.gallery .gallery-grid-item:nth-child(13n + 12) {
  grid-column: 1 / 5;
  grid-row: calc(var(--rowOffset) + 7) / calc(var(--rowOffset) + 8);
}
.block.gallery .gallery-grid-item:nth-child(13n + 13) {
  grid-column: 5 / 9;
  grid-row: calc(var(--rowOffset) + 7) / calc(var(--rowOffset) + 8);
}
.block.gallery.gallery-iframe .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block.gallery.gallery-iframe .fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
}
.block.gallery.gallery-iframe .gallery-grid-item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  aspect-ratio: 3/2;
}
.block.gallery.gallery-iframe .gallery-grid-item:hover::after,
.block.gallery.gallery-iframe .gallery-grid-item:has(a:focus-visible)::after {
  opacity: 0;
}
.block.gallery.gallery-iframe .gallery-grid-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.block.gallery.gallery-iframe .gallery-grid-item a iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-grid {
    grid-auto-rows: minmax(100px, 200px);
  }
  .block.gallery .gallery-grid-item {
    overflow: hidden;
  }
  .block.gallery.gallery-iframe .gallery-grid-item {
    width: calc(33.333% - 6.667px);
    margin: 0;
    max-width: unset;
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-grid {
    grid-auto-rows: 400px;
  }
}
.block.gallery-header {
  position: relative;
  padding: 80px 20px;
}
.block.gallery-header .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
}
.block.gallery-header ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 5px;
}
.block.gallery-header ul li {
  display: flex;
}
.block.gallery-header ul .button {
  background-color: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%);
  border: none;
  color: var(--button-text-color);
  position: relative;
  z-index: 1;
  min-width: unset;
  height: 100%;
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.block.gallery-header ul .button:hover,
.block.gallery-header ul .button:focus-visible {
  background-color: color-mix(in srgb, var(--button-bg-color) 80%, #FFFFFF 20%);
}
.block.gallery-header ul .button.current {
  background-color: var(--button-bg-color);
  z-index: 2;
  pointer-events: none;
  cursor: default;
}
.block.gallery-header header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
}
.block.gallery-header header * {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: calc(3.2*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.gallery-header header * {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery-header header * {
    font-size: calc(5.2*1rem);
  }
}
.block.gallery-header header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--heading-color);
}
.block.gallery-header .content {
  max-width: 800px;
}
.block.gallery-header .content p {
  padding-bottom: 1.5em;
}
.block.gallery-header:has(+markup .block.gallery) {
  padding-bottom: 0;
}
@media only screen and (min-width: 400px) {
  .block.gallery-header ul {
    flex-direction: row;
    row-gap: unset;
  }
  .block.gallery-header ul li:not(:last-child) {
    margin-right: -40px;
  }
}
markup:has(.block.gallery):not(:first-of-type) .block.gallery {
  display: none;
}
.block.gallery:not(:first-of-type) {
  display: none;
}
#rs-builder .block.gallery {
  display: block !important;
}
#rs-builder .block.gallery-header a.current {
  pointer-events: auto;
  cursor: pointer;
}
#rs-builder .block.gallery-iframe .gallery-grid-item {
  width: calc(33.333% - 6.667px) !important;
}
#rs-builder .block.gallery-iframe .video-wrapper {
  height: 100%;
  width: 100%;
}
#rs-builder .block.gallery-iframe .video-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#rs-builder .block.gallery-iframe .video-link::after {
  content: 'Video URL';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rs-builder .block.gallery-iframe iframe {
  pointer-events: none;
}
.block.floorplans-header {
  position: relative;
  padding: 40px 20px;
}
.block.floorplans-header .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
}
.block.floorplans-header ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 5px;
}
.block.floorplans-header ul li {
  display: flex;
}
.block.floorplans-header ul .button {
  background-color: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%);
  border: none;
  color: var(--button-text-color);
  position: relative;
  z-index: 1;
  min-width: 200px;
  height: 100%;
  flex-grow: 1;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.block.floorplans-header ul .button:hover,
.block.floorplans-header ul .button:focus-visible {
  background-color: color-mix(in srgb, var(--button-bg-color) 80%, #FFFFFF 20%);
}
.block.floorplans-header ul .button.current {
  background-color: var(--button-bg-color);
  z-index: 2;
  pointer-events: none;
  cursor: default;
}
.block.floorplans-header header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
}
.block.floorplans-header header * {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: calc(3.2*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.floorplans-header header * {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans-header header * {
    font-size: calc(5.2*1rem);
  }
}
.block.floorplans-header header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--heading-color);
}
.block.floorplans-header .content {
  max-width: 800px;
}
.block.floorplans-header .content p {
  padding-bottom: 1.5em;
}
.block.floorplans-header:has(+markup .block.floorplans) {
  padding-bottom: 0;
}
@media only screen and (min-width: 400px) {
  .block.floorplans-header ul {
    flex-direction: row;
    row-gap: unset;
  }
  .block.floorplans-header ul li:not(:last-child) {
    margin-right: -40px;
  }
}
#rs-builder .block.floorplans-header a.current {
  pointer-events: auto;
  cursor: pointer;
}
.block.floorplans {
  padding: 80px 20px;
  position: relative;
  min-height: 600px;
}
.block.floorplans #filters-toggle {
  position: absolute;
  top: 20px;
  right: -35px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 35px;
  width: 35px;
  padding: 2px;
  min-width: unset;
}
.block.floorplans #filters-toggle svg {
  width: 100%;
  height: 100%;
  fill: var(--button-text-color);
}
.block.floorplans #filters-toggle:focus-visible svg,
.block.floorplans #filters-toggle:hover svg {
  fill: var(--button-text-color-hover);
}
.block.floorplans .fp-filters {
  position: absolute;
  top: 20px;
  left: calc(-1 * 375px);
  z-index: 2;
  display: flex;
  justify-content: center;
  transition: left 1s ease;
}
.block.floorplans .fp-filters .inner {
  background: var(--page-bg-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-bottom: 40px;
  width: calc(100vw - 60px);
  max-width: 375px;
  min-width: fit-content;
}
.block.floorplans .filters-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 12px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.block.floorplans .filters-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.block.floorplans .filters-label {
  width: 100%;
  text-indent: 10px;
}
.block.floorplans .filter {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.block.floorplans .filter-btn {
  appearance: none;
  background: var(--page-bg-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 150px;
  color: var(--text-color);
  border: none;
  width: 100%;
  max-width: 300px;
}
.block.floorplans .filter-btn .chev {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(-5px, 0px);
  margin-left: 10px;
  display: inline-block;
}
.block.floorplans .filter-btn:focus-visible,
.block.floorplans .filter-btn:hover {
  background: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%) !important;
  color: var(--button-text-color);
}
.block.floorplans .range {
  display: grid;
  gap: 10px;
}
.block.floorplans .range-row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
}
.block.floorplans .range-value {
  font-weight: 600;
}
.block.floorplans .range-dash {
  opacity: 0.7;
}
.block.floorplans .range-bar {
  position: relative;
  height: 28px;
}
.block.floorplans .range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.block.floorplans .range-fill {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--button-bg-color);
  left: 0%;
  width: 100%;
}
.block.floorplans .range-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}
.block.floorplans .range-input--min {
  z-index: 2;
}
.block.floorplans .range-input--max {
  z-index: 3;
}
.block.floorplans .range-input:focus {
  z-index: 5;
}
.block.floorplans .range-input:focus-visible {
  z-index: 5;
}
.block.floorplans .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--button-bg-color);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--text-color);
  cursor: pointer;
}
.block.floorplans .range-input::-moz-range-thumb {
  pointer-events: auto;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--button-bg-color);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--text-color);
  cursor: pointer;
}
.block.floorplans .range-input:focus,
.block.floorplans .range-input:focus-visible {
  outline: none;
}
.block.floorplans .range-input:focus::-moz-range-thumb,
.block.floorplans .range-input:focus-within::-moz-range-thumb,
.block.floorplans .range-input:focus-visible::-moz-range-thumb,
.block.floorplans .range-input:focus::-moz-range-thumb,
.block.floorplans .range-input:focus-within .range-input:focus-visible::-moz-range-thumb {
  background: var(--button-bg-color-hover) !important;
}
.block.floorplans .range-input:focus::-webkit-slider-thumb,
.block.floorplans .range-input:focus-within::-webkit-slider-thumb,
.block.floorplans .range-input:focus-visible::-webkit-slider-thumb,
.block.floorplans .range-input:focus::-webkit-slider-thumb,
.block.floorplans .range-input:focus-within .range-input:focus-visible::-webkit-slider-thumb {
  background: var(--button-bg-color-hover) !important;
}
.block.floorplans .range-input::-webkit-slider-runnable-track {
  background: transparent;
}
.block.floorplans .range-input::-moz-range-track {
  background: transparent;
}
.block.floorplans .filter-btn[aria-expanded="true"] {
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans .filter-btn[aria-expanded="true"] .chev {
  transform: rotate(225deg) translate(0px, -2px);
}
.block.floorplans .filter-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--text-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px;
  display: none;
  z-index: 10;
}
.block.floorplans .filter-panel.open {
  display: grid;
  gap: 8px;
}
.block.floorplans .opt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  user-select: none;
}
.block.floorplans .opt input {
  transform: translateY(1px);
}
.block.floorplans .filters-right {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.block.floorplans .search {
  appearance: none;
  background: var(--page-bg-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 150px;
  color: var(--text-color);
  border: none;
  width: 100%;
  max-width: 300px;
}
.block.floorplans .search:focus-visible,
.block.floorplans .search:hover {
  background: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%) !important;
  color: var(--button-text-color);
}
.block.floorplans .clear {
  appearance: none;
  background: var(--page-bg-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 150px;
  color: var(--text-color);
  border: none;
  width: 100%;
  max-width: 300px;
}
.block.floorplans .clear:focus-visible,
.block.floorplans .clear:hover {
  background: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%) !important;
  color: var(--button-text-color);
}
.block.floorplans .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 4px 0;
}
.block.floorplans .chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--page-bg-color);
  padding: 6px;
}
.block.floorplans .chip-text {
  font-size: 14px;
  line-height: 1;
}
.block.floorplans .chip-x {
  border: 0;
  background: var(--page-bg-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  display: grid;
  place-items: center;
  min-width: unset;
  padding: 5px;
  color: var(--text-color);
}
.block.floorplans .chip-x:focus-visible,
.block.floorplans .chip-x:hover {
  background: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%) !important;
  color: var(--button-text-color);
}
.block.floorplans .no-results {
  text-align: center;
  font-size: 18px;
  padding: 40px 20px;
  display: none;
}
.block.floorplans .fp-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block.floorplans .fp-item {
  width: 100%;
  background: var(--page-bg-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.block.floorplans .fp-item h3 {
  font-size: 4rem;
  margin-bottom: 10px;
}
.block.floorplans .fp-item .image-wrapper {
  padding: 10px 20px;
}
.block.floorplans .fp-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block.floorplans .fp-item .fp-details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.block.floorplans .fp-item .fp-details * {
  font-size: 1.8rem;
}
.block.floorplans .fp-item .fp-details .fp-detail-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.block.floorplans .fp-item footer {
  margin-top: auto;
  text-align: center;
}
.block.floorplans .fp-item footer .fp-link {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .block.floorplans .fp-item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .block.floorplans {
    min-height: unset;
  }
  .block.floorplans #filters-toggle {
    display: none;
  }
  .block.floorplans .fp-filters {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transition: none;
  }
  .block.floorplans .fp-filters .inner {
    width: 100%;
    max-width: 1400px;
  }
  .block.floorplans .filters-bar {
    width: unset;
    max-width: unset;
  }
  .block.floorplans .filter {
    width: unset;
    max-width: unset;
  }
  .block.floorplans .filters-right,
  .block.floorplans .filters-left {
    width: unset;
    justify-content: unset;
  }
  .block.floorplans .filter-btn,
  .block.floorplans .search,
  .block.floorplans .clear {
    width: unset;
    max-width: unset;
  }
  .block.floorplans .fp-item {
    width: calc(33.333% - 26.66px);
  }
}
.block.interactive-map {
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.block.interactive-map .inner .body {
  min-height: 400px;
}
.block.interactive-map .inner .body iframe {
  height: 700px;
}
#fee-transparency-all-tables nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 5px;
}
#fee-transparency-all-tables .fee-transparency-tabs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#fee-transparency-all-tables .fee-transparency-tabs button {
  height: unset !important;
}
#fee-transparency-all-tables .fee-transparency-tabs button:not(:last-child) {
  margin-bottom: 5px;
}
#fee-transparency-all-tables button {
  background-color: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%) !important;
  border: none !important;
  color: var(--button-text-color) !important;
  position: relative !important;
  z-index: 1 !important;
  min-width: unset !important;
  height: 100% !important;
  flex-grow: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 50px !important;
  justify-content: center !important;
  padding: 5px 50px !important;
}
#fee-transparency-all-tables button.fee-transparency-current-tab {
  background-color: var(--button-bg-color) !important;
}
#fee-transparency-all-tables button.fee-transparency-current-tab::after {
  border-top: 5px solid var(--button-text-color) !important;
}
#fee-transparency-all-tables button.fee-transparency-current-tab {
  background-color: var(--button-bg-color) !important;
}
#fee-transparency-all-tables button.fee-transparency-current-tab::after {
  border-top: 5px solid var(--button-text-color) !important;
}
#fee-transparency-all-tables button:hover,
#fee-transparency-all-tables button:focus-visible {
  background-color: color-mix(in srgb, var(--button-bg-color) 80%, #FFFFFF 20%) !important;
}
#fee-transparency-all-tables button.active {
  background-color: var(--button-bg-color) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  cursor: default !important;
}
@media only screen and (min-width: 400px) {
  #fee-transparency-all-tables nav .fee-transparency-tabs {
    flex-direction: row;
    row-gap: unset;
  }
  #fee-transparency-all-tables nav .fee-transparency-tabs button:not(:last-child) {
    margin-right: -40px;
  }
}
@media screen and (min-width: 960px) {
  #fee-transparency-all-tables .fee-transparency-current-tab {
    display: none !important;
  }
  #fee-transparency-all-tables button {
    margin-bottom: 0 !important;
  }
}
.block.floorplan-contact {
  position: relative;
  padding: 80px 20px;
  background-color: var(--primary-bg-color);
  z-index: 2;
}
.block.floorplan-contact .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.block.floorplan-contact header {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  max-width: 800px;
}
.block.floorplan-contact header * {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: calc(3.2*1rem);
  font-weight: 400;
  color: var(--heading-color-alt);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block.floorplan-contact header * {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-contact header * {
    font-size: calc(5.2*1rem);
  }
}
.block.floorplan-contact header::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--heading-color-alt);
}
.block.floorplan-contact .content {
  max-width: 800px;
  text-align: center;
}
.block.floorplan-contact .content * {
  color: var(--text-color-alt);
}
.block.floorplan-contact .content p {
  padding-bottom: 1.5em;
}
.block.floorplan-contact form {
  color: var(--text-color-alt);
  margin-top: 20px;
  width: 100%;
}
.block.floorplan-contact form button {
  background: transparent !important;
  color: var(--text-color-alt) !important;
  border: 1px solid var(--text-color-alt) !important;
}
.block.floorplan-contact form button:hover,
.block.floorplan-contact form button:focus-visible {
  background: var(--button-bg-color-hover) !important;
  color: var(--button-text-color-hover) !important;
}
.block.floorplan-contact form input,
.block.floorplan-contact form textarea,
.block.floorplan-contact form select {
  border-color: var(--text-color-alt);
  color: var(--text-color-alt);
}
.block.floorplan-contact form input:focus-visible,
.block.floorplan-contact form textarea:focus-visible,
.block.floorplan-contact form select:focus-visible,
.block.floorplan-contact form input:active,
.block.floorplan-contact form textarea:active,
.block.floorplan-contact form select:active {
  outline: 1px solid var(--text-link-color-hover);
  outline-offset: 2px;
}
.block.floorplan-contact form option {
  color: initial;
}
.block.floorplan-contact form input:-webkit-autofill,
.block.floorplan-contact form input:-webkit-autofill:hover,
.block.floorplan-contact form input:-webkit-autofill:focus,
.block.floorplan-contact form textarea:-webkit-autofill,
.block.floorplan-contact form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--primary-bg-color) inset;
  box-shadow: 0 0 0 1000px var(--primary-bg-color) inset;
  -webkit-text-fill-color: var(--text-color-alt);
  text-fill-color: var(--text-color-alt);
  transition: background-color 5000s ease-in-out 0s;
}
.block.floorplan-contact form input,
.block.floorplan-contact form textarea {
  /* Standard (modern browsers) */
  /* Chrome, Edge, Safari */
  /* Firefox */
  /* Internet Explorer / old Edge */
}
.block.floorplan-contact form input::placeholder,
.block.floorplan-contact form textarea::placeholder {
  color: var(--text-color-alt);
  opacity: 1;
  font-weight: 100;
  /* Firefox */
}
.block.floorplan-contact form input::-webkit-input-placeholder,
.block.floorplan-contact form textarea::-webkit-input-placeholder {
  color: var(--text-color-alt);
  font-weight: 100;
}
.block.floorplan-contact form input::-moz-placeholder,
.block.floorplan-contact form textarea::-moz-placeholder {
  color: var(--text-color-alt);
  opacity: 1;
  font-weight: 100;
}
.block.floorplan-contact form input:-ms-input-placeholder,
.block.floorplan-contact form textarea:-ms-input-placeholder {
  color: var(--text-color-alt);
  font-weight: 100;
}
.block.floorplan-contact form .hidden {
  visibility: hidden;
  opacity: 0;
  height: 1px;
  margin-top: -1px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block.floorplan-contact .fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 24px;
    align-items: start;
  }
  .block.floorplan-contact .fields .form-group {
    margin: 0;
    width: auto;
  }
  .block.floorplan-contact .fields .form-group:has(#Name) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .block.floorplan-contact .fields .form-group:has(#Email) {
    grid-column: 3 / span 2;
    grid-row: 1;
  }
  .block.floorplan-contact .fields .form-group:has(#Phone) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .block.floorplan-contact .fields .form-group:has(#Message) {
    grid-column: 3 / span 2;
    grid-row: 2 / span 2;
  }
  .block.floorplan-contact .fields .form-group:has(#Floor\ Plan\ of\ Interest) {
    grid-column: 1 / span 1;
    grid-row: 3;
  }
  .block.floorplan-contact .fields .form-group:has(#Move\ in\ Date) {
    grid-column: 2 / span 1;
    grid-row: 3;
  }
  .block.floorplan-contact .fields .form-group:has(#Move\ in\ Date).fill-available {
    grid-column: 1 / span 2;
  }
  .block.floorplan-contact .fields .form-group:has(#Message) textarea {
    height: 100%;
    min-height: 18rem;
    resize: none;
    overflow-y: auto;
  }
  .block.floorplan-contact .fields .break-before-submit {
    grid-column: 1 / -1;
  }
  .block.floorplan-contact .fields button.g-recaptcha {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 8px;
  }
}
.block.floorplan-view {
  padding: 80px 20px;
}
.block.floorplan-view .inner {
  opacity: 0;
}
.block.floorplan-view .back {
  display: inline-block;
}
.block.floorplan-view .title-description {
  text-align: center;
  position: relative;
  margin: 40px auto;
  max-width: 800px;
}
.block.floorplan-view .title-description h2 {
  margin-bottom: 0.25em;
}
.block.floorplan-view .title-description h2::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--heading-color);
}
.block.floorplan-view .fp-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 20px;
  padding-bottom: 10px;
}
.block.floorplan-view .fp-details .fp-detail-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.block.floorplan-view .image-container {
  max-height: 60vh;
}
.block.floorplan-view .image-container a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.block.floorplan-view .image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 800px;
  max-height: 60vh;
}
.block.floorplan-view .image-container .tour-wrapper {
  width: 100%;
  max-width: 800px;
  height: 60vh;
  margin: 0 auto;
}
.block.floorplan-view .image-container .tour-wrapper iframe {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.block.floorplan-view .view-menu {
  display: none;
  margin-top: 20px;
}
.block.floorplan-view #view-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 5px;
  justify-content: center;
}
.block.floorplan-view #view-list li {
  display: flex;
}
.block.floorplan-view #view-list .button {
  background-color: color-mix(in srgb, var(--button-bg-color) 60%, #FFFFFF 40%);
  border: none;
  color: var(--button-text-color);
  position: relative;
  z-index: 1;
  min-width: 200px;
  height: 100%;
  flex-grow: 1;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.block.floorplan-view #view-list .button:hover,
.block.floorplan-view #view-list .button:focus-visible {
  background-color: color-mix(in srgb, var(--button-bg-color) 80%, #FFFFFF 20%);
}
.block.floorplan-view #view-list .button.current {
  background-color: var(--button-bg-color);
  z-index: 2;
  pointer-events: none;
  cursor: default;
}
.block.floorplan-view #view-list .third-btn {
  display: none;
}
.block.floorplan-view .available-units[data-type="manual"] {
  display: none;
}
.block.floorplan-view .fp-availabile-list {
  width: 100%;
  max-width: 660px;
  border-collapse: collapse;
  margin: 40px auto 0;
  table-layout: fixed;
  position: relative;
}
.block.floorplan-view .fp-availabile-list a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 50px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 500 !important;
  border-radius: 50px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 200px;
  margin: unset;
}
.block.floorplan-view .fp-availabile-list a.transparent {
  background: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
}
.block.floorplan-view .fp-availabile-list a.transparent:hover,
.block.floorplan-view .fp-availabile-list a.transparent:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.floorplan-view .fp-availabile-list a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.floorplan-view .fp-availabile-list a.inline {
  display: inline-block;
}
.block.floorplan-view .fp-availabile-list a:hover,
.block.floorplan-view .fp-availabile-list a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.floorplan-view .fp-availabile-list * {
  color: var(--text-color);
}
.block.floorplan-view .fp-availabile-list caption {
  font-weight: 600;
  padding: 5px 0px 20px;
  color: var(--heading-color);
  text-align: left;
}
.block.floorplan-view .fp-availabile-list thead {
  border: none;
  border-bottom: 1px solid var(--text-color);
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.floorplan-view .fp-availabile-list tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.block.floorplan-view .fp-availabile-list td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan-view .fp-availabile-list td:first-child {
  padding-top: 10px;
}
.block.floorplan-view .fp-availabile-list td:last-child {
  padding: 15px 0;
}
.block.floorplan-view .fp-availabile-list td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.floorplan-view .fp-availabile-list td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.floorplan-view .fp-availabile-list td a[href="undefined"],
.block.floorplan-view .fp-availabile-list td a[href=""],
.block.floorplan-view .fp-availabile-list td a[href="null"],
.block.floorplan-view .fp-availabile-list td a[href$="undefined"] {
  display: none;
}
.block.floorplan-view .disclaimer {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 400px) {
  .block.floorplan-view #view-list {
    flex-direction: row;
    row-gap: unset;
  }
  .block.floorplan-view #view-list li:not(:last-child) {
    margin-right: -40px;
  }
}
@media screen and (min-width: 768px) {
  .block.floorplan-view .fp-availabile-list {
    width: 100%;
    max-width: unset;
    border-collapse: collapse;
    margin: 40px auto 0;
    table-layout: fixed;
    position: relative;
  }
  .block.floorplan-view .fp-availabile-list thead {
    clip: unset;
    height: unset;
    margin: unset;
    overflow: hidden;
    padding: unset;
    position: unset;
    width: unset;
  }
  .block.floorplan-view .fp-availabile-list thead {
    color: var(--heading-color);
  }
  .block.floorplan-view .fp-availabile-list thead th {
    padding: 10px 0;
    text-align: left;
    font-weight: 600;
  }
  .block.floorplan-view .fp-availabile-list thead th:last-child {
    border-right: none;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(1) {
    width: 20%;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(2) {
    width: 30%;
    text-align: center;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(3) {
    width: 30%;
    text-align: center;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(4) {
    width: 20%;
  }
  .block.floorplan-view .fp-availabile-list tbody tr {
    color: var(--text-color);
    display: table-row;
    border: none;
  }
  .block.floorplan-view .fp-availabile-list tbody tr td {
    display: table-cell;
    padding: 5px 0px;
    text-align: left;
    font-size: 2rem;
    font-weight: normal;
    border-bottom: none !important;
    padding: 20px 0 0 0 !important;
  }
  .block.floorplan-view .fp-availabile-list tbody tr td:last-child {
    border-right: none;
    text-align: end;
  }
  .block.floorplan-view .fp-availabile-list tbody tr td.price,
  .block.floorplan-view .fp-availabile-list tbody tr td.date {
    text-align: center;
  }
  .block.floorplan-view .fp-availabile-list tbody tr td:not([data-label="Apply"])::before {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-view .fp-availabile-list thead th:nth-child(1) {
    width: 15%;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(2) {
    width: 20%;
    text-align: center;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(3) {
    width: 15%;
    text-align: center;
  }
  .block.floorplan-view .fp-availabile-list thead th:nth-child(4) {
    width: 50%;
    text-align: right;
  }
  .block.floorplan-view .fp-availabile-list tbody tr td[data-label="Apply"] {
    justify-content: flex-end;
  }
}
#rs-builder .block.floorplan-view .inner {
  opacity: 1 !important;
}
body[no-animate="true"] .block.floorplan-view .inner {
  opacity: 1 !important;
}
.block.contact {
  padding: 40px 20px;
  position: relative;
  z-index: 2;
}
.block.contact header {
  max-width: 800px;
  margin: 0 auto 40px;
}
.block.contact header * {
  text-align: center;
}
.block.contact header .title {
  margin-bottom: 10px;
}
.block.contact header .title::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 175px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--text-color);
}
.block.contact-aside {
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
.block.contact-aside #map {
  width: 100%;
  height: 200px;
}
.block.contact-aside .contact-details {
  background-color: var(--primary-bg-color);
  padding: 20px;
}
.block.contact-aside .contact-details .contact-title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  color: var(--heading-color-alt);
  text-align: center;
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.contact-aside .contact-details .contact-title * {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact-aside .contact-details .contact-title * {
    font-size: calc(4*1rem);
  }
}
.block.contact-aside .contact-details .contact-subtitle * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  color: var(--text-color-alt);
  text-align: center;
  font-family: var(--text-font);
  font-size: 2rem;
}
.block.contact-aside .contact-details .contact-info h5 {
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-weight: 700;
  font-size: 2rem;
  margin-top: 20px;
}
.block.contact-aside .contact-details .contact-info a,
.block.contact-aside .contact-details .contact-info p {
  color: var(--text-color-alt);
  font-weight: 300;
}
.block.contact-aside .contact-details .contact-info a:not(.social) {
  display: inline-block;
  width: fit-content;
}
.block.contact-aside .contact-details .contact-info a:not(.social)::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--text-color-alt);
  transition: width 0.3s ease;
}
.block.contact-aside .contact-details .contact-info a:not(.social):hover::after,
.block.contact-aside .contact-details .contact-info a:not(.social):focus-visible::after {
  width: 100%;
}
.block.contact-aside .social-list {
  display: flex;
  gap: 15px;
  list-style: none;
  margin-top: 10px;
}
.block.contact-aside .social-list a.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.block.contact-aside .social-list a.social:hover,
.block.contact-aside .social-list a.social:focus-visible {
  opacity: 0.6;
}
.block.contact-aside .social-list a.social:not(.twitter) svg {
  fill: var(--text-color-alt);
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block.contact-aside {
    min-width: 340px;
  }
  .block.contact-aside #map {
    height: 300px;
  }
}
.block.contact:has(+markup .block.contact-aside) header,
markup:has(.block.contact-aside) + .block.contact header {
  margin: 0 0 40px;
}
.block.contact:has(+markup .block.contact-aside) header .title::after,
markup:has(.block.contact-aside) + .block.contact header .title::after {
  margin: 0;
}
.block.contact:has(+markup .block.contact-aside) header *,
markup:has(.block.contact-aside) + .block.contact header * {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block.contact:has(+markup .block.contact-aside) form button.g-recaptcha,
  markup:has(.block.contact-aside) + .block.contact form button.g-recaptcha {
    margin: 20px 0 0;
  }
}
.block.contact-aside-header {
  display: none;
  padding: 40px 20px;
}
.block.contact-aside-header .inner {
  width: 40%;
  margin: 0 0 0 auto;
  background-color: var(--primary-bg-color);
  padding: 20px;
}
.block.contact-aside-header .contact-title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  color: var(--heading-color-alt);
  text-align: center;
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.contact-aside-header .contact-title * {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact-aside-header .contact-title * {
    font-size: calc(4*1rem);
  }
}
.block.contact-aside-header .contact-subtitle * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  color: var(--text-color-alt);
  text-align: center;
  font-family: var(--text-font);
  font-size: 2rem;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
}
.contact-wrapper .block.contact-aside,
.contact-wrapper .block.contact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-wrapper {
    flex-direction: row;
  }
  .contact-wrapper .block.contact {
    flex: 2;
  }
  .contact-wrapper markup:has(.block.contact-aside) {
    flex: 1;
  }
}
#rs-builder .block.contact-aside .inner {
  width: 40%;
  margin: 0 0 0 auto;
}
#rs-builder .block.contact-aside #map {
  position: relative;
}
#rs-builder .block.contact-aside #map::after {
  content: "Google Map Placeholder";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #696969;
}
#rs-builder .contact-aside-header {
  display: block;
}
.block.footer {
  padding: 0 20px;
  background-color: var(--footer-bg-color);
  position: relative;
  margin-top: 100px;
}
.block.footer .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.15;
}
.block.footer .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.footer h2,
.block.footer h3,
.block.footer h4,
.block.footer h5,
.block.footer h6 {
  color: var(--heading-color-alt);
}
.block.footer h6 {
  text-transform: uppercase;
}
.block.footer a,
.block.footer p,
.block.footer span,
.block.footer .copyright {
  color: var(--text-color-alt);
  font-weight: 300;
}
.block.footer a:not(.social, .logo-link) {
  position: relative;
}
.block.footer a:not(.social, .logo-link)::before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--text-color-alt);
  display: block;
  transition: width 0.3s ease;
}
.block.footer a:not(.social, .logo-link):hover::before,
.block.footer a:not(.social, .logo-link):focus-visible::before {
  width: 100%;
}
.block.footer ul {
  list-style: none;
}
.block.footer .top {
  position: relative;
}
.block.footer .top h6 {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.block.footer .top .inner {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.block.footer .top .left,
.block.footer .top .right {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.block.footer .top .left .column,
.block.footer .top .right .column {
  max-width: fit-content;
}
.block.footer .top .right .column .row:nth-child(2) {
  margin-top: 20px;
}
.block.footer .logo-container {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.block.footer .logo-container a {
  display: inline-block;
  width: 50%;
  max-width: 200px;
  max-height: 200px;
  pointer-events: auto;
}
.block.footer .logo-container a img {
  width: 100%;
  object-fit: contain;
}
.block.footer .top .social-list {
  display: flex;
  gap: 15px;
  list-style: none;
}
.block.footer .top a.social svg {
  fill: var(--text-color-alt);
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.block.footer .top a.social:hover,
.block.footer .top a.social:focus-visible {
  opacity: 0.6;
}
.block.footer .bottom {
  position: relative;
  text-align: center;
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 2px solid var(--text-color-alt);
  margin-top: 40px;
  column-gap: 5px;
  row-gap: 10px;
}
.block.footer .bottom .footer-management-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
  color: var(--text-color-alt);
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons {
  color: var(--text-color-alt);
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .block.footer {
    margin-top: 120px;
  }
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    min-width: fit-content;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .block.footer .bottom .right {
    width: 70%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
  .block.footer .bottom .right .links,
  .block.footer .bottom .right .copyright,
  .block.footer .bottom .right .icons,
  .block.footer .bottom .right .resite {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .block.footer .top .inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .block.footer .top .left,
  .block.footer .top .right {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: unset;
    justify-content: unset;
    max-width: unset;
    margin: 0;
  }
}
#specials {
  display: none;
}
#special-popdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: var(--secondary-bg-color);
}
#special-popdown *,
#special-popdown *:before,
#special-popdown *:after {
  box-sizing: inherit;
  color: var(--text-color);
}
#special-popdown #specials-inner {
  width: 100%;
  max-width: unset;
  padding: 25px 50px 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
#special-popdown #specials-inner .special {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#special-popdown #specials-inner .special h3 {
  font-size: 2.4rem;
  margin: 0 0 10px;
  color: var(--heading-color);
  padding-bottom: 0;
  font-weight: 600;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
}
#special-popdown .special-image {
  max-width: 350px;
  padding: 0;
}
#special-popdown .special-image img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
#special-popdown #special-popdown-button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
  min-width: unset;
}
#special-popdown #special-popdown-button svg {
  width: 100%;
  height: 100%;
  fill: var(--text-color);
  transition: all 0.3s ease;
}
#special-popdown #special-popdown-button:hover svg,
#special-popdown #special-popdown-button:focus svg {
  opacity: 0.4;
}
#special-popdown.special-popdown--show {
  max-height: 600px;
}
#special-popdown.special-popdown--hiding {
  max-height: 0;
}
#special-popdown.special-popdown--hidden {
  max-height: 0;
  display: none;
}
#special-popdown .swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 5px;
}
#special-popdown .swiper-pagination-bullet {
  background: #b9b9b9;
}
#special-popdown .swiper-pagination-bullet-active {
  background: #9e9e9e;
}
#special-popdown .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #special-popdown #specials-inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #special-popdown #specials-inner .special {
    width: unset;
  }
  #special-popdown #specials-inner .special * {
    text-align: left;
  }
  #special-popdown .swiper {
    padding-bottom: 20px;
  }
  #special-popdown .swiper-slide {
    flex-direction: row;
  }
  #special-popdown #specials-inner .special-image + .special {
    align-items: start;
  }
  #special-popdown #specials-inner .special-image + .special p {
    text-align: left;
  }
  #special-popdown .special-image img {
    max-height: 200px;
  }
}

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