@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.button,
a.button {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover,
a.button:hover,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--primary-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited: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;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--heading-font);
  font-size: 3rem;
  color: var(--heading-color);
  padding-bottom: 15px;
}
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em,
h5 em,
.h5 em {
  font-size: 1.75rem;
  color: var(--heading-color);
  display: block;
  font-family: var(--text-font);
  font-style: normal;
  padding-bottom: 15px;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 3.75rem;
  padding-bottom: 15px;
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.outline {
  background: none;
  border: 2px solid #0000EE;
  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 .iwrap {
  padding-bottom: 15px;
}
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: 3.7rem;
  border: 0;
  text-indent: 10px;
  background-color: #F4F4F4;
  font-family: var(--text-font);
  font-size: 1.4rem;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  background-color: #F4F4F4;
  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;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  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-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group:has(input[required]) label::after,
form .form-group.required label::after {
  content: "*";
  color: currentColor;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  form .fields,
  form reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  form .iwrap,
  form .form-group,
  form .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  form .iwrap.quarter,
  form .form-group.quarter,
  form .field-wrap.quarter {
    width: 23%;
  }
  form .iwrap.half,
  form .form-group.half,
  form .field-wrap.half {
    width: 48%;
  }
  form .iwrap.third,
  form .form-group.third,
  form .field-wrap.third {
    width: 73%;
  }
  form .iwrap.one-third,
  form .form-group.one-third,
  form .field-wrap.one-third {
    width: 31%;
  }
  form .iwrap.two-thirds,
  form .form-group.two-thirds,
  form .field-wrap.two-thirds {
    width: 65%;
  }
  form .iwrap.textarea,
  form .form-group.textarea,
  form .field-wrap.textarea,
  form .iwrap.submit,
  form .form-group.submit,
  form .field-wrap.submit,
  form .iwrap.full,
  form .form-group.full,
  form .field-wrap.full {
    width: 100%;
  }
  form .iwrap.submit,
  form .form-group.submit,
  form .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 500;
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.inner > header {
  padding-bottom: 35px;
}
.slbContentOuter {
  cursor: default;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  background-color: transparent !important;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -10px !important;
  height: unset !important;
  width: unset !important;
}
.slbContentOuter .slbCaption {
  height: 3em;
  font-size: 16px;
  bottom: 10px !important;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.slbContentOuter .slbCaption-text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.slbContentOuter .slbCaption-text * {
  font-size: 16px;
}
.slbContentOuter .slbCaption-counter {
  height: 4em;
  font-size: 16px;
}
.slbWrap {
  cursor: zoom-out !important;
}
.grecaptcha-badge {
  z-index: 1;
}
#cookie-box #cookie-button {
  min-width: fit-content;
}
#topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  transition: ease all 0.3s;
}
#topbar .no-mobile {
  display: none;
}
#topbar .logo {
  width: auto;
  display: flex;
  align-items: center;
}
#topbar .logo img {
  max-width: 150px;
  max-height: 100px;
}
#topbar li {
  list-style: none;
}
#topbar a {
  color: #fff;
  font-weight: bold;
}
#topbar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
#topbar .topbar-menu {
  display: flex;
  height: fit-content;
  align-items: center;
}
#topbar #grip {
  height: 48px;
  width: 48px;
  margin-left: 10px;
  background: var(--button-bg-color);
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 0;
}
#topbar #grip svg {
  height: 25px;
  width: 25px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #topbar {
    background: none;
  }
  #topbar .no-mobile {
    display: block;
  }
  #topbar.scrolled {
    background: rgba(0, 0, 0, 0.6);
  }
  #topbar .logo {
    max-width: 190px;
  }
  #topbar.scrolled {
    background: rgba(0, 0, 0, 0.6);
  }
  #topbar.scrolled .topbar-menu {
    background: none;
  }
  #topbar .topbar-menu {
    border-bottom: 1px solid var(--button-bg-color);
    background: rgba(0, 0, 0, 0.8);
    transition: ease all 0.3s;
  }
  #topbar #grip {
    margin-left: 0;
  }
  #topbar ul {
    display: flex;
    height: 48px;
  }
  #topbar ul a {
    height: 48px;
    line-height: 48px;
    display: block;
    font-weight: normal;
    padding: 0 25px;
  }
  #topbar ul a:hover {
    color: #fff;
    background: var(--button-bg-color);
  }
}
.generic-supernav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(3px);
}
.generic-supernav-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000;
  opacity: 0.85;
}
.generic-supernav-overlay .inner {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
  max-width: 100%;
}
.generic-supernav-overlay .primary {
  padding: 10px 20px 20px;
}
.generic-supernav-overlay .primary li .no-mobile {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.generic-supernav-overlay .primary li .no-mobile:hover,
.generic-supernav-overlay .primary li .no-mobile:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.generic-supernav-overlay .primary a {
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.75;
}
.generic-supernav-overlay .primary a:hover {
  background: var(--button-bg-color);
}
.generic-supernav-overlay .secondary {
  padding: 15px 20px 0;
  color: #fff;
}
.generic-supernav-overlay .generic-social {
  padding-bottom: 20px;
}
.generic-supernav-overlay .generic-social li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
}
.generic-supernav-overlay .generic-social a {
  color: #fff;
  font-size: 24px;
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  border-radius: 100%;
  background: var(--primary-bg-color);
  text-align: center;
  padding: 1px;
}
.generic-supernav-overlay .generic-social a:hover {
  background: #fff;
  color: var(--text-color);
}
.generic-supernav-overlay .generic-social svg {
  display: block;
  height: 25px;
  width: 25px;
  margin: auto;
  margin-top: 14px;
}
.generic-supernav-overlay .generic-social span {
  display: none;
}
.generic-supernav-overlay .generic-contact {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.35;
}
.generic-supernav-overlay .generic-contact strong {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.generic-supernav-overlay .generic-contact a {
  color: var(--text-color);
}
.generic-supernav-overlay .generic-contact a:hover {
  color: var(--primary-bg-color);
}
.generic-supernav-overlay .generic-contact p + p {
  padding-top: 10px;
}
.generic-supernav-overlay .generic-logo {
  display: none;
}
.generic-supernav-overlay .generic-logo img {
  max-width: 90%;
  max-height: 63px;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay {
    display: flex;
  }
  .generic-supernav-overlay .inner {
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .generic-supernav-overlay .primary {
    width: 60%;
    display: flex;
    align-items: center;
    font-size: 3rem;
  }
  .generic-supernav-overlay .primary li:has(.no-mobile) {
    display: none;
  }
  .generic-supernav-overlay .secondary {
    position: relative;
    width: 40%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #111;
  }
  .generic-supernav-overlay .secondary a {
    color: #111;
  }
  .generic-supernav-overlay .generic-logo {
    display: block;
  }
  .generic-supernav-overlay .in {
    position: relative;
    width: 100%;
  }
  .generic-supernav-overlay .generic-social {
    padding: 30px 0;
  }
  .generic-supernav-overlay .generic-social ul {
    border-top: 1px solid var(--button-bg-color);
    border-bottom: 1px solid var(--button-bg-color);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
  }
  .generic-supernav-overlay .generic-social li {
    padding: 30px 0 30px 0;
  }
  .generic-supernav-overlay .generic-social a {
    position: relative;
    background: var(--button-bg-color);
  }
  .generic-supernav-overlay .generic-social a svg {
    color: #fff;
  }
  .generic-supernav-overlay .generic-social a span {
    display: block;
    height: 55px;
    line-height: 55px;
    left: 55px;
    position: absolute;
    top: 0;
    font-size: 18px;
    padding-left: 8px;
  }
  .generic-supernav-overlay .generic-social a:hover {
    background: #fff;
  }
  .generic-supernav-overlay .generic-social a:hover svg {
    color: var(--button-bg-color);
  }
  .generic-supernav-overlay .generic-contact {
    background: none;
    padding: 0;
  }
  .generic-supernav-overlay .generic-contact a {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .generic-supernav-overlay .inner {
    height: 100%;
  }
  .generic-supernav-overlay {
    padding-top: 12rem;
  }
  .secondary {
    color: #111 !important;
    background: #fff;
  }
  .generic-contact {
    background: none;
    padding: 0 0 20px 0 !important;
  }
  .in li {
    padding-top: 15px;
  }
  .generic-social {
    padding: 0 0 30px 0 !important;
  }
  .generic-social ul {
    border-top: 1px solid var(--button-bg-color);
    border-bottom: 1px solid var(--button-bg-color);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
  }
  .generic-social li {
    padding: 10px 0 !important;
  }
  .generic-social a {
    position: relative;
    background: var(--button-bg-color) !important;
  }
  .generic-social a svg {
    color: #fff;
  }
  .generic-social a span {
    display: block !important;
    height: 55px;
    line-height: 55px;
    left: 55px;
    position: absolute;
    top: 0;
    font-size: 18px;
    padding-left: 8px;
    color: var(--button-bg-color) !important;
    font-size: 1.5rem;
  }
  .generic-social a:hover {
    background: #fff;
  }
  .generic-social a:hover svg {
    color: var(--button-bg-color);
  }
}
.block.hero {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.block.hero .inner {
  max-width: 100%;
}
.block.hero .content {
  width: 100%;
  position: relative;
  margin-top: 30vh;
}
.block.hero .content:before {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  content: "";
  background: var(--secondary-bg-color);
  opacity: 0.8;
}
.block.hero .content::after {
  content: "";
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  background-color: var(--text-color-alt);
  width: 20%;
}
.block.hero .content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--text-color-alt);
  padding: 30px;
}
.block.hero .content .content-wrapper * {
  position: relative;
  color: var(--text-color-alt);
}
.block.hero .content .content-wrapper h1 strong,
.block.hero .content .content-wrapper h2 strong {
  opacity: 0.7;
  font-size: 1.6rem;
}
.block.hero .content .content-wrapper a {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.hero .content .content-wrapper a:hover,
.block.hero .content .content-wrapper a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.hero .inner {
    height: 100vh;
  }
  .block.hero .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 0;
    margin-top: 0;
  }
  .block.hero .content h1 {
    font-size: 4rem;
  }
  .block.hero .content::after {
    content: "";
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    height: 1px;
    background-color: var(--text-color-alt);
    width: 50%;
  }
}
.block.features {
  position: relative;
  padding: 50px 20px;
  background-size: 300px;
}
.block.features .item {
  position: relative;
  margin-bottom: 15px;
}
.block.features .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.features a {
  position: relative;
  display: block;
}
.block.features a > div {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block.features h3 {
  position: relative;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  line-height: 44px;
  display: inline-block;
  border-radius: 2px;
  font-family: var(--heading-font);
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  font-size: 1.7rem;
  padding: 15px 25px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .block.features .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
  }
  .block.features .item {
    width: calc(33% - 15px);
    height: 50vh;
    min-height: 400px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
  }
  .block.features a {
    height: 100%;
    position: relative;
  }
  .block.features a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border: 20px solid var(--secondary-bg-color);
    opacity: 0;
    transition: ease all 0.5s;
    pointer-events: none;
  }
  .block.features a:hover:after,
  .block.features a:focus-visible:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    pointer-events: none;
  }
  .block.features img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: none;
  }
  .block.features div {
    z-index: 100;
  }
}
@media screen and (min-width: 960px) {
  .block.features .item {
    height: 70vh;
    min-height: 600px;
    max-height: 800px;
    position: relative;
    overflow: hidden;
  }
}
.block.image-feature {
  position: relative;
  background-size: 300px;
  padding: 50px 20px;
}
.block.image-feature a {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.image-feature a:hover,
.block.image-feature a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.image-feature .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block.image-feature article {
    width: 52%;
  }
  .block.image-feature figure {
    width: 45%;
  }
  .block.image-feature img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.block.image-slider {
  position: relative;
  background-size: 300px;
  padding: 50px 20px;
}
.block.image-slider article {
  padding-bottom: 20px;
}
.block.image-slider article a {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.image-slider article a:hover,
.block.image-slider article a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.image-slider figure {
  position: relative;
  padding: 0;
  margin: 0;
}
.block.image-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.block.image-slider .swiper-slide {
  flex-grow: 1;
}
.block.image-slider .swiper-pagination {
  bottom: 0;
}
.block.image-slider .swiper-pagination-bullet-active {
  background-color: #869791;
}
.block.image-slider nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  z-index: 1;
}
.block.image-slider nav .left,
.block.image-slider nav .right {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
  line-height: 40px;
  text-align: center;
}
.block.image-slider nav .right {
  left: auto;
  right: 0;
}
.block.image-slider nav svg {
  display: block;
  height: 23px;
  width: 23px;
  margin: 8px auto 0 ;
}
.block.image-slider nav span {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.image-slider .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block.image-slider article {
    width: 38%;
  }
  .block.image-slider figure {
    width: 60%;
    padding: 0;
    margin: 0;
  }
  .block.image-slider img {
    width: 100%;
  }
}
#rs-builder .block.image-slider .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px;
}
#rs-builder .block.image-slider .swiper-slide {
  width: calc(50% - 10px);
  height: 200px;
  flex-grow: 0;
}
#rs-builder .block.image-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.explore {
  position: relative;
  padding: 50px 20px;
}
.block.explore:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: var(--secondary-bg-color);
  opacity: 0.8;
}
.block.explore article {
  color: var(--text-color-alt);
}
.block.explore article h1,
.block.explore article h2,
.block.explore article h3,
.block.explore article h4,
.block.explore article h5,
.block.explore article h6 {
  color: var(--heading-color-alt);
}
.block.explore article a {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.explore article a:hover,
.block.explore article a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.explore {
    padding: 200px 0;
  }
  .block.explore h1,
  .block.explore h2,
  .block.explore h3,
  .block.explore h4,
  .block.explore h5,
  .block.explore h6 {
    padding-bottom: 30px;
  }
  .block.explore p,
  .block.explore ul,
  .block.explore ol,
  .block.explore dl {
    padding-bottom: 25px;
  }
}
.block.gallery {
  position: relative;
  padding: 50px 20px;
  background-size: 300px;
}
.block.gallery ul {
  list-style: none;
  overflow: hidden;
}
.block.gallery ul li {
  position: relative;
  overflow: hidden;
}
.block.gallery ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.block.gallery ul a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: hidden;
  cursor: zoom-in;
}
.block.gallery ul img {
  display: block;
  min-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: ease all 0.3s;
}
.block.gallery ul a:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}
.block.gallery ul li:nth-of-type(1),
.block.gallery ul li:nth-of-type(7),
.block.gallery ul li:nth-of-type(13),
.block.gallery ul li:nth-of-type(19),
.block.gallery ul li:nth-of-type(25),
.block.gallery ul li:nth-of-type(31),
.block.gallery ul li:nth-of-type(37) {
  float: left;
  width: 66%;
  margin-bottom: 1%;
}
.block.gallery ul li:nth-of-type(2),
.block.gallery ul li:nth-of-type(8),
.block.gallery ul li:nth-of-type(14),
.block.gallery ul li:nth-of-type(20),
.block.gallery ul li:nth-of-type(26),
.block.gallery ul li:nth-of-type(32),
.block.gallery ul li:nth-of-type(38) {
  float: right;
  width: 32.5%;
  margin-bottom: 0%;
}
.block.gallery ul li:nth-of-type(3),
.block.gallery ul li:nth-of-type(9),
.block.gallery ul li:nth-of-type(15),
.block.gallery ul li:nth-of-type(21),
.block.gallery ul li:nth-of-type(27),
.block.gallery ul li:nth-of-type(33),
.block.gallery ul li:nth-of-type(39) {
  float: right;
  width: 32.5%;
  margin-top: 1%;
}
.block.gallery ul li:nth-of-type(4),
.block.gallery ul li:nth-of-type(10),
.block.gallery ul li:nth-of-type(16),
.block.gallery ul li:nth-of-type(22),
.block.gallery ul li:nth-of-type(28),
.block.gallery ul li:nth-of-type(34),
.block.gallery ul li:nth-of-type(40) {
  position: relative;
  float: left;
  clear: left;
  width: 32.5%;
}
.block.gallery ul li:nth-of-type(5),
.block.gallery ul li:nth-of-type(11),
.block.gallery ul li:nth-of-type(17),
.block.gallery ul li:nth-of-type(23),
.block.gallery ul li:nth-of-type(29),
.block.gallery ul li:nth-of-type(35),
.block.gallery ul li:nth-of-type(41) {
  float: left;
  clear: left;
  width: 32.5%;
  margin-top: 1%;
}
.block.gallery ul li:nth-of-type(6),
.block.gallery ul li:nth-of-type(12),
.block.gallery ul li:nth-of-type(18),
.block.gallery ul li:nth-of-type(24),
.block.gallery ul li:nth-of-type(30),
.block.gallery ul li:nth-of-type(36),
.block.gallery ul li:nth-of-type(42) {
  position: relative;
  float: right;
  width: 66%;
  margin-bottom: 1%;
  margin-top: -32.5%;
}
.block.tricol {
  position: relative;
  padding: 50px 20px;
  background-size: 300px;
}
.block.tricol img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
}
.block.tricol ul {
  padding: 20px 0 40px;
  margin-left: 19px;
}
@media screen and (min-width: 768px) {
  .block.tricol .inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .block.tricol .col {
    width: calc(33.33% - 14px);
  }
}
.block.contact {
  position: relative;
  padding: 50px 20px;
  background-size: 300px;
}
.block.contact a {
  color: var(--text-color);
}
.block.contact a:hover,
.block.contact a:focus {
  color: var(--text-link-color);
}
.block.contact article {
  margin: auto;
  max-width: 70%;
}
.block.contact article a {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.contact article a:hover,
.block.contact article a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.contact p,
.block.contact ul,
.block.contact ol,
.block.contact dl {
  padding-bottom: 1.5em;
}
.block.contact .col {
  padding: 12px;
}
.block.contact .col h2,
.block.contact .col h3,
.block.contact .col h4,
.block.contact .col h5,
.block.contact .col h6 {
  border-bottom: 2px solid var(--secondary-bg-color);
  font-size: 1.8rem;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
  }
  .block.contact article {
    width: 100%;
  }
  .block.contact .col {
    width: 33%;
  }
  .block.contact aside {
    width: 100%;
  }
}
.block.page-hero {
  position: relative;
  padding: 50px 20px;
}
.block.page-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--secondary-bg-color);
  opacity: 0.8;
}
.block.page-hero h1,
.block.page-hero h2 {
  color: var(--heading-color-alt);
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block.page-hero {
    padding: 160px 0;
  }
}
#footer {
  position: relative;
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
  padding: 50px 30px;
  text-align: left;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: var(--heading-color-alt);
}
#footer .address-title {
  font-size: 2rem;
  padding-bottom: 10px;
}
#footer address {
  margin-bottom: 20px;
}
#footer a {
  color: var(--text-color-alt);
}
#footer a:hover {
  color: var(--primary-bg-color);
}
#footer p {
  padding: 8px 0;
}
#footer .col {
  padding-bottom: 30px;
}
#footer ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#footer li {
  list-style: none;
}
#footer ul a {
  position: relative;
  min-height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
