/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2022 
 * ISC License
 * http://link-to-your-git-repo.com
 */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
/* line 14, assets/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 26, assets/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, assets/sass/_normalize.scss */
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.
 */
/* line 48, assets/sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
/* line 59, assets/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, assets/sass/_normalize.scss */
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.
 */
/* line 80, assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 90, assets/sass/_normalize.scss */
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.
 */
/* line 100, assets/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, assets/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 120, assets/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 128, assets/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, assets/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, assets/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, assets/sass/_normalize.scss */
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.
 */
/* line 171, assets/sass/_normalize.scss */
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.
 */
/* line 181, assets/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 190, assets/sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, assets/sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 213, assets/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 224, assets/sass/_normalize.scss */
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.
 */
/* line 235, assets/sass/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          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.
 */
/* line 248, assets/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 256, assets/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 265, assets/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 275, assets/sass/_normalize.scss */
[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.
 */
/* line 285, assets/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, assets/sass/_normalize.scss */
[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.
 */
/* line 303, assets/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 315, assets/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 323, assets/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 334, assets/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 342, assets/sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 11, assets/sass/_global.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.2;
}

/* line 23, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, sans-serif;
  color: #333;
  clear: both;
  text-shadow: none;
  margin: 0;
  line-height: 1.2;
}

/* line 32, assets/sass/_global.scss */
h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #005879;
}

@media screen and (max-width: 600px) {
  /* line 32, assets/sass/_global.scss */
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 2000px) {
  /* line 32, assets/sass/_global.scss */
  h2 {
    font-size: 4rem;
  }
}

/* line 46, assets/sass/_global.scss */
h3 {
  font-size: 2.8rem;
}

@media screen and (max-width: 600px) {
  /* line 46, assets/sass/_global.scss */
  h3 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 2000px) {
  /* line 46, assets/sass/_global.scss */
  h3 {
    font-size: 3.8rem;
  }
}

/* line 58, assets/sass/_global.scss */
h4 {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  /* line 58, assets/sass/_global.scss */
  h4 {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 2000px) {
  /* line 58, assets/sass/_global.scss */
  h4 {
    font-size: 3.5rem;
  }
}

/* line 69, assets/sass/_global.scss */
h5 {
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  /* line 69, assets/sass/_global.scss */
  h5 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 2000px) {
  /* line 69, assets/sass/_global.scss */
  h5 {
    font-size: 3rem;
  }
}

/* line 81, assets/sass/_global.scss */
p {
  font-family: proxima-nova, sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (min-width: 2000px) {
  /* line 81, assets/sass/_global.scss */
  p {
    font-size: 1.75rem;
  }
}

/* line 94, assets/sass/_global.scss */
span {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 37.5em) {
  /* line 94, assets/sass/_global.scss */
  span {
    font-size: 12px;
  }
}

/* line 104, assets/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 108, assets/sass/_global.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 112, assets/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 116, assets/sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 128, assets/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 134, assets/sass/_global.scss */
abbr, acronym {
  cursor: help;
}

/* line 139, assets/sass/_global.scss */
mark, ins {
  text-decoration: none;
}

/* line 144, assets/sass/_global.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 152, assets/sass/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 156, assets/sass/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 162, assets/sass/_global.scss */
body {
  background-color: #fffefc;
}

/* line 166, assets/sass/_global.scss */
hr {
  border: 0;
  height: 1px;
}

/* line 171, assets/sass/_global.scss */
ul {
  list-style-type: disc;
}

/* line 175, assets/sass/_global.scss */
ol {
  list-style: decimal;
}

/* line 179, assets/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 184, assets/sass/_global.scss */
dt {
  font-weight: bold;
}

/* line 188, assets/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 192, assets/sass/_global.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 197, assets/sass/_global.scss */
figure {
  margin: 1em 0;
}

/* line 201, assets/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 209, assets/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 0;
  background: #e6e6e6;
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
  padding: .6em 1em .4em;
}

/* line 223, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #d4d4d4;
}

/* line 230, assets/sass/_global.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 240, assets/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  padding: 3px;
  outline: 0;
}

/* line 263, assets/sass/_global.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #333;
  outline: 0;
}

/* line 283, assets/sass/_global.scss */
select {
  border: 1px solid #d4d4d4;
}

/* line 287, assets/sass/_global.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 294, assets/sass/_global.scss */
a {
  color: #005879;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 305, assets/sass/_global.scss */
a#bc-back-link {
  padding: .3em .6em;
}

/* line 309, assets/sass/_global.scss */
a:visited {
  color: #005879;
  outline: 0;
}

/* line 314, assets/sass/_global.scss */
a:hover, a:focus, a:active {
  color: #005879;
  outline: 0;
}

/* line 319, assets/sass/_global.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 328, assets/sass/_global.scss */
#content {
  margin: 0 auto;
  padding: 0 1em;
}

/* line 333, assets/sass/_global.scss */
article a, nav a {
  line-height: 1.2;
}

/* line 337, assets/sass/_global.scss */
footer#colophon {
  font-size: .75em;
}

/* line 343, assets/sass/_global.scss */
.overlay {
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

/* line 353, assets/sass/_global.scss */
.business-phone, .business-email {
  position: relative;
}

/* line 359, assets/sass/_global.scss */
.business-phone a, .business-email a {
  font-weight: 200;
  color: #fff;
  border-bottom: 0;
  text-decoration: none;
  font-size: 1rem;
}

/* line 366, assets/sass/_global.scss */
.business-phone a:hover, .business-email a:hover {
  border-bottom: 0;
  text-decoration: underline;
}

@media screen and (max-width: 300px) {
  /* line 359, assets/sass/_global.scss */
  .business-phone a, .business-email a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  /* line 353, assets/sass/_global.scss */
  .business-phone, .business-email {
    display: none;
  }
}

@media screen and (max-width: 300px) {
  /* line 353, assets/sass/_global.scss */
  .business-phone, .business-email {
    margin-right: 10px;
  }
}

/* line 388, assets/sass/_global.scss */
.pipe {
  display: none;
}

/* line 394, assets/sass/_global.scss */
.light .business-phone a {
  color: #fff;
}

/* line 401, assets/sass/_global.scss */
.block-button {
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 405, assets/sass/_global.scss */
.block-button a {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  background-color: #976036;
  border: 1px solid #976036;
  text-transform: uppercase;
}

/* line 414, assets/sass/_global.scss */
.block-button a:hover {
  color: #976036;
  background-color: transparent;
}

/* line 421, assets/sass/_global.scss */
.block-button-alt {
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 425, assets/sass/_global.scss */
.block-button-alt a {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  background-color: #005879;
  border: 1px solid #005879;
  text-transform: uppercase;
}

/* line 434, assets/sass/_global.scss */
.block-button-alt a:hover {
  color: #005879;
  background-color: transparent;
}

/* line 441, assets/sass/_global.scss */
section[class*='-block']:not(.background-banner-block, .map-block, .photo-block) + section[class*='-block']:not(.background-banner-block, .photo-block, .history-block, .floor-plans-block, .gallery-block) {
  padding-top: 0;
  margin-top: 0;
}

/* line 446, assets/sass/_global.scss */
section[class="photo-block"] {
  padding: 50px 0 !important;
}

/* line 451, assets/sass/_global.scss */
.footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 600px) {
  /* line 451, assets/sass/_global.scss */
  .footer-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 460, assets/sass/_global.scss */
.footer-button a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #005879;
}

@media screen and (max-width: 600px) {
  /* line 460, assets/sass/_global.scss */
  .footer-button a {
    font-size: 20px;
  }
}

/* line 472, assets/sass/_global.scss */
.footer-button .arrow-right,
.footer-button .arrow-left {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #005879;
  border-left: 2px solid #005879;
}

/* line 482, assets/sass/_global.scss */
.footer-button .arrow-left {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  right: 25px;
  top: 8px;
}

/* line 488, assets/sass/_global.scss */
.footer-button .arrow-right {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: relative;
  left: 25px;
  top: 8px;
}

/* line 495, assets/sass/_global.scss */
.footer-button .arrow-right::after,
.footer-button .arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #005879;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
          transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 5, assets/sass/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* line 18, assets/sass/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 41, assets/sass/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1, assets/sass/modules/_header.scss */
header#masthead {
  position: relative;
  height: 10vh;
  top: 0;
  width: 100%;
  display: block;
  background-color: #005879;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* line 64, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 10;
  background: transparent;
  position: fixed;
  top: 0;
}

/* line 71, assets/sass/modules/_header.scss */
header#masthead.light {
  background: #fff;
  -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3);
}

/* line 77, assets/sass/modules/_header.scss */
.logged-in header#masthead {
  top: 30px;
}

/* line 81, assets/sass/modules/_header.scss */
.header-top {
  background: #005879;
  color: #fff;
  max-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
}

@media screen and (max-width: 900px) {
  /* line 81, assets/sass/modules/_header.scss */
  .header-top {
    max-height: 39px;
  }
}

/* line 96, assets/sass/modules/_header.scss */
.header-top .row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* line 103, assets/sass/modules/_header.scss */
.header-top .row .nav-socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 107, assets/sass/modules/_header.scss */
.header-top .row .business-phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 111, assets/sass/modules/_header.scss */
.header-top .row .block-button-alt {
  margin: -2px 0 0;
}

