/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l__contain, .wp-block-columns {
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
@media (min-width: 1800px) {
  .l__contain, .wp-block-columns {
    padding: 0 120px;
  }
}
@media (max-width: 1020px) {
  .l__contain, .wp-block-columns {
    padding: 0 20px;
  }
}
.l__contain--full {
  padding: 0;
}
.l__contain--narrow {
  max-width: 1200px;
}
@media (min-width: 1800px) {
  .l__contain--narrow {
    max-width: unset;
    padding: 0 240px;
  }
}
.l__position--abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l__position--flexVertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l__position--flexCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l__panel {
  height: 50vh;
  position: relative;
}
.l__panel--full {
  height: 100vh;
}
.l__bottom {
  margin-bottom: 2em;
}
.l__bottomLg {
  margin-bottom: 5em;
}
.l__left {
  float: left;
}
.l__right {
  float: right;
}
.l__aligncenter {
  text-align: center;
}
.l__alignright {
  text-align: right;
}

.l__wrap {
  position: relative;
}

.l__flexheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l__gridmaintain {
  height: 100%;
}

.l__row {
  clear: both;
}
.l__row__negative5 {
  margin: 0 -5px;
}
.l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 5px;
}
.l__row__negative10 {
  margin: 0 -10px;
}
.l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 10px;
}
.l__row__negative7 {
  margin: 0 -7px;
}
.l__row__negative7 > .l__col > .l__col__evenpad, .l__row__negative7 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 7px;
}
.l__row__negative15 {
  margin: 0 -15px;
}
.l__row__negative15 > .l__col > .l__col__evenpad, .l__row__negative15 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 15px;
}
.l__row__negative20 {
  margin: 0 -20px;
}
.l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 20px;
}
.l__row__negative30 {
  margin: 0 -30px;
}
.l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 30px;
}
.l__row__altlayout > [class*=l__col], .l__row__altlayout .l__flexheight > [class*=l__col] {
  float: right;
}
@media (max-width: 1366px) {
  .l__row .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1366*=negative7] {
    margin: 0 -7px;
  }
  .l__row .l__row[data-1366*=negative7] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1020px) {
  .l__row .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1024*=negative7] {
    margin: 0 -7px;
  }
  .l__row .l__row[data-1024*=negative7] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-768*=negative7] {
    margin: 0 -7px;
  }
  .l__row .l__row[data-768*=negative7] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-480*=negative7] {
    margin: 0 -7px;
  }
  .l__row .l__row[data-480*=negative7] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-360*=negative7] {
    margin: 0 -7px;
  }
  .l__row .l__row[data-360*=negative7] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
