@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
label,
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; /* 1 */
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

textarea {
  resize: vertical;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

:root {
  --primary-color: #78be21;
  --text-color: #353533;
}

:root {
  --container-padding: 30px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 63px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-padding: 50px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-padding: 100px;
  }
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamThin.woff2") format("woff2"), url("../fonts/GothamThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamUltra.woff2") format("woff2"), url("../fonts/GothamUltra.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Daft Brush";
  src: url("../fonts/DaftBrush.woff2") format("woff2"), url("../fonts/DaftBrush.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  body {
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  body {
    letter-spacing: 0.01em;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: currentColor;
}

h1, .h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .h1 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 50px;
  }
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2, .h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 38px;
  }
}

h3, .h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

h4, .h4 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

a {
  color: currentColor;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

p {
  margin: 0 0 27px;
}
p:last-child {
  margin-bottom: 0;
}
p .btn {
  display: inline-flex;
}

ol li:last-child {
  margin: 0;
}

hr {
  margin: 0;
  height: 1px;
  background: #cccccc;
  border: none;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0 0 0 40px;
  margin: 0;
  border-left: 1px solid #cccccc;
}

address {
  font-style: normal;
}

.wysiwyg a {
  color: var(--primary-color);
}
.wysiwyg ul {
  margin: 0 0 27px;
}
.wysiwyg ul:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  max-width: 100%;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border-bottom: 2px solid #cccccc;
  padding: 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  font-size: 20px;
}

textarea {
  display: block;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 2px;
  background: #ffffff;
  border: 2px solid #cccccc;
}

input[type=checkbox]:checked + span:after {
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 56px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 15px 26px;
  font-weight: 700;
  background: transparent;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 1200px) {
  .btn {
    min-height: 60px;
    line-height: 22px;
    font-size: 18px;
  }
}
.btn:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.btn--filled {
  background-color: var(--primary-color);
  color: #ffffff;
}
@media (hover: hover) {
  .btn--filled:hover {
    background-color: transparent;
    color: var(--primary-color);
  }
}
.btn--white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn--white:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.btn--unionWest {
  border-color: #77bf43 !important;
  color: #77bf43 !important;
}
@media (hover: hover) {
  .btn--unionWest:hover {
    background-color: #77bf43 !important;
    color: #ffffff !important;
  }
}
.btn--orange {
  color: #ffa400 !important;
  border-color: #ffa400 !important;
}
@media (hover: hover) {
  .btn--orange:hover {
    background-color: #ffa400 !important;
    color: #ffffff !important;
  }
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

#loadingOverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99990;
  display: none;
}

#loadingOverlay .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}

@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
#loadingOverlay .spinner:not(:required) {
  -moz-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgb(255, 255, 255) 1.5em 0 0 0, rgb(255, 255, 255) 1.1em 1.1em 0 0, rgb(255, 255, 255) 0 1.5em 0 0, rgb(255, 255, 255) -1.1em 1.1em 0 0, rgb(255, 255, 255) -1.5em 0 0 0, rgb(255, 255, 255) -1.1em -1.1em 0 0, rgb(255, 255, 255) 0 -1.5em 0 0, rgb(255, 255, 255) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgb(255, 255, 255) 1.5em 0 0 0, rgb(255, 255, 255) 1.1em 1.1em 0 0, rgb(255, 255, 255) 0 1.5em 0 0, rgb(255, 255, 255) -1.1em 1.1em 0 0, rgb(255, 255, 255) -1.5em 0 0 0, rgb(255, 255, 255) -1.1em -1.1em 0 0, rgb(255, 255, 255) 0 -1.5em 0 0, rgb(255, 255, 255) 1.1em -1.1em 0 0;
  box-shadow: rgb(255, 255, 255) 1.5em 0 0 0, rgb(255, 255, 255) 1.1em 1.1em 0 0, rgb(255, 255, 255) 0 1.5em 0 0, rgb(255, 255, 255) -1.1em 1.1em 0 0, rgb(255, 255, 255) -1.5em 0 0 0, rgb(255, 255, 255) -1.1em -1.1em 0 0, rgb(255, 255, 255) 0 -1.5em 0 0, rgb(255, 255, 255) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1;
  padding-top: 100px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #main {
    padding-top: 120px;
  }
}
@media (min-width: 1600px) {
  #main {
    padding-top: 160px;
  }
}

.container {
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 var(--container-padding);
}
.container--middle {
  max-width: 1300px;
}
.container--wide {
  max-width: 1710px;
}
.container--narrow {
  max-width: 980px;
}