@media screen and (max-width: 1800px) {
  /* line 111, assets/sass/modules/_header.scss */
  .header-top .row .block-button-alt {
    margin: 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  /* line 111, assets/sass/modules/_header.scss */
  .header-top .row .block-button-alt {
    display: none;
  }
}

/* line 121, assets/sass/modules/_header.scss */
.header-top .row .block-button-alt a {
  border: 1px solid #fff;
  padding: 7px 20px;
  color: #fff;
}

/* line 126, assets/sass/modules/_header.scss */
.header-top .row .block-button-alt a:hover {
  background-color: #fff;
}

/* line 134, assets/sass/modules/_header.scss */
.header-bottom {
  background: #005879;
  color: #fff;
  height: 80px;
  overflow: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 156, assets/sass/modules/_header.scss */
.cta-button a {
  background: #976036;
  color: #fff;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 0;
}

/* line 167, assets/sass/modules/_header.scss */
.cta-button a:hover {
  background: #fff;
  color: #976036;
  border-bottom: 0;
}

/* line 176, assets/sass/modules/_header.scss */
.logo {
  background: #fff;
  height: 226px;
  width: 230px;
  padding: 40px 25px 0;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1385px) {
  /* line 176, assets/sass/modules/_header.scss */
  .logo {
    height: 200px;
    width: 192px;
  }
}

@media (max-width: 37.5em) {
  /* line 176, assets/sass/modules/_header.scss */
  .logo {
    height: 105px;
    width: 126px;
    padding: 40px 20px 0;
  }
}

/* line 198, assets/sass/modules/_header.scss */
.logo-dark {
  background: #fff;
  height: 80px;
  width: 150px;
  padding: 40px 25px 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1385px) {
  /* line 198, assets/sass/modules/_header.scss */
  .logo-dark {
    height: 200px;
    width: 192px;
  }
}

@media (max-width: 37.5em) {
  /* line 198, assets/sass/modules/_header.scss */
  .logo-dark {
    height: 105px;
    width: 126px;
    padding: 40px 15px 0;
  }
}

/* line 221, assets/sass/modules/_header.scss */
.logo, .logo-dark {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 225, assets/sass/modules/_header.scss */
.logo .custom-logo-link, .logo-dark .custom-logo-link {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 175px;
}

@media (max-width: 37.5em) {
  /* line 225, assets/sass/modules/_header.scss */
  .logo .custom-logo-link, .logo-dark .custom-logo-link {
    top: 60%;
  }
}

@media (max-width: 37.5em) {
  /* line 225, assets/sass/modules/_header.scss */
  .logo .custom-logo-link, .logo-dark .custom-logo-link {
    max-width: 110px;
  }
}

/* line 243, assets/sass/modules/_header.scss */
.logo .custom-logo-link img, .logo-dark .custom-logo-link img {
  max-width: 175px;
  margin: auto;
  width: auto;
  display: inline-block;
  position: absolute;
  top: -32px;
}

@media screen and (max-width: 1385px) {
  /* line 243, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
    max-width: 138px;
  }
}

@media (max-width: 37.5em) {
  /* line 243, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
    max-width: 85px;
    top: -90px;
  }
}

/* line 267, assets/sass/modules/_header.scss */
.logo-dark {
  opacity: 0;
}

/* line 270, assets/sass/modules/_header.scss */
.logo-dark .custom-logo-link {
  max-width: 100px;
}

/* line 272, assets/sass/modules/_header.scss */
.logo-dark .custom-logo-link img {
  max-width: 100px;
  top: -50px;
}

@media (max-width: 37.5em) {
  /* line 272, assets/sass/modules/_header.scss */
  .logo-dark .custom-logo-link img {
    max-width: 100px;
    top: -75px;
  }
}

/* line 286, assets/sass/modules/_header.scss */
.header-navigation {
  text-align: right;
  width: 100%;
}

/* line 293, assets/sass/modules/_header.scss */
.header-navigation .menu-main-menu-container {
  width: 90%;
}

/* line 296, assets/sass/modules/_header.scss */
.header-navigation .menu-main-menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 311, assets/sass/modules/_header.scss */
.header-navigation .nav-logo {
  height: 80px;
}

/* line 317, assets/sass/modules/_header.scss */
.header-navigation .nav-logo a {
  padding: 2rem 0;
}

/* line 321, assets/sass/modules/_header.scss */
.header-navigation .nav-logo a img {
  height: 30%;
  margin-top: 1.85rem;
}

@media only screen and (min-width: 600px) {
  /* line 286, assets/sass/modules/_header.scss */
  .header-navigation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  /* line 339, assets/sass/modules/_header.scss */
  .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 345, assets/sass/modules/_header.scss */
  .header-navigation ul li {
    display: inline-block;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    line-height: 80px;
  }
  /* line 358, assets/sass/modules/_header.scss */
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0px 10px;
    border: 2px transparent solid;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    position: relative;
    -webkit-transition: border-color 0.35s ease-in-out;
    transition: border-color 0.35s ease-in-out;
    z-index: 1;
    display: block;
    height: 80px;
    line-height: 80px;
  }
  /* line 417, assets/sass/modules/_header.scss */
  .header-navigation ul li a:before, .header-navigation ul li a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    padding-left: 2px;
  }
  /* line 429, assets/sass/modules/_header.scss */
  .header-navigation ul li a:before {
    top: -2px;
    left: -2px;
    border-top: 2px transparent solid;
    border-right: 2px transparent solid;
  }
  /* line 436, assets/sass/modules/_header.scss */
  .header-navigation ul li a:after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px transparent solid;
    border-left: 2px transparent solid;
  }
  /* line 443, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover {
    color: #005879;
    -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    border-color: transparent;
    -webkit-animation: outline-reset 0.35s 1 forwards;
            animation: outline-reset 0.35s 1 forwards;
  }
  /* line 448, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover:before {
    -webkit-animation: top-right-border 0.5s 1 0.35s forwards;
            animation: top-right-border 0.5s 1 0.35s forwards;
  }
  /* line 451, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover:after {
    -webkit-animation: bottom-left-border 0.5s 1 0.85s forwards;
            animation: bottom-left-border 0.5s 1 0.85s forwards;
  }
  /* line 457, assets/sass/modules/_header.scss */
  .header-navigation ul li a:active:before, .header-navigation ul li a:active:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  @-webkit-keyframes outline-reset {
    0% {
      border-color: transparent;
    }
    100% {
      border-color: transparent;
    }
  }
  @keyframes outline-reset {
    0% {
      border-color: transparent;
    }
    100% {
      border-color: transparent;
    }
  }
  @-webkit-keyframes top-right-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes top-right-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
  @-webkit-keyframes bottom-left-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes bottom-left-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
}

/* line 518, assets/sass/modules/_header.scss */
.header-navigation .logo {
  background: none;
  height: 226px;
  width: 230px;
  padding: 40px 25px 0;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  top: 0;
}

@media screen and (max-width: 1385px) {
  /* line 518, assets/sass/modules/_header.scss */
  .header-navigation .logo {
    height: 200px;
    width: 192px;
  }
}

@media (max-width: 37.5em) {
  /* line 518, assets/sass/modules/_header.scss */
  .header-navigation .logo {
    height: 105px;
    width: 126px;
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 1385px) {
  /* line 541, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    color: transparent;
    border: none !important;
    padding: .5rem .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  /* line 553, assets/sass/modules/_header.scss */
  a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: right !important;
    position: relative;
  }
}

/* line 567, assets/sass/modules/_header.scss */
body .current_page_item > a,
body .current-menu-item > a,
body .current-page-ancestor > a,
body .current-menu-ancestor > a {
  color: #fff !important;
  font-weight: 500;
  border: 2px solid #976036 !important;
  background-color: #976036 !important;
}

/* line 590, assets/sass/modules/_header.scss */
header#masthead.light .current_page_item > a,
.current-menu-item > a,
.current-page-ancestor > a,
.current-menu-ancestor > a {
  color: #fff !important;
  font-weight: 300;
}

/* line 602, assets/sass/modules/_header.scss */
.light .header-navigation a {
  color: #005879;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* line 606, assets/sass/modules/_header.scss */
.light .header-navigation a:hover {
  color: #005879;
}

/* line 614, assets/sass/modules/_header.scss */
.light .cta-button a {
  color: #fff;
}

/* line 617, assets/sass/modules/_header.scss */
.light .cta-button a:hover {
  color: #976036;
}

@media screen and (max-width: 1379px) {
  /* line 626, assets/sass/modules/_header.scss */
  .light .mobileNav-link .bar1, .light .mobileNav-link .bar2, .light .mobileNav-link .bar3 {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: right !important;
    position: relative;
  }
}

/* line 639, assets/sass/modules/_header.scss */
.light .logo {
  opacity: 0;
}

/* line 643, assets/sass/modules/_header.scss */
.light .logo-dark {
  opacity: 1 !important;
}

/* line 653, assets/sass/modules/_header.scss */
.scroll-anchor {
  height: 0px;
}

/* line 1, assets/sass/modules/_footer.scss */
footer#colophon {
  font-size: 1rem;
  background: #939899;
  color: #333;
  text-align: left;
  position: relative;
  overflow: hidden;
}

/* line 10, assets/sass/modules/_footer.scss */
footer#colophon .footer-top {
  background: #939899;
}

/* line 15, assets/sass/modules/_footer.scss */
footer#colophon .footer-top .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 21, assets/sass/modules/_footer.scss */
footer#colophon .footer-top a {
  color: #005879;
}

/* line 25, assets/sass/modules/_footer.scss */
footer#colophon .footer-top .left-nav, footer#colophon .footer-top .right-nav {
  margin: 0 1.5rem;
}

@media screen and (max-width: 600px) {
  /* line 25, assets/sass/modules/_footer.scss */
  footer#colophon .footer-top .left-nav, footer#colophon .footer-top .right-nav {
    margin: 0 1rem;
  }
}

/* line 33, assets/sass/modules/_footer.scss */
footer#colophon .footer-top .footer-button {
  margin: 0 10px;
}

/* line 36, assets/sass/modules/_footer.scss */
footer#colophon .footer-top .footer-button .arrow-right,
footer#colophon .footer-top .footer-button .arrow-left {
  top: 20px;
}

@media screen and (max-width: 600px) {
  /* line 36, assets/sass/modules/_footer.scss */
  footer#colophon .footer-top .footer-button .arrow-right,
  footer#colophon .footer-top .footer-button .arrow-left {
    top: 12px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 600px) {
  /* line 46, assets/sass/modules/_footer.scss */
  footer#colophon .footer-top .footer-button .arrow-right::after,
  footer#colophon .footer-top .footer-button .arrow-left::after {
    height: 20px;
    top: 10px;
    -webkit-transform: rotate(-45deg) translate(6.5px, 2px);
            transform: rotate(-45deg) translate(6.5px, 2px);
  }
}

@media screen and (max-width: 600px) {
  /* line 55, assets/sass/modules/_footer.scss */
  footer#colophon .footer-top .footer-button .arrow-right {
    left: 5px;
  }
}