.l__row .l__col__evenpad {
  margin: 0 10px;
}
.l__row .l__col__span1, .l__row .l__col__span2, .l__row .l__col__span3, .l__row .l__col__span4, .l__row .l__col__span5, .l__row .l__col__span6, .l__row .l__col__span7, .l__row .l__col__span8, .l__row .l__col__span9, .l__row .l__col__span10, .l__row .l__col__span11, .l__row .l__col__span12 {
  float: left;
}
.l__row .l__col__span1 {
  width: 8.3333333333%;
}
.l__row .l__col__offby1 {
  margin-left: 8.3333333333%;
}
.l__row .l__col__offbyAlt1 {
  margin-right: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="1"] {
    margin-right: 8.3333333333%;
  }
}
.l__row .l__col__span2 {
  width: 16.6666666667%;
}
.l__row .l__col__offby2 {
  margin-left: 16.6666666667%;
}
.l__row .l__col__offbyAlt2 {
  margin-right: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="2"] {
    margin-right: 16.6666666667%;
  }
}
.l__row .l__col__span3 {
  width: 25%;
}
.l__row .l__col__offby3 {
  margin-left: 25%;
}
.l__row .l__col__offbyAlt3 {
  margin-right: 25%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1366*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1366*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1024*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1024*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby768*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt768*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby480*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt480*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby360*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt360*="3"] {
    margin-right: 25%;
  }
}
.l__row .l__col__span4 {
  width: 33.3333333333%;
}
.l__row .l__col__offby4 {
  margin-left: 33.3333333333%;
}
.l__row .l__col__offbyAlt4 {
  margin-right: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="4"] {
    margin-right: 33.3333333333%;
  }
}
.l__row .l__col__span5 {
  width: 41.6666666667%;
}
.l__row .l__col__offby5 {
  margin-left: 41.6666666667%;
}
.l__row .l__col__offbyAlt5 {
  margin-right: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="5"] {
    margin-right: 41.6666666667%;
  }
}
.l__row .l__col__span6 {
  width: 50%;
}
.l__row .l__col__offby6 {
  margin-left: 50%;
}
.l__row .l__col__offbyAlt6 {
  margin-right: 50%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1366*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1366*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1024*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1024*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby768*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt768*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby480*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt480*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby360*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt360*="6"] {
    margin-right: 50%;
  }
}
.l__row .l__col__span7 {
  width: 58.3333333333%;
}
.l__row .l__col__offby7 {
  margin-left: 58.3333333333%;
}
.l__row .l__col__offbyAlt7 {
  margin-right: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="7"] {
    margin-right: 58.3333333333%;
  }
}
.l__row .l__col__span8 {
  width: 66.6666666667%;
}
.l__row .l__col__offby8 {
  margin-left: 66.6666666667%;
}
.l__row .l__col__offbyAlt8 {
  margin-right: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="8"] {
    margin-right: 66.6666666667%;
  }
}
.l__row .l__col__span9 {
  width: 75%;
}
.l__row .l__col__offby9 {
  margin-left: 75%;
}
.l__row .l__col__offbyAlt9 {
  margin-right: 75%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1366*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1366*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1024*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1024*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby768*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt768*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby480*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt480*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby360*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt360*="9"] {
    margin-right: 75%;
  }
}
.l__row .l__col__span10 {
  width: 83.3333333333%;
}
.l__row .l__col__offby10 {
  margin-left: 83.3333333333%;
}
.l__row .l__col__offbyAlt10 {
  margin-right: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="10"] {
    margin-right: 83.3333333333%;
  }
}
.l__row .l__col__span11 {
  width: 91.6666666667%;
}
.l__row .l__col__offby11 {
  margin-left: 91.6666666667%;
}
.l__row .l__col__offbyAlt11 {
  margin-right: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="11"] {
    margin-right: 91.6666666667%;
  }
}
.l__row .l__col__span12 {
  width: 100%;
}
.l__row .l__col__offby12 {
  margin-left: 100%;
}
.l__row .l__col__offbyAlt12 {
  margin-right: 100%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1366*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1366*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1024*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1024*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby768*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt768*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby480*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt480*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby360*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt360*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1366px) {
  .l__row .l__col[data-offby1366="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-offby1024="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-offby768="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-offby480="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-offby360="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.l__rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l__rowFlex .l__col__span1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span1[data-1366*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span1[data-1024*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span1[data-768*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span1[data-480*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span1[data-360*="1"] {
    width: 8.3333333333%;
  }
}
.l__rowFlex .l__col__span2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span2[data-1366*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span2[data-1024*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span2[data-768*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span2[data-480*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span2[data-360*="2"] {
    width: 16.6666666667%;
  }
}
.l__rowFlex .l__col__span3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span3[data-1366*="3"] {
    width: 25%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span3[data-1024*="3"] {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span3[data-768*="3"] {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span3[data-480*="3"] {
    width: 25%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span3[data-360*="3"] {
    width: 25%;
  }
}
.l__rowFlex .l__col__span4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span4[data-1366*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span4[data-1024*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span4[data-768*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span4[data-480*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span4[data-360*="4"] {
    width: 33.3333333333%;
  }
}
.l__rowFlex .l__col__span5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span5[data-1366*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span5[data-1024*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span5[data-768*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span5[data-480*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span5[data-360*="5"] {
    width: 41.6666666667%;
  }
}
.l__rowFlex .l__col__span6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span6[data-1366*="6"] {
    width: 50%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span6[data-1024*="6"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span6[data-768*="6"] {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span6[data-480*="6"] {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span6[data-360*="6"] {
    width: 50%;
  }
}
.l__rowFlex .l__col__span7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span7[data-1366*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span7[data-1024*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span7[data-768*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span7[data-480*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span7[data-360*="7"] {
    width: 58.3333333333%;
  }
}
.l__rowFlex .l__col__span8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span8[data-1366*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span8[data-1024*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span8[data-768*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span8[data-480*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span8[data-360*="8"] {
    width: 66.6666666667%;
  }
}
.l__rowFlex .l__col__span9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span9[data-1366*="9"] {
    width: 75%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span9[data-1024*="9"] {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span9[data-768*="9"] {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span9[data-480*="9"] {
    width: 75%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span9[data-360*="9"] {
    width: 75%;
  }
}
.l__rowFlex .l__col__span10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span10[data-1366*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span10[data-1024*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span10[data-768*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span10[data-480*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span10[data-360*="10"] {
    width: 83.3333333333%;
  }
}
.l__rowFlex .l__col__span11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span11[data-1366*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span11[data-1024*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span11[data-768*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span11[data-480*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span11[data-360*="11"] {
    width: 91.6666666667%;
  }
}
.l__rowFlex .l__col__span12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span12[data-1366*="12"] {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span12[data-1024*="12"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span12[data-768*="12"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span12[data-480*="12"] {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span12[data-360*="12"] {
    width: 100%;
  }
}
.l__rowFlex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1366px) {
  .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1366*=negative7] {
    margin: 0 -7px;
  }
  .l__row[data-1366*=negative7] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1020px) {
  .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1024*=negative7] {
    margin: 0 -7px;
  }
  .l__row[data-1024*=negative7] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-768*=negative7] {
    margin: 0 -7px;
  }
  .l__row[data-768*=negative7] > .l__col > .l__col__evenpad, .l__row[data-768*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-480*=negative7] {
    margin: 0 -7px;
  }
  .l__row[data-480*=negative7] > .l__col > .l__col__evenpad, .l__row[data-480*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-360*=negative7] {
    margin: 0 -7px;
  }
  .l__row[data-360*=negative7] > .l__col > .l__col__evenpad, .l__row[data-360*=negative7] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 7px;
  }
  .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1020px) {
  [data-1024*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  [data-768*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  [data-480*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%;
}
.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%;
}
.l__row__altlayout .l__col__offby3 {
  margin-right: 25%;
}
.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%;
}
.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%;
}
.l__row__altlayout .l__col__offby6 {
  margin-right: 50%;
}
.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%;
}
.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%;
}
.l__row__altlayout .l__col__offby9 {
  margin-right: 75%;
}
.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%;
}
.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%;
}
.l__row__altlayout .l__col__offby12 {
  margin-right: 100%;
}

.l__row__colCenter .l__col {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}

@media (min-width: 1801px) {
  .xl-contain {
    max-width: 70%;
    margin: 0 auto;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html.nav-open {
  overflow: hidden;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #00443F;
          box-shadow: 0 0 0 2px #00443F;
}

body:not(.wp-admin) {
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialised;
  margin: 0;
  padding: 0;
  color: #00443F;
}
@media (min-width: 1801px) {
  body:not(.wp-admin) {
    font-size: 19px;
    line-height: 24px;
  }
}

#site-content {
  width: 100%;
  float: left;
  margin-top: 60px;
}
@media (max-width: 1020px) {
  #site-content {
    margin-top: 72px;
    overflow: hidden;
  }
}

.btn, .gform_footer .gform_button, .gform_footer input[type=submit] {
  display: inline-block;
  line-height: 26px;
  padding: 10px 2.5em;
  text-align: center;
  text-transform: none;
  outline: 0;
  border: solid 2px #00443F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 25px;
  font-weight: bold;
  min-width: 191px;
}

.btn:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover {
  text-decoration: none;
}
.btn--standard {
  background-color: #B35140;
  border-color: #B35140;
  color: #fff;
}
.btn--standard:hover, .btn--standard.active {
  background-color: #BE402A;
  border-color: #BE402A;
  text-decoration: underline;
}
.btn--gold {
  background-color: #BC9E5F;
  border-color: #BC9E5F;
  color: #fff;
}
.btn--gold:hover, .btn--gold.active {
  background-color: #a08345;
  border-color: #a08345;
  text-decoration: underline;
}
.btn--sand, .gform_footer .gform_button, .gform_footer input[type=submit] {
  background-color: #CFD1C0;
  border-color: #CFD1C0;
  color: #00443F;
}
.btn--sand:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover, .btn--sand.active, .gform_footer .active.gform_button, .gform_footer input.active[type=submit] {
  background-color: #BDBCA9;
  border-color: #BDBCA9;
  text-decoration: underline;
}
.btn--alt {
  background-color: #fff;
  border-color: #00443F;
  color: #00443F;
}
.btn--alt:hover, .btn--alt.active {
  background-color: #00443F;
  border-color: #00443F;
  text-decoration: underline;
  color: #fff;
}
.btn--green {
  background-color: #00443F;
  border-color: #00443F;
  color: #fff;
}
.btn--green:hover, .btn--green.active {
  background-color: #00443F;
  border-color: #00443F;
  text-decoration: underline;
}
.btn--text {
  padding: 0;
  color: #00443F;
  background: none;
  border: none;
  text-align: left;
  position: relative;
  padding-left: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--text::before {
  content: url("../images/icons/new-arrow.svg");
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 1px;
}
.btn--text:hover {
  font-weight: bold;
  text-decoration: underline;
}
.btn--text:hover::before {
  left: 5px;
}

#search-arrow-svg, #search-icon-svg {
  cursor: pointer;
}

.close-btn {
  padding-right: 30px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #f0f4f7;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.play-btn {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
}
.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #00443F;
}
@media (max-width: 768px) {
  .play-btn::before {
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 20px solid #00443F;
  }
}
.play-btn:hover {
  background-color: #00443F;
}
.play-btn:hover::before {
  border-left-color: #fff;
}

.m__pagination {
  text-align: center;
  width: 100%;
  float: left;
  margin: 1em 0 2em;
}
.m__pagination .pagination-text {
  display: inline-block;
  margin-left: 1em;
  text-decoration: underline;
  color: #00443F;
}
.m__pagination ul {
  margin: 0;
  padding: 0;
}
.m__pagination ul li {
  display: inline-block;
}
.m__pagination ul li a,
.m__pagination ul li .page-numbers {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
  background: #fff;
  color: #00443F;
  font-weight: bold;
  margin: 0 2px;
  border-radius: 50%;
}
.m__pagination ul li a:not(.current):hover,
.m__pagination ul li .page-numbers:not(.current):hover {
  background-color: #00443F;
  color: #fff;
}
.m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.prev::before {
  background: url("../images/icons/pag-arrow.svg") center/contain no-repeat !important;
  -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
          transform: translate(-50%, -50%) rotate(180deg) !important;
}
.m__pagination ul li a.next::before,
.m__pagination ul li .page-numbers.next::before {
  background: url("../images/icons/pag-arrow.svg") center/contain no-repeat !important;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
          transform: translate(-50%, -50%) rotate(0deg) !important;
}
.m__pagination ul li a.next, .m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.next,
.m__pagination ul li .page-numbers.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.m__pagination ul li a.next:hover, .m__pagination ul li a.prev:hover,
.m__pagination ul li .page-numbers.next:hover,
.m__pagination ul li .page-numbers.prev:hover {
  background: unset;
}
.m__pagination ul li a.next::before, .m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.next::before,
.m__pagination ul li .page-numbers.prev::before {
  content: "";
  width: 48px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icons/pag-arrow.png") center/contain no-repeat;
}
.m__pagination ul li .current {
  background: #fff;
  border: 1px solid #00443F;
}
.m__pagination ul li .current::after {
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-anim*=fade] {
    opacity: 1;
  }
}
[data-anim*=fade] {
  opacity: 0;
}

.no-js [data-anim*=fade] {
  opacity: 1;
}

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[data-anim][data-anim__delay="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
[data-anim][data-anim__duration="1"] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
[data-anim][data-anim__delay="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
[data-anim][data-anim__duration="2"] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
[data-anim][data-anim__delay="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
[data-anim][data-anim__duration="3"] {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
[data-anim][data-anim__delay="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
[data-anim][data-anim__duration="4"] {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
[data-anim][data-anim__delay="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
[data-anim][data-anim__duration="5"] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
[data-anim][data-anim__delay="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
[data-anim][data-anim__duration="6"] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
[data-anim][data-anim__delay="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
[data-anim][data-anim__duration="7"] {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
[data-anim][data-anim__delay="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
[data-anim][data-anim__duration="8"] {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
[data-anim][data-anim__delay="9"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
[data-anim][data-anim__duration="9"] {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
[data-anim][data-anim__delay="10"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
[data-anim][data-anim__duration="10"] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
[data-anim][data-anim__delay="11"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
[data-anim][data-anim__duration="11"] {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
[data-anim][data-anim__delay="12"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
[data-anim][data-anim__duration="12"] {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
[data-anim][data-anim__delay="13"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
[data-anim][data-anim__duration="13"] {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
[data-anim][data-anim__delay="14"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
[data-anim][data-anim__duration="14"] {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
[data-anim][data-anim__delay="15"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
[data-anim][data-anim__duration="15"] {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
[data-anim][data-anim__delay="16"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
[data-anim][data-anim__duration="16"] {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
[data-anim][data-anim__delay="17"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
[data-anim][data-anim__duration="17"] {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}
[data-anim][data-anim__delay="18"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
[data-anim][data-anim__duration="18"] {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
[data-anim][data-anim__delay="19"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
[data-anim][data-anim__duration="19"] {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
[data-anim][data-anim__delay="20"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
[data-anim][data-anim__duration="20"] {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
[data-anim][data-anim__delay="21"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
[data-anim][data-anim__duration="21"] {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
[data-anim][data-anim__delay="22"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
[data-anim][data-anim__duration="22"] {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
[data-anim][data-anim__delay="23"] {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
[data-anim][data-anim__duration="23"] {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}
[data-anim][data-anim__delay="24"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
[data-anim][data-anim__duration="24"] {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
[data-anim][data-anim__delay="25"] {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
[data-anim][data-anim__duration="25"] {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
[data-anim][data-anim__delay="26"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
[data-anim][data-anim__duration="26"] {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
[data-anim][data-anim__delay="27"] {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
[data-anim][data-anim__duration="27"] {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}
[data-anim][data-anim__delay="28"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
[data-anim][data-anim__duration="28"] {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
[data-anim][data-anim__delay="29"] {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
[data-anim][data-anim__duration="29"] {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}
[data-anim][data-anim__delay="30"] {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
[data-anim][data-anim__duration="30"] {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
[data-anim][data-anim__delay="31"] {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
[data-anim][data-anim__duration="31"] {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}
[data-anim][data-anim__delay="32"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
[data-anim][data-anim__duration="32"] {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
[data-anim][data-anim__delay="33"] {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
[data-anim][data-anim__duration="33"] {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}
[data-anim][data-anim__delay="34"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
[data-anim][data-anim__duration="34"] {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}
[data-anim][data-anim__delay="35"] {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
[data-anim][data-anim__duration="35"] {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
[data-anim][data-anim__delay="36"] {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
[data-anim][data-anim__duration="36"] {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}
[data-anim][data-anim__delay="37"] {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
[data-anim][data-anim__duration="37"] {
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
[data-anim][data-anim__delay="38"] {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
[data-anim][data-anim__duration="38"] {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}
[data-anim][data-anim__delay="39"] {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
[data-anim][data-anim__duration="39"] {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
}
[data-anim][data-anim__delay="40"] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
[data-anim][data-anim__duration="40"] {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
[data-anim][data-anim__delay="41"] {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
[data-anim][data-anim__duration="41"] {
  -webkit-animation-duration: 4.1s;
          animation-duration: 4.1s;
}
[data-anim][data-anim__delay="42"] {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
[data-anim][data-anim__duration="42"] {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
}
[data-anim][data-anim__delay="43"] {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
[data-anim][data-anim__duration="43"] {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}
[data-anim][data-anim__delay="44"] {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
[data-anim][data-anim__duration="44"] {
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
}
[data-anim][data-anim__delay="45"] {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
[data-anim][data-anim__duration="45"] {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
[data-anim][data-anim__delay="46"] {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
[data-anim][data-anim__duration="46"] {
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
}
[data-anim][data-anim__delay="47"] {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
[data-anim][data-anim__duration="47"] {
  -webkit-animation-duration: 4.7s;
          animation-duration: 4.7s;
}
[data-anim][data-anim__delay="48"] {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
[data-anim][data-anim__duration="48"] {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
}
[data-anim][data-anim__delay="49"] {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
[data-anim][data-anim__duration="49"] {
  -webkit-animation-duration: 4.9s;
          animation-duration: 4.9s;
}
[data-anim][data-anim__delay="50"] {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
[data-anim][data-anim__duration="50"] {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__animate=true][data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim][data-anim__animate=true][data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim][data-anim__animate=true][data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__iteration=infinte] {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -moz-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -o-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -o-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -moz-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -o-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -moz-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -o-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -moz-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -o-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -o-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.c__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c__embed iframe,
.c__embed object,
.c__embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fifty-fifty-mail {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fifty-fifty-mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url("../images/icons/email-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.fifty-fity-tel {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fifty-fity-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url("../images/icons/tel-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.dark .fifty-fity-tel::before {
  background-image: url("../images/icons/tel-icon-white.svg");
}
.dark .fifty-fifty-mail::before {
  background-image: url("../images/icons/email-icon-white.svg");
}

.c__tease {
  height: 100%;
  position: relative;
  padding-bottom: 4.5em;
}
.c__tease span {
  margin-bottom: 1em;
}
.c__tease.nolink {
  padding-bottom: 0;
}
.c__tease a {
  display: block;
}
.c__tease__img {
  position: relative;
  margin-bottom: 1em;
}
.c__tease__img::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.c__tease [data-bkimage] {
  background: url("../images/icons/background-light.png") center/cover no-repeat;
}
.c__tease__content p:last-of-type {
  margin: 0;
}
.c__tease__content time {
  display: block;
  margin: 0 0 1em;
}
.c__tease__content .btn, .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1020px) {
  .c__tease__content .btn, .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
    width: 100%;
  }
}

.c__tease--promo-card {
  padding: 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1020px) {
  .c__tease--promo-card {
    padding: 90px 36px;
  }
}
@media (min-width: 1801px) {
  .c__tease--promo-card {
    font-size: 19px;
    line-height: 24px;
  }
}
.c__tease--promo-card img {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}
.c__tease--promo-card a.btn, .c__tease--promo-card .gform_footer a.gform_button, .gform_footer .c__tease--promo-card a.gform_button {
  margin-top: 0px;
}
.c__tease--promo-card.green {
  background: url("../images/icons/background.png");
  color: #fff;
}
.c__tease--promo-card.green h3, .c__tease--promo-card.green p {
  color: #fff;
}
.c__tease--promo-card.sand {
  background: url("../images/icons/background-light.png");
  color: #00443F;
}
.c__tease--promo-card.sheila_font h1, .c__tease--promo-card.sheila_font h2, .c__tease--promo-card.sheila_font h3, .c__tease--promo-card.sheila_font h4, .c__tease--promo-card.sheila_font h5, .c__tease--promo-card.sheila_font h6 {
  font-family: "effra", sans-serif;
  font-style: italic;
}
.c__tease--promo-card h1, .c__tease--promo-card h2, .c__tease--promo-card h3, .c__tease--promo-card h4, .c__tease--promo-card h5, .c__tease--promo-card h6 {
  font-weight: 400;
  font-style: normal;
  color: #BC9E5F;
}
.c__tease--promo-card h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 8px;
  text-align: center;
}

.c__tease--planning-proposal {
  padding-bottom: 0;
}

@media (min-width: 1021px) {
  .c__tease--development::after {
    content: "";
    position: absolute;
    left: -465px;
    top: -10px;
    height: calc(100% + 20px);
    width: 460px;
    background: #fff;
    z-index: 2;
  }
}
@media (max-width: 1020px) {
  .c__tease--development {
    background: #fff;
    padding-bottom: 0;
  }
}
.c__tease--development .c__tease__img {
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media (min-width: 1021px) {
  .c__tease--development .c__tease__img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__img {
    margin-bottom: 0;
  }
  .c__tease--development .c__tease__img::before {
    padding-top: 66%;
  }
  .c__tease--development .c__tease__img.dark-overlay {
    position: relative;
  }
  .c__tease--development .c__tease__img.dark-overlay::before {
    position: relative;
    background: unset;
  }
  .c__tease--development .c__tease__img .heading {
    display: none;
  }
}
.c__tease--development .c__tease__img .heading {
  padding-left: 15px;
  padding-top: 15px;
}
.c__tease--development .c__tease__img .heading h3, .c__tease--development .c__tease__img .heading p {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1450980392);
  border-radius: 25px;
  padding: 5px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  backdrop-filter: blur(2px);
}
@media (min-width: 1021px) {
  .c__tease--development .c__tease__img .heading {
    position: absolute;
    z-index: 1;
    opacity: 1;
  }
}
@media (min-width: 1021px) {
  .c__tease--development::before {
    content: "";
    display: block;
    padding-top: 33%;
  }
}
@media (min-width: 1367px) {
  .c__tease--development::before {
    content: "";
    display: block;
    padding-top: 27%;
  }
}
@media (min-width: 1021px) {
  .c__tease--development:hover .c__tease__content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c__tease--development .c__tease__content {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 29px 25px;
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__content {
    padding: 1em;
    color: #00443F;
  }
}
@media (min-width: 1021px) {
  .c__tease--development .c__tease__content {
    color: #00443F;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 400px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: absolute;
    left: -2px;
    top: 0;
    padding: 23px 25px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c__tease--development .c__tease__content p {
    color: #404040;
  }
}
@media (min-width: 1801px) {
  .c__tease--development .c__tease__content {
    width: 500px;
  }
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__content .content_body p {
    margin-bottom: 0;
  }
}
.c__tease--development .c__tease__content .content_body .region {
  margin-bottom: 4px;
  color: #00443F;
  font-weight: 500;
}
.c__tease--development .c__tease__content .content_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c__tease--development .c__tease__content .content_footer .priceFrom {
  font-size: 18px;
  border-bottom: solid 1px #00443F;
  font-weight: 700;
  color: #00443F;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__content .content_footer .priceFrom {
    margin-bottom: 20px;
    margin-top: 1em;
  }
}
.c__tease--development .c__tease__content .content_footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__content .content_footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__tease--development .c__tease__content .content_footer .links a {
  font-size: 14px;
  line-height: 17px;
  min-width: 170px;
  position: initial;
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__content .content_footer .links a:first-of-type {
    margin-bottom: 1em;
  }
}
@media (max-width: 1020px) {
  .c__tease--development .c__tease__content .content_footer .links a {
    font-size: 16px;
    padding: 14.5px 0;
  }
}
@media (min-width: 1021px) {
  .c__tease--development .c__tease__content .content_footer .links a {
    padding: 10px 0;
    width: 170px;
    border-radius: 26px;
  }
}
.c__tease--development.featured_nav {
  overflow: unset;
  width: 50%;
}
.c__tease--development.featured_nav::after {
  content: unset !important;
}
@media (max-width: 1020px) {
  .c__tease--development.featured_nav {
    display: none;
  }
}
.c__tease--development.featured_nav::before {
  content: unset;
}
.c__tease--development.featured_nav .c__tease__img {
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 0;
}
.c__tease--development.featured_nav .c__tease__img::before {
  padding-top: 78%;
}
@media (min-width: 1021px) {
  .c__tease--development.featured_nav .c__tease__img {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
.c__tease--development.featured_nav .c__tease__content {
  position: relative;
  -webkit-transform: none;
          transform: none;
  padding: 14px 10px;
}
.c__tease--development.featured_nav .c__tease__content h3 {
  margin-bottom: 25px;
}
.c__tease--development.featured_nav .c__tease__content .content_footer .priceFrom {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.c__tease--development.featured_nav .c__tease__content .links {
  position: relative;
}
.c__tease--development.featured_nav .c__tease__content .links a {
  color: #B35140;
}
.c__tease--development.featured_nav .c__tease__content .links a::before {
  content: url("../images/icons/new-arrow-orange.svg");
}
.c__tease--development.featured_nav .c__tease__content .links span {
  padding-left: 25px;
}
.c__tease--development.featured_nav .c__tease__content h3 {
  font-size: 24px;
}
@media (min-width: 1021px) {
  .c__tease--development.featured_nav .c__tease__content {
    width: auto;
  }
}
.c__tease--development.featured_nav .c__tease__content .content_footer .links a {
  padding: 0;
}

.featured-developments {
  position: relative;
  padding: 3.5em 0 2em;
  width: 43%;
}
@media (max-width: 1020px) {
  .featured-developments {
    display: none;
  }
}
.featured-developments > h3 {
  margin-bottom: 30px;
  font-size: 20px;
  position: absolute;
  top: -9px;
  width: 100%;
}
.featured-developments > h3::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  background: #CECECE;
  left: 0;
}
.featured-developments .developments {
  gap: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c__tease--plot {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
@media (min-width: 1021px) {
  .c__tease--plot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c__tease--plot .c__tease__img {
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.c__tease--plot .c__tease__img::before {
  padding-top: 79%;
}
.c__tease--plot .c__tease__img .exchange-promo {
  background: #CFD1C0;
  color: #00443F;
  position: absolute;
  top: 18px;
  left: 5px;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c__tease--plot .c__tease__img .cashback-promo {
  background: #B35140;
  color: #fff;
  position: absolute;
  top: -13px;
  left: 5px;
  right: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c__tease--plot .c__tease__content {
  background: white;
  width: 100%;
  padding: 18.5px 19px;
}
@media (min-width: 1021px) {
  .c__tease--plot .c__tease__content {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1020px) {
  .c__tease--plot .c__tease__content {
    position: relative;
  }
}
.c__tease--plot .c__tease__content .type {
  color: #00443F;
}
.c__tease--plot .c__tease__content .list {
  margin: 1em 0 1.618em;
}
@media (max-width: 1020px) {
  .c__tease--plot .c__tease__content .list {
    display: none;
  }
}
.c__tease--plot .c__tease__content .list p {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
}
.c__tease--plot .c__tease__content .list p::before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #00443F;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.c__tease--plot .c__tease__content .type {
  padding-left: 30px;
  position: relative;
}
.c__tease--plot .c__tease__content .type::before {
  content: "";
  background-image: url("../images/icons/bed-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.c__tease--plot .c__tease__content ul li {
  color: #00443F;
}
.c__tease--plot .c__tease__content .plot_number {
  position: absolute;
  right: 15px;
  top: -16px;
  background: #BC9E5F;
  color: #fff;
  border-radius: 26px;
  padding: 4px 14px;
  font-size: 14px;
}
@media (min-width: 1021px) {
  .c__tease--plot .c__tease__content {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1020px) {
  .c__tease--plot .c__tease__content .content_body p {
    margin-bottom: 0;
  }
}
.c__tease--plot .c__tease__content .content_body .priceFrom {
  margin-top: 10px;
  font-weight: 700;
  color: #00443F;
  padding-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 1020px) {
  .c__tease--plot .c__tease__content .content_body .priceFrom {
    margin-top: 1em;
  }
}
.c__tease--plot .c__tease__content .content_body .region {
  margin-bottom: 4px;
  color: #00443F;
}
.c__tease--plot .c__tease__content .content_footer {
  -webkit-transition: max-height 0.7s ease-in-out;
  transition: max-height 0.7s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1021px) {
  .c__tease--plot .c__tease__content .content_footer {
    overflow: hidden;
    max-height: 0;
  }
}
.c__tease--plot .c__tease__content .content_footer .type, .c__tease--plot .c__tease__content .content_footer ul li {
  font-size: 16px;
  line-height: 18px;
}
.c__tease--plot .c__tease__content .content_footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .c__tease--plot .c__tease__content .content_footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1020px) {
  .c__tease--plot .c__tease__content .content_footer .links {
    margin-top: 15px;
  }
}
.c__tease--plot .c__tease__content .content_footer .links a {
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  min-width: 174px;
  position: initial;
}
@media (max-width: 1366px) {
  .c__tease--plot .c__tease__content .content_footer .links a:first-of-type {
    margin-bottom: 10px;
  }
}
@media (min-width: 1367px) {
  .c__tease--plot .c__tease__content .content_footer .links a {
    padding: 12px 0;
    width: 174px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: bold;
  }
}
.c__tease--plot:hover .content_footer {
  max-height: 300px;
}

.c__listings-house-types.bottom_bg {
  position: relative;
}
.c__listings-house-types.bottom_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #CFD1C0;
  height: 300px;
  width: 100%;
}

.c__listing__developments .dark-overlay::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(0, 0, 0, 0.5098039216)), color-stop(23%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5098039216) 8%, rgba(255, 255, 255, 0) 23%);
}
@media (max-width: 1020px) {
  .c__listing__developments .l__row__negative15 {
    margin: 0 -10px;
  }
}
.c__listing__developments .gold-line-1 {
  position: absolute;
  width: 50%;
  top: 0px;
  right: 0;
  background: url(../images/lines/gold-line-1.svg) center/cover no-repeat;
  height: 100%;
}
.c__listing__developments .gold-line-2 {
  position: absolute;
  width: 50%;
  top: 0;
  right: -200px;
  background: url(../images/lines/gold-line-2.svg) center/cover no-repeat;
  height: 100%;
}
.c__listing__developments.move-up {
  padding-top: 18em;
  margin-top: -350px;
  z-index: 1;
}
.c__listing__developments.bg-green {
  background-color: #CFD1C0;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .c__listing__developments.bg-green {
    margin-top: 1em;
  }
}
.c__listing__developments.bg-green .c__listings__intro {
  color: #404040;
}
.c__listing__developments.bg-green .c__listings__intro h2, .c__listing__developments.bg-green .c__listings__intro p, .c__listing__developments.bg-green .c__listings__intro div {
  color: #404040;
}
.c__listing__developments.bg-green.image-bg .c__listings__intro {
  color: #fff;
}
.c__listing__developments.bg-green.image-bg .c__listings__intro h2, .c__listing__developments.bg-green.image-bg .c__listings__intro p, .c__listing__developments.bg-green.image-bg .c__listings__intro div {
  color: #fff;
}
.c__listing__developments.bg-green .c__tease--development {
  overflow: hidden;
}
@media (max-width: 1020px) {
  .c__listing__developments.bg-green .c__tease--development .c__tease__content {
    height: 100%;
  }
}
.c__listing__developments.bg-green .c__tease--development .c__tease__content::after {
  content: unset;
}
.c__listing__developments .cta--wrapper {
  width: 100%;
  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;
}
@media (max-width: 1020px) {
  .c__listing__developments .cta--wrapper {
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
  }
  .c__listing__developments .cta--wrapper a {
    width: 100%;
    font-weight: 500;
  }
}
@media (min-width: 1021px) {
  .c__listing__developments .l__bottom {
    margin-bottom: 49px;
  }
}
.c__listing__developments .c__listings__wrap {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (max-width: 1020px) {
  .c__listing__developments .c__listings__wrap {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.c__listing__developments .m__carousel__wrap {
  width: 100%;
}
@media (max-width: 1020px) {
  .c__listing__developments .m__carousel__wrap {
    width: 100vw;
  }
}
.c__listing__developments .m__carousel__wrap .slick-dots {
  bottom: 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: calc(100% - 20px);
}
.c__listing__developments .m__carousel__wrap .slick-dots button {
  background: #fff;
  height: 2px;
  border-radius: 0;
}
.c__listing__developments .m__carousel__wrap .slick-dots li:not(:last-child) {
  margin-right: 0;
}
.c__listing__developments .m__carousel__wrap .slick-dots .slick-active button {
  background: #BC9E5F;
}
.c__listing__developments .m__carousel__wrap .slick-dots li {
  width: 100%;
}
.c__listing__developments .m__carousel__wrap .slick-dots li button {
  width: 100%;
}
.c__listing__developments .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c__listing__developments .slick-slide {
  height: inherit !important;
}
.c__listing__developments .slick-list {
  padding: 0 6% 0 0;
}
.c__listing__developments.image-bg {
  position: relative;
}
.c__listing__developments.image-bg::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: #003D39;
}
.c__listing__developments .c__listings__intro {
  z-index: 1;
  position: relative;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1021px) {
  .c__listing__developments .c__listings__intro {
    max-width: 536px;
  }
}
.c__listing__developments .c__listings__intro h1, .c__listing__developments .c__listings__intro h2, .c__listing__developments .c__listings__intro h3, .c__listing__developments .c__listings__intro h4, .c__listing__developments .c__listings__intro h5 {
  color: #fff;
}
.c__listing__developments .c__listings__intro p {
  margin-bottom: 0;
  color: #fff;
}
.c__listing__developments .c__listings__intro h2, .c__listing__developments .c__listings__intro p {
  text-align: center;
}
@media (max-width: 1020px) {
  .c__listing__developments .c__listings__intro h2, .c__listing__developments .c__listings__intro p {
    text-align: left;
  }
}

.c__listings {
  position: relative;
  z-index: 3;
}
@media (max-width: 1020px) {
  .c__listings__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__listings__title {
  display: inline-block;
}
@media (max-width: 1020px) {
  .c__listings__all {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.c__listings.related-news .c__listings__title {
  color: #00443F;
}
@media (min-width: 1021px) {
  .c__listings.related-news .c__listings__title {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
}
.c__listings.related-news.bg-green {
  padding: 4em 0;
  background-color: #00443F;
}
.c__listings.related-news.bg-green h2, .c__listings.related-news.bg-green p {
  color: #fff;
}
.c__listings.related-news.bg-green .m__plotmapper__table__row div {
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1020px) {
  .c__listings.related-news.bg-green {
    padding: 2em 0;
  }
}
.c__listings.related-news.bg-light_green {
  padding: 4em 0;
  background-color: #CFD1C0;
}
.c__listings.related-news.bg-light_green .c__tease {
  background: #fff;
}
@media (max-width: 1020px) {
  .c__listings.related-news.bg-light_green {
    padding: 2em 0;
  }
}
.c__listings.related-news .c__listings__all {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2em;
  display: block;
}
.c__listings.related-news .c__tease {
  background: #CFD1C0;
}
.c__listings.related-news.c__tease__img {
  min-height: 280px;
  background-size: cover;
}
.c__listings.related-news .c__tease__content {
  padding: 0 20px;
}
.c__listings.related-news .c__tease__content .btn, .c__listings.related-news .c__tease__content .gform_footer .gform_button, .gform_footer .c__listings.related-news .c__tease__content .gform_button, .c__listings.related-news .c__tease__content .gform_footer input[type=submit], .gform_footer .c__listings.related-news .c__tease__content input[type=submit] {
  bottom: 1em;
  left: 25px;
}
.c__listings.related-news .c__tease span {
  margin-bottom: 1em;
  background: #B35140;
  margin-top: -29px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 3px 10px;
  border-radius: 25px;
  margin-left: -13px;
}
.c__listings.related-posts .c__listings__title {
  color: #00443F;
}
@media (min-width: 1021px) {
  .c__listings.related-posts .c__listings__title {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
}
.c__listings.related-posts .c__listings__all {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2em;
  display: block;
}
@media (max-width: 1020px) {
  .c__listings.related-posts .c__listings__all {
    width: auto;
  }
}
@media (max-width: 768px) {
  .c__listings.related-posts .c__listings__all {
    width: 100%;
  }
}
.c__listings.related-posts .c__tease {
  background: #CFD1C0;
  margin: 5px;
}
.c__listings.related-posts .c__tease__img {
  min-height: 280px !important;
  background-size: cover;
}
.c__listings.related-posts .c__tease__content {
  padding: 0 20px;
}
.c__listings.related-posts .c__tease__content .btn, .c__listings.related-posts .c__tease__content .gform_footer .gform_button, .gform_footer .c__listings.related-posts .c__tease__content .gform_button, .c__listings.related-posts .c__tease__content .gform_footer input[type=submit], .gform_footer .c__listings.related-posts .c__tease__content input[type=submit] {
  bottom: 1em;
  left: 25px;
}
@media (max-width: 1020px) {
  .c__listings.related-posts .c__tease__content .btn, .c__listings.related-posts .c__tease__content .gform_footer .gform_button, .gform_footer .c__listings.related-posts .c__tease__content .gform_button, .c__listings.related-posts .c__tease__content .gform_footer input[type=submit], .gform_footer .c__listings.related-posts .c__tease__content input[type=submit] {
    max-width: calc(100% - 50px);
  }
}
.c__listings.related-posts .c__tease span {
  margin-bottom: 1em;
  background: #B35140;
  margin-top: -29px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 3px 10px;
  border-radius: 25px;
  margin-left: -13px;
}
.c__listings.related-posts h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
}
.c__listings.related-posts .l__col__evenpad {
  margin: 0 5px;
}

.c__block {
  margin-bottom: 4em;
}
.c__block--small {
  margin-bottom: 2em;
}
@media (max-width: 1020px) {
  .c__block {
    margin-bottom: 2.5em;
  }
}

p a {
  text-decoration: underline;
  color: #b35140;
}

.c__searchItem {
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
}
.c__searchItem:first-of-type {
  padding-top: 0;
}

.c__loader {
  display: none;
  position: relative;
  margin: 2em auto 4em;
  width: 120px;
  height: 120px;
  clear: both;
}
.c__loader.active {
  display: block;
}
.c__loader div {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  margin: 12px;
  border: 12px solid #00443F;
  border-radius: 50%;
  -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00443F transparent transparent transparent;
}
.c__loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.c__loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.c__loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.modal--wrapper {
  padding: 4em;
  min-height: 60vh;
  overflow: scroll;
  max-height: 90vh;
}
@media (max-width: 1020px) {
  .modal--wrapper {
    padding: 2em;
  }
}
@media (max-width: 768px) {
  .modal--wrapper {
    padding: 1em;
  }
}
.modal--wrapper .field_hidden {
  display: none;
}
.modal--wrapper .modal--content {
  max-width: 1280px;
}
.modal--wrapper .modal--form {
  max-width: 1280px;
}
.modal--wrapper .modal--form input:not([type=submit], [type=checkbox], [type=radio]), .modal--wrapper .modal--form textarea, .modal--wrapper .modal--form select {
  border-bottom: 4px solid #00443F;
}
.modal--wrapper.dark {
  background-color: #00443F;
  color: #fff;
}
.modal--wrapper.dark .modal--content p, .modal--wrapper.dark .modal--content h1, .modal--wrapper.dark .modal--content h2, .modal--wrapper.dark .modal--content h3, .modal--wrapper.dark .modal--content h4, .modal--wrapper.dark .modal--content h5, .modal--wrapper.dark .modal--content h6, .modal--wrapper.dark .modal--content span, .modal--wrapper.dark .modal--content li, .modal--wrapper.dark .modal--content a {
  color: #fff;
}
.modal--wrapper.dark .modal--form input:not([type=submit], [type=checkbox], [type=radio]), .modal--wrapper.dark .modal--form textarea, .modal--wrapper.dark .modal--form select {
  border-bottom: 4px solid #fff;
}
.modal--wrapper.dark .modal--form .gform_body .gform_fields .gfield {
  color: #fff;
}

@media (min-width: 1021px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1021px) {
  .all-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 1020px) {
  .all-btn-wrapper a {
    width: 100%;
    margin-bottom: 2em;
  }
}

.none-found-text {
  text-align: center;
}

@media (min-width: 1021px) {
  .show_home_banner {
    position: relative;
    top: -2em;
  }
}
.show_home_banner .show_home_pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em 0;
}
@media (min-width: 1801px) {
  .show_home_banner .show_home_pill {
    padding-right: 4em;
  }
}
.show_home_banner .show_home_pill .pill-item {
  background-color: #140442;
  border-radius: 25px;
  padding: 5px 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .show_home_banner .show_home_pill .pill-item {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1367px) {
  .show_home_banner .show_home_pill .pill-item {
    padding: 10px 20px;
  }
}
.show_home_banner .show_home_pill .pill-item a {
  text-decoration: underline;
}

.m__related_homes .content {
  margin-bottom: 2em;
}
.m__related_homes.bg-green {
  padding: 4em 0;
  background-color: #00443F;
}
.m__related_homes.bg-green h2, .m__related_homes.bg-green p {
  color: #fff;
}
.m__related_homes.bg-green .m__plotmapper__table__row div {
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1020px) {
  .m__related_homes.bg-green {
    padding: 2em 0;
  }
}
.m__related_homes.bg-light_green {
  padding: 4em 0;
  background-color: #CFD1C0;
}
@media (max-width: 1020px) {
  .m__related_homes.bg-light_green {
    padding: 2em 0;
  }
}

#modal-Arrange-a-viewing iframe, #modal-Request-a-callback iframe, #modal-Virtual-Tour iframe, #modal-Virtual-appointment iframe {
  max-width: 100vw;
  min-height: 75vh;
  width: 100%;
}
@media (min-width: 1021px) {
  #modal-Arrange-a-viewing iframe, #modal-Request-a-callback iframe, #modal-Virtual-Tour iframe, #modal-Virtual-appointment iframe {
    min-width: 90vw;
    min-height: 90vh;
  }
}
@media (max-width: 480px) {
  #modal-Arrange-a-viewing iframe, #modal-Request-a-callback iframe, #modal-Virtual-Tour iframe, #modal-Virtual-appointment iframe {
    width: 98vw;
  }
}

@media (min-width: 1021px) {
  #modal-Video-tour {
    min-width: 90vw;
    min-height: 90vh;
  }
}

.mw-hidden {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.c__social-links {
  margin: 0;
  padding: 0;
}
.c__social-links__icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.5em;
}
.c__social-links__icon:first-of-type {
  margin-left: 0;
}
.c__social-links__icon a {
  background: #00443F;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 32px;
  display: block;
}
.c__social-links__icon a svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
}
.c__social-links__icon a:hover, .c__social-links__icon a:focus {
  background: #00443F;
}
.c__social-links__icon a:hover svg, .c__social-links__icon a:focus svg {
  fill: #fff;
}
.c__social-links--light .c__social-links__icon a {
  background: #fff;
}
.c__social-links--light .c__social-links__icon a svg {
  fill: #00443F;
}
.c__social-links--light .c__social-links__icon a:hover {
  background: #B35140;
}
.c__social-links--light .c__social-links__icon a:hover svg {
  fill: #fff;
}

.m__social-share {
  display: block;
}
.m__social-share span {
  margin-right: 1em;
}
.m__social-share span, .m__social-share .c__social-links {
  display: inline-block;
  vertical-align: middle;
}
.m__social-share .c__social-links__icon a {
  background: #00443F;
}
.m__social-share .c__social-links__icon a:hover {
  background: #B35140;
}

footer .c__social-links .c__social-links__icon a svg {
  width: 36px;
  height: 36px;
}

.c__filter {
  margin-top: 4em;
}
@media (max-width: 1020px) {
  .c__filter .c__filter__links {
    display: none;
  }
}
.c__filter .c__filter__links li {
  display: inline-block;
}
.c__filter .c__filter__links li.name {
  font-weight: bold;
  margin-right: 1.5em;
}
.c__filter .c__filter__links li:not(.name) {
  border: solid 1px #00443F;
  margin-right: 0.5em;
  line-height: 40px;
  padding: 0 1em;
  cursor: pointer;
}
.c__filter .c__filter__links li:not(.name):hover, .c__filter .c__filter__links li:not(.name).active {
  color: #fff;
  background: #00443F;
}
.c__filter select {
  border-bottom: 1px solid;
}
@media (min-width: 1021px) {
  .c__filter select {
    display: none;
  }
}

#load-more {
  margin: -1em auto 3em;
  display: block;
}
#load-more.hide {
  display: none;
}

.plotFilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 62px;
  position: relative;
}
.plotFilters#development-search {
  padding: 0;
}
@media (min-width: 1021px) {
  .plotFilters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1020px) {
  .plotFilters {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1em;
    padding-bottom: 25px;
  }
}
.plotFilters .label {
  margin-right: 23px;
  font-weight: 500;
  color: #00443F;
  font-size: 16px;
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .plotFilters .label {
    margin-right: 12px;
  }
}
@media (max-width: 1020px) {
  .plotFilters .label {
    margin-bottom: 12px;
  }
}
.plotFilters #reset-button, .plotFilters #reset-development-button {
  width: 50px;
  height: 24px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  color: #00443F;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1020px) {
  .plotFilters #reset-button, .plotFilters #reset-development-button {
    position: absolute;
    right: 20px;
    text-decoration: underline;
    font-size: 16px;
  }
}
.plotFilters #reset-button svg, .plotFilters #reset-development-button svg {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 24px;
  width: 15px;
}
.plotFilters #reset-button:hover, .plotFilters #reset-development-button:hover {
  text-decoration: underline;
}
.plotFilters select {
  margin-right: 17px;
  width: 191px;
  border: solid 1px #979797;
  border-radius: 4px;
  font-size: 16px;
  color: #00443F;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .plotFilters select {
    width: 100%;
  }
  .plotFilters select:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.plotFilters select:focus, .plotFilters select:active, .plotFilters select:focus-within, .plotFilters select:focus-visible, .plotFilters select:visited {
  outline: none;
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.plotFilters select.home-type {
  width: 297px;
}
.plotFilters .sitemap_cta {
  position: absolute;
  right: 0;
}
@media (max-width: 1280px) {
  .plotFilters .sitemap_cta a {
    min-width: unset;
    padding: 10px 1.5em;
  }
}
@media (max-width: 1020px) {
  .plotFilters .sitemap_cta {
    display: none;
  }
  .plotFilters .sitemap_cta a {
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tab-only {
  left: 2px;
  position: absolute;
  -webkit-transform: translateY(-110vh);
          transform: translateY(-110vh);
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.tab-only:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (max-width: 1020px) {
  .tab-only {
    display: none;
  }
}

.img-responsive {
  width: 100%;
  height: auto;
}

.dark-overlay {
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}

.hide {
  display: none;
}

[data-bkimage] {
  background: #ccc center/cover no-repeat;
}

.cf::before, .m__siteplan__topbar::before,
.cf::after,
.m__siteplan__topbar::after,
.l__row::before,
.l__row::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}

.cf::after, .m__siteplan__topbar::after,
.l__row::after {
  clear: both;
}

.focus-point {
  background-size: cover;
  background-repeat: no-repeat;
}

@font-face {
  font-display: swap;
  font-family: Poppins;
  src: url("../fonts/poppins/poppins-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  src: url("../fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .--h1, .--h2, .--h3, .--h4, .--h5, .--h6 {
  line-height: 1.2571;
  margin: 0 0 0.5em;
  font-weight: 500;
  color: #484848;
}

h1, .--h1 {
  font-size: 50px;
  line-height: 52px;
}
@media (max-width: 1020px) {
  h1, .--h1 {
    font-size: 42px;
    line-height: 40px;
  }
}

h2, .--h2 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 1020px) {
  h2, .--h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3, .--h3 {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1020px) {
  h3, .--h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

h4, .--h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h5, .--h5 {
  font-size: 1.2em;
}

h6, .--h6 {
  font-size: 1em;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 1.618em 0;
  color: #404040;
  /* stylelint-disable-next-line no-descending-specificity */
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus, p a:active {
  text-decoration: none;
}

ol {
  counter-reset: item;
  margin: 1em 0 1.618em;
  padding: 0 0 0 1.875em;
  padding-left: 1em;
}
ol li {
  counter-increment: item;
  padding: 0;
  position: relative;
}
ol ol {
  margin-bottom: 0;
}
ol.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.nolist li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 1em 0 1.618em;
  padding: 0 0 0 1.25em;
}
ul ul {
  margin: 0;
}
ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nolist li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 1.25em 0;
}
dl dd, dl dt {
  padding: 0 0 0.625em;
}

blockquote {
  border-left: solid 3px #00443F;
  margin: 1.5em 0;
  padding-left: 2em;
}
blockquote p {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1em;
}

hr {
  height: 1px;
  border: 0;
  background: #00443F;
  margin: 0;
  width: 100%;
}

*::-webkit-input-placeholder {
  color: #404040;
  padding-top: 3px;
}

*:-moz-placeholder {
  color: #404040;
  padding-top: 3px;
}

*::-moz-placeholder {
  color: #404040;
  padding-top: 3px;
}

*:-ms-input-placeholder {
  color: #404040;
  padding-top: 3px;
}

select {
  padding-right: 45px;
  background-image: url("../images/icons/form-arrow.svg");
  background-position-x: 100%;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #404040;
}
select::-ms-expand {
  display: none;
}

textarea {
  max-height: 150px;
}

input:not([type=submit], [type=checkbox], [type=radio]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.75em 1em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  border: 1px solid #00443F;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0.75em;
  border-bottom: 4px solid #fff;
}
input:not([type=submit], [type=checkbox], [type=radio]):focus, input:not([type=submit], [type=checkbox], [type=radio]):active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  border-bottom: 4px solid #BC9E5F;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #00443F;
  width: 25px;
  height: 25px;
  background-color: #fff;
  outline: 0;
  margin: 0 0.25em 0 0;
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00443F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.validation_error {
  margin-bottom: 1em;
  color: #fff;
  font-weight: bold;
}

.gform_wrapper {
  position: relative;
}

.gform_body .gfield_description {
  margin-bottom: 1em;
}
.gform_body .gfield_radio li {
  display: inline-block;
}
.gform_body .gfield_radio li label {
  margin: 0 1em 1em 0.5em;
}
.gform_body .gform_fields {
  margin: 0 -1em;
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields::before, .gform_body .gform_fields::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}
.gform_body .gform_fields::after {
  clear: both;
}
.gform_body .gform_fields .gfield {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 1em;
  position: relative;
  border: none;
}
.gform_body .gform_fields .gfield ul {
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields .gfield label, .gform_body .gform_fields .gfield .gfield_label {
  margin-right: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  max-width: calc(100% - 35px);
  font-weight: bold;
}
.gform_body .gform_fields .gfield label a, .gform_body .gform_fields .gfield .gfield_label a {
  text-decoration: underline;
  /* stylelint-disable-next-line no-descending-specificity */
}
.gform_body .gform_fields .gfield label a:hover, .gform_body .gform_fields .gfield label a:focus, .gform_body .gform_fields .gfield .gfield_label a:hover, .gform_body .gform_fields .gfield .gfield_label a:focus {
  text-decoration: none;
}
.gform_body .gform_fields .gfield.gfield_visibility_hidden, .gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_body .gform_fields .gfield.sidelabel label, .gform_body .gform_fields .gfield.sidelabel .ginput_container {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1020px) {
  .gform_body .gform_fields .gfield.sidelabel label, .gform_body .gform_fields .gfield.sidelabel .ginput_container {
    width: 100%;
  }
}
.gform_body .gform_fields .gfield.nolabel .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.nolabel .gfield_required:not(.gfield_consent_label), .gform_body .gform_fields .gfield.hidden_label .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.hidden_label .gfield_required:not(.gfield_consent_label) {
  display: none;
}
.gform_body .gform_fields .gfield.nolabel li label, .gform_body .gform_fields .gfield.hidden_label li label {
  display: inline;
}
.gform_body .gform_fields .gfield.gfield_error {
  margin-bottom: 2em;
}
.gform_body .gform_fields .gfield.gfield_error input,
.gform_body .gform_fields .gfield.gfield_error textarea,
.gform_body .gform_fields .gfield.gfield_error select {
  border-color: red;
}
.gform_body .gform_fields .gfield.gfield_error::-webkit-input-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error:-moz-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error::-moz-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error:-ms-input-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox label::before,
.gform_body .gform_fields .gfield.gfield_error .ginput_container_consent label::before {
  border-color: red;
}
.gform_body .gform_fields .gfield.gfield_error .validation_message {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: -23px;
  padding-left: 22px;
}
.gform_body .gform_fields .gfield.gfield_error .validation_message::before {
  content: url("../images/icons/form-error.svg");
  left: 0;
  position: absolute;
  top: 2px;
}
.gform_body .gform_fields .gfield.field-col-12 {
  width: 100%;
}
.gform_body .gform_fields .gfield.field-col-8 {
  width: 70%;
}
.gform_body .gform_fields .gfield.field-col-7 {
  width: 65%;
}
.gform_body .gform_fields .gfield.field-col-6 {
  width: 50%;
}
.gform_body .gform_fields .gfield.field-col-5 {
  width: 35%;
}
.gform_body .gform_fields .gfield.field-col-4 {
  width: 30%;
}
.gform_body .gform_fields .gfield.field-col-3 {
  width: 25%;
}
.gform_body .gform_fields .gfield.field-col-2 {
  width: 20%;
}
@media (max-width: 768px) {
  .gform_body .gform_fields .gfield.field-col-8, .gform_body .gform_fields .gfield.field-col-7, .gform_body .gform_fields .gfield.field-col-6, .gform_body .gform_fields .gfield.field-col-5, .gform_body .gform_fields .gfield.field-col-4, .gform_body .gform_fields .gfield.field-col-3, .gform_body .gform_fields .gfield.field-col-2 {
    width: 100%;
  }
}

body img.gform_ajax_spinner {
  display: block;
  margin: 1em 0 0;
  max-width: 40px;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #f0f4f7;
  display: none;
  padding: 1em;
  width: 300px;
}
#ui-datepicker-div .ui-icon {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 -2.5%;
}
#ui-datepicker-div .ui-datepicker-title select {
  width: 45%;
  margin: 0 2.5% 1.5em;
  display: inline-block;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table td, #ui-datepicker-div table th {
  text-align: center;
}
#ui-datepicker-div table td a {
  display: block;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-today {
  background-color: #00443F;
}
#ui-datepicker-div .ui-datepicker-today a {
  color: #fff;
}

html.mz_no-js {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}

.g__header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  float: left;
  border: none;
  top: 0;
  left: 0;
  background: #fff;
}
.g__headerTop {
  height: 20px;
  background: #00443F;
  line-height: 45px;
  font-size: 0.8em;
  overflow: hidden;
  position: sticky;
}
@media (max-width: 1020px) {
  .g__headerTop {
    display: none;
  }
}
.g__headerTop ul {
  float: left;
}
.g__headerTop ul.links {
  float: right;
}
.g__headerTop ul li {
  display: inline-block;
  line-height: 46px;
  margin-right: 1em;
}
.g__headerTop ul li:last-of-type {
  margin-right: 0;
}
.g__headerTop ul li:hover, .g__headerTop ul li:focus, .g__headerTop ul li.active {
  text-decoration: underline;
}
.g__header .burger-menu {
  position: absolute;
  right: 0;
  background: white;
  padding: 1.5em 4em;
  height: 100vh;
  min-width: 28vw;
  top: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  width: 0;
  padding-top: 27px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 99;
  -webkit-box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.g__header .burger-menu .burger-nav-items {
  margin-top: 66px;
}
.g__header .burger-menu a {
  padding-bottom: 9px;
  color: #00443F;
}
.g__header .burger-menu .header {
  font-weight: bold;
  position: relative;
}
.g__header .burger-menu .header:not(:first-of-type) {
  margin-top: 20px;
}
.g__header .burger-menu .header::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  background: #CECECE;
  left: 0;
  max-width: 300px;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.g__header .burger-menu a {
  font-weight: normal;
}
.g__header .expanded-width {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 99999;
  overflow: auto;
}
.g__header .expanded-width .burger-nav-items a:hover {
  text-decoration: underline;
}
.g__header #burger-close-btn {
  min-width: 98px;
  padding: 4px 0.5em;
}
.g__header #burger-close-btn span {
  padding-left: 30px;
  position: relative;
}
.g__header #burger-close-btn span::before {
  content: "";
  position: absolute;
  background: url("../images/icons/close-icon.svg");
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1021px) {
  .g__header #burger-close-btn {
    margin-top: 6px;
  }
}
.g__header .burger-menu-button {
  width: 30px;
  height: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 32px;
  float: right;
  z-index: 1;
  margin-right: 235px;
  margin-left: 150px;
}
@media (max-width: 1280px) {
  .g__header .burger-menu-button {
    margin-left: 40px;
  }
}
.g__header .burger-menu-button .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 1020px) {
  .g__header .burger-menu-button {
    display: none;
  }
}
.g__header.sticky .g__headerTop {
  height: 0;
}
.g__header.sticky .burger-menu {
  top: 0px;
}
@media (max-width: 1020px) {
  .g__header.sticky .g__header__logo::before {
    bottom: -23px;
  }
}
.g__headerMain {
  position: relative;
  border-bottom: 4px solid #00443F;
  border-top: 15px solid #00443F;
  background: #00443F;
}
@media (max-width: 1020px) {
  .g__headerMain {
    padding-bottom: 0;
  }
  .g__headerMain .l__contain, .g__headerMain .wp-block-columns {
    padding: 0;
  }
}
.g__header__logo {
  float: left;
  margin: 20px 0;
}
@media (max-width: 1020px) {
  .g__header__logo {
    margin-left: 20px;
    position: relative;
  }
  .g__header__logo::before {
    content: "";
    position: absolute;
    height: 3px;
    background: #00443F;
    bottom: -23px;
    width: 100vw;
    left: -20px;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .g__header__logo {
    margin: 30px 0;
  }
}
@media (min-width: 1281px) {
  .g__header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 19px 0;
  }
}
.g__header__logo a {
  display: block;
}
.g__header__logo img, .g__header__logo svg {
  display: block;
  width: 143px;
  height: auto;
}
@media (min-width: 1281px) {
  .g__header__logo img, .g__header__logo svg {
    width: 250px;
  }
}
@media (max-width: 1020px) {
  .g__header__logo img, .g__header__logo svg {
    height: unset;
    margin-top: unset;
  }
}
.g__header__actions {
  margin-top: 22px;
  min-width: 192px;
  position: absolute;
  right: 0;
}
@media (min-width: 1021px) {
  .g__header__actions {
    width: 192px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  .g__header__actions.expanded {
    width: 100%;
  }
  .g__header__actions.expanded .close-btn {
    display: inline-block;
  }
  .g__header__actions.expanded #search-arrow-svg {
    display: inline-block;
  }
}
@media (max-width: 1020px) {
  .g__header__actions {
    margin-top: 29px;
  }
}
.g__header__actions a, .g__header__actions label {
  display: inline-block;
  margin-left: 1em;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 32px;
}
.g__header__actions a:focus, .g__header__actions a:active, .g__header__actions label:focus, .g__header__actions label:active {
  width: 70%;
}
.g__header__actions a svg, .g__header__actions label svg {
  fill: #00443F;
  vertical-align: top;
  height: 24px;
  width: 22px;
  position: absolute;
  right: 3px;
}
@media (min-width: 1021px) {
  .g__header__actions a svg, .g__header__actions label svg {
    right: 5px;
    height: 37px;
    width: 37px;
  }
}
.g__header__actions a > span, .g__header__actions label > span {
  vertical-align: top;
}
@media (max-width: 1020px) {
  .g__header__actions a > span, .g__header__actions label > span {
    display: none;
  }
}
.g__header__actions a:hover, .g__header__actions label:hover {
  color: #00443F;
}
.g__header__actions a:hover svg, .g__header__actions label:hover svg {
  fill: #00443F;
}
.g__header__nav {
  text-align: center;
  margin-top: 22px;
}
@media (max-width: 1020px) {
  .g__header__nav {
    margin-top: 0;
    width: 100%;
    display: none;
  }
}
.g__header__search {
  width: 100%;
  background-color: #00443F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.g__header__search svg {
  fill: #00443F;
  vertical-align: top;
  height: 24px;
  width: 22px;
  position: absolute;
  right: 6.5px;
}
@media (min-width: 1021px) {
  .g__header__search svg {
    height: 37px;
    width: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1020px) {
  .g__header__search {
    top: 80px;
  }
}
.g__header__search form {
  position: relative;
}
.g__header__search form .close-btn {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #B35140;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 6.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g__header__search form .close-btn::before, .g__header__search form .close-btn::after {
  background: #fff;
}
.g__header__search form .close-btn:hover {
  background-color: #BE402A;
}
.g__header__search form .close-btn::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: calc(50% - 7.5px);
  top: 15.5px;
}
.g__header__search form .close-btn::after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  left: calc(50% + 6.5px);
  top: 14.5px;
}
.g__header__search form #search-input {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background-position: left 5px center;
  background-size: 37px 37px;
  border: 0;
  outline: 0;
  color: #00443F;
  height: 50px;
  padding-left: 20px;
}
.g__header__search form #search-input:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.g__header__search form #search-input::-webkit-input-placeholder {
  color: #00443F;
}
.g__header__search form #search-input:-moz-placeholder {
  color: #00443F;
}
.g__header__search form #search-input::-moz-placeholder {
  color: #00443F;
}
.g__header__search form #search-input:-ms-input-placeholder {
  color: #00443F;
}

#search-display {
  display: none;
}
#search-display:checked ~ .g__header__search {
  overflow: visible;
  padding: 1em 0;
  visibility: hidden;
}
@media (min-width: 1021px) {
  #search-display:checked ~ .g__header__search {
    max-height: 900px;
  }
}

.buger-menu-mobile {
  border: 1px solid red;
}

.mobile_search {
  display: none;
  padding: 20px;
}
@media (max-width: 1020px) {
  .mobile_search {
    display: block;
  }
}
.mobile_search input:not([type=submit],
[type=checkbox],
[type=radio]):focus,
.mobile_search input:not([type=submit],
[type=checkbox],
[type=radio]):active,
.mobile_search textarea:focus, .mobile_search textarea:active, .mobile_search select:focus, .mobile_search select:active {
  border: 1px solid #00443F;
  border-radius: 25px;
}
.mobile_search input {
  border: 1px solid #00443F;
  border-radius: 25px;
}
.mobile_search form {
  position: relative;
}
.mobile_search svg {
  max-width: 37px;
  max-height: 37px;
}
.mobile_search svg#search-icon-svg {
  position: absolute;
  top: 6.5px;
  right: 6.5px;
}

@media (min-width: 1021px) {
  .g__header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g__header__wrapper .g__header__nav--wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m__nav {
  display: inline-block;
}
@media (max-width: 1020px) {
  .m__nav {
    width: 100%;
  }
}
.m__nav__wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1020px) {
  .m__nav__wrap {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
  }
}
.m__nav__actions {
  padding: 20px 20px 100px;
}
.m__nav__actions ul:not(:last-of-type) {
  margin-bottom: 2em;
}
.m__nav__actions ul li {
  margin-bottom: 0.5em;
}
@media (min-width: 1021px) {
  .m__nav__actions {
    display: none;
  }
}
.m__nav__item {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1021px) {
  .m__nav__item {
    display: inline-block;
    padding-right: 1.5em;
  }
  .m__nav__item.current .m__nav__item-link::after, .m__nav__item:hover .m__nav__item-link::after, .m__nav__item:focus .m__nav__item-link::after {
    width: 100%;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .m__nav__item {
    padding-right: 0.5em;
  }
}
@media (max-width: 1020px) {
  .m__nav__item {
    border-bottom: solid 1px #ccc;
  }
  .m__nav__item > a {
    font-weight: bold;
  }
  .m__nav__item > div > a {
    font-weight: bold;
  }
  .m__nav__item a {
    line-height: 45px;
    text-align: left;
  }
}
.m__nav__item .menu-checkbox-toggle, .m__nav__item .menu-checkbox-toggle-child {
  display: none;
}
@media (max-width: 1020px) {
  .m__nav__item .menu-checkbox-toggle, .m__nav__item .menu-checkbox-toggle-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .m__nav__item .menu-checkbox-toggle::before, .m__nav__item .menu-checkbox-toggle-child::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/icons/new-accordion-arrow.svg") center/contain no-repeat;
  }
  .m__nav__item .menu-checkbox-toggle.rotated::before, .m__nav__item .menu-checkbox-toggle-child.rotated::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1021px) {
  .m__nav__item .menu-checkbox-toggle:focus, .m__nav__item .menu-checkbox-toggle-child:focus {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    cursor: pointer;
    color: black;
    font-size: 16px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
  }
}
.m__nav__item-link {
  display: block;
  font-weight: 500;
  color: #00443F;
  cursor: pointer;
}
@media (min-width: 1021px) {
  .m__nav__item-link {
    line-height: 32px;
    padding-bottom: 13px;
    color: #fff;
  }
}
.m__nav__item-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 4px;
  background-color: #B35140;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 1020px) {
  .m__nav__item-sub {
    position: relative;
    text-align: left;
  }
  .m__nav__item-sub .menu-checkbox-toggle-child {
    display: none;
  }
}
.m__nav__item-expand {
  position: relative;
  white-space: nowrap;
}
.m__nav__item > .subnav {
  z-index: 99998;
  position: relative;
  width: 100%;
  left: 0;
}
@media (min-width: 1021px) {
  .m__nav__item > .subnav {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: #00443F;
    min-height: 300px;
    text-align: left;
    padding-top: 16px;
    position: fixed;
  }
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav {
    display: none;
    max-height: 0;
    visibility: hidden;
  }
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav .second-level-child, .m__nav__item > .subnav .no-child {
    padding-left: 2em;
  }
  .m__nav__item > .subnav .second-level-child::before, .m__nav__item > .subnav .no-child::before {
    content: url("../images/icons/new-arrow.svg");
    position: absolute;
    left: 0;
  }
}
.m__nav__item > .subnav .subnav__terms {
  width: 100%;
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav .subnav__terms {
    border-bottom: none;
  }
  .m__nav__item > .subnav .subnav__terms a {
    font-weight: 400;
  }
  .m__nav__item > .subnav .subnav__terms .m__nav__item {
    border-bottom: none;
  }
  .m__nav__item > .subnav .subnav__terms .m__nav__item:last-of-type {
    margin-bottom: 1.5em;
  }
  .m__nav__item > .subnav .subnav__terms .first-level-child {
    position: relative;
    color: #00443F;
  }
}
@media (max-width: 1020px) and (min-width: 1021px) {
  .m__nav__item > .subnav .subnav__terms .first-level-child {
    padding-left: 2em;
  }
  .m__nav__item > .subnav .subnav__terms .first-level-child::before {
    content: url("../images/icons/new-arrow.svg");
    position: absolute;
    left: 0;
  }
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav .subnav__terms .first-level-child::after {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__terms > li > a {
  display: block;
}
@media (min-width: 1021px) {
  .m__nav__item > .subnav .subnav__terms {
    padding: 3em 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 57%;
    height: 100%;
  }
  .m__nav__item > .subnav .subnav__terms > li {
    padding: 0 2em 1.5em 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .m__nav__item > .subnav .subnav__terms > li > a,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a {
    -webkit-transition: none;
    transition: none;
    display: block;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .m__nav__item > .subnav .subnav__terms > li > a:hover, .m__nav__item > .subnav .subnav__terms > li > a:focus,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:hover,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:focus {
    text-decoration: underline;
  }
}
.m__nav__item > .subnav .subnav__info {
  width: 70%;
  float: left;
  padding: 2.25em 3em 0.5em 0;
  margin-right: auto;
}
.m__nav__item > .subnav .subnav__info h3 {
  color: #00443F;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
}
.m__nav__item > .subnav .subnav__info h3::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  background: #CECECE;
  left: 0;
}
@media (min-width: 1281px) {
  .m__nav__item > .subnav .subnav__info h3::after {
    min-width: 540px;
  }
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav .subnav__info {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__children {
  margin-top: 0.75em;
}
@media (min-width: 1021px) {
  .m__nav__item > .subnav .subnav__children li {
    margin-bottom: 1em;
  }
  .m__nav__item > .subnav .subnav__children li a:hover, .m__nav__item > .subnav .subnav__children li a:focus {
    text-decoration: underline;
  }
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav .subnav__children {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .m__nav__item > .subnav .subnav__children li {
    border-bottom: solid 1px #ccc;
  }
  .m__nav__item > .subnav .subnav__children li a {
    width: 100%;
    display: block;
  }
}
.m__nav__item > .subnav .subnav__back {
  display: none;
}
@media (max-width: 1020px) {
  .m__nav__item > .subnav .subnav__back {
    display: block;
    padding-left: 2em;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #ccc;
    line-height: 45px;
    margin: 20px 0 0;
    padding-bottom: 10px;
  }
  .m__nav__item > .subnav .subnav__back::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/new-accordion-arrow.svg") center/contain no-repeat;
  }
}
@media (min-width: 1021px) {
  .m__nav__item.dropdown:hover .subnav, .m__nav__item.dropdown:focus .subnav, .m__nav__item.dropdown.open .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#menu-toggle {
  float: right;
  width: 24px;
  position: relative;
  cursor: pointer;
  height: 22px;
  display: none;
  margin: 18px 20px 0 1em;
}
@media (max-width: 1020px) {
  #menu-toggle {
    display: block;
    position: absolute;
    right: 65px;
    top: 0;
    width: 20px;
  }
  #menu-toggle::before {
    content: "Menu";
    position: absolute;
    left: 35px;
    top: -1px;
    font-size: 16px;
    font-weight: bold;
    color: #00443F;
    z-index: 1;
  }
  #menu-toggle::after {
    content: "";
    position: absolute;
    left: -14px;
    width: 100px;
    border: solid 1px #00443F;
    height: 36px;
    top: -8px;
    border-radius: 25px;
    background: #fff;
  }
}
#menu-toggle .menu-line {
  background-color: #B35140;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1020px) {
  #menu-toggle .menu-line {
    z-index: 1;
  }
}
#menu-toggle .line-1 {
  top: 3px;
}
#menu-toggle .line-2,
#menu-toggle .line-3 {
  top: 9px;
  left: auto;
}
#menu-toggle .line-4 {
  top: 15px;
}

#menu-mobile {
  display: none;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .menu-line {
  background-color: #fff;
  z-index: 1;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle::after {
  background-color: #B35140;
  border: solid 1px #B35140;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle::before {
  content: "Close";
  color: #fff;
  z-index: 1;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-1,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-4 {
  opacity: 0;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
}
@media (max-width: 1020px) {
  #menu-mobile:checked ~ .g__headerMain .g__header__nav {
    display: block;
  }
  #menu-mobile:checked ~ .g__headerMain .g__header__nav .m__nav {
    background-color: #fff;
    display: block;
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
}

.menu-checkbox {
  display: none !important;
}
.menu-checkbox:checked + .subnav,
.menu-checkbox:checked + .subnav__children {
  max-height: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
  visibility: visible;
}
.menu-checkbox:checked ~ label {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.second-level-child {
  margin: 10px 0;
}

.orange-heading .first-level-child.heading {
  color: #B35140;
  font-weight: 600;
}

.first-level-child {
  font-weight: 400;
  position: relative;
}
.first-level-child.heading {
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.first-level-child.heading::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  background: #CECECE;
  max-width: 192px;
  left: 0;
}

.search-container {
  position: relative;
}
@media (max-width: 1020px) {
  .search-container {
    display: none;
  }
}

@media (min-width: 1021px) {
  .m-burger-nav-items {
    display: none;
  }
}
.m-burger-nav-items .no-children {
  display: none;
}
.m-burger-nav-items .m__nav__item {
  border-bottom: 0;
}
.m-burger-nav-items .m__nav__item.header {
  border-bottom: solid 1px #ccc;
}
.m-burger-nav-items .m__nav__item.header .no-children {
  display: block;
}

.mobile-additional-links {
  text-align: left;
  margin-top: 2em;
  font-weight: bold;
}

.search {
  border: 1px solid #00443F;
  border-radius: 25px;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 1;
  margin-top: -10px;
  color: #00443F;
  font-size: 16px;
  min-width: 192px;
  z-index: 1;
  position: relative;
}
.search:focus {
  width: 70%;
}
.search.expanded {
  min-width: 775px;
}
.search.expanded .close-btn {
  display: inline-block;
}
.search.expanded #search-arrow-svg {
  display: inline-block;
}
.search #search-arrow-svg {
  display: none;
  position: absolute;
  right: 50px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
  fill: #fff;
  background-color: #00443F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1020px) {
  .search #search-arrow-svg {
    width: 18.5px;
    height: 18.5px;
  }
}
.search #search-arrow-svg:hover {
  background-color: #02645D;
}

.g__footer {
  width: 100%;
  float: left;
  overflow: hidden;
}
.g__footer a {
  text-decoration: none;
}
.g__footer a:hover, .g__footer a:focus {
  text-decoration: underline;
}
.g__footer .c__social-links {
  margin: 1em 0 2em;
}
.g__footer .btn--standard {
  margin-bottom: 4em;
  margin-top: 1em;
}
@media (max-width: 1020px) {
  .g__footer .btn--standard {
    margin-bottom: 2em;
    margin-top: -1em;
  }
}
@media (max-width: 480px) {
  .g__footer .btn--standard {
    width: 100%;
  }
}
.g__footer__main {
  background: url("../images/icons/background.png");
  padding: 3em 0;
  color: #fff;
}
@media (max-width: 1020px) {
  .g__footer__main {
    padding: 3.5em 3px;
    background: #00443F;
  }
}
@media (max-width: 1020px) {
  .g__footer__logo {
    height: auto;
    margin-bottom: 1em;
    max-width: 180px;
  }
}
@media (min-width: 1021px) {
  .g__footer__logo {
    max-width: 100%;
    height: 46px;
    width: auto;
    margin-bottom: 1em;
  }
}
.g__footer__block label {
  position: relative;
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-weight: 700;
}
@media (max-width: 1020px) {
  .g__footer__block label {
    border-bottom: solid 1px #BC9E5F;
    cursor: pointer;
  }
  .g__footer__block label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
  }
}
@media (max-width: 1020px) {
  .g__footer__blockContent {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
}
@media (min-width: 1021px) {
  .g__footer__blockContent ul {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.g__footer__blockContent ul li {
  margin-bottom: 1em;
}
@media (max-width: 1020px) {
  .g__footer__blockContent ul li a {
    padding-left: 3em;
    position: relative;
  }
  .g__footer__blockContent ul li a::before {
    content: url("../images/icons/arrow-gold.svg");
    position: absolute;
    left: 20px;
  }
}
.g__footer__block input[name=footer-block] {
  display: none;
}
@media (max-width: 1020px) {
  .g__footer__block input[name=footer-block]:checked + label::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    right: 4px;
  }
  .g__footer__block input[name=footer-block]:checked ~ .g__footer__blockContent {
    max-height: 1000px;
    -webkit-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
  }
}
@media (max-width: 1020px) {
  .g__footer .footer-socials {
    display: none;
  }
}
.g__footer .footer_bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 2em;
  margin-top: 3em;
  margin-left: 35px;
  margin-right: 35px;
}
@media (max-width: 1020px) {
  .g__footer .footer_bottom {
    padding: 2em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1021px) {
  .g__footer .footer_bottom {
    margin-top: 0;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.g__footer .footer_bottom p {
  color: #BC9E5F;
}
@media (min-width: 1021px) {
  .g__footer .footer_bottom p {
    padding: 1.5em 0;
    margin-bottom: 0;
  }
}
.g__footer .footer_bottom p span {
  font-size: 12px;
  color: #fff;
}
.g__footer .mobile-footer-socials h4 {
  color: #fff;
  font-weight: bold;
  margin-top: 1.5em;
  display: inline-block;
}
.g__footer .mobile-footer-socials p {
  color: #fff;
}
@media (min-width: 1021px) {
  .g__footer .mobile-footer-socials {
    display: none;
  }
}
@media (max-width: 1020px) {
  .g__footer .mobile-footer-socials {
    text-align: center;
    margin-bottom: 0;
  }
}
.g__footer .mobile-footer-socials .c__social-links {
  margin-bottom: 0;
}
.g__footer .footer-social-text {
  margin-top: -20px;
  margin-bottom: 10px;
  color: #fff;
}
.g__footer .legal-nav {
  float: right;
  color: #fff;
}
@media (max-width: 1020px) {
  .g__footer .legal-nav {
    float: unset;
    margin-bottom: 1em;
  }
}
.g__footer .legal-nav li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1020px) {
  .g__footer .legal-nav li {
    width: 100%;
  }
}
.g__footer .legal-nav li:first-of-type {
  padding-left: 0;
}
.g__footerInfo {
  text-align: right;
}
.g__footerInfo p {
  margin: 0;
}
@media (max-width: 1020px) {
  .g__footerInfo {
    text-align: left;
    margin-top: 1.5em;
  }
}

#top-btn {
  background: #00443F;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  bottom: 55px;
  right: 20px;
  -webkit-transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
          box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
}
@media (min-width: 1021px) {
  #top-btn {
    z-index: 99999;
  }
}
#top-btn.show {
  opacity: 1;
  visibility: visible;
}
#top-btn::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#top-btn.menu_space {
  bottom: 65px;
}
@media (max-width: 768px) {
  #top-btn {
    width: 40px;
    height: 40px;
  }
  #top-btn::after {
    top: 17px;
    left: 14px;
  }
  #top-btn.menu_space {
    bottom: 67px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-btn:hover {
    background-color: #fff;
  }
  #top-btn:hover::after {
    border-color: #00443F;
  }
}

.site-feedback {
  overflow: hidden;
  background: #f0f4f7;
  padding: 2em 0;
}
@media (min-width: 1021px) {
  .site-feedback__intro {
    display: inline-block;
  }
}
.site-feedback__intro p {
  margin: 0;
}
@media (min-width: 1021px) {
  .site-feedback__intro p {
    line-height: 45px;
  }
}
.site-feedback .gform_wrapper {
  margin-top: 1em;
}
.site-feedback__positive, .site-feedback__negative {
  display: none;
  margin-top: 2em;
}
.site-feedback__positive.active, .site-feedback__negative.active {
  display: block;
}
.site-feedback__buttons .btn, .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button, .site-feedback__buttons .gform_footer input[type=submit], .gform_footer .site-feedback__buttons input[type=submit] {
  padding: 10px 2em;
  width: 48%;
  margin: 1em 0 0;
}
@media (max-width: 1020px) {
  .site-feedback__buttons .btn:first-of-type, .site-feedback__buttons .gform_footer .gform_button:first-of-type, .gform_footer .site-feedback__buttons .gform_button:first-of-type, .site-feedback__buttons .gform_footer input[type=submit]:first-of-type, .gform_footer .site-feedback__buttons input[type=submit]:first-of-type {
    margin-right: 2%;
  }
}
@media (min-width: 1021px) {
  .site-feedback__buttons {
    float: right;
  }
  .site-feedback__buttons .btn, .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button, .site-feedback__buttons .gform_footer input[type=submit], .gform_footer .site-feedback__buttons input[type=submit] {
    margin: 0 0 0 1em;
    min-width: 170px;
    width: auto;
  }
}

#feedback-no {
  display: none;
}
#feedback-no:checked ~ .site-feedback .site-feedback__negative {
  display: block;
}
#feedback-no:checked ~ .site-feedback .site-feedback__positive {
  display: none;
}

#feedback-yes {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__negative {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__positive {
  display: block;
}

.g__newsletter {
  background: #00443F;
  padding: 2em 0;
  position: relative;
}
.g__newsletter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 5em;
  background: url("../images/icons/formbg.svg") right/contain no-repeat;
  display: block;
  top: 0;
}
@media (max-width: 1020px) {
  .g__newsletter::before {
    right: -4em;
    background-size: cover;
  }
}
.g__newsletter .validation_error, .g__newsletter .gform_ajax_spinner, .g__newsletter .gform_submission_error {
  display: none;
}
.g__newsletter .gfield_label {
  display: none !important;
}
.g__newsletter .gform_body .gform_fields .gfield.gfield_error {
  margin-bottom: 13px;
}
.g__newsletter .gform_title {
  display: none;
}
.g__newsletter input {
  margin-bottom: 0;
}
.g__newsletter input::-webkit-input-placeholder {
  color: #6F6F6F;
  opacity: 0.7;
}
.g__newsletter input::-moz-placeholder {
  color: #6F6F6F;
  opacity: 0.7;
}
.g__newsletter input:-ms-input-placeholder {
  color: #6F6F6F;
  opacity: 0.7;
}
.g__newsletter input::-ms-input-placeholder {
  color: #6F6F6F;
  opacity: 0.7;
}
.g__newsletter input::placeholder {
  color: #6F6F6F;
  opacity: 0.7;
}
.g__newsletter p {
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-left: -15px;
}
@media (max-width: 1020px) {
  .g__newsletter p {
    margin-left: unset;
    margin-bottom: 0;
    width: 65%;
  }
}
@media (min-width: 1021px) {
  .g__newsletter .gfield {
    padding-left: 0 !important;
  }
}
.g__newsletter .btn, .g__newsletter .gform_footer .gform_button, .gform_footer .g__newsletter .gform_button, .g__newsletter .gform_footer input[type=submit], .gform_footer .g__newsletter input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 16px;
  min-width: 164px;
}
@media (max-width: 1366px) {
  .g__newsletter .btn, .g__newsletter .gform_footer .gform_button, .gform_footer .g__newsletter .gform_button, .g__newsletter .gform_footer input[type=submit], .gform_footer .g__newsletter input[type=submit] {
    position: relative;
    margin-top: 2em;
  }
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .g__newsletter .btn, .g__newsletter .gform_footer .gform_button, .gform_footer .g__newsletter .gform_button, .g__newsletter .gform_footer input[type=submit], .gform_footer .g__newsletter input[type=submit] {
    margin-left: -15px;
  }
}
@media (max-width: 1020px) {
  .g__newsletter .gform_button {
    width: 100%;
  }
  .g__newsletter .gform_body {
    margin-top: 1em;
  }
}
@media (min-width: 1021px) {
  .g__newsletter .gform_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g__newsletter .gform_wrapper .gform_heading {
    width: 100%;
    padding-right: 2em;
    display: none;
  }
  .g__newsletter .gform_wrapper form {
    width: 100%;
    display: block;
  }
}

.c__hero {
  overflow: hidden;
  background: #CFD1C0 center/cover no-repeat;
  width: 100%;
  padding: 0;
  min-height: 450px;
  position: relative;
  color: #404040;
}
@media (min-width: 1021px) {
  .c__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 1020px) {
  .c__hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
}
.c__hero > .l__contain, .c__hero > .wp-block-columns {
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__img {
  width: 100%;
  float: left;
  position: relative;
}
.c__hero__img::before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media (max-width: 1020px) {
  .c__hero__img {
    position: relative;
    display: block;
    height: 400px;
  }
  .c__hero__img::before {
    padding-top: 400px;
  }
}
@media (max-width: 768px) {
  .c__hero__img {
    height: 350px;
  }
  .c__hero__img::before {
    padding-top: 350px;
  }
}
@media (max-width: 480px) {
  .c__hero__img {
    height: 325px;
  }
  .c__hero__img::before {
    padding-top: 325px;
  }
}
@media (min-width: 1021px) {
  .c__hero__img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 55%;
  }
}
.c__hero__content {
  padding: 1.25em 0;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1367px) {
  .c__hero__content {
    width: 42%;
    float: left;
    padding-right: 4em;
  }
}
@media (min-width: 1021px) {
  .c__hero__content {
    width: 47%;
    float: left;
    padding-right: 4em;
  }
}
@media (max-width: 1020px) {
  .c__hero__content {
    padding-top: 3em;
    padding-bottom: 4.5em;
    width: 100%;
  }
}
.c__hero__content h1 {
  font-weight: bold;
  color: #00443F;
  font-size: 50px;
  line-height: 52px;
  margin-right: 1em;
  margin-bottom: 15px;
}
@media (max-width: 1020px) {
  .c__hero__content h1 {
    margin-top: 15px;
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: unset;
  }
}
.c__hero__content h1 span.sheila {
  font-family: "sheila", sans-serif;
  font-size: 100px;
  margin-left: 0.87em;
  margin-top: 4px;
  display: block;
  margin-bottom: 95px;
}
@media (max-width: 1020px) {
  .c__hero__content h1 span.sheila {
    font-size: 74px;
    line-height: 73px;
    margin-left: 0.5em;
  }
}
@media (max-width: 768px) {
  .c__hero__content h1 span.sheila {
    margin-bottom: 10px;
  }
}
.c__hero__content time {
  margin: 0 0 0.5em;
  display: block;
}
.c__hero__content .m__social-share {
  margin-top: 2em;
}
.c__hero__content p {
  font-size: 16px;
  line-height: 24px;
}
.c__hero__content p:last-of-type {
  margin: 0;
}
@media (min-width: 1021px) {
  .c__hero__content p {
    width: 85%;
  }
}
@media (min-width: 1801px) {
  .c__hero__content p {
    font-size: 19px;
    line-height: 24px;
  }
}
.c__hero__contentBtns {
  margin-top: 1em;
}
@media (min-width: 1021px) {
  .c__hero__contentBtns .btn, .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit] {
    margin: 1em 1em 0 0;
  }
}
@media (max-width: 768px) {
  .c__hero__contentBtns .btn, .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit] {
    width: 100%;
    margin-top: 1em;
  }
}
.c__hero.fw-image .c__hero__img {
  width: 100%;
}
.c__hero.fw-image .c__hero__img::before {
  background: rgba(0, 0, 0, 0.3490196078);
}
@media (max-width: 480px) {
  .c__hero.fw-image .c__hero__img::before {
    padding-top: 325px;
  }
}
.c__hero.fw-image .c__hero__content {
  color: #fff;
}
@media (max-width: 1020px) {
  .c__hero.fw-image .c__hero__content {
    color: #00443F;
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
}
.c__hero.fw-image .c__hero__content p, .c__hero.fw-image .c__hero__content h1, .c__hero.fw-image .c__hero__content div {
  color: #fff;
}

body.ie11 .c__hero {
  min-height: auto;
  height: 400px;
}

.c__heroSlider {
  position: relative;
}
.c__heroSlider .mobile select {
  margin-bottom: 30px;
}
.c__heroSlider .dark-overlay {
  position: relative;
}
.c__heroSlider .dark-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle at 80% 0, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.5) 100%);
  opacity: unset;
}
.c__heroSlider h1 {
  font-size: 82px;
  line-height: 90px;
  letter-spacing: -2px;
}
@media (max-width: 1020px) {
  .c__heroSlider h1 {
    font-size: 46px;
    line-height: 48px;
  }
}
.c__heroSlider h1 span {
  font-family: "sheila", sans-serif;
  font-size: 144px;
  margin-left: 0.87em;
  margin-top: -30px;
  display: block;
  margin-bottom: 95px;
}
@media (max-width: 1020px) {
  .c__heroSlider h1 span {
    font-size: 74px;
    line-height: 73px;
    margin-top: -22px;
    margin-left: 1.2em;
  }
}
@media (max-width: 768px) {
  .c__heroSlider h1 span {
    margin-bottom: 50px;
  }
}
@media (max-width: 1020px) {
  .c__heroSlider .main-slider .slick-slide {
    min-height: 600px;
  }
}
.c__heroSlider .c__heroSlider__item {
  min-height: 450px;
  background-size: cover;
}
@media (min-width: 1021px) {
  .c__heroSlider .c__heroSlider__item {
    min-height: 700px;
  }
}
.c__heroSlider .c__heroSlider__item .l__contain, .c__heroSlider .c__heroSlider__item .wp-block-columns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c__heroSlider .c__heroSlider__item span {
  font-weight: bold;
}
.c__heroSlider .c__heroSlider__itemContent {
  text-align: right;
  color: #fff;
}
.c__heroSlider .c__heroSlider__itemContent p:last-of-type {
  margin: 0;
}
.c__heroSlider .c__heroSlider__itemContent .btn, .c__heroSlider .c__heroSlider__itemContent .gform_footer .gform_button, .gform_footer .c__heroSlider .c__heroSlider__itemContent .gform_button, .c__heroSlider .c__heroSlider__itemContent .gform_footer input[type=submit], .gform_footer .c__heroSlider .c__heroSlider__itemContent input[type=submit] {
  margin: 2em 1em 0 0;
}
.c__heroSlider .development-text {
  position: absolute;
  bottom: 0px;
  right: 60px;
  width: 400px;
  height: auto;
}
.c__heroSlider .development-text .slick-list {
  padding: 100px 0px;
}
@media (max-width: 1280px) {
  .c__heroSlider .development-text {
    display: none;
  }
}
.c__heroSlider .development-text .developmnet-text-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.c__heroSlider .development-text .developmnet-text-name h5 {
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 3px;
}
@media (min-width: 1021px) {
  .c__heroSlider .development-text .developmnet-text-name h5 {
    width: 60%;
  }
}
.c__heroSlider .development-text .developmnet-text-name h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 0;
}
@media (min-width: 1021px) {
  .c__heroSlider .development-text .developmnet-text-name h3 {
    width: 60%;
  }
}
.c__heroSlider .development-text .slick-active h2, .c__heroSlider .development-text .slick-active p {
  opacity: 100%;
}
.c__heroSlider .development-text p {
  color: #fff;
  text-align: right;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.c__heroSlider .development-text .development-text-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 15px;
}
.c__heroSlider .c__heroSlider__itemContent {
  position: relative;
}
.c__heroSlider .c__heroSlider__itemContent h2 {
  margin: 0;
  font-size: 2rem;
  color: white;
}
.c__heroSlider .c__heroSlider__content {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (min-width: 769px) {
  .c__heroSlider .c__heroSlider__content {
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .c__heroSlider .c__heroSlider__content {
    bottom: 60px;
  }
}
.c__heroSlider .c__heroSlider__content h1, .c__heroSlider .c__heroSlider__content p {
  color: #fff;
}
.c__heroSlider .block-location-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .c__heroSlider .block-location-search {
    margin-bottom: 30px;
  }
}
.c__heroSlider .block-location-search h2 {
  color: #fff;
  font-weight: 400;
  font-size: 34px;
  margin-right: 9px;
  margin-top: 2px;
}
@media (max-width: 1020px) {
  .c__heroSlider .block-location-search h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.c__heroSlider #postcode {
  border: none;
  padding: none;
  background: none;
  width: auto;
  padding: 0;
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  border-bottom: 2px solid #B35140;
  width: 306px;
}
.c__heroSlider #postcode::-webkit-input-placeholder {
  color: #fff;
}
.c__heroSlider #postcode::-moz-placeholder {
  color: #fff;
}
.c__heroSlider #postcode:-ms-input-placeholder {
  color: #fff;
}
.c__heroSlider #postcode::-ms-input-placeholder {
  color: #fff;
}
.c__heroSlider #postcode::placeholder {
  color: #fff;
}
@media (max-width: 1020px) {
  .c__heroSlider #postcode {
    font-size: 22px;
    line-height: 26px;
    width: 197px;
  }
}
.c__heroSlider .geo {
  background: #B35140;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #B35140;
  position: absolute;
  top: 5px;
  right: -3.5em;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.c__heroSlider .geo:hover {
  background: #00443F;
  border-color: #00443F;
}
@media (max-width: 768px) {
  .c__heroSlider .geo {
    height: 24px;
    width: 24px;
    top: 8px;
  }
}
@media (max-width: 1020px) {
  .c__heroSlider .desktop-geo {
    display: none;
  }
}
.c__heroSlider .geo-mobile {
  position: relative;
}
@media (min-width: 1021px) {
  .c__heroSlider .geo-mobile {
    display: none;
  }
}
.c__heroSlider .geo-mobile .geo {
  left: 0;
  right: unset;
}
.c__heroSlider .geo-mobile span {
  color: #fff;
  display: inline-block;
  padding-left: 46px;
  text-decoration: underline;
  position: relative;
  top: 9px;
}
@media (max-width: 768px) {
  .c__heroSlider .geo-mobile span {
    padding-left: 34px;
    top: 7px;
  }
}
.c__heroSlider #location-search-form {
  position: relative;
}
.c__heroSlider #location-search-form .submit {
  background: url("../images/icons/new-arrow-white.svg") center/contain no-repeat;
  height: 18px;
  width: 11px;
  border: none;
  margin-left: 1em;
}
@media (max-width: 1020px) {
  .c__heroSlider #location-search-form .submit {
    width: 16px;
    position: absolute;
    top: 7px;
    margin-left: 1px;
  }
}
.c__heroSlider .regions {
  max-width: 700px;
  color: #fff;
}
.c__heroSlider .regions .explore-label {
  font-weight: 500;
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1801px) {
  .c__heroSlider .regions .explore-label {
    font-size: 18px;
    line-height: 20px;
  }
}
.c__heroSlider .regions a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
@media (min-width: 1801px) {
  .c__heroSlider .regions a {
    font-size: 18px;
    line-height: 20px;
  }
}
.c__heroSlider .regions a:hover {
  text-decoration: underline;
}
.c__heroSlider .regions a span {
  margin: 0 5px;
}
.c__heroSlider .development-text-wrapper {
  position: relative;
}
.c__heroSlider #textSlider .slick-slide {
  min-height: 50px;
  opacity: 0.5;
}
.c__heroSlider #textSlider .slick-slide.slick-cloned {
  opacity: 0.2;
}
.c__heroSlider #textSlider .slick-slide.slick-center, .c__heroSlider #textSlider .slick-slide.slick-active {
  opacity: 1;
}

.development-text .development-text-item {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 70px;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.development-text .development-text-item:first-of-type {
  opacity: 0.25;
}
.development-text .development-text-item:nth-child(2) {
  color: #fff;
  opacity: 1;
}

.plot-sticky-nav {
  color: #00443F;
  width: 100%;
  background: #fff;
  padding-top: 12px;
}
@media (min-width: 1021px) {
  .plot-sticky-nav {
    margin-top: 90px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 200;
  }
}
.plot-sticky-nav h1 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .plot-sticky-nav h1 {
    font-size: 24px;
  }
}
.plot-sticky-nav .sticky_nav_cta img {
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  left: -7px;
}
.plot-sticky-nav .items {
  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;
  position: relative;
}
@media (max-width: 768px) {
  .plot-sticky-nav .items {
    padding-bottom: 6px;
  }
}
@media (min-width: 1021px) {
  .plot-sticky-nav .items {
    padding-bottom: 12px;
    min-height: 62px;
  }
}
@media (max-width: 1020px) {
  .plot-sticky-nav .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.plot-sticky-nav .items::-webkit-scrollbar {
  height: 5px;
}
.plot-sticky-nav .items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.plot-sticky-nav .items::-webkit-scrollbar-thumb {
  background: #B35140;
  border-radius: 5px;
}
.plot-sticky-nav .items::-webkit-scrollbar-thumb:hover {
  background: #B35140;
}
@media (min-width: 1021px) {
  .plot-sticky-nav .items::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #00443F;
  }
}
.plot-sticky-nav .items .desktop {
  padding: 10px 0.5em;
}
@media (max-width: 1020px) {
  .plot-sticky-nav .items .desktop {
    display: none;
  }
}
.plot-sticky-nav .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (max-width: 1020px) {
  .plot-sticky-nav .items ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-bottom: 6px;
  }
}
.plot-sticky-nav .items ul li {
  list-style-type: none;
  white-space: nowrap;
}
@media (max-width: 1020px) {
  .plot-sticky-nav .items ul li {
    margin-right: 20px;
  }
  .plot-sticky-nav .items ul li.active {
    border-bottom: solid 3px #B35140;
  }
}
.plot-sticky-nav .items ul li a {
  cursor: pointer;
}
@media (min-width: 1281px) {
  .plot-sticky-nav .items ul li a {
    padding: 10px 15px;
    margin: 0 10px;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .plot-sticky-nav .items ul li a {
    padding: 10px 7px;
    margin: 0 5px;
  }
}
@media (min-width: 1021px) {
  .plot-sticky-nav .items ul li a:hover {
    text-decoration: none;
    border-radius: 19px;
    background-color: #f0f4f7;
  }
}
@media (min-width: 1021px) {
  .plot-sticky-nav .items ul li a.active {
    position: relative;
    font-weight: 500;
  }
  .plot-sticky-nav .items ul li a.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #B35140;
    bottom: -5px;
    left: 0;
  }
}

body.sticky .plot-sticky-nav {
  margin-top: 18px;
}
@media (min-width: 1021px) {
  body.sticky .plot-sticky-nav {
    margin-top: 90px;
    top: 0px;
    left: 0;
  }
}

.plotHeading {
  color: #00443F;
}
.plotHeading .coming_soon_tab {
  background: #B35140;
  color: #fff;
  border-radius: 26px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 20px;
}
@media (min-width: 1021px) {
  .plotHeading.mt {
    padding-top: 104px;
  }
}
.plotHeading .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plotHeading .wrapper .fromPrice {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media (min-width: 1021px) {
  .plotHeading .wrapper {
    font-weight: 600;
  }
  .plotHeading .wrapper .icon_text_list p {
    font-size: 18px;
    text-transform: capitalize;
  }
}
@media (max-width: 1020px) {
  .plotHeading .wrapper {
    padding: 0 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .plotHeading .wrapper .fromPrice {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 0.75em;
  }
  .plotHeading .wrapper .plot {
    display: none;
  }
  .plotHeading .wrapper .icon_text_list, .plotHeading .wrapper .fromPrice, .plotHeading .wrapper .type {
    margin-right: 0;
  }
  .plotHeading .wrapper .icon_text_list p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
  }
}
.plotHeading .wrapper h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  margin-right: 50px;
}
@media (max-width: 1020px) {
  .plotHeading .wrapper h3 {
    margin-bottom: 10px;
  }
}
.plotHeading .icon_text_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
@media (max-width: 1020px) {
  .plotHeading .icon_text_list:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.plotHeading .icon_text_list svg {
  margin-right: 10px;
  width: 15px;
  max-height: 20px;
}
.plotHeading .icon_text_list p {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.plotHeading p {
  margin-bottom: 0;
}
.plotHeading .fromPrice {
  margin-right: 50px;
}
.plotHeading .type {
  margin-right: 40px;
}
.plotHeading .plot {
  background: #00443F;
  color: #fff;
  border-radius: 26px;
  padding: 3px 12px;
  white-space: nowrap;
}

.development_sub_nav {
  background: #CFD1C0;
}
@media (min-width: 1021px) {
  .development_sub_nav {
    max-width: 1440px;
    width: 95%;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    margin-bottom: 2em;
  }
}
@media (max-width: 1020px) {
  .development_sub_nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
  }
}
.development_sub_nav ul {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media (max-width: 1020px) {
  .development_sub_nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 1em 0 calc(1em - 5px);
  }
}
.development_sub_nav ul::-webkit-scrollbar {
  height: 5px;
}
.development_sub_nav ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.development_sub_nav ul::-webkit-scrollbar-thumb {
  background: #00443F;
  border-radius: 5px;
}
.development_sub_nav ul::-webkit-scrollbar-thumb:hover {
  background: #00443F;
}
.development_sub_nav ul li {
  position: relative;
  padding-left: 17px;
}
.development_sub_nav ul li:not(:last-of-type) {
  margin-right: 30px;
}
@media (min-width: 1281px) {
  .development_sub_nav ul li:not(:last-of-type) {
    margin-right: 65px;
  }
}
@media (max-width: 1020px) {
  .development_sub_nav ul li {
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
@media (min-width: 1021px) {
  .development_sub_nav ul li.brochure {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1021px) {
  .development_sub_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.development_sub_nav ul a {
  margin-left: 7px;
  font-size: 16px;
  color: #00443F;
  font-weight: 500;
}
.development_sub_nav ul a:hover {
  text-decoration: underline;
}
@media (min-width: 1801px) {
  .development_sub_nav ul a {
    font-size: 19px;
    line-height: 24px;
  }
}
.development_sub_nav ul picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.development_sub_nav ul img {
  max-height: 15px;
  max-width: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1020px) {
  .development_sub_nav ul img {
    top: 5px;
    -webkit-transform: unset;
            transform: unset;
  }
}

body > .development_sub_nav {
  position: fixed;
  bottom: -56px;
  width: 100%;
  top: auto;
  max-width: none;
  border-radius: 0;
  margin: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  z-index: 99998;
}
body > .development_sub_nav.active {
  bottom: 0;
}
@media (max-width: 1020px) {
  body > .development_sub_nav {
    display: none;
  }
}

.mobile-plot-number {
  background: #00443F;
  color: #fff;
  border-radius: 26px;
  padding: 3px 12px;
  white-space: nowrap;
}
@media (min-width: 1021px) {
  .mobile-plot-number {
    display: none;
  }
}

.sticky_nav_title--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1020px) {
  .sticky_nav_title--heading {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

.mobile.sticky_nav_cta {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .mobile.sticky_nav_cta .btn, .mobile.sticky_nav_cta .gform_footer .gform_button, .gform_footer .mobile.sticky_nav_cta .gform_button, .mobile.sticky_nav_cta .gform_footer input[type=submit], .gform_footer .mobile.sticky_nav_cta input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 1021px) {
  .mobile.sticky_nav_cta {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme - dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
}
.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}
.slick-dots li {
  display: inline-block;
  height: 15px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 15px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #BC9E5F;
  border-radius: 50%;
  display: block;
  height: 11px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 11px;
  cursor: pointer;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #fff;
  cursor: auto;
}
.slick-dots li:not(:last-child) {
  margin-right: 3px;
}

/* Theme - arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: url("../images/icons/slick-arrow.svg") center/contain no-repeat;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-arrow:hover {
  background: url("../images/icons/slick-hover.svg") center/contain no-repeat;
}
.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lity-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
@media (max-width: 1020px) {
  .lity-close {
    background-color: #B35140;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

.m__textBlock p:last-of-type {
  margin-bottom: 0;
}
.m__textBlock ol {
  padding-left: 1em;
}
@media (max-width: 1020px) {
  .m__textBlock * {
    text-align: left !important;
  }
}

.m__virtualtour::before {
  content: "";
  padding-top: 56%;
}

.m__accordion {
  width: 100%;
  float: left;
}
.m__accordion.hide {
  display: none;
}
.m__accordion h3 {
  color: #00443F;
}
.m__accordion h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
}
@media (min-width: 1021px) {
  .m__accordion h3 {
    margin-bottom: 17px;
  }
}
@media (max-width: 1020px) {
  .m__accordion h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.m__accordion .m__accordion-item {
  border-top: 1px solid #8892A1;
}
.m__accordion .m__accordion-item:first-of-type {
  border-top: none;
}
.m__accordion .m__accordion-item:last-of-type {
  border-bottom: 1px solid #8892A1;
}
.m__accordion .m__accordion-item__heading {
  padding: 1em 0;
  display: block;
}
.m__accordion .m__accordion-item__heading h4 {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #00443F;
}
@media (min-width: 1801px) {
  .m__accordion .m__accordion-item__heading h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.m__accordion .m__accordion-item__heading h4::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icons/new-accordion-arrow.svg") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m__accordion .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  color: #00443F;
}
.m__accordion .m__accordion-item__body h1, .m__accordion .m__accordion-item__body h2, .m__accordion .m__accordion-item__body h3, .m__accordion .m__accordion-item__body h4, .m__accordion .m__accordion-item__body h5, .m__accordion .m__accordion-item__body h6 {
  color: #BC9E5F;
}
.m__accordion .m__accordion-item input[type=radio],
.m__accordion .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4::after,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
}

.m__form {
  background: #00443F;
  padding: 4em 0;
  color: #fff;
  position: relative;
}
.m__form .field_hidden {
  display: none;
}
.m__form.bg-light_green {
  color: #404040;
  background-color: #CFD1C0;
}
.m__form.bg-light_green input:not([type=submit], [type=checkbox], [type=radio]), .m__form.bg-light_green textarea, .m__form.bg-light_green select {
  border: 0;
  border-bottom: 4px solid #fff;
}
.m__form.bg-light_green h2, .m__form.bg-light_green p {
  color: #404040;
}
.m__form.bg-light_green .btn--sand, .gform_footer .m__form.bg-light_green .gform_button, .gform_footer .m__form.bg-light_green input[type=submit], .m__form.bg-light_green .gform_footer .gform_button, .m__form.bg-light_green .gform_footer input[type=submit] {
  border-color: #00443F;
}
.m__form.bg-white {
  background-color: #fff;
  color: #404040;
}
.m__form.bg-white h2, .m__form.bg-white p {
  color: #404040;
}
.m__form .l__col__span7, .m__form .l__col__span4 {
  z-index: 1;
}
.m__form p {
  color: #fff;
}
.m__form .gform_required_legend {
  display: none;
}
.m__form .hidden {
  display: none;
}
@media (max-width: 1020px) {
  .m__form::after {
    display: none;
  }
}
.m__form h1, .m__form h2, .m__form h3, .m__form h4, .m__form h5, .m__form h6 {
  color: #BC9E5F;
}
.m__form h3 {
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 1020px) {
  .m__form h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.m__form .gform_submission_error {
  color: #BC9E5F;
}
@media (max-width: 1020px) {
  .m__form .gform_wrapper .gform_footer .gform_button, .m__form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex.ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex.ginput_container > span, .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex.ginput_container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex.ginput_container > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}
.m__section {
  margin-bottom: 2em;
  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;
}
.m__section .iframe {
  height: 100% !important;
}
.m__section .iframe iframe {
  height: 100%;
}
@media (min-width: 1021px) {
  .m__section {
    padding: 5em 0;
  }
}
.m__section__image {
  position: relative;
}
@media (max-width: 1020px) {
  .m__section__image:not(.iframe) {
    margin-bottom: 1.5em;
  }
}
.m__section__image [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media (min-width: 1021px) {
  .m__section .mobile-image {
    display: none;
  }
}
@media (max-width: 1020px) {
  .m__section .mobile-image.iframe .l__contain, .m__section .mobile-image.iframe .wp-block-columns {
    padding: 0;
  }
  .m__section .mobile-image.iframe iframe {
    min-height: 250px;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .m__section .desktop-image {
    display: none;
  }
}
.m__section .desktop-image iframe {
  width: 100%;
}
.m__section__content {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1020px) {
  .m__section__content {
    padding: 4em 0;
    padding-top: 2em;
  }
}
.m__section__content h2, .m__section__content h3 {
  font-size: 42px;
  line-height: 46px;
  color: #00443F;
}
@media (max-width: 1020px) {
  .m__section__content h2, .m__section__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.m__section__content p {
  color: #404040;
}
.m__section__content p:last-of-type {
  margin: 0;
}
.m__section__content .btn, .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit] {
  margin: 2em 1em 0 0;
}
@media (max-width: 768px) {
  .m__section__content .btn, .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit] {
    width: 100%;
  }
}
.m__section.left .m__section__image {
  float: right;
}
@media (min-width: 1021px) {
  .m__section.left .m__section__image {
    position: absolute;
    right: 0;
    width: 56%;
  }
}
.m__section.left::before {
  content: "";
  height: 100%;
  width: 70%;
  background: url("../images/icons/background-light.png");
  position: absolute;
  left: 0;
  display: block;
}
@media (max-width: 1020px) {
  .m__section.left::before {
    width: 100%;
    top: 100px;
    height: calc(100% - 100px);
  }
}
.m__section.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m__section.right .m__section__image {
  float: left;
}
@media (min-width: 1021px) {
  .m__section.right .m__section__image {
    position: absolute;
    left: 0;
    width: 56%;
  }
}
.m__section.right::before {
  content: "";
  height: 100%;
  width: 70%;
  background: url("../images/icons/background-light.png");
  position: absolute;
  right: 0;
  display: block;
}
@media (max-width: 1020px) {
  .m__section.right::before {
    width: 100%;
    height: 95%;
    top: 100px;
    height: calc(100% - 100px);
  }
}
.m__section.hide {
  display: none;
}
.m__section h3 {
  color: #00443F;
}
.m__section h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
}
@media (max-width: 1020px) {
  .m__section h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.m__section .m__accordion-item {
  border-top: 1px solid #8892A1;
}
.m__section .m__accordion-item:first-of-type {
  border-top: none;
}
.m__section .m__accordion-item:last-of-type {
  border-bottom: 1px solid #8892A1;
}
.m__section .m__accordion-item__heading {
  padding: 1em 0;
  display: block;
}
.m__section .m__accordion-item__heading h4 {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #00443F;
}
@media (min-width: 1801px) {
  .m__section .m__accordion-item__heading h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.m__section .m__accordion-item__heading h4::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icons/new-accordion-arrow.svg") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m__section .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  color: #00443F;
}
.m__section .m__accordion-item__body h1, .m__section .m__accordion-item__body h2, .m__section .m__accordion-item__body h3, .m__section .m__accordion-item__body h4, .m__section .m__accordion-item__body h5, .m__section .m__accordion-item__body h6 {
  color: #BC9E5F;
}
.m__section .m__accordion-item input[type=radio],
.m__section .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__section .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4::after,
.m__section .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m__section .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__section .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
  padding-bottom: 1em;
}

.m__sections {
  position: relative;
}
.m__sections .m__section:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1801px) {
  .m__sections.iframe_section {
    padding: 6em 0;
  }
}
.m__sections.dark .m__section.left::before, .m__sections.dark .m__section.right::before {
  background: url("../images/icons/background.png");
}
.m__sections.dark .m__section h2, .m__sections.dark .m__section h4 {
  color: #CFD1C0;
}
.m__sections.dark .m__section p, .m__sections.dark .m__section a, .m__sections.dark .m__section li, .m__sections.dark .m__section span {
  color: #fff;
}
.m__sections.dark .m__section h4::after {
  background: url("../images/icons/white-accord.svg") center/contain no-repeat;
}
.m__sections.dark .btn--standard {
  background-color: #CFD1C0;
  border-color: #CFD1C0;
  color: #00443F;
}
.m__sections.dark .btn--standard:hover, .m__sections.dark .btn--standard.active {
  background-color: #BDBCA9;
  border-color: #BDBCA9;
  text-decoration: underline;
}

.m__logoCarousel h3 {
  margin-bottom: 1.5em;
}
.m__logoCarousel__item {
  display: inline-block;
}
.m__logoCarousel__item img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 220px;
}
.m__logoCarousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__logoCarousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.m__logoCarousel .slick-slider {
  padding: 0 60px;
}

.m__iconBlocks {
  background: #00443F;
  padding: 4em 0;
}
@media (max-width: 1020px) {
  .m__iconBlocks {
    padding-bottom: 0;
  }
}
.m__iconBlocks h2 {
  color: #CFD1C0;
}
@media (max-width: 1020px) {
  .m__iconBlocks h2 {
    text-align: center;
  }
}
.m__iconBlocks p {
  color: #fff;
}
@media (max-width: 1020px) {
  .m__iconBlocks p {
    text-align: center;
  }
}
.m__iconBlocks .m__iconBlock__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2em;
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock__wrap {
    padding-top: 1em;
  }
}
.m__iconBlocks .m__iconBlock {
  padding-bottom: 4em;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock {
    text-align: left;
    padding-left: unset;
  }
  .m__iconBlocks .m__iconBlock img {
    display: block;
    margin: 0 auto 1em;
  }
}
.m__iconBlocks .m__iconBlock svg {
  margin-bottom: 1em;
}
.m__iconBlocks .m__iconBlock h3 {
  font-weight: 500;
  color: #CFD1C0;
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock h3 {
    text-align: center;
  }
}
.m__iconBlocks .m__iconBlock p:last-of-type {
  margin-bottom: 0;
}

.m__linkTiles a {
  display: block;
}
.m__linkTiles .l__col__evenpad {
  margin: 0 7px;
}
.m__linkTiles.toggle_background {
  background-color: #CFD1C0;
  padding: 4em 0;
}
@media (max-width: 1020px) {
  .m__linkTiles .l__col:not(:last-of-type) {
    margin-bottom: 2em;
  }
}

.m__linkTile {
  color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.m__linkTile svg {
  margin-bottom: 0.5em;
}
.m__linkTile__content {
  position: relative;
  padding: 2em;
  color: #00443F;
  height: 100%;
  padding-bottom: 5em;
  background-color: #fff;
}
@media (max-width: 1020px) {
  .m__linkTile__content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.m__linkTile__content h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: bold;
  color: #00443F;
}
.m__linkTile__content p:last-of-type {
  margin: 0;
}
@media (min-width: 769px) and (max-width: 1020px) {
  .m__linkTile__content p {
    width: 80%;
  }
}
.m__linkTile__content .btn--text {
  margin-top: 1.5em;
  position: absolute;
  bottom: 1.5em;
}
@media (max-width: 1020px) {
  .m__linkTile__content .btn--text {
    margin-top: 1em;
  }
}

.m__testimonials {
  padding: 4em 0;
  background-color: #CFD1C0;
}
@media (min-width: 1021px) {
  .m__testimonials {
    overflow: hidden;
  }
}
.m__testimonials.bg-green {
  background-color: #00443F;
}
.m__testimonials.bg-green .testimonial-image-slider::before {
  background: #00443F;
}
.m__testimonials.bg-green p, .m__testimonials.bg-green h2 {
  color: #fff;
}
.m__testimonials.bg-white {
  background-color: #fff;
}
.m__testimonials.bg-white .testimonial-image-slider::before {
  background: #fff;
}
.m__testimonials.bg-white p, .m__testimonials.bg-white h2 {
  color: #404040;
}
@media (max-width: 1020px) {
  .m__testimonials {
    padding: 3em 0;
    padding-bottom: 0;
  }
}
.m__testimonials .slick-dots {
  position: static;
  margin-top: 2em;
}
@media (max-width: 1020px) {
  .m__testimonials .desktop-btn {
    display: none;
  }
}
@media (min-width: 1021px) {
  .m__testimonials .mobile-btn {
    display: none;
  }
}
.m__testimonials .stories-headings {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .m__testimonials .stories-headings {
    display: block;
  }
}
.m__testimonials .stories-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-bottom: 3.5em;
}
.m__testimonials .stories-text p {
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .m__testimonials .stories-text p {
    width: 95%;
  }
}
@media (max-width: 1020px) {
  .m__testimonials .stories-text {
    margin-bottom: 0.5em;
  }
}
.m__testimonials .stories-button {
  margin-left: 20px;
}
@media (max-width: 1020px) {
  .m__testimonials .stories-button {
    margin-left: unset;
    margin-bottom: 2em;
    float: left;
  }
}
@media (max-width: 768px) {
  .m__testimonials .stories-button {
    width: 100%;
  }
}
.m__testimonials__item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__testimonials__item h2 {
  font-size: 20px;
  line-height: 28px;
  color: #00443F;
  margin-bottom: 28px;
}
@media (max-width: 1020px) {
  .m__testimonials__item h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px;
  }
}
.m__testimonials__item .author {
  font-weight: bold;
  margin-bottom: 0;
  color: #00443F;
}
@media (min-width: 1801px) {
  .m__testimonials__item .author {
    font-size: 22px;
    line-height: 24px;
  }
}
.m__testimonials__item p {
  color: #00443F;
}
@media (max-width: 1020px) {
  .m__testimonials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.m__testimonials .slick-dots {
  bottom: 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: calc(100% - 20px);
}
.m__testimonials .slick-dots button {
  background: #fff;
  height: 2px;
  border-radius: 0;
}
.m__testimonials .slick-dots li:not(:last-child) {
  margin-right: 0;
}
.m__testimonials .slick-dots .slick-active {
  background: none !important;
}
.m__testimonials .slick-dots .slick-active button {
  background: #00443F;
}
.m__testimonials .slick-dots li {
  width: 100%;
}
.m__testimonials .slick-dots li button {
  width: 100%;
}
.m__testimonials .m__testimonials__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.m__testimonials .m__testimonials__item .btn, .m__testimonials .m__testimonials__item .gform_footer .gform_button, .gform_footer .m__testimonials .m__testimonials__item .gform_button, .m__testimonials .m__testimonials__item .gform_footer input[type=submit], .gform_footer .m__testimonials .m__testimonials__item input[type=submit] {
  margin-top: 2.5em;
}
@media (max-width: 1020px) {
  .m__testimonials .m__testimonials__item .btn, .m__testimonials .m__testimonials__item .gform_footer .gform_button, .gform_footer .m__testimonials .m__testimonials__item .gform_button, .m__testimonials .m__testimonials__item .gform_footer input[type=submit], .gform_footer .m__testimonials .m__testimonials__item input[type=submit] {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.m__testimonials .testimonial-text-slider {
  z-index: 2;
}
.m__testimonials .testimonial-text-slider .testimonial-image {
  width: 50%;
  margin-right: 5px;
}
@media (max-width: 1020px) {
  .m__testimonials .testimonial-text-slider .testimonial-image {
    width: 100%;
    margin-top: 1em;
  }
}
.m__testimonials .testimonial-text-slider .testimonial-image img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/5;
  width: 100%;
}
@media (max-width: 1020px) {
  .m__testimonials .testimonial-text-slider .testimonial-image img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 1020px) {
  .m__testimonials .testimonial-text-slider .slick-slide img {
    width: 100% !important;
  }
}
.m__testimonials .testimonial-text {
  padding-right: 3.5em;
  width: 50%;
}
@media (max-width: 1020px) {
  .m__testimonials .testimonial-text {
    margin-right: unset;
    width: 100%;
    margin-top: 1em;
    padding-right: 1em;
  }
}
.m__testimonials .slick-arrow {
  background: #CFD1C0;
  border-radius: 0;
}
.m__testimonials .slick-next::before {
  content: url("../images/icons/new-arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m__testimonials .slick-next:hover::before {
  opacity: 65%;
}
.m__testimonials .slick-prev::before {
  content: url("../images/icons/new-arrow.svg");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m__testimonials .slick-prev:hover::before {
  opacity: 65%;
}
.m__testimonials .testimonial-image-slider::before {
  content: "";
  background: #CFD1C0;
  width: 110vw;
  position: absolute;
  left: -110vw;
  display: block;
  height: 100%;
  z-index: 1;
}
.m__testimonials .testimonial-image-slider .slick-list {
  overflow: visible;
}
.m__testimonials .testimonial-image-slider img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/5;
  width: 100%;
  margin-right: 15px;
}
@media (max-width: 1020px) {
  .m__testimonials .testimonial-image-slider {
    display: none;
  }
}
.m__testimonials .slick-arrow {
  top: unset;
  bottom: 0;
}
.m__testimonials .slick-arrow.slick-next {
  right: -52px;
  bottom: -51px;
}
.m__testimonials .slick-arrow.slick-prev {
  right: 10px;
  left: unset;
  bottom: -25px;
}
.m__testimonials .slick-dots {
  position: relative;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
@media (max-width: 1020px) {
  .m__testimonials .slick-dots {
    margin-top: 0;
  }
}
.m__testimonials .slick-dots li {
  width: 100%;
  height: 3px;
  background: #BBBAAC;
}
.m__testimonials .slick-dots li button {
  border-radius: 0;
  background: none;
  border: none;
}
.m__testimonials .slick-dots li.slick-active {
  background: #00443F;
  border-radius: 5px;
}

.m__banner {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  float: left;
  text-align: center;
  background: url("../images/icons/background-light.png");
  color: #00443F;
}
.m__banner.dark {
  background: url("../images/icons/background.png");
  color: #fff;
}
.m__banner.dark p {
  color: #fff;
}
.m__banner.dark .btn--standard {
  background: #fff;
  border: #fff;
  color: #00443F;
}
.m__banner.dark .btn--standard:hover {
  background: #f0f4f7;
  border: #f0f4f7;
}
@media (min-width: 769px) {
  .m__banner {
    min-height: 500px;
  }
}
.m__banner h3 {
  color: #BC9E5F;
}
@media (min-width: 1801px) {
  .m__banner h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.m__banner__content {
  position: relative;
  padding: 2em 0;
}
@media (max-width: 1020px) {
  .m__banner__content {
    padding: 8em 0;
  }
}
.m__banner__content p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1801px) {
  .m__banner__content p {
    font-size: 19px;
    line-height: 24px;
  }
}
.m__banner .m__iconBlock__icon {
  height: auto;
  width: auto;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 1020px) {
  .m__banner .m__iconBlock__icon {
    margin-bottom: 0;
    height: auto;
    width: auto;
  }
}
.m__banner .m__iconBlock__icon img {
  height: 52px;
  width: 52px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1020px) {
  .m__banner .m__iconBlock__icon img {
    margin-bottom: 0;
  }
}

body.ie11 .m__banner {
  min-height: auto;
  height: 400px;
}

@media (min-width: 1021px) {
  .m__carousel {
    overflow-x: hidden;
  }
}
@media (max-width: 1020px) {
  .m__carousel .l__contain, .m__carousel .wp-block-columns {
    padding: 0;
  }
}
@media (min-width: 1367px) {
  .m__carousel .l__contain.contain, .m__carousel .contain.wp-block-columns {
    max-width: 70%;
  }
}
.m__carousel__wrapper {
  position: relative;
}
.m__carousel__wrap {
  position: relative;
}
.m__carousel__item {
  overflow: hidden;
}
.m__carousel__item::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.m__carousel__item.small::before {
  padding-top: 35%;
}
@media (max-width: 1020px) {
  .m__carousel__item.small::before {
    padding-top: 48%;
  }
}
.m__carousel__item.medium::before {
  padding-top: 50%;
}
@media (max-width: 1020px) {
  .m__carousel__item.medium::before {
    padding-top: 60%;
  }
}
.m__carousel__item.large::before {
  padding-top: 60%;
}
.m__carousel .slick-arrow.slick-next {
  right: -26px;
}
.m__carousel .slick-arrow.slick-prev {
  left: -26px;
}
.m__carousel .slick-list {
  overflow: visible;
}
@media (min-width: 1021px) {
  .m__carousel .slick-slide {
    opacity: 0.25;
  }
  .m__carousel .slick-slide.slick-active {
    opacity: 1;
  }
}
.m__carousel .counter {
  position: absolute;
  right: 40px;
  bottom: 4em;
  padding: 15px;
  border-radius: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  width: 70px;
  text-align: center;
}
@media (max-width: 1020px) {
  .m__carousel .counter {
    bottom: 2em;
    right: 20px;
  }
}
@media (min-width: 1021px) {
  .m__carousel .counter {
    display: none;
  }
}
.m__carousel .exchange-promo {
  background: #CFD1C0;
  color: #00443F;
  position: absolute;
  top: 38px;
  right: 5px;
  border-radius: 26px;
  font-size: 16px;
  padding: 2px 14px;
  z-index: 2;
}
@media (max-width: 1020px) {
  .m__carousel .exchange-promo {
    left: 5px;
    right: auto;
  }
}
@media (min-width: 1801px) {
  .m__carousel .exchange-promo {
    font-size: 19px;
    line-height: 24px;
  }
}
.m__carousel .cashback-promo {
  background: #B35140;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 26px;
  font-size: 16px;
  padding: 2px 14px;
  z-index: 2;
}
@media (max-width: 1020px) {
  .m__carousel .cashback-promo {
    left: 20px;
    right: 20px;
    font-size: 12px;
    top: -7px;
    line-height: 18px;
  }
}
@media (min-width: 1801px) {
  .m__carousel .cashback-promo {
    font-size: 19px;
    line-height: 24px;
  }
}

@media (max-width: 1020px) {
  .single-development .m__carousel {
    margin-bottom: 2em;
  }
}

.m__tabs {
  position: relative;
}
@media (max-width: 1020px) {
  .m__tabs .desktop {
    display: none;
  }
}
@media (min-width: 1021px) {
  .m__tabs .mobile {
    display: none;
  }
}
.m__tabs__bar label {
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  padding-bottom: 0.5em;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
}
@media (max-width: 1020px) {
  .m__tabs__bar label {
    display: none;
  }
}
.m__tabs__bar label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #00443F;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.m__tabs__bar label.active::after {
  width: 100%;
}
.m__tabs__bar label:hover, .m__tabs__bar label.active {
  color: #00443F;
}
.m__tabs__bar select {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 1021px) {
  .m__tabs__bar select {
    display: none;
  }
}
.m__tabs input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}
.m__tabs input[name^=tabs-]:checked + .label::after {
  width: 100%;
}
.m__tabs__panel {
  display: none;
  overflow: hidden;
  padding: 1em 0 0;
}
.m__tabs__panel p:last-of-type {
  margin: 0;
}
.m__tabs input[name^=tabs-]:checked + .m__tabs__panel {
  display: block;
}
.m__tabs--5050 .m__section.left::before, .m__tabs--5050 .m__section.right::before {
  display: none;
}
.m__tabs--5050 .m__section__content {
  padding: 4em 0;
}
.m__tabs--5050 .m__tabs__bar select {
  display: block;
  border-bottom: 1px solid #00443F;
  padding: 1em;
}
.m__tabs--5050 .slick-slide {
  min-height: 600px;
}

@media (max-width: 1020px) {
  .floorplan .floor-plan-tab {
    margin-top: 10px;
  }
}
.floorplan .m__tabs__panel.active {
  display: block;
}

@media (min-width: 1021px) {
  .m__floorplan .intro {
    max-width: 350px;
  }
}
.m__floorplan .intro p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1801px) {
  .m__floorplan .intro {
    max-width: 600px;
  }
  .m__floorplan .intro p {
    font-size: 19px;
    line-height: 24px;
  }
}
.m__floorplan .floor_name_text {
  display: none;
}
.m__floorplan .floor_name_text.active {
  display: block;
}

.tab-floor-img {
  display: none;
}
.tab-floor-img img {
  max-width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1801px) {
  .tab-floor-img img {
    max-height: 700px;
  }
}
@media (max-width: 1020px) {
  .tab-floor-img.mobile-only.active {
    display: block;
  }
}
.tab-floor-img.mobile-only img {
  height: 100%;
}
@media (min-width: 1021px) {
  .tab-floor-img.desktop-only.active {
    display: block;
  }
}

.tab-floor-right select {
  border: 1px solid #979797;
  font-size: 14px;
  color: #00443F;
  display: none;
}
@media (max-width: 1020px) {
  .tab-floor-right select {
    margin-bottom: 14px;
  }
}
@media (min-width: 1021px) {
  .tab-floor-right select {
    margin-bottom: 52px;
  }
}
.tab-floor-right .roomItem {
  display: none;
}
.tab-floor-right .roomItem .iconText {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1801px) {
  .tab-floor-right .roomItem .iconText {
    font-size: 19px;
    line-height: 24px;
  }
}
.tab-floor-right .roomItem .iconText.pl {
  padding-left: 40px;
}
.tab-floor-right .roomItem .iconText img {
  max-width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab-floor-right .roomItem.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00443F;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: solid 1px #979797;
}
.tab-floor-right .roomItem .dimension {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1801px) {
  .tab-floor-right .roomItem .dimension {
    font-size: 19px;
    line-height: 24px;
  }
}
.tab-floor-right .roomItem .dimension span {
  display: none;
}
.tab-floor-right .roomItem .dimension span.active {
  display: inline-block;
}
.tab-floor-right .measurement-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tab-floor-right .measurement-buttons .slick-arrow {
  cursor: pointer;
  width: 45px;
  height: 45px;
  left: 0;
  -webkit-transition: none;
  transition: none;
}
.tab-floor-right .measurement-buttons .slick-arrow.plan-arrow-left {
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}
.tab-floor-right .measurement-buttons .slick-arrow.plan-arrow-right {
  left: 50px;
}
@media (max-width: 1020px) {
  .tab-floor-right .measurement-buttons .slick-arrow.plan-arrow-right {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1020px) {
  .tab-floor-right .measurement-buttons {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab-floor-right .measurement-buttons .btn, .tab-floor-right .measurement-buttons .gform_footer .gform_button, .gform_footer .tab-floor-right .measurement-buttons .gform_button, .tab-floor-right .measurement-buttons .gform_footer input[type=submit], .gform_footer .tab-floor-right .measurement-buttons input[type=submit] {
  margin-right: 0;
  margin-left: 1em;
  padding: 12px 1em;
  min-width: 88px;
  border-radius: 0;
  background: #fff;
  color: #00443F;
  border: 1px solid #CFD1C0;
}
.tab-floor-right .measurement-buttons .btn.active, .tab-floor-right .measurement-buttons .gform_footer .active.gform_button, .gform_footer .tab-floor-right .measurement-buttons .active.gform_button, .tab-floor-right .measurement-buttons .gform_footer input.active[type=submit], .gform_footer .tab-floor-right .measurement-buttons input.active[type=submit] {
  background: #00443F;
  color: #fff;
  border-color: #00443F;
}
@media (max-width: 1020px) {
  .tab-floor-right .measurement-buttons .btn, .tab-floor-right .measurement-buttons .gform_footer .gform_button, .gform_footer .tab-floor-right .measurement-buttons .gform_button, .tab-floor-right .measurement-buttons .gform_footer input[type=submit], .gform_footer .tab-floor-right .measurement-buttons input[type=submit] {
    width: auto;
  }
}

.tab-floor-left .roomItem {
  display: none;
}
.tab-floor-left .roomItem.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00443F;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: solid 1px #979797;
}
.tab-floor-left .roomItem .dimension span {
  display: none;
}
.tab-floor-left .roomItem .dimension span.active {
  display: inline-block;
}

.m__steps {
  background-color: #efefe9;
  padding: 6em 0;
  position: relative;
}
.m__steps .steps__wrap::before {
  background-color: #efefe9;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1020px) {
  .m__steps::before {
    display: none;
  }
}
.m__steps .step__content {
  z-index: 2;
  position: relative;
}
@media (min-width: 1021px) {
  .m__steps .step__content {
    width: 85%;
  }
}
.m__steps h2, .m__steps h3 {
  color: #00443F;
}
.m__steps h3 {
  font-weight: bold;
}
@media (max-width: 1020px) {
  .m__steps h3 {
    font-size: 24px;
  }
}
.m__steps .step__card {
  background: #CFD1C0;
  padding: 15px;
}
@media (max-width: 1020px) {
  .m__steps .step__card {
    margin-left: 0;
  }
}
@media (min-width: 1801px) {
  .m__steps .step__card {
    padding: 30px;
  }
}
.m__steps .slick-list {
  overflow: visible;
}
.m__steps .slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media (min-width: 1021px) {
  .m__steps .slick-prev {
    left: -28px;
  }
}
@media (min-width: 1021px) {
  .m__steps .slick-next {
    right: -28px;
  }
}
.m__steps .slick-dots {
  position: relative;
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5em;
}
.m__steps .slick-dots li {
  width: 100%;
  height: 3px;
  background: #BBBAAC;
}
.m__steps .slick-dots li button {
  border-radius: 0;
  background: none;
  border: none;
}
.m__steps .slick-dots li.slick-active {
  background: #00443F;
  border-radius: 5px;
}
.m__steps .slick-dots li:not(:last-child) {
  margin-right: unset;
}
@media (max-width: 1020px) {
  .m__steps .desktop-btn {
    display: none;
  }
}
.m__steps .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__steps .slick-slide {
  height: inherit !important;
}
.m__steps .mobile-btn {
  margin-top: 1em;
}
@media (min-width: 1021px) {
  .m__steps .mobile-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .m__steps .mobile-btn .btn, .m__steps .mobile-btn .gform_footer .gform_button, .gform_footer .m__steps .mobile-btn .gform_button, .m__steps .mobile-btn .gform_footer input[type=submit], .gform_footer .m__steps .mobile-btn input[type=submit] {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .m__twoThirds--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__twoThirds .leftSide .l__contain, .m__twoThirds .leftSide .wp-block-columns {
  padding: 0;
}
@media (max-width: 1020px) {
  .m__twoThirds__sidebar {
    padding-top: 2em;
  }
}
.m__twoThirds__sidebar .single__sidebar {
  background-color: #f0f4f7;
  border-radius: 10px;
  padding: 21px 2em;
}
.m__twoThirds__support--listLinks {
  background-color: #f0f4f7;
  border-radius: 10px;
  padding: 2em;
}
@media (max-width: 1020px) {
  .m__twoThirds__support--listLinks {
    display: none;
  }
}
.m__twoThirds__support--listLinks h3 {
  margin-bottom: 1em;
}
.m__twoThirds__support--listLinks a {
  padding-top: 4px;
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
  width: 100%;
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    margin: 0;
  }
}
@media (max-width: 1020px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: auto;
  }
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: 100%;
  }
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a:first-child {
  margin-bottom: 7px;
}
.m__twoThirds .m__textBlock .l__contain, .m__twoThirds .m__textBlock .wp-block-columns {
  padding: 0;
}

.m__key__features {
  background-color: #efefe9;
  padding: 6em 0;
  position: relative;
  padding-bottom: 4em;
}
@media (max-width: 1366px) {
  .m__key__features {
    overflow: hidden;
  }
}
@media (max-width: 1020px) {
  .m__key__features {
    padding: 2em 0 0;
  }
}
@media (min-width: 1021px) {
  .m__key__features .steps__wrap::before {
    background-color: #efefe9;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    width: 100%;
    z-index: 1;
  }
}
.m__key__features .key-features-image {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.m__key__features .key-features-image::before {
  content: "";
  display: block;
  padding-top: 83%;
}
.m__key__features .step__content {
  z-index: 2;
  position: relative;
}
@media (min-width: 1021px) {
  .m__key__features .step__content {
    width: 85%;
  }
}
.m__key__features h2, .m__key__features h3 {
  color: #00443F;
}
.m__key__features h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1801px) {
  .m__key__features h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.m__key__features .slick-list {
  overflow: visible;
}
.m__key__features .slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.m__key__features .slick-dots {
  position: relative;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
.m__key__features .slick-dots li {
  width: 100%;
  height: 3px;
  background: #BBBAAC;
}
.m__key__features .slick-dots li button {
  border-radius: 0;
  background: none;
  border: none;
}
.m__key__features .slick-dots li.slick-active {
  background: #00443F;
  border-radius: 5px;
}
.m__key__features .slick-dots li:not(:last-child) {
  margin-right: unset;
}
@media (max-width: 1020px) {
  .m__key__features .desktop-btn {
    display: none;
  }
}
.m__key__features .mobile-btn {
  margin-top: 1em;
}
@media (min-width: 1021px) {
  .m__key__features .mobile-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .m__key__features .mobile-btn .btn, .m__key__features .mobile-btn .gform_footer .gform_button, .gform_footer .m__key__features .mobile-btn .gform_button, .m__key__features .mobile-btn .gform_footer input[type=submit], .gform_footer .m__key__features .mobile-btn input[type=submit] {
    width: 100%;
  }
}

.mc__scrolling {
  padding-top: 4em;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1020px) {
  .mc__scrolling {
    padding-top: 2em;
  }
  .mc__scrolling .desktop {
    display: none;
  }
}
.mc__scrolling__intro {
  text-align: left;
  margin-bottom: 1em;
  width: 75%;
}
.mc__scrolling__intro h2 {
  margin-bottom: 1em;
}
@media (min-width: 1021px) {
  .mc__scrolling .mobile {
    display: none;
  }
}
.mc__scrolling__counter {
  background-color: #fff;
  border-radius: 23px;
  position: sticky;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 1.5em;
  left: 0;
}
.mc__scrolling__counter__wrap {
  opacity: 0;
}
@media (min-width: 1021px) {
  .mc__scrolling__counter__wrap {
    padding: 6em 0 22em;
    height: 100%;
    position: absolute;
    left: 0;
  }
}
@media (max-width: 1020px) {
  .mc__scrolling__counter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 102px;
    float: none;
  }
}
.mc__scrolling__counter p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.mc__scrolling__item {
  margin: 6em 0 7em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 0;
}
.mc__scrolling__item:not(.active) {
  opacity: 38%;
}
.mc__scrolling__item h2 {
  margin-bottom: 20px;
}
.mc__scrolling__item p {
  color: #404040;
  min-height: 350px;
}
.mc__scrolling__item .bottom {
  display: block;
  width: 100%;
  height: 1px;
}
.mc__scrolling__right {
  height: 100%;
  padding-top: 15em;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.mc__scrolling__left {
  position: relative;
  padding: 0 5em 9em 5em;
}
@media (min-width: 1021px) {
  .mc__scrolling__img {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    position: sticky;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    max-height: 550px;
  }
  .mc__scrolling__img.active {
    opacity: 1;
    width: auto;
    height: auto;
  }
}
@media (max-width: 1020px) {
  .mc__scrolling__img {
    margin-bottom: 2em;
  }
}
.mc__scrolling__img::before {
  content: "";
  display: block;
  padding-top: 65%;
}
@media (min-width: 769px) and (max-width: 1020px) {
  .mc__scrolling__img::before {
    padding-top: 50%;
  }
}
.mc__scrolling__slider {
  padding-bottom: 5em;
}
.mc__scrolling__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc__scrolling__slider .slick-track .slick-slide {
  height: inherit;
}
.mc__scrolling__slider .slick-dots li button {
  background: #BC9E5F;
}
.mc__scrolling__slider .slick-dots li.slick-active button {
  background-color: #00443F;
}
.mc__scrolling__slider__item {
  text-align: center;
}
.mc__scrolling__slider__item p {
  color: #00443F;
}

.m__comparison_table {
  position: relative;
}
@media (max-width: 1020px) {
  .m__comparison_table {
    text-align: left;
  }
}
@media (max-width: 1020px) {
  .m__comparison_table .l__contain, .m__comparison_table .wp-block-columns {
    padding: 0;
  }
}
.m__comparison_table p {
  color: #fff;
}
.m__comparison_table .comparisons {
  position: relative;
  display: inline-block;
}
.m__comparison_table .comparisons::before {
  content: "";
  height: 95%;
  width: 1px;
  background: #CFD1C0;
  position: absolute;
  left: 50%;
  top: 5%;
  z-index: 1;
}
@media (max-width: 1020px) {
  .m__comparison_table .comparisons::before {
    display: none;
  }
}
.m__comparison_table .table {
  background: url("../images/icons/background.png");
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 4em;
}
@media (max-width: 1020px) {
  .m__comparison_table .table {
    padding: 2em;
  }
}
.m__comparison_table .table h3, .m__comparison_table .table h2 {
  color: #CFD1C0;
}
@media (min-width: 1021px) {
  .m__comparison_table .table h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.m__comparison_table .table .table-heading {
  margin-top: -1em;
  margin-bottom: 3em;
}
.m__comparison_table .table .table-icon {
  height: auto;
  width: auto;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 1020px) {
  .m__comparison_table .table .table-icon {
    margin-bottom: 0;
    height: auto;
    width: auto;
  }
}
.m__comparison_table .table .table-icon img {
  height: 64px;
  width: 64px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 2em;
}
@media (max-width: 1020px) {
  .m__comparison_table .table .table-icon img {
    margin-bottom: 0;
    margin-top: 2em;
  }
}
.m__comparison_table .table .m__iconBlock__icon {
  height: auto;
  width: auto;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 1020px) {
  .m__comparison_table .table .m__iconBlock__icon {
    margin-bottom: 0;
    height: auto;
    width: auto;
  }
}
.m__comparison_table .table .m__iconBlock__icon img {
  height: 52px;
  width: 52px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1020px) {
  .m__comparison_table .table .m__iconBlock__icon img {
    margin-bottom: 0;
    margin-top: 2em;
  }
}
.m__comparison_table .table .comparison-item {
  padding: 1em 4em;
}
@media (max-width: 1020px) {
  .m__comparison_table .table .comparison-item {
    padding: unset;
  }
}

.m__siteplan {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 130px);
  width: 100%;
  overflow: hidden;
  top: 99px;
  z-index: 201;
  display: none;
}
.m__siteplan .m__siteplan--tooltip {
  display: none;
  position: fixed;
  z-index: 202;
  background: rgba(0, 0, 0, 0.3);
  height: calc(100% - 130px);
  width: 100%;
}
.m__siteplan .m__siteplan--tooltip.active {
  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;
}
.m__siteplan .m__siteplan--tooltip .m__siteplan--tooltip--content {
  max-width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 15px 15px 45px;
  border-radius: 10px;
  position: relative;
}
.m__siteplan .m__siteplan--tooltip .m__siteplan--tooltip--content::before {
  content: "!";
  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;
  position: absolute;
  left: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: solid 2px #B35140;
  color: #B35140;
  background-color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
@media (min-width: 1801px) {
  .m__siteplan .m__siteplan--tooltip .m__siteplan--tooltip--content::before {
    font-size: 19px;
    line-height: 24px;
  }
}
.m__siteplan .m__siteplan--tooltip .m__siteplan--tooltip--content::after {
  content: "x";
  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;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: solid 2px #B35140;
  color: #B35140;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
.m__siteplan .l__contain, .m__siteplan .wp-block-columns, .m__siteplan .l__row, .m__siteplan img {
  height: 100%;
}
@media (max-width: 1020px) {
  .m__siteplan .l__contain, .m__siteplan .wp-block-columns, .m__siteplan .l__row, .m__siteplan img {
    min-width: 1000px;
  }
}
.m__siteplan.preview {
  display: block;
}
.m__siteplan.preview .m__siteplan__close {
  display: none;
}
.m__siteplan .phase-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m__siteplan .phase-trigger {
  cursor: pointer;
  padding: 15px 0px;
  position: relative;
  float: left;
  font-weight: 500;
  width: 50%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 1em);
          flex: 1 0 calc(50% - 1em);
  max-width: 50%;
}
.m__siteplan .phase-trigger::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: rgba(0, 68, 63, 0.2901960784);
}
.m__siteplan .phase-trigger:hover::before, .m__siteplan .phase-trigger.active::before {
  background: #404040;
}
@media (max-width: 1020px) {
  .m__siteplan {
    top: 73px;
    height: calc(100% - 73px);
  }
}
.m__siteplan .l__row {
  position: relative;
}
.m__siteplan__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 199;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
.m__siteplan__plot {
  display: none;
  position: fixed;
  z-index: 200;
  top: calc(50% + 60px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
}
@media (max-width: 1020px) {
  .m__siteplan__plot {
    top: calc(50% + 35px);
  }
}
@media (max-width: 480px) {
  .m__siteplan__plot {
    width: 280px;
  }
}
.m__siteplan__plot__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  padding: 3px 10px 3px 35px;
  border-radius: 26px;
  color: #00443F;
  z-index: 5;
}
.m__siteplan__plot__close::before {
  content: "";
  background-image: url("../images/icons/close-icon-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__siteplan__plot .c__tease--plot {
  padding-bottom: 0 !important;
}
.m__siteplan__plot .c__tease--plot .content_footer {
  max-height: none;
}
@media (min-width: 1021px) {
  .m__siteplan__plot .c__tease--plot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__siteplan__plot .c__tease--plot .c__tease__content {
  position: relative;
}
@media (max-width: 1020px) {
  .m__siteplan__plot .c__tease--plot .c__tease__content {
    padding: 18.5px 19px;
  }
}
.m__siteplan__plot .c__tease--plot .c__tease__img::before {
  padding-top: 70%;
}
.m__siteplan__plot .c__tease p {
  color: #00443F;
}
@media (max-width: 1020px) {
  .m__siteplan__topbar {
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
}
@media (min-width: 1021px) {
  .m__siteplan__topbar {
    position: relative;
    width: 1248px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.m__siteplan__sidebar {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 10;
  padding: 20px;
  display: none;
}
@media (max-width: 1020px) {
  .m__siteplan__sidebar {
    top: 80px;
    max-width: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0 19px 30px -4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 19px 30px -4px rgba(0, 0, 0, 0.15);
  }
  .m__siteplan__sidebar h2 {
    display: none;
  }
}
.m__siteplan__sidebar__key p {
  display: inline-block;
  margin: 0 10px 15px 0;
  padding-left: 20px;
  position: relative;
  color: #00443F;
}
.m__siteplan__sidebar__key p::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__siteplan__sidebar__key p.available::before {
  background-color: #7ED321;
}
.m__siteplan__sidebar__key p.sold::before {
  background-color: #D0011C;
}
.m__siteplan__sidebar__key p.showhome::before {
  background-color: #5B5BF1 !important;
}
.m__siteplan__sidebar label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #00443F;
  display: block;
  margin-bottom: 15px;
}
.m__siteplan__sidebar select {
  border-bottom: 1px solid #00443F;
}
.m__siteplan__phase {
  width: 100%;
  height: auto;
}
.m__siteplan__wrapper {
  position: relative;
  overflow: hidden;
  display: none;
}
.m__siteplan__wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1021px) {
  .m__siteplan__filter {
    position: absolute;
    top: 2em;
    right: 200px;
    z-index: 10;
    padding: 10px 2.5em 10px 3.5em;
  }
  .m__siteplan__filter::before {
    content: "";
    background-image: url("../images/icons/filters.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .m__siteplan__filter.active::before {
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
}
.m__siteplan__filter.close {
  padding: 10px 2.5em 10px 3.5em;
}
.m__siteplan__filter.close::before {
  content: "";
  background-image: url("../images/icons/close-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__siteplan__close {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 10;
  padding: 10px 2.5em 10px 3.5em;
}
.m__siteplan__close::before {
  content: "";
  background-image: url("../images/icons/close-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1020px) {
  .m__siteplan__close {
    position: relative;
    float: right;
    top: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #00443F;
    width: auto;
    min-width: auto;
    padding: 10px 0 10px 3.5em;
  }
  .m__siteplan__close::before {
    background-image: url("../images/icons/close-icon-green.svg");
    left: 25px;
  }
  .m__siteplan__close:hover {
    background-color: transparent;
  }
}
.m__siteplan__item {
  position: absolute;
  border-radius: 50%;
  background-color: #00443F;
  border: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.m__siteplan__item--small {
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
}
.m__siteplan__item--medium {
  height: 20px;
  width: 20px;
}
.m__siteplan__item--large {
  height: 30px;
  width: 30px;
}
@media (max-width: 1020px) {
  .m__siteplan__item {
    height: 10px;
    width: 10px;
    border: 1.5px solid #fff;
  }
}
.m__siteplan__item.available {
  background-color: #7ED321;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.m__siteplan__item.available.showhome {
  background-color: #7ED321;
}
.m__siteplan__item.sold {
  background-color: #D0011C;
}
.m__siteplan__item.sold.showhome {
  background-color: #D0011C;
}
.m__siteplan__item.showhome {
  background-color: #5B5BF1 !important;
}
.m__siteplan .s__field {
  color: #404040;
}

.m__linkBlocks .c__tease {
  background: #CFD1C0;
  padding-bottom: 4em;
}
.m__linkBlocks .c__tease__content {
  padding: 5px 20px;
}
.m__linkBlocks .c__tease .btn, .m__linkBlocks .c__tease .gform_footer .gform_button, .gform_footer .m__linkBlocks .c__tease .gform_button, .m__linkBlocks .c__tease .gform_footer input[type=submit], .gform_footer .m__linkBlocks .c__tease input[type=submit] {
  bottom: 17px;
  left: 20px;
}
.m__linkBlocks.bg-green {
  padding: 4em 0;
  background-color: #00443F;
}
.m__linkBlocks.bg-green h2 {
  color: #fff;
}
@media (max-width: 1020px) {
  .m__linkBlocks.bg-green {
    padding: 2em 0;
  }
}
.m__linkBlocks.bg-light_green {
  padding: 4em 0;
  background-color: #CFD1C0;
}
.m__linkBlocks.bg-light_green h2 {
  color: #404040;
}
.m__linkBlocks.bg-light_green .c__tease {
  background-color: #fff;
}
@media (max-width: 1020px) {
  .m__linkBlocks.bg-light_green {
    padding: 2em 0;
  }
}

.m__specification {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1020px) {
  .m__specification {
    text-align: unset;
  }
}
.m__specification.background {
  padding: 5em 0;
  background: #CFD1C0;
}
@media (max-width: 1020px) {
  .m__specification.background {
    padding: 3em 0;
    padding-bottom: 10px;
  }
}
.m__specification.move-up {
  padding-top: 25em;
  margin-top: -25em;
}
@media (max-width: 1020px) {
  .m__specification.move-up {
    margin-top: -28em;
  }
}
.m__specification.move-up .btn--standard {
  background: #00443F;
  border: #00443F;
}
@media (max-width: 768px) {
  .m__specification .btn, .m__specification .gform_footer .gform_button, .gform_footer .m__specification .gform_button, .m__specification .gform_footer input[type=submit], .gform_footer .m__specification input[type=submit] {
    width: 100%;
  }
}
.m__specification .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px -9px;
}
.m__specification .image-card {
  height: 670px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 7.5px;
}
.m__specification .image-card:hover {
  width: 320%;
}
@media (min-width: 1801px) {
  .m__specification .image-card {
    height: 800px;
  }
}
@media (max-width: 1020px) {
  .m__specification .image-card {
    height: 500px;
    margin: unset;
  }
  .m__specification .image-card.small {
    height: 300px;
  }
  .m__specification .image-card.medium {
    height: 400px;
  }
  .m__specification .image-card.large {
    height: 500px;
  }
}
.m__specification .mobile-slider {
  margin-top: 3em;
  width: 100vw;
}
@media (min-width: 1021px) {
  .m__specification .mobile-slider {
    display: none;
  }
}
.m__specification .desktop-cards {
  margin-top: 55px;
}
@media (max-width: 1020px) {
  .m__specification .desktop-cards {
    display: none;
  }
}
.m__specification h2 {
  margin-bottom: 15px;
}
.m__specification__content {
  color: #00443F;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .m__specification__content {
    max-width: 620px;
  }
}
@media (max-width: 768px) {
  .m__specification__content {
    text-align: left;
  }
}
@media (min-width: 1021px) {
  .m__specification__content h2 {
    max-width: 540px;
    margin: 0 auto 15px auto;
  }
}
.m__specification .slick-dots {
  position: relative;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #BBBAAC;
}
@media (max-width: 1020px) {
  .m__specification .slick-dots {
    max-width: calc(100% - 40px);
  }
}
.m__specification .slick-dots li {
  width: 100%;
  height: 3px;
  background: #BBBAAC;
  margin-right: 0;
}
.m__specification .slick-dots li button {
  border-radius: 0;
  background: none;
  border: none;
}
.m__specification .slick-dots li.slick-active {
  background: #BC9E5F;
  border-radius: 5px;
}
.m__specification .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__specification .slick-slide {
  height: inherit !important;
  margin-right: 20px;
}
.m__specification .slick-list {
  padding: 0 6% 0 0;
}

@media (max-width: 1366px) {
  .m__tabbedContent {
    overflow: hidden;
  }
}
.m__tabbedContent .hide {
  display: none !important;
}
@media (max-width: 1020px) {
  .m__tabbedContent {
    padding: 0 20px;
  }
}
.m__tabbedContent__title {
  margin-bottom: 1em;
  color: #00443F;
}
@media (max-width: 768px) {
  .m__tabbedContent__title {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1021px) {
  .m__tabbedContent__title {
    text-align: center;
  }
}
.m__tabbedContent h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1801px) {
  .m__tabbedContent h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.m__tabbedContent .slick-dots li.slick-active button {
  background: #00443F;
}
.m__tabbedContent .tabbed-titles {
  margin-top: 1em;
}
@media (min-width: 1021px) {
  .m__tabbedContent .tabbed-titles p {
    width: 60%;
    margin-left: 19%;
  }
}
.m__tabbedContent__contain {
  position: relative;
}
.m__tabbedContent__content {
  display: none;
  text-align: center;
  color: #00443F;
}
.m__tabbedContent__content > p {
  text-align: left;
}
.m__tabbedContent__content.active {
  display: block;
}
@media (max-width: 1020px) {
  .m__tabbedContent__content {
    text-align: left;
  }
}
.m__tabbedContent__padding {
  padding: 2em 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .m__tabbedContent__padding {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.m__tabbedContent__padding .l__contain, .m__tabbedContent__padding .wp-block-columns {
  padding: 0;
}
.m__tabbedContent__tabs {
  margin-bottom: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Horizontal centering */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__tabbedContent__tabs select {
  border-bottom: 1px solid #00443F;
}
@media (min-width: 1021px) {
  .m__tabbedContent__tabs select {
    display: none;
  }
}
.m__tabbedContent__tabs label {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 15px;
  color: #404040;
  border-bottom: 1px solid #f0f4f7;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.m__tabbedContent__tabs label::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #CFD1C0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.m__tabbedContent__tabs label:hover::before {
  content: "";
  opacity: 1;
}
@media (max-width: 1020px) {
  .m__tabbedContent__tabs label::before {
    display: none;
  }
}
.m__tabbedContent__tabs label.active {
  font-weight: 600;
}
.m__tabbedContent__tabs label.active::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background-color: #B35140;
  position: absolute;
}
@media (max-width: 1020px) {
  .m__tabbedContent__tabs label.active::after {
    bottom: 0;
  }
}
@media (max-width: 1020px) {
  .m__tabbedContent__tabs {
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 25px;
  }
}
.m__tabbedContent .tabbed-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4em;
  margin-bottom: 2em;
}
@media (max-width: 1020px) {
  .m__tabbedContent .tabbed-links {
    display: block;
    margin-top: 2em;
    margin-bottom: 0;
  }
}
.m__tabbedContent .tabbed-links .btn--text {
  font-weight: unset;
  -webkit-transition: 0;
  transition: 0;
  text-align: center;
  padding-left: unset;
}
@media (min-width: 1021px) {
  .m__tabbedContent .tabbed-links .btn--text {
    margin-right: 20px;
  }
}
.m__tabbedContent .tabbed-links .btn--text:hover {
  font-weight: bold;
}
@media (max-width: 1020px) {
  .m__tabbedContent .tabbed-links .btn--text {
    margin-top: 1em;
    width: 100%;
    text-align: left;
  }
}
.m__tabbedContent .tabbed-links .btn--text::before {
  content: url("../images/icons/new-arrow-gold.svg");
  position: relative;
  padding-right: 1em;
}
.m__tabbedContent .specifications {
  width: 90%;
  text-align: center;
  margin-left: 5%;
}
.m__tabbedContent .specifications p {
  font-weight: bold;
  position: relative;
}
.m__tabbedContent .specifications p:after {
  content: "";
  height: 1px;
  background: #979797;
  bottom: -13px;
  position: absolute;
  width: 100%;
  left: 0;
}
.m__tabbedContent .spec-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .m__tabbedContent .spec-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1020px) {
  .m__tabbedContent .spec-tabs {
    overflow-x: scroll;
    width: calc(100vw - 30px);
    margin-bottom: 1em;
  }
}
.m__tabbedContent .spec-tabs .spec-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 1em 2em 1em;
  cursor: pointer;
}
.m__tabbedContent .spec-tabs .spec-icon .icon {
  border: solid 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.m__tabbedContent .spec-tabs .spec-icon .icon.icon-bespoke {
  border-color: #F3CD45;
}
.m__tabbedContent .spec-tabs .spec-icon .icon.icon-standard {
  border-color: #507320;
}
.m__tabbedContent .spec-tabs .spec-icon picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1020px) {
  .m__tabbedContent .spec-tabs .spec-icon {
    margin: 0em 1em 0.5em 0;
  }
}
.m__tabbedContent .spec-tabs .spec-icon p {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 10px;
  border-bottom: solid 2px transparent;
}
@media (max-width: 768px) {
  .m__tabbedContent .spec-tabs .spec-icon p {
    margin-left: 10px;
  }
}
.m__tabbedContent .spec-tabs .spec-icon img {
  width: 30px;
  height: 100%;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.m__tabbedContent .spec-tabs .spec-icon.active p {
  font-weight: 500;
  border-color: #BE402A;
}
.m__tabbedContent .spec-tab-content-text {
  display: none;
}
.m__tabbedContent .spec-tab-content-text p {
  text-align: left;
}
.m__tabbedContent .spec-tab-content-text.active {
  display: block;
}
.m__tabbedContent .spec-tab-content {
  display: none;
}
.m__tabbedContent .spec-tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1020px) {
  .m__tabbedContent .spec-tab-content.active {
    margin: 0 -10px;
  }
}
.m__tabbedContent .spec-tab-content .specifications {
  display: none;
}
.m__tabbedContent .spec-tab-content .specifications.active {
  display: block;
}
.m__tabbedContent .spec-tab-content .spec_gallery_preview {
  -webkit-box-shadow: -5px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 10px 10px 0px rgba(0, 0, 0, 0.2);
  width: calc(25% - 40px);
  margin: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .m__tabbedContent .spec-tab-content .spec_gallery_preview {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
.m__tabbedContent .spec-tab-content .spec_gallery_preview::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.m__tabbedContent .spec-tab-content .spec_gallery_preview span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1411764706);
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1020px) {
  .m__tabbedContent .spec-tab-content .spec_gallery_preview span {
    font-size: 14px;
    line-height: 16px;
  }
}
.m__tabbedContent .btn--standard {
  margin-top: 2em;
}
@media (max-width: 1020px) {
  .m__tabbedContent .btn--standard {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media (min-width: 1021px) {
  .m__tabbedContent .places {
    margin: 4em 8em;
  }
}
.m__tabbedContent .places picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__tabbedContent .places p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1801px) {
  .m__tabbedContent .places p {
    font-size: 19px;
    line-height: 24px;
  }
}
.m__tabbedContent .places .m__iconBlock__icon {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__tabbedContent .places .m__iconBlock__icon img {
  height: 31px;
  width: 31px;
  position: relative;
}
.m__tabbedContent .places .m__iconBlock__icon .text {
  margin-left: 23px;
  margin-bottom: 0;
}
.m__tabbedContent .places .m__iconBlock__icon__transport {
  height: auto;
  width: auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__tabbedContent .places .m__iconBlock__icon__transport .time {
  margin-bottom: 0;
  margin-right: 28px;
}
@media (max-width: 1020px) {
  .m__tabbedContent .places .m__iconBlock__icon__transport .time {
    margin-right: 14px;
  }
}
.m__tabbedContent .places .m__iconBlock__icon__transport img {
  height: 25px;
  width: 25px;
  position: relative;
}
.m__tabbedContent .places .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 10px 0;
}
.m__tabbedContent .places .place:first-of-type {
  border-top: 1px solid #979797;
}
.m__tabbedContent .places .place:after {
  content: "";
  height: 1px;
  background: #979797;
  bottom: 0px;
  position: absolute;
  width: 100%;
  left: 0;
}
.m__tabbedContent__wrapper {
  display: none;
  margin-bottom: 2em;
}
.m__tabbedContent__wrapper.active {
  display: block;
}
@media (max-width: 1020px) {
  .m__tabbedContent__wrapper {
    margin-bottom: 0.5em;
  }
}
.m__tabbedContent__iframe {
  position: relative;
}
.m__tabbedContent__iframe::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.m__tabbedContent__iframe .iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m__tabbedContent__iframe .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.m__tabbedContent__image {
  position: relative;
}
.m__tabbedContent__image.hotspot [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.m__tabbedContent__image img {
  width: 100%;
  height: auto;
  display: block;
}
.m__tabbedContent__image__item {
  position: absolute;
  height: 34px;
  width: 34px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .m__tabbedContent__image__item {
    height: 20px;
    width: 20px;
  }
}
.m__tabbedContent__image__item.active {
  z-index: 10;
}
.m__tabbedContent__image__item.active .m__tabbedContent__image__item--content {
  display: block;
}
.m__tabbedContent__image__item.active .m__tabbedContent__image__item--toggle::after {
  background-color: #BC9E5F;
  height: 10px;
  width: 10px;
}
.m__tabbedContent__image__item.active .m__tabbedContent__image__item--toggle.bespoke::after {
  background-color: #fff;
}
.m__tabbedContent__image__item--toggle {
  height: 34px;
  width: 34px;
  background-color: #00443F;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 0;
  cursor: pointer;
  position: relative;
  position: absolute;
  z-index: 12;
}
@media (max-width: 768px) {
  .m__tabbedContent__image__item--toggle {
    height: 20px;
    width: 20px;
  }
}
.m__tabbedContent__image__item--toggle.bespoke {
  background-color: #BC9E5F;
}
.m__tabbedContent__image__item--toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .m__tabbedContent__image__item--toggle::after {
    height: 10px;
    width: 10px;
  }
}
.m__tabbedContent__image__item--content {
  padding: 15px;
  background-color: #fff;
  border-radius: 0px;
  height: calc(100% - 8px);
  overflow-y: auto;
  width: 360px;
  top: 4px;
  z-index: 10;
  right: 0;
  position: absolute;
  margin-left: 25px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  .m__tabbedContent__image__item--content {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .m__tabbedContent__image__item--content {
    width: 50%;
    min-width: 400px;
  }
}
@media (max-width: 480px) {
  .m__tabbedContent__image__item--content {
    min-width: auto;
    width: 100%;
  }
}
.m__tabbedContent__image__item--content .close {
  background-color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #B35140;
  text-align: center;
  border-radius: 50%;
  line-height: 24px;
  margin-bottom: 15px;
  border: solid 3px #B35140;
}
.m__tabbedContent__image__item--content .close:hover {
  background-color: #B35140;
  color: #fff;
}
@media (max-width: 1020px) {
  .m__tabbedContent__image__item--content {
    overflow: scroll;
  }
}
@media (min-width: 769px) {
  .m__tabbedContent__image__item--content.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.m__tabbedContent__image__item--content p {
  color: #00443F;
}
.m__tabbedContent__image__item--content ul li {
  color: #00443F;
}
.m__tabbedContent__image__item--content img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.m__tabbedContent__image__item--content img.logo {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .m__tabbedContent.specifications-component {
    padding: 0px;
  }
}
.m__tabbedContent.specifications-component .grey-bg {
  padding: 2em 0 2em;
  background-color: #F3F3F0;
  margin-bottom: 2em;
}
.m__tabbedContent.specifications-component .grey-bg .m__tabbedContent__image {
  display: block;
  width: 100%;
  padding-top: 57%;
  position: relative;
}
.m__tabbedContent.specifications-component .grey-bg .m__tabbedContent__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.m__tabbedContent.specifications-component .grey-bg .m__tabbedContent__wrapper > .slick-list {
  overflow: visible;
}
.m__tabbedContent.specifications-component .grey-bg .m__tabbedContent__wrapper .slick-slider div {
  -webkit-transition: none;
  transition: none;
}
.m__tabbedContent.specifications-component .grey-bg .m__tabbedContent__wrapper .m__carousel .slick-slide {
  opacity: 0;
  background-size: contain;
  background: #F3F3F0 center/contain no-repeat;
}
.m__tabbedContent.specifications-component .grey-bg .m__tabbedContent__wrapper .m__carousel .slick-slide.slick-active {
  opacity: 1;
}
@media (min-width: 1021px) {
  .m__tabbedContent.specifications-component .grey-bg h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
.m__tabbedContent.specifications-component .grey-bg > .l__contain .m__tabbedContent__wrapper, .m__tabbedContent.specifications-component .grey-bg > .wp-block-columns .m__tabbedContent__wrapper {
  margin-top: 1em;
}
@media (min-width: 1021px) {
  .m__tabbedContent.specifications-component .m__tabbedContent__content {
    padding: 0 60px;
  }
}
.m__tabbedContent.specifications-component .m__tabbedContent__wrapper > .slick-arrow.slick-prev {
  left: -25px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.m__tabbedContent.specifications-component .m__tabbedContent__wrapper > .slick-arrow.slick-next {
  right: -25px;
}

.lity .gallery-image {
  position: relative;
  width: 100%;
  display: block;
}
.lity .gallery-image::before {
  position: absolute;
  content: "";
  padding-top: 50%;
}
.lity .m__carousel__spec {
  max-width: 1368px;
  padding: 30px 60px;
}
@media (max-width: 1020px) {
  .lity .m__carousel__spec {
    padding: 30px 20px;
  }
}
.lity .m__carousel__spec .spec-gallery-wrapper {
  position: relative;
}
.lity .m__carousel__spec .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lity .m__carousel__spec img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: calc(100vh - 60px);
}
@media (min-width: 1021px) {
  .lity .m__carousel__spec img {
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 1367px) {
  .lity .m__carousel__spec img {
    max-height: calc(100vh - 160px);
  }
}
.lity .m__carousel__spec span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.1411764706);
}
@media (max-width: 1020px) {
  .lity .m__carousel__spec span {
    font-size: 14px;
    line-height: 16px;
  }
}
.lity .m__carousel__spec .slick-prev {
  left: 35px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1020px) {
  .lity .m__carousel__spec .slick-prev {
    left: 0;
  }
}
.lity .m__carousel__spec .slick-next {
  right: 35px;
}
@media (max-width: 1020px) {
  .lity .m__carousel__spec .slick-next {
    right: 0;
  }
}
.lity .mobile-spec-hotspot {
  height: calc(100vh - 150px);
  background: #fff;
  width: 100vw;
  overflow-y: auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 0px;
  height: calc(100vh - 150px);
  overflow-y: auto;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.lity .mobile-spec-hotspot .close {
  background-color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #B35140;
  text-align: center;
  border-radius: 50%;
  line-height: 24px;
  margin-bottom: 15px;
  border: solid 3px #B35140;
}
.lity .mobile-spec-hotspot .close:hover {
  background-color: #B35140;
  color: #fff;
}
.lity .mobile-spec-hotspot.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.lity .mobile-spec-hotspot p {
  color: #00443F;
}
.lity .mobile-spec-hotspot ul li {
  color: #00443F;
}
.lity .mobile-spec-hotspot img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.lity .mobile-spec-hotspot img.logo {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1020px) {
  .m__openingTimes {
    margin-top: 2em;
  }
}
@media (min-width: 1801px) {
  .m__openingTimes {
    padding-right: 4em;
  }
}
.m__openingTimes .days {
  display: block;
  color: #00443F;
}
@media (max-width: 1020px) {
  .m__openingTimes .days {
    display: none;
  }
}
.m__openingTimes .day {
  width: 60px;
}
.m__openingTimes .individual-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
}
.m__openingTimes .individual-day p {
  margin-bottom: 0.5em;
}
.m__openingTimes .individual-day.closed {
  color: unset !important;
  font-weight: unset !important;
}
.m__openingTimes .individual-day .closed {
  margin-left: 3px !important;
}
.m__openingTimes .individual-day.current-day {
  font-weight: bold !important;
}
.m__openingTimes .open-now {
  color: #19A251;
  font-weight: bold;
}
@media (max-width: 1020px) {
  .m__openingTimes .btn, .m__openingTimes .gform_footer .gform_button, .gform_footer .m__openingTimes .gform_button, .m__openingTimes .gform_footer input[type=submit], .gform_footer .m__openingTimes input[type=submit] {
    margin-bottom: 2em;
  }
}
.m__openingTimes .open-text {
  color: #19A251;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  display: none;
}
.m__openingTimes .open-text::before {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  display: block;
  background: #19A251;
  border-radius: 50%;
  top: 5px;
}
@media (max-width: 1020px) {
  .m__openingTimes .open-text {
    margin-bottom: 1em;
  }
}
.m__openingTimes .closed-text {
  color: red;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  display: block;
}
.m__openingTimes .closed-text::before {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  display: block;
  background: red;
  border-radius: 50%;
  top: 5px;
}
@media (max-width: 1020px) {
  .m__openingTimes .closed-text {
    margin-bottom: 1em;
  }
}
.m__openingTimes .btn, .m__openingTimes .gform_footer .gform_button, .gform_footer .m__openingTimes .gform_button, .m__openingTimes .gform_footer input[type=submit], .gform_footer .m__openingTimes input[type=submit] {
  margin-top: 1.5em;
}
@media (max-width: 1020px) {
  .m__openingTimes .btn, .m__openingTimes .gform_footer .gform_button, .gform_footer .m__openingTimes .gform_button, .m__openingTimes .gform_footer input[type=submit], .gform_footer .m__openingTimes input[type=submit] {
    margin-top: 0;
  }
}
@media (min-width: 1021px) {
  .m__openingTimes .btn, .m__openingTimes .gform_footer .gform_button, .gform_footer .m__openingTimes .gform_button, .m__openingTimes .gform_footer input[type=submit], .gform_footer .m__openingTimes input[type=submit] {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .m__openingTimes .btn, .m__openingTimes .gform_footer .gform_button, .gform_footer .m__openingTimes .gform_button, .m__openingTimes .gform_footer input[type=submit], .gform_footer .m__openingTimes input[type=submit] {
    width: 100%;
  }
}
.m__openingTimes .hide {
  display: none !important;
}
.m__openingTimes .show {
  display: block !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.m__plotmapper {
  padding: 4em 0;
  background-color: rgba(208, 209, 192, 0.25);
}
@media (max-width: 1020px) {
  .m__plotmapper {
    padding: 2em 0;
  }
}
.m__plotmapper.bg-green {
  background-color: #00443F;
}
.m__plotmapper.bg-green h2, .m__plotmapper.bg-green p {
  color: #fff;
}
.m__plotmapper.bg-green .m__plotmapper__table__row div {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.m__plotmapper.bg-light_green {
  background-color: #CFD1C0;
}
.m__plotmapper .phase-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
.m__plotmapper .phase-trigger {
  cursor: pointer;
  padding: 15px 40px;
  position: relative;
  float: left;
  font-weight: 500;
}
.m__plotmapper .phase-trigger::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: rgba(0, 68, 63, 0.2901960784);
}
.m__plotmapper .phase-trigger:hover::before, .m__plotmapper .phase-trigger.active::before {
  background: #404040;
}
.m__plotmapper h2 {
  max-width: 50%;
}
@media (max-width: 1020px) {
  .m__plotmapper h2 {
    max-width: 100%;
  }
}
.m__plotmapper p {
  color: #00443F;
  max-width: 300px;
  width: 100%;
  margin-bottom: 2em;
}
@media (max-width: 1020px) {
  .m__plotmapper p {
    max-width: 100%;
    margin-bottom: 1em;
  }
}
.m__plotmapper__key {
  margin-bottom: 2em;
}
.m__plotmapper__key p {
  display: inline-block;
  margin: 0 30px 15px 0;
  padding-left: 20px;
  position: relative;
  color: #00443F;
  margin-bottom: 0;
  max-width: none;
  width: auto;
}
.m__plotmapper__key p::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__plotmapper__key p.available::before {
  background-color: #7ED321;
}
.m__plotmapper__key p.sold::before {
  background-color: #D0011C;
}
.m__plotmapper__key p.showhome::before {
  background-color: #5B5BF1 !important;
}
@media (max-width: 1020px) {
  .m__plotmapper__table {
    margin-top: 3em;
  }
}
@media (max-width: 1020px) {
  .m__plotmapper__table.desktop {
    display: none;
  }
}
.m__plotmapper__table.mobile {
  display: none;
}
@media (max-width: 1020px) {
  .m__plotmapper__table.mobile {
    display: block;
  }
}
.m__plotmapper__table__row:not(.titles) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m__plotmapper__table__row:not(.titles).active {
  font-weight: 600;
}
.m__plotmapper__table__row:not(.titles).active .state:before {
  opacity: 1;
}
.m__plotmapper__table__row:not(.titles) div {
  width: 53.33%;
  float: left;
  border-bottom: 1px solid #00443F;
  padding: 10px 0;
  color: #00443F;
}
@media (max-width: 1020px) {
  .m__plotmapper__table__row:not(.titles) div {
    width: 59.33%;
  }
}
.m__plotmapper__table__row:not(.titles) div.state {
  width: 40px;
  cursor: pointer;
}
.m__plotmapper__table__row:not(.titles) div.state:before {
  content: "";
  background-image: url("../images/icons/eye-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  opacity: 0.5;
}
.m__plotmapper__table__row:not(.titles) div.state.active:before, .m__plotmapper__table__row:not(.titles) div.state:hover:before {
  opacity: 1;
}
@media (max-width: 1020px) {
  .m__plotmapper__table__row:not(.titles) div.state {
    display: none;
  }
}
.m__plotmapper__table__row:not(.titles) div:nth-of-type(2) {
  width: calc(28.33% - 40px);
}
@media (max-width: 1020px) {
  .m__plotmapper__table__row:not(.titles) div:nth-of-type(2) {
    width: 22.33%;
  }
}
.m__plotmapper__table__row:not(.titles) div:last-of-type {
  width: 18.33%;
}
.m__plotmapper__table__row.titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m__plotmapper__table__row.titles div {
  width: 28.33%;
  float: left;
  padding: 10px 0;
  font-weight: 600;
  color: #00443F;
}
@media (min-width: 1021px) {
  .m__plotmapper__table__row.titles div {
    border-bottom: 1px solid #00443F;
  }
}
@media (max-width: 1020px) {
  .m__plotmapper__table__row.titles div {
    font-weight: 400;
    padding-bottom: 2em;
    width: 22.33%;
  }
}
.m__plotmapper__table__row.titles div:nth-of-type(2) {
  width: 53.33%;
}
@media (max-width: 1020px) {
  .m__plotmapper__table__row.titles div:nth-of-type(2) {
    width: 59.33%;
  }
}
.m__plotmapper__table__row.titles div:last-of-type {
  width: 18.33%;
}
@media (min-width: 1021px) {
  .m__plotmapper__pad {
    height: 100%;
  }
}
.m__plotmapper__phase {
  width: 100%;
  height: auto;
  display: block;
}
.m__plotmapper__contain {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1021px) {
  .m__plotmapper__contain {
    height: 100%;
    max-height: 600px;
  }
}
.m__plotmapper__contain .siteplan-open {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.m__plotmapper__wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .m__plotmapper__wrapper {
    height: calc(100% - 130px);
    width: 100%;
    overflow: hidden;
  }
}
.m__plotmapper__image {
  position: relative;
}
.m__plotmapper__item {
  position: absolute;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #00443F;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .m__plotmapper__item {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.m__plotmapper__item.active {
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.m__plotmapper__item.available {
  background-color: #7ED321;
}
.m__plotmapper__item.available.showhome {
  background-color: #7ED321;
}
.m__plotmapper__item.sold {
  background-color: #D0011C;
}
.m__plotmapper__item.sold.showhome {
  background-color: #D0011C;
}
.m__plotmapper__item.showhome {
  background-color: #5B5BF1 !important;
}

.c__heroSlider__content .block-location-search #postcode {
  color: #fff;
}
.c__heroSlider__content .block-location-search #postcode::-webkit-input-placeholder {
  color: #fff;
}
.c__heroSlider__content .block-location-search #postcode::-moz-placeholder {
  color: #fff;
}
.c__heroSlider__content .block-location-search #postcode:-ms-input-placeholder {
  color: #fff;
}
.c__heroSlider__content .block-location-search #postcode::-ms-input-placeholder {
  color: #fff;
}
.c__heroSlider__content .block-location-search #postcode::placeholder {
  color: #fff;
}

.block-location-search {
  position: relative;
}
.block-location-search [data-lastpass-icon-root] {
  display: none;
}
.block-location-search .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .block-location-search .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-location-search .section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .block-location-search .section-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-location-search .regions {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #00443F;
}
.block-location-search .regions > span {
  font-weight: 600;
  margin-right: 10px;
}
.block-location-search .regions a span {
  margin: 0 5px;
}
.block-location-search #postcode {
  border: none;
  padding: none;
  background: none;
  width: auto;
  padding: 0;
  color: #00443F;
  font-weight: 500;
  border-bottom: 2px solid #B35140;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.block-location-search #postcode:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1021px) {
  .block-location-search #postcode {
    margin-left: 10px;
    width: 306px;
    font-size: 34px;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .block-location-search #postcode {
    font-size: 24px;
    width: 250px;
    top: 2px;
  }
}
@media (max-width: 768px) {
  .block-location-search #postcode {
    font-size: 20px;
    width: 180px;
    top: 2px;
  }
}
.block-location-search #postcode::-webkit-input-placeholder {
  color: #00443F;
}
.block-location-search #postcode::-moz-placeholder {
  color: #00443F;
}
.block-location-search #postcode:-ms-input-placeholder {
  color: #00443F;
}
.block-location-search #postcode::-ms-input-placeholder {
  color: #00443F;
}
.block-location-search #postcode::placeholder {
  color: #00443F;
}
.block-location-search h2 {
  font-weight: 400;
}
.block-location-search .submit {
  background: url("../images/icons/arrow-link-white.svg") center/contain no-repeat;
  height: 18px;
  width: 11px;
  border: none;
  margin-left: 1em;
}

.geo {
  background: #B35140;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #B35140;
  position: absolute;
  top: 5px;
  right: -3.5em;
  cursor: pointer;
}
.geo::before {
  content: url("../images/icons/find-my-location.svg");
  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;
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
}

.regions a:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  .regions.desktop {
    display: none;
  }
}
@media (min-width: 1021px) {
  .regions.mobile {
    display: none;
  }
}
.regions select {
  color: #00443F;
  border: solid 1px #00443F;
  font-size: 16px;
}

.s__wrap {
  background: #BE402A;
  position: fixed;
  left: 0;
  right: 0;
  top: 145px;
  z-index: 999;
}
@media (max-width: 1020px) {
  .s__wrap {
    padding: 1em 0;
    top: 80px;
  }
}
@media (max-width: 1020px) {
  .s__wrap form {
    display: none;
  }
  .s__wrap form.active {
    position: fixed;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    display: block;
    z-index: 99;
    overflow: auto;
  }
}
@media (min-width: 1021px) {
  .s__wrap form > .s__field {
    padding-top: 1em;
    padding-bottom: 1em;
    border-right-color: #fff;
  }
}
.s__wrap form > .s__field.s__field--location {
  padding-left: 0;
}
@media (min-width: 1021px) {
  .s__wrap form > .s__field.s__field--location input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 4px 8px;
    min-height: 32px;
  }
}
@media (min-width: 1021px) {
  .s__wrap .s__field__range select {
    padding-right: 30px;
    background-position-x: calc(100% - 8px);
  }
}
@media (min-width: 1021px) {
  .s__wrap .s__field .validation_error {
    background: #B35140;
    top: 1em;
  }
}
@media (max-width: 1020px) {
  .s__wrap .s__mobileSearch {
    display: block;
  }
}
.s__wrap .s__mobileSearch .s__field input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.s__wrap .s__mobileSearch .s__field textarea,
.s__wrap .s__mobileSearch .s__field select {
  max-height: 47px;
  padding: 0.75em 1em;
}
@media (max-width: 1020px) {
  .s__wrap .s__panelInfo {
    display: block;
  }
}

form {
  margin: 0;
}
form > .s__field {
  margin-bottom: 1em;
}
@media (min-width: 1021px) {
  form > .s__field {
    border: solid 1px #00443F;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 0;
    margin: 0 8px;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  form > .s__field {
    padding: 10px 8px;
  }
}
@media (min-width: 1021px) {
  form > .s__field > select {
    width: 100%;
    background-position-x: 100%;
    background-color: transparent;
  }
}

.s__field {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #00443F;
  vertical-align: middle;
}
@media (min-width: 1021px) {
  .s__field {
    width: 20%;
  }
}
.s__field .validation_error {
  position: absolute;
  top: 0;
  background: white;
}
.s__field label, .s__field .label {
  line-height: 24px;
}
.s__field input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.s__field textarea,
.s__field select {
  color: inherit;
}
@media (min-width: 1021px) {
  .s__field input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .s__field textarea,
  .s__field select {
    border: 0;
    padding: 4px 6px;
  }
}
@media (min-width: 1021px) {
  .s__field--location {
    width: 20%;
    padding-left: 15px;
  }
}
.s__field--location input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding-right: 70px;
}
@media (min-width: 1021px) {
  .s__field--btn {
    width: 15%;
  }
}
.s__field .btn, .s__field .gform_footer .gform_button, .gform_footer .s__field .gform_button, .s__field .gform_footer input[type=submit], .gform_footer .s__field input[type=submit] {
  width: 100%;
  vertical-align: bottom;
  float: right;
}
@media (max-width: 1020px) {
  .s__field .select2-container--default {
    display: block;
  }
}
@media (min-width: 1021px) {
  .s__field .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    height: 32px;
  }
  .s__field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding-left: 0;
    color: inherit;
  }
  .s__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 0;
  }
}
.s__fieldGroup {
  cursor: pointer;
}
@media (max-width: 1020px) {
  .s__fieldGroup {
    display: none;
  }
}
.s__fieldGroup .label {
  display: block;
  margin: 0;
}
.s__fieldGroup .input {
  display: block;
  line-height: 34px;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
}
.s__fieldGroup .input::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/icons/form-arrow.svg) center/contain no-repeat;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.s__fieldDropdown {
  margin: 0 -1%;
}
@media (min-width: 1021px) {
  .s__fieldDropdown {
    position: absolute;
    background: white;
    width: 450px;
    margin: 40px 0 0;
    z-index: 99;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(91, 91, 91, 0.5);
            box-shadow: 0 2px 28px 0 rgba(91, 91, 91, 0.5);
    padding: 20px 4%;
    display: none;
  }
}
.s__fieldDropdown .s__field {
  float: left;
  margin: 0 1%;
  width: 48%;
}
@media (min-width: 1021px) {
  .s__fieldDropdown .s__field {
    margin: 0 2%;
    width: 46%;
  }
}
.s__fieldDropdown .s__field--select label {
  position: absolute;
  left: 10px;
  top: 10px;
}
.s__fieldDropdown .s__field--select select {
  padding: 2%;
  border-radius: 4px;
  padding: 40px 10px 10px;
  background-position-y: 50px;
}
@media (min-width: 1021px) {
  .s__fieldDropdown .s__field--select select {
    border: solid 1px #00443F;
  }
}
.s__fieldLocations.loading .c__loader {
  display: block;
}
.s__fieldLocations ul li {
  padding: 15px 0 0;
  cursor: pointer;
}
.s__fieldLocations ul li:hover, .s__fieldLocations ul li:focus {
  font-weight: bold;
}
.s__fieldLocations ul li:last-of-type {
  padding-bottom: 15px;
}
.s__fieldResults {
  display: none;
}
@media (min-width: 1021px) {
  .s__fieldResults {
    position: absolute;
    background: white;
    width: 450px;
    margin: 40px 0 0;
    z-index: 99;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(91, 91, 91, 0.5);
            box-shadow: 0 2px 28px 0 rgba(91, 91, 91, 0.5);
    max-height: 300px;
    overflow: auto;
  }
}
.s__fieldResults.active {
  display: block;
}
@media (max-width: 1020px) {
  .s__fieldResults.active {
    border-radius: 10px;
    border: solid 1px #00443F;
    margin-top: 1em;
    overflow: auto;
    max-height: 200px;
  }
}
.s__fieldResults ul li {
  padding: 15px 15px 0;
}
.s__field.active .s__fieldDropdown {
  display: block;
  margin-left: -20px;
  border-radius: 4px;
}
.s__field.active .s__fieldGroup .input::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.s__field__range {
  float: right;
  margin-top: -49px;
  position: relative;
}
@media (min-width: 1021px) {
  .s__field__range {
    margin-top: -32px;
  }
}
.s__field__range input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.s__field__range textarea,
.s__field__range select {
  border-left: 0;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
}
@media (min-width: 1021px) {
  .s__field__range input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .s__field__range textarea,
  .s__field__range select {
    padding-right: 25px;
  }
}
@media (min-width: 1021px) {
  .s__field__range select {
    background-position-x: calc(100% - 6px);
  }
}

.s__mobileSearch {
  display: none;
}

.s__panelInfo {
  display: none;
}
.s__panelInfo h2 {
  margin-bottom: 1em;
}
.s__panelInfo .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.select2-containe, .select2-container--open {
  z-index: 999999999999999;
}

@media (min-width: 1021px) {
  #reset-button {
    margin-left: 10px;
  }
}
@media (min-width: 1281px) {
  #reset-button {
    margin-left: 30px;
  }
}

.m__siteplan__sidebar form > .s__field {
  width: 100%;
  margin: 0px 0 12px 0;
}

.m__locationsMap {
  display: none;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .m__locationsMap {
    padding-top: 6em;
  }
}
@media (max-width: 1020px) {
  .m__locationsMap {
    margin-bottom: 4em;
  }
}
.m__locationsMap.active {
  display: block;
  margin-bottom: 4em;
}
.m__locationsMap .gm-style .cluster > div {
  background: #00443F !important;
  width: 18px !important;
  color: #00443F !important;
  height: 18px !important;
  line-height: 18px !important;
  border-radius: 50% !important;
  top: -5px !important;
  left: -5px !important;
}
.m__locationsMap__wrap {
  min-height: 660px;
}
@media (max-width: 768px) {
  .m__locationsMap__wrap {
    min-height: 440px;
  }
}
.m__locationsMap .c__tease--development.featured_nav {
  width: 100%;
  padding-bottom: 0;
  display: block !important;
}
.m__locationsMap .c__tease--development.featured_nav .c__tease__content {
  left: 0;
}
@media (max-width: 768px) {
  .m__locationsMap .c__tease--development.featured_nav .c__tease__img::before {
    padding-top: 55%;
  }
}
.m__locationsMap__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  background: #00443F;
  max-width: 410px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 2em;
  padding: 2em;
  -webkit-box-shadow: 2px 0 28px 0 rgba(135, 135, 135, 0.5);
          box-shadow: 2px 0 28px 0 rgba(135, 135, 135, 0.5);
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%);
          transform: translate3d(0, 0, 0) translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .m__locationsMap__panel {
    padding: 10px 20px;
  }
}
.m__locationsMap__panel.hidden {
  opacity: 0;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}
.m__locationsMap__panel p {
  margin-bottom: 0.5em;
}
.m__locationsMap__panel p:last-of-type {
  margin-bottom: 0;
}
.m__locationsMap__panelContact img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.m__locationsMap__panel .close-btn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 30px;
  top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  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;
  cursor: pointer;
}
.m__locationsMap__panel .close-btn::before, .m__locationsMap__panel .close-btn::after {
  background: #B35140;
  right: 14px;
}
@media (max-width: 768px) {
  .m__locationsMap__panel .close-btn::before, .m__locationsMap__panel .close-btn::after {
    right: 16px;
  }
}
@media (max-width: 768px) {
  .m__locationsMap__panel .close-btn {
    right: 9px;
    top: 9px;
    border-radius: 0;
    width: 35px;
    height: 35px;
  }
}
.m__locationsMap__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.m__locationsMap__loading.active {
  display: block;
}
.m__locationsMap__loading .c__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

#locations-search {
  width: 100%;
  min-height: 50px;
}
@media (min-width: 769px) {
  #locations-search {
    margin-right: 1em;
    max-width: 504px;
  }
}

#locations-form {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #locations-form .btn, #locations-form .gform_footer .gform_button, .gform_footer #locations-form .gform_button, #locations-form .gform_footer input[type=submit], .gform_footer #locations-form input[type=submit] {
    width: 100%;
    max-width: none;
  }
}
#locations-form > span {
  display: none;
  margin-top: 0.75em;
}
#locations-form .error-msg {
  color: red;
}
#locations-form .clear-link {
  text-decoration: underline;
  cursor: pointer;
}
#locations-form .clear-link:hover {
  text-decoration: none;
}
#locations-form.error > .error-msg {
  display: block;
}
#locations-form.active > .clear-link {
  display: block;
}

#development-grid-wrapper {
  display: none;
}
#development-grid-wrapper.active {
  margin-top: 2em;
  display: block;
}

.map_grid_toggle--wrapper {
  position: relative;
}

.map_grid_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1367px) {
  .map_grid_toggle {
    position: absolute;
    z-index: 10;
    right: 60px;
    top: calc(2em + 5px);
    margin-bottom: 2em;
  }
}
.map_grid_toggle button {
  border: unset;
  border-bottom: solid 2px transparent;
  background-color: transparent;
  min-width: unset;
  padding: 10px 1em;
  border-radius: 0;
  color: #000;
}
.map_grid_toggle button.active {
  border-bottom: solid 2px #B35140;
}
.map_grid_toggle svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .map_grid_toggle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .map_grid_toggle button {
    width: 50%;
  }
}
.map_grid_toggle button:first-of-type {
  margin-right: 15px;
}