#footer ul a:hover,
#footer ul a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }
  #footer .col {
    width: 31%;
  }
  #footer .copyright {
    padding-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer .copyright p {
    padding: 0;
  }
}
.block.simple-text {
  position: relative;
  padding: 50px 20px;
  background-size: 300px;
}
.block.simple-text p,
.block.simple-text ul,
.block.simple-text ol {
  margin-bottom: 10px;
}
article.text-content {
  padding: 64px 16px;
  background-image: url(/dyna/assets/img/crossword.png);
  background-repeat: repeat;
}
article.text-content h2,
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  margin-bottom: 32px;
  padding: 0;
}
article.text-content h3 {
  font-size: 3.2rem;
}
article.text-content h4 {
  font-size: 2.4rem;
}
article.text-content p,
article.text-content ul,
article.text-content ol {
  margin-bottom: 24px;
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
}
.block.floorplans {
  background-color: var(--page-bg-color);
  background-size: 300px;
}
.block.floorplans *,
.block.floorplans *::before,
.block.floorplans *::after {
  box-sizing: border-box;
}
.block.floorplans ul {
  margin: 0;
}
.block.floorplans .inner {
  max-width: 100vw;
}
.block.floorplans .description {
  padding: 80px 15px;
}
.block.floorplans .description p,
.block.floorplans .description ul {
  margin-bottom: 10px;
}
.block.floorplans .description h2,
.block.floorplans .description h3,
.block.floorplans .description h4,
.block.floorplans .description h5 {
  margin-bottom: 20px;
}
.block.floorplans .wrapper {
  position: relative;
  min-height: 750px;
  padding: 0 15px;
}
.block.floorplans .wrapper .sidebar.opened {
  transform: translate(-15px);
}
.block.floorplans .wrapper .sidebar.opened form {
  visibility: visible;
}
.block.floorplans .wrapper .sidebar.closed .open {
  display: block;
}
.block.floorplans .wrapper .sidebar.closed .close {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .open {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .close {
  display: block;
}
.block.floorplans .wrapper .sidebar {
  position: absolute;
  width: 240px;
  height: calc(100% - 30px);
  padding: 30px 15px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: 2px solid var(--button-bg-color);
  transform: translate(calc(-100% - 15px));
  transition: all 0.3s ease;
  color: var(--heading-color);
  z-index: 10;
}
.block.floorplans .wrapper .sidebar button {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50px;
  min-width: unset;
  height: 50px;
  padding: 4px 0 0 0;
  border-radius: 0;
  background-color: var(--button-bg-color);
  box-shadow: 1px -1px 4px #ccc;
  border: none;
}
.block.floorplans .wrapper .sidebar button span,
.block.floorplans .wrapper .sidebar button i,
.block.floorplans .wrapper .sidebar button svg {
  pointer-events: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
}
.block.floorplans .wrapper .sidebar select,
.block.floorplans .wrapper .sidebar input {
  background-color: #fff;
  color: var(--text-color);
}
.block.floorplans .wrapper .sidebar select option,
.block.floorplans .wrapper .sidebar input option {
  color: var(--text-color);
  background-color: #fff;
}
.block.floorplans .wrapper .sidebar .title {
  margin-bottom: 20px;
}
.block.floorplans .wrapper .sidebar .title * {
  font-size: 1.8rem;
}
.block.floorplans .wrapper .sidebar form {
  transition: all 0.3s ease;
  visibility: hidden;
}
.block.floorplans .wrapper .sidebar form fieldset {
  border: none;
  display: flex;
  flex-direction: column !important;
  padding: 0;
  margin: 0 0 16px 0;
}
.block.floorplans .wrapper .sidebar form fieldset legend {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 5px;
  color: var(--heading-color);
}
.block.floorplans .wrapper .sidebar form fieldset label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--heading-color);
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper {
  position: relative;
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper select {
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 2;
  height: 32px;
  width: 100%;
  border-radius: 0;
  text-indent: 0;
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Default */
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper i,
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--heading-color);
  pointer-events: none;
}
.block.floorplans .wrapper .floorplan-list {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  margin-bottom: 32px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image {
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--button-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image img {
  width: 180px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h3,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h4,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h5 {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--heading-color);
  opacity: 0.8;
  padding: 0 15px;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
  padding: 8px 15px 0 15px;
  color: var(--heading-color);
  font-size: 1.36rem;
  letter-spacing: 1px;
  border-top: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li:first-child {
  border-top: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
  line-height: 2;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.8;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details span {
  line-height: 2;
  color: var(--text-color);
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
  display: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
  color: var(--text-color);
  font-size: 1.36rem;
  padding: 4px 15px;
  font-style: italic;
  opacity: 0.8;
}
.block.floorplans .wrapper .floorplan-list .floorplan.hidden {
  display: none;
}
.block.floorplans .wrapper .floorplan-list #empty-list {
  color: var(--heading-color);
}
.block.floorplans .wrapper .floorplan-list #empty-list .no-results {
  font-family: var(--heading-font);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.floorplans .wrapper .floorplan-list #empty-list .try-again {
  font-size: 1.6rem;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 10px;
}
.block.floorplans .wrapper .floorplan-list #empty-list.hidden {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .block.floorplans .wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .block.floorplans .wrapper .sidebar {
    position: relative;
    background-color: rgba(238, 238, 238, 0.589);
    border: 0;
    border-bottom: 2px solid var(--button-bg-color);
    transform: translate(0);
    height: auto;
    margin-bottom: 30px;
    margin-left: 15px;
    flex: none;
  }
  .block.floorplans .wrapper .sidebar .title * {
    font-size: 3.6rem;
  }
  .block.floorplans .wrapper .sidebar button {
    display: none;
  }
  .block.floorplans .wrapper .sidebar form {
    visibility: visible;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan {
    flex-direction: row;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .image {
    width: 20%;
    height: 100%;
    min-width: 180px;
    margin: 0;
    border: none;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
    padding: 20px 15px 0 15px;
    width: 80%;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2 {
    padding: 20px 0 0 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
    display: flex;
    flex-direction: column;
    border: none;
    flex: 1;
    padding: 8px 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
    color: var(--text-color);
    border-bottom: 1px solid #cccccc;
    margin: 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details,
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
    display: -webkit-box;
    padding: 0;
    font-size: 1.36rem;
    color: var(--text-color);
    line-height: 2;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
  }
}
.block.floorplan-single {
  padding: 80px 17px;
  background-size: 300px;
  background-color: var(--page-bg-color);
}
.block.floorplan-single *,
.block.floorplan-single *::before,
.block.floorplan-single *::after {
  box-sizing: border-box;
}
.block.floorplan-single h3,
.block.floorplan-single .h3 {
  font-size: calc(2.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single h3,
  .block.floorplan-single .h3 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single h3,
  .block.floorplan-single .h3 {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan-single h4,
.block.floorplan-single .h4 {
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single h4,
  .block.floorplan-single .h4 {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single h4,
  .block.floorplan-single .h4 {
    font-size: calc(1.8*1rem);
  }
}
.block.floorplan-single .fp-details {
  padding: 0 15px;
}
.block.floorplan-single .fp-details p,
.block.floorplan-single .fp-details ol,
.block.floorplan-single .fp-details ul,
.block.floorplan-single .fp-details a {
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details p,
  .block.floorplan-single .fp-details ol,
  .block.floorplan-single .fp-details ul,
  .block.floorplan-single .fp-details a {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details p,
  .block.floorplan-single .fp-details ol,
  .block.floorplan-single .fp-details ul,
  .block.floorplan-single .fp-details a {
    font-size: calc(1.6*1rem);
  }
}
.block.floorplan-single .fp-details .image-wrapper {
  width: 100%;
  height: auto;
  padding: 0 15%;
  background-color: black;
}
.block.floorplan-single .fp-details .image-wrapper button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
}
.block.floorplan-single .fp-details .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.block.floorplan-single .fp-details .specs {
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .specs ul {
  margin: 0;
}
.block.floorplan-single .fp-details .specs .title {
  padding: 20px 15px;
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.block.floorplan-single .fp-details .specs .title h2,
.block.floorplan-single .fp-details .specs .title h3,
.block.floorplan-single .fp-details .specs .title h4,
.block.floorplan-single .fp-details .specs .title h5 {
  line-height: 1;
  font-size: calc(1.8*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .specs .title h2,
  .block.floorplan-single .fp-details .specs .title h3,
  .block.floorplan-single .fp-details .specs .title h4,
  .block.floorplan-single .fp-details .specs .title h5 {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .specs .title h2,
  .block.floorplan-single .fp-details .specs .title h3,
  .block.floorplan-single .fp-details .specs .title h4,
  .block.floorplan-single .fp-details .specs .title h5 {
    font-size: calc(1.8*1rem);
  }
}
.block.floorplan-single .fp-details .specs ul {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
  list-style: none;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f1f1f1;
}
.block.floorplan-single .fp-details .specs ul li {
  padding: 8px 15px 0;
  line-height: 2;
  color: var(--heading-color);
  opacity: 0.9;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block.floorplan-single .fp-details .specs ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .specs ul li strong,
.block.floorplan-single .fp-details .specs ul li p {
  font-size: calc(1.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .specs ul li strong,
  .block.floorplan-single .fp-details .specs ul li p {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .specs ul li strong,
  .block.floorplan-single .fp-details .specs ul li p {
    font-size: calc(1.6*1rem);
  }
}
.block.floorplan-single .fp-details .specs ul li strong {
  margin-right: 5px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
}
.block.floorplan-single .fp-details .description {
  background-repeat: repeat;
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .description h3 {
  font-size: calc(2.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .description h3 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .description h3 {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan-single .fp-details .description .descriptive-text p {
  margin-top: 10px;
  color: var(--heading-color);
  opacity: 0.9;
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .description .descriptive-text p {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .description .descriptive-text p {
    font-size: calc(1.6*1rem);
  }
}
.block.floorplan-single .fp-details .additional {
  position: relative;
  min-height: 150px;
  border: 1px solid #cccccc;
  margin-bottom: 16px;
}
.block.floorplan-single .fp-details .additional h4 {
  background-color: #cccccc;
  padding: 8px 15px;
  font-size: calc(1.6*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .additional h4 {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .additional h4 {
    font-size: calc(1.8*1rem);
  }
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel {
  display: flex;
  padding: 20px 0 8px;
  margin-right: 56px;
  overflow: hidden;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-prev,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-next {
  display: none;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-stage {
  display: flex;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item img {
  max-height: 70px;
  width: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details {
  padding: 0 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image h5,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details h5 {
  font-size: calc(1.4*1rem);
  margin-bottom: 3px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image h5,
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details h5 {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image h5,
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details h5 {
    font-size: calc(1.4*1rem);
  }
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image .bed-bath,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details .bed-bath {
  line-height: 1;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image span,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details span {
  font-size: calc(1.36*1rem);
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image span,
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details span {
    font-size: calc(1.36*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image span,
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details span {
    font-size: calc(1.36*1rem);
  }
}
@media only screen and (min-width: 375px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item {
    display: flex;
    flex-direction: row;
  }
}
.block.floorplan-single .fp-details .additional .owlNext {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  min-width: unset;
  padding: 1px 6px;
  position: absolute;
  right: 1.5rem;
  bottom: 5.5rem;
}
.block.floorplan-single .fp-details .additional .owlNext i {
  color: black;
  font-size: 2rem;
}
.block.floorplan-single .contact-info {
  padding: 0 15px;
}
.block.floorplan-single .contact-info .v-tour,
.block.floorplan-single .contact-info .box {
  margin-bottom: 16px;
  width: 100%;
}
.block.floorplan-single .contact-info .v-tour .vt-btn {
  display: none;
  padding: 18px 15px;
  background-color: var(--button-bg-color);
  border: none;
  border-radius: 0;
  width: 100%;
  min-width: unset;
  font-size: 1.36rem;
  font-weight: 400;
}
.block.floorplan-single .contact-info .v-tour .vt-btn:hover,
.block.floorplan-single .contact-info .v-tour .vt-btn:focus {
  background-color: var(--button-bg-color-hover);
}
.block.floorplan-single .contact-info .box {
  padding: 18px 15px 8px;
  background-color: rgba(238, 238, 238, 0.589);
  border-bottom: 1px solid var(--button-bg-color);
}
.block.floorplan-single .contact-info .box a,
.block.floorplan-single .contact-info .box p,
.block.floorplan-single .contact-info .box label,
.block.floorplan-single .contact-info .box .form-group span {
  font-size: calc(1.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .contact-info .box a,
  .block.floorplan-single .contact-info .box p,
  .block.floorplan-single .contact-info .box label,
  .block.floorplan-single .contact-info .box .form-group span {
    font-size: calc(1.36*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .contact-info .box a,
  .block.floorplan-single .contact-info .box p,
  .block.floorplan-single .contact-info .box label,
  .block.floorplan-single .contact-info .box .form-group span {
    font-size: calc(1.36*1rem);
  }
}
.block.floorplan-single .contact-info .box a {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box a:hover,
.block.floorplan-single .contact-info .box a:focus {
  color: var(--text-color);
  text-decoration: underline;
}
.block.floorplan-single .contact-info .box form label {
  color: var(--heading-color) !important;
  font-size: 1.2rem;
}
.block.floorplan-single .contact-info .box form .form-group {
  margin-bottom: 12px;
}
.block.floorplan-single .contact-info .box form .form-group.required label::after,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) label::after {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box form input,
.block.floorplan-single .contact-info .box form textarea {
  background-color: #E4E4E4;
  color: #000;
}
.block.floorplan-single .contact-info .box form input[type="submit"],
.block.floorplan-single .contact-info .box form input[type="button"],
.block.floorplan-single .contact-info .box form input[type="reset"],
.block.floorplan-single .contact-info .box form button {
  margin: 0 auto;
}
.block.floorplan-single .contact-info .box form .fields {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .hours[data-hours="undefined"],
.block.floorplan-single .contact-info .hours[data-hours=""] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .specs ul {
    grid-template-columns: repeat(2, 2fr);
  }
  .block.floorplan-single .fp-details .specs ul li:not(:last-child) {
    border-bottom: none;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(1),
  .block.floorplan-single .fp-details .specs ul li:nth-child(2) {
    border-bottom: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 1000px) {
  .block.floorplan-single .inner {
    display: flex;
    flex-direction: row;
  }
  .block.floorplan-single .fp-details {
    width: 75%;
  }
  .block.floorplan-single .fp-details .specs ul {
    display: flex;
    flex-direction: row;
    border: none;
    background-color: transparent;
  }
  .block.floorplan-single .fp-details .specs ul li {
    flex: 1;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: unset;
    padding: 15px 0 0;
  }
  .block.floorplan-single .fp-details .specs ul li strong {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--button-bg-color);
    opacity: 0.8;
    font-weight: 400;
  }
  .block.floorplan-single .contact-info {
    width: 25%;
  }
}

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