@media screen and (max-width: 600px) {
  /* line 60, assets/sass/modules/_footer.scss */
  footer#colophon .footer-top .footer-button .arrow-left {
    right: 5px;
  }
}

/* line 68, assets/sass/modules/_footer.scss */
footer#colophon .footer-bottom {
  padding: 50px 0;
  background: #005879;
}

/* line 73, assets/sass/modules/_footer.scss */
footer#colophon .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 60px;
}

@media screen and (max-width: 1105px) {
  /* line 73, assets/sass/modules/_footer.scss */
  footer#colophon .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

/* line 89, assets/sass/modules/_footer.scss */
footer#colophon .row .left, footer#colophon .row .center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 60px);
          flex: 0 0 calc(40% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 1105px) {
  /* line 89, assets/sass/modules/_footer.scss */
  footer#colophon .row .left, footer#colophon .row .center {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 60px);
            flex: 0 0 calc(45% - 60px);
  }
}

@media screen and (max-width: 400px) {
  /* line 89, assets/sass/modules/_footer.scss */
  footer#colophon .row .left, footer#colophon .row .center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 106, assets/sass/modules/_footer.scss */
footer#colophon .row .left .footer-menu ul, footer#colophon .row .center .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 117, assets/sass/modules/_footer.scss */
footer#colophon .row .left .footer-menu ul li, footer#colophon .row .center .footer-menu ul li {
  max-width: 70%;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (max-width: 400px) {
  /* line 117, assets/sass/modules/_footer.scss */
  footer#colophon .row .left .footer-menu ul li, footer#colophon .row .center .footer-menu ul li {
    max-width: 80%;
  }
}

/* line 126, assets/sass/modules/_footer.scss */
footer#colophon .row .left .footer-menu ul li a, footer#colophon .row .center .footer-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

/* line 138, assets/sass/modules/_footer.scss */
footer#colophon .row .left .footer-menu ul {
  gap: 40px;
}

@media screen and (max-width: 400px) {
  /* line 138, assets/sass/modules/_footer.scss */
  footer#colophon .row .left .footer-menu ul {
    gap: 20px;
  }
}

/* line 147, assets/sass/modules/_footer.scss */
footer#colophon .row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-weight: 200;
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width: 1105px) {
  /* line 147, assets/sass/modules/_footer.scss */
  footer#colophon .row .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 37.5em) {
  /* line 147, assets/sass/modules/_footer.scss */
  footer#colophon .row .right {
    display: block;
  }
}

/* line 170, assets/sass/modules/_footer.scss */
footer#colophon .row .right a {
  padding: 0;
  border: 0;
}

/* line 174, assets/sass/modules/_footer.scss */
footer#colophon .row .right a .plp-logo {
  max-width: 8rem;
  padding: 0;
  border: 0;
  margin-right: 20px;
  position: relative;
  height: auto;
}

@media (max-width: 37.5em) {
  /* line 174, assets/sass/modules/_footer.scss */
  footer#colophon .row .right a .plp-logo {
    margin-bottom: 15px;
    max-width: 6rem;
    height: auto;
  }
}

/* line 190, assets/sass/modules/_footer.scss */
footer#colophon .row .right .eho-logo {
  max-width: 2rem;
}

@media (max-width: 37.5em) {
  /* line 190, assets/sass/modules/_footer.scss */
  footer#colophon .row .right .eho-logo {
    max-width: 2rem;
  }
}

/* line 198, assets/sass/modules/_footer.scss */
footer#colophon .row .right .eho-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 85%;
}

/* line 203, assets/sass/modules/_footer.scss */
footer#colophon .row .right .eho-section .eho-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 10px;
}

/* line 208, assets/sass/modules/_footer.scss */
footer#colophon .row .right .eho-section span {
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 12px;
}

/* line 221, assets/sass/modules/_footer.scss */
footer#colophon {
  position: fixed;
  height: 80px;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: #005879;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* line 232, assets/sass/modules/_footer.scss */
footer#colophon .header-bottom {
  background: #005879;
  color: #fff;
  height: 80px;
  overflow: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 252, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation {
  text-align: right;
  width: 100%;
}

/* line 259, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation .menu-main-menu-container {
  width: 90%;
}

/* line 262, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation .menu-main-menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 277, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation .nav-logo {
  height: 80px;
}

/* line 283, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation .nav-logo a {
  padding: 2rem 0;
}

/* line 287, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation .nav-logo a img {
  height: 30%;
  margin-top: 1.85rem;
}

@media only screen and (min-width: 600px) {
  /* line 252, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  /* line 305, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 311, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li {
    display: inline-block;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    line-height: 80px;
  }
  /* line 324, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a {
    background: none;
    position: relative;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0px 10px;
    border: 2px transparent solid;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    position: relative;
    -webkit-transition: border-color 0.35s ease-in-out;
    transition: border-color 0.35s ease-in-out;
    z-index: 1;
    display: block;
    height: 80px;
    line-height: 80px;
  }
  /* line 383, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:before, footer#colophon .header-navigation ul li a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    padding-left: 2px;
  }
  /* line 395, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:before {
    top: -2px;
    left: -2px;
    border-top: 2px transparent solid;
    border-right: 2px transparent solid;
  }
  /* line 402, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px transparent solid;
    border-left: 2px transparent solid;
  }
  /* line 409, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:hover {
    color: #005879;
    -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    border-color: transparent;
    -webkit-animation: outline-reset 0.35s 1 forwards;
            animation: outline-reset 0.35s 1 forwards;
  }
  /* line 414, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:hover:before {
    -webkit-animation: top-right-border 0.5s 1 0.35s forwards;
            animation: top-right-border 0.5s 1 0.35s forwards;
  }
  /* line 417, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:hover:after {
    -webkit-animation: bottom-left-border 0.5s 1 0.85s forwards;
            animation: bottom-left-border 0.5s 1 0.85s forwards;
  }
  /* line 423, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation ul li a:active:before, footer#colophon .header-navigation ul li a:active:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  @-webkit-keyframes outline-reset {
    0% {
      border-color: transparent;
    }
    100% {
      border-color: transparent;
    }
  }
  @keyframes outline-reset {
    0% {
      border-color: transparent;
    }
    100% {
      border-color: transparent;
    }
  }
  @-webkit-keyframes top-right-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes top-right-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
  @-webkit-keyframes bottom-left-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes bottom-left-border {
    0% {
      border-color: #005879;
      width: 0px;
      height: 0;
    }
    50% {
      width: 100%;
      height: 0;
    }
    100% {
      border-color: #005879;
      width: 100%;
      height: 100%;
    }
  }
}

/* line 484, assets/sass/modules/_footer.scss */
footer#colophon .header-navigation .logo {
  background: none;
  height: 226px;
  width: 230px;
  padding: 40px 25px 0;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  top: 0;
}

@media screen and (max-width: 1385px) {
  /* line 484, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation .logo {
    height: 200px;
    width: 192px;
  }
}

@media (max-width: 37.5em) {
  /* line 484, assets/sass/modules/_footer.scss */
  footer#colophon .header-navigation .logo {
    height: 105px;
    width: 126px;
    padding: 40px 20px 0;
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
#content {
  margin: 0 auto;
  padding: 2em 1em;
  min-height: 60vh;
  background-image: url("../../assets/images/watermark.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 15, assets/sass/modules/_content.scss */
.aos-init.aos-animate {
  overflow: hidden;
}

/* line 19, assets/sass/modules/_content.scss */
article a, nav a {
  line-height: 1.2;
}

/* line 24, assets/sass/modules/_content.scss */
.slick-dots {
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

/* line 32, assets/sass/modules/_content.scss */
.slick-dots li {
  margin: 5px 0;
  height: 30px;
  width: 9px;
  padding: 0;
  background: rgba(225, 225, 225, 0.8);
}

/* line 39, assets/sass/modules/_content.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
}

/* line 44, assets/sass/modules/_content.scss */
.slick-dots li.slick-active {
  background: #976036;
}

/* line 52, assets/sass/modules/_content.scss */
.slick-arrow {
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

@media (max-width: 37.5em) {
  /* line 52, assets/sass/modules/_content.scss */
  .slick-arrow {
    top: 25%;
  }
}

/* line 63, assets/sass/modules/_content.scss */
.slick-arrow:hover {
  cursor: pointer;
}

/* line 67, assets/sass/modules/_content.scss */
.slick-arrow i {
  font-size: 3rem;
  color: #fff;
  padding: 10px;
}

/* line 73, assets/sass/modules/_content.scss */
.slick-arrow.slick-prev {
  left: 0;
}

/* line 77, assets/sass/modules/_content.scss */
.slick-arrow.slick-next {
  right: 0;
}

/* line 83, assets/sass/modules/_content.scss */
.slick-arrow[aria-disabled="true"]:hover {
  cursor: auto;
}

/* line 87, assets/sass/modules/_content.scss */
.slick-arrow[aria-disabled="true"] i {
  color: #976036;
}

/* line 94, assets/sass/modules/_content.scss */
.logo-overlay-wrapper {
  width: 100%;
  height: 100%;
}

/* line 99, assets/sass/modules/_content.scss */
.logo-overlay {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  right: -26%;
  margin-left: auto;
}

@media screen and (max-width: 1550px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -28%;
  }
}

@media screen and (max-width: 1520px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -29%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -30%;
  }
}

@media screen and (max-width: 1400px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -31%;
  }
}

@media screen and (max-width: 1330px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -32%;
  }
}

@media screen and (max-width: 1100px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -66%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 1000px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -85%;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@media screen and (max-width: 900px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -89%;
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
  }
}

@media screen and (max-width: 790px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -85%;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@media screen and (max-width: 500px) {
  /* line 99, assets/sass/modules/_content.scss */
  .logo-overlay {
    right: -122%;
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
  }
}

/* line 2, assets/sass/modules/_grid.scss */
.row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: auto;
  line-height: 2;
  overflow: hidden;
}

/* line 10, assets/sass/modules/_grid.scss */
.row.left {
  margin: 0 0 0 7rem;
  padding-right: 0;
  max-width: 100% !important;
}

