.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;
  }
  .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/v19/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/v23/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/v23/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/v23/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/v23/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/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQiwLByQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQipLNyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlFdRyC6CRYbkQaCA.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQi_LJyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQi0LVyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQitLRyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZo47KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZuo4KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlLdRyC6CRYXkY.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZrI5KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZp4-KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZvo_KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--button-bg-color-hover) 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-visible {
  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 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-color);
}
h1,
.h1 {
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.6*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.2*1rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3.6*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2.6*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(3*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
  font-size: 2rem;
  font-size: calc(1.6*1rem);
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  button,
  .button,
  a.button {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  button,
  .button,
  a.button {
    font-size: calc(1.8*1rem);
  }
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
button.ghost:hover,
.button.ghost:hover,
a.button.ghost:hover,
button.ghost:focus-visible,
.button.ghost:focus-visible,
a.button.ghost:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
.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;
}
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: 4rem;
  border: 0;
  text-indent: 20px;
  background-color: var(--page-bg-color);
  border: 1px solid var(--text-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(--text-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;
  line-height: 24px;
  padding: 12px;
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
  font-size: 2rem;
  font-size: calc(1.6*1rem);
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border: none;
  background: transparent;
  margin: 0 auto;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: calc(1.8*1rem);
  }
}
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="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
form input[type="submit"].ghost:hover,
form input[type="button"].ghost:hover,
form input[type="reset"].ghost:hover,
form button.ghost:hover,
form input[type="submit"].ghost:focus-visible,
form input[type="button"].ghost:focus-visible,
form input[type="reset"].ghost:focus-visible,
form button.ghost:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-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,
form input[type="button"]:focus,
form input[type="reset"]:focus,
form button:focus {
  background: transparent;
  color: var(--button-text-color);
  border: none;
  text-decoration: none;
  opacity: 0.8;
}
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.9em;
  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 {
  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;
  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;
  overflow-x: hidden;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--text-font);
  background-color: var(--page-bg-color);
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#navwrap {
  position: relative;
  z-index: 2;
}
#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;
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
#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;
    background-color: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
    border: 1px solid var(--button-bg-color-hover);
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  padding: 10px;
}
#skip-link a,
#skip-link button {
  color: var(--button-text-color-hover);
  text-decoration: underline;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
