.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: 1000px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: underline;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
}
h1,
.h1 {
  font-size: calc(4.8*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 1000px) {
  h1,
  .h1 {
    font-size: calc(4.8*1rem);
  }
}
h2,
.h2 {
  font-size: calc(4.8*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 1000px) {
  h2,
  .h2 {
    font-size: calc(4.8*1rem);
  }
}
.eyebrow {
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  .eyebrow {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 1000px) {
  .eyebrow {
    font-size: calc(1.4*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
button:hover,
.button:hover,
a.button:hover,
button:focus,
.button:focus,
a.button:focus {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-text-color);
  border: 2px solid var(--button-text-color);
}
button.ghost:hover,
.button.ghost:hover,
a.button.ghost:hover,
button.ghost:focus,
.button.ghost:focus,
a.button.ghost:focus {
  color: var(--button-text-color-hover);
  background-color: var(--button-text-color);
  opacity: 0.9;
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
.outline {
  background: none;
  border: 2px solid var(--button-bg-color);
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.text-alt p,
.text-alt li,
.text-alt a {
  color: var(--text-color-alt);
}
.text-alt h1,
.text-alt .h1,
.text-alt h2,
.text-alt .h2,
.text-alt h3,
.text-alt .h3,
.text-alt h4,
.text-alt .h4,
.text-alt h5,
.text-alt .h5 {
  color: var(--heading-color-alt);
}
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;
  max-width: 780px;
}
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 select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 0;
}
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: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
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);
  border: 2px solid var(--button-text-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,
form input[type="button"].ghost:focus,
form input[type="reset"].ghost:focus,
form button.ghost:focus {
  color: var(--button-text-color-hover);
  background-color: var(--button-text-color);
  opacity: 0.9;
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@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;
  }
}
html {
  font-size: 62.5%;
  min-width: 300px;
  background-color: var(--page-bg-color);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1338px;
  width: 100%;
}
.wow {
  opacity: 0;
  visibility: hidden;
  animation-fill-mode: forwards;
}
#rs-builder .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation-fill-mode: forwards;
}
#rs-builder .block.hero .properties {
  z-index: 0;
}
#rs-builder .block.hero .property .pattern {
  height: 60px;
  bottom: 0;
  top: unset;
  background-color: #636363;
  pointer-events: all;
  z-index: 2;
  border: 2px solid black;
  opacity: 1;
}
#rs-builder .block.hero .property .pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rs-builder .block.amenities .collage-container {
  padding: 15px;
}
#rs-builder .block.amenities .collage-container .collage {
  margin: 0 auto;
  height: 100%;
  transform: rotate(0deg) translateY(0);
}
#rs-builder .block.amenities .collage-container .collage .collage-image img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(1) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 5 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(3) {
  grid-column: 1 / span 1;
  grid-row: 9 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(4) {
  grid-column: 2 / span 1;
  grid-row: 1 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(5) {
  grid-column: 2 / span 1;
  grid-row: 5 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(6) {
  grid-column: 2 / span 1;
  grid-row: 9 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(7) {
  grid-column: 2 / span 1;
  grid-row: 13 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(8) {
  grid-column: 3 / span 1;
  grid-row: 1 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(9) {
  grid-column: 3 / span 1;
  grid-row: 5 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(10) {
  grid-column: 3 / span 1;
  grid-row: 9 / span 4;
}
#rs-builder .block.amenities .collage-container .collage .collage-image:nth-child(11) {
  grid-column: 3 / span 1;
  grid-row: 13 / span 4;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: 2rem;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.simple-text a:hover,
.simple-text a:focus {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
.simple-text a.ghost {
  background: none;
  color: var(--button-text-color);
  border: 2px solid var(--button-text-color);
}
.simple-text a.ghost:hover,
.simple-text a.ghost:focus {
  color: var(--button-text-color-hover);
  background-color: var(--button-text-color);
  opacity: 0.9;
}
.simple-text a.inline {
  display: inline-block;
}
.block.specials {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-bg-color);
  min-height: 60px;
}
.block.specials .content {
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
.block.specials .content a:hover,
.block.specials .content a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.specials .content a,
  .block.specials .content p {
    font-size: 1.6rem;
  }
}
.block.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--page-bg-color);
}
.block.hero .logo-container {
  position: absolute;
  top: 0;
  max-width: 100px;
  max-height: 60px;
  margin: 20px 0 0 20px;
  z-index: 2;
}
.block.hero .logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px #000);
}
.block.hero .properties {
  height: calc(100vh);
  height: calc(100dvh);
  min-height: 800px;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.block.hero .property {
  height: 50%;
  position: relative;
}
.block.hero .property .property-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.hero .property .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.block.hero .property .content .property-logo {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.hero .property .content .property-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px #000);
}
.block.hero .property .content .cta .button {
  min-width: 200px;
}
.block.hero .property .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 30%;
  pointer-events: none;
  z-index: 0;
  background-repeat: repeat;
}
.block.hero .property .pattern img {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.hero .logo-container {
    max-width: 200px;
    max-height: 80px;
    margin: 40px 0 0 40px;
  }
  .block.hero .properties {
    flex-direction: row;
  }
  .block.hero .property {
    height: 100%;
    width: 50%;
  }
  .block.hero .property .content .property-logo {
    height: 275px;
    width: 300px;
  }
  .block.hero .property .content .cta .button {
    min-width: 250px;
  }
}
.block.intro {
  padding: 40px 20px;
  background-color: var(--primary-bg-color);
}
.block.intro .title {
  margin-bottom: 25px;
}
.block.intro .content {
  margin-bottom: 45px;
}
.block.intro .content p {
  margin-bottom: 20px;
}
.block.intro .icons {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
}
.block.intro .icons .icon {
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.intro .icons .icon img {
  width: 85px;
  height: auto;
  object-fit: contain;
}
.block.intro .icons .icon .content {
  margin-top: 10px;
  font-size: calc(1.8*1rem);
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .block.intro .icons .icon .content {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 1000px) {
  .block.intro .icons .icon .content {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.intro {
    padding: 100px 20px;
  }
  .block.intro .icons {
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .block.intro .icons {
    gap: 80px;
  }
}
.block.amenities {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px;
  position: relative;
}
.block.amenities .inner {
  position: unset;
}
.block.amenities .content {
  color: var(--heading-color);
  z-index: 2;
  position: relative;
  padding: 60px 0;
}
.block.amenities .content .title {
  margin-bottom: 25px;
}
.block.amenities .collage-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.block.amenities .collage-container .collage {
  height: 200%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(16, 1fr);
  gap: 4px;
  background-color: #ffffff;
  transform: rotate(10deg) translateY(-15%);
  transform-origin: bottom left;
  opacity: 0.15;
}
.block.amenities .collage-container .collage .collage-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
}
.block.amenities .collage-container .collage .collage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.amenities .collage-container .collage .collage-image:nth-child(1) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 5 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(3) {
  grid-column: 1 / span 1;
  grid-row: 9 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(4) {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
  object-position: bottom;
}
.block.amenities .collage-container .collage .collage-image:nth-child(4) img {
  height: 133%;
}
.block.amenities .collage-container .collage .collage-image:nth-child(5) {
  grid-column: 2 / span 1;
  grid-row: 4 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(6) {
  grid-column: 2 / span 1;
  grid-row: 8 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(7) {
  grid-column: 2 / span 1;
  grid-row: 12 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(8) {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}
.block.amenities .collage-container .collage .collage-image:nth-child(8) img {
  height: 400%;
}
.block.amenities .collage-container .collage .collage-image:nth-child(9) {
  grid-column: 3 / span 1;
  grid-row: 2 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(10) {
  grid-column: 3 / span 1;
  grid-row: 6 / span 4;
}
.block.amenities .collage-container .collage .collage-image:nth-child(11) {
  grid-column: 3 / span 1;
  grid-row: 10 / span 4;
}
@media screen and (min-width: 768px) {
  .block.amenities .content {
    padding: 190px 0;
  }
}
@media screen and (min-width: 1000px) {
  .block.amenities {
    padding: 0 0 0 20px;
  }
  .block.amenities .inner {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
  }
  .block.amenities .content {
    width: 50%;
  }
  .block.amenities .content .title {
    margin-bottom: 40px;
  }
  .block.amenities .collage-container {
    width: 50%;
  }
  .block.amenities .collage-container .collage {
    opacity: 1;
    width: 70%;
    height: 155%;
    transform: rotate(10deg) translateY(-10%) translateX(-35px);
  }
}
.block.mission {
  padding: 60px 20px;
  position: relative;
  background-repeat: repeat;
}
.block.mission::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-bg-color);
  opacity: 0.2;
}
.block.mission .inner {
  max-width: 1000px;
  position: relative;
}
.block.mission .title,
.block.mission .content {
  text-align: center;
  color: var(--heading-color);
}
.block.mission .title {
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .block.mission {
    padding: 120px 80px;
  }
  .block.mission .title {
    margin-bottom: 40px;
  }
}
article.text-content {
  padding: 40px 20px;
}
article.text-content a {
  color: blue;
}
article.text-content a:hover {
  text-decoration: underline;
}
article.text-content p {
  margin-bottom: 10px;
  color: var(--heading-color);
}
article.text-content h1,
article.text-content .h1,
article.text-content h2,
article.text-content .h2,
article.text-content h3,
article.text-content .h3,
article.text-content h4,
article.text-content .h4,
article.text-content h5,
article.text-content .h5,
article.text-content h6,
article.text-content .h6 {
  margin: 20px 0;
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
}
.return-link {
  margin-bottom: 20px;
}
.return-link a {
  font-weight: 700;
  color: var(--text-color);
}
.block.text-hero {
  position: relative;
  height: 400px;
  width: 100%;
  background-color: #767676;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block.text-hero .logo-container {
  position: absolute;
  top: 0;
  max-width: 150px;
  max-height: 60px;
  margin: 20px 0 0 20px;
  z-index: 2;
}
.block.text-hero .logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px #000);
}
@media screen and (min-width: 768px) {
  .block.text-hero {
    height: 500px;
  }
}
.block.footer {
  background-color: var(--page-bg-color);
  padding: 40px 20px;
  color: var(--heading-color);
}
.block.footer .top {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.block.footer .top .main-logo,
.block.footer .top .property,
.block.footer .top .badge {
  margin-bottom: 25px;
}
.block.footer .top .main-logo {
  width: 175px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.footer .top .main-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.block.footer .top .properties {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.block.footer .top .properties .property {
  width: fit-content;
  min-width: 200px;
  max-width: 250px;
}
.block.footer .top .properties .property .title,
.block.footer .top .properties .property .street,
.block.footer .top .properties .property .city,
.block.footer .top .properties .property .state,
.block.footer .top .properties .property .hours,
.block.footer .top .properties .property .phone {
  text-transform: uppercase;
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.footer .top .properties .property .title,
  .block.footer .top .properties .property .street,
  .block.footer .top .properties .property .city,
  .block.footer .top .properties .property .state,
  .block.footer .top .properties .property .hours,
  .block.footer .top .properties .property .phone {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 1000px) {
  .block.footer .top .properties .property .title,
  .block.footer .top .properties .property .street,
  .block.footer .top .properties .property .city,
  .block.footer .top .properties .property .state,
  .block.footer .top .properties .property .hours,
  .block.footer .top .properties .property .phone {
    font-size: calc(1.6*1rem);
  }
}
.block.footer .top .properties .property .title * {
  font-size: 1.8rem;
  font-weight: 700;
}
.block.footer .top .properties .property .address {
  margin-bottom: 20px;
}
.block.footer .top .badges {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block.footer .top .badges .badge {
  width: 125px;
}
.block.footer .top .badges .badge img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block.footer .bottom {
  text-align: center;
  border-top: 1px solid var(--heading-color);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.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;
}
@media screen and (min-width: 768px) {
  .block.footer .top {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block.footer .top .properties {
    width: calc(100% - 300px);
    min-width: fit-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
    padding: 0 50px;
    gap: 40px;
  }
  .block.footer .top .badges {
    align-self: end;
    margin-left: auto;
    align-items: end;
  }
  .block.footer .top .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: fit-content;
    justify-content: center;
  }
  .block.footer .bottom {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    width: 33.3333%;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
  }
  .block.footer .bottom .right {
    width: 66.6667%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .block.footer {
    padding: 40px 100px;
  }
  .block.footer .top .right {
    width: calc(100% - 175px);
  }
}

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