@media screen and (max-width: 1550px) {
  /* line 10, assets/sass/modules/_grid.scss */
  .row.left {
    margin: 0 0 0 5rem;
  }
}

@media screen and (max-width: 1440px) {
  /* line 10, assets/sass/modules/_grid.scss */
  .row.left {
    margin: 0 0 0 1rem;
  }
}

@media screen and (max-width: 1125px) {
  /* line 10, assets/sass/modules/_grid.scss */
  .row.left {
    padding: 0 1.5rem;
    margin: 0 auto;
  }
}

/* line 29, assets/sass/modules/_grid.scss */
.row.right {
  margin: 0 7rem 0 0;
  padding-left: 0;
  max-width: 100% !important;
}

@media screen and (max-width: 1550px) {
  /* line 29, assets/sass/modules/_grid.scss */
  .row.right {
    margin: 0 5rem 0 0;
  }
}

@media screen and (max-width: 1440px) {
  /* line 29, assets/sass/modules/_grid.scss */
  .row.right {
    margin: 0 1rem 0 0;
  }
}

@media screen and (max-width: 1125px) {
  /* line 29, assets/sass/modules/_grid.scss */
  .row.right {
    padding: 0 1.5rem;
    margin: 0 auto;
  }
}

@media (min-width: 50em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 74rem;
  }
}

@media (min-width: 70em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 88.25rem;
  }
}

@media (min-width: 90em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 91.25rem;
  }
}

@media screen and (min-width: 1800px) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 102.25rem;
  }
}

/* line 69, assets/sass/modules/_grid.scss */
.row.internal-row {
  padding: 0;
}

/*--------------------------------------------------------------
In this file:
# Hero
--------------------------------------------------------------*/
/* line 5, assets/sass/modules/_home.scss */
#content {
  padding: 0;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* line 13, assets/sass/modules/_home.scss */
.homePage-hero {
  z-index: 1;
  text-align: center;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 35%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  /* line 13, assets/sass/modules/_home.scss */
  .homePage-hero {
    background-attachment: unset !important;
  }
}

/* line 30, assets/sass/modules/_home.scss */
.homePage-hero.slick-slide {
  padding: 0;
}

/* line 33, assets/sass/modules/_home.scss */
.homePage-hero.slick-slide .homePage-hero-inner {
  top: 55%;
}

/* line 38, assets/sass/modules/_home.scss */
.homePage-hero.slick-slide .homePage-header h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 38, assets/sass/modules/_home.scss */
  .homePage-hero.slick-slide .homePage-header h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 38, assets/sass/modules/_home.scss */
  .homePage-hero.slick-slide .homePage-header h1 {
    font-size: 3rem;
  }
}

/* line 52, assets/sass/modules/_home.scss */
.homePage-hero.slick-slide .homePage-header p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 10px;
}

@media (max-width: 37.5em) {
  /* line 13, assets/sass/modules/_home.scss */
  .homePage-hero {
    min-height: 500px;
  }
}

@media screen and (max-width: 899px) {
  /* line 66, assets/sass/modules/_home.scss */
  .homePage-hero .wp-custom-header {
    display: none;
  }
}

/* line 73, assets/sass/modules/_home.scss */
.homePage-hero video {
  z-index: -1;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 94, assets/sass/modules/_home.scss */
.homePage-hero #wp-custom-header-video-button {
  display: none;
}

/* line 100, assets/sass/modules/_home.scss */
.homePage-hero-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

/* line 107, assets/sass/modules/_home.scss */
.homePage-header {
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  /* line 107, assets/sass/modules/_home.scss */
  .homePage-header {
    padding: 0;
  }
}

/* line 115, assets/sass/modules/_home.scss */
.homePage-header .row {
  overflow: hidden;
}

/* line 118, assets/sass/modules/_home.scss */
.homePage-header .hero-logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  opacity: 0.9;
  max-width: 300px;
  position: relative;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
}

@media screen and (max-width: 800px) {
  /* line 118, assets/sass/modules/_home.scss */
  .homePage-header .hero-logo {
    max-width: 13rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 118, assets/sass/modules/_home.scss */
  .homePage-header .hero-logo {
    max-width: 10rem;
  }
}

/* line 137, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  font-weight: 500;
  color: #fff;
  font-size: 5rem;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 137, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 4rem;
  }
}

@media (max-width: 37.5em) {
  /* line 137, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 450px) {
  /* line 137, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 2.5rem;
  }
}

/* line 173, assets/sass/modules/_home.scss */
.disappear, .hide {
  opacity: 0;
  visibility: hidden;
  bottom: 1000px;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
}

/* line 180, assets/sass/modules/_home.scss */
.show {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 184, assets/sass/modules/_home.scss */
.appear {
  -webkit-animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  top: 0;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1, assets/sass/modules/_hero.scss */
aside {
  position: relative;
}

/* line 5, assets/sass/modules/_hero.scss */
.page-hero {
  z-index: 1;
  text-align: left;
  background: black;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 80vh;
  min-height: 580px;
  overflow: hidden;
}

@supports (background-attachment: fixed) {
  /* line 5, assets/sass/modules/_hero.scss */
  .page-hero {
    background-attachment: fixed !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 5, assets/sass/modules/_hero.scss */
  .page-hero {
    background-attachment: unset !important;
  }
}

/* line 26, assets/sass/modules/_hero.scss */
.page-hero:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 38, assets/sass/modules/_hero.scss */
.page-hero-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 43, assets/sass/modules/_hero.scss */
.page-hero-inner .page-hero-content {
  padding-top: 20px;
}

/* line 49, assets/sass/modules/_hero.scss */
.page-hero-headline {
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  margin: 0;
  z-index: 1;
}

@media (max-width: 37.5em) {
  /* line 49, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 3.5rem;
  }
}

/* line 1, assets/sass/modules/_menu.scss */
#mobileNav-link {
  z-index: 1045;
  right: 0;
}

/* line 7, assets/sass/modules/_menu.scss */
.admin-bar #mobile-navigation header {
  margin-top: 30px;
}

/* line 11, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 1020;
  position: fixed;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  height: 100%;
  width: 70%;
  top: 0;
  right: -1999px;
  background-color: #005879;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
          box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 700px) {
  /* line 11, assets/sass/modules/_menu.scss */
  #mobile-navigation {
    width: 100%;
  }
}

/* line 34, assets/sass/modules/_menu.scss */
#mobile-navigation a {
  background: none;
  border: none;
  color: #fff;
}

/* line 40, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: hidden;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.5rem 1rem;
}

@media screen and (max-width: 900px) {
  /* line 40, assets/sass/modules/_menu.scss */
  #mobile-navigation header {
    padding: 0 1rem 1rem;
  }
}

/* line 55, assets/sass/modules/_menu.scss */
#mobile-navigation header .mobileNav-link .bar1, #mobile-navigation header .mobileNav-link .bar2, #mobile-navigation header .mobileNav-link .bar3 {
  color: #fff;
  background: #fff;
}

/* line 59, assets/sass/modules/_menu.scss */
#mobile-navigation header .mobileNav-link .bar1.cross-up, #mobile-navigation header .mobileNav-link .bar2.cross-up, #mobile-navigation header .mobileNav-link .bar3.cross-up {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

/* line 63, assets/sass/modules/_menu.scss */
#mobile-navigation header .mobileNav-link .bar1.cross-down, #mobile-navigation header .mobileNav-link .bar2.cross-down, #mobile-navigation header .mobileNav-link .bar3.cross-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
}

/* line 71, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo.mobile {
  right: unset;
  left: 1.5rem;
  height: 140px;
  width: 145px;
  padding-top: 10px !important;
}

/* line 78, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo.mobile img {
  max-width: 105px;
}

/* line 86, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  padding: 3.5rem 0;
  text-align: center;
  margin-top: 50px;
}

/* line 93, assets/sass/modules/_menu.scss */
#mobile-navigation ul li {
  padding: 10px 0;
}

/* line 96, assets/sass/modules/_menu.scss */
#mobile-navigation ul li a {
  background: none;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 0 2rem;
  text-transform: uppercase;
}

@media (max-width: 37.5em) {
  /* line 96, assets/sass/modules/_menu.scss */
  #mobile-navigation ul li a {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 320px) {
  /* line 96, assets/sass/modules/_menu.scss */
  #mobile-navigation ul li a {
    font-size: 2rem;
  }
}

/* line 116, assets/sass/modules/_menu.scss */
#mobile-navigation ul li a:hover, #mobile-navigation ul li a:active, #mobile-navigation ul li a:focus {
  color: #fff;
}

/* line 121, assets/sass/modules/_menu.scss */
#mobile-navigation ul li ul.sub-menu {
  padding-left: 1rem;
  padding-top: 0;
}

/* line 128, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item > a,
#mobile-navigation li.current-menu-item > a,
#mobile-navigation li.current_page_ancestor > a,
#mobile-navigation li.current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
  background: none !important;
  border: 0 !important;
}

/* line 137, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item,
#mobile-navigation li.current-menu-item,
#mobile-navigation li.current_page_ancestor,
#mobile-navigation li.current-menu-ancestor {
  list-style-type: none;
  color: transparent;
}

/* line 145, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  visibility: visible;
  opacity: 1;
  right: 0;
}

/* line 152, assets/sass/modules/_menu.scss */
.cta-button-mobile {
  margin: 15px auto;
  text-align: center;
}

/* line 156, assets/sass/modules/_menu.scss */
.cta-button-mobile a {
  background: #976036 !important;
  border: 1px solid #976036 !important;
  color: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  font-size: 1.5rem;
}

/* line 167, assets/sass/modules/_menu.scss */
.mobile-socials {
  padding: 0 !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100px;
}

/* line 178, assets/sass/modules/_menu.scss */
.mobile-socials li {
  padding: 0;
}

/* line 180, assets/sass/modules/_menu.scss */
.mobile-socials li a {
  padding: 0 !important;
}

/* line 183, assets/sass/modules/_menu.scss */
.mobile-socials li i {
  font-size: 2rem;
}

/* line 190, assets/sass/modules/_menu.scss */
.mobile-nav-divider {
  overflow: auto;
}