#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-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -20px !important;
  height: unset !important;
  width: unset !important;
  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: 0.7em;
  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);
}
@keyframes fadeRightIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeDownIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeUpIn {
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes amenitiesFadeLeftIn {
  to {
    opacity: 1;
    transform: translateX(0) rotate(180deg);
  }
}
.block.standard-neighborhood #standard-neighborhood-map-nav a {
  background-color: var(--secondary-bg-color);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a svg {
  fill: var(--button-text-color);
  transition: fill 0.3s ease;
}
.block.standard-neighborhood #standard-neighborhood-map-nav a svg path {
  fill: var(--button-text-color);
  transition: fill 0.3s ease;
}
.block.standard-neighborhood #standard-neighborhood-map-nav a:hover,
.block.standard-neighborhood #standard-neighborhood-map-nav a:focus-visible {
  background-color: color-mix(in srgb, #fff 20%, var(--button-bg-color-hover));
}
.block.standard-neighborhood #standard-neighborhood-map-nav a:hover svg,
.block.standard-neighborhood #standard-neighborhood-map-nav a:focus-visible svg {
  fill: var(--button-text-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a:hover svg path,
.block.standard-neighborhood #standard-neighborhood-map-nav a:focus-visible svg path {
  fill: var(--button-text-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a.active {
  background-color: var(--button-bg-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a.active svg {
  fill: var(--button-text-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a.active svg path {
  fill: var(--button-text-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav #current-category {
  background-color: var(--button-bg-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav #current-category::after {
  border-bottom: 1px solid var(--button-text-color-hover);
  border-right: 1px solid var(--button-text-color-hover);
}
.block.topbar {
  padding: 20px;
}
.block.topbar .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.topbar .logo-container {
  width: fit-content;
  padding: 0 50px;
}
.block.topbar .logo-container img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 100px;
}
.block.topbar .menu {
  position: absolute;
  top: 50%;
  right: 0;
}
.block.topbar .menu #grip {
  padding: 0;
  background-color: transparent;
  border: none;
}
.block.topbar .menu #grip:hover,
.block.topbar .menu #grip:focus-visible {
  background-color: transparent;
  border: none;
}
.block.topbar .menu #grip .line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--text-color);
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
.block.topbar .menu .nav-container {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  max-width: calc(100vw - 40px);
}
.block.topbar .menu .nav-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  z-index: 0;
  pointer-events: none;
}
.block.topbar .menu .nav-container ul {
  padding: 40px 30px;
  z-index: 1;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.block.topbar .menu .nav-container ul li {
  width: fit-content;
}
.block.topbar .menu .nav-container ul li a {
  border: 1px solid var(--text-color);
  padding: 10px 20px;
  display: block;
}
.block.topbar .menu .nav-container ul li a:hover,
.block.topbar .menu .nav-container ul li a:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.hero {
  padding: 40px 0 20px;
}
.block.hero.home .hero-image {
  position: relative;
  pointer-events: none;
}
.block.hero.home .hero-image img {
  pointer-events: all;
}
.block.hero.home .hero-image.left {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-60px);
  animation: fadeDownIn 0.8s ease-out forwards 0.4s;
}
.block.hero.home .hero-image.left img {
  height: 300px;
  width: 50%;
  min-width: 200px;
  object-fit: cover;
}
.block.hero.home .hero-image.right {
  position: absolute;
  top: 50%;
  height: 200px;
  right: 0;
  left: 200px;
  z-index: 1;
  opacity: 0;
  transform: translateY(-20%);
  animation: fadeUpIn 0.8s ease-out forwards 0.4s;
}
.block.hero.home .hero-image.right img {
  height: 100%;
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}
.block.hero.wide,
.block.hero.video {
  height: calc(100vh - 100px);
  min-height: 500px;
}
.block.hero.wide .inner,
.block.hero.video .inner {
  padding: 20px;
}
.block.hero.video {
  position: relative;
}
.block.hero.video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.hero.narrow .inner {
  padding: 20px;
}
.block.hero.narrow .hero-image {
  height: 100%;
}
.block.hero.narrow .hero-image img {
  height: 100%;
  max-height: 700px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.block.hero.subpage .inner {
  display: flex;
  flex-direction: column;
}
.block.hero.subpage .hero-image {
  padding: 0 40px;
  max-height: 400px;
}
.block.hero.subpage .hero-image img {
  height: 100%;
  max-height: 400px;
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  margin: 0 auto;
}
.block.hero.subpage .content {
  padding: 20px;
}
.block.hero.subpage .content .title {
  margin-bottom: 40px;
}
.block.hero.subpage.alt .content .title {
  border-bottom: 2px solid var(--text-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block.hero.wide,
  .block.hero.video {
    min-height: 600px;
  }
  .block.hero.video video {
    display: block;
    pointer-events: none;
  }
  .block.hero.home .hero-image {
    position: relative;
  }
  .block.hero.home .hero-image.left {
    position: relative;
    z-index: 2;
  }
  .block.hero.home .hero-image.left img {
    height: 500px;
    min-width: 300px;
    object-fit: cover;
  }
  .block.hero.home .hero-image.right {
    height: 300px;
    left: 300px;
  }
  .block.hero.home .hero-image.right img {
    max-height: 700px;
  }
  .block.hero.subpage .inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .block.hero.subpage .hero-image {
    position: absolute;
    top: 0;
    right: calc(50% + 20px);
    width: 40%;
    bottom: 0;
    padding: 0;
    max-height: 100%;
  }
  .block.hero.subpage .hero-image img {
    max-height: 100%;
    max-width: 100%;
  }
  .block.hero.subpage .content {
    width: calc(40% - 20px);
    padding: 100px 20px;
    margin-left: calc(50% + 20px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .block.hero.subpage .content .title {
    margin-bottom: 40px;
  }
  .block.hero.subpage.alt .content {
    justify-content: start;
    padding: 100px 20px 40px;
  }
}
@media screen and (min-width: 960px) {
  .block.hero.home .hero-image {
    position: relative;
  }
  .block.hero.home .hero-image.left {
    position: relative;
    z-index: 2;
  }
  .block.hero.home .hero-image.left img {
    height: 700px;
    width: 500px;
    object-fit: cover;
  }
  .block.hero.home .hero-image.right {
    height: 500px;
    left: 450px;
  }
  .block.hero.home .hero-image.right img {
    max-height: 700px;
  }
  .block.hero.subpage .content {
    min-height: 600px;
  }
}
.block.page-title {
  padding: 0 20px;
  margin: 40px 0;
}
.block.page-title .title {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--text-color);
}
body[no-animate] .block.hero .hero-image.left {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
body[no-animate] .block.hero .hero-image.right {
  opacity: 1;
  transform: translateY(-50%);
  animation: none;
}
#rs-builder .block.hero .hero-image.left {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
#rs-builder .block.hero .hero-image.right {
  opacity: 1;
  transform: translateY(-50%);
  animation: none;
}
.block.cta {
  padding: 45px 20px;
}
.block.cta .content {
  margin-top: 30px;
}
.block.cta .cta-buttons {
  margin-top: 40px;
  text-align: center;
}
.block.cta .cta-buttons a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
  font-size: 2rem;
  font-size: calc(1.6*1rem);
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block.cta .cta-buttons a {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.cta .cta-buttons a {
    font-size: calc(1.8*1rem);
  }
}
.block.cta .cta-buttons a:hover,
.block.cta .cta-buttons a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.cta .cta-buttons a.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.block.cta .cta-buttons a.ghost:hover,
.block.cta .cta-buttons a.ghost:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
}
.block.cta .cta-buttons a.inline {
  display: inline-block;
}
.block.cta .images {
  position: relative;
  padding-bottom: 65px;
}
.block.cta .images .large {
  width: calc(100% - 50px);
  margin-left: 50px;
  height: 400px;
}
.block.cta .images .large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.cta .images .small {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 130px;
  width: 100px;
}
.block.cta .images .small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
@media only screen and (min-width: 500px) {
  .block.cta .images {
    padding-bottom: 85px;
  }
  .block.cta .images .large {
    width: calc(100% - 75px);
    margin-left: 75px;
    height: 400px;
  }
  .block.cta .images .small {
    height: 175px;
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .block.cta .images {
    padding-bottom: 110px;
  }
  .block.cta .images .large {
    width: calc(100% - 100px);
    margin-left: 100px;
    height: 550px;
  }
  .block.cta .images .small {
    height: 225px;
    width: 180px;
  }
}
@media screen and (min-width: 960px) {
  .block.cta .inner {
    display: flex;
    flex-direction: row;
  }
  .block.cta .images {
    width: 55%;
    padding-bottom: 165px;
  }
  .block.cta .images .large {
    width: calc(100% - 200px);
    margin-left: 150px;
    height: 600px;
  }
  .block.cta .images .small {
    height: 350px;
    width: 300px;
  }
  .block.cta .content {
    padding-bottom: 165px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .block.cta .cta-buttons {
    text-align: unset;
  }
  .block.cta .cta-buttons a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 12px;
    background: transparent;
    border: 1px solid var(--button-text-color);
    color: var(--button-text-color);
    font-size: 2rem;
    font-size: calc(1.6*1rem);
    border-radius: 1px;
    transition: ease all 0.3s;
    text-align: center;
    margin: auto;
    cursor: pointer;
    margin: 0;
  }
  .block.cta .cta-buttons a:hover,
  .block.cta .cta-buttons a:focus-visible {
    background: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
  }
  .block.cta .cta-buttons a.ghost {
    background: none;
    color: var(--button-text-color-hover);
    border: 1px solid var(--button-border-color);
  }
  .block.cta .cta-buttons a.ghost:hover,
  .block.cta .cta-buttons a.ghost:focus-visible {
    background: var(--button-text-color-hover);
    border: 1px solid var(--button-text-color);
    color: var(--button-text-color);
  }
  .block.cta .cta-buttons a.inline {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) and screen and (min-width: 768px) {
  .block.cta .cta-buttons a {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) and screen and (min-width: 960px) {
  .block.cta .cta-buttons a {
    font-size: calc(1.8*1rem);
  }
}
.block.amenities-ov {
  background-color: var(--primary-bg-color);
}
.block.amenities-ov .image-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}
.block.amenities-ov .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block.amenities-ov .content {
  padding: 40px 20px;
}
.block.amenities-ov .content .subheader {
  display: none;
}
.block.amenities-ov .content .subheader * {
  color: var(--text-color-alt);
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.block.amenities-ov .content header {
  text-align: center;
}
.block.amenities-ov .content header * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-color);
  font-size: calc(3.2*1rem);
  padding-bottom: 15px;
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.amenities-ov .content header * {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities-ov .content header * {
    font-size: calc(3.6*1rem);
  }
}
.block.amenities-ov .content .text {
  text-align: center;
}
.block.amenities-ov .content .text * {
  color: var(--text-color-alt);
}
.block.amenities-ov .content .cta-buttons {
  margin-top: 40px;
  text-align: center;
}
.block.amenities-ov .content .cta-buttons a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
  font-size: 2rem;
  font-size: calc(1.6*1rem);
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block.amenities-ov .content .cta-buttons a {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities-ov .content .cta-buttons a {
    font-size: calc(1.8*1rem);
  }
}
.block.amenities-ov .content .cta-buttons a:hover,
.block.amenities-ov .content .cta-buttons a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities-ov .content .cta-buttons a.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.block.amenities-ov .content .cta-buttons a.ghost:hover,
.block.amenities-ov .content .cta-buttons a.ghost:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
}
.block.amenities-ov .content .cta-buttons a.inline {
  display: inline-block;
}
.block.amenities-ov .content .cta-buttons a:hover,
.block.amenities-ov .content .cta-buttons a:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
}
.block.amenities-ov .amenities {
  display: none;
  flex: 3 1 40%;
}
.block.amenities-ov .amenities .amenity {
  padding: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-right: 2px solid var(--text-color-alt);
  white-space: nowrap;
  min-height: fit-content;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.4s linear, transform 0.4s linear;
  transform: translateX(40px) rotate(180deg);
}
.block.amenities-ov .amenities .amenity:nth-child(1) {
  transition-delay: 0.6s;
}
.block.amenities-ov .amenities .amenity:nth-child(2) {
  transition-delay: 0.8s;
}
.block.amenities-ov .amenities .amenity:nth-child(3) {
  transition-delay: 1s;
}
.block.amenities-ov .amenities .amenity:nth-child(4) {
  transition-delay: 1.2s;
}
.block.amenities-ov .amenities .amenity:nth-child(5) {
  transition-delay: 1.4s;
}
.block.amenities-ov .amenities .amenity:nth-child(6) {
  transition-delay: 1.6s;
}
.block.amenities-ov .amenities .amenity p {
  color: var(--text-color-alt);
  font-size: 2.6rem;
}
.block.amenities-ov .amenities.animate .amenity {
  opacity: 1;
  transform: translateX(0) rotate(180deg);
}
@media screen and (min-width: 960px) {
  .block.amenities-ov .inner {
    display: flex;
    flex-wrap: nowrap;
    max-width: unset;
  }
  .block.amenities-ov .image-wrapper {
    width: 30%;
    height: auto;
  }
  .block.amenities-ov .content {
    width: 45%;
    padding: 175px 50px 40px;
  }
  .block.amenities-ov .content .subheader {
    display: block;
  }
  .block.amenities-ov .content header {
    text-align: left;
  }
  .block.amenities-ov .content .text {
    text-align: left;
  }
  .block.amenities-ov .content .cta-buttons {
    text-align: unset;
  }
  .block.amenities-ov .content .cta-buttons a {
    margin: 0;
  }
  .block.amenities-ov .amenities {
    display: flex;
    width: 25%;
  }
}
#rs-builder .block.amenities-ov .amenities .amenity {
  opacity: 1;
  transform: translateX(0) rotate(180deg);
}
.block.steps {
  padding: 45px 20px;
}
.block.steps .swiper-slide {
  padding: 10px;
}
.block.steps .swiper-slide:nth-child(1) {
  transition-delay: 0.2s;
}
.block.steps .swiper-slide:nth-child(2) {
  transition-delay: 0.4s;
}
.block.steps .swiper-slide:nth-child(3) {
  transition-delay: 0.6s;
}
.block.steps .swiper-slide:nth-child(4) {
  transition-delay: 0.8s;
}
.block.steps .swiper-slide:nth-child(5) {
  transition-delay: 1s;
}
.block.steps header {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-number {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-number * {
  font-size: calc(6*1rem);
  font-family: var(--heading-font);
  line-height: 1;
  color: var(--heading-color);
}
@media screen and (min-width: 768px) {
  .block.steps .step-number * {
    font-size: calc(6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.steps .step-number * {
    font-size: calc(5*1rem);
  }
}
.block.steps .step-title {
  text-align: center;
  margin-bottom: 15px;
}
.block.steps .step-title * {
  font-size: calc(1.6*1rem);
  font-weight: normal;
  color: var(--heading-color);
}
@media screen and (min-width: 768px) {
  .block.steps .step-title * {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.steps .step-title * {
    font-size: calc(2*1rem);
  }
}
.block.steps .step-description {
  text-align: center;
}
.block.steps .step-description * {
  color: var(--text-color);
}
#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(25% - 15px);
}
.block.gallery-marque .marque-container {
  width: 100%;
  overflow: hidden;
  margin-block: 32px;
  position: relative;
}
.block.gallery-marque .marque-track {
  display: flex;
  width: fit-content;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.block.gallery-marque .marque-slide {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  padding: 0 10px;
}
.block.gallery-marque .image-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.gallery-marque .image-wrapper img {
  width: auto;
  object-fit: contain;
  display: block;
}
.block.gallery-marque .image-wrapper:nth-of-type(5n + 1) img {
  height: 280px;
}
.block.gallery-marque .image-wrapper:nth-of-type(5n + 2) img {
  height: 220px;
}
.block.gallery-marque .image-wrapper:nth-of-type(5n + 3) img {
  height: 280px;
}
.block.gallery-marque .image-wrapper:nth-of-type(5n + 4) img {
  height: 220px;
}
.block.gallery-marque .image-wrapper:nth-of-type(5n + 5) img {
  height: 150px;
}
@media screen and (min-width: 960px) {
  .block.gallery-marque .image-wrapper:nth-of-type(5n + 1) img {
    height: 380px;
  }
  .block.gallery-marque .image-wrapper:nth-of-type(5n + 2) img {
    height: 300px;
  }
  .block.gallery-marque .image-wrapper:nth-of-type(5n + 3) img {
    height: 380px;
  }
  .block.gallery-marque .image-wrapper:nth-of-type(5n + 4) img {
    height: 300px;
  }
  .block.gallery-marque .image-wrapper:nth-of-type(5n + 5) img {
    height: 230px;
  }
}
.block.gallery-nav .inner {
  padding: 20px;
}
.block.gallery-nav .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.gallery-nav .title h2,
.block.gallery-nav .title h3,
.block.gallery-nav .title h4,
.block.gallery-nav .title h5,
.block.gallery-nav .title h6 {
  padding: 0;
}
.block.gallery-nav #gallery-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.block.gallery-nav #gallery-nav button {
  margin: 0;
  width: calc(50% - 10px);
  border: 1px solid var(--button-text-color);
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.gallery-nav #gallery-nav button:hover,
.block.gallery-nav #gallery-nav button:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.gallery-nav #gallery-nav button.active {
  background-color: var(--secondary-bg-color);
  cursor: default;
  pointer-events: none;
  color: var(--button-text-color) !important;
}
@media only screen and (min-width: 500px) {
  .block.gallery-nav #gallery-nav button {
    width: fit-content;
  }
}
.block.gallery-title {
  display: none;
}
.block.gallery {
  display: none;
}
.block.gallery .inner {
  padding: 20px;
}
.block.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.block.gallery .gallery-grid-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.block.gallery .gallery-grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.01;
  transition: scale 0.3s ease-in-out;
  display: block;
}
@supports not (aspect-ratio: 1 / 1) {
  .block.gallery .gallery-grid-item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .block.gallery .gallery-grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.01;
    transition: scale 0.3s ease-in-out;
    display: block;
  }
}
.block.gallery .gallery-grid-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.block.gallery .gallery-grid-item a:focus-visible::before,
.block.gallery .gallery-grid-item a:hover::before {
  opacity: 1;
}
.block.gallery .gallery-grid-item a:focus-visible img,
.block.gallery .gallery-grid-item a:hover img {
  scale: 1.05;
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
#rs-builder .block.gallery-marque .marque-track {
  width: 100%;
}
#rs-builder .block.gallery-marque .marque-slide {
  width: 100%;
  flex-wrap: wrap;
}
#rs-builder .gallery-title {
  display: block;
}
#rs-builder .block.gallery {
  display: block;
}
@keyframes marquee-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text p + p {
  padding-top: 1.5em;
}
.simple-text p {
  max-width: 1000px;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
  font-size: 2rem;
  font-size: calc(1.6*1rem);
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .simple-text a {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .simple-text a {
    font-size: calc(1.8*1rem);
  }
}
.simple-text a:hover,
.simple-text a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text a.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.simple-text a.ghost:hover,
.simple-text a.ghost:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text.alt {
  background-color: var(--primary-bg-color);
}
.simple-text.alt h1,
.simple-text.alt h2,
.simple-text.alt h3,
.simple-text.alt h4,
.simple-text.alt h5 {
  color: var(--heading-color-alt);
  text-align: center;
}
.simple-text.alt p {
  color: var(--text-color-alt);
  text-align: center;
  margin: 0 auto;
}
.simple-text.alt a {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
  margin: 0 auto;
}
.simple-text.alt a:hover,
.simple-text.alt a:focus-visible {
  background: var(--button-text-color-hover);
  border: 1px solid var(--button-text-color);
  color: var(--button-text-color);
}
article.text-content {
  padding: 45px 20px;
}
article.text-content p {
  margin-bottom: 10px;
}
article.text-content h2,
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  margin: 20px 0 10px;
  letter-spacing: 1px;
}
article.text-content a {
  color: blue;
}
article.text-content a:hover,
article.text-content a:focus {
  text-decoration: underline;
}
article.text-content .title {
  border-bottom: 2px solid var(--text-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
article.text-content .title h1,
article.text-content .title h2,
article.text-content .title h3,
article.text-content .title h4,
article.text-content .title h5,
article.text-content .title h6 {
  padding: 0;
  text-transform: lowercase;
}
article.text-content ul,
article.text-content ol {
  list-style: none;
  margin-left: 40px;
}
.block.floorplan {
  padding: 20px;
}
.block.floorplan .secondary .title {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 40px;
}
.block.floorplan .secondary .title * {
  text-align: center;
}
.block.floorplan .title * {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan .title * {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .title * {
    font-size: calc(4*1rem);
  }
}
.block.floorplan .content * {
  text-align: center;
}
.block.floorplan .content .specs {
  padding-bottom: 10px;
}
.block.floorplan .content .specs * {
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan .content .specs * {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .content .specs * {
    font-size: calc(2*1rem);
  }
}
.block.floorplan .content .specs span:not(:last-of-type):after {
  content: '|';
}
.block.floorplan .content .specs .floorplan-price {
  display: none;
  line-height: 1.75;
}
.block.floorplan .content .specs .floorplan-price * {
  font-size: 2rem;
}
.block.floorplan .content .specs .floorplan-price span:not(:last-of-type):after {
  content: none;
}
.block.floorplan .content .specs .floorplan-price[data-type="manual"] {
  display: block;
}
.block.floorplan .content .available-units .disclaimer {
  font-size: 0.8em;
  font-style: italic;
}
.block.floorplan .content .available-units[data-type="manual"] {
  display: none;
}
.block.floorplan .content .description {
  margin-bottom: 40px;
}
.block.floorplan .content .description ul,
.block.floorplan .content .description ol {
  margin-left: 20px;
}
.block.floorplan .image-container-mobile {
  display: block;
}
.block.floorplan .image-container-mobile img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
  border: 1px solid var(--text-color);
}
.block.floorplan .image-container-desktop {
  display: none;
}
.block.floorplan .image-container-desktop img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  border: 1px solid var(--text-color);
}
.block.floorplan .fp-availabile-list {
  width: 100%;
  max-width: 660px;
  border-collapse: collapse;
  margin: 40px auto 0;
  table-layout: fixed;
  position: relative;
}
.block.floorplan .fp-availabile-list * {
  color: var(--text-color-alt);
}
.block.floorplan .fp-availabile-list caption {
  font-size: calc(2.5*1rem);
  padding: 5px 20px;
  background-color: color-mix(in srgb, #fff 12%, var(--primary-bg-color));
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan .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 .fp-availabile-list tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.floorplan .fp-availabile-list tbody tr:nth-child(even) {
  background-color: color-mix(in srgb, #FFF 12%, var(--primary-bg-color));
}
.block.floorplan .fp-availabile-list tbody tr:nth-child(odd) {
  background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
}
.block.floorplan .fp-availabile-list td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan .fp-availabile-list td:first-child {
  padding-top: 10px;
}
.block.floorplan .fp-availabile-list td:last-child {
  padding: 15px 0;
}
.block.floorplan .fp-availabile-list td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.block.floorplan .fp-availabile-list td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.floorplan .fp-availabile-list td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.floorplan .fp-availabile-list a {
  text-decoration: underline;
}
.block.floorplan .fp-availabile-list a:hover,
.block.floorplan .fp-availabile-list a:focus {
  text-decoration: none;
}
.block.floorplan .fp-availabile-list td a[href="undefined"],
.block.floorplan .fp-availabile-list td a[href=""],
.block.floorplan .fp-availabile-list td a[href="#"],
.block.floorplan .fp-availabile-list td a[href="null"],
.block.floorplan .fp-availabile-list td a[href$="undefined"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan {
    padding: 40px 20px;
  }
  .block.floorplan .fp-availabile-list {
    width: 100%;
    max-width: 660px;
    border-collapse: collapse;
    margin: 40px auto 0;
    table-layout: fixed;
    position: relative;
  }
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
    padding: 5px 20px;
    background-color: color-mix(in srgb, #fff 12%, var(--primary-bg-color));
    color: var(--heading-color-alt);
  }
  .block.floorplan .fp-availabile-list thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    overflow: hidden;
    padding: unset;
    position: unset;
    width: unset;
  }
  .block.floorplan .fp-availabile-list thead {
    background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
    color: var(--heading-color-alt);
  }
  .block.floorplan .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 .fp-availabile-list thead th:last-child {
    border-right: none;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(1) {
    width: 20%;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(2) {
    width: 30%;
    text-align: center;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(3) {
    width: 30%;
    text-align: center;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(4) {
    width: 20%;
  }
  .block.floorplan .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 .fp-availabile-list tbody tr a {
    color: var(--text-color-alt);
    text-decoration: underline;
  }
  .block.floorplan .fp-availabile-list tbody tr a:hover,
  .block.floorplan .fp-availabile-list tbody tr a:focus {
    text-decoration: none;
  }
  .block.floorplan .fp-availabile-list tbody tr:nth-child(even) {
    background-color: color-mix(in srgb, #000 12%, var(--primary-bg-color));
  }
  .block.floorplan .fp-availabile-list tbody tr:nth-child(odd) {
    background-color: color-mix(in srgb, #FFF 12%, var(--primary-bg-color));
  }
  .block.floorplan .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 .fp-availabile-list tbody tr td:last-child {
    border-right: none;
    text-align: end;
  }
  .block.floorplan .fp-availabile-list tbody tr td.price,
  .block.floorplan .fp-availabile-list tbody tr td.date {
    text-align: center;
  }
  .block.floorplan .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 .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 960px) {
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .image-container-mobile {
    display: none;
  }
  .block.floorplan .image-container-desktop {
    display: block;
    width: calc(50% - 40px);
  }
  .block.floorplan .content {
    width: 50%;
  }
  .block.floorplan .content * {
    text-align: left;
  }
  .block.floorplan .content .disclaimer {
    text-align: center;
  }
  .block.floorplan .content .specs {
    padding-bottom: 10px;
  }
  .block.floorplan .primary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 80px;
  }
  .block.floorplan .fp-availabile-list {
    max-width: 100%;
  }
}
.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;
  border: 1px solid var(--text-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;
  user-select: none;
}
#rs-builder .block.additional-floorplans .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 40px;
}
#rs-builder .block.additional-floorplans .swiper-wrapper .swiper-slide {
  width: calc(25% - 30px);
}
.block.floorplans,
.block.sitemap {
  padding: 40px 20px;
  min-height: 400px;
  /* Focus and hover styling */
}
.block.floorplans .views-buttons,
.block.sitemap .views-buttons {
  display: none;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
}
.block.floorplans .views-buttons button,
.block.sitemap .views-buttons button {
  margin: 0;
  border: 1px solid var(--button-text-color);
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans .views-buttons button:hover,
.block.sitemap .views-buttons button:hover,
.block.floorplans .views-buttons button:focus-visible,
.block.sitemap .views-buttons button:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.floorplans .views-buttons button.active,
.block.sitemap .views-buttons button.active {
  background-color: var(--secondary-bg-color);
  cursor: default;
  pointer-events: none;
  color: var(--button-text-color) !important;
}
.block.floorplans .views-container,
.block.sitemap .views-container {
  padding: 40px;
}
.block.floorplans .site-map-wrapper,
.block.sitemap .site-map-wrapper {
  width: 100%;
  height: 80vh;
  height: 80dvh;
  min-height: 300px;
}
.block.floorplans .view-sitemap,
.block.sitemap .view-sitemap {
  display: none;
}
.block.floorplans .floorplans-wrapper,
.block.sitemap .floorplans-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block.floorplans .floorplans-wrapper .floorplan-card,
.block.sitemap .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--text-color);
}
.block.floorplans .floorplans-wrapper .floorplan-card header,
.block.sitemap .floorplans-wrapper .floorplan-card header {
  text-align: center;
  margin-bottom: 10px;
}
.block.floorplans .floorplans-wrapper .floorplan-card.hidden,
.block.sitemap .floorplans-wrapper .floorplan-card.hidden {
  display: none;
}
.block.floorplans .floorplan-image,
.block.sitemap .floorplan-image {
  width: 100%;
  margin: auto;
}
.block.floorplans .floorplan-image img,
.block.sitemap .floorplan-image img {
  aspect-ratio: 3/2;
  max-height: 300px;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid var(--text-color);
}
.block.floorplans .units-available,
.block.sitemap .units-available {
  text-align: end;
}
.block.floorplans .units-available *,
.block.sitemap .units-available * {
  font-size: 1.4rem;
}
.block.floorplans .sitemap,
.block.sitemap .sitemap {
  display: none;
}
.block.floorplans .units-available[data-available="0"],
.block.sitemap .units-available[data-available="0"],
.block.floorplans .units-available[data-available=""],
.block.sitemap .units-available[data-available=""] {
  display: none;
}
.block.floorplans #empty-fp-list,
.block.sitemap #empty-fp-list {
  display: none;
}
.block.floorplans #empty-fp-list.show,
.block.sitemap #empty-fp-list.show {
  display: block;
}
.block.floorplans footer,
.block.sitemap footer {
  margin-top: 10px;
  text-align: center;
}
.block.floorplans footer *,
.block.sitemap footer * {
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplans footer *,
  .block.sitemap footer * {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans footer *,
  .block.sitemap footer * {
    font-size: calc(1.6*1rem);
  }
}
.block.floorplans .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(--page-bg-color);
  transform: translateX(calc(-100% - 20px));
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.block.floorplans .fp-filters.active,
.block.sitemap .fp-filters.active {
  transform: translateX(-20px);
}
.block.floorplans #fp-filter-button,
.block.sitemap #fp-filter-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: var(--button-bg-color-hover);
  border: none;
}
.block.floorplans #fp-filter-button svg,
.block.sitemap #fp-filter-button svg {
  height: 20px;
  width: 20px;
  fill: var(--button-text-color-hover);
}
.block.floorplans #fp-filter-button:hover,
.block.sitemap #fp-filter-button:hover,
.block.floorplans #fp-filter-button:focus-visible,
.block.sitemap #fp-filter-button:focus-visible {
  opacity: 0.6;
}
.block.floorplans .results-count,
.block.sitemap .results-count {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.block.floorplans .results-count *,
.block.sitemap .results-count * {
  font-size: 1.4rem;
}
.block.floorplans .filter-group,
.block.sitemap .filter-group {
  position: relative;
  height: fit-content;
}
.block.floorplans .filter-group button,
.block.sitemap .filter-group button {
  margin: 0;
  width: fit-content;
  background-color: var(--page-bg-color);
  border: none;
}
.block.floorplans .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 .filter-group button:hover,
.block.sitemap .filter-group button:hover,
.block.floorplans .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 .filter-group.active button,
.block.sitemap .filter-group.active button {
  background-color: var(--button-bg-color);
}
.block.floorplans .filter-group.active button svg,
.block.sitemap .filter-group.active button svg {
  transform: rotate(180deg);
}
.block.floorplans .filter-options,
.block.sitemap .filter-options {
  position: relative;
  width: 100%;
  flex-direction: column;
  display: none;
  background-color: var(--page-bg-color);
  padding: 15px;
  min-width: fit-content;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  z-index: 2;
}
.block.floorplans .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 .slider-multithumb,
.block.sitemap .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.floorplans .slider-multithumb svg,
.block.sitemap .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.floorplans .slider-multithumb .slider-group,
.block.sitemap .slider-multithumb .slider-group {
  color: black;
}
.block.floorplans .slider-multithumb .slider-group .value,
.block.sitemap .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.floorplans .slider-multithumb .slider-group .rail,
.block.sitemap .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.floorplans .slider-multithumb .slider-group .range,
.block.sitemap .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.floorplans .slider-multithumb .slider-group .thumb,
.block.sitemap .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.floorplans .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 .slider-track,
.block.sitemap .slider-track {
  position: relative;
  width: 200px;
  height: 8px;
  background-color: var(--secondary-bg-color);
  border-radius: 4px;
  margin-top: 3.2rem;
}
.block.floorplans .slider-range,
.block.sitemap .slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--button-bg-color-hover);
  border-radius: 4px;
  z-index: 1;
}
.block.floorplans .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 .slider-thumb:hover,
.block.sitemap .slider-thumb:hover,
.block.floorplans .slider-thumb:focus-visible,
.block.sitemap .slider-thumb:focus-visible,
.block.floorplans .slider-thumb:focus,
.block.sitemap .slider-thumb:focus {
  background-color: var(--button-bg-color-hover);
}
.block.floorplans .min-thumb,
.block.sitemap .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.floorplans .max-thumb,
.block.sitemap .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.floorplans .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: var(--page-bg-color);
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid var(--text-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.block.floorplans .thumb-value.thumb-price::before,
.block.sitemap .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
@media screen and (min-width: 768px) {
  .block.floorplans .floorplans-wrapper .floorplan-card,
  .block.sitemap .floorplans-wrapper .floorplan-card {
    width: calc(50% - 60px);
  }
  .block.floorplans #fp-filter-button,
  .block.sitemap #fp-filter-button {
    display: none;
  }
  .block.floorplans .fp-filters,
  .block.sitemap .fp-filters {
    justify-content: center;
    position: relative;
    flex-direction: row;
    transform: translateX(0);
    background-color: transparent;
    border: none;
    padding: 0;
    top: 0;
  }
  .block.floorplans .filter-options,
  .block.sitemap .filter-options {
    position: absolute;
    transform: translateY(100%);
    width: 200px;
    bottom: 1px;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans .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;
}
#mainwrap:has(.block.floorplans) .block.sitemap {
  display: none;
}
.block.fee-transparency-plain {
  margin: 20px 0;
}
.block.fee-transparency-plain .inner {
  background-color: var(--primary-bg-color);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.block.fee-transparency-plain .col {
  width: 100%;
  padding: 20px;
}
.block.fee-transparency-plain header {
  text-align: center;
  margin-bottom: 10px;
}
.block.fee-transparency-plain header * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-color);
  font-size: calc(3.2*1rem);
  padding-bottom: 15px;
  color: var(--text-color-alt);
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block.fee-transparency-plain header * {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.fee-transparency-plain header * {
    font-size: calc(3.6*1rem);
  }
}
.block.fee-transparency-plain .list * {
  color: var(--text-color-alt);
}
.block.fee-transparency-plain .list ul {
  text-align: center;
  list-style: none;
}
.block.fee-transparency-plain .list ul li {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .block.fee-transparency-plain .col {
    width: 50%;
  }
}
.block.fee-transparency-images {
  margin: 20px 0;
}
.block.fee-transparency-images .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block.fee-transparency-images .fee-image {
  width: 50%;
  position: relative;
}
.block.fee-transparency-images .fee-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.block.fee-transparency-images .fee-image.first {
  order: 2;
  padding-bottom: 50%;
  overflow: hidden;
}
.block.fee-transparency-images .fee-image.second {
  order: 1;
  padding-bottom: 70%;
  overflow: hidden;
}
.block.fee-transparency-images .fee-list {
  width: 100%;
  padding: 20px;
}
.block.fee-transparency-images .fee-list .title {
  text-align: center;
}
.block.fee-transparency-images .fee-list ul {
  text-align: center;
  list-style: none;
}
.block.fee-transparency-images .fee-list ul li {
  padding: 5px 0;
}
.block.fee-transparency-images .fee-list.first {
  order: 3;
}
.block.fee-transparency-images .fee-list.first::after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--text-color);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.block.fee-transparency-images .fee-list.second {
  order: 4;
}
@media screen and (min-width: 768px) {
  .block.fee-transparency-images .inner {
    justify-content: center;
    align-items: stretch;
    padding: 20px;
  }
  .block.fee-transparency-images .fee-list {
    width: 37.5%;
    padding: 0;
  }
  .block.fee-transparency-images .fee-list ul {
    text-align: left;
  }
  .block.fee-transparency-images .fee-list .title {
    text-align: left;
  }
  .block.fee-transparency-images .fee-list.first {
    order: 1;
    padding-bottom: 150px;
    padding-right: 20px;
  }
  .block.fee-transparency-images .fee-list.first::after {
    content: '';
    display: none;
  }
  .block.fee-transparency-images .fee-list.second {
    order: 4;
    padding-top: 40px;
    min-height: 600px;
    padding-left: 40px;
  }
  .block.fee-transparency-images .fee-image {
    width: 47.5%;
  }
  .block.fee-transparency-images .fee-image.first {
    order: 2;
    padding-bottom: unset;
  }
  .block.fee-transparency-images .fee-image.second {
    order: 3;
    padding-bottom: unset;
    margin-top: -100px;
  }
}
.block.amenities {
  padding: 45px 20px;
}
.block.amenities .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.block.amenities .col {
  width: 100%;
  padding: 0 20px 0;
}
.block.amenities .col .title {
  text-align: center;
}
.block.amenities .col .list {
  text-align: center;
}
.block.amenities .col.image {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.block.amenities .col.image img {
  width: 100%;
  max-width: 450px;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.block.amenities .col .expand-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.block.amenities .col .expand-button button {
  padding: 0;
  margin: 0;
  border: none;
  width: 30px;
  height: 30px;
  background: transparent;
  border-bottom: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.block.amenities .col .expand-button button[aria-expanded="true"] {
  transform: rotate(225deg);
}
.block.amenities ul {
  list-style: none;
  overflow: hidden;
}
.block.amenities ul li {
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .block.amenities ul .list-extra {
    display: block !important;
  }
  .block.amenities .col {
    width: 30%;
  }
  .block.amenities .col .title {
    text-align: left;
  }
  .block.amenities .col .list {
    text-align: left;
  }
  .block.amenities .col.features-list {
    margin-top: 175px;
    border-right: 2px solid var(--text-color);
    padding-top: 40px;
  }
  .block.amenities .col.image {
    height: 500px;
    width: 30%;
    margin: 50px 0 0;
  }
  .block.amenities .col.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block.amenities .col .expand-button {
    display: none;
  }
  .block.amenities .col.amenities-list {
    padding-top: 100px;
    border-left: 2px solid var(--text-color);
  }
}
#rs-builder .block.amenities ul .list-extra {
  display: block !important;
}
.block.blogs-title {
  padding: 45px 20px 20px;
}
.block.blogs-title .title {
  border-bottom: 2px solid var(--text-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block.blogs-title .title h2,
.block.blogs-title .title h3,
.block.blogs-title .title h4,
.block.blogs-title .title h5,
.block.blogs-title .title h6 {
  padding: 0;
}
.block.blog-list {
  padding: 20px 20px 45px;
}
.block.blog-list .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 60px;
  row-gap: 40px;
}
.block.blog-list article {
  width: 100%;
  max-width: 425px;
}
.block.blog-list figure {
  position: relative;
  width: 100%;
  max-height: 450px;
  max-width: 425px;
  overflow: hidden;
  margin: 0 auto 10px;
  aspect-ratio: 1 / 1;
}
.block.blog-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@supports not (aspect-ratio: 1 / 1) {
  .block.blog-list figure::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .block.blog-list figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.block.blog-list .blog-title {
  text-align: center;
}
.block.blog-list .blog-title * {
  font-size: 2rem;
  padding-bottom: 0;
}
.block.blog-list .blog-date {
  text-align: end;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.blog-list .inner {
    justify-content: flex-start;
  }
  .block.blog-list article {
    width: calc(50% - 30px);
    max-width: unset;
  }
  .block.blog-list .blog-title {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .block.blog-list article {
    width: calc(33.33% - 40px);
  }
}
article.text-content .blog-content {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
article.text-content .blog-content figure {
  position: relative;
  aspect-ratio: 3/2;
  max-height: 400px;
  width: 100%;
}
article.text-content .blog-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.text-content .blog-content .blog-text {
  padding-top: 40px;
}
article.text-content .blog-content .blog-title {
  text-align: center;
  margin-bottom: 10px;
}
article.text-content .blog-content .blog-title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-color);
  font-size: calc(3.2*1rem);
  padding-bottom: 15px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  article.text-content .blog-content .blog-title * {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.text-content .blog-content .blog-title * {
    font-size: calc(3.6*1rem);
  }
}
article.text-content .blog-content .blog-date {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  article.text-content .blog-content {
    flex-direction: row;
    gap: 60px;
  }
  article.text-content .blog-content figure {
    width: 40%;
    height: auto;
    max-height: 800px;
    aspect-ratio: unset;
  }
  article.text-content .blog-content .blog-text {
    width: 60%;
    padding-top: 150px;
  }
  article.text-content .blog-content .blog-title {
    text-align: left;
  }
}
article.text-content .blog-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  column-gap: 20px;
  row-gap: 40px;
}
article.text-content .blog-navigation a {
  text-align: center;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
article.text-content .blog-navigation a:hover,
article.text-content .blog-navigation a:focus {
  color: var(--text-color);
}
article.text-content .blog-navigation a svg {
  height: 15px;
  width: 15px;
}
@media only screen and (min-width: 350px) {
  article.text-content .blog-navigation {
    flex-direction: row;
  }
  article.text-content .blog-navigation a.prev-button {
    text-align: left;
  }
  article.text-content .blog-navigation a.next-button {
    text-align: right;
  }
}
article.text-content .blog-navigation a.prev-button[href=""],
article.text-content .blog-navigation a.next-button[href=""] {
  visibility: hidden;
}
.block.contact {
  padding: 10px 20px;
}
.block.contact .inner {
  max-width: 700px;
}
.block.contact a[href=""],
.block.contact a[href="mailto:"],
.block.contact a[href="tel:+1"],
.block.contact a[href="tel:"] {
  display: none;
}
.block.contact .contact-details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 60px;
  justify-content: center;
}
.block.contact .col {
  width: calc(33.333% - 26.667px);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.block.contact .col .title {
  margin-bottom: 20px;
}
.block.contact .contact-form h2 {
  text-align: center;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block.contact .col {
    width: calc(33.333% - 26.667px);
    min-width: 200px;
  }
}
.block.footer {
  background-color: var(--secondary-bg-color);
  margin-top: 20px;
}
.block.footer * {
  color: var(--text-color);
}
.block.footer .top .inner {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.footer .top .logo-container {
  width: fit-content;
  margin: 0 auto;
  padding: 40px 0;
}
.block.footer .top .logo-container img {
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 100px;
  object-fit: contain;
}
.block.footer .top .footer-nav {
  width: 100%;
}
.block.footer .top .footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block.footer .top .footer-nav ul li {
  width: 100%;
  text-align: center;
}
.block.footer .top .footer-nav ul li a:hover,
.block.footer .top .footer-nav ul li a:focus-visible {
  text-decoration: underline;
}
.block.footer .bottom {
  text-align: center;
  border-top: 2px solid var(--heading-color);
}
.block.footer .bottom a:hover,
.block.footer .bottom a:focus-visible {
  text-decoration: underline;
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
.block.footer .col-left {
  text-align: center;
}
.block.footer .col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.block.footer .col-right .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block.footer .col-right .icons svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-left: 5px;
}
.block.footer .col-right .legal {
  text-align: center;
}
.block.footer .col-right .legal a:hover,
.block.footer .col-right .legal a:focus-visible {
  text-decoration: underline;
}
.block.footer .col-right .legal > p a {
  font-weight: 600;
}
.block.footer #footer-nav-secondary ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.block.footer #footer-nav-secondary li:not(:last-of-type) {
  margin-right: 10px;
}
.block.footer #footer-nav-secondary li:not(:last-of-type)::after {
  content: '|';
  margin-left: 10px;
}
@media only screen and (min-width: 400px) {
  .block.footer .top .footer-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .block.footer .top .footer-nav ul li:nth-child(3n+1) {
    text-align: left;
  }
  .block.footer .top .footer-nav ul li:nth-child(3n+2) {
    text-align: center;
  }
  .block.footer .top .footer-nav ul li:nth-child(3n) {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .block.footer .top .inner {
    padding: 20px 40px 40px;
  }
  .block.footer .top .footer-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
  }
  .block.footer .top .footer-nav ul li {
    width: unset;
  }
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    width: 50%;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    width: 50%;
    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 .col-right {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }
  .block.footer .col-right .legal {
    text-align: right;
  }
  .block.footer .col-right .icons {
    padding-bottom: 10px;
  }
  .block.footer .col-left {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .block.footer .top .inner {
    padding: 20px 80px 40px;
  }
}
.pagination {
  margin: 1.5em auto 0;
  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;
}
#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 */
