.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.tablet {
  display: none;
}
.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .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;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  -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);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: none;
}
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,
h6,
.h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: normal;
  line-height: 1.3;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2.2*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(2.6*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.8rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  line-height: 1.25;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: none;
  color: var(--button-bg-color);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0 0 10px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li::marker {
  font-size: 0.75em;
}
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;
}
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: var(--page-bg-color);
  border: 1px solid var(--primary-bg-color);
  font-family: var(--text-font);
  color: var(--text-color);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  background-color: var(--page-bg-color);
  border: 1px solid var(--primary-bg-color);
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.8rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  line-height: 1.25;
  margin: 0;
}
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);
}
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: none;
  color: var(--button-bg-color);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form .field-wrapper {
  padding-bottom: 25px;
}
.form-group {
  position: relative;
  padding-top: 1.4ch;
  margin-top: 10px;
  padding-bottom: 1ch;
}
label {
  position: absolute;
  font-weight: 400;
  top: 1.8em;
  left: 12px;
  transform: translateY(-50%);
  color: var(--primary-bg-color);
  padding: 0 5px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form-group:focus-within label,
.form-group:has(input:autofill) label,
.form-group:has(input:not(:placeholder-shown)) label,
.form-group:has(textarea:not(:placeholder-shown)) label,
.form-group label.selected {
  top: 0;
  left: 0;
  font-size: 1em;
}
input:-webkit-autofill,
input:autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--page-bg-color) inset !important;
}
.field-wrapper {
  padding-bottom: 25px;
}
.form-group.required > label:after,
.form-group:has(input[required]) > label:after,
.form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 0.8em;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
.rs-editor label,
.rs-rs-settings label {
  position: relative;
  transform: unset;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.8rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
  background-color: var(--page-bg-color);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}
.block {
  background-color: var(--page-bg-color);
}
img {
  display: block;
}
#wrap {
  position: relative;
}
#navwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--page-bg-color);
  padding: 10px;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