/* line 194, assets/sass/modules/_menu.scss */
.mobile-footer {
  background: #3D4644;
  min-height: 50px;
  padding: 20px 0;
  color: #fff;
}

/* line 202, assets/sass/modules/_menu.scss */
.mobile-footer p {
  color: #fff;
}

/* line 206, assets/sass/modules/_menu.scss */
.mobile-footer .copyright {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  width: 100%;
}

/* line 214, assets/sass/modules/_menu.scss */
.mobile-footer .copyright a:hover {
  text-decoration: underline;
}

/* line 219, assets/sass/modules/_menu.scss */
.mobile-footer .copyright span {
  font-size: inherit;
}

/* line 225, assets/sass/modules/_menu.scss */
.mobile-footer .plp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  color: #fff;
}

/* line 233, assets/sass/modules/_menu.scss */
.mobile-footer .plp-content .eho {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

/* line 240, assets/sass/modules/_menu.scss */
.mobile-footer .plp-content .eho p {
  font-size: 0.6rem;
  color: #fff;
}

/* line 244, assets/sass/modules/_menu.scss */
.mobile-footer .plp-content .eho img {
  max-width: 2rem;
}

/* line 250, assets/sass/modules/_menu.scss */
.mobile-footer .plp-content .plp-logo img {
  max-width: 4rem;
}

/* line 2, assets/sass/modules/_matterport.scss */
.matterport-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2rem 0;
}

/* line 11, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(48% - 30px);
          flex: 0 0 calc(48% - 30px);
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 1150px) {
  /* line 11, assets/sass/modules/_matterport.scss */
  .matterport-wrap .matterport {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

/* line 29, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .detail span {
  font-size: 1.5rem;
}

/* line 34, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport h2 {
  font-size: 1rem;
  color: #333;
}

/* line 41, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport a:hover .overlay {
  background: rgba(0, 0, 0, 0.45);
}

/* line 44, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport a:hover .overlay + .content .icon-wrap img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

/* line 48, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport a:hover .overlay + .content .label {
  padding-left: 24px;
}

/* line 54, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo {
  position: relative;
}

/* line 58, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo img {
  width: 100%;
  height: auto;
}

/* line 63, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .overlay {
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 86, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1rem;
}

/* line 98, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .content .icon-wrap {
  max-width: 12%;
  min-width: 12%;
}

/* line 105, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .content .icon-wrap img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 110, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .content .label {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding-left: 0.5rem;
}

/* line 114, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .content .label h4 {
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* line 123, assets/sass/modules/_matterport.scss */
.matterport-wrap .matterport .photo .content .label strong {
  color: #fff;
  text-align: left;
  display: block;
  font-size: 0.85rem;
}

/* fancybox mobile override */
@media screen and (max-width: 750px) {
  /* line 138, assets/sass/modules/_matterport.scss */
  .fancybox-slide {
    padding: 0 !important;
  }
}

/* line 2, assets/sass/modules/_special.scss */
.special-wrap {
  position: fixed;
  z-index: 10000;
  height: auto;
  width: 100%;
  max-width: 570px;
  max-height: 304px;
  background: #005879;
  padding: 40px;
  visibility: visible;
  opacity: 1;
  left: 32%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 17, assets/sass/modules/_special.scss */
.special-wrap.animate__fadeOutDownBig {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 1100px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 25%;
  }
}

@media screen and (max-width: 900px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 18%;
  }
}

@media screen and (max-width: 800px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 13%;
  }
}

@media screen and (max-width: 750px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 10%;
  }
}

@media screen and (max-width: 700px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 8%;
  }
}

@media screen and (max-width: 650px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 2%;
    width: 95%;
  }
}

@media screen and (max-width: 500px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    max-height: 100%;
    padding: 40px;
    top: 25%;
  }
}

/* line 53, assets/sass/modules/_special.scss */
.special-wrap .special-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -2px 1px 3px rgba(255, 255, 255, 0.4);
          box-shadow: -2px 1px 3px rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 63, assets/sass/modules/_special.scss */
.special-wrap .special-close:hover {
  cursor: pointer;
  background: #005879;
}

/* line 67, assets/sass/modules/_special.scss */
.special-wrap .special-close:hover .close {
  color: #fff;
}

/* line 73, assets/sass/modules/_special.scss */
.special-wrap .special-close .close {
  color: #005879;
  position: relative;
  top: 5px;
  left: 11px;
  font-size: 1rem;
  font-weight: 300;
}

/* line 84, assets/sass/modules/_special.scss */
.special-wrap .special-inner {
  position: relative;
  display: grid;
  grid-template-columns: 150px auto;
  gap: 20px;
}

@media screen and (max-width: 500px) {
  /* line 84, assets/sass/modules/_special.scss */
  .special-wrap .special-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 95, assets/sass/modules/_special.scss */
.special-wrap .special-inner .photo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  /* line 103, assets/sass/modules/_special.scss */
  .special-wrap .special-inner .photo img {
    width: 50%;
    margin: 0 auto;
    display: none;
  }
}

/* line 112, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  /* line 112, assets/sass/modules/_special.scss */
  .special-wrap .special-inner .content h2 {
    font-size: 1.2rem;
  }
}

/* line 123, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content p {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 500px) {
  /* line 123, assets/sass/modules/_special.scss */
  .special-wrap .special-inner .content p {
    font-size: 0.8rem;
  }
}

/* line 133, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content .inner-content {
  margin-bottom: 25px;
}

/* line 137, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content .button {
  background: #fff;
  border: 1px solid #fff;
  color: #005879;
}

/* line 142, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content .button:hover {
  color: #fff;
  background: transparent;
}

/* line 152, assets/sass/modules/_special.scss */
.hide-popup {
  visibility: hidden;
  opacity: 0;
}

/* line 2, assets/sass/modules/_floorplan.scss */
.plans-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2rem 0;
}

/* line 11, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.66% - 30px);
          flex: 0 0 calc(33.66% - 30px);
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 60px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1150px) {
  /* line 11, assets/sass/modules/_floorplan.scss */
  .plans-wrap .floorplan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media screen and (max-width: 750px) {
  /* line 11, assets/sass/modules/_floorplan.scss */
  .plans-wrap .floorplan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
            flex: 0 0 calc(100%);
  }
}

/* line 29, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .detail span {
  font-size: 1.5rem;
}

/* line 34, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan h2 {
  font-size: 1rem;
  color: #333;
}

/* line 42, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .plan-image img {
  width: 100%;
  height: auto;
}

/* line 48, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .content {
  margin: 20px 0;
}

/* line 51, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .content div {
  font-size: 14px;
}

/* line 55, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .content .block-button {
  margin: 15px auto;
}

/* line 58, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .content .block-button a {
  background: #005879;
  border-color: #005879;
}

/* line 61, assets/sass/modules/_floorplan.scss */
.plans-wrap .floorplan .content .block-button a:hover {
  background: transparent;
  color: #005879;
}

/* fancybox mobile override */
@media screen and (max-width: 750px) {
  /* line 76, assets/sass/modules/_floorplan.scss */
  .fancybox-slide {
    padding: 0 !important;
  }
}

/* line 1, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

@supports (background-attachment: fixed) {
  /* line 1, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block {
    background-attachment: fixed;
  }
}

/* line 10, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .background-carousel {
  max-height: 600px;
}

/* line 13, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .background-carousel .photo {
  max-height: 600px;
  min-height: 600px;
  height: 100%;
}

/* line 18, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .background-carousel .photo img {
  max-height: 600px;
  min-height: 600px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 18, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block .background-carousel .photo img {
    padding-top: 76%;
  }
}

@media (max-width: 37.5em) {
  /* line 18, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block .background-carousel .photo img {
    padding-top: 32%;
  }
}

/* line 36, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .content {
  color: #fff;
  position: absolute;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  top: 0;
}

/* line 45, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .content h2 {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 37.5em) {
  /* line 58, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block .content h4 {
    font-size: 1.2rem;
  }
  /* line 62, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block .content span {
    font-size: 1rem;
  }
  /* line 66, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block .content p {
    font-size: 0.8rem;
  }
}

/* line 72, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* line 77, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .inner-content {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(-67deg, #005879 74%, transparent calc(70% + 2px));
  color: #fff;
  height: 100%;
  max-height: 600px;
  z-index: 2;
  text-align: center;
}

@media (max-width: 37.5em) {
  /* line 77, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block .inner-content {
    width: 80%;
  }
}

/* line 95, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .inner-content .basic-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 80px;
}

/* line 102, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .inner-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 30%;
  background: #005879;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
}

/* line 116, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .inner-content h4 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 123, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block .inner-content .body-content p {
  color: #fff;
}

/* line 130, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .slick-dots {
  right: 0;
  left: unset;
}

/* line 135, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .content {
  text-align: left;
}

/* line 138, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .content .inner-content {
  width: 50%;
  margin: 0;
  text-align: left;
  position: absolute;
  right: 0;
  left: 0;
  background-image: linear-gradient(67deg, #005879 74%, transparent calc(70% + 2px));
  color: #fff;
  height: 100%;
  max-height: 600px;
  z-index: 2;
  text-align: center;
}

@media (max-width: 37.5em) {
  /* line 138, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .content .inner-content {
    width: 80%;
  }
}

/* line 156, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .content .inner-content .basic-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 80px;
}

/* line 163, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .content .inner-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 450px;
  width: 30%;
  background: #005879;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
}

@media screen and (max-width: 1340px) {
  /* line 163, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .content .inner-content:before {
    left: 400px;
  }
}

/* line 181, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .content .inner-content h5 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

/* line 189, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .content .inner-content .body-content p {
  color: #fff;
}

/* line 199, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.left .background-carousel .photo img {
  margin-left: auto;
  width: 60%;
}

@media screen and (max-width: 1270px) {
  /* line 207, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .slick-dots {
    top: 75%;
    right: unset;
    left: 0;
  }
  /* line 214, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .content .inner-content {
    background-image: linear-gradient(187deg, #005879 74%, transparent calc(70% + 2px));
    width: 100%;
    height: 75%;
  }
  /* line 219, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .content .inner-content:before {
    background: transparent;
  }
  /* line 223, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .content .inner-content .basic-content {
    top: 35%;
  }
  /* line 230, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .background-carousel {
    max-height: 720px;
  }
  /* line 233, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .background-carousel .photo {
    max-height: 720px;
  }
  /* line 237, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.left .background-carousel .photo img {
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: 100%;
    min-height: 720px;
    margin-top: 200px;
  }
}

/* line 252, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .content {
  text-align: left;
}

/* line 255, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .content .inner-content {
  width: 50%;
  margin: 0;
  text-align: left;
  position: absolute;
  right: 0;
  background-image: linear-gradient(67deg, #005879 74%, transparent calc(70% + 2px));
  color: #fff;
  height: 100%;
  max-height: 600px;
  z-index: 2;
  text-align: center;
}

@media (max-width: 37.5em) {
  /* line 255, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .content .inner-content {
    width: 80%;
  }
}

/* line 272, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .content .inner-content .basic-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 80px;
}

/* line 279, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .content .inner-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 30%;
  background: #005879;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
}

@media screen and (max-width: 1340px) {
  /* line 279, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .content .inner-content:before {
    left: 0px;
  }
}

/* line 297, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .content .inner-content h4 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 304, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .content .inner-content .body-content p {
  color: #fff;
}

/* line 312, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .background-carousel {
  max-height: 900px;
}

/* line 315, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .background-carousel .photo {
  max-height: 900px;
}

/* line 318, assets/sass/modules/blocks/_background-banner-block.scss */
.background-banner-block.right .background-carousel .photo img {
  margin-right: auto;
  width: 60%;
}