.siteHeader {
  height: 100px;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  z-index: 1100;
}
@media (min-width: 1200px) {
  .siteHeader {
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .siteHeader {
    height: 160px;
  }
}
.siteHeader .container {
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .siteHeader .container {
    padding: 0 30px;
  }
}
.siteHeader__logo {
  display: block;
  width: 160px;
  height: 100%;
  background: url("../images/logo.svg") no-repeat center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    margin-left: -33px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__logo {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .siteHeader__logo {
    width: 200px;
  }
}
@media (min-width: 1900px) {
  .siteHeader__logo {
    width: 285px;
  }
}

.siteFooter {
  position: relative;
  min-height: 600px;
  background: url("../images/footer-bg-mobile.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  padding: 155px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 768px) {
  .siteFooter {
    padding-top: 105px;
    background-image: url("../images/footer-bg-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  .siteFooter {
    background-image: url("../images/footer-bg.jpg");
  }
}
.siteFooter a {
  color: currentColor;
  transition: color 0.3s;
}
.siteFooter__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}
.siteFooter__group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .siteFooter__group {
    margin-top: 45px;
    display: block;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .siteFooter__group {
    position: static;
    margin: 0;
  }
}

.footerAbout {
  position: relative;
}
@media (min-width: 768px) {
  .footerAbout {
    margin-left: 130px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .footerAbout {
    width: 31.6vw;
    margin-left: 0;
    padding-left: 125px;
    max-width: 640px;
  }
}
@media (min-width: 1600px) {
  .footerAbout {
    padding-left: 150px;
  }
}
.footerAbout:before {
  content: "";
  width: 105px;
  height: 105px;
  background: url("../images/logo-footer.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -125px;
  left: 0;
}
@media (min-width: 768px) {
  .footerAbout:before {
    top: -30px;
    left: -130px;
  }
}
@media (min-width: 1200px) {
  .footerAbout:before {
    height: 125px;
    top: -35px;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .footerAbout:before {
    width: 130px;
  }
}

.footerContacts {
  width: 60%;
}
@media (min-width: 768px) {
  .footerContacts {
    margin-left: 130px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footerContacts {
    position: absolute;
    left: 42%;
    top: 105px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .footerContacts {
    left: 41%;
  }
}
@media (min-width: 2000px) {
  .footerContacts {
    left: 45%;
  }
}
.footerContacts__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footerContacts__label {
  font-weight: 500;
}
.footerContacts a:hover {
  color: #78be21;
}

.footerSocials {
  width: 40%;
}
@media (min-width: 768px) {
  .footerSocials {
    margin-top: 35px;
    margin-left: 130px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footerSocials {
    position: absolute;
    left: 42%;
    top: 230px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .footerSocials {
    left: 59%;
    top: 105px;
  }
}
.footerSocials__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width: 768px) {
  .footerSocials__list {
    display: block;
  }
}
.footerSocials__icon {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .footerSocials__icon {
    margin-right: 10px;
  }
}
.footerSocials__label {
  display: none;
}
@media (min-width: 768px) {
  .footerSocials__label {
    display: inline;
  }
}
.footerSocials a:hover {
  color: #78be21;
}

.footerRegister {
  border: 2px solid #78be21;
  padding: 20px 20px 25px;
  margin: 40px -10px 0;
  text-align: center;
  width: calc(100% + 20px);
}
@media (min-width: 768px) {
  .footerRegister {
    position: absolute;
    right: -63px;
    top: -32px;
    width: 345px;
    border-right: none;
    padding: 30px 44px;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footerRegister {
    top: 100px;
    right: 0;
    width: 425px;
    padding: 44px;
  }
}
@media (min-width: 1600px) {
  .footerRegister {
    top: 60px;
  }
}
.footerRegister__btn {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-size: 14px;
  padding: 0 20px;
  min-height: auto;
}

.footerLogos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .footerLogos {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .footerLogos {
    margin-top: 155px;
  }
}
.footerLogos > * {
  display: block;
  margin: 10px 10px;
}
@media (min-width: 768px) {
  .footerLogos > * {
    margin: 0 10px;
  }
}
.footerLogos > * br {
  display: none;
}
@media (min-width: 768px) {
  .footerLogos > * br {
    display: block;
  }
}
.footerLogos:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .footerLogos:after {
    bottom: -35px;
  }
}
@media (min-width: 1200px) {
  .footerLogos:after {
    bottom: -30px;
  }
}

.footerCopyright {
  position: relative;
  text-align: center;
  font-size: 13px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .footerCopyright {
    text-align: left;
    padding-left: 195px;
    padding-right: 20px;
    margin-top: 68px;
  }
}
@media (min-width: 1200px) {
  .footerCopyright {
    padding: 0 300px;
    font-size: 14px;
    text-align: center;
    margin-top: 56px;
  }
}
.footerCopyright__logo {
  width: 164px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footerCopyright__logo {
    position: absolute;
    left: -20px;
    top: 10px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footerCopyright__logo {
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.footerCopyright__links {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footerCopyright__links {
    text-align: left;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .footerCopyright__links {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .topMenu {
    position: fixed;
    top: 20px;
    right: 240px;
    z-index: 20000;
  }
}
@media (min-width: 1600px) {
  .topMenu {
    right: 30px;
  }
}
.topMenu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .topMenu__list {
    display: flex;
  }
}
.topMenu__item {
  position: relative;
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .topMenu__item {
    margin: 45px 0 0;
  }
}
@media (min-width: 1200px) {
  .topMenu__item {
    margin: 0 10px;
  }
  .topMenu__item:after {
    content: "";
    width: 2px;
    height: 17px;
    background: #78be21;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .topMenu__item:last-child:after {
    display: none;
  }
}
.topMenu__item.current-menu-item .topMenu__link--depth0 {
  color: #78be21;
}
.topMenu__link {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 0 5px 0 18px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .topMenu__link {
    color: #797871;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .topMenu__link:hover {
    color: #78be21;
  }
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  padding: 115px 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .mainNav {
    padding: 125px 0 30px;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    padding: 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    z-index: 1100;
    transition: none;
  }
}
.mainNav.visible {
  visibility: visible;
  opacity: 1;
}
.mainNav__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mainNav__buttons {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .mainNav__buttons {
    position: fixed;
    top: 10px;
    right: 30px;
    margin: 0;
    z-index: 20000;
  }
}
@media (min-width: 1600px) {
  .mainNav__buttons {
    top: 70px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .mainNav__buttons .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    min-height: 50px;
  }
}
@media (min-width: 1600px) {
  .mainNav__buttons .btn {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .mainMenu {
    position: fixed;
    right: 30px;
    top: 66px;
    z-index: 1000;
  }
}
@media (min-width: 1600px) {
  .mainMenu {
    right: 260px;
    top: 76px;
  }
}
.mainMenu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .mainMenu__list {
    display: flex;
  }
}
.mainMenu__list--depth1 {
  display: none;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .mainMenu__list--depth1 {
    margin: 20px 0 5px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth1 {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background: rgba(246, 246, 246, 0.9);
    position: absolute;
    left: -20px;
    top: 100%;
    flex-direction: column;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item {
    display: flex;
    justify-content: center;
  }
}
.mainMenu__item--depth0 {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .mainMenu__item--depth0 {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0 {
    margin-left: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .mainMenu__item--depth0 {
    margin-left: 20px;
  }
}
.mainMenu__item--depth0.current-menu-item .mainMenu__link--depth0 {
  color: #78be21;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-item .mainMenu__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-ancestor .mainMenu__link--depth0 {
    color: #78be21;
  }
}
.mainMenu__item--depth0.current-menu-ancestor .mainMenu__list--depth1 {
  display: block;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-ancestor .mainMenu__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0:hover .mainMenu__link--depth0 {
    color: #78be21;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0:hover .mainMenu__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0:hover .mainMenu__list--depth1 {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .mainMenu__item--depth1 {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 {
    margin: 0;
  }
}
.mainMenu__item--depth1.current-menu-item .mainMenu__link--depth1 {
  color: #78be21;
}
.mainMenu__link {
  position: relative;
  display: block;
  text-align: center;
}
.mainMenu__link--depth0 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1b;
  padding: 0;
  margin: 0 5px 0 18px;
  line-height: 30px;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0 {
    padding: 0 0 14px 10px;
    line-height: 40px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .mainMenu__link--depth0 {
    padding: 0 10px 44px;
  }
}
@media (max-width: 1199px) {
  .mainMenu__link--depth0:hover {
    color: #78be21;
  }
}
.mainMenu__link--depth1 {
  padding: 0 32px;
  line-height: 30px;
  font-size: 18px;
  color: #353533;
  background: transparent;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1 {
    line-height: 54px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1:hover {
    color: #78be21;
    background: #ffffff;
  }
}
.mainMenu__link--dropdown {
  /*
  padding-right: 35px;
  @media (min-width: $laptop-min) {
    padding-right: 40px;
  }

  &:after {
    content: "";
    width: 20px;
    height: 20px;
    top: 10px;
    position: absolute;
    right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px auto;
    transition: background-image .3s;
  }

  &:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
  }
  */
}
.mainMenu__arrow {
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition: transform 0.3s, background-image 0.3s;
}
@media (min-width: 1200px) {
  .mainMenu__arrow {
    height: 40px;
  }
}
.mainMenu__arrow.open {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .mainMenu__arrow.open {
    transform: none;
  }
}

.btnMenu {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0;
  width: 80px;
  height: 80px;
  border: none;
  background: transparent;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: none;
}
@media (min-width: 1200px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu span {
  display: block;
  background: #78be21;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  width: 50px;
  height: 2px;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btnMenu span:nth-child(1) {
  margin-top: -14px;
}
.btnMenu span:nth-child(3) {
  margin-top: 14px;
}
.btnMenu--close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}
.btnMenu--close span:nth-child(2) {
  background: none;
}
.btnMenu--close span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(246, 246, 246, 0.9);
  z-index: 800;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay.visible {
  opacity: 1;
  visibility: visible;
}

.comments ul {
  list-style-type: none;
}

.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  margin: 0;
}
.section-comment-form .comment-form .btn {
  margin: 0;
  border: none;
  padding: 0;
}
.section-comments-list {
  padding: 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  margin: 0;
}
.section {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .section {
    padding-top: 75px;
  }
}
@media (min-width: 1600px) {
  .section {
    padding-top: 120px;
  }
}
.section__divider {
  height: 1px;
  width: 100%;
  background: #dddddd;
}
.section:last-child {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section:last-child {
    margin-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .section:last-child {
    margin-bottom: 120px;
  }
}

.sectionDivider {
  padding: 0;
  margin: 60px 0;
}

.heroSection {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.heroSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.heroSection__overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 75px 0;
  min-height: 300px;
}
@media (min-width: 768px) {
  .heroSection__overlay {
    min-height: 400px;
    padding: 105px 60px;
  }
}
@media (min-width: 1200px) {
  .heroSection__overlay {
    min-height: 600px;
    padding: 10.5vw 0;
  }
}
.heroSection__container {
  width: 100%;
  text-align: center;
}
.heroSection__logo {
  max-height: 310px;
  margin-bottom: 45px;
}
.heroSection__title {
  color: #ffffff;
  text-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
}
.heroSection__subtitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 15px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media (min-width: 768px) {
  .heroSection__subtitle {
    font-size: 22px;
    margin-top: 30px;
  }
}
.heroSection__btnRow {
  margin-top: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .heroSection__btnRow {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .heroSection__btnRow {
    margin-top: 35px;
  }
}
.heroSection--arrow:before {
  content: "";
  width: 80px;
  height: 75px;
  position: absolute;
  right: -1px;
  top: 46px;
  background: url("../images/icon-arrow.png") no-repeat right top;
  background-size: contain;
  z-index: 100;
}
@media (min-width: 768px) {
  .heroSection--arrow:before {
    width: 110px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .heroSection--arrow:before {
    width: 190px;
    height: 180px;
    top: 57px;
  }
}

@media (min-width: 768px) {
  .navSection {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .navSection {
    padding-top: 115px;
  }
}
@media (min-width: 768px) {
  .navSection__container {
    padding: 0 65px;
  }
}
@media (min-width: 1200px) {
  .navSection__container {
    display: flex;
    justify-content: center;
    padding: 0 35px;
  }
}
@media (min-width: 1600px) {
  .navSection__container {
    padding: 0 65px;
  }
}
.navSection__anchor {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  padding: 20px 40px 20px 105px;
  font-weight: 500;
  color: currentColor;
  font-size: 21px;
  line-height: 24px;
  background: no-repeat left 15px center;
  background-size: auto 58px;
  box-shadow: none;
  height: 100px;
  margin: 0 0 23px;
  transition: background-image 0.3s, box-shadow 0.3s;
}
@media (min-width: 768px) {
  .navSection__anchor {
    background-size: auto 87px;
    background: no-repeat left 50px bottom 130px;
    padding: 35px 50px 35px 125px;
  }
}
@media (min-width: 1200px) {
  .navSection__anchor {
    margin: 0 15px 15px;
    width: 580px;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor {
    font-size: 28px;
    line-height: 1.2;
    padding: 160px 190px 65px 50px;
  }
}
.navSection__anchor--about {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 432.99 417.22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b2b1ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-glenview%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M110.74,276.71V323h88a76.59,76.59,0,1,1-12.21-93.1L226,190.46A132.3,132.3,0,0,0,40.86,189v-.33a133,133,0,0,0,0,191.8v-.38a132.14,132.14,0,0,0,204.38-25.77V276.71H110.74Z'/%3E%3Cpolygon class='cls-1' points='319.76 161.89 320.45 288.1 331.79 288 345.95 287.95 345.38 182.59 432.99 182.18 335.11 110.93 334.72 43.1 302.06 43.27 302.26 89.23 171.16 0 0 106.19 48.62 106.16 170.59 30.62 360.56 161.73 319.76 161.89'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 30px center;
  background-size: 58px auto;
}
@media (min-width: 768px) {
  .navSection__anchor--about {
    background-position: 40px center;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor--about {
    background-position: 50px 60px;
    background-size: 69px auto;
  }
}
.navSection__anchor--about:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 432.99 417.22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378be21;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-glenview%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M110.74,276.71V323h88a76.59,76.59,0,1,1-12.21-93.1L226,190.46A132.3,132.3,0,0,0,40.86,189v-.33a133,133,0,0,0,0,191.8v-.38a132.14,132.14,0,0,0,204.38-25.77V276.71H110.74Z'/%3E%3Cpolygon class='cls-1' points='319.76 161.89 320.45 288.1 331.79 288 345.95 287.95 345.38 182.59 432.99 182.18 335.11 110.93 334.72 43.1 302.06 43.27 302.26 89.23 171.16 0 0 106.19 48.62 106.16 170.59 30.62 360.56 161.73 319.76 161.89'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navSection__anchor--comingSoon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 317.59 485.04'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b2b1ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-coming-soon%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M158.8,485l-10-15.26c-.37-.56-37.37-57-73.86-122.55C25.2,257.88,0,194.48,0,158.8,0,71.24,71.24,0,158.8,0S317.59,71.24,317.59,158.8c0,35.68-25.2,99.08-74.91,188.43-36.49,65.59-73.49,122-73.86,122.55Zm0-461C84.47,24,24,84.47,24,158.8c0,21.68,12.46,69.93,71.82,176.64,24.67,44.36,49.58,84.47,63,105.56,13.39-21.09,38.3-61.2,63-105.56,59.35-106.71,71.81-155,71.81-176.64C293.59,84.47,233.12,24,158.8,24Z'/%3E%3Cpath class='cls-1' d='M158.8,249.6A91.22,91.22,0,1,1,250,158.38,91.32,91.32,0,0,1,158.8,249.6Zm0-158.44A67.22,67.22,0,1,0,226,158.38,67.29,67.29,0,0,0,158.8,91.16Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 30px center;
  background-size: auto 58px;
}
@media (min-width: 768px) {
  .navSection__anchor--comingSoon {
    background-position: 40px center;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor--comingSoon {
    background-position: 50px 60px;
    background-size: auto 87px;
  }
}
.navSection__anchor--comingSoon:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 317.59 485.04'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378be21;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-coming-soon%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M158.8,485l-10-15.26c-.37-.56-37.37-57-73.86-122.55C25.2,257.88,0,194.48,0,158.8,0,71.24,71.24,0,158.8,0S317.59,71.24,317.59,158.8c0,35.68-25.2,99.08-74.91,188.43-36.49,65.59-73.49,122-73.86,122.55Zm0-461C84.47,24,24,84.47,24,158.8c0,21.68,12.46,69.93,71.82,176.64,24.67,44.36,49.58,84.47,63,105.56,13.39-21.09,38.3-61.2,63-105.56,59.35-106.71,71.81-155,71.81-176.64C293.59,84.47,233.12,24,158.8,24Z'/%3E%3Cpath class='cls-1' d='M158.8,249.6A91.22,91.22,0,1,1,250,158.38,91.32,91.32,0,0,1,158.8,249.6Zm0-158.44A67.22,67.22,0,1,0,226,158.38,67.29,67.29,0,0,0,158.8,91.16Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navSection__anchor--pastCommunities {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.69 331.02'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b2b1ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-past-communities%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M313.34,331H212.79V240.41h-53.5V331H58.74V186H0L186,0l186,186H313.34Zm-81.55-19h62.55V167h31.87L186,26.87,45.87,167H77.74V312h62.55V221.41h91.5Z'/%3E%3Cpolygon class='cls-1' points='77.74 131.23 58.74 131.23 58.74 22.06 132.11 22.06 132.11 76.86 113.11 76.86 113.11 41.06 77.74 41.06 77.74 131.23'/%3E%3Cpath class='cls-1' d='M231.79,186h-91.5V158.42a45.75,45.75,0,0,1,91.5,0Zm-72.5-19h53.5v-8.62a26.75,26.75,0,0,0-53.5,0Z'/%3E%3Crect class='cls-1' x='22.94' y='312.02' width='45.31' height='19'/%3E%3Crect class='cls-1' x='149.79' y='312.02' width='72.49' height='19'/%3E%3Crect class='cls-1' x='303.84' y='312.02' width='199.41' height='19'/%3E%3Cpath class='cls-1' d='M448.82,276.65c-16.49,0-32.81-8.51-44.78-23.36C391.73,238,385,217.2,385,194.66c0-22.13,7.5-54.88,19.11-83.43,9.81-24.15,25.54-52.93,44.76-52.93s34.95,28.78,44.76,52.93c11.61,28.55,19.11,61.3,19.11,83.43,0,22.54-6.78,43.36-19.1,58.63C481.63,268.14,465.31,276.65,448.82,276.65Zm0-199.35c-3.28,0-14.67,10.35-27.16,41.08C410.9,144.85,404,174.79,404,194.66c0,38.91,23.29,63,44.87,63s44.87-24.08,44.87-63c0-19.87-6.95-49.81-17.71-76.28C463.49,87.65,452.1,77.3,448.82,77.3Z'/%3E%3Crect class='cls-1' x='439.32' y='194.66' width='19' height='126.86'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 15px center;
  background-size: auto 50px;
}
@media (min-width: 768px) {
  .navSection__anchor--pastCommunities {
    background-position: 25px center;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor--pastCommunities {
    background-size: auto 76px;
    background-position: 50px 60px;
  }
}
.navSection__anchor--pastCommunities:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.69 331.02'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378be21;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-past-communities%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M313.34,331H212.79V240.41h-53.5V331H58.74V186H0L186,0l186,186H313.34Zm-81.55-19h62.55V167h31.87L186,26.87,45.87,167H77.74V312h62.55V221.41h91.5Z'/%3E%3Cpolygon class='cls-1' points='77.74 131.23 58.74 131.23 58.74 22.06 132.11 22.06 132.11 76.86 113.11 76.86 113.11 41.06 77.74 41.06 77.74 131.23'/%3E%3Cpath class='cls-1' d='M231.79,186h-91.5V158.42a45.75,45.75,0,0,1,91.5,0Zm-72.5-19h53.5v-8.62a26.75,26.75,0,0,0-53.5,0Z'/%3E%3Crect class='cls-1' x='22.94' y='312.02' width='45.31' height='19'/%3E%3Crect class='cls-1' x='149.79' y='312.02' width='72.49' height='19'/%3E%3Crect class='cls-1' x='303.84' y='312.02' width='199.41' height='19'/%3E%3Cpath class='cls-1' d='M448.82,276.65c-16.49,0-32.81-8.51-44.78-23.36C391.73,238,385,217.2,385,194.66c0-22.13,7.5-54.88,19.11-83.43,9.81-24.15,25.54-52.93,44.76-52.93s34.95,28.78,44.76,52.93c11.61,28.55,19.11,61.3,19.11,83.43,0,22.54-6.78,43.36-19.1,58.63C481.63,268.14,465.31,276.65,448.82,276.65Zm0-199.35c-3.28,0-14.67,10.35-27.16,41.08C410.9,144.85,404,174.79,404,194.66c0,38.91,23.29,63,44.87,63s44.87-24.08,44.87-63c0-19.87-6.95-49.81-17.71-76.28C463.49,87.65,452.1,77.3,448.82,77.3Z'/%3E%3Crect class='cls-1' x='439.32' y='194.66' width='19' height='126.86'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navSection__anchor--stories {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.11 383.89'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b2b1ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-hand-heart%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M0,301.07l7.81-6.7C42.46,264.67,66,243.45,83.13,228c40.61-36.66,46.85-42.3,73.68-42.3a76.61,76.61,0,0,1,31.2,6.57c30.63,13.53,56.26,21.18,80.67,24.06,17.8,2.09,32.06,4.93,42.39,8.43,16.7,5.65,25.17,14,25.17,24.92a20.85,20.85,0,0,1-.83,5.86l-1.78,6.15,5.32-3.57a42.41,42.41,0,0,0,7.58-6.51c12.32-13.47,30.65-32.41,48-46.13,9.33-7.38,23.08-17.21,34.84-17.21a17.43,17.43,0,0,1,11.29,3.9c13.42,10.74,2.51,33.53-1.59,42.11-8.41,17.58-23.8,41.91-45.75,72.32a144,144,0,0,1-72,52.82,125.42,125.42,0,0,1-39.39,6,171.14,171.14,0,0,1-28.45-2.5l-66.32-11.22a162,162,0,0,0-26.86-2.3c-31.28,0-61.22,9.64-89,28.65l-8.6,5.89Zm156.81-93.55c-18.07,0-19.18.68-59,36.66-15.51,14-36.64,33.08-66.28,58.66l-1.65,1.42,37.86,50,1.79-1.07C98,336.11,128.41,327.46,160,327.46a184.76,184.76,0,0,1,30.76,2.63l66.33,11.22a150,150,0,0,0,24.8,2.19,103.81,103.81,0,0,0,32.52-4.89,122.28,122.28,0,0,0,61.11-44.86c30.84-42.73,42.61-65.1,47.05-76.33l2.6-6.57-6,3.74a146.33,146.33,0,0,0-16.71,12.56c-14.8,12.56-29.83,28.23-39.84,39.17a64.05,64.05,0,0,1-46.1,20.75H212.18V265.22h10.94c.21,0,21.25,0,43.74-2.51,26.44-2.93,38.51-7.32,44-10.5l3.68-2.14-3.79-1.94c-5.63-2.89-17.94-7-44.59-10.14s-54.28-11.33-87-25.77A54.89,54.89,0,0,0,156.81,207.52Z'/%3E%3Cpath class='cls-1' d='M312,181.13c-4.61-4-9.83-8.55-24.9-21.33-43.89-37.24-72.89-61.84-72.89-99,0-16.36,5.71-31.6,16.08-42.92A54.62,54.62,0,0,1,271.06,0c17.48,0,32.52,8.44,43.5,24.41l1.86,2.71,1.94-2.67C330.12,8.23,345.09,0,362.86,0a54.62,54.62,0,0,1,40.77,17.84C414,29.15,419.7,44.4,419.7,60.76c0,36.24-29.77,61.23-71,95.81-17.79,14.93-23.42,19.83-28.39,24.16-1.43,1.24-2.8,2.44-4.4,3.81ZM271.06,21.86a33.2,33.2,0,0,0-25,11.25c-6.4,7.18-9.93,17-9.93,27.65,0,27.07,24.53,47.88,65.16,82.36,4.33,3.67,8.69,7.37,13.19,11.22l1.51,1.29,1.51-1.29c6.07-5.17,12-10.14,17.21-14.52,38-31.92,63.17-53,63.17-79.06,0-22.17-15-38.9-35-38.9-22.94,0-34.43,24-37.88,30.19s-8.52,17.47-8.52,17.47S311.3,59.18,307,51,286.73,21.86,271.06,21.86Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 64px auto;
  background-position: 15px center;
}
@media (min-width: 768px) {
  .navSection__anchor--stories {
    background-position: 25px center;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor--stories {
    background-size: 82px auto;
    background-position: 55px 60px;
  }
}
.navSection__anchor--stories:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.11 383.89'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378be21;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-hand-heart%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M0,301.07l7.81-6.7C42.46,264.67,66,243.45,83.13,228c40.61-36.66,46.85-42.3,73.68-42.3a76.61,76.61,0,0,1,31.2,6.57c30.63,13.53,56.26,21.18,80.67,24.06,17.8,2.09,32.06,4.93,42.39,8.43,16.7,5.65,25.17,14,25.17,24.92a20.85,20.85,0,0,1-.83,5.86l-1.78,6.15,5.32-3.57a42.41,42.41,0,0,0,7.58-6.51c12.32-13.47,30.65-32.41,48-46.13,9.33-7.38,23.08-17.21,34.84-17.21a17.43,17.43,0,0,1,11.29,3.9c13.42,10.74,2.51,33.53-1.59,42.11-8.41,17.58-23.8,41.91-45.75,72.32a144,144,0,0,1-72,52.82,125.42,125.42,0,0,1-39.39,6,171.14,171.14,0,0,1-28.45-2.5l-66.32-11.22a162,162,0,0,0-26.86-2.3c-31.28,0-61.22,9.64-89,28.65l-8.6,5.89Zm156.81-93.55c-18.07,0-19.18.68-59,36.66-15.51,14-36.64,33.08-66.28,58.66l-1.65,1.42,37.86,50,1.79-1.07C98,336.11,128.41,327.46,160,327.46a184.76,184.76,0,0,1,30.76,2.63l66.33,11.22a150,150,0,0,0,24.8,2.19,103.81,103.81,0,0,0,32.52-4.89,122.28,122.28,0,0,0,61.11-44.86c30.84-42.73,42.61-65.1,47.05-76.33l2.6-6.57-6,3.74a146.33,146.33,0,0,0-16.71,12.56c-14.8,12.56-29.83,28.23-39.84,39.17a64.05,64.05,0,0,1-46.1,20.75H212.18V265.22h10.94c.21,0,21.25,0,43.74-2.51,26.44-2.93,38.51-7.32,44-10.5l3.68-2.14-3.79-1.94c-5.63-2.89-17.94-7-44.59-10.14s-54.28-11.33-87-25.77A54.89,54.89,0,0,0,156.81,207.52Z'/%3E%3Cpath class='cls-1' d='M312,181.13c-4.61-4-9.83-8.55-24.9-21.33-43.89-37.24-72.89-61.84-72.89-99,0-16.36,5.71-31.6,16.08-42.92A54.62,54.62,0,0,1,271.06,0c17.48,0,32.52,8.44,43.5,24.41l1.86,2.71,1.94-2.67C330.12,8.23,345.09,0,362.86,0a54.62,54.62,0,0,1,40.77,17.84C414,29.15,419.7,44.4,419.7,60.76c0,36.24-29.77,61.23-71,95.81-17.79,14.93-23.42,19.83-28.39,24.16-1.43,1.24-2.8,2.44-4.4,3.81ZM271.06,21.86a33.2,33.2,0,0,0-25,11.25c-6.4,7.18-9.93,17-9.93,27.65,0,27.07,24.53,47.88,65.16,82.36,4.33,3.67,8.69,7.37,13.19,11.22l1.51,1.29,1.51-1.29c6.07-5.17,12-10.14,17.21-14.52,38-31.92,63.17-53,63.17-79.06,0-22.17-15-38.9-35-38.9-22.94,0-34.43,24-37.88,30.19s-8.52,17.47-8.52,17.47S311.3,59.18,307,51,286.73,21.86,271.06,21.86Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navSection__anchor--building {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460.15 349.45'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b2b1ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-building%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M460.15,206.32H305.66l-75.59-75.59-75.58,75.59H0L81.07,44.18h298Zm-146.62-19H429.4L367.34,63.18H92.81L30.74,187.32H146.62l83.45-83.46Z'/%3E%3Cpolygon class='cls-1' points='354.94 53.12 335.94 53.12 335.94 19 322.22 19 322.22 53.12 303.22 53.12 303.22 0 354.94 0 354.94 53.12'/%3E%3Cpolygon class='cls-1' points='422.47 349.45 37.68 349.45 37.68 196.82 56.68 196.82 56.68 330.45 403.47 330.45 403.47 196.82 422.47 196.82 422.47 349.45'/%3E%3Cpolygon class='cls-1' points='279.33 339.95 260.33 339.95 260.33 222.22 199.81 222.22 199.81 339.95 180.81 339.95 180.81 203.22 279.33 203.22 279.33 339.95'/%3E%3Cpath class='cls-1' d='M378.58,290.45H304.22v-60h74.36Zm-57.26-17.1h40.16V247.51H321.32Z'/%3E%3Cpath class='cls-1' d='M155.92,290.45H81.57v-60h74.35Zm-57.25-17.1h40.15V247.51H98.67Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 68px auto;
  background-position: 15px center;
}
@media (min-width: 768px) {
  .navSection__anchor--building {
    background-position: 25px center;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor--building {
    background-size: 88px auto;
    background-position: 50px 60px;
  }
}
.navSection__anchor--building:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460.15 349.45'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378be21;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-building%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M460.15,206.32H305.66l-75.59-75.59-75.58,75.59H0L81.07,44.18h298Zm-146.62-19H429.4L367.34,63.18H92.81L30.74,187.32H146.62l83.45-83.46Z'/%3E%3Cpolygon class='cls-1' points='354.94 53.12 335.94 53.12 335.94 19 322.22 19 322.22 53.12 303.22 53.12 303.22 0 354.94 0 354.94 53.12'/%3E%3Cpolygon class='cls-1' points='422.47 349.45 37.68 349.45 37.68 196.82 56.68 196.82 56.68 330.45 403.47 330.45 403.47 196.82 422.47 196.82 422.47 349.45'/%3E%3Cpolygon class='cls-1' points='279.33 339.95 260.33 339.95 260.33 222.22 199.81 222.22 199.81 339.95 180.81 339.95 180.81 203.22 279.33 203.22 279.33 339.95'/%3E%3Cpath class='cls-1' d='M378.58,290.45H304.22v-60h74.36Zm-57.26-17.1h40.16V247.51H321.32Z'/%3E%3Cpath class='cls-1' d='M155.92,290.45H81.57v-60h74.35Zm-57.25-17.1h40.15V247.51H98.67Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navSection__anchor--faq {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 398.38 391.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b2b1ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-faq%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M11.55,392A11.53,11.53,0,0,1,.89,376L45.5,269.37A185.22,185.22,0,0,1,31.44,231.3a187.12,187.12,0,0,1-5.5-44.67A186.16,186.16,0,0,1,343.38,54.09,186.23,186.23,0,0,1,128.59,352.67L15.26,391.36A11.33,11.33,0,0,1,11.55,392ZM212.17,22.49H211c-89.83.62-162.76,74.23-162.57,164.09a161.81,161.81,0,0,0,18.4,75.1,16.08,16.08,0,0,1,.56,13.64L31,362.21l92.86-31.7a16.15,16.15,0,0,1,12.65,1,161.78,161.78,0,0,0,75.62,18.47c90.28,0,163.73-73.44,163.73-163.72A163.73,163.73,0,0,0,212.17,22.49Z'/%3E%3Cpath class='cls-1' d='M223,204.71v18.78a13.82,13.82,0,0,1-14.15,14.16,14.18,14.18,0,0,1-14.16-14.16V192.28h0a14.57,14.57,0,0,1,14.16-14.16c18.2,0,32.94-14.44,32.94-32.36,0-18.2-14.74-32.36-32.94-32.36a32,32,0,0,0-27.75,15.89,14.25,14.25,0,0,1-19.64,5.2,14.09,14.09,0,0,1-4.92-19.36,60.6,60.6,0,0,1,52.31-30c33.52,0,61,27.16,61,60.68A60.69,60.69,0,0,1,223,204.71ZM223,268v5.2a13.81,13.81,0,0,1-14.15,14.16,14.17,14.17,0,0,1-14.16-14.16V268a14.37,14.37,0,0,1,14.16-14.16A14,14,0,0,1,223,268Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 47px auto;
  background-position: 25px center;
}
@media (min-width: 768px) {
  .navSection__anchor--faq {
    background-position: 40px center;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor--faq {
    background-size: 60px auto;
    background-position: 55px 65px;
  }
}
.navSection__anchor--faq:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 398.38 391.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2378be21;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-faq%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='icons'%3E%3Cpath class='cls-1' d='M11.55,392A11.53,11.53,0,0,1,.89,376L45.5,269.37A185.22,185.22,0,0,1,31.44,231.3a187.12,187.12,0,0,1-5.5-44.67A186.16,186.16,0,0,1,343.38,54.09,186.23,186.23,0,0,1,128.59,352.67L15.26,391.36A11.33,11.33,0,0,1,11.55,392ZM212.17,22.49H211c-89.83.62-162.76,74.23-162.57,164.09a161.81,161.81,0,0,0,18.4,75.1,16.08,16.08,0,0,1,.56,13.64L31,362.21l92.86-31.7a16.15,16.15,0,0,1,12.65,1,161.78,161.78,0,0,0,75.62,18.47c90.28,0,163.73-73.44,163.73-163.72A163.73,163.73,0,0,0,212.17,22.49Z'/%3E%3Cpath class='cls-1' d='M223,204.71v18.78a13.82,13.82,0,0,1-14.15,14.16,14.18,14.18,0,0,1-14.16-14.16V192.28h0a14.57,14.57,0,0,1,14.16-14.16c18.2,0,32.94-14.44,32.94-32.36,0-18.2-14.74-32.36-32.94-32.36a32,32,0,0,0-27.75,15.89,14.25,14.25,0,0,1-19.64,5.2,14.09,14.09,0,0,1-4.92-19.36,60.6,60.6,0,0,1,52.31-30c33.52,0,61,27.16,61,60.68A60.69,60.69,0,0,1,223,204.71ZM223,268v5.2a13.81,13.81,0,0,1-14.15,14.16,14.17,14.17,0,0,1-14.16-14.16V268a14.37,14.37,0,0,1,14.16-14.16A14,14,0,0,1,223,268Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navSection__anchor:after {
  content: "";
  width: 40px;
  height: 10px;
  background: url("../images/arrow-teaser-default.svg") no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
@media (min-width: 768px) {
  .navSection__anchor:after {
    width: 108px;
    right: 30px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (min-width: 1200px) {
  .navSection__anchor:after {
    transform: none;
    width: 40px;
    right: 20px;
    bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .navSection__anchor:after {
    width: 108px;
    bottom: 75px;
    right: 40px;
  }
}
.navSection__anchor:hover {
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
}

.textSection {
  padding: 55px 0;
}
@media (min-width: 768px) {
  .textSection {
    padding: 85px 0;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .textSection {
    padding: 120px 0;
  }
}
.textSection__container {
  max-width: 1170px;
}
.textSection__btnRow {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .textSection__btnRow {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .textSection__btnRow {
    margin-top: 35px;
  }
}

.builderSection {
  padding: 0;
}
@media (min-width: 1600px) {
  .builderSection {
    padding-bottom: 150px;
  }
}

.awardSection__inner {
  position: relative;
}
.awardSection__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awardSection__overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  padding: 150px 0;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1200px) {
  .awardSection__overlay p {
    margin-bottom: 40px;
  }
}
.awardSection__overlay p:last-child {
  margin-bottom: 0;
}
.awardSection__logo {
  margin-bottom: 40px;
  max-width: 336px;
}
.awardSection .btn {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
@media (hover: hover) {
  .awardSection .btn:hover {
    color: var(--primary-color);
    background: #ffffff;
  }
}

.teasersCategories {
  position: relative;
  margin: 55px 0 0;
}
@media (min-width: 768px) {
  .teasersCategories {
    margin: 70px 0 0;
  }
}
.teasersCategories__btn {
  position: relative;
  display: block;
  border: 2px solid var(--primary-color);
  line-height: 56px;
  font-size: 21px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 0 30px;
  outline: none;
  background: transparent;
}
@media (min-width: 768px) {
  .teasersCategories__btn {
    display: none;
  }
}
.teasersCategories__btn:before, .teasersCategories__btn:after {
  content: "";
  width: 84px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent no-repeat center;
  background-size: 24px auto;
  transition: visibility 0.3s, opacity 0.3s;
}
.teasersCategories__btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='11.156' y='-0.156' width='1.688' height='24'/%3E%3Crect id='Rectangle_6_copy' data-name='Rectangle 6 copy' class='cls-1' y='11' width='24' height='1.688'/%3E%3C/svg%3E");
  visibility: visible;
  opacity: 1;
}
.teasersCategories__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='2' viewBox='0 0 24 2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; %7D %3C/style%3E%3C/defs%3E%3Crect id='minus_icon' data-name='minus icon' class='cls-1' width='24' height='2'/%3E%3C/svg%3E");
  visibility: hidden;
  opacity: 0;
}
.teasersCategories__btn.open:before {
  visibility: hidden;
  opacity: 0;
}
.teasersCategories__btn.open:after {
  visibility: visible;
  opacity: 1;
}
.teasersCategories__list {
  display: none;
  list-style-type: none;
  padding: 0 0 10px;
  margin: -3px 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  border: solid var(--primary-color);
  border-width: 0 2px 2px;
  z-index: 100;
}
@media (min-width: 768px) {
  .teasersCategories__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    position: static;
  }
}
@media (min-width: 1200px) {
  .teasersCategories__list {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .teasersCategories__item {
    margin: 0 10px;
  }
}
.teasersCategories__anchor {
  padding: 0 30px;
  font-size: 16px;
  line-height: 35px;
  color: var(--text-color);
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .teasersCategories__anchor {
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 700;
    padding: 0 10px;
    color: #b2b1ac;
  }
}
@media (min-width: 1200px) {
  .teasersCategories__anchor {
    font-size: 18px;
  }
}
.teasersCategories__anchor:hover, .teasersCategories__anchor--active {
  color: var(--primary-color);
}
.teasersCategories__description {
  display: none;
  text-align: center;
  border-top: 1px solid #cccccc;
  max-width: 1020px;
  margin: 75px auto 0;
  padding: 70px 0 25px;
}
.teasersCategories__description a {
  color: var(--primary-color);
  text-decoration: none;
}

.homeTeasers {
  position: relative;
  margin: 40px -6px 0;
  max-width: 1856px;
}
@media (min-width: 768px) {
  .homeTeasers {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 35px -33px 0;
  }
}
@media (min-width: 1200px) {
  .homeTeasers {
    margin: 50px auto 0;
  }
}
.homeTeasers__sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .homeTeasers__sizer {
    width: 47%;
  }
}
@media (min-width: 1600px) {
  .homeTeasers__sizer {
    width: 31.2%;
  }
}
@media (min-width: 768px) {
  .homeTeasers__gutter {
    width: 6%;
  }
}
@media (min-width: 1600px) {
  .homeTeasers__gutter {
    width: 3.2%;
  }
}

.homeTeaser {
  position: relative;
  margin-bottom: 12%;
  border: 2px solid #dddddd;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 100%;
  transition: box-shadow 0.3s;
}
@media (min-width: 768px) {
  .homeTeaser {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6.8%;
  }
}
@media (min-width: 1600px) {
  .homeTeaser {
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 3%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .homeTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .homeTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
.homeTeaser__promoBanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background: #78be21;
  padding: 0 80px;
  text-align: center;
}
@media (min-width: 1200px) {
  .homeTeaser__promoBanner {
    height: 65px;
    font-size: 16px;
    padding: 0 100px;
  }
}
.homeTeaser__promoBanner.new-collection {
  background: #64ccc9;
}
.homeTeaser__imageContainer {
  position: relative;
  color: #ffffff;
  padding-bottom: 86.8%;
  overflow: hidden;
}
.homeTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeTeaser__name {
  position: absolute;
  left: 20px;
  bottom: 10px;
  margin-bottom: 0;
  z-index: 20;
}
@media (min-width: 1200px) {
  .homeTeaser__name {
    left: 30px;
    bottom: 20px;
  }
}
.homeTeaser__labels {
  display: flex;
  align-items: flex-start;
}
.homeTeaser__labels--promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #63d6ef;
}
.homeTeaser__labels--promo .homeTeaser__label--type1,
.homeTeaser__labels--promo .homeTeaser__label--type2 {
  position: static;
  white-space: nowrap;
}
.homeTeaser__awardLogo {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  max-width: 40%;
}
@media (min-width: 1200px) {
  .homeTeaser__awardLogo {
    padding: 20px;
  }
}
.homeTeaser__awardLogo img {
  max-height: 66px;
  width: 100%;
}
.homeTeaser__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: 0.04em;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(137, 137, 137, 0.8);
  z-index: 20;
}
@media (min-width: 1200px) {
  .homeTeaser__label {
    font-size: 18px;
  }
}
.homeTeaser__label--type2 {
  background: rgba(120, 190, 33, 0.8);
}
.homeTeaser__label--promo {
  color: #ffffff;
  text-transform: uppercase;
  position: static;
  background: transparent;
  padding: 10px 20px;
  flex: 1;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  min-height: 47px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .homeTeaser__label--promo {
    font-size: 16px;
    min-height: 62px;
    padding: 10px 40px;
  }
}
.homeTeaser__mediaIcons {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .homeTeaser__mediaIcons {
    padding: 20px 30px;
  }
}
.homeTeaser__mediaIcons span {
  margin-right: 10px;
}
.homeTeaser__detailsContainer {
  padding: 20px 15px;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homeTeaser__detailsContainer {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .homeTeaser__detailsContainer {
    padding: 40px 30px;
    font-size: 18px;
    line-height: 2;
  }
}
.homeTeaser__community {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .homeTeaser__community {
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .homeTeaser__community {
    margin-bottom: 10px;
  }
}
.homeTeaser__markerIcon {
  font-size: 23px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .homeTeaser__markerIcon {
    font-size: 30px;
  }
}
.homeTeaser__cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .homeTeaser__cols {
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .homeTeaser__cols {
    padding-right: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .homeTeaser__category {
    margin-right: -200px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .homeTeaser__meta {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    width: 200px;
  }
}
.homeTeaser__metaIcon {
  font-size: 18px;
  color: #b2b1ac;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .homeTeaser__metaIcon {
    font-size: 22px;
  }
}
.homeTeaser__metaItem {
  margin-bottom: 10px;
  margin-left: 20px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .homeTeaser__metaItem {
    margin-bottom: 0;
    margin-left: 35px;
  }
}
.homeTeaser__metaItem--sq {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .homeTeaser__metaItem:first-child {
    margin-left: 0;
  }
}
.homeTeaser__metaItem:last-child {
  margin-bottom: 0;
}
.homeTeaser__footer {
  height: 55px;
  border-top: 1px solid #dddddd;
  padding: 10px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .homeTeaser__footer {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 30px;
    height: 100px;
  }
}
.homeTeaser__price {
  text-transform: uppercase;
  font-weight: 700;
}
.homeTeaser__oldPrice {
  color: #d40000;
  text-transform: uppercase;
  font-size: 16px;
}
.homeTeaser__anchorOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.homeTeaser__anchorOverlay:before, .homeTeaser__anchorOverlay:after {
  content: "";
  width: 40px;
  height: 20px;
  background: no-repeat right center;
  transition: visibility 0.3s, opacity 0.3s;
  background-size: auto 10px;
  position: absolute;
  right: 15px;
  bottom: 17px;
}
@media (min-width: 1200px) {
  .homeTeaser__anchorOverlay:before, .homeTeaser__anchorOverlay:after {
    width: 108px;
    right: 30px;
    bottom: 40px;
  }
}
.homeTeaser__anchorOverlay:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E");
  visibility: visible;
  opacity: 1;
}
.homeTeaser__anchorOverlay:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E");
  visibility: hidden;
  opacity: 0;
}
.homeTeaser__anchorOverlay:hover:before {
  visibility: hidden;
  opacity: 0;
}
.homeTeaser__anchorOverlay:hover:after {
  visibility: visible;
  opacity: 1;
}
.homeTeaser:hover {
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
}

.sectionText {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sectionText {
    text-align: center;
  }
}

.sectionTextImage {
  position: relative;
}
@media (min-width: 768px) {
  .sectionTextImage {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .sectionTextImage {
    margin-bottom: 95px;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage:last-child {
    margin-bottom: 0;
  }
}
.sectionTextImage__container {
  position: relative;
  max-width: 1450px;
  margin: 0 -30px;
  overflow: hidden;
  text-align: center;
  height: 354px;
  background: no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .sectionTextImage__container {
    height: 440px;
    margin: 0 -63px;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage__container {
    margin: 0 auto 0 0;
    height: auto;
    max-width: none;
    background: none !important;
    width: calc(100% - 28vw);
  }
}
.sectionTextImage__image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
}
@media (min-width: 768px) {
  .sectionTextImage__image {
    width: 100%;
    max-width: 1170px;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage__image {
    display: inline-block;
    position: static;
    height: auto;
    transform: none;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .sectionTextImage__overlay {
    margin: -85px -63px 0 65px;
    position: relative;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage__overlay {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .sectionTextImage__overlay {
    margin: 0 0 0 -192px;
  }
}
.sectionTextImage__textContainer {
  background: #ffffff;
  padding: 55px 0;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .sectionTextImage__textContainer {
    padding: 65px 57px 65px 60px;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage__textContainer {
    padding: 105px 80px 105px 95px;
    margin: 15px 0;
  }
}
@media (min-width: 1600px) {
  .sectionTextImage__textContainer {
    padding: 100px 35px 100px 95px;
  }
}
.sectionTextImage__textContainer h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionTextImage__textContainer h3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .sectionTextImage__textContainer h3 {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage--inverted {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .sectionTextImage--inverted .sectionTextImage__container {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .sectionTextImage--inverted .sectionTextImage__overlay {
    margin: -85px 65px 0 -63px;
  }
}
@media (min-width: 1600px) {
  .sectionTextImage--inverted .sectionTextImage__overlay {
    margin: 0 -192px 0 0;
  }
}
@media (min-width: 768px) {
  .sectionTextImage--inverted .sectionTextImage__textContainer {
    padding: 65px 57px 65px 60px;
  }
}
@media (min-width: 1600px) {
  .sectionTextImage--inverted .sectionTextImage__textContainer {
    padding: 100px 95px 100px 36px;
  }
}

.comingSoonTeaser {
  position: relative;
  width: 100%;
  height: 400px;
  background: #b3b3b3 url("../images/coming-soon-teaser2.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: none;
  text-align: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .comingSoonTeaser {
    height: 500px;
  }
}
.comingSoonTeaser__title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 70px;
  text-shadow: 0 0 14.25px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .comingSoonTeaser__title {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .comingSoonTeaser__title {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .comingSoonTeaser__title br {
    display: none;
  }
}
.comingSoonTeaser__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: center;
}
@media (min-width: 768px) {
  .comingSoonTeaser__link {
    flex-direction: row;
  }
}
.comingSoonTeaser__link svg {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .comingSoonTeaser__link svg {
    margin: 20px 0 20px 35px;
  }
}

.fancybox-slide--html .popupCredit {
  width: 100%;
  max-width: 380px;
  padding: 70px 0 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit {
    padding: 30px;
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--html .popupCredit {
    max-width: 840px;
  }
}
.fancybox-slide--html .popupCredit__inner {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .fancybox-slide--html .popupCredit__inner {
    background: #ffffff url("../images/popup2022-desktop.jpg") no-repeat center;
    background-size: cover;
  }
}
.fancybox-slide--html .popupCredit__header {
  display: flex;
  align-items: center;
  background: #000000;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  height: 68px;
  justify-content: center;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__header {
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    padding: 0 40px;
    border: 2px solid #ffffff;
    white-space: nowrap;
    font-size: 30px;
    height: 90px;
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--html .popupCredit__header {
    font-size: 37px;
  }
}
.fancybox-slide--html .popupCredit__content {
  color: #ffffff;
  padding: 55px 30px 35px;
  background: url("../images/popup2022-mobile.jpg") no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__content {
    position: relative;
    text-align: center;
    padding: 45px 50px 70px;
    background-image: url("../images/popup2022-tablet.jpg");
    color: #000000;
    min-height: 462px;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--html .popupCredit__content {
    padding-bottom: 100px;
    background: none;
  }
}
.fancybox-slide--html .popupCredit__title1 {
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__title1 {
    font-size: 37px;
    line-height: 40px;
  }
}
.fancybox-slide--html .popupCredit__title2 {
  font-size: 48px;
  line-height: 44px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__title2 {
    font-size: 80px;
    line-height: 70px;
  }
}
.fancybox-slide--html .popupCredit__text {
  font-size: 18px;
  line-height: 23px;
  margin: 15px 0 20px;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__text {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 105px;
  }
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__text br {
    display: none;
  }
}
.fancybox-slide--html .popupCredit .btn {
  display: inline-flex;
  font-size: 18px;
  min-height: 58px;
}
.fancybox-slide--html .popupCredit__footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  color: #000000;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__footer {
    text-align: center;
    padding: 20px 30px 30px;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--html .popupCredit__footer {
    margin: 0 30px 30px;
    background: #ffffff;
    position: relative;
    z-index: 25;
  }
}
.fancybox-slide--html .popupCredit__prices {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__prices:after {
    content: "";
    background: #c8c8c8;
    width: 4px;
    height: 100px;
    position: absolute;
    left: 54%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__price:nth-child(2) .popupCredit__priceAmount {
    letter-spacing: -0.04em;
  }
}
.fancybox-slide--html .popupCredit__priceTitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 0.01em;
}
.fancybox-slide--html .popupCredit__priceAmount {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__priceAmount {
    font-size: 75px;
    line-height: 1.2;
  }
}
.fancybox-slide--html .popupCredit__bonus {
  position: relative;
  margin-top: 30px;
  padding-left: 40px;
  margin-right: 140px;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__bonus {
    display: inline-block;
    margin-right: 0;
  }
}
.fancybox-slide--html .popupCredit__bonusIcon {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__bonusIcon {
    top: 4px;
  }
}
.fancybox-slide--html .popupCredit__back {
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 1;
  text-align: right;
  padding: 24px 24px 24px 40px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__back {
    right: auto;
    left: 0;
    text-align: left;
    padding: 45px 80px 25px 30px;
    font-size: 43px;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--html .popupCredit__back {
    overflow: visible;
  }
}
.fancybox-slide--html .popupCredit__back:before {
  content: "";
  width: 226px;
  height: 226px;
  border-radius: 100%;
  background: #78be21;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit__back:before {
    left: auto;
    right: 0;
    width: 460px;
    height: 460px;
  }
}
.fancybox-slide--html .popupCredit__backText {
  position: relative;
  z-index: 20;
}
.fancybox-slide--html .popupCredit .fancybox-close-small {
  width: 48px;
  height: 48px;
  padding: 0;
  top: 70px;
  opacity: 1;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit .fancybox-close-small {
    top: 38px;
    right: 38px;
  }
}
.fancybox-slide--html .popupCredit .fancybox-close-small svg {
  color: #ffffff;
}
@media (min-width: 768px) {
  .fancybox-slide--html .popupCredit .fancybox-close-small svg {
    color: #353533;
  }
}
.fancybox-slide--html .popupCredit__disclaimer {
  font-size: 10px;
  margin-top: 10px;
}

.fancybox-slide--commons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) {
  .fancybox-slide--commons {
    display: block;
  }
}
.fancybox-slide--commons .popupCommons {
  width: 100%;
  padding: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons {
    padding: 30px;
    max-width: 840px;
  }
}
.fancybox-slide--commons .popupCommons .fancybox-close-small {
  width: 60px;
  height: 60px;
  padding: 0;
  top: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons .fancybox-close-small {
    top: 30px;
    right: 30px;
  }
}
.fancybox-slide--commons .popupCommons .fancybox-close-small svg {
  color: #ffffff;
  width: 48px;
  height: 48px;
}
.fancybox-slide--commons .popupCommons__imageContainer {
  position: relative;
  padding-bottom: 90.5%;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__imageContainer {
    padding-bottom: 64%;
  }
}
.fancybox-slide--commons .popupCommons__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-slide--commons .popupCommons__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__overlay {
    padding: 30px 70px 30px 45px;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.fancybox-slide--commons .popupCommons__logo {
  width: 144px;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__logo {
    width: 184px;
  }
}
.fancybox-slide--commons .popupCommons__title {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__title {
    font-size: 53px;
  }
}
.fancybox-slide--commons .popupCommons__content {
  padding: 20px 25px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__content {
    display: flex;
    text-align: left;
    padding: 30px 0 5px 15px;
  }
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__contentCol1 {
    width: 200px;
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__contentCol2 {
    flex: 1;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.fancybox-slide--commons .popupCommons__bonus {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonus:before {
    content: "";
    position: absolute;
    top: -75px;
    right: -35px;
    bottom: -110px;
    left: -90px;
    border: 7px solid #63ccc8;
  }
}
@media (min-width: 1200px) {
  .fancybox-slide--commons .popupCommons__bonus:before {
    right: -40px;
    left: -100px;
    bottom: -110px;
    top: -75px;
  }
}
.fancybox-slide--commons .popupCommons__bonusHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonusHeader {
    display: inline;
    margin: 0;
  }
}
.fancybox-slide--commons .popupCommons__bonusValue {
  display: block;
  color: #63ccc8;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  width: 160px;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonusValue {
    width: auto;
    font-size: 71px;
    margin-bottom: 10px;
  }
}
.fancybox-slide--commons .popupCommons__bonusTitle {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-left: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonusTitle {
    display: inline;
    margin: 0;
    font-size: 23px;
    line-height: 26px;
  }
}
.fancybox-slide--commons .popupCommons__bonusText1 {
  display: block;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonusText1 {
    display: inline;
    font-size: 19px;
    line-height: 26px;
  }
}
.fancybox-slide--commons .popupCommons__bonusText2 {
  display: block;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonusText2 {
    display: none;
  }
}
.fancybox-slide--commons .popupCommons__bonusPlus {
  font-weight: 700;
  color: #63ccc8;
  font-size: 28px;
  line-height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__bonusPlus {
    line-height: 26px;
  }
}
.fancybox-slide--commons .popupCommons__description {
  display: none;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__description {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .fancybox-slide--commons .popupCommons__description {
    margin-bottom: 20px;
  }
}
.fancybox-slide--commons .popupCommons__buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fancybox-slide--commons .popupCommons__buttons {
    margin: 0;
  }
}
.fancybox-slide--commons .popupCommons__buttons .btn {
  border-color: #ffa400 !important;
  color: #ffa400 !important;
}
.fancybox-slide--commons .popupCommons__buttons .btn:hover {
  background-color: #ffa400 !important;
  color: #ffffff !important;
}
.fancybox-slide--commons .popupCommons__disclaimer {
  color: #999999;
  font-size: 14px;
}

.fancybox-slide--summer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 18px 0 0 !important;
}
@media (min-width: 768px) {
  .fancybox-slide--summer {
    display: block;
    padding: 0 !important;
  }
}
.fancybox-slide--summer .popupSummer {
  color: #000000;
  width: 100%;
  padding: 0;
  overflow: visible;
  max-width: 840px;
}
.fancybox-slide--summer .popupSummer .fancybox-close-small {
  width: 60px;
  height: 60px;
  padding: 0;
  top: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer .fancybox-close-small {
    top: 30px;
    right: 30px;
  }
}
.fancybox-slide--summer .popupSummer .fancybox-close-small svg {
  color: #2e2e2e;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.fancybox-slide--summer .popupSummer__header {
  position: relative;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__header {
    width: 41.6%;
  }
}
.fancybox-slide--summer .popupSummer__header img {
  width: 100%;
}
.fancybox-slide--summer .popupSummer__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__overlay {
    padding: 30px 35px;
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
  }
}
.fancybox-slide--summer .popupSummer__title {
  font-size: 37px;
  line-height: 0.95;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__title {
    font-size: 58px;
  }
}
.fancybox-slide--summer .popupSummer__body {
  padding: 30px 30px 25px;
  text-align: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.99 91.57'%3E%3Cpath fill='%2377c043' d='M104.3,62.15L43.59,25.04h61.39V0H18.21C8.19,0,0,8.06,0,17.99,0,22.57,1.73,26.91,4.88,30.26l1.16,1.24,98.26,60.07v-29.43Z'/%3E%3C/svg%3E") no-repeat right -30px bottom 6px;
  background-size: 100px auto;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__body {
    flex: 1;
    text-align: left;
    padding: 54px 35px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: 153px auto;
    background-position: right -20px bottom 25px;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--summer .popupSummer__body {
    padding: 100px 50px 35px;
    background-position: right -10px bottom 38px;
  }
}
.fancybox-slide--summer .popupSummer__subtitle {
  font-size: 27px;
  line-height: 1.06;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__subtitle {
    font-size: 41px;
    line-height: 1.07;
    margin-bottom: 0;
  }
}
.fancybox-slide--summer .popupSummer__subtitle span {
  color: #78c044;
}
.fancybox-slide--summer .popupSummer__subtitle span br {
  display: none;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__subtitle span br {
    display: block;
  }
}
.fancybox-slide--summer .popupSummer__description {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__description {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 1.05;
  }
}
.fancybox-slide--summer .popupSummer__description p {
  margin-bottom: 1.3em;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__description p {
    margin-bottom: 1.2em;
  }
}
.fancybox-slide--summer .popupSummer__description p:last-child {
  margin-bottom: 0;
}
.fancybox-slide--summer .popupSummer__description a {
  color: #78c044;
  outline: none;
}
.fancybox-slide--summer .popupSummer__buttons {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__buttons {
    margin: 0;
    justify-content: flex-start;
  }
}
.fancybox-slide--summer .popupSummer__buttons .btn {
  border-width: 4px;
  border-color: #ffa400 !important;
  color: #ffa400 !important;
  font-size: 18px;
  min-height: 65px;
}
@media (min-width: 768px) {
  .fancybox-slide--summer .popupSummer__buttons .btn {
    min-height: 82px;
    font-size: 23px;
    padding: 15px 35px;
  }
}
.fancybox-slide--summer .popupSummer__buttons .btn:hover {
  background-color: #ffa400 !important;
  color: #ffffff !important;
}

/*
.fancybox-slide--orleansSingles {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  @media (min-width: $tablet-min) {
    display: block;
  }
  @media (min-width: $lg-min) {
    padding: 0 100px !important;
  }

  .popupOrleansSingles {
    width: 100%;
    padding: 0;
    overflow: visible;
    @media (min-width: $tablet-min) {
      padding: 30px;
      max-width: 840px;
    }

    .fancybox-close-small {
      width: 60px;
      height: 60px;
      padding: 0;
      top: 0;
      opacity: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      @media (min-width: $tablet-min) {
        top: 30px;
        right: 30px;
      }

      svg {
        color: #ffffff;
        width: 48px;
        height: 48px;
      }
    }

    &__imageContainer {
      position: relative;
      padding-bottom: 90.5%;
      @media (min-width: $tablet-min) {
        padding-bottom: 64%;
      }
    }

    &__image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    &__overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.4);
      color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      text-align: center;
      @media (min-width: $tablet-min) {
        padding: 40px 40px 30px 295px;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
      }
      @media (min-width: $lg-min) {
        padding-left: 320px;
      }
    }

    &__logo {
      width: 144px;
      @media (min-width: $tablet-min) {
        width: 184px;
        position: absolute;
        left: 40px;
        top: 40px;
      }
      @media (min-width: $lg-min) {
        width: 220px;
      }
    }

    &__title {
      font-size: 42px;
      line-height: 1.15;
      @include letter-spacing(10);
      font-weight: 700;
      text-transform: uppercase;
      @media (min-width: $lg-min) {
        font-size: 50px;
      }
    }

    &__content {
      padding: 20px 25px 10px;
      text-align: center;
      @media (min-width: $tablet-min) {
        display: flex;
        text-align: left;
        padding: 30px 0 5px 15px;
      }

      &Col1 {
        @media (min-width: $tablet-min) {
          width: 200px;
          margin-right: 80px;
        }
        @media (min-width: $lg-min) {
          width: 200px;
          margin-right: 110px;
        }
      }

      &Col2 {
        @media (min-width: $tablet-min) {
          flex: 1;
          padding-top: 10px;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          justify-content: space-between;
        }
      }
    }

    &__bonus {
      position: relative;
      margin-bottom: 10px;

      &:before {
        @media (min-width: $tablet-min) {
          content: "";
          position: absolute;
          top: -75px;
          right: -10px;
          bottom: -70px;
          left: -90px;
          border: 7px solid #63ccc8;
        }
        @media (min-width: $lg-min) {
          right: -10px;
          left: -85px;
          bottom: -70px;
          top: -75px;
        }
      }

      &Header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        @media (min-width: $tablet-min) {
          display: inline;
          margin: 0;
        }
      }

      &Value {
        display: block;
        color: #63ccc8;
        font-size: 40px;
        line-height: 1;
        @include letter-spacing(10);
        font-weight: 700;
        width: 160px;
        text-transform: uppercase;
        @media (min-width: $tablet-min) {
          width: auto;
          font-size: 50px;
        }
      }

      &Title {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.25;
        text-transform: uppercase;
        margin-left: 15px;
        text-align: left;
        @media (min-width: $tablet-min) {
          display: inline;
          margin: 0;
          font-size: 23px;
          line-height: 26px;
        }
      }

      &Text1 {
        display: block;
        @media (min-width: $tablet-min) {
          display: inline;
          font-size: 19px;
          line-height: 26px;
        }
      }

      &Text2 {
        display: block;
        max-width: 290px;
        margin: 0 auto;
        @media (min-width: $tablet-min) {
          display: none;
        }
      }

      &Plus {
        font-weight: 700;
        color: #63ccc8;
        font-size: 28px;
        line-height: 20px;
        display: inline-block;
        vertical-align: text-bottom;
        @media (min-width: $tablet-min) {
          line-height: 26px;
        }
      }
    }

    &__description {
      display: none;
      @media (min-width: $tablet-min) {
        display: block;
        margin-bottom: 25px;
        width: 100%;
      }
      @media (min-width: $lg-min) {
        padding-right: 10px;
      }
    }

    &__buttons {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
      @media (min-width: $tablet-min) {
        margin: 0;
      }

      .btn {
        border-color: #ffa400 !important;
        color: #ffa400 !important;

        &:hover {
          background-color: #ffa400 !important;
          color: #ffffff !important;
        }
      }
    }

    &__disclaimer {
      color: #999999;
      font-size: 14px;
    }
  }
}
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .grid {
    margin: 0 -63px;
  }
}
@media (min-width: 1024px) {
  .grid {
    margin: 0;
  }
}
.grid a:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #ffffff no-repeat center;
  position: absolute;
  right: 50px;
  bottom: 50px;
  translate: 50% 50%;
  box-shadow: 0 0 10px 0.5px rgba(0, 0, 0, 0.08);
  transition: background 0.3s;
  z-index: 20;
}
.grid a:after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 52px;
  height: 52px;
  translate: 55% 50%;
  background: var(--community-color);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='25' viewBox='0 0 21 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0.176-.292l20.8,12.344-20.8,12.24V-0.292Z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: 18px auto;
  transition: background 0.3s;
  z-index: 30;
}
.grid a:hover:before {
  background: var(--community-color);
}
.grid a:hover:after {
  background-color: #ffffff;
}
.grid__item {
  position: relative;
  min-width: 100%;
  flex: 1;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (min-width: 1024px) {
  .grid__item {
    min-width: 50%;
  }
}
@media (min-width: 1200px) {
  .grid__item {
    font-size: 20px;
  }
}
.grid__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid__item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid__2x2Image1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.grid__2x2Image1:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid__2x2Image2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
}
.grid__2x2Image2:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid__2x2Text1 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 50%;
}
@media (min-width: 768px) {
  .grid__2x2Text1 {
    padding: 30px;
  }
}
.grid__2x2Text2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 50%;
}
@media (min-width: 768px) {
  .grid__2x2Text2 {
    padding: 30px;
  }
}
.grid__1x1Image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.grid__1x1Image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid__2x1Image1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.grid__2x1Image1:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid__2x1Image2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.grid__2x1Image2:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.grid__2x1Text1 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 50%;
}
@media (min-width: 768px) {
  .grid__2x1Text1 {
    padding: 30px;
  }
}

body.single-community .heroSection {
  max-height: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  body.single-community .heroSection {
    overflow: hidden;
  }
}
body.single-community .heroSection__overlay {
  position: relative;
  padding: 25px 0;
  background: rgba(242, 242, 242, 0.8);
}
@media (min-width: 768px) {
  body.single-community .heroSection__overlay {
    padding: 0;
    justify-content: center;
    background: linear-gradient(to right, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 25%, rgba(242, 242, 242, 0) 100%);
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  body.single-community .heroSection__overlay {
    min-height: 708px;
  }
}
body.single-community .heroSection__overlay--teaser {
  background: transparent;
  color: #ffffff;
}
body.single-community .heroSection__overlay--teaser .heroSection__container {
  text-align: center;
  align-items: center;
}
body.single-community .heroSection__overlay--teaser .heroSection__logo {
  max-height: 125px;
  width: auto;
}
@media (min-width: 768px) {
  body.single-community .heroSection__overlay--teaser .heroSection__logo {
    margin-bottom: 25px;
    max-height: 180px;
  }
}
@media (min-width: 1600px) {
  body.single-community .heroSection__overlay--teaser .heroSection__logo {
    max-height: 310px;
  }
}
body.single-community .heroSection__overlay--teaser .heroSection__title {
  text-align: center;
}
@media (min-width: 768px) {
  body.single-community .heroSection__overlay--teaser .heroSection__btnRow {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  body.single-community .heroSection__overlay--teaser .btn {
    border-color: #f1af00;
    color: #f1af00;
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: 30px;
  }
  body.single-community .heroSection__overlay--teaser .btn:hover {
    color: #ffffff;
    background-color: #f1af00;
  }
}
@media (min-width: 768px) {
  body.single-community .heroSection__overlay--teaser .btn {
    border-color: #ffffff;
    color: #ffffff;
  }
  body.single-community .heroSection__overlay--teaser .btn:hover {
    color: #f1af00;
    background-color: #ffffff;
  }
}
body.single-community .heroSection__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  body.single-community .heroSection__container {
    display: block;
    height: auto;
    text-align: left;
  }
}
@media (min-width: 768px) {
  body.single-community .heroSection__inner {
    max-width: 600px;
  }
}
body.single-community .heroSection__logo {
  max-height: 125px;
}
@media (min-width: 768px) {
  body.single-community .heroSection__logo {
    max-height: 170px;
    margin-bottom: 60px;
  }
}
body.single-community .heroSection__title {
  text-align: center;
  color: currentColor;
  text-shadow: none;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  body.single-community .heroSection__title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body.single-community .communitiesMapSection {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.single-community .communitiesBlock {
    left: 45px;
    right: 45px;
    top: 0;
    transform: translateY(-50%);
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.single-community .communitiesBlock:before {
    right: 15px;
  }
}
body.single-community .mapContainer {
  height: 600px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.single-community .mapContainer {
    margin-right: 0;
    height: 900px;
  }
}
@media (min-width: 1200px) {
  body.single-community .mapContainer {
    min-height: 760px;
    height: auto;
    flex: 1;
    margin: 0;
  }
}
@media (min-width: 768px) {
  body.single-community .rbhSection {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  body.single-community .rbhSection {
    padding-top: 125px;
    padding-bottom: 110px;
  }
}
body.single-community .rbhSection:before {
  display: none;
}
body.single-community .rbhDetails {
  padding-top: 5px;
}
body.single-community .rbhDetails__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single-community .rbhDetails__title {
    margin-top: -10px;
    margin-bottom: 45px;
  }
}
body.single-community .rbhDetails__price {
  font-size: 21px;
}
@media (min-width: 768px) {
  body.single-community .rbhDetails__price {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-community .rbhDetails__price {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 35px;
  }
}
body.single-community .rbhDetails__meta {
  margin-top: 30px;
  margin-bottom: 10px;
}
body.single-community .rbhDetails__label {
  position: absolute;
}
@media (min-width: 1200px) {
  body.single-community .rbhDetails__label {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  body.single-community .rbhFloorplans__downloadBtn {
    top: 0;
  }
}
@media (min-width: 1600px) {
  body.single-community .rbhDescription {
    margin-bottom: 45px;
  }
}
body.single-community .contactSalesSection__container {
  color: #ffffff;
  background: url("../images/contact-sales-tablet.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  body.single-community .contactSalesSection__container {
    background-image: url("../images/contact-sales-desktop.jpg");
  }
}
body.single-community .contactSalesSection .btn {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
body.single-community .contactSalesSection .btn:hover {
  background-color: #ffffff !important;
  color: #353533 !important;
}
@media (min-width: 1600px) {
  body.single-community .rbhWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body.single-community .communityAmenitiesMapSection {
  position: relative;
  padding: 0;
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend {
    top: 63px;
    width: 370px;
    padding: 40px 20px;
    transform: none;
    left: 0;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  body.single-community .communityAmenitiesMapSection .mapLegend {
    width: 370px;
    padding: 40px 20px 40px 30px;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend:before {
    content: "";
    border: 2px solid var(--primary-color);
    position: absolute;
    right: 20px;
    z-index: 10;
    left: 20px;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__btn {
    border: none;
    padding-left: 20px;
    border-color: var(--primary-color);
  }
}
@media (min-width: 1600px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__btn {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__btn:before, body.single-community .communityAmenitiesMapSection .mapLegend__btn:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__list {
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 25px 22px 10px;
    border-color: var(--primary-color);
    z-index: 20;
  }
}
@media (min-width: 1600px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__list {
    padding: 25px 42px 10px;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__list:before {
    border-color: var(--primary-color);
    display: none;
  }
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__item {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  body.single-community .communityAmenitiesMapSection .mapLegend__item {
    margin-bottom: 28px;
  }
}
body.single-community .communityAmenitiesMapSection .mapContainer {
  margin: 0;
}
@media (min-width: 1200px) {
  body.single-community .communityAmenitiesMapSection .mapContainer {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  body.single-community .communityAmenitiesMapSection .mapContainer {
    height: 1000px;
  }
}
body.single-community.postid-6984 .heroSection:before, body.single-community.postid-8435 .heroSection:before {
  display: none;
}
body.single-community.postid-6984 .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1):before,
body.single-community.postid-6984 .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(2):before, body.single-community.postid-8435 .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1):before,
body.single-community.postid-8435 .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(2):before {
  display: none;
}
body.single-community.postid-4662 .heroSection:before, body.single-community.postid-6162 .heroSection:before {
  display: none;
}
body.single-community.postid-4662 .communityDescription__images, body.single-community.postid-6162 .communityDescription__images {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  body.single-community.postid-4662 .communityDescription__images, body.single-community.postid-6162 .communityDescription__images {
    margin-top: 8.25vw;
    margin-bottom: 11.25vw;
  }
}
body.single-community.postid-4662 .communityDescription__images:after, body.single-community.postid-6162 .communityDescription__images:after {
  content: "";
  position: absolute;
  top: calc(-5vw + 40px);
  right: 0;
  width: 50%;
  bottom: -5vw;
  background: #000000;
  z-index: -10;
}
@media (min-width: 768px) {
  body.single-community.postid-4662 .communityDescription__images:after, body.single-community.postid-6162 .communityDescription__images:after {
    top: calc(-5vw + 55px);
    width: 57.5%;
  }
}
@media (min-width: 1200px) {
  body.single-community.postid-4662 .communityDescription__images:after, body.single-community.postid-6162 .communityDescription__images:after {
    top: calc(-5vw + 25px);
  }
}
body.single-community.postid-4662 .communityDescription__imageContainer:before, body.single-community.postid-6162 .communityDescription__imageContainer:before {
  display: none;
}
body.single-community.postid-4662 .tagSection, body.single-community.postid-6162 .tagSection {
  background: #000000;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  body.single-community.postid-4662 .tagSection, body.single-community.postid-6162 .tagSection {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  body.single-community.postid-4662 .tagSection, body.single-community.postid-6162 .tagSection {
    padding: 140px 0;
  }
}
body.single-community.postid-4662 .tagSection__image, body.single-community.postid-6162 .tagSection__image {
  margin-bottom: 0;
}
body.single-community.postid-4662 .siteFooter, body.single-community.postid-6162 .siteFooter {
  margin-top: 0;
}
body.single-community.postid-6162 .communityDescription__images:after {
  background: url("../images/succession-court-pattern.png") no-repeat right center;
  background-size: auto 100%;
}
body.single-community.postid-6162 .tagSection {
  background: #000000 url("../images/succession-court-tagline.png") no-repeat center;
  background-size: cover;
}
body.single-community.postid-4887 .communityDescription--1 .communityDescription__images,
body.single-community.postid-4887 .communityDescription--3 .communityDescription__images {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  body.single-community.postid-4887 .communityDescription--1 .communityDescription__images,
  body.single-community.postid-4887 .communityDescription--3 .communityDescription__images {
    margin-top: 8.25vw;
    margin-bottom: 11.25vw;
  }
}
body.single-community.postid-4887 .communityDescription--1 .communityDescription__images:after,
body.single-community.postid-4887 .communityDescription--3 .communityDescription__images:after {
  content: "";
  position: absolute;
  top: calc(-5vw + 40px);
  right: 0;
  width: 50%;
  bottom: -5vw;
  background: #000000;
  z-index: -10;
}
@media (min-width: 768px) {
  body.single-community.postid-4887 .communityDescription--1 .communityDescription__images:after,
  body.single-community.postid-4887 .communityDescription--3 .communityDescription__images:after {
    top: calc(-5vw + 55px);
    width: 57.5%;
  }
}
@media (min-width: 1200px) {
  body.single-community.postid-4887 .communityDescription--1 .communityDescription__images:after,
  body.single-community.postid-4887 .communityDescription--3 .communityDescription__images:after {
    top: calc(-5vw + 25px);
  }
}
body.single-community.postid-4887 .communityDescription--3 .communityDescription__images:after {
  left: 0;
  right: auto;
}
body.single-community .homeTeaser__anchorOverlay:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' width= '108.34' height= '9.5' viewBox= '0 0 108.34 9.5' %3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: <?php echo rawurlencode($community_color); ?>; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id= 'arrow' class= 'cls-1' d= 'M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform= 'translate(-1816 -2403.75)' /%3E%3C/svg%3E");
}
body.single-community .awardSection__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 80px 0;
}
@media (min-width: 1200px) {
  body.single-community .sectionTextImage__container {
    display: flex;
  }
}
body.single-community .sectionTextImage__container > * {
  width: 100%;
}
@media (min-width: 1200px) {
  body.single-community .sectionTextImage--inverted .sectionTextImage__container {
    justify-content: flex-end;
    padding-right: 0;
  }
}

.communityNav {
  margin-top: 30px;
  margin-bottom: -10px;
  position: relative;
}
@media (min-width: 1024px) {
  .communityNav {
    display: flex;
    justify-content: center;
    z-index: 500;
    margin: 0;
    height: 55px;
    border-top: 4px solid #ffffff;
    background: #F2F2F2;
  }
}
@media (min-width: 1600px) {
  .communityNav {
    height: 92px;
  }
}
.communityNav__inner {
  position: relative;
}
.communityNav__btn {
  position: relative;
  display: block;
  border: 2px solid var(--primary-color);
  line-height: 56px;
  font-size: 21px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 0 30px;
  outline: none;
  background: transparent;
}
@media (min-width: 1024px) {
  .communityNav__btn {
    display: none;
  }
}
.communityNav__btn:before, .communityNav__btn:after {
  content: "";
  width: 84px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent no-repeat center;
  background-size: 24px auto;
  transition: visibility 0.3s, opacity 0.3s;
}
.communityNav__btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='11.156' y='-0.156' width='1.688' height='24'/%3E%3Crect id='Rectangle_6_copy' data-name='Rectangle 6 copy' class='cls-1' y='11' width='24' height='1.688'/%3E%3C/svg%3E");
  visibility: visible;
  opacity: 1;
}
.communityNav__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='2' viewBox='0 0 24 2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; %7D %3C/style%3E%3C/defs%3E%3Crect id='minus_icon' data-name='minus icon' class='cls-1' width='24' height='2'/%3E%3C/svg%3E");
  visibility: hidden;
  opacity: 0;
}
.communityNav__btn.open:before {
  visibility: hidden;
  opacity: 0;
}
.communityNav__btn.open:after {
  visibility: visible;
  opacity: 1;
}
.communityNav__list {
  display: none;
  list-style-type: none;
  padding: 0 0 10px;
  margin: -3px 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  border: solid var(--primary-color);
  border-width: 0 2px 2px;
  z-index: 100;
}
@media (min-width: 1024px) {
  .communityNav__list {
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: none;
  }
}
@media (min-width: 1200px) {
  .communityNav__list {
    padding: 0;
  }
}
.communityNav__item {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .communityNav__item {
    margin: 0 12px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .communityNav__item {
    margin: 0 15px;
  }
}
@media (min-width: 1600px) {
  .communityNav__item {
    margin: 0 22px;
  }
}
@media (min-width: 1024px) {
  .communityNav__item .btn {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .communityNav__item .btn {
    min-height: 60px;
    font-size: 18px;
  }
}
.communityNav__anchor {
  padding: 0 30px;
  font-size: 16px;
  line-height: 35px;
  color: var(--text-color);
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .communityNav__anchor {
    display: block;
    height: 51px;
    border-bottom: 3px solid transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    padding: 0 4px;
    transition: color 0.3s, border-bottom-color 0.3s;
  }
}
@media (min-width: 1600px) {
  .communityNav__anchor {
    font-size: 20px;
    line-height: 87px;
    height: 88px;
  }
}
.communityNav__anchor:hover, .communityNav__anchor--active {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .communityDescriptionSection--overview {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .communityDescriptionSection--overview {
    padding-top: 80px;
  }
}
.communityDescriptionSection--teaser {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .communityDescriptionSection--teaser {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .communityDescriptionSection--teaser {
    padding-bottom: 85px;
  }
}
@media (min-width: 1600px) {
  .communityDescriptionSection--teaser {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .communityDescriptionSection--teaser .communityDescription {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .communityDescriptionSection--teaser .communityDescription h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .communityDescriptionSection--teaser .communityDescription__images {
    align-items: flex-end;
  }
}
.communityDescriptionSection--teaser .communityDescription__imageContainer {
  position: relative;
}
@media (min-width: 768px) {
  .communityDescriptionSection--teaser .communityDescription__imageContainer {
    margin-right: 40px;
    max-width: 854px;
  }
}
@media (min-width: 1600px) {
  .communityDescriptionSection--teaser .communityDescription__imageContainer {
    margin-right: 50px;
  }
}
.communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1) {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1) {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1) {
    padding-top: 25px;
  }
}
.communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1):before {
  content: "";
  border: 5px solid #65c6ca;
  position: absolute;
  top: -5px;
  width: 53%;
  left: 21%;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1):before {
    width: 57%;
    left: 18%;
    padding-bottom: 54%;
  }
}
@media (min-width: 1200px) {
  .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1):before {
    border-width: 7px;
    left: 14%;
    width: 41%;
    padding-bottom: 39%;
  }
}
.communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(2) {
  /*&:before {
    content: "";
    border: 5px solid #ffffff;
    position: absolute;
    top: 64%;
    width: 41.6%;
    right: -6px;
    padding-bottom: 12%;
    background: #e22438;
    @media (min-width: $laptop-min) {
      border-width: 6px;
      top: 60%;
      right: -20px;
      width: 30%;
      padding-bottom: 9%;
    }
  }*/
}

.communityDescription {
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  .communityDescription {
    margin: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .communityDescription {
    margin: 0 0 95px;
  }
}
.communityDescription:last-child {
  margin-bottom: 0;
}
.communityDescription__images {
  margin: 0 -35px 50px;
}
@media (min-width: 768px) {
  .communityDescription__images {
    margin: 0 -65px 70px;
    display: flex;
    justify-content: center;
  }
}
.communityDescription__imageContainer {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .communityDescription__imageContainer {
    max-width: 50%;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1600px) {
  .communityDescription__imageContainer {
    max-width: 840px;
    margin: 0 50px 0 0;
  }
}
.communityDescription__imageContainer:last-child {
  margin: 0;
}
.communityDescription__imageContainer img {
  width: 100%;
}
@media (min-width: 768px) {
  .communityDescription__text {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .communityDescription__text {
    max-width: 1060px;
    margin: 0 auto;
  }
}
.communityDescription__btnRow {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .communityDescription__btnRow {
    margin-top: 45px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .communityDescription__btnRow {
    margin-top: 35px;
  }
}

.communityFeaturesSection {
  padding-top: 0;
  margin-top: -5px;
}
@media (min-width: 1600px) {
  .communityFeaturesSection {
    margin-top: -35px;
  }
}
.communityFeaturesSection .container {
  max-width: 1712px;
}

.communityFeaturesGroup {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .communityFeaturesGroup {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .communityFeaturesGroup {
    margin-bottom: 35px;
  }
}
.communityFeaturesGroup:last-child {
  margin-bottom: 0;
}
.communityFeaturesGroup__title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .communityFeaturesGroup__title {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .communityFeaturesGroup__items {
    display: flex;
    flex-wrap: wrap;
  }
}

.featureTeaser {
  width: 100%;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .featureTeaser {
    width: 47%;
    margin-right: 6%;
  }
}
@media (min-width: 1200px) {
  .featureTeaser {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .featureTeaser {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featureTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .featureTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .featureTeaser:nth-child(4n) {
    margin-right: 0;
  }
}
.featureTeaser__imageContainer {
  position: relative;
  padding-bottom: 60%;
  background: no-repeat center;
  background-size: cover;
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .featureTeaser__imageContainer {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .featureTeaser__imageContainer {
    padding-bottom: 100%;
  }
}
.featureTeaser__imageContainer--asterisk {
  overflow: hidden;
}
.featureTeaser__imageContainer--asterisk:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background: var(--primary-color);
  transform: rotate(45deg);
  right: -51px;
  top: -51px;
  z-index: 10;
  opacity: 0.8;
}
.featureTeaser__imageContainer--asterisk:after {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 512' style='enable-background:new 0 0 480 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M472,334.4L336.1,256L472,177.6c7.7-4.4,10.3-14.2,5.9-21.9l-32-55.4c-4.4-7.7-14.2-10.3-21.9-5.9L288,172.9V16 c0-8.8-7.2-16-16-16h-64c-8.8,0-16,7.2-16,16v156.9L56,94.4c-7.7-4.4-17.5-1.8-21.9,5.9l-32,55.4c-4.4,7.6-1.8,17.4,5.9,21.9 L143.9,256L8,334.4c-7.7,4.4-10.3,14.2-5.9,21.9l32,55.4c4.4,7.6,14.2,10.3,21.9,5.9L192,339.1V496c0,8.8,7.2,16,16,16h64 c8.8,0,16-7.2,16-16V339.1L424,417.6c7.7,4.4,17.5,1.8,21.9-5.9l32-55.4C482.3,348.6,479.6,338.9,472,334.4L472,334.4z'/%3E%3C/svg%3E");
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.featureTeaser__text {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .featureTeaser__text {
    padding: 20px 0;
  }
}

.communityFloorplansSection {
  padding-top: 0;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .communityFloorplansSection .teasersCategories {
    margin-top: 0;
  }
}

.rbhFloorplansTabs {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .rbhFloorplansTabs {
    margin-top: 50px;
  }
}
.rbhFloorplansTabs__nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .rbhFloorplansTabs__nav {
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .rbhFloorplansTabs__nav {
    margin-bottom: 40px;
  }
}
.rbhFloorplansTabs__navItem {
  color: #b2b1ac;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .rbhFloorplansTabs__navItem {
    margin-right: 40px;
  }
}
@media (min-width: 1600px) {
  .rbhFloorplansTabs__navItem {
    margin-right: 100px;
  }
}
.rbhFloorplansTabs__navItem:last-child {
  margin-right: 0;
}
.rbhFloorplansTabs__navItem.ui-state-active a {
  color: #353533;
  border-bottom-color: var(--primary-color);
}
.rbhFloorplansTabs__navAnchor {
  display: block;
  color: #b2b1ac;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  padding: 5px 0 20px;
}
@media (min-width: 768px) {
  .rbhFloorplansTabs__navAnchor {
    padding: 25px 0 25px;
  }
}
@media (min-width: 1600px) {
  .rbhFloorplansTabs__navAnchor {
    font-size: 28px;
    padding: 40px 0 40px;
  }
}

.rbhTours {
  position: relative;
  margin-top: 65px;
}
@media (min-width: 768px) {
  .rbhTours {
    margin-top: 120px;
  }
}
.rbhTours__title {
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rbhTours__title {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .rbhTours__title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .rbhTours__title {
    font-size: 28px;
    padding-bottom: 50px;
  }
}
.rbhTours__gallery {
  margin: 0 -30px 70px;
  width: auto;
}
@media (min-width: 768px) {
  .rbhTours__gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.rbhTours__gallery .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  display: flex;
}
@media (min-width: 1600px) {
  .rbhTours__gallery .owl-dots {
    bottom: -50px;
  }
}
.rbhTours__gallery .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #dddddd;
  margin: 0 6px;
}
.rbhTours__gallery .owl-dot.active {
  background: var(--primary-color);
}
.rbhTours__btnRow {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .rbhTours__btnRow {
    position: absolute;
    top: -35px;
    right: 0;
    width: 185px;
  }
}
@media (min-width: 1200px) {
  .rbhTours__btnRow {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .rbhTours__btnRow {
    top: -20px;
  }
}

.communitySiteplanSection {
  padding: 0;
}
.communitySiteplanSection__imageContainer {
  max-width: 1712px;
  margin: -15px -10px 0;
}
@media (min-width: 768px) {
  .communitySiteplanSection__imageContainer {
    margin: -15px -10px 0;
  }
}
@media (min-width: 1200px) {
  .communitySiteplanSection__imageContainer {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .communitySiteplanSection__imageContainer {
    margin: -60px auto 0;
  }
}
.communitySiteplanSection__image {
  width: 100%;
}

.communityDisclaimerSection {
  font-size: 14px;
  text-align: center;
}
.communityDisclaimerSection .container {
  max-width: 1200px;
}

.mapLegend {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  transform: translateY(-50%);
  z-index: 500;
  background: #ffffff;
  padding: 15px;
}
@media (min-width: 1600px) {
  .mapLegend {
    left: 28px;
    top: 28px;
    right: 28px;
    transform: none;
  }
}
.mapLegend__btn {
  position: relative;
  border: 2px solid var(--primary-color);
  line-height: 56px;
  padding: 0 82px 0 30px;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  color: #353533;
  outline: none;
}
.mapLegend__btn:before, .mapLegend__btn:after {
  content: "";
  width: 84px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent no-repeat center;
  background-size: 24px auto;
  transition: visibility 0.3s, opacity 0.3s;
}
.mapLegend__btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='11.156' y='-0.156' width='1.688' height='24'/%3E%3Crect id='Rectangle_6_copy' data-name='Rectangle 6 copy' class='cls-1' y='11' width='24' height='1.688'/%3E%3C/svg%3E");
  visibility: visible;
  opacity: 1;
}
.mapLegend__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='2' viewBox='0 0 24 2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; %7D %3C/style%3E%3C/defs%3E%3Crect id='minus_icon' data-name='minus icon' class='cls-1' width='24' height='2'/%3E%3C/svg%3E");
  visibility: hidden;
  opacity: 0;
}
.mapLegend__btn.open:before {
  visibility: hidden;
  opacity: 0;
}
.mapLegend__btn.open:after {
  visibility: visible;
  opacity: 1;
}
.mapLegend__list {
  display: block;
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 47px 45px;
  margin-top: -18px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .mapLegend__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.mapLegend__list:before {
  content: "";
  border: 2px solid var(--primary-color);
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 15px;
  border-top: none;
  z-index: 10;
}
.mapLegend__list.open {
  visibility: visible;
  opacity: 1;
}
.mapLegend__item {
  position: relative;
  margin-bottom: 18px;
  z-index: 20;
}
@media (min-width: 768px) {
  .mapLegend__item {
    width: 45%;
  }
}
.mapLegend__item:last-child {
  margin-bottom: 0;
}
.mapLegend__item label {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 26px;
  cursor: pointer;
}
.mapLegend__item input[type=radio] {
  display: none;
}
.mapLegend__item input[type=radio] + span {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #48c0ba;
}
.mapLegend__item input[type=radio]:checked + span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
}

.infowindow__title {
  margin: 0 0 5px;
}
.infowindow__type {
  text-transform: uppercase;
  font-weight: 500;
  color: #b2b1ac;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .infowindow__type {
    font-size: 18px;
  }
}

.newsletterFormSection {
  margin: 0;
  padding: var(--container-padding);
}
.newsletterFormSection--communityTeaser {
  background: url("../images/register-bg.jpg") no-repeat center;
  background-size: cover;
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletterFormSection--communityTeaser {
    padding-bottom: 90px;
  }
}

.tagSection {
  text-align: center;
}
.tagSection__image {
  width: 100%;
  max-width: 450px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .tagSection__image {
    max-width: 550px;
  }
}
.tagSection__text {
  font-weight: 300;
  font-size: 14px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .tagSection__text {
    font-size: 16px;
  }
}

.two-logo-holder {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .two-logo-holder {
    justify-content: center;
  }
}
.two-logo-holder img {
  width: 100%;
  max-width: 200px;
}
.two-logo-holder img:first-child {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .two-logo-holder img {
    max-width: 250px;
  }
  .two-logo-holder img:first-child {
    margin-bottom: 0px;
  }
}
.two-logo-holder .separator-holder {
  width: 100%;
}
@media (min-width: 767px) {
  .two-logo-holder .separator-holder {
    width: auto;
  }
}
.two-logo-holder .separator-holder .separator {
  margin-bottom: 20px;
  max-width: 30px;
}
@media (min-width: 767px) {
  .two-logo-holder .separator-holder .separator {
    margin: 0 40px;
    display: inline-block;
  }
}

.image-with-text .image-with-text-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1670px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .image-with-text .image-with-text-content {
    max-width: 1736px;
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .image-with-text .image-with-text-content {
    max-width: 1710px;
    padding: 0 50px;
  }
}
.image-with-text .image-with-text-content .left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1023px) {
  .image-with-text .image-with-text-content .left {
    width: 50%;
    margin-bottom: 0px;
  }
}
.image-with-text .image-with-text-content .left .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 61%;
}
.image-with-text .image-with-text-content .left .image-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-with-text .image-with-text-content .right {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 1023px) {
  .image-with-text .image-with-text-content .right {
    width: 50%;
  }
}
.image-with-text .image-with-text-content .right .wysiwyg {
  max-width: 660px;
  box-sizing: border-box;
}
@media (min-width: 1023px) {
  .image-with-text .image-with-text-content .right .wysiwyg {
    margin-left: auto;
    padding-left: 30px;
  }
}
.image-with-text .image-with-text-content .right img {
  max-width: 225px;
  margin-top: 50px;
}
.image-with-text .image-with-text-content.left-text .left {
  order: 2;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (min-width: 1023px) {
  .image-with-text .image-with-text-content.left-text .left {
    margin: 0px;
  }
}
.image-with-text .image-with-text-content.left-text .right {
  order: 1;
}
.image-with-text .image-with-text-content.left-text .right .wysiwyg {
  margin-left: 0;
  padding-left: 0px;
  margin-right: auto;
}
@media (min-width: 1023px) {
  .image-with-text .image-with-text-content.left-text .right .wysiwyg {
    padding-right: 30px;
  }
}

.logo-section {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .logo-section {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .logo-section {
    margin-top: 120px;
  }
}
.logo-section .logo-section-holder {
  margin: 0 auto;
  max-width: 1670px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .logo-section .logo-section-holder {
    max-width: 1736px;
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .logo-section .logo-section-holder {
    max-width: 1710px;
    padding: 0 50px;
  }
}
.logo-section .logo-section-holder .wysiwyg {
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .logo-section .logo-section-holder .wysiwyg {
    text-align: center;
  }
}
.logo-section .logo-section-holder .logos-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo-section .logo-section-holder .logos-holder .single-logo {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-section .logo-section-holder .logos-holder .single-logo {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .logo-section .logo-section-holder .logos-holder .single-logo {
    width: 135px;
    margin-bottom: 0px;
  }
}
.logo-section .logo-section-holder .logos-holder .single-logo img {
  width: 100%;
  max-width: 130px;
}
@media (min-width: 1200px) {
  .logo-section .logo-section-holder .logos-holder .single-logo img {
    max-width: 100%;
  }
}
.logo-section .logo-section-holder .logos-holder .single-logo:last-child {
  margin-right: 0;
}

.collections-list .collections-list-holder {
  margin: 0 auto;
  max-width: 1670px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .collections-list .collections-list-holder {
    max-width: 1736px;
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .collections-list .collections-list-holder {
    max-width: 1710px;
    padding: 0 50px;
  }
}
.collections-list .collections-list-holder .single-collection {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .collections-list .collections-list-holder .single-collection {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .collections-list .collections-list-holder .single-collection {
    margin-bottom: 150px;
  }
}
.collections-list .collections-list-holder .single-collection .collection-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .collections-list .collections-list-holder .single-collection .collection-header {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .collections-list .collections-list-holder .single-collection .collection-header {
    flex-wrap: nowrap;
  }
}
.collections-list .collections-list-holder .single-collection .collection-header h2 {
  max-width: 330px;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .collections-list .collections-list-holder .single-collection .collection-header h2 {
    width: auto;
    margin-bottom: 0px;
  }
}
.collections-list .collections-list-holder .single-collection .collection-header p {
  box-sizing: border-box;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1023px) {
  .collections-list .collections-list-holder .single-collection .collection-header p {
    max-width: 1180px;
    padding-left: 60px;
    width: auto;
  }
}
.collections-list .collections-list-holder .single-collection .collection-image {
  position: relative;
  overflow: hidden;
  padding-top: 58%;
}
.collections-list .collections-list-holder .single-collection .collection-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collection-list-anchors-holder {
  display: none;
}
@media (min-width: 768px) {
  .collection-list-anchors-holder {
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1736px;
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .collection-list-anchors-holder {
    max-width: 1710px;
    padding: 0 50px;
    margin-top: 100px;
  }
}
.collection-list-anchors-holder a {
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .collection-list-anchors-holder a {
    margin-right: 50px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .collection-list-anchors-holder a {
    margin-right: 80px;
  }
}
.collection-list-anchors-holder a:last-child {
  margin-right: 0;
}
.collection-list-anchors-holder a:hover {
  text-decoration: underline;
}

.design-textSection .container .wysiwyg h2, .design-textSection .container .wysiwyg p {
  text-align: left !important;
}
@media (min-width: 767px) {
  .design-textSection .container .wysiwyg h2, .design-textSection .container .wysiwyg p {
    text-align: center !important;
  }
}

.communityContacts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .communityContacts {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .communityContacts {
    flex-wrap: nowrap;
  }
}
.communityContacts > * {
  flex: 1;
}
@media (min-width: 1200px) {
  .communityContacts > * {
    flex: auto;
  }
}

.communityLocation {
  border: 2px solid var(--primary-color);
  padding: 30px 30px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .communityLocation {
    padding: 40px 42px;
    font-size: 18px;
    min-width: 40%;
  }
}
@media (min-width: 1200px) {
  .communityLocation {
    min-width: calc((100% - 80px) / 3);
  }
}
.communityLocation__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .communityLocation__title {
    font-size: 24px;
  }
}
.communityLocation p {
  margin-bottom: 20px;
}
.communityLocation p:last-child {
  margin-bottom: 0;
}

.communityConsultants {
  background: #F2F2F2;
  padding: 30px 30px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .communityConsultants {
    padding: 40px 42px;
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .communityConsultants {
    min-width: calc((100% - 80px) / 3);
    width: auto;
  }
}
.communityConsultants__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .communityConsultants__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.communityConsultants__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px 40px;
}
@media (min-width: 768px) {
  .communityConsultants__content {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .communityConsultants__content {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .communityConsultants--2 {
    width: calc(66% + 40px);
  }
}

.communityConsultant {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 20px;
  flex: 1;
}
@media (min-width: 1600px) {
  .communityConsultant {
    flex-direction: column;
  }
}
.communityConsultant img {
  width: 80px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .communityConsultant img {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .communityConsultant img {
    width: 100px;
  }
}
@media (min-width: 1600px) {
  .communityConsultant img {
    width: 150px;
  }
}
.communityConsultant__name {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.communityConsultant__position {
  font-weight: 700;
  margin-bottom: 10px;
}

.exploreCommunity {
  display: flex;
  flex-direction: column;
  gap: 95px;
}
@media (min-width: 768px) {
  .exploreCommunity {
    flex-direction: row;
    padding-top: 45px;
  }
}
.exploreCommunity__col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .exploreCommunity__col1 {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .exploreCommunity__col1 {
    margin-left: 35px;
  }
}
.exploreCommunity__col2 {
  flex: 1;
}

.communityAmenitiesMap {
  position: relative;
  display: flex;
  margin: 0 calc(-1 * var(--container-padding));
}
@media (min-width: 768px) {
  .communityAmenitiesMap {
    margin: 0;
  }
}

.communityStories {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .communityStories {
    flex-direction: row;
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  .communityStories {
    padding: 0;
  }
}
.communityStories:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #F2F2F2;
  width: 100vw;
  translate: -50% 0;
}
@media (min-width: 1200px) {
  .communityStories:before {
    top: 20px;
    bottom: 20px;
  }
}
.communityStories > * {
  position: relative;
  flex: 1;
  width: 100%;
}
.communityStories .storyTeaser:before {
  display: none;
}
.communityStories .storyTeaser__overlay {
  position: relative;
  padding-bottom: 77%;
}
.communityStories .storyTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.communityNewsletterSection {
  position: relative;
  padding: 100px 0;
  margin: 50px 0 4px !important;
}
@media (min-width: 768px) {
  .communityNewsletterSection {
    margin: 75px 0 4px !important;
  }
}
@media (min-width: 1600px) {
  .communityNewsletterSection {
    margin: 120px 0 4px !important;
  }
}
.communityNewsletterSection__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.communityNewsletterSection__inner {
  position: relative;
  background: #ffffff;
  max-width: 740px;
  padding: 30px;
  border-top: 3px solid var(--primary-color);
  z-index: 10;
}
@media (min-width: 768px) {
  .communityNewsletterSection__inner {
    padding: 60px;
    max-width: 740px;
  }
}
.communityNewsletterSection:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 25%, rgba(242, 242, 242, 0) 70%);
}
@media (min-width: 768px) {
  .communityNewsletterSection .fieldWrap {
    margin-bottom: 20px;
  }
}
.communityNewsletterSection .checkboxGroup {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .communityNewsletterSection .formLabel {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .communityNewsletterSection .fieldWrap__label {
    width: 140px;
  }
}

.postid-10440 .heroSection--arrow:before {
  display: none;
}
.postid-10440 .communityDescriptionSection--teaser {
  background: url("../images/tree.svg") no-repeat right -450px bottom -80px;
  background-size: 800px auto;
}
.postid-10440 .communityDescriptionSection--teaser .communityDescription__imageContainer:nth-child(1):before {
  display: none;
}

.sliderSection {
  padding: 0;
  color: #ffffff;
}

.homeSlide {
  position: relative;
}
.homeSlide__imageBlock {
  position: relative;
  overflow: hidden;
}
.homeSlide__imageBlock:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
@media (min-width: 768px) {
  .homeSlide__imageBlock:before {
    padding-bottom: 72%;
  }
}
@media (min-width: 1200px) {
  .homeSlide__imageBlock:before {
    padding-bottom: 50%;
  }
}
.homeSlide__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeSlide__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 23.6vw 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .homeSlide__overlay {
    padding: 68px 8vw;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .homeSlide__overlay {
    padding: 8vw 6.5vw;
  }
}
.homeSlide__overlay--layout1 {
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .homeSlide__overlay--layout1:before {
    content: "";
    width: 190px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 57px;
    background: url("../images/icon-arrow.png") no-repeat center;
    background-size: contain;
    z-index: 100;
  }
}
.homeSlide__overlay--layout2 {
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .homeSlide__overlay--layout2 {
    padding-bottom: 90px;
  }
}
.homeSlide__logo {
  height: 152px;
  width: auto !important;
}
@media (min-width: 768px) {
  .homeSlide__logo {
    height: 26vw;
  }
}
@media (min-width: 1024px) {
  .homeSlide__logo {
    height: 15vw;
  }
}
.homeSlide__title {
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  border-bottom: 3px solid #47beb8;
  margin-top: 10px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .homeSlide__title {
    font-size: 28px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.homeSlide__text {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  text-shadow: 0 0 23px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .homeSlide__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .homeSlide__text {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.homeSlide__text--layout1 {
  max-width: 550px;
}

.ctaBlocksSection {
  padding: 32px;
}
@media (min-width: 768px) {
  .ctaBlocksSection {
    padding: 32px 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .ctaBlocksSection {
    padding: 7.5vw 0 0 6.75vw;
  }
}
@media (min-width: 1600px) {
  .ctaBlocksSection {
    padding: 150px 0 0 135px;
  }
}

.ctaBlocks {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .ctaBlocks {
    display: flex;
  }
}

.ctaBlock {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ctaBlock {
    margin-top: 0;
    margin-left: 13px;
  }
}
@media (min-width: 1200px) {
  .ctaBlock {
    margin-left: 1.65vw;
  }
}
.ctaBlock:first-child {
  margin-top: 0;
  margin-left: 0;
}
.ctaBlock__anchor {
  display: block;
}
@media (min-width: 1200px) {
  .ctaBlock__anchor:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 23px;
    right: 23px;
    bottom: 23px;
    border: 2px solid #ffffff;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .ctaBlock__anchor:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .ctaBlock__anchor:hover:before, .ctaBlock__anchor:hover:after {
    visibility: visible;
    opacity: 1;
  }
}
.ctaBlock__image {
  width: 100%;
}
.ctaBlock__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  right: 30px;
  bottom: 15px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .ctaBlock__title {
    font-size: 24px;
    line-height: 30px;
    right: 55px;
    bottom: 38px;
  }
}
@media (min-width: 1600px) {
  .ctaBlock__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.communitiesMapSection {
  position: relative;
  margin-top: 15px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .communitiesMapSection {
    margin: 32px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .communitiesMapSection {
    margin-top: 7.5vw;
  }
}
@media (min-width: 1600px) {
  .communitiesMapSection {
    margin-top: 150px;
  }
}

.mapContainer {
  height: 525px;
}
@media (min-width: 768px) {
  .mapContainer {
    margin-right: 32px;
  }
}
@media (min-width: 1200px) {
  .mapContainer {
    margin-top: 25px;
    margin-right: 8.25vw;
  }
}
@media (min-width: 1600px) {
  .mapContainer {
    height: 760px;
    margin-right: 165px;
  }
}

.homeCommunitiesMap {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .homeCommunitiesMap {
    margin-top: 50px;
  }
}

.communitiesBlock {
  position: relative;
  padding: 40px 20px 40px 45px;
  margin: 0 15px -70px;
  background: #ffffff;
  z-index: 10;
}
@media (min-width: 768px) {
  .communitiesBlock {
    position: absolute;
    right: 0;
    top: 40px;
    width: 257px;
    margin: 0;
    padding: 45px 0 45px 60px;
  }
}
@media (min-width: 1200px) {
  .communitiesBlock {
    width: 32.75vw;
  }
}
@media (min-width: 1600px) {
  .communitiesBlock {
    padding: 40px 0 40px 95px;
    width: 655px;
    top: 50px;
  }
}
.communitiesBlock:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid var(--primary-color);
  z-index: 10;
}
@media (min-width: 768px) {
  .communitiesBlock:before {
    right: -3px;
  }
}
@media (min-width: 1200px) {
  .communitiesBlock:before {
    left: 20px;
    top: 20px;
    bottom: 20px;
  }
}
.communitiesBlock__container {
  overflow: hidden;
  max-height: 210px;
  position: relative;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .communitiesBlock__container {
    padding-right: 32px;
    max-height: 200px;
  }
}
@media (min-width: 1600px) {
  .communitiesBlock__container {
    padding: 40px 75px 40px 0;
    max-height: 440px;
  }
}
.communitiesBlock__container .ps__rail-y {
  opacity: 1;
}
.communitiesBlock__title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 1600px) {
  .communitiesBlock__title {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.communitiesBlock__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 20;
}
.communitiesBlock__item {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b2b1ac;
}
@media (min-width: 768px) {
  .communitiesBlock__item {
    padding: 0 0 23px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .communitiesBlock__item {
    padding: 0 0 35px;
    margin-bottom: 35px;
  }
}
.communitiesBlock__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.communitiesBlock__item:hover, .communitiesBlock__item.active {
  color: #78be21;
}
.communitiesBlock__item--past a:before {
  display: none;
}
.communitiesBlock__item--office {
  display: none !important;
}
.communitiesBlock__item--office.active {
  display: block !important;
  border: none;
  padding: 0;
  margin: 0;
  color: #353533;
}
.communitiesBlock__anchor {
  position: relative;
  display: block;
  color: currentColor;
}
.communitiesBlock__anchor:before {
  content: "";
  width: 40px;
  height: 10px;
  background: url("../images/arrow-teaser-default.svg") no-repeat center right;
  background-size: auto 10px;
  position: absolute;
  right: 0;
  bottom: 6px;
}
@media (min-width: 1600px) {
  .communitiesBlock__anchor:before {
    width: 108px;
    bottom: 30px;
  }
}
.communitiesBlock__name {
  display: block;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color 0.3s;
}
@media (min-width: 1600px) {
  .communitiesBlock__name {
    font-size: 28px;
    line-height: 30px;
  }
}
.communitiesBlock__location {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  color: #b2b1ac;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .communitiesBlock__location {
    font-size: 18px;
  }
}

.whySection {
  position: relative;
  padding: 80px 0 0;
}
@media (min-width: 768px) {
  .whySection {
    padding: 90px 0 0;
  }
}
@media (min-width: 1200px) {
  .whySection {
    padding-top: 7.5vw;
  }
}
@media (min-width: 1600px) {
  .whySection {
    padding-top: 150px;
  }
}
@media (min-width: 768px) {
  .whySection:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    width: 65px;
    height: 270px;
    background: url("../images/pattern.png") no-repeat center;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .whySection:before {
    width: 90px;
    height: 380px;
    top: -12px;
  }
}
.whySection__text {
  max-width: 1180px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .whySection__text {
    text-align: center;
    padding: 0 50px;
  }
}
.whySection__btnRow {
  display: flex;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .whySection__btnRow {
    justify-content: center;
  }
}

.page-template-communities .communitiesBlock {
  margin-bottom: -60px;
}
@media (min-width: 1200px) {
  .page-template-communities .communitiesBlock__title {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-communities .communitiesMapSection {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .page-template-communities .communitiesMapSection {
    margin-top: 6.25vw;
  }
}

.communitiesListSection {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .communitiesListSection {
    padding: 75px 0 0;
  }
}
@media (min-width: 1600px) {
  .communitiesListSection {
    padding: 125px 0 0;
  }
}
.communitiesListSection__text {
  max-width: 1060px;
  margin: 0 auto 4.5vw;
}
@media (min-width: 768px) {
  .communitiesListSection__text {
    text-align: center;
  }
}
.communitiesListSection .container {
  max-width: 1712px;
}

.communitiesListing {
  max-width: 1612px;
  margin: 0 auto;
}

.communitiesList--comingSoon {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .communitiesList--comingSoon {
    margin-top: 85px;
  }
}
.communitiesList--past {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .communitiesList--past {
    margin-bottom: 85px;
  }
}

.communityTeaser {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 58px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .communityTeaser {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .communityTeaser {
    display: flex;
    align-items: flex-start;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .communityTeaser {
    align-items: center;
    padding-bottom: 95px;
    margin-bottom: 95px;
  }
}
@media (min-width: 1600px) {
  .communityTeaser--past {
    padding-top: 10px;
    padding-bottom: 122px;
    margin-bottom: 122px;
  }
}
.communityTeaser__imageContainer {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .communityTeaser__imageContainer {
    width: 450px;
  }
}
.communityTeaser__imageContainer--past {
  width: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .communityTeaser__imageContainer--past {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .communityTeaser__imageContainer--past {
    width: 410px;
    max-width: none;
    align-items: center;
    margin-bottom: 0;
  }
}
.communityTeaser__image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .communityTeaser__image {
    width: 310px;
  }
}
@media (min-width: 1600px) {
  .communityTeaser__image {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .communityTeaser__text {
    flex: 1;
    margin-left: 70px;
  }
}
.communityTeaser__header {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .communityTeaser__header {
    font-size: 35px;
    line-height: 38px;
  }
}
.communityTeaser__name {
  margin-bottom: 5px;
}
.communityTeaser__location {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .communityTeaser__location {
    font-size: 28px;
    line-height: 30px;
  }
}
.communityTeaser__description {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .communityTeaser__description {
    margin-top: 25px;
  }
}
.communityTeaser__subtitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 20px 0 10px;
}
@media (min-width: 1200px) {
  .communityTeaser__subtitle {
    font-size: 30px;
    line-height: 36px;
    margin: 40px 0 20px;
  }
}
.communityTeaser__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 35px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .communityTeaser__buttons {
    gap: 15px 23px;
  }
}
.communityTeaser__buttons .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .communityTeaser__buttons .btn {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .communityTeaser__buttons .btn {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.communityTeaser:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.amenitiesSection {
  position: relative;
  padding: 50px 0 0;
  background: url("../images/amenities-section-mobile.jpg") no-repeat center 10px;
  background-size: 100% auto;
  max-height: 1100px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .amenitiesSection {
    padding: 140px 0 0;
    background-image: url("../images/amenities-section-tablet.jpg");
    background-position: center 90px;
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .amenitiesSection {
    background-image: url("../images/amenities-section.jpg");
    background-position: center bottom;
    height: 55vw;
    padding: 9vw 0;
  }
}
@media (min-width: 1600px) {
  .amenitiesSection {
    padding: 12vw 0;
    max-height: none;
  }
}
.amenitiesSection:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 65px;
  height: 165px;
  background: url("../images/pattern.png") no-repeat center bottom;
  background-size: 100% auto;
  z-index: 100;
}
@media (min-width: 768px) {
  .amenitiesSection:before {
    width: 64px;
    height: 270px;
    left: -13px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .amenitiesSection:before {
    width: 90px;
    height: 380px;
    left: -15px;
    top: 0;
  }
}
.amenitiesSection__container {
  max-width: 1120px;
}
@media (min-width: 768px) {
  .amenitiesSection__container {
    padding: 0 60px;
  }
}
.amenitiesSection h2 {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 74vw;
  text-align: center;
}
@media (min-width: 768px) {
  .amenitiesSection h2 {
    margin-bottom: 54vw;
  }
}
@media (min-width: 1200px) {
  .amenitiesSection h2 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  body.page-template-communities-past .communitiesBlock {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  body.page-template-communities-past .communitiesBlock__container {
    max-height: 270px;
  }
}
@media (min-width: 1600px) {
  body.page-template-communities-past .communitiesBlock__container {
    max-height: 410px;
  }
}
body.page-template-communities-past .communitiesBlock__container.ps--active-y {
  margin-bottom: 70px;
}
body.page-template-communities-past .communitiesBlock__btnScroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100px;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 40px auto;
  border: none;
  cursor: pointer;
  z-index: 100;
  outline: none;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  body.page-template-communities-past .communitiesBlock__btnScroll {
    left: 60px;
    width: 165px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  body.page-template-communities-past .communitiesBlock__btnScroll {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px;
  }
}

.pastCommunityTeaser {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 58px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .pastCommunityTeaser {
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .pastCommunityTeaser {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 122px;
    margin-bottom: 122px;
  }
}
.pastCommunityTeaser__imageContainer {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pastCommunityTeaser__imageContainer {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__imageContainer {
    margin-top: 120px;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser__imageContainer {
    width: 410px;
    max-width: none;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.pastCommunityTeaser__image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .pastCommunityTeaser__image {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__image {
    max-width: 300px;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser__image {
    width: auto;
  }
}
.pastCommunityTeaser__photoContainer {
  padding-bottom: 78%;
  background: no-repeat center;
  background-size: cover;
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .pastCommunityTeaser__photoContainer {
    width: 400px;
    height: 250px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__photoContainer {
    width: 600px;
    height: 375px;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser__photoContainer {
    width: 463px;
    height: 400px;
    order: 10;
    margin-left: 90px;
  }
}
@media (min-width: 768px) {
  .pastCommunityTeaser__text {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser__text {
    flex: 1;
    margin-left: 70px;
  }
}
.pastCommunityTeaser__name {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__name {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser__name {
    position: static;
  }
}
.pastCommunityTeaser__location {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 40px;
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__location {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .pastCommunityTeaser__location {
    position: static;
  }
}
.pastCommunityTeaser__description {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .pastCommunityTeaser__description {
    margin-top: 35px;
  }
}
.pastCommunityTeaser__subtitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 20px 0 10px;
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__subtitle {
    font-size: 30px;
    line-height: 36px;
    margin: 40px 0 20px;
  }
}
.pastCommunityTeaser__buttons {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .pastCommunityTeaser__buttons {
    display: flex;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__buttons {
    flex-wrap: wrap;
  }
}
.pastCommunityTeaser__buttons .btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .pastCommunityTeaser__buttons .btn {
    margin-right: 35px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .pastCommunityTeaser__buttons .btn {
    margin-right: 23px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.pastCommunityTeaser__buttons .btn:last-child {
  margin-right: 0;
}
.pastCommunityTeaser:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

@media (min-width: 1600px) {
  body.page-template-about .builderSection {
    margin-top: -35px;
  }
}

.aboutTeamSection {
  position: relative;
  background: url("../images/about-team-mobile.jpg") no-repeat center top;
  background-size: 530px auto;
  max-height: 1100px;
  padding-top: 35px;
}
@media (min-width: 530px) {
  .aboutTeamSection {
    background-image: url("../images/about-team-tablet.jpg");
    background-size: 100% auto;
    background-position: center 0;
    text-align: center;
    margin-top: 0;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .aboutTeamSection {
    background-image: url("../images/about-team.jpg");
    background-size: 143% auto;
    height: 70vw;
    padding: 6vw 0 0;
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .aboutTeamSection {
    margin-bottom: 40px;
    height: 49vw;
    background-size: 100% auto;
    margin-top: 0;
  }
}
.aboutTeamSection:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -5px;
  width: 65px;
  height: 165px;
  background: url("../images/pattern.png") no-repeat center bottom;
  background-size: 100% auto;
  z-index: 100;
}
@media (min-width: 768px) {
  .aboutTeamSection:before {
    width: 64px;
    height: 270px;
    left: -13px;
    top: -85px;
  }
}
@media (min-width: 1200px) {
  .aboutTeamSection:before {
    width: 90px;
    height: 380px;
    left: -15px;
    top: -110px;
  }
}
.aboutTeamSection__container {
  max-width: 1120px;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .aboutTeamSection__container {
    padding: 0 60px;
  }
}
.aboutTeamSection h2 {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 305px;
  text-align: center;
}
@media (min-width: 530px) {
  .aboutTeamSection h2 {
    margin-bottom: 54vw;
  }
}
@media (min-width: 1200px) {
  .aboutTeamSection h2 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .aboutSection {
    padding-top: 80px;
  }
}

.storiesGrid {
  margin: 50px -30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .storiesGrid {
    margin: 80px -63px 0;
  }
}
@media (min-width: 1200px) {
  .storiesGrid {
    margin: 100px 0 0;
  }
}
@media (min-width: 1600px) {
  .storiesGrid {
    padding: 0 50px;
  }
}

.story {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .story {
    flex-direction: row;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .story {
    width: 25%;
    order: initial !important;
  }
}
@media (min-width: 768px) {
  .story--2x1 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .story--2x1 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .story--4x2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .story--text_right {
    flex-direction: row-reverse;
  }
}
.story:nth-child(1) .storyTeaser--textType, .story:nth-child(3) .storyTeaser--textType {
  background-image: url("../images/story-teaser-bg2.jpg");
}
.story:nth-child(4) .storyTeaser--textType, .story:nth-child(6) .storyTeaser--textType {
  background-image: url("../images/story-teaser-bg.jpg");
}
@media (min-width: 768px) {
  .story:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 768px) {
  .story:nth-child(2) {
    order: 2;
  }
}
@media (min-width: 768px) {
  .story:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 768px) {
  .story:nth-child(4) {
    order: 5;
  }
}
@media (min-width: 768px) {
  .story:nth-child(5) {
    order: 4;
  }
}
@media (min-width: 768px) {
  .story:nth-child(6) {
    order: 6;
  }
}
@media (min-width: 768px) {
  .story:nth-child(7) {
    order: 7;
  }
}
@media (min-width: 768px) {
  .story:nth-child(8) {
    order: 9;
  }
}
@media (min-width: 768px) {
  .story:nth-child(9) {
    order: 8;
  }
}
@media (min-width: 768px) {
  .story:nth-child(10) {
    order: 10;
  }
}
@media (min-width: 768px) {
  .story:nth-child(11) {
    order: 11;
  }
}

.storyTeaser {
  position: relative;
  background: #f5f5f5 no-repeat center;
  background-size: cover;
  flex: 1;
}
.storyTeaser:before {
  content: "";
  display: block;
  padding-bottom: 92%;
}
.storyTeaser__overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
}
.storyTeaser__image {
  width: 100%;
}
.storyTeaser__text {
  font-size: 21px;
  line-height: 26px;
  color: #353533;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .storyTeaser__text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .storyTeaser__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .storyTeaser__text {
    font-size: 28px;
    line-height: 36px;
  }
}
.storyTeaser__name {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #353533;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .storyTeaser__name {
    margin: 0 50px;
  }
}
@media (min-width: 1600px) {
  .storyTeaser__name {
    font-size: 20px;
    line-height: 27px;
  }
}
.storyTeaser__anchorOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.storyTeaser__anchorOverlay:before, .storyTeaser__anchorOverlay:after {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: absolute;
  right: 18px;
  bottom: 23px;
}
@media (min-width: 1600px) {
  .storyTeaser__anchorOverlay:before, .storyTeaser__anchorOverlay:after {
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px;
  }
}
.storyTeaser__anchorOverlay:before {
  background: #ffffff;
  box-shadow: 0 0 10px 0.5px rgba(0, 0, 0, 0.08);
  transition: background 0.3s;
}
.storyTeaser__anchorOverlay:after {
  mask: no-repeat center;
  mask-size: 18px auto;
  background: var(--primary-color);
  transition: color 0.3s;
}
@media (min-width: 1600px) {
  .storyTeaser__anchorOverlay:after {
    mask-size: 21px auto;
  }
}
.storyTeaser--popup {
  cursor: pointer;
}
.storyTeaser--textType .storyTeaser__anchorOverlay:after {
  mask-size: 20px auto;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='11.156' y='-0.156' width='1.688' height='24'/%3E%3Crect id='Rectangle_6_copy' data-name='Rectangle 6 copy' class='cls-1' y='11' width='24' height='1.688'/%3E%3C/svg%3E");
}
.storyTeaser--videoType .storyTeaser__anchorOverlay:after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='25' viewBox='0 0 21 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0.176-.292l20.8,12.344-20.8,12.24V-0.292Z'/%3E%3C/svg%3E");
  mask-position: 55% center;
}
.storyTeaser--textType .storyTeaser__overlay {
  padding: 55px 35px;
}
@media (min-width: 768px) {
  .storyTeaser--textType .storyTeaser__overlay {
    padding: 40px 50px;
  }
}
@media (min-width: 1200px) {
  .storyTeaser--textType .storyTeaser__overlay {
    padding: 40px 30px;
  }
}
@media (min-width: 1600px) {
  .storyTeaser--textType .storyTeaser__overlay {
    padding: 40px 50px;
  }
}
.storyTeaser:hover .storyTeaser__anchorOverlay:before {
  background-color: var(--primary-color);
}
.storyTeaser:hover .storyTeaser__anchorOverlay:after {
  background-color: #ffffff;
}

.storyPopup {
  max-width: 840px;
  padding: 95px;
}
.storyPopup__text {
  position: relative;
  padding-top: 65px;
  letter-spacing: 0em;
}
.storyPopup__text:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55.187' height='45.53' viewBox='0 0 55.187 45.53'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='_' data-name='“' class='cls-1' d='M735.068,1403.28c-9.949,7.03-19.353,16.47-19.353,29.15,0,10.34,6.243,16.38,13.46,16.38a11.819,11.819,0,0,0,11.9-11.89c0-6.44-4.487-11.12-10.339-11.12a10.874,10.874,0,0,0-3.121.39c-1.746-6.97,2.186-17.05,8.429-20.96Zm30.238,0c-9.754,7.03-19.744,16.47-19.744,29.15,0,10.34,6.242,16.38,13.46,16.38a11.944,11.944,0,0,0,11.9-11.89c0-6.44-4.682-11.12-10.534-11.12a9.361,9.361,0,0,0-2.927.39c-2.176-6.66,2.578-18.03,8.82-21.93Z' transform='translate(-715.719 -1403.28)'/%3E%3C/svg%3E") no-repeat center;
  width: 58px;
  height: 48px;
  background-size: 56px auto;
}
.storyPopup__name {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 40px;
}

.page-template-about-building .builderSection {
  padding-bottom: 0;
}
@media (min-width: 1600px) {
  .page-template-about-building .navSection {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .page-template-about-financing .heroSection__overlay {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .page-template-about-financing .builderSection {
    margin-top: -65px;
  }
}
@media (min-width: 1600px) {
  .page-template-about-financing .builderSection {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .financingBenefits__intro {
    text-align: center;
  }
}
.financingBenefits__listing {
  margin: 30px auto 0;
  max-width: 930px;
}
@media (min-width: 768px) {
  .financingBenefits__listing {
    margin-top: 80px;
  }
}

.financialBenefit {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .financialBenefit {
    padding-left: 130px;
    margin-bottom: 80px;
  }
}
.financialBenefit:last-child {
  margin-bottom: 0;
}
.financialBenefit__icon {
  width: 80px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .financialBenefit__icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.mortgagePartners {
  margin-top: 60px;
  margin-bottom: 70px;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .mortgagePartners {
    margin-top: 65px;
  }
}
@media (min-width: 768px) {
  .mortgagePartners__intro {
    text-align: center;
  }
}
.mortgagePartners__listing {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mortgagePartners__listing {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -50px 0;
  }
}

.mortgagePartner {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .mortgagePartner {
    width: calc((100% - 200px) / 2);
    margin: 0 50px 60px;
  }
}
@media (min-width: 1200px) {
  .mortgagePartner {
    width: calc((100% - 300px) / 3);
  }
}
.mortgagePartner a {
  color: #78be21;
}
.mortgagePartner__title {
  margin-bottom: 25px;
}
.mortgagePartner__imageContainer {
  position: relative;
  max-width: 250px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .mortgagePartner__imageContainer {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .mortgagePartner__imageContainer {
    margin-bottom: 30px;
  }
}
.mortgagePartner__image {
  width: 100%;
}
.mortgagePartner__name {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.mortgagePartner__position {
  font-weight: 500;
}
.mortgagePartner__website {
  font-weight: 500;
  margin-top: 25px;
}

.financingConsultation {
  padding: 0;
}
@media (min-width: 1200px) {
  .financingConsultation {
    margin-top: 100px;
  }
}
.financingConsultation .container {
  background: #f6f6f6;
}
.financingConsultation__inner {
  padding: 70px 0;
}
@media (min-width: 1200px) {
  .financingConsultation__inner {
    padding: 100px 0;
  }
}
.financingConsultation__textContainer {
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .financingConsultation__textContainer {
    text-align: center;
  }
}

.consultant {
  margin: 30px auto 0;
  max-width: 525px;
}
@media (min-width: 768px) {
  .consultant {
    display: flex;
    align-items: center;
  }
}
.consultant a {
  color: #78be21;
}
.consultant__photo {
  width: 150px;
  border-radius: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .consultant__photo {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .consultant__details {
    margin-left: 50px;
    flex: 1;
  }
}
.consultant__name {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.consultant__position {
  font-weight: 500;
  margin-bottom: 5px;
}
.consultant__phone {
  margin-bottom: 5px;
}

.sectionCTA {
  margin: 40px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .sectionCTA {
    text-align: center;
  }
}

.companyCultureSection {
  background: #efefef url("../images/about-culture-bg-mobile.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .companyCultureSection {
    background-image: url("../images/about-culture-bg-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  .companyCultureSection {
    background-image: url("../images/about-culture-bg.jpg");
  }
}
@media (min-width: 1600px) {
  .companyCultureSection {
    padding: 118px 0;
  }
}

.companyCultureGrid {
  max-width: 1612px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .companyCultureGrid {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .companyCultureGrid {
    justify-content: flex-start;
  }
}
.companyCultureGrid__item {
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 28px;
  min-height: 210px;
}
@media (min-width: 768px) {
  .companyCultureGrid__item {
    width: 47%;
    margin-right: 6%;
    padding: 20px 25px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1200px) {
  .companyCultureGrid__item {
    width: 32%;
    margin-top: 2.5%;
    margin-right: 2%;
    margin-bottom: 0;
    min-height: 300px;
    padding: 20px 75px;
  }
}
.companyCultureGrid__item:nth-child(1) {
  background: transparent;
  align-items: flex-start;
  text-align: left;
  padding: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .companyCultureGrid__item:nth-child(1) {
    width: 100%;
    text-align: center;
    margin: 0 0 45px;
  }
}
@media (min-width: 768px) {
  .companyCultureGrid__item:nth-child(1) {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .companyCultureGrid__item:nth-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .companyCultureGrid__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.companyCultureGrid__item:nth-child(-n+3) {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .companyCultureGrid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.companyCultureGrid__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.companyCultureGrid__title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .companyCultureGrid__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .offersSection {
    padding-top: 85px;
  }
}
@media (min-width: 1600px) {
  .offersSection {
    padding-top: 110px;
  }
}

.offersSliderContainer {
  margin: 0 -30px;
}
@media (min-width: 1200px) {
  .offersSliderContainer {
    margin: 0;
  }
}

.offersSlider {
  max-width: 1612px;
  margin: 25px auto 0;
  background: #eeeeee;
}
@media (min-width: 768px) {
  .offersSlider {
    margin: 55px auto 0;
  }
}
@media (min-width: 1200px) {
  .offersSlider {
    margin: 40px auto 0;
  }
}
.offersSlider .owl-dots {
  bottom: 30px;
  right: 30px;
}
@media (min-width: 768px) {
  .offersSlider .owl-dots {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .offersSlider .owl-dots {
    right: 40px;
    bottom: 30px;
  }
}
.offersSlider .owl-dot {
  color: #999999;
}

.offersSlide {
  padding: 55px 30px 85px;
}
@media (min-width: 768px) {
  .offersSlide {
    text-align: center;
    padding: 80px 60px 105px;
  }
}
@media (min-width: 1600px) {
  .offersSlide {
    padding: 100px 260px 160px;
  }
}
@media (min-width: 768px) {
  .offersSlide h3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .scheduleSection {
    padding-top: 85px;
  }
}
@media (min-width: 1600px) {
  .scheduleSection {
    padding-top: 125px;
  }
}
.scheduleSection__container {
  max-width: 1190px;
}
@media (min-width: 768px) {
  .scheduleSection__container {
    padding: 0 60px;
  }
}

.scheduleList {
  list-style-type: none;
  padding: 0;
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  .scheduleList {
    margin: 30px auto 0;
  }
}
.scheduleList__item {
  border-bottom: 1px solid #dddddd;
}
.scheduleList__item:last-child {
  border: none;
}
.scheduleList__itemAnchor {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 27px 100px 27px 0;
  background: url("../images/icon-plus.svg") no-repeat right center;
}
@media (min-width: 1200px) {
  .scheduleList__itemAnchor {
    font-size: 18px;
    background-position: right 38px center;
  }
}

.schedulePopup {
  max-width: 840px;
  padding: 70px 30px 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .schedulePopup {
    padding: 95px;
  }
}

.faqGroup {
  max-width: 1346px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .faqGroup {
    margin: 0 auto 65px;
  }
}
.faqGroup__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faqGroup__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .faqGroup__title {
    margin-bottom: 0;
  }
}
.faqGroup:last-child {
  margin-bottom: 0;
}

.accordion__header {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 28px 100px 28px 0;
  outline: none;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  transition: color 0.3s;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .accordion__header {
    font-size: 18px;
  }
}
.accordion__header:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='20' viewBox='0 0 39 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Arrow_2_1' data-name='Arrow 2 1' class='cls-1' d='M0.506,0.489L19.5,15.355,38.494,0.489V4.644L19.5,19.511,0.506,4.644V0.489Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 100% auto;
  transition: transform 0.3s, background 0.3s;
}
.accordion__header:hover {
  color: #78be21;
}
.accordion__header:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='20' viewBox='0 0 39 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Arrow_2_1' data-name='Arrow 2 1' class='cls-1' d='M0.506,0.489L19.5,15.355,38.494,0.489V4.644L19.5,19.511,0.506,4.644V0.489Z'/%3E%3C/svg%3E");
}
.accordion__header.ui-state-active {
  color: #78be21;
}
.accordion__header.ui-state-active:after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='20' viewBox='0 0 39 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Arrow_2_1' data-name='Arrow 2 1' class='cls-1' d='M0.506,0.489L19.5,15.355,38.494,0.489V4.644L19.5,19.511,0.506,4.644V0.489Z'/%3E%3C/svg%3E");
}
.accordion__content {
  padding: 40px 0 20px;
}
@media (min-width: 1200px) {
  .accordion__content {
    padding: 40px;
  }
}

.modelGalleryTeasers {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .modelGalleryTeasers {
    margin: 0 -33px;
  }
}
@media (min-width: 1200px) {
  .modelGalleryTeasers {
    margin: 0 auto;
    max-width: 1850px;
  }
}

.modelGalleryTeaser {
  position: relative;
  margin-top: 6%;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
@media (min-width: 768px) {
  .modelGalleryTeaser {
    width: 46.7%;
    margin-right: 6.6%;
    margin-top: 0.6%;
  }
}
@media (min-width: 1200px) {
  .modelGalleryTeaser {
    margin-top: 2.5%;
  }
}
@media (min-width: 1600px) {
  .modelGalleryTeaser {
    width: 31.2%;
    margin-right: 3.2%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .modelGalleryTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .modelGalleryTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .modelGalleryTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .modelGalleryTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
.modelGalleryTeaser__imageContainer {
  position: relative;
  color: #ffffff;
}
.modelGalleryTeaser__image {
  width: 100%;
}
.modelGalleryTeaser__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background: #78be21;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .modelGalleryTeaser__label {
    min-height: 65px;
    font-size: 16px;
  }
}
.modelGalleryTeaser__detailsContainer {
  padding: 20px 0;
  flex: 1;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modelGalleryTeaser__detailsContainer {
    padding: 25px 0;
  }
}
.modelGalleryTeaser__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modelGalleryTeaser__title {
    margin-bottom: 25px;
  }
}
.modelGalleryTeaser__buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.modelGalleryTeaser__buttons .btn {
  margin: 0 15px 0 0;
}
@media (max-width: 1199px) {
  .modelGalleryTeaser__buttons .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .modelGalleryTeaser__buttons .btn {
    margin-right: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .modelGalleryTeaser__buttons .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modelGalleryTeaser__buttons .btn:last-child {
  margin-right: 0;
}

.gallerySection__disclaimer {
  margin: 55px auto;
  max-width: 1100px;
  text-align: center;
}
@media (min-width: 768px) {
  .gallerySection__disclaimer {
    margin: 85px auto;
  }
}
@media (min-width: 1200px) {
  .gallerySection__disclaimer {
    margin: 105px auto;
  }
}
.gallerySection__nav {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .gallerySection__nav {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .gallerySection__nav {
    margin-top: 105px;
  }
}
.gallerySection__backAnchor {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 120px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .gallerySection__backAnchor {
    font-size: 18px;
  }
}
.gallerySection__backAnchor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E") no-repeat center;
  background-size: 100% auto;
  width: 108px;
  height: 10px;
  margin-top: 1px;
}

.galleryGrid {
  max-width: 1612px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .galleryGrid {
    padding: 0;
  }
}

.galleryTeaser {
  position: relative;
  margin-top: 13%;
}
@media (min-width: 768px) {
  .galleryTeaser {
    width: 46.7%;
    margin-right: 6.6%;
    margin-top: 6.6%;
  }
}
@media (min-width: 1600px) {
  .galleryTeaser {
    width: 31.2%;
    margin-top: 3.2%;
    margin-right: 3.2%;
  }
}
.galleryTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1599px) {
  .galleryTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .galleryTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .galleryTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .galleryTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
.galleryTeaser__image {
  display: block;
  width: 100%;
}
.galleryTeaser__anchor {
  display: block;
  position: relative;
}
.galleryTeaser__anchor:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.galleryTeaser__anchor:hover:before {
  border-color: #ffffff;
}

.contactSection__container {
  max-width: 1712px;
}

.communityOffice {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .communityOffice {
    display: flex;
    padding-left: 285px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .communityOffice {
    padding-left: 32%;
  }
}
@media (min-width: 1600px) {
  .communityOffice {
    display: flex;
    padding-bottom: 95px;
    margin-bottom: 95px;
  }
}
.communityOffice:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 768px) {
  .communityOffice__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .communityOffice__title {
    margin-bottom: 20px;
  }
}
.communityOffice__image {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .communityOffice__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .communityOffice__image {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .communityOffice__details {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .communityOffice__details {
    padding: 40px 0 0;
    min-height: 400px;
  }
}
.communityOffice__address {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .communityOffice__address {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .communityOffice__address {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .communityOffice__cols {
    display: flex;
    width: 100%;
  }
}
.communityOffice__schedule {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .communityOffice__schedule {
    padding-right: 50px;
    margin-bottom: 0;
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .communityOffice__schedule {
    width: 48%;
    flex: auto;
  }
}
.communityOffice__consultants {
  display: flex;
  flex-direction: column;
  gap: 30px 6%;
}
@media (min-width: 1200px) {
  .communityOffice__consultants {
    flex-direction: row;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .communityOffice__consultants {
    flex-direction: column;
  }
}
.communityOffice__consultant {
  display: flex;
  gap: 20px;
}
@media (min-width: 1200px) {
  .communityOffice__consultant {
    min-width: 47%;
  }
}
.communityOffice__consultantPhoto {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .communityOffice__consultantPhoto {
    width: 100px;
    height: 100px;
  }
}
.communityOffice__consultantPhoto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.communityOffice__consultantContent {
  flex: 1;
}
.communityOffice__btnRow {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .communityOffice__btnRow {
    position: absolute;
    left: 0;
    top: 225px;
  }
}
@media (min-width: 1200px) {
  .communityOffice__btnRow {
    position: static;
  }
}
.communityOffice__btnRow .btn {
  min-width: 235px;
}
@media (min-width: 1200px) {
  .communityOffice__btnRow .btn {
    min-width: auto;
  }
}

@media (min-width: 1200px) {
  .otherOffices {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.otherOffices__divider {
  height: 1px;
  width: 100%;
  background: #dddddd;
  margin: 55px 0;
}
@media (min-width: 1200px) {
  .otherOffices__divider {
    margin: 65px 0;
  }
}
@media (min-width: 1600px) {
  .otherOffices__divider {
    margin: 105px 0;
  }
}
@media (min-width: 1200px) {
  .otherOffices__divider:nth-child(4n+3) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .otherOffices__divider:first-child {
    margin: 93px 0;
  }
}

.otherOffice {
  position: relative;
}
@media (min-width: 1200px) {
  .otherOffice {
    width: 50%;
  }
}
.otherOffice__title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .otherOffice__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .otherOffice__cols {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.otherOffice__col1 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .otherOffice__col1 {
    margin-bottom: 0;
    flex: 1;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .otherOffice__col2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .otherOffice__col2 {
    width: 42%;
  }
}
@media (min-width: 1200px) {
  .otherOffice:nth-child(4n+2) {
    padding-right: 9.5%;
  }
}
@media (min-width: 1200px) {
  .otherOffice:nth-child(4n+4) {
    padding-left: 9.5%;
  }
}
@media (min-width: 1200px) {
  .otherOffice:nth-child(4n+4):before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    background: #dddddd;
  }
}

.blogListingSection__container {
  max-width: 1950px;
}
.blogListingSection__nav {
  display: flex;
  justify-content: center;
  margin-top: 105px;
}
.blogListingSection__backAnchor {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 120px;
}
.blogListingSection__backAnchor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E") no-repeat center;
  background-size: 100% auto;
  width: 108px;
  height: 10px;
  margin-top: 1px;
}

.blogListing {
  display: flex;
  flex-wrap: wrap;
}

.blogTeaser {
  position: relative;
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .blogTeaser {
    margin-top: 50px;
    padding-top: 50px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .blogTeaser {
    width: 46.7%;
    margin-right: 6.6%;
    margin-top: 6.6%;
    display: block;
    border: none;
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .blogTeaser {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
}
.blogTeaser:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .blogTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .blogTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .blogTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .blogTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1599px) {
  .blogTeaser:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .blogTeaser:nth-child(n+10) {
    display: none;
  }
}
.blogTeaser__image {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .blogTeaser__image {
    width: 300px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .blogTeaser__image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .blogTeaser__title {
    margin-bottom: 20px;
  }
}
.blogTeaser__details {
  padding: 25px 20px 55px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blogTeaser__details {
    padding: 0 0 30px;
  }
}
.blogTeaser__title {
  transition: color 0.3s;
}
.blogTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.blogTeaser__anchorOverlay:before, .blogTeaser__anchorOverlay:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 108px;
  height: 20px;
  background: no-repeat center;
  background-size: 100% auto;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .blogTeaser__anchorOverlay:before, .blogTeaser__anchorOverlay:after {
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .blogTeaser__anchorOverlay:before, .blogTeaser__anchorOverlay:after {
    right: 40px;
    bottom: 10px;
  }
}
.blogTeaser__anchorOverlay:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E");
  visibility: visible;
  opacity: 1;
}
.blogTeaser__anchorOverlay:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E");
  visibility: hidden;
  opacity: 0;
}
.blogTeaser__anchorOverlay:hover:before {
  visibility: hidden;
  opacity: 0;
}
.blogTeaser__anchorOverlay:hover:after {
  visibility: visible;
  opacity: 1;
}
.blogTeaser:hover .blogTeaser__title {
  color: #78be21;
}
.blogTeaser.visible {
  display: block;
}
@media (min-width: 768px) {
  .blogTeaser.visible {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .blogTeaser.visible {
    display: block;
  }
}

.blogListingNav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blogListingNav {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .blogListingNav {
    margin-top: 110px;
  }
}

.articleSection {
  position: relative;
}
@media (min-width: 768px) {
  .articleSection {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .articleSection {
    padding-top: 100px;
  }
}
.articleSection:before {
  content: "";
  width: 80px;
  height: 750px;
  position: absolute;
  right: -1px;
  top: 20px;
  background: url("../images/icon-arrow.png") no-repeat right top;
  background-size: contain;
  z-index: 100;
}
@media (min-width: 768px) {
  .articleSection:before {
    top: 45px;
    width: 110px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .articleSection:before {
    width: 190px;
    height: 180px;
    top: 57px;
  }
}
.articleSection__container {
  max-width: 1712px;
}
.articleSection__title {
  position: relative;
  margin-bottom: 60px;
  margin-right: 60px;
  z-index: 200;
}
@media (min-width: 768px) {
  .articleSection__title {
    margin-bottom: 85px;
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 1200px) {
  .articleSection__title {
    margin-bottom: 140px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
  }
}
.articleSection__title:after {
  content: "";
  width: 80px;
  height: 5px;
  background: #78be21;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media (min-width: 768px) {
  .articleSection__title:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
  }
}
@media (min-width: 1200px) {
  .articleSection__title:after {
    bottom: -40px;
  }
}
.articleSection__imageContainer {
  padding-bottom: 94%;
  margin: 0 -30px 55px;
  background: no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .articleSection__imageContainer {
    padding: 0;
    margin: 0 0 55px;
    background: none;
  }
}
@media (min-width: 1600px) {
  .articleSection__imageContainer {
    margin-bottom: 80px;
  }
}
.articleSection__image {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .articleSection__image {
    display: block;
  }
}
.articleSection__text {
  max-width: 1280px;
  margin: 0 auto;
}

.postNav {
  margin: 45px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .postNav {
    margin: 75px 0;
  }
}
@media (min-width: 1200px) {
  .postNav {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .postNav {
    margin: 110px 0;
  }
}
.postNav__container {
  display: flex;
  justify-content: center;
}
.postNav__anchorBack {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 120px;
}
.postNav__anchorBack:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.34' height='9.5' viewBox='0 0 108.34 9.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23353533; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1816,2409.45h104.7l-3.8,3.8h2.68l4.76-4.75-4.76-4.75h-2.68l3.8,3.8H1816v1.9Z' transform='translate(-1816 -2403.75)'/%3E%3C/svg%3E") no-repeat center;
  background-size: 100% auto;
  width: 108px;
  height: 10px;
  margin-top: 1px;
}

.newsletterForm {
  max-width: 850px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .newsletterForm {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .newsletterForm {
    margin-top: 50px;
  }
}
.newsletterForm__btnRow {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .newsletterForm__btnRow {
    margin-top: 50px;
  }
}

.formRow {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .formRow {
    margin-bottom: 57px;
  }
}
.formRow .formLabel {
  margin-bottom: 10px;
}
.formRow a {
  text-decoration: underline;
}
.formRow a:hover {
  text-decoration: none;
}

.fieldWrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .fieldWrap {
    margin-bottom: 57px;
  }
}
.fieldWrap__label {
  display: block;
  width: 100px;
}
@media (min-width: 768px) {
  .fieldWrap__label {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .fieldWrap__label {
    width: 190px;
  }
}
.fieldWrap__input {
  width: auto;
  flex: 1;
  border: none;
  height: 30px;
}
.fieldWrap label.error {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .fieldWrap label.error {
    font-size: 16px;
  }
}

.formLabel {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .formLabel {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .formLabel {
    font-size: 28px;
    line-height: 30px;
  }
}
.formLabel__asterisk {
  color: var(--primary-color);
}

.checkboxGroup {
  position: relative;
}
.checkboxGroup__label {
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .checkboxGroup__label {
    margin-bottom: 40px;
  }
}
.checkboxGroup__container {
  display: flex;
  flex-direction: column;
}
.checkboxGroup__checkboxWrap {
  margin-top: 12px;
  order: 1;
}
.checkboxGroup__checkboxWrap--first {
  order: 0;
}
.checkboxGroup label.error {
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .checkboxGroup label.error {
    position: absolute;
    left: 0;
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .checkboxGroup label.error {
    font-size: 16px;
  }
}

.checkboxLabel {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.checkboxLabel--bold {
  font-weight: 700;
}
.checkboxLabel input[type=checkbox]:checked + .checkboxBox + .checkboxLabel__text {
  font-weight: 700;
}

.responsePopup {
  padding: 0;
  max-width: 840px;
  width: 100%;
  background: url("../images/popup-bg.jpg") no-repeat center;
}
.responsePopup__inner {
  padding: 70px 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
@media (min-width: 768px) {
  .responsePopup__inner {
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  .page-template-ready-built-homes .teasersCategories__item {
    margin: 10px 10px;
  }
}
@media (min-width: 768px) {
  .page-template-ready-built-homes .teasersCategories__anchor {
    min-height: 56px;
    line-height: normal;
    display: flex;
    align-items: center;
    border: 2px solid currentColor;
    padding: 0 20px;
    transition: color 0.3s, border-color 0.3s;
  }
}
@media (min-width: 1200px) {
  .page-template-ready-built-homes .teasersCategories__anchor {
    font-size: 16px;
    min-height: 60px;
    padding: 0 25px;
  }
}
.page-template-ready-built-homes .teasersCategories__anchor:hover, .page-template-ready-built-homes .teasersCategories__anchor--active {
  --color: #78be21;
  color: var(--color);
  border-color: var(--color);
}

.rbhSection {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .rbhSection {
    padding-bottom: 90px;
  }
}
@media (min-width: 1600px) {
  .rbhSection {
    padding-bottom: 140px;
  }
}

.rbhWrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .rbhWrapper {
    padding-left: 56.5%;
    min-height: calc((45vw - 100px) * 1.02);
  }
}
@media (min-width: 1712px) {
  .rbhWrapper {
    min-height: 682px;
  }
}

.rbhDetails {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .rbhDetails {
    margin-bottom: 35px;
    min-height: calc((58vw - 126px - 38px) * 0.94);
    margin-left: 55%;
  }
}
@media (min-width: 1200px) {
  .rbhDetails {
    position: static;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    min-height: auto;
  }
}
.rbhDetails__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .rbhDetails__price {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .rbhDetails__price {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
.rbhDetails__priceLabel {
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .rbhDetails__priceLabel {
    font-size: 18px;
  }
}
.rbhDetails__oldPrice {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #d40000;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .rbhDetails__oldPrice {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .rbhDetails__oldPrice {
    font-size: 18px;
    margin-top: 10px;
  }
}
.rbhDetails__galleryContainer {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .rbhDetails__galleryContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .rbhDetails__galleryContainer {
    width: 51%;
    left: 0;
  }
}
.rbhDetails__galleryContainer .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 12px;
  display: flex;
}
@media (min-width: 1200px) {
  .rbhDetails__galleryContainer .owl-dots {
    bottom: 15px;
    right: 22px;
  }
}
.rbhDetails__galleryContainer .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 10px;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .rbhDetails__galleryContainer .owl-dot {
    margin-left: 12px;
  }
}
.rbhDetails__galleryContainer .owl-dot.active {
  background: var(--primary-color);
}
.rbhDetails__galleryContainer:has(.rbhDetails__promoBanner) .rbhDetails__awardLogo {
  top: 35px;
}
.rbhDetails__promo {
  background: #63d6ef;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;*/
}
@media (min-width: 768px) {
  .rbhDetails__promo {
    font-size: 12px;
    min-height: 38px;
  }
}
@media (min-width: 1200px) {
  .rbhDetails__promo {
    font-size: 24px;
    min-height: 82px;
  }
}
.rbhDetails__promoBanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  padding: 0 10px;
  background: #78be21;
  text-align: center;
  z-index: 10;
}
.rbhDetails__awardLogo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  max-width: 40%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .rbhDetails__awardLogo {
    padding: 20px;
  }
}
.rbhDetails__awardLogo img {
  max-height: 66px;
  width: 100%;
}
.rbhDetails__galleryItem {
  position: relative;
  padding-bottom: 83%;
  overflow: hidden;
}
.rbhDetails__galleryItem img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rbhDetails__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.04em;
  padding: 0 15px;
  background: rgba(137, 137, 137, 0.8);
  color: #ffffff;
  width: 100%;
}
@media (min-width: 1200px) {
  .rbhDetails__label {
    font-size: 18px;
    z-index: 500;
    padding-right: 150px;
  }
}
.rbhDetails__label--type2 {
  background: rgba(120, 190, 33, 0.8);
}
.rbhDetails__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 15px 16px;
  font-weight: 300;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  padding-right: 120px;
  line-height: normal;
  font-size: 12px;
}
.rbhDetails__community {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .rbhDetails__community {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .rbhDetails__community {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
  }
}
.rbhDetails__markerIcon {
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .rbhDetails__markerIcon {
    font-size: 28px;
  }
}
.rbhDetails__category, .rbhDetails__sq {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .rbhDetails__category, .rbhDetails__sq {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.rbhDetails__meta {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (min-width: 768px) {
  .rbhDetails__meta {
    max-width: 270px;
  }
}
@media (min-width: 1200px) {
  .rbhDetails__meta {
    max-width: none;
    margin-top: 35px;
  }
}
.rbhDetails__metaItem {
  margin-right: 45px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .rbhDetails__metaItem {
    margin-right: 55px;
  }
}
.rbhDetails__metaItem:nth-child(n+2) {
  margin-bottom: 0;
}
.rbhDetails__metaIcon {
  font-size: 18px;
  color: #b2b1ac;
  margin-right: 8px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .rbhDetails__metaIcon {
    font-size: 22px;
  }
}
.rbhDetails__btnRow {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .rbhDetails__btnRow {
    display: flex;
  }
}

.rbhFloorplans {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .rbhFloorplans {
    position: relative;
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .rbhFloorplans {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .rbhFloorplans__downloadBtn {
    position: absolute;
    right: 0;
    top: -5px;
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .rbhFloorplans__downloadBtn {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .rbhFloorplans__downloadBtn {
    top: 30px;
  }
}
.rbhFloorplans__title {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding: 28px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rbhFloorplans__title {
    text-align: left;
    padding: 30px 0;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .rbhFloorplans__title {
    font-size: 35px;
    padding: 40px 0;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .rbhFloorplans__floorplans {
    display: flex;
    flex-wrap: wrap;
  }
}
.rbhFloorplans__floorplan {
  margin: 0 auto 25px;
  text-align: center;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .rbhFloorplans__floorplan {
    max-width: none;
    width: 27%;
    margin-left: 0;
    margin-right: 9.5%;
  }
  .rbhFloorplans__floorplan:nth-child(3n) {
    margin-right: 0;
  }
}
.rbhFloorplans__floorplan:last-child {
  margin-bottom: 0;
}
.rbhFloorplans__floorplanTitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .rbhFloorplans__floorplanTitle {
    margin-bottom: 30px;
  }
}
.rbhFloorplans__floorplanImage {
  width: 100%;
}

.contactSalesSection {
  padding: 0;
}
.contactSalesSection__container {
  max-width: 1612px;
  padding-top: 50px;
  padding-bottom: 60px;
  background: #eeeeee;
}
.contactSalesSection__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 8%;
}
.contactSalesSection__textCol {
  width: 100%;
}
@media (min-width: 1200px) {
  .contactSalesSection__textCol {
    width: 32%;
  }
}
.contactSalesSection__contactsCol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--container-padding);
}
@media (min-width: 1200px) {
  .contactSalesSection__contactsCol {
    width: auto;
  }
}
.contactSalesSection__contactsCol > * {
  width: 100%;
}
@media (min-width: 768px) {
  .contactSalesSection__contactsCol > * {
    width: auto;
    flex: 1;
  }
}

.finishesSection {
  text-align: center;
  padding-top: 0;
  margin-bottom: 50px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .finishesSection {
    margin-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .finishesSection {
    margin-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .finishesSection {
    margin-bottom: 120px;
  }
}
@media (min-width: 1900px) {
  .finishesSection {
    margin-bottom: 160px;
  }
}
.finishesSection__container {
  max-width: 1612px;
  padding-top: 50px;
  padding-bottom: 60px;
  background: #000000 url("../images/cta4.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .finishesSection__container {
    padding-top: 85px;
    padding-bottom: 95px;
  }
}
@media (min-width: 1600px) {
  .finishesSection__container {
    padding-top: 100px;
    padding-bottom: 105px;
  }
}
.finishesSection__btnRow {
  display: flex;
  justify-content: center;
}
@media (min-width: 1600px) {
  .finishesSection__btnRow {
    margin-top: 40px;
  }
}

.page-template-covid-form .siteHeader__logo {
  margin: 0 auto;
}
.page-template-covid-form .siteFooter {
  background: #eeeeee;
  color: #727272;
  text-align: center;
  padding: 25px 0;
  margin: 0;
  min-height: auto;
}
@media (min-width: 768px) {
  .page-template-covid-form .siteFooter {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-covid-form .siteFooter {
    padding: 100px 0 55px;
  }
}
.page-template-covid-form .siteFooter .container {
  max-width: 1060px;
}
.page-template-covid-form .footerCopyright {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-template-covid-form .footerCopyright {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-covid-form .footerCopyright {
    position: static;
  }
}
.page-template-covid-form .footerCopyright br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-covid-form .footerCopyright br {
    display: block;
  }
}
.page-template-covid-form .footerCopyright__logo {
  width: 76px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .page-template-covid-form .footerCopyright__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .page-template-covid-form .footerCopyright__logo {
    top: 55px;
    bottom: auto;
    transform: translateX(-50%);
  }
}
.page-template-covid-form .footerCopyright__truedotdesign {
  margin: 0;
}
@media (min-width: 1200px) {
  .page-template-covid-form .footerCopyright__truedotdesign {
    position: static;
  }
}
.page-template-covid-form .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.covidFormSection {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .covidFormSection {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .covidFormSection {
    padding-bottom: 120px;
  }
}
.covidFormSection .container {
  max-width: 1060px;
}
@media (min-width: 1200px) {
  .covidFormSection .articleSection__title {
    margin-bottom: 105px;
  }
}
.covidFormSection__intro {
  position: relative;
  background: #f5f5f5;
  margin: 0 -30px 35px;
  padding: 100px 30px 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .covidFormSection__intro {
    margin: 0 0 55px;
    font-size: 28px;
    line-height: 32px;
    padding: 72px 30px 70px 160px;
  }
}
@media (min-width: 1200px) {
  .covidFormSection__intro {
    margin: 0 -110px 55px;
  }
}
.covidFormSection__intro:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  border: 1px solid #b2b1ac;
  left: -5px;
  right: -5px;
}
@media (min-width: 768px) {
  .covidFormSection__intro:before {
    left: 20px;
    right: 20px;
  }
}
.covidFormSection__introIcon {
  color: #78be21;
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 45px;
}
@media (min-width: 768px) {
  .covidFormSection__introIcon {
    font-size: 60px;
    top: 70px;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .covidFormSection__introIcon {
    left: 70px;
  }
}
.covidFormSection h2 {
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .covidFormSection h2 {
    font-size: 28px;
  }
}
.covidFormSection .fieldsGroup {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .covidFormSection .fieldsGroup {
    margin-bottom: 80px;
  }
}
.covidFormSection .fieldsGroup:last-child {
  margin-bottom: 0;
}
.covidFormSection .wpcf7 {
  margin-top: -5px;
}
@media (min-width: 768px) {
  .covidFormSection .wpcf7 {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .covidFormSection .wpcf7 {
    margin-top: 55px;
  }
}
.covidFormSection .formLabel {
  font-size: 21px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .covidFormSection .formLabel {
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .covidFormSection .formLabel {
    font-size: 28px;
  }
}
.covidFormSection .dateFieldWrap {
  width: 190px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .covidFormSection .dateFieldWrap {
    width: 370px;
    display: flex;
    left: 105px;
    white-space: nowrap;
    bottom: 40px;
  }
}
@media (min-width: 768px) {
  .covidFormSection .dateFieldWrap > div {
    margin-right: 10px;
  }
}
.covidFormSection .checkboxGroup {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .covidFormSection .checkboxGroup {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .covidFormSection .checkboxGroup {
    margin-bottom: 53px;
  }
}
.covidFormSection .wpcf7-list-item {
  display: block;
  margin: 0 0 13px;
}
.covidFormSection .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.covidFormSection .wpcf7-list-item input[type=radio] {
  display: none;
}
.covidFormSection .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #353533;
}
.covidFormSection .wpcf7-list-item-label {
  position: relative;
  padding-left: 37px;
}
.covidFormSection .wpcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #cccccc;
  border: 2px solid #ffffff;
  background: #ffffff;
  position: absolute;
  left: 5px;
  top: 0;
}
.covidFormSection input[type=text],
.covidFormSection input[type=email],
.covidFormSection input[type=tel],
.covidFormSection input[type=date] {
  border: none;
  border-bottom: 2px solid #cccccc;
}
.covidFormSection .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .covidFormSection .wpcf7-form-control-wrap.projectName {
    margin-left: 20px;
  }
}
.covidFormSection select {
  height: 60px;
  border: none;
  border-bottom: 2px solid #cccccc;
  width: 100%;
  margin: -25px 0 10px;
  background: url("../images/select-arrow.svg") no-repeat right center;
  background-size: 26px auto;
}
@media (min-width: 768px) {
  .covidFormSection select {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .covidFormSection select {
    margin: 0;
  }
}
.covidFormSection .fieldWrap {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .covidFormSection .fieldWrap {
    flex-wrap: nowrap;
    margin-bottom: 53px;
  }
}
.covidFormSection .fieldWrap__label {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .covidFormSection .fieldWrap__label {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    white-space: nowrap;
  }
}
.covidFormSection .fieldWrap__note {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .covidFormSection .fieldWrap--whatHouses {
    flex-wrap: wrap;
    position: relative;
  }
}
@media (min-width: 768px) {
  .covidFormSection .fieldWrap--whatHouses .fieldWrap__label {
    width: 280px;
    white-space: normal;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .covidFormSection .fieldWrap--whatHouses .fieldWrap__label {
    width: 650px;
  }
}
@media (min-width: 768px) {
  .covidFormSection .fieldWrap--whatHouses .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 300px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .covidFormSection .fieldWrap--whatHouses .wpcf7-form-control-wrap {
    left: 670px;
  }
}
.covidFormSection .btnRow {
  margin-top: 55px;
}
.covidFormSection .btnWrap {
  display: inline-block;
  position: relative;
}
.covidFormSection .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

body.page-template-design-studio .builderSection {
  padding-bottom: 0;
}

.page-template-neighbourhood .heroSection__overlay {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-neighbourhood .heroSection__overlay {
    padding-bottom: 105px;
  }
}
@media (min-width: 1200px) {
  .page-template-neighbourhood .heroSection__overlay {
    padding-bottom: 10.5vw;
  }
}
.page-template-neighbourhood .heroSection__btnRow {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .page-template-neighbourhood .heroSection__btnRow {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .page-template-neighbourhood .textSection {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-template-neighbourhood .whyChooseSection__intro {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-template-neighbourhood .callToAction {
    text-align: center;
  }
}
.page-template-neighbourhood .siteFooter {
  margin-top: 0;
}

.neighbourhoodSlider {
  background: #eeeeee;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .neighbourhoodSlider {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .neighbourhoodSlider {
    margin-top: 90px;
  }
}
.neighbourhoodSlider__slide {
  padding: 80px 0;
}
.neighbourhoodSlider__slideInner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 10%;
}
@media (min-width: 1200px) {
  .neighbourhoodSlider__slideInner {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .neighbourhoodSlider__image {
    width: 38% !important;
  }
}
@media (min-width: 768px) {
  .neighbourhoodSlider__text {
    flex: 1;
  }
}
.neighbourhoodSlider .owl-dots {
  bottom: 30px;
  right: 30px;
}
@media (min-width: 768px) {
  .neighbourhoodSlider .owl-dots {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .neighbourhoodSlider .owl-dots {
    right: 40px;
    bottom: 30px;
  }
}
.neighbourhoodSlider .owl-dot {
  color: #999999;
}

.callToAction {
  padding: 80px 0;
  background: #f6f6f6;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .callToAction {
    margin-top: 90px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .callToAction {
    margin-top: 130px;
  }
}
.callToAction__text h2 {
  text-transform: none;
}
.callToAction__text p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.callToAction__buttons {
  display: flex;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .callToAction__buttons {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .page-template-back-to-backs h2 + p:has(.btn):not(:first-child) {
    margin-top: 35px;
  }
}
@media (min-width: 1600px) {
  .page-template-back-to-backs h2 + p:has(.btn):not(:first-child) {
    margin-top: 45px;
  }
}
.page-template-back-to-backs .wysiwyg a,
.page-template-back-to-backs .formLabel__asterisk {
  color: #ffa400;
}
.page-template-back-to-backs .rbhDetails__galleryContainer .owl-dot.active {
  background-color: #ffa400;
}
.page-template-back-to-backs .btn {
  color: #ffa400 !important;
  border-color: #ffa400 !important;
}
@media (hover: hover) {
  .page-template-back-to-backs .btn:hover {
    background-color: #ffa400 !important;
    color: #ffffff !important;
  }
}
.page-template-back-to-backs #main {
  padding-top: 0;
}
.page-template-back-to-backs .section {
  position: relative;
  margin: 55px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .section {
    margin: 85px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .section {
    margin: 120px 0;
  }
}
@media (min-width: 1600px) {
  .page-template-back-to-backs .section {
    margin: 160px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .section__artHeart {
    width: 20vw;
    height: 22vw;
    background: url("../images/graphics.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    translate: 7% -56%;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .section__artAsterisk {
    width: 32.7vw;
    height: 17.25vw;
    background: url("../images/asterisk.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    translate: -13% -56%;
  }
}
.page-template-back-to-backs .heroSection {
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .heroSection:before {
    content: "";
    position: absolute;
    left: 0;
    top: -75px;
    width: 478px;
    height: 246px;
    background: url("../images/rainbow.png") no-repeat center;
    background-size: cover;
    z-index: 100;
  }
}
.page-template-back-to-backs .heroSection__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__container {
    display: block;
    height: auto;
    margin: 50px auto;
  }
}
.page-template-back-to-backs .heroSection__image {
  aspect-ratio: 100/131.5;
  position: static;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__image {
    position: absolute;
    aspect-ratio: auto;
  }
}
.page-template-back-to-backs .heroSection__overlay {
  color: currentColor;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.4) 100%);
    justify-content: center;
    color: #ffffff;
    padding: 0;
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  .page-template-back-to-backs .heroSection__overlay {
    min-height: 875px;
  }
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__overlay--teaser {
    padding: 7vw 0 4vw;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .heroSection__overlay--teaser {
    padding: 6vw 0;
  }
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__overlay--teaser .heroSection__logo {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__overlay--teaser .heroSection__btnRow {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .page-template-back-to-backs .heroSection__overlay--teaser .btn {
    border-color: #f1af00;
    color: #f1af00;
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: 30px;
  }
  .page-template-back-to-backs .heroSection__overlay--teaser .btn:hover {
    color: #ffffff;
    background-color: #f1af00;
  }
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__overlay--teaser .btn {
    border-color: #ffffff;
    color: #ffffff;
  }
  .page-template-back-to-backs .heroSection__overlay--teaser .btn:hover {
    color: #f1af00;
    background-color: #ffffff;
  }
}
.page-template-back-to-backs .heroSection__logo {
  object-fit: contain;
  max-height: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% calc(-67.5vw - 50%);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__logo {
    max-height: 180px;
    position: static;
    translate: none;
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .page-template-back-to-backs .heroSection__logo {
    max-height: 280px;
    margin-bottom: 95px;
  }
}
.page-template-back-to-backs .heroSection__title {
  color: currentColor;
  text-shadow: none;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__title {
    color: #ffffff;
    text-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
  }
}
.page-template-back-to-backs .heroSection__subtitle {
  text-transform: none;
  color: currentColor;
  text-shadow: none;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .heroSection__subtitle {
    color: #ffffff;
    text-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .heroSection__subtitle {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    margin-top: 50px;
  }
}
.page-template-back-to-backs .rbhDetails__galleryContainer {
  position: relative;
  inset: auto;
  width: 100%;
}
.page-template-back-to-backs .newsletterFormSection {
  background: #f9fafb url("../images/form-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 55px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .newsletterFormSection {
    padding: 85px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-back-to-backs .newsletterFormSection {
    padding: 120px 0;
  }
}
@media (min-width: 1600px) {
  .page-template-back-to-backs .newsletterFormSection {
    padding: 160px 0;
  }
}
.page-template-back-to-backs .siteFooter {
  background: transparent;
  text-align: center;
  color: currentColor;
  margin: 0;
  min-height: auto;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .page-template-back-to-backs .siteFooter {
    padding: 80px 0;
  }
}
.page-template-back-to-backs .siteFooter__logo {
  width: 290px;
  margin-bottom: 50px;
}
@media (min-width: 1600px) {
  .page-template-back-to-backs .siteFooter br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-back-to-backs .siteFooter br:first-child {
    display: none;
  }
}

.twoCols {
  display: flex;
  flex-direction: column;
  gap: 30px 50px;
}
@media (min-width: 1024px) {
  .twoCols {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .twoCols__textCol {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 670px;
  }
}
.twoCols__imageCol {
  width: 100%;
}
@media (min-width: 1024px) {
  .twoCols__imageCol {
    width: 49%;
    min-width: 1px;
  }
}
@media (min-width: 1024px) {
  .twoCols--reverse {
    flex-direction: row-reverse;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.pagination--numbers .owl-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  display: flex;
}
@media (min-width: 768px) {
  .pagination--numbers .owl-dots {
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .pagination--numbers .owl-dots {
    right: 50px;
    bottom: 40px;
  }
}
.pagination--numbers .owl-dot {
  width: 25px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  font-size: 17px;
  color: currentColor;
  text-align: right;
  margin-left: 42px;
  transition: width 0.3s, color 0.3s, border-bottom-color 0.3s, margin-left 0.3s;
}
@media (min-width: 1200px) {
  .pagination--numbers .owl-dot {
    margin-left: 50px;
    font-size: 18px;
  }
}
.pagination--numbers .owl-dot.active {
  width: 80px;
  margin-left: 15px;
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}
@media (min-width: 1200px) {
  .pagination--numbers .owl-dot.active {
    width: 125px;
  }
}

.fancybox-close-small {
  position: absolute;
  opacity: 1;
}
.fancybox-close-small:before, .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 30px;
  height: 2px;
  background: #353533;
}
.fancybox-close-small:before {
  rotate: 45deg;
}
.fancybox-close-small:after {
  rotate: -45deg;
}

.fancybox-slide--html {
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small {
  width: 85px;
  height: 85px;
  padding: 18px;
}
.fancybox-slide--html .fancybox-close-small svg {
  fill: #353533;
}

@media (min-width: 1200px) {
  .fancybox-slide--image {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.fancybox-slide--image .fancybox-content {
  margin: 64px 0;
}
@media (min-width: 1200px) {
  .fancybox-slide--image .fancybox-content {
    margin: 0;
  }
}
.fancybox-slide--image .fancybox-close-small {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 12px;
  top: -64px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    background: #ffffff;
  }
}
.fancybox-slide--image .fancybox-close-small svg {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .fancybox-slide--image .fancybox-close-small svg {
    color: #353533;
  }
}
.fancybox-slide--image .fancyboxNav {
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .fancybox-slide--image .fancyboxNav {
    display: none;
  }
}

.fancybox-navigation {
  display: none;
}
@media (min-width: 1200px) {
  .fancybox-navigation {
    display: block;
  }
}

.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
  padding: 0;
  background: transparent;
  height: 64px;
  width: 64px;
  margin: 0 32px;
}
.fancybox-button--arrow_right:before,
.fancybox-button--arrow_left:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.188' height='22.79' viewBox='0 0 10.188 22.79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M135.707,1670.6l-8.232,11.39,8.232,11.39H133.76l-8.232-11.39,8.232-11.39h1.947Z' transform='translate(-125.531 -1670.59)'/%3E%3C/svg%3E") no-repeat center;
  background-size: auto 100%;
  transition: transform 0.3s, background 0.3s;
}
@media (min-width: 1200px) {
  .fancybox-button--arrow_right:before,
  .fancybox-button--arrow_left:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='20' viewBox='0 0 39 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Arrow_2_1' data-name='Arrow 2 1' class='cls-1' d='M0.506,0.489L19.5,15.355,38.494,0.489V4.644L19.5,19.511,0.506,4.644V0.489Z'/%3E%3C/svg%3E") no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

.fancybox-button--arrow_left:before {
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .fancybox-button--arrow_left:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 20px 23px !important;
}
@media (min-width: 1200px) {
  .gm-style .gm-style-iw-c {
    padding: 23px 33px !important;
  }
}
.gm-style .gm-style-iw-c button {
  display: none !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 0;
  border: none;
  color: red;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

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