#rs-frame .rs-rs-bar {
  z-index: 2;
}
#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: cover;
}
#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-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbArrow.next:before,
.slbContentOuter .slbArrow.prev:before {
  display: none !important;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: 0 !important;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
  font-size: 40px !important;
}
.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);
}
#standard-neighborhood-map-nav a {
  background-color: var(--button-bg-color) !important;
  color: var(--button-text-color) !important;
}
#standard-neighborhood-map-nav a:hover,
#standard-neighborhood-map-nav a:focus,
#standard-neighborhood-map-nav a.active {
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color)) !important;
}
article.text-content {
  padding: 40px 20px;
}
article.text-content .blog-date {
  margin-bottom: 40px;
}
article.text-content ul,
article.text-content ol {
  margin-left: 35px;
}
article.text-content p {
  margin-bottom: 20px;
}
article.text-content a {
  text-decoration: underline;
}
article.text-content a:hover,
article.text-content a:focus {
  text-decoration: none;
}
article.text-content .return {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#header.block {
  background-color: transparent;
}
#header.block .inner {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
#header.block .logo-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header.block .logo-container img {
  max-height: 140px;
}
#header.block .logo-container span {
  font-family: "Island Moments", cursive;
  color: var(--heading-color-alt);
  font-size: calc(2.4*1rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #header.block .logo-container span {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  #header.block .logo-container span {
    font-size: calc(6*1rem);
  }
}
#header.block .nav-container {
  display: flex;
  align-items: center;
}
#header.block .nav-container ul {
  display: flex;
  align-items: center;
}
#header.block .nav-container ul li {
  margin-right: 10px;
}
#header.block .nav-container ul a {
  color: var(--text-color-alt);
  text-decoration: underline;
  padding: 18px 10px;
  font-size: 2.4rem;
}
#header.block .nav-container ul a:hover,
#header.block .nav-container ul a:focus {
  text-decoration: none;
}
#header.block .nav-container .popup-menu {
  position: absolute;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 0;
  display: flex;
  width: 300px;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  flex-direction: column;
  justify-content: right;
  align-items: end;
  transform: translateY(calc(100% - 0px));
  background-color: var(--page-bg-color);
  padding: 60px 20px;
}
#header.block .nav-container .popup-menu a {
  display: block;
  padding: 0;
  color: var(--text-color);
  text-decoration: none;
}
#header.block .nav-container .popup-menu a:hover,
#header.block .nav-container .popup-menu a:focus {
  text-decoration: underline;
}
#header.block #grip {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#header.block #grip span {
  background-color: var(--text-color-alt);
  height: 2px;
  width: 30px;
  margin: 3px 0;
}
@media screen and (min-width: 768px) {
  #header.block {
    padding: 60px 20px 40px;
  }
  #header.block .nav-container .popup-menu {
    transform: translateY(calc(100% - 30px));
  }
}
.block.home-hero {
  border-top: 110px solid var(--primary-bg-color);
  padding-bottom: 20px;
  overflow-x: clip;
}
.block.home-hero .inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block.home-hero .home-content {
  order: 2;
  padding: 20px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.block.home-hero .home-image {
  order: 1;
}
.block.home-hero .home-image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.block.home-hero a[href=""] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.home-hero {
    border-top: 240px solid var(--primary-bg-color);
    padding-bottom: 60px;
  }
  .block.home-hero .home-content {
    padding: 80px 40px 80px 20px;
    width: 300px;
    align-items: start;
    text-align: left;
    background-color: var(--secondary-bg-color);
  }
  .block.home-hero .home-content::before {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 9999px;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
  }
  .block.home-hero .home-image {
    position: absolute;
    top: 0;
    left: 300px;
    min-width: calc(100% - 300px);
    width: calc(((100vw - 100%) / 2) + (100% - 300px));
    height: calc(100% + 120px);
    transform: translateY(-60px);
  }
  .block.home-hero .home-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block.home-hero .home-title,
  .block.home-hero .home-description,
  .block.home-hero .home-cta {
    width: 100%;
  }
}
#rs-builder .block.home-hero a[href=""] {
  display: block;
}
.block.sub-hero {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block.sub-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}
.block.sub-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #000;
  opacity: 0.3;
}
.block.sub-hero video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.block.sub-hero .content {
  padding: 175px 20px 150px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.block.sub-hero .content * {
  color: var(--heading-color-alt);
  font-weight: 300;
  font-size: calc(4*1rem);
}
@media screen and (min-width: 768px) {
  .block.sub-hero .content * {
    font-size: calc(5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.sub-hero .content * {
    font-size: calc(8*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.sub-hero {
    min-height: 500px;
  }
  .block.sub-hero video {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .block.sub-hero {
    min-height: 730px;
  }
}
.block.image-left {
  padding: 20px;
}
.block.image-left .inner {
  display: flex;
  flex-direction: column;
}
.block.image-left .title {
  width: 100%;
}
.block.image-left .title h2,
.block.image-left .title h3,
.block.image-left .title h4,
.block.image-left .title h5 {
  max-width: 18ch;
  margin: 0 auto;
}
.block.image-left .primary {
  margin-top: 20px;
  order: 2;
  width: 100%;
  text-align: center;
}
.block.image-left .primary * {
  text-align: center;
}
.block.image-left .primary .button {
  margin: 0 auto;
}
.block.image-left .secondary {
  order: 1;
  width: 100%;
}
.block.image-left .secondary img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.block.image-left header .subtitle {
  margin-bottom: 20px;
}
.block.image-left header .subtitle * {
  font-family: var(--heading-font);
  font-weight: lighter;
}
.block.image-left .content .button {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .block.image-left {
    padding: 80px 20px;
  }
  .block.image-left .title h2,
  .block.image-left .title h3,
  .block.image-left .title h4,
  .block.image-left .title h5 {
    margin: 0;
  }
  .block.image-left .inner {
    padding: 40px 0;
    display: block;
  }
  .block.image-left .primary {
    padding: 50px;
    order: 1;
    width: 55%;
    position: relative;
    margin: 0 0 0 auto;
    z-index: 1;
    text-align: left;
  }
  .block.image-left .primary * {
    text-align: left;
  }
  .block.image-left .primary .button {
    margin: 0;
  }
  .block.image-left .primary::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
    z-index: -1;
    opacity: 0.9;
  }
  .block.image-left header .subtitle {
    margin-bottom: 25px;
  }
  .block.image-left header .subtitle * {
    font-family: var(--heading-font);
    font-weight: lighter;
  }
  .block.image-left .content .button {
    margin: 10px 0 0;
  }
  .block.image-left .secondary {
    width: 55%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .block.image-left .secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }
}
.block.image-right {
  padding: 20px;
}
.block.image-right .inner {
  display: flex;
  flex-direction: column;
}
.block.image-right .title {
  width: 100%;
}
.block.image-right .title h2,
.block.image-right .title h3,
.block.image-right .title h4,
.block.image-right .title h5 {
  max-width: 18ch;
  margin: 0 auto;
}
.block.image-right .primary {
  margin-top: 20px;
  order: 2;
  width: 100%;
  text-align: center;
}
.block.image-right .primary * {
  text-align: center;
}
.block.image-right .primary .button {
  margin: 0 auto;
}
.block.image-right .secondary {
  order: 1;
  width: 100%;
}
.block.image-right .secondary img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.block.image-right .content .button {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .block.image-right {
    padding: 0 20px;
  }
  .block.image-right .title h2,
  .block.image-right .title h3,
  .block.image-right .title h4,
  .block.image-right .title h5 {
    margin: 0;
  }
  .block.image-right .inner {
    padding: 150px 0;
    display: flex;
  }
  .block.image-right .primary {
    padding: 30px 60px 30px 30px;
    width: 50%;
    position: relative;
    margin: 0 auto 0 0;
    z-index: 1;
    text-align: left;
  }
  .block.image-right .primary * {
    text-align: left;
  }
  .block.image-right .primary .button {
    margin: 0;
  }
  .block.image-right .primary::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
    z-index: -1;
    opacity: 0.9;
  }
  .block.image-right .content .button {
    margin: 10px 0 0;
  }
  .block.image-right .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    min-width: 55%;
    width: calc(((100vw - 100%) / 2) + 55%);
  }
  .block.image-right .secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: calc(2.4*1rem);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .simple-text h1,
  .simple-text h2,
  .simple-text h3,
  .simple-text h4,
  .simple-text h5 {
    font-size: calc(3.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .simple-text h1,
  .simple-text h2,
  .simple-text h3,
  .simple-text h4,
  .simple-text h5 {
    font-size: calc(3.5*1rem);
  }
}
.simple-text p {
  text-align: center;
}
.simple-text a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.8rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  line-height: 1.25;
  margin: 0 auto;
}
.simple-text a.ghost {
  background: none;
  color: var(--button-bg-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover,
.simple-text a:focus-visible {
  background: none;
  color: var(--button-bg-color);
}
.simple-text.alt .inner {
  max-width: 575px;
}
.block.steps {
  padding: 40px 20px 20px;
  background-color: var(--primary-bg-color);
}
.block.steps * {
  color: var(--text-color-alt);
}
.block.steps .swiper-slide {
  padding: 20px;
}
.block.steps header {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-number {
  text-align: center;
}
.block.steps .step-number * {
  font-size: 200px;
  font-family: var(--heading-font);
  line-height: 1;
  color: var(--heading-color-alt);
}
.block.steps .step-title {
  text-align: center;
  margin-bottom: 5px;
}
.block.steps .step-title * {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--heading-color-alt);
}
.block.steps .step-description {
  text-align: center;
}
.block.steps .step-description * {
  color: var(--text-color-alt);
}
#rs-builder .block.steps .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#rs-builder .block.steps .swiper-wrapper .swiper-slide {
  width: calc(33.33% - 13.33px);
}
.block.floorplans-overview {
  padding: 40px 20px;
}
.block.floorplans-overview .inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.block.floorplans-overview .swiper {
  width: 100%;
  margin: 0;
}
.block.floorplans-overview .controls {
  width: 100%;
  padding: 20px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.block.floorplans-overview .controls .swiper-next,
.block.floorplans-overview .controls .swiper-prev {
  background-color: transparent;
  padding: 0;
  border: none;
  height: 20px;
  width: 75px;
}
.block.floorplans-overview .controls .swiper-next svg,
.block.floorplans-overview .controls .swiper-prev svg {
  width: 100%;
  height: 100%;
  fill: var(--text-color);
}
.block.floorplans-overview .controls .swiper-next svg *,
.block.floorplans-overview .controls .swiper-prev svg * {
  fill: var(--text-color);
}
.block.floorplans-overview .controls .swiper-controls {
  width: fit-content;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.block.floorplans-overview figure {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
.block.floorplans-overview figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: var(--primary-bg-color);
}
.block.floorplans-overview figure figcaption {
  width: fit-content;
  position: relative;
  min-width: 80%;
  padding: 10px;
  color: var(--text-color);
  font-size: 1.2em;
  margin: 0 auto 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}
.block.floorplans-overview figure figcaption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondary-bg-color);
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .block.floorplans-overview {
    padding: 0 20px 40px;
  }
  .block.floorplans-overview .swiper {
    flex: 3;
    margin-top: 40px;
  }
  .block.floorplans-overview .controls {
    flex: 1;
    background-color: var(--secondary-bg-color);
    padding: 80px 0 40px 40px;
  }
  .block.floorplans-overview .controls * {
    text-align: center;
  }
  .block.floorplans-overview .controls::before {
    position: absolute;
    top: 0;
    right: -9999px;
    width: 9999px;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
  }
  .block.floorplans-overview .controls .button {
    margin: 0 auto;
  }
  .block.floorplans-overview.two-slides .swiper-next,
  .block.floorplans-overview.two-slides .swiper-prev {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans-overview .swiper {
    flex: 4;
  }
  .block.floorplans-overview .controls .swiper-controls {
    gap: 40px;
  }
  .block.floorplans-overview.three-slides .swiper-next,
  .block.floorplans-overview.three-slides .swiper-prev {
    display: none;
  }
}
#rs-builder .block.floorplans-overview .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#rs-builder .block.floorplans-overview .swiper-wrapper .swiper-slide {
  flex: 1;
}
#rs-builder .block.floorplans-overview .swiper-wrapper .swiper-slide:nth-child(n + 4) {
  display: none;
}
.block.image-category-carousel {
  padding: 20px 20px;
}
.block.image-category-carousel .category-title {
  display: none;
}
.block.image-category-carousel .controls {
  width: 100%;
  min-width: fit-content;
  max-width: 275px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  transform: translateY(-45%);
  z-index: 1;
}
.block.image-category-carousel .controls::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondary-bg-color);
  opacity: 0.9;
  pointer-events: none;
}
.block.image-category-carousel .controls .current-category-title {
  position: relative;
  text-align: center;
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: normal;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(2.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.image-category-carousel .controls .current-category-title {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.image-category-carousel .controls .current-category-title {
    font-size: calc(2.6*1rem);
  }
}
.block.image-category-carousel .controls .swiper-next,
.block.image-category-carousel .controls .swiper-prev {
  background-color: transparent;
  padding: 0;
  border: none;
  height: 13px;
  width: 40px;
  margin: auto 0;
}
.block.image-category-carousel .controls .swiper-next svg,
.block.image-category-carousel .controls .swiper-prev svg {
  width: 100%;
  height: 100%;
  fill: var(--text-color);
}
.block.image-category-carousel .controls .swiper-next svg *,
.block.image-category-carousel .controls .swiper-prev svg * {
  fill: var(--text-color);
}
.block.image-category-carousel .controls .swiper-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.block.image-category-carousel .swiper-wrapper .image-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.block.image-category-carousel .swiper-wrapper .image-container img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.block.image-category-carousel .swiper-wrapper .image-container img:nth-child(n + 2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.image-category-carousel {
    padding: 20px 0;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img {
    width: calc(50% - 5px);
    aspect-ratio: 3/2;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(1) {
    display: block;
    width: 60%;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(2) {
    display: block;
    width: 40%;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(3) {
    display: none;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .block.image-category-carousel .swiper-wrapper .image-container img {
    height: 450px;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(1) {
    display: block;
    width: 30%;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(2) {
    display: block;
    width: 25%;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(3) {
    display: block;
    width: 15%;
  }
  .block.image-category-carousel .swiper-wrapper .image-container img:nth-child(4) {
    display: block;
    width: 30%;
  }
}
#rs-builder .block.block.image-category-carousel .controls {
  display: none;
}
#rs-builder .block.block.image-category-carousel .category-title {
  display: block;
}
#rs-builder .block.block.image-category-carousel .swiper-wrapper .image-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#rs-builder .block.block.image-category-carousel .swiper-wrapper .image-container img {
  width: calc(25% - 7.5px);
  aspect-ratio: 3/2;
  object-fit: cover;
}
#rs-builder .block.block.image-category-carousel .swiper-slide {
  margin-bottom: 20px;
}
.block.outro {
  padding: 40px 20px;
  background-color: var(--page-bg-color);
  position: relative;
}
.block.outro:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--page-bg-color);
  pointer-events: none;
  opacity: 0.6;
}
.block.outro .title {
  margin-bottom: 10px;
}
.block.outro .content {
  max-width: 725px;
  margin: 0 auto;
}
.block.outro .content * {
  text-align: center;
}
.block.outro .ctas {
  display: flex;
  justify-content: center;
}
.block.outro .ctas a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.8rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  line-height: 1.25;
  margin: 10px;
}
.block.outro .ctas a.ghost {
  background: none;
  color: var(--button-bg-color);
}
.block.outro .ctas a.inline {
  display: inline-block;
}
.block.outro .ctas a:hover,
.block.outro .ctas a:focus-visible {
  background: none;
  color: var(--button-bg-color);
}
.block.floorplans-list,
.block.sitemap {
  padding: 40px 20px;
  min-height: 400px;
  /* Focus and hover styling */
}
.block.floorplans-list.sitemap,
.block.sitemap.sitemap {
  display: none;
}
.block.floorplans-list .views-buttons,
.block.sitemap .views-buttons {
  display: none;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 2px;
}
.block.floorplans-list .views-buttons button,
.block.sitemap .views-buttons button {
  margin: 0;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color));
}
.block.floorplans-list .views-buttons button:hover,
.block.sitemap .views-buttons button:hover,
.block.floorplans-list .views-buttons button:focus-visible,
.block.sitemap .views-buttons button:focus-visible {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans-list .views-buttons button.active,
.block.sitemap .views-buttons button.active {
  background-color: var(--button-bg-color);
  cursor: default;
  pointer-events: none;
}
.block.floorplans-list .views-container,
.block.sitemap .views-container {
  border: 1px solid var(--primary-bg-color);
  padding: 40px;
}
.block.floorplans-list .site-map-wrapper img,
.block.sitemap .site-map-wrapper img {
  width: 100%;
}
.block.floorplans-list .view-sitemap,
.block.sitemap .view-sitemap {
  display: none;
}
.block.floorplans-list .floorplans-wrapper,
.block.sitemap .floorplans-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.block.floorplans-list .floorplans-wrapper .floorplan-card,
.block.sitemap .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 10px 10px 4px #00000025;
  background-color: var(--secondary-bg-color);
  padding: 20px;
}
.block.floorplans-list .floorplans-wrapper .floorplan-card header,
.block.sitemap .floorplans-wrapper .floorplan-card header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-color);
}
.block.floorplans-list .floorplans-wrapper .floorplan-card.hidden,
.block.sitemap .floorplans-wrapper .floorplan-card.hidden {
  display: none;
}
.block.floorplans-list .floorplan-image,
.block.sitemap .floorplan-image {
  width: 100%;
  margin: auto;
}
.block.floorplans-list .floorplan-image img,
.block.sitemap .floorplan-image img {
  aspect-ratio: 3 / 2;
  max-height: 300px;
  object-fit: contain;
}
.block.floorplans-list .units-available,
.block.sitemap .units-available {
  text-align: end;
}
.block.floorplans-list .units-available *,
.block.sitemap .units-available * {
  font-size: 1.4rem;
}
.block.floorplans-list .sitemap,
.block.sitemap .sitemap {
  display: none;
}
.block.floorplans-list .units-available[data-available="0"],
.block.sitemap .units-available[data-available="0"],
.block.floorplans-list .units-available[data-available=""],
.block.sitemap .units-available[data-available=""] {
  display: none;
}
.block.floorplans-list #empty-fp-list,
.block.sitemap #empty-fp-list {
  display: none;
}
.block.floorplans-list #empty-fp-list.show,
.block.sitemap #empty-fp-list.show {
  display: block;
}
.block.floorplans-list .fp-filters,
.block.sitemap .fp-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  position: absolute;
  min-width: 275px;
  top: 40px;
  left: 0;
  padding: 20px;
  border: 1px solid var(--text-color);
  background-color: var(--secondary-bg-color);
  transform: translateX(calc(-100% - 20px));
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.block.floorplans-list .fp-filters.active,
.block.sitemap .fp-filters.active {
  transform: translateX(-20px);
}
.block.floorplans-list #fp-filter-button,
.block.sitemap #fp-filter-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color));
  border: none;
}
.block.floorplans-list #fp-filter-button svg,
.block.sitemap #fp-filter-button svg {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
.block.floorplans-list #fp-filter-button:hover,
.block.sitemap #fp-filter-button:hover,
.block.floorplans-list #fp-filter-button:focus-visible,
.block.sitemap #fp-filter-button:focus-visible {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans-list .results-count,
.block.sitemap .results-count {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.block.floorplans-list .results-count *,
.block.sitemap .results-count * {
  font-size: 1.4rem;
}
.block.floorplans-list .filter-group,
.block.sitemap .filter-group {
  position: relative;
  height: fit-content;
}
.block.floorplans-list .filter-group button,
.block.sitemap .filter-group button {
  margin: 0;
  width: fit-content;
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color));
  border: none;
}
.block.floorplans-list .filter-group button svg,
.block.sitemap .filter-group button svg {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  display: inline-block;
  fill: currentColor;
  transition: transform 0.3s ease-in-out;
}
.block.floorplans-list .filter-group button:hover,
.block.sitemap .filter-group button:hover,
.block.floorplans-list .filter-group button:focus-visible,
.block.sitemap .filter-group button:focus-visible {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans-list .filter-group.active button,
.block.sitemap .filter-group.active button {
  background-color: var(--button-bg-color);
}
.block.floorplans-list .filter-group.active button svg,
.block.sitemap .filter-group.active button svg {
  transform: rotate(180deg);
}
.block.floorplans-list .filter-options,
.block.sitemap .filter-options {
  position: relative;
  width: 100%;
  flex-direction: column;
  display: none;
  background-color: var(--secondary-bg-color);
  padding: 15px;
  min-width: fit-content;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  z-index: 2;
}
.block.floorplans-list .filter-options label,
.block.sitemap .filter-options label {
  display: block;
  position: relative !important;
  transform: unset !important;
  top: unset !important;
  pointer-events: all !important;
}
.block.floorplans-list .slider-multithumb,
.block.sitemap .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.floorplans-list .slider-multithumb svg,
.block.sitemap .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.floorplans-list .slider-multithumb .slider-group,
.block.sitemap .slider-multithumb .slider-group {
  color: black;
}
.block.floorplans-list .slider-multithumb .slider-group .value,
.block.sitemap .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.floorplans-list .slider-multithumb .slider-group .rail,
.block.sitemap .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.floorplans-list .slider-multithumb .slider-group .range,
.block.sitemap .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.floorplans-list .slider-multithumb .slider-group .thumb,
.block.sitemap .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.floorplans-list .slider-multithumb .slider-group .focus-ring,
.block.sitemap .slider-multithumb .slider-group .focus-ring {
  stroke-opacity: 0;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block.floorplans-list .slider-track,
.block.sitemap .slider-track {
  position: relative;
  width: 200px;
  height: 8px;
  background-color: #ddd;
  border-radius: 4px;
  margin-top: 3.2rem;
}
.block.floorplans-list .slider-range,
.block.sitemap .slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--button-bg-color);
  border-radius: 4px;
  z-index: 1;
}
.block.floorplans-list .slider-thumb,
.block.sitemap .slider-thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid var(--button-bg-color-hover);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
.block.floorplans-list .slider-thumb:hover,
.block.sitemap .slider-thumb:hover,
.block.floorplans-list .slider-thumb:focus-visible,
.block.sitemap .slider-thumb:focus-visible,
.block.floorplans-list .slider-thumb:focus,
.block.sitemap .slider-thumb:focus {
  background-color: var(--button-bg-color);
}
.block.floorplans-list .min-thumb,
.block.sitemap .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.floorplans-list .max-thumb,
.block.sitemap .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.floorplans-list .thumb-value,
.block.sitemap .thumb-value {
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  min-width: 2ch;
  max-width: 6ch;
  height: fit-content;
  text-indent: unset;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.block.floorplans-list .thumb-value.thumb-price::before,
.block.sitemap .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
@media screen and (min-width: 768px) {
  .block.floorplans-list .floorplans-wrapper .floorplan-card,
  .block.sitemap .floorplans-wrapper .floorplan-card {
    width: calc(50% - 60px);
  }
  .block.floorplans-list #fp-filter-button,
  .block.sitemap #fp-filter-button {
    display: none;
  }
  .block.floorplans-list .fp-filters,
  .block.sitemap .fp-filters {
    position: relative;
    flex-direction: row;
    transform: translateX(0);
    background-color: transparent;
    border: none;
    padding: 0;
    top: 0;
  }
  .block.floorplans-list .filter-options,
  .block.sitemap .filter-options {
    position: absolute;
    transform: translateY(100%);
    width: 200px;
    bottom: 1px;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans-list .floorplans-wrapper .floorplan-card,
  .block.sitemap .floorplans-wrapper .floorplan-card {
    width: calc(33.333% - 26.6667px);
  }
}
#rs-builder .block.floorplans-list.sitemap,
#rs-builder .block.sitemap.sitemap {
  display: block;
}
.block.floorplan-details {
  padding: 20px;
}
.block.floorplan-details .secondary .title {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 40px;
}
.block.floorplan-details .secondary .title * {
  text-align: center;
}
.block.floorplan-details .title * {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-details .title * {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .title * {
    font-size: calc(5*1rem);
  }
}
.block.floorplan-details .content * {
  text-align: center;
}
.block.floorplan-details .content .specs {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--text-color);
}
.block.floorplan-details .content .specs * {
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-details .content .specs * {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .content .specs * {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan-details .content .specs span:not(:last-of-type):after {
  content: '|';
}
.block.floorplan-details .content .specs .floorplan-price {
  display: none;
  line-height: 1;
}
.block.floorplan-details .content .specs .floorplan-price * {
  font-size: 2rem;
}
.block.floorplan-details .content .specs .floorplan-price span:not(:last-of-type):after {
  content: none;
}
.block.floorplan-details .content .specs .floorplan-price[data-type="manual"] {
  display: block;
}
.block.floorplan-details .content .available-units .disclaimer {
  font-size: 0.8em;
  font-style: italic;
}
.block.floorplan-details .content .available-units[data-type="manual"] {
  display: none;
}
.block.floorplan-details .content .description ul,
.block.floorplan-details .content .description ol {
  margin-left: 20px;
}
.block.floorplan-details .image-container-mobile {
  display: block;
}
.block.floorplan-details .image-container-mobile img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: 10px 10px 4px #00000025;
}
.block.floorplan-details .image-container-desktop {
  display: none;
}
.block.floorplan-details .image-container-desktop img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: 10px 10px 4px #00000025;
}
.block.floorplan-details .fp-availabile-list {
  width: 100%;
  max-width: 660px;
  border-collapse: collapse;
  margin: 40px auto 0;
  table-layout: fixed;
  position: relative;
}
.block.floorplan-details .fp-availabile-list * {
  color: var(--text-color-alt);
}
.block.floorplan-details .fp-availabile-list caption {
  font-size: calc(2.5*1rem);
  padding: 5px 20px;
  background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan-details .fp-availabile-list thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.floorplan-details .fp-availabile-list tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.floorplan-details .fp-availabile-list tbody tr:nth-child(odd) {
  background-color: color-mix(in srgb, #FFF 12%, var(--primary-bg-color));
}
.block.floorplan-details .fp-availabile-list tbody tr:nth-child(even) {
  background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
}
.block.floorplan-details .fp-availabile-list td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan-details .fp-availabile-list td:first-child {
  padding-top: 10px;
}
.block.floorplan-details .fp-availabile-list td:last-child {
  padding: 15px 0;
}
.block.floorplan-details .fp-availabile-list td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.block.floorplan-details .fp-availabile-list td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.floorplan-details .fp-availabile-list td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.floorplan-details .fp-availabile-list a {
  text-decoration: underline;
}
.block.floorplan-details .fp-availabile-list a:hover,
.block.floorplan-details .fp-availabile-list a:focus {
  text-decoration: none;
}
.block.floorplan-details .fp-availabile-list td a[href="undefined"],
.block.floorplan-details .fp-availabile-list td a[href=""],
.block.floorplan-details .fp-availabile-list td a[href="#"],
.block.floorplan-details .fp-availabile-list td a[href="null"],
.block.floorplan-details .fp-availabile-list td a[href$="undefined"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan-details {
    padding: 40px 20px;
  }
  .block.floorplan-details .fp-availabile-list {
    width: 100%;
    max-width: 660px;
    border-collapse: collapse;
    margin: 40px auto 0;
    table-layout: fixed;
    position: relative;
  }
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
    padding: 5px 20px;
    background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
    color: var(--heading-color-alt);
  }
  .block.floorplan-details .fp-availabile-list thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    overflow: hidden;
    padding: unset;
    position: unset;
    width: unset;
  }
  .block.floorplan-details .fp-availabile-list thead {
    background-color: color-mix(in srgb, #FFF 12%, var(--primary-bg-color));
    color: var(--heading-color-alt);
  }
  .block.floorplan-details .fp-availabile-list thead th {
    padding: 5px 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: normal;
    border-right: 2px solid var(--text-color-alt);
  }
  .block.floorplan-details .fp-availabile-list thead th:last-child {
    border-right: none;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(1) {
    width: 20%;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(2) {
    width: 30%;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(3) {
    width: 30%;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(4) {
    width: 20%;
  }
  .block.floorplan-details .fp-availabile-list tbody tr {
    background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
    color: var(--text-color-alt);
    display: table-row;
  }
  .block.floorplan-details .fp-availabile-list tbody tr a {
    color: var(--text-color-alt);
    text-decoration: underline;
  }
  .block.floorplan-details .fp-availabile-list tbody tr a:hover,
  .block.floorplan-details .fp-availabile-list tbody tr a:focus {
    text-decoration: none;
  }
  .block.floorplan-details .fp-availabile-list tbody tr:nth-child(odd) {
    background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
  }
  .block.floorplan-details .fp-availabile-list tbody tr:nth-child(even) {
    background-color: color-mix(in srgb, #FFF 12%, var(--primary-bg-color));
  }
  .block.floorplan-details .fp-availabile-list tbody tr td {
    display: table-cell;
    padding: 5px 20px;
    text-align: left;
    font-size: 2rem;
    font-weight: normal;
    border-right: 2px solid var(--text-color-alt);
    border-bottom: none !important;
  }
  .block.floorplan-details .fp-availabile-list tbody tr td:last-child {
    border-right: none;
    text-align: end;
  }
  .block.floorplan-details .fp-availabile-list tbody tr td:not([data-label="Apply"])::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 960px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .image-container-mobile {
    display: none;
  }
  .block.floorplan-details .image-container-desktop {
    display: block;
    width: calc(50% - 40px);
  }
  .block.floorplan-details .content {
    width: calc(50% - 40px);
  }
  .block.floorplan-details .content * {
    text-align: left;
  }
  .block.floorplan-details .content .disclaimer {
    text-align: center;
  }
  .block.floorplan-details .content .specs {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--text-color);
  }
  .block.floorplan-details .primary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 80px;
    margin-bottom: 80px;
  }
}
.block.additional-floorplans {
  padding: 20px;
}
.block.additional-floorplans .primary .title {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 40px;
}
.block.additional-floorplans .primary .title * {
  text-align: center;
}
.block.additional-floorplans .return-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.block.additional-floorplans .return-link a {
  text-decoration: underline;
}
.block.additional-floorplans .return-link a:hover,
.block.additional-floorplans .return-link a:focus {
  text-decoration: none;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 10px 10px 4px #00000025;
  background-color: var(--secondary-bg-color);
  padding: 20px;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card .units-available[data-available=""],
.block.additional-floorplans .floorplans-wrapper .floorplan-card .units-available[data-available="0"] {
  display: none;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-color);
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card.hidden {
  display: none;
}
.block.additional-floorplans .floorplan-image {
  width: 100%;
  margin: auto;
}
.block.additional-floorplans .floorplan-image img {
  aspect-ratio: 3 / 2;
  max-height: 300px;
  object-fit: contain;
}
.block.additional-floorplans .swiper-button-prev,
.block.additional-floorplans .swiper-button-next {
  color: var(--primary-bg-color);
  padding: 40px 20px;
  transition: opacity 0.3s ease;
}
.block.additional-floorplans .swiper-button-prev:hover,
.block.additional-floorplans .swiper-button-next:hover,
.block.additional-floorplans .swiper-button-prev:focus-visible,
.block.additional-floorplans .swiper-button-next:focus-visible {
  opacity: 0.6;
}
.block.additional-floorplans .swiper-slide {
  padding: 20px;
}
#rs-builder .block.additional-floorplans .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 40px;
}
#rs-builder .block.additional-floorplans .swiper-wrapper .floorplan-card {
  width: calc(25% - 30px);
}
.pagination {
  margin-top: 1.5em;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page-btn {
  height: 40px;
  padding: 9px 10px;
  min-width: unset;
  color: var(--text-color);
  border-radius: 0;
  border-right: 1px solid var(--button-bg-color);
  border-top: 1px solid var(--button-bg-color);
  border-bottom: 1px solid var(--button-bg-color);
  border-left: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  background-color: transparent;
}
.page-btn:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid var(--button-bg-color);
}
.page-btn:last-of-type {
  border-radius: 0 5px 5px 0;
}
.page-btn:hover,
.page-btn:focus {
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color));
  color: var(--button-text-color);
}
.page-btn[aria-current="true"] {
  font-weight: bold;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: default;
}
.dots {
  padding: 8px 10px;
  height: 40px;
  min-width: unset;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  border-right: 1px solid var(--button-bg-color);
  border-top: 1px solid var(--button-bg-color);
  border-bottom: 1px solid var(--button-bg-color);
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.fee-transparency {
  padding: 20px;
}
.block.fee-transparency .row {
  display: flex;
  flex-direction: column;
  position: relative;
}
.block.fee-transparency .row .primary {
  margin-top: 20px;
  order: 2;
  width: 100%;
  text-align: center;
}
.block.fee-transparency .row .primary * {
  text-align: center;
}
.block.fee-transparency .row .primary .button {
  margin: 0 auto;
}
.block.fee-transparency .row .secondary {
  order: 1;
  width: 100%;
}
.block.fee-transparency .row .secondary img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.block.fee-transparency .title {
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 10px 0;
}
.block.fee-transparency .title * {
  font-size: calc(2.4*1rem);
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .block.fee-transparency .title * {
    font-size: calc(3.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.fee-transparency .title * {
    font-size: calc(3.5*1rem);
  }
}
.block.fee-transparency .text-content {
  margin-bottom: 40px;
}
.block.fee-transparency .text-content ul {
  list-style: none;
}
.block.fee-transparency .text-content li {
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 10px 0;
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.fee-transparency .text-content li {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.fee-transparency .text-content li {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.fee-transparency {
    padding: 40px 20px;
  }
  .block.fee-transparency .row {
    padding: 80px 0;
  }
  .block.fee-transparency .row .primary {
    padding: 30px 60px 30px 30px;
    width: 67%;
    position: relative;
    margin: 0 auto 0 0;
    z-index: 1;
    text-align: left;
  }
  .block.fee-transparency .row .primary * {
    text-align: left;
  }
  .block.fee-transparency .row .primary .button {
    margin: 0;
  }
  .block.fee-transparency .row .primary::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
    z-index: -1;
    opacity: 0.9;
  }
  .block.fee-transparency .row .title {
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 10px;
  }
  .block.fee-transparency .row .text-content {
    margin-left: 35px;
    margin-bottom: 0;
  }
  .block.fee-transparency .row .text-content ul {
    list-style: disc;
  }
  .block.fee-transparency .row .text-content ul li::marker {
    font-size: 0.75em;
  }
  .block.fee-transparency .row .text-content li {
    border-bottom: none;
    padding: 0;
  }
  .block.fee-transparency .row .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55%;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
  .block.fee-transparency .row .secondary .image-wrapper {
    width: 100%;
    height: 100%;
  }
  .block.fee-transparency .row .secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }
  .block.fee-transparency .row:nth-child(even) .primary {
    margin: 0 0 0 auto;
  }
  .block.fee-transparency .row:nth-child(even) .secondary {
    left: unset;
    right: 55%;
  }
}
@media screen and (min-width: 960px) {
  .block.fee-transparency .secondary {
    left: 60%;
    min-width: 40%;
    width: calc(((100vw - 100%) / 2) + 40%);
  }
  .block.fee-transparency .row:nth-child(even) .secondary {
    left: unset;
    right: 60%;
  }
}
.block.alternating-list {
  padding: 20px;
}
.block.alternating-list .row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.block.alternating-list .row:last-of-type {
  margin-bottom: 0;
}
.block.alternating-list .row .primary {
  margin-top: 20px;
  order: 2;
  width: 100%;
  text-align: center;
}
.block.alternating-list .row .primary * {
  text-align: center;
}
.block.alternating-list .row .primary .button {
  margin: 0 auto;
}
.block.alternating-list .row .secondary {
  order: 1;
  width: 100%;
}
.block.alternating-list .row .secondary img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.block.alternating-list .title {
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 10px 0;
}
.block.alternating-list .title * {
  font-size: calc(2.4*1rem);
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .block.alternating-list .title * {
    font-size: calc(3.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.alternating-list .title * {
    font-size: calc(3.5*1rem);
  }
}
.block.alternating-list .text-content {
  margin-bottom: 40px;
}
.block.alternating-list .text-content ul {
  list-style: none;
}
.block.alternating-list .text-content li {
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 10px 0;
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.alternating-list .text-content li {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.alternating-list .text-content li {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.alternating-list {
    padding: 40px 0px;
  }
  .block.alternating-list .row {
    margin-bottom: 0;
  }
  .block.alternating-list .row .primary {
    padding: 30px 60px 30px 30px;
    width: 67%;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  .block.alternating-list .row .primary * {
    text-align: left;
  }
  .block.alternating-list .row .primary .button {
    margin: 0;
  }
  .block.alternating-list .row .primary::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
    z-index: -1;
    opacity: 0.9;
  }
  .block.alternating-list .row .title {
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 10px;
  }
  .block.alternating-list .row .text-content {
    margin-left: 35px;
    margin-bottom: 0;
  }
  .block.alternating-list .row .text-content ul {
    list-style: disc;
    column-count: 2;
    column-gap: 40px;
  }
  .block.alternating-list .row .text-content ul li::marker {
    font-size: 0.75em;
  }
  .block.alternating-list .row .text-content li {
    border-bottom: none;
    padding: 0;
  }
  .block.alternating-list .row .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
  .block.alternating-list .row .secondary .image-wrapper {
    width: 100%;
    height: 100%;
  }
  .block.alternating-list .row .secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }
  .block.alternating-list .row:nth-child(even) {
    padding: 175px 0 50px;
    margin-top: -100px;
  }
  .block.alternating-list .row:nth-child(even) .primary {
    margin: 0 auto 0 0;
    position: relative;
  }
  .block.alternating-list .row:nth-child(even) .primary::after {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 9999px;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
    z-index: -1;
    opacity: 0.9;
  }
  .block.alternating-list .row:nth-child(even) .secondary {
    left: 55%;
    width: 45%;
  }
  .block.alternating-list .row:nth-child(odd) {
    padding: 50px 0 300px;
  }
  .block.alternating-list .row:nth-child(odd) .primary {
    margin: 0 0 0 auto;
  }
  .block.alternating-list .row:nth-child(odd) .secondary {
    right: 55%;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
}
@media screen and (min-width: 960px) {
  .block.alternating-list .secondary {
    left: 60%;
    min-width: 40%;
    width: calc(((100vw - 100%) / 2) + 40%);
  }
  .block.alternating-list .row:nth-child(odd) .secondary {
    left: unset;
    right: 60%;
  }
}
.simple-text:has(+ .block.alternating-list) {
  padding-bottom: 0;
}
.simple-text + .block.alternating-list {
  padding-top: 0;
}
.simple-text + .block.alternating-list .inner {
  padding-top: 30px;
}
.simple-text + .block.alternating-list .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 40px);
  max-width: 100%;
  height: 1px;
  background-color: var(--primary-bg-color);
}
.block.outro-image {
  padding: 70px 20px;
}
.block.outro-image header {
  border-bottom: 1px solid var(--text-color);
  width: 100%;
  text-align: center;
}
.block.outro-image .content {
  padding: 40px 60px 30px 40px;
  width: 100%;
  max-width: 650px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.block.outro-image .content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--secondary-bg-color);
  z-index: -1;
  opacity: 0.9;
}
.block.outro-image .text-content {
  padding: 20px 10px;
}
.block.outro-image .text-content ul,
.block.outro-image .text-content ol {
  margin-left: 20px;
}
.block.outro-image .text-content ul li::marker {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .block.outro-image header {
    width: 90%;
    text-align: left;
  }
}
.block.gallery {
  padding: 40px 20px;
}
.block.gallery .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.block.gallery .gallery-image {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
.block.gallery .gallery-image a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.block.gallery .gallery-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
.block.gallery .gallery-image:has(a:focus-visible) {
  outline: 2px solid var(--primary-bg-color);
  outline-offset: 2px;
}
.block.gallery .gallery-image:has(a:focus-visible) a::before,
.block.gallery .gallery-image:hover a::before {
  opacity: 1;
}
.block.gallery .gallery-image:has(a:focus-visible) img,
.block.gallery .gallery-image:hover img {
  transform: scale(1.08);
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-image {
    flex: 1 1 calc(33.333% - 13.333px);
    max-width: calc(33.333% - 13.333px);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-image {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
.block.gallery-text {
  display: none;
}
#rs-builder .block.gallery-text {
  display: block;
}
.block.gallery-tabs {
  width: calc(100% - 40px);
  max-width: calc(1400px - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 20px 0;
}
.block.gallery-tabs button.gallery-tab {
  cursor: pointer;
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color));
  margin: 0;
  border: 0;
}
.block.gallery-tabs button.gallery-tab:hover,
.block.gallery-tabs button.gallery-tab:focus {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.gallery-tabs button.gallery-tab[aria-selected="true"] {
  background-color: var(--button-bg-color);
}
.block.blogs-cta {
  padding: 40px 20px;
}
.block.blogs-cta .inner {
  display: flex;
  flex-direction: column-reverse;
}
.block.blogs-cta .primary {
  padding: 40px;
  background-color: var(--secondary-bg-color);
}
.block.blogs-cta .primary header {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 30px;
}
.block.blogs-cta .primary header * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: normal;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  .block.blogs-cta .primary header * {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.blogs-cta .primary header * {
    font-size: calc(3.9*1rem);
  }
}
.block.blogs-cta .primary .description {
  margin-bottom: 30px;
}
.block.blogs-cta .primary .blogs-list {
  margin-bottom: 40px;
}
.block.blogs-cta .primary .blogs-list .title * {
  font-size: 2rem;
  font-family: var(--text-font);
}
.block.blogs-cta .secondary img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.block.blogs-cta .list a {
  text-decoration: underline;
  color: var(--text-color);
}
.block.blogs-cta .list a:hover,
.block.blogs-cta .list a:focus-visible {
  color: var(--text-link-color-hover);
  text-decoration: none;
}
.block.blogs-cta ul {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .block.blogs-cta .inner {
    display: block;
  }
  .block.blogs-cta .primary {
    width: 42%;
  }
  .block.blogs-cta .secondary {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    bottom: 0;
  }
  .block.blogs-cta .secondary img {
    height: 100%;
    aspect-ratio: unset;
  }
}
.block.blogs-all {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
}
.block.blogs-all .show-more-blogs {
  margin-top: 50px;
  background-color: transparent;
  border: none;
  color: var(--text-color);
  text-decoration: underline;
  cursor: pointer;
}
.block.blogs-all .show-more-blogs:hover,
.block.blogs-all .show-more-blogs:focus-visible {
  text-decoration: none;
}
.block.blogs-all .blog-card {
  position: relative;
  display: none;
  padding: 0 0 40px;
}
.block.blogs-all .blog-card figure {
  background-color: var(--primary-bg-color);
}
.block.blogs-all .blog-card figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.block.blogs-all .blog-card .content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.block.blogs-all .blog-card .content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--secondary-bg-color);
  z-index: -1;
  opacity: 0.9;
}
.block.blogs-all .blog-card .blog-title * {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.blogs-all .blog-card .blog-title * {
    font-size: calc(2.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.blogs-all .blog-card .blog-title * {
    font-size: calc(3.2*1rem);
  }
}
.block.blogs-all .blog-card .blog-excerpt {
  margin-top: 40px;
  margin-bottom: 30px;
}
.block.blogs-all .blog-card:nth-child(-n+2) {
  display: block;
}
@media screen and (min-width: 768px) {
  .block.blogs-all .blog-card {
    position: relative;
    display: none;
    padding: 50px 0 80px;
  }
  .block.blogs-all .blog-card figure {
    background-color: var(--primary-bg-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
  }
  .block.blogs-all .blog-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block.blogs-all .blog-card .content {
    position: relative;
    z-index: 1;
    padding: 20px 20% 20px 20px;
    width: 70%;
    margin: 0 0 0 auto;
  }
  .block.blogs-all .blog-card .content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--secondary-bg-color);
    z-index: -1;
    opacity: 0.9;
  }
  .block.blogs-all .blog-card:nth-child(even) figure {
    left: unset;
    right: 0;
  }
  .block.blogs-all .blog-card:nth-child(even) .content {
    margin: 0 auto 0 0;
  }
  .block.blogs-all .blog-card:nth-child(-n+2) {
    display: block;
  }
}
.block.contact {
  padding: 40px 20px;
}
.block.contact .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block.contact .primary,
.block.contact .secondary {
  width: 100%;
}
.block.contact .content {
  text-align: center;
}
.block.contact .content-title {
  margin-bottom: 20px;
}
.block.contact .form-title *,
.block.contact .content-title * {
  text-align: center;
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: normal;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  .block.contact .form-title *,
  .block.contact .content-title * {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact .form-title *,
  .block.contact .content-title * {
    font-size: calc(3.9*1rem);
  }
}
.block.contact .map-link,
.block.contact .phone-link {
  margin-bottom: 10px;
  display: block;
}
.block.contact .map-link:hover,
.block.contact .phone-link:hover,
.block.contact .map-link:focus,
.block.contact .phone-link:focus {
  color: var(--text-color);
}
@media screen and (min-width: 960px) {
  .block.contact {
    padding: 80px 20px;
  }
  .block.contact .inner {
    justify-content: space-between;
    gap: 40px;
  }
  .block.contact .content {
    text-align: left;
  }
  .block.contact .form-title *,
  .block.contact .content-title * {
    text-align: left;
  }
  .block.contact .primary {
    width: calc(30% - 20px);
  }
  .block.contact .secondary {
    width: calc(70% - 20px);
  }
}
.block.footer {
  background-color: var(--primary-bg-color);
  padding: 20px;
}
.block.footer * {
  color: var(--text-color-alt);
}
.block.footer .primary {
  display: flex;
  justify-content: center;
}
.block.footer .primary .logo-container {
  display: flex;
  justify-content: start;
  align-items: start;
}
.block.footer .primary .column-wrapper {
  display: flex;
  flex-direction: row;
}
.block.footer .primary .column {
  width: fit-content;
  max-width: 250px;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  border-left: 2px solid var(--text-color-alt);
}
.block.footer .primary .column .map-link,
.block.footer .primary .column .phone-link {
  display: block;
  margin-bottom: 20px;
}
.block.footer .primary .column a:hover,
.block.footer .primary .column a:focus {
  text-decoration: underline;
}
.block.footer .primary ul {
  list-style: none;
}
.block.footer .primary .footer-nav {
  margin-bottom: 20px;
}
.block.footer .secondary {
  text-align: center;
  border-top: 2px solid var(--heading-color-alt);
  margin-top: 20px;
}
.block.footer .secondary a:hover,
.block.footer .secondary a:focus {
  text-decoration: underline;
}
.block.footer .secondary .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .secondary .links,
.block.footer .secondary .copyright,
.block.footer .secondary .icons,
.block.footer .secondary .resite {
  margin-bottom: 5px;
}
.block.footer .secondary .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .secondary .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .secondary .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .secondary .right {
  display: flex;
  flex-direction: column;
}
.block.footer .logo-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.block.footer .logo-container img {
  max-height: 140px;
}
.block.footer .logo-container span {
  font-family: "Island Moments", cursive;
  color: var(--text-color-alt);
  font-size: calc(4*1rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .block.footer .logo-container span {
    font-size: calc(5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.footer .logo-container span {
    font-size: calc(6*1rem);
  }
}
.block.footer .socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.block.footer .socials a {
  display: inline-block;
  transition: opacity 0.3s;
}
.block.footer .socials a:hover,
.block.footer .socials a:focus {
  opacity: 0.6;
}
.block.footer .socials svg {
  height: 30px;
  width: 30px;
  fill: var(--text-color-alt);
}
.block.footer .socials svg * {
  fill: var(--text-color-alt);
}
@media screen and (min-width: 768px) {
  .block.footer {
    padding: 40px 20px;
  }
  .block.footer .secondary .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .secondary .links {
    width: 50%;
  }
  .block.footer .secondary .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .secondary .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .secondary .right .copyright {
    text-align: end;
  }
  .block.footer .secondary .right .icons img {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.footer .primary {
    justify-content: space-between;
  }
}
#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(--page-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: 50px 10px 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: 2rem;
  margin: 0 0 10px;
  color: var(--heading-color);
  padding-bottom: 0;
  font-family: var(--heading-font);
  display: none;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--text-font);
}
#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;
}
#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%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 0;
}
#special-popdown .swiper-pagination-bullet {
  background: var(--primary-bg-color);
  opacity: 0.4;
}
#special-popdown .swiper-pagination-bullet-active {
  background: var(--primary-bg-color);
  opacity: 0.8;
}
#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 */