@media screen and (max-width: 1270px) {
  /* line 326, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .slick-dots {
    top: 75%;
  }
  /* line 331, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .content .inner-content {
    background-image: linear-gradient(-187deg, #005879 74%, transparent calc(70% + 2px));
    width: 100%;
    height: 75%;
  }
  /* line 336, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .content .inner-content:before {
    background: transparent;
  }
  /* line 340, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .content .inner-content .basic-content {
    top: 35%;
  }
  /* line 347, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .background-carousel {
    max-height: 720px;
  }
  /* line 350, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .background-carousel .photo {
    max-height: 720px;
  }
  /* line 354, assets/sass/modules/blocks/_background-banner-block.scss */
  .background-banner-block.right .background-carousel .photo img {
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: 100%;
    min-height: 720px;
    margin-top: 200px;
  }
}

/* line 1, assets/sass/modules/blocks/_background-history-block.scss */
.background-history-block {
  min-height: 640px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_background-history-block.scss */
  .background-history-block {
    min-height: 400px;
  }
}

/* line 13, assets/sass/modules/blocks/_background-history-block.scss */
.background-history-block .content {
  max-width: 60%;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 700px) {
  /* line 13, assets/sass/modules/blocks/_background-history-block.scss */
  .background-history-block .content {
    max-width: 80%;
    padding: 40px 0;
  }
}

/* line 25, assets/sass/modules/blocks/_background-history-block.scss */
.background-history-block .content span, .background-history-block .content h2, .background-history-block .content p {
  color: #fff;
}

/* line 30, assets/sass/modules/blocks/_background-history-block.scss */
.background-history-block .block-button {
  margin: 15px auto;
}

@media screen and (max-width: 700px) {
  /* line 30, assets/sass/modules/blocks/_background-history-block.scss */
  .background-history-block .block-button {
    margin-top: 30px;
  }
}

/* line 1, assets/sass/modules/blocks/_contact-block.scss */
.contact-block {
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block {
    padding: 50px 0;
  }
}

/* line 11, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  gap: 100px;
}

@media screen and (max-width: 1125px) {
  /* line 11, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-block-wrapper {
    gap: 40px;
  }
}

/* line 24, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 100px);
          flex: 0 0 calc(50% - 100px);
}

@media screen and (max-width: 1125px) {
  /* line 24, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-block-wrapper .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 33, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .content h2 {
  margin-bottom: 10px;
}

/* line 37, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .content p {
  font-weight: 600;
  font-size: 1.2rem;
}

/* line 42, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .content .inner-content {
  margin-bottom: 40px;
}

/* line 48, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
  height: 100%;
  max-height: 550px;
  overflow: visible;
}

@media screen and (max-width: 1125px) {
  /* line 48, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-block-wrapper .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 60, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .photo img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 68, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-block-wrapper .photo .logo-overlay.right {
  position: absolute;
  right: -110px;
  top: 0px;
  z-index: 1;
  max-height: 550px;
  max-width: 27rem;
}

@media screen and (max-width: 700px) {
  /* line 68, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-block-wrapper .photo .logo-overlay.right {
    max-height: 400px;
    max-width: 17rem;
    right: -80px;
  }
}

@media screen and (max-width: 500px) {
  /* line 68, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-block-wrapper .photo .logo-overlay.right {
    max-height: 300px;
    max-width: 17rem;
    right: -85px;
  }
}

/* line 95, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form {
  text-align: left;
}

/* line 99, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form .nf-form-cont .nf-form-content {
  max-width: 100% !important;
}

/* line 108, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form .nf-form-cont .nf-form-fields-required {
  display: none;
}

/* line 112, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form .nf-form-cont .submit-wrap .nf-field-element {
  text-align: center;
}

/* line 117, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form .nf-form-cont input[type="text"], .contact-block .form .nf-form-cont input[type="tel"], .contact-block .form .nf-form-cont input[type="email"], .contact-block .form .nf-form-cont textarea {
  background: #E7E7E7;
  border: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 124, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form .nf-form-cont input[type="button"] {
  border-radius: 0;
  border: 1px solid #005879;
  background: #005879;
  color: #fff;
  padding: 10px 20px;
}

/* line 131, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .form .nf-form-cont input[type="button"]:hover {
  cursor: pointer;
  background: transparent;
  color: #005879;
}

/* line 1, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block {
  padding: 100px 0;
  text-align: center;
}

/* line 5, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block + .background-banner-block {
  margin-top: 0;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block {
    padding: 50px 0;
  }
}

/* line 14, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block h2 {
  color: #976036;
  margin-bottom: 10px;
}

/* line 19, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .content {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 60%;
}

@media (max-width: 37.5em) {
  /* line 19, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .content {
    max-width: 90%;
  }
}

/* line 30, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .content .inner-content .block-button {
  margin: 15px auto;
}

/* line 32, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .content .inner-content .block-button a {
  background: #005879;
  border-color: #005879;
}

/* line 35, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .content .inner-content .block-button a:hover {
  background: transparent;
  color: #005879;
}

/* line 47, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1211px) {
  /* line 47, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1045px) {
  /* line 47, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 700px) {
  /* line 47, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 64, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .gallery a {
  border: 0;
}

/* line 66, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .gallery a:hover {
  border: 0;
}

/* line 72, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .gallery .item {
  max-height: 250px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 500px) {
  /* line 72, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .gallery .item {
    max-height: 350px;
  }
}

/* line 84, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .gallery .item img {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 93, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .gallery .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 104, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block.masonry .gallery {
  display: block;
}

/* line 1, assets/sass/modules/blocks/_intro-block.scss */
.intro-block {
  padding: 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block {
    padding: 50px 0;
  }
}

/* line 9, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content {
  text-align: center;
  padding: 0 100px;
}

@media screen and (max-width: 950px) {
  /* line 9, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 700px) {
  /* line 9, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .content {
    padding: 0 0px;
  }
}

/* line 21, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content h2 {
  color: #976036;
}

/* line 27, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content .inner-content .block-button {
  margin: 15px auto;
}

/* line 29, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content .inner-content .block-button a {
  background: #005879;
  border-color: #005879;
}

/* line 32, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content .inner-content .block-button a:hover {
  background: transparent;
  color: #005879;
}

/* line 40, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content .inner-content ul {
  padding: 0 50px;
  margin: 0 auto;
  text-align: left;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

@media screen and (max-width: 800px) {
  /* line 40, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .content .inner-content ul {
    padding: 0 30px;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

/* line 51, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .content .inner-content ul li {
  padding-right: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  /* line 51, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .content .inner-content ul li {
    padding-left: 5px;
    padding-right: 0;
  }
}

/* line 1, assets/sass/modules/blocks/_features-block.scss */
.feature-block {
  padding: 100px 0;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_features-block.scss */
  .feature-block {
    padding: 50px 0;
  }
}

/* line 8, assets/sass/modules/blocks/_features-block.scss */
.feature-block .content {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 100px;
}

@media screen and (max-width: 950px) {
  /* line 8, assets/sass/modules/blocks/_features-block.scss */
  .feature-block .content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 500px) {
  /* line 8, assets/sass/modules/blocks/_features-block.scss */
  .feature-block .content {
    padding: 0 0px;
  }
}

/* line 21, assets/sass/modules/blocks/_features-block.scss */
.feature-block .content h2 {
  font-size: 3rem;
}

/* line 27, assets/sass/modules/blocks/_features-block.scss */
.feature-block .features {
  list-style-type: none;
  margin: 0;
  padding: 0 120px;
  text-align: left;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

@media screen and (max-width: 950px) {
  /* line 27, assets/sass/modules/blocks/_features-block.scss */
  .feature-block .features {
    padding: 0 70px;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

@media screen and (max-width: 500px) {
  /* line 27, assets/sass/modules/blocks/_features-block.scss */
  .feature-block .features {
    padding: 0 0px;
  }
}

/* line 45, assets/sass/modules/blocks/_features-block.scss */
.feature-block .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

/* line 53, assets/sass/modules/blocks/_features-block.scss */
.feature-block .features .feature img {
  max-width: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

/* line 58, assets/sass/modules/blocks/_features-block.scss */
.feature-block .features .feature p {
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 1, assets/sass/modules/blocks/_map-block.scss */
.map-block {
  margin: 100px 0 0;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_map-block.scss */
  .map-block {
    margin: 50px 0 0;
  }
}

/* line 9, assets/sass/modules/blocks/_map-block.scss */
.acf-map {
  width: 100%;
  height: 600px;
}

/* line 13, assets/sass/modules/blocks/_map-block.scss */
.acf-map h2 {
  margin-bottom: 5px;
  font-size: 2.25rem;
}

/* line 18, assets/sass/modules/blocks/_map-block.scss */
.acf-map p {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

/* line 23, assets/sass/modules/blocks/_map-block.scss */
.acf-map a {
  font-size: 1.3rem;
  border-color: transparent;
}

/* line 27, assets/sass/modules/blocks/_map-block.scss */
.acf-map a:hover {
  border-color: #005879;
}

/* line 33, assets/sass/modules/blocks/_map-block.scss */
.acf-map .gm-style-iw {
  padding: 0;
  overflow: hidden;
  min-height: 280px;
}

/* line 39, assets/sass/modules/blocks/_map-block.scss */
.acf-map .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 20px;
  min-height: 280px;
  max-height: 300px;
}

/* line 45, assets/sass/modules/blocks/_map-block.scss */
.acf-map .gm-style-iw .gm-style-iw-d div {
  padding: 20px 0;
}

/* line 54, assets/sass/modules/blocks/_map-block.scss */
.acf-map img {
  max-width: inherit !important;
}

/* line 1, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block {
  position: relative;
  overflow: hidden;
}

/* line 5, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .acf-map2 {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  /* line 5, assets/sass/modules/blocks/_neighborhood-block.scss */
  .neighborhood-block .acf-map2 {
    z-index: 0;
  }
}

/* line 13, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .acf-map2 #map2 {
  height: 745px !important;
}

/* line 18, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places {
  position: absolute;
  right: 0;
  top: 0;
  background: #005879;
  opacity: 0.95;
  height: 100%;
  width: 400px;
  z-index: 1;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  /* line 18, assets/sass/modules/blocks/_neighborhood-block.scss */
  .neighborhood-block .places {
    display: none;
  }
}

/* line 36, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places .place-type {
  max-height: 740px;
  overflow: hidden;
  overflow-y: scroll;
}

/* line 42, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places .place-type a {
  border-bottom: 1px solid #fff;
  display: block;
  padding: 40px 50px 35px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

/* line 50, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places .place-type a.type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* line 57, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places .place-type a img {
  max-width: 3rem;
}

/* line 61, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places .place-type a:last-child {
  border-bottom: 0;
}

/* line 65, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places .place-type a.selected {
  font-weight: 700;
}

/* line 72, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile {
  display: none;
  text-align: center;
  z-index: 1;
}

/* line 77, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul {
  margin-top: 0;
  width: 100%;
  border: 1px #005879 solid;
  background: #005879;
  color: #fff;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 104, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li {
  padding: 10px 10px;
  z-index: 2 !important;
  text-align: left;
  margin-bottom: 0;
  display: block;
}

/* line 111, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li a {
  color: #fff;
  padding: 10px 10px;
  display: block;
}

/* line 120, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li.selected a {
  color: #fff;
  padding: 10px 10px;
  display: block;
}

/* line 132, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li:not(.init) {
  float: left;
  width: auto;
  text-align: left;
  display: none;
  background: #005879;
  width: 98%;
  color: #fff;
  z-index: 2 !important;
}

/* line 143, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li:not(.init).selected {
  background: #005879;
}

/* line 146, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li:not(.init).selected a {
  color: #fff;
}

/* line 151, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li:not(.init):hover, .neighborhood-block .places-mobile ul li.selected:not(.init) {
  background: #fff;
}

/* line 153, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile ul li:not(.init):hover a, .neighborhood-block .places-mobile ul li.selected:not(.init) a {
  color: #005879;
  font-weight: 600;
}

/* line 159, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .places-mobile li.init {
  cursor: pointer;
  font-weight: 600;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  /* line 72, assets/sass/modules/blocks/_neighborhood-block.scss */
  .neighborhood-block .places-mobile {
    display: block;
    z-index: 1;
    position: relative;
  }
}

/* line 174, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block #reset-filters {
  display: none;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
}

/* line 176, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block #reset-filters.active {
  display: block;
}

/* line 185, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style-iw.gm-style-iw-c {
  border-radius: 0;
  background: #005879;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.9;
}

/* line 192, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style-iw.gm-style-iw-c a {
  color: #fff !important;
}

/* line 196, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style-iw.gm-style-iw-c .infowindow {
  color: #fff !important;
}

/* line 200, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style-iw.gm-style-iw-c strong a {
  color: #fff !important;
}

/* line 207, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, #005879 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

/* line 211, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style .gm-style-iw-d::-webkit-scrollbar-track, .neighborhood-block .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: none !important;
}

/* line 215, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-ui-hover-effect img {
  color: #fff !important;
}

/* line 218, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-ui-hover-effect img:hover {
  color: #fff !important;
}

/* line 224, assets/sass/modules/blocks/_neighborhood-block.scss */
.neighborhood-block .gm-style-iw-d div span {
  color: #fff !important;
}

/* line 1, assets/sass/modules/blocks/_photo-block.scss */
.photo-block {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block {
    padding: 50px 0;
  }
}

/* line 13, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content {
  text-align: center;
}

/* line 16, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content h2 {
  color: #976036;
}

/* line 20, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .icons {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  margin-top: 40px;
}

@media screen and (max-width: 950px) {
  /* line 20, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block .content .inner-content .icons {
    padding: 0 10px;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

@media screen and (max-width: 500px) {
  /* line 20, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block .content .inner-content .icons {
    padding: 0 0px;
  }
}

/* line 38, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

/* line 46, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .icons .icon img {
  max-width: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

/* line 51, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .icons .icon p {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

/* line 60, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content p {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

/* line 65, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content p strong {
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  /* line 60, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block .content .inner-content p {
    max-width: 100%;
  }
}

/* line 75, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .block-button {
  margin: 15px auto;
}

/* line 78, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .block-button a {
  background: #005879;
  border-color: #005879;
}

/* line 82, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content .block-button a:hover {
  color: #005879;
  background: transparent;
}

/* line 93, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .photo-carousel .photo {
  max-height: 500px;
}

/* line 95, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .photo-carousel .photo img {
  max-height: 500px;
}

/* line 102, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left {
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* line 108, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left .photo-carousel .slick-dots {
  right: 1px;
}

/* line 113, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

@media screen and (max-width: 1125px) {
  /* line 113, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.left .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
}

/* line 124, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left .content .photo {
  width: 100%;
  max-height: 500px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 100px);
          flex: 0 0 calc(50% - 100px);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1125px) {
  /* line 124, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.left .content .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}

/* line 137, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left .content .photo img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 148, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left .content .photo:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 155, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.left .content .inner-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1125px) {
  /* line 155, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.left .content .inner-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 168, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right {
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* line 174, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .photo-carousel .slick-dots {
  left: 1px;
}

/* line 179, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

@media screen and (max-width: 1125px) {
  /* line 179, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
}

/* line 190, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .content .photo {
  width: 100%;
  max-height: 500px;
  height: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 100px);
          flex: 0 0 calc(50% - 100px);
}

@media screen and (max-width: 1125px) {
  /* line 190, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .content .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 202, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .content .photo img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 213, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .content .photo:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 220, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .content .inner-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1125px) {
  /* line 220, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .content .inner-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 241, assets/sass/modules/blocks/_photo-block.scss */
.logo-overlay.left {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 1;
  max-height: 550px;
}

/* line 249, assets/sass/modules/blocks/_photo-block.scss */
.logo-overlay.right {
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 1;
  max-height: 550px;
}

/* line 1, assets/sass/modules/blocks/_callout-banner.scss */
.callout-banner {
  padding: 20px 0;
}

/* line 4, assets/sass/modules/blocks/_callout-banner.scss */
.callout-banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  /* line 4, assets/sass/modules/blocks/_callout-banner.scss */
  .callout-banner .content {
    gap: 20px;
  }
}

/* line 15, assets/sass/modules/blocks/_callout-banner.scss */
.callout-banner .content .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 18, assets/sass/modules/blocks/_callout-banner.scss */
.callout-banner .content .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 2, assets/sass/modules/blocks/_building-block.scss */
.buildings {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 8, assets/sass/modules/blocks/_building-block.scss */
#building-area {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 700px) {
  /* line 8, assets/sass/modules/blocks/_building-block.scss */
  #building-area {
    padding-bottom: 125px;
  }
}

/* line 22, assets/sass/modules/blocks/_building-block.scss */
#building-area img {
  height: 100%;
  width: 100%;
}

/* line 27, assets/sass/modules/blocks/_building-block.scss */
#building-area.show {
  z-index: 1 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

/* line 36, assets/sass/modules/blocks/_building-block.scss */
#building-a, #building-b, #building-c, #building-d {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

/* line 45, assets/sass/modules/blocks/_building-block.scss */
#building-a.show, #building-b.show, #building-c.show, #building-d.show {
  z-index: 1 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

/* line 52, assets/sass/modules/blocks/_building-block.scss */
#building-a .embed-wrapper, #building-b .embed-wrapper, #building-c .embed-wrapper, #building-d .embed-wrapper {
  width: 100%;
  height: 100%;
}

/* line 58, assets/sass/modules/blocks/_building-block.scss */
#building-a .embed-wrapper iframe, #building-b .embed-wrapper iframe, #building-c .embed-wrapper iframe, #building-d .embed-wrapper iframe {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: relative;
}

/* line 69, assets/sass/modules/blocks/_building-block.scss */
.back-to-buildings {
  color: #976036;
}

/* line 72, assets/sass/modules/blocks/_building-block.scss */
.back-to-buildings span {
  font-size: 18px;
  color: #976036;
}

/* line 78, assets/sass/modules/blocks/_building-block.scss */
.back-to-buildings:hover {
  cursor: pointer;
}

/* line 80, assets/sass/modules/blocks/_building-block.scss */
.back-to-buildings:hover span {
  text-decoration: underline;
}

/* line 86, assets/sass/modules/blocks/_building-block.scss */
.tooltip {
  height: 156px;
  width: 265px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  /* line 86, assets/sass/modules/blocks/_building-block.scss */
  .tooltip {
    padding: 10px 0;
    height: 116px;
    width: 205px;
  }
}

@media screen and (max-width: 700px) {
  /* line 86, assets/sass/modules/blocks/_building-block.scss */
  .tooltip {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: relative;
  }
}

/* line 108, assets/sass/modules/blocks/_building-block.scss */
.tooltip .header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

/* line 114, assets/sass/modules/blocks/_building-block.scss */
.tooltip .header img {
  max-width: 2rem;
}

@media screen and (max-width: 1000px) {
  /* line 114, assets/sass/modules/blocks/_building-block.scss */
  .tooltip .header img {
    max-width: 1.5rem;
  }
}

/* line 122, assets/sass/modules/blocks/_building-block.scss */
.tooltip .header h2 {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  /* line 122, assets/sass/modules/blocks/_building-block.scss */
  .tooltip .header h2 {
    font-size: 18px;
  }
}

/* line 134, assets/sass/modules/blocks/_building-block.scss */
.tooltip .content p {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}

@media screen and (max-width: 1000px) {
  /* line 134, assets/sass/modules/blocks/_building-block.scss */
  .tooltip .content p {
    font-size: 18px;
  }
}

/* line 144, assets/sass/modules/blocks/_building-block.scss */
.tooltip .content span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  /* line 144, assets/sass/modules/blocks/_building-block.scss */
  .tooltip .content span {
    font-size: 12px;
  }
}

/* line 156, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-a {
  background: #106983;
  top: 25%;
  left: 28%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  z-index: -1;
}

/* line 164, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-a .arrow-up {
  display: none;
  border-bottom: 20px solid #106983;
}

@media screen and (max-width: 700px) {
  /* line 164, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a .arrow-up {
    display: block;
  }
}

/* line 174, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-a .arrow-down {
  border-top: 20px solid #106983;
}

@media screen and (max-width: 700px) {
  /* line 174, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a .arrow-down {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    padding: 20px;
    top: 87.5%;
    left: 50%;
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 86.5%;
  }
}

@media screen and (max-width: 550px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 85.5%;
  }
}

@media screen and (max-width: 495px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 84.5%;
  }
}

@media screen and (max-width: 450px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 83.5%;
  }
}

@media screen and (max-width: 415px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 82.5%;
  }
}

@media screen and (max-width: 375px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 81.5%;
  }
}

@media screen and (max-width: 320px) {
  /* line 156, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-a {
    top: 79.5%;
  }
}

/* line 217, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-a:hover {
  opacity: 1;
  z-index: 1;
}

/* line 222, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-b {
  background: #9f6143;
  top: 28%;
  left: 52%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  z-index: -1;
}

/* line 230, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-b .arrow-up {
  border-bottom: 20px solid #9f6143;
}

@media screen and (max-width: 700px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    padding: 20px;
    width: 100%;
    top: 87.5%;
    left: 50%;
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 86.5%;
  }
}

@media screen and (max-width: 550px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 85.5%;
  }
}

@media screen and (max-width: 495px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 84.5%;
  }
}

@media screen and (max-width: 450px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 83.5%;
  }
}

@media screen and (max-width: 415px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 82.5%;
  }
}

@media screen and (max-width: 375px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 81.5%;
  }
}

@media screen and (max-width: 320px) {
  /* line 222, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-b {
    top: 79.5%;
  }
}

/* line 270, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-b:hover {
  opacity: 1;
  z-index: 1;
}

/* line 275, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-c {
  background: #717245;
  top: 62%;
  right: 24%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 66%;
    right: 22%;
  }
}

@media screen and (max-width: 1300px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 64%;
    right: 20%;
  }
}

@media screen and (max-width: 850px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 68%;
    right: 16%;
  }
}

@media screen and (max-width: 700px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    padding: 20px;
    width: 100%;
    top: 87.5%;
    left: 50%;
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 86.5%;
  }
}

@media screen and (max-width: 550px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 85.5%;
  }
}

@media screen and (max-width: 495px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 84.5%;
  }
}

@media screen and (max-width: 450px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 83.5%;
  }
}

@media screen and (max-width: 415px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 82.5%;
  }
}

@media screen and (max-width: 375px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 81.5%;
  }
}

@media screen and (max-width: 320px) {
  /* line 275, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-c {
    top: 79.5%;
  }
}

/* line 335, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-c .arrow-up {
  border-bottom: 20px solid #717245;
}

/* line 339, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-c:hover {
  opacity: 1;
  z-index: 1;
}

/* line 344, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-d {
  background: #c4a365;
  top: 18%;
  right: 6%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  transition: opacity 0.4s ease-in, z-index 0.6s ease-in;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 16%;
    right: 4%;
  }
}

@media screen and (max-width: 1150px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 14%;
    right: 0%;
  }
}

@media screen and (max-width: 700px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    padding: 20px;
    width: 100%;
    top: 87.5%;
    left: 50%;
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 86.5%;
  }
}

@media screen and (max-width: 550px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 85.5%;
  }
}

@media screen and (max-width: 495px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 84.5%;
  }
}

@media screen and (max-width: 450px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 83.5%;
  }
}

@media screen and (max-width: 415px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 82.5%;
  }
}

@media screen and (max-width: 375px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 81.5%;
  }
}

@media screen and (max-width: 320px) {
  /* line 344, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d {
    top: 79.5%;
  }
}

/* line 398, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-d .arrow-up {
  display: none;
  border-bottom: 20px solid #c4a365;
}

@media screen and (max-width: 700px) {
  /* line 398, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d .arrow-up {
    display: block;
  }
}

/* line 408, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-d .arrow-down {
  border-top: 20px solid #c4a365;
}

@media screen and (max-width: 700px) {
  /* line 408, assets/sass/modules/blocks/_building-block.scss */
  .tooltip#tooltip-building-d .arrow-down {
    display: none;
  }
}

/* line 416, assets/sass/modules/blocks/_building-block.scss */
.tooltip#tooltip-building-d:hover {
  opacity: 1;
  z-index: 1;
}

/* line 422, assets/sass/modules/blocks/_building-block.scss */
.tooltip .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid black;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 434, assets/sass/modules/blocks/_building-block.scss */
.tooltip .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid black;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 1, assets/sass/modules/blocks/_history-block.scss */
.history-block {
  background: #005879;
  padding: 50px 0;
  text-align: center;
}

/* line 6, assets/sass/modules/blocks/_history-block.scss */
.history-block + .gallery-block {
  padding: 50px 0 100px !important;
}

/* line 10, assets/sass/modules/blocks/_history-block.scss */
.history-block span, .history-block h2, .history-block p {
  color: #fff;
}

/* line 17, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .slick-list {
  margin: 0 1.5rem;
}

/* line 21, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 27, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .slick-slide {
  height: 100% !important;
}

/* line 32, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .slick-dots {
  bottom: 0;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
  bottom: -20%;
  display: block;
  left: 50%;
  top: unset;
  display: none !important;
}

/* line 45, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .item {
  color: #fff;
  margin: 30px 20px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media (max-width: 37.5em) {
  /* line 45, assets/sass/modules/blocks/_history-block.scss */
  .history-block .timeline .item {
    margin: 0 20px;
  }
}

/* line 54, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .item .photo {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  position: relative;
  aspect-ratio: 4/3;
}

/* line 63, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .item .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 4/3;
}

/* line 75, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .item .content {
  margin: 20px 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 82, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .item .overlay {
  background: rgba(225, 225, 225, 0.8);
  opacity: 1;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 88, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .item span, .history-block .timeline .item h2, .history-block .timeline .item p {
  color: #fff;
}

/* line 94, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .slick-current .content {
  opacity: 1;
}

/* line 98, assets/sass/modules/blocks/_history-block.scss */
.history-block .timeline .slick-current .overlay {
  opacity: 0;
}

/* line 1, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block {
  padding: 50px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 1800px) {
  /* line 1, assets/sass/modules/blocks/_light-rail-block.scss */
  .light-rail-block {
    background: #005879;
  }
}

/* line 9, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .light-rail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #005879;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1800px) {
  /* line 9, assets/sass/modules/blocks/_light-rail-block.scss */
  .light-rail-block .light-rail-wrapper {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1800px) {
  /* line 22, assets/sass/modules/blocks/_light-rail-block.scss */
  .light-rail-block .light-rail-wrapper .row {
    margin: 0 auto;
  }
}

/* line 29, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 50px 40px;
  overflow: hidden;
}

@media (max-width: 37.5em) {
  /* line 29, assets/sass/modules/blocks/_light-rail-block.scss */
  .light-rail-block .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 43, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .content h2, .light-rail-block .content span, .light-rail-block .content p {
  color: #fff;
}

/* line 47, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .content .inner-content {
  margin: 10px 0 40px;
}

/* line 51, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .content .photo {
  max-height: 470px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1270px) {
  /* line 51, assets/sass/modules/blocks/_light-rail-block.scss */
  .light-rail-block .content .photo {
    display: none;
  }
}

/* line 61, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .content .photo img {
  max-height: 470px;
  height: 100%;
  width: 100%;
}

/* line 69, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .light-rail-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
}

@media (max-width: 37.5em) {
  /* line 69, assets/sass/modules/blocks/_light-rail-block.scss */
  .light-rail-block .light-rail-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 77, assets/sass/modules/blocks/_light-rail-block.scss */
.light-rail-block .light-rail-photo img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block {
  padding: 100px 0;
}

/* line 4, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 13, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans .floor-plan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.66% - 30px);
          flex: 0 0 calc(33.66% - 30px);
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 60px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1150px) {
  /* line 13, assets/sass/modules/blocks/_floor-plans-block.scss */
  .floor-plans-block .floor-plans .floor-plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media screen and (max-width: 750px) {
  /* line 13, assets/sass/modules/blocks/_floor-plans-block.scss */
  .floor-plans-block .floor-plans .floor-plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
            flex: 0 0 calc(100%);
  }
}

/* line 29, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans .floor-plan .content {
  margin: 20px 0;
}

/* line 32, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans .floor-plan .content h4 {
  color: #333;
}

/* line 36, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans .floor-plan .content .block-button {
  margin: 15px auto;
}

/* line 39, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans .floor-plan .content .block-button a {
  background: #005879;
  border-color: #005879;
}

/* line 42, assets/sass/modules/blocks/_floor-plans-block.scss */
.floor-plans-block .floor-plans .floor-plan .content .block-button a:hover {
  background: transparent;
  color: #005879;
}
