.c__hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

.l__wrap {
  position: relative;
}

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

.l__gridmaintain {
  height: 100%;
}

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

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

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

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

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

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

body:not(.wp-admin) {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  -webkit-font-smoothing: antialised;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #494B52;
}

#site-content {
  overflow: hidden;
  width: 100%;
  float: left;
}

.skip-to-content-link {
  left: 1em;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 9999;
}
.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.entry-content {
  margin-bottom: 6rem;
}
.entry-content .l__contain, .entry-content .wp-block-columns {
  padding: 0;
}

.btn, .gform_footer .gform_button, .gform_footer input[type=submit] {
  display: inline-block;
  line-height: 26px;
  padding: 9.5px 3em;
  text-align: center;
  text-transform: none;
  outline: 0;
  border: solid 2px #FECB00;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.btn::after, .gform_footer .gform_button::after, .gform_footer input[type=submit]::after {
  content: "";
  background-image: url("../images/icons/arrow-icon-dark.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
}

.btn:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover {
  text-decoration: none;
}
.btn--standard {
  background-color: #FECB00;
  border-color: #FECB00;
  color: #494B52;
}
.btn--standard:hover, .btn--standard.active {
  background-color: #fff;
}
.btn--standard:hover::after, .btn--standard.active::after {
  background-color: #FECB00;
}
.btn--secondary {
  background-color: #5A9DAB;
  border-color: #5A9DAB;
  color: #fff;
  padding: 10px 5rem 10px 3rem;
}
.btn--secondary::after {
  background-image: url("../images/icons/arrow-icon.svg");
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary.active {
  text-decoration: underline;
  color: #5A9DAB;
  border-color: #5A9DAB;
  background-color: #fff;
}
.btn--secondary:hover::after, .btn--secondary:focus::after, .btn--secondary.active::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
.btn--tertiary {
  border: 0;
  max-width: initial;
  padding: 0 2.5em;
  width: auto;
}
.btn--tertiary::after {
  background-image: url("../images/icons/arrow-icon-dark.svg");
  right: 0;
}
.btn--tertiary:hover, .btn--tertiary:focus, .btn--tertiary.active {
  text-decoration: underline;
}
.btn--tertiary:hover::after, .btn--tertiary:focus::after, .btn--tertiary.active::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
.btn--tertiary-play {
  border: 0;
  max-width: initial;
  padding: 0 2.5em;
  width: auto;
}
.btn--tertiary-play::after {
  background-image: url("../images/icons/play-icon.svg");
  background-size: 26px;
  right: 0;
  height: 26px;
  width: 26px;
}
.btn--tertiary-play:hover, .btn--tertiary-play:focus, .btn--tertiary-play.active {
  text-decoration: underline;
}
.btn--form, .gform_footer .gform_button, .gform_footer input[type=submit] {
  background-color: #DEF3F7;
  border-color: #DEF3F7;
  color: #494B52;
}
.btn--form:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover, .btn--form.active, .gform_footer .active.gform_button, .gform_footer input.active[type=submit] {
  background-color: #fff;
}
.btn--download {
  background-color: #5A9DAB;
  border-color: #5A9DAB;
  color: #fff;
  text-align: left;
  line-height: 26px;
  height: auto;
}
.btn--download::after {
  background-image: url("../images/icons/arrow-icon.svg");
  background-size: 15px;
  width: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: unset;
}
.btn--download:hover, .btn--download:focus, .btn--download.active {
  text-decoration: underline;
  color: #5A9DAB;
  border-color: #5A9DAB;
  background-color: #fff;
}
.btn--download:hover::after, .btn--download:focus::after, .btn--download.active::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}

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

.play-btn {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  padding-right: 40px;
}
.play-btn::before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #5A9DAB;
}
.play-btn:hover {
  text-decoration: underline;
}
.play-btn:hover::before {
  background-color: #5A9DAB;
}
.play-btn:hover::after {
  border-left-color: #fff;
}

.m__pagination {
  float: left;
  display: block;
  margin: 1em auto 2em;
  border: 1px solid #494B52;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}
.m__pagination ul {
  margin: 0;
  padding: 0;
}
.m__pagination ul li {
  display: inline-block;
}
.m__pagination ul li a,
.m__pagination ul li .page-numbers {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  border: 0;
  margin: 0 2px;
  border-radius: 50%;
  color: #494B52;
}
.m__pagination ul li a:not(.current):hover,
.m__pagination ul li .page-numbers:not(.current):hover {
  background-color: #5A9DAB;
  color: #fff;
}
.m__pagination ul li a.next, .m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.next,
.m__pagination ul li .page-numbers.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  background-color: #5A9DAB;
}
.m__pagination ul li a.next:hover, .m__pagination ul li a.prev:hover,
.m__pagination ul li .page-numbers.next:hover,
.m__pagination ul li .page-numbers.prev:hover {
  background-color: rgba(90, 157, 171, 0.5);
}
.m__pagination ul li a.next::before, .m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.next::before,
.m__pagination ul li .page-numbers.prev::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icons/arrow-icon.svg") center/11px no-repeat;
}
.m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.m__pagination ul li .current {
  background-color: #5A9DAB;
  color: #fff;
}
.m__pagination ul li .current::after {
  width: 100%;
}

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

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

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[data-anim][data-anim__delay="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
[data-anim][data-anim__duration="1"] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
[data-anim][data-anim__delay="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
[data-anim][data-anim__duration="2"] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
[data-anim][data-anim__delay="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
[data-anim][data-anim__duration="3"] {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
[data-anim][data-anim__delay="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
[data-anim][data-anim__duration="4"] {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
[data-anim][data-anim__delay="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
[data-anim][data-anim__duration="5"] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
[data-anim][data-anim__delay="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
[data-anim][data-anim__duration="6"] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
[data-anim][data-anim__delay="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
[data-anim][data-anim__duration="7"] {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
[data-anim][data-anim__delay="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
[data-anim][data-anim__duration="8"] {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
[data-anim][data-anim__delay="9"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
[data-anim][data-anim__duration="9"] {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
[data-anim][data-anim__delay="10"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
[data-anim][data-anim__duration="10"] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
[data-anim][data-anim__delay="11"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
[data-anim][data-anim__duration="11"] {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
[data-anim][data-anim__delay="12"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
[data-anim][data-anim__duration="12"] {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
[data-anim][data-anim__delay="13"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
[data-anim][data-anim__duration="13"] {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
[data-anim][data-anim__delay="14"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
[data-anim][data-anim__duration="14"] {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
[data-anim][data-anim__delay="15"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
[data-anim][data-anim__duration="15"] {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__animate=true][data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim][data-anim__animate=true][data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim][data-anim__animate=true][data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__iteration=infinte] {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

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

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

.c__tease {
  height: 100%;
  position: relative;
}
.c__tease a {
  display: block;
  height: 100%;
  border-radius: 12px;
}
.c__tease__item {
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c__tease__img {
  position: relative;
  border-radius: 12px;
  float: left;
  width: 21%;
  margin-right: 5%;
}
.c__tease__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c__tease__content {
  float: left;
  width: 65%;
  position: relative;
}
.c__tease__content span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 24px;
}
.c__tease__content h4 {
  padding-top: 30px;
}
.c__tease__content p:last-of-type {
  margin: 0;
}
.c__tease__content time {
  display: block;
  margin: 0 0 1em;
}
.c__tease__content .btn, .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1020px) {
  .c__tease__content .btn, .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
    width: 100%;
  }
}
.c__tease--developments .c__tease__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
}
.c__tease--developments .c__tease__item .l__row:last-child {
  height: 100%;
}
.c__tease--developments .c__tease__item .l__row:last-child > div {
  height: inherit;
}
.c__tease--developments .c__tease__img {
  width: 100%;
  height: 175px;
  margin-bottom: 2rem;
}
.c__tease--developments .c__tease__img::before {
  padding-top: 0;
}
.c__tease--developments .c__tease__content {
  width: 100%;
}
@media (min-width: 1021px) {
  .c__tease--developments .c__tease__content {
    padding-left: 32px;
  }
}
.c__tease--developments .c__tease__content h4 {
  font-size: 24px;
  padding-top: 0.5em;
}
.c__tease--developments .c__tease__location {
  font-weight: 900;
}
.c__tease--developments .l__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c__tease--developments .btn, .c__tease--developments .gform_footer .gform_button, .gform_footer .c__tease--developments .gform_button, .c__tease--developments .gform_footer input[type=submit], .gform_footer .c__tease--developments input[type=submit] {
  margin-top: auto;
  max-width: 100%;
  text-align: left;
  width: 100%;
  background-color: #E6E7EB;
  color: #2c2c32;
  border-color: #E6E7EB;
}
.c__tease--developments .btn::after, .c__tease--developments .gform_footer .gform_button::after, .gform_footer .c__tease--developments .gform_button::after, .c__tease--developments .gform_footer input[type=submit]::after, .gform_footer .c__tease--developments input[type=submit]::after {
  background-image: url("../images/icons/arrow-icon-dark.svg");
  background-size: 13px;
  -webkit-transition: background-color ease-in-out 0.5s;
  transition: background-color ease-in-out 0.5s;
}
.c__tease--developments:hover .c__tease__item, .c__tease--developments:focus .c__tease__item, .c__tease--developments:active .c__tease__item {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.c__tease--developments:hover .btn, .c__tease--developments:hover .gform_footer .gform_button, .gform_footer .c__tease--developments:hover .gform_button, .c__tease--developments:hover .gform_footer input[type=submit], .gform_footer .c__tease--developments:hover input[type=submit], .c__tease--developments:focus .btn, .c__tease--developments:focus .gform_footer .gform_button, .gform_footer .c__tease--developments:focus .gform_button, .c__tease--developments:focus .gform_footer input[type=submit], .gform_footer .c__tease--developments:focus input[type=submit], .c__tease--developments:active .btn, .c__tease--developments:active .gform_footer .gform_button, .gform_footer .c__tease--developments:active .gform_button, .c__tease--developments:active .gform_footer input[type=submit], .gform_footer .c__tease--developments:active input[type=submit] {
  text-decoration: none;
  background-color: #DEF3F7;
  border-color: #DEF3F7;
}
.c__tease--developments:hover .btn::after, .c__tease--developments:hover .gform_footer .gform_button::after, .gform_footer .c__tease--developments:hover .gform_button::after, .c__tease--developments:hover .gform_footer input[type=submit]::after, .gform_footer .c__tease--developments:hover input[type=submit]::after, .c__tease--developments:focus .btn::after, .c__tease--developments:focus .gform_footer .gform_button::after, .gform_footer .c__tease--developments:focus .gform_button::after, .c__tease--developments:focus .gform_footer input[type=submit]::after, .gform_footer .c__tease--developments:focus input[type=submit]::after, .c__tease--developments:active .btn::after, .c__tease--developments:active .gform_footer .gform_button::after, .gform_footer .c__tease--developments:active .gform_button::after, .c__tease--developments:active .gform_footer input[type=submit]::after, .gform_footer .c__tease--developments:active input[type=submit]::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
.c__tease--team-member .c__tease__link:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.c__tease--team-member .c__tease__link:hover .link {
  background-color: rgba(90, 157, 171, 0.2);
}
.c__tease--team-member .c__tease__link:hover .link::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
.c__tease--team-member .c__tease__item {
  display: block;
}
.c__tease--team-member .c__tease__img {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 1em;
}
.c__tease--team-member .c__tease__content {
  width: 100%;
  float: none;
  padding-bottom: 5em;
  position: unset;
}
.c__tease--team-member .c__tease__content h3 {
  padding-top: 0;
  margin-bottom: 0.25em;
}
.c__tease--team-member .c__tease__content p {
  font-weight: 600;
  margin-bottom: 0;
}
.c__tease--team-member .c__tease__content .link {
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 12px;
  width: calc(100% - 30px);
  background-color: #E6E7EB;
  padding: 15px 35px 15px 15px;
}
.c__tease--team-member .c__tease__content .link::after {
  content: "";
  background-image: url("../images/icons/arrow-icon-dark.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
}
.c__tease--team-member .c__tease__content .link:hover::after {
  background-image: url("../images/icons/arrow-icon.svg");
}
.c__tease--post, .c__tease--policy {
  -webkit-transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
}
.c__tease--post .c__tease__content h4, .c__tease--post .c__tease__content p, .c__tease--policy .c__tease__content h4, .c__tease--policy .c__tease__content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c__tease--post:hover .c__tease__item, .c__tease--post:focus .c__tease__item, .c__tease--post:active .c__tease__item, .c__tease--policy:hover .c__tease__item, .c__tease--policy:focus .c__tease__item, .c__tease--policy:active .c__tease__item {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.c__tease--policies .c__tease__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
}
.c__tease--policies .c__tease__img {
  width: 100%;
  margin-right: 0;
}
.c__tease--policies .c__tease__cat {
  margin-top: 1em;
  position: static;
}
.c__tease--policies .c__tease__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c__tease--policies h4 {
  font-size: 24px;
  line-height: 26px;
  padding-top: 12px;
}
.c__tease--policies p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 2em !important;
}
.c__tease--policies .btn, .c__tease--policies .gform_footer .gform_button, .gform_footer .c__tease--policies .gform_button, .c__tease--policies .gform_footer input[type=submit], .gform_footer .c__tease--policies input[type=submit] {
  margin-top: auto;
  font-size: 15px;
  position: relative;
}
.c__tease--policies:hover .c__tease__item, .c__tease--policies:focus .c__tease__item, .c__tease--policies:active .c__tease__item {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.c__tease--policies:hover .btn, .c__tease--policies:hover .gform_footer .gform_button, .gform_footer .c__tease--policies:hover .gform_button, .c__tease--policies:hover .gform_footer input[type=submit], .gform_footer .c__tease--policies:hover input[type=submit], .c__tease--policies:focus .btn, .c__tease--policies:focus .gform_footer .gform_button, .gform_footer .c__tease--policies:focus .gform_button, .c__tease--policies:focus .gform_footer input[type=submit], .gform_footer .c__tease--policies:focus input[type=submit], .c__tease--policies:active .btn, .c__tease--policies:active .gform_footer .gform_button, .gform_footer .c__tease--policies:active .gform_button, .c__tease--policies:active .gform_footer input[type=submit], .gform_footer .c__tease--policies:active input[type=submit] {
  text-decoration: underline;
  color: #5A9DAB;
  border-color: #5A9DAB;
  background-color: #fff;
}
.c__tease--policies:hover .btn::after, .c__tease--policies:hover .gform_footer .gform_button::after, .gform_footer .c__tease--policies:hover .gform_button::after, .c__tease--policies:hover .gform_footer input[type=submit]::after, .gform_footer .c__tease--policies:hover input[type=submit]::after, .c__tease--policies:focus .btn::after, .c__tease--policies:focus .gform_footer .gform_button::after, .gform_footer .c__tease--policies:focus .gform_button::after, .c__tease--policies:focus .gform_footer input[type=submit]::after, .gform_footer .c__tease--policies:focus input[type=submit]::after, .c__tease--policies:active .btn::after, .c__tease--policies:active .gform_footer .gform_button::after, .gform_footer .c__tease--policies:active .gform_button::after, .c__tease--policies:active .gform_footer input[type=submit]::after, .gform_footer .c__tease--policies:active input[type=submit]::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/download-icon.svg");
}

@media (max-width: 1020px) {
  .c__listings__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__listings__title {
  margin-bottom: 0.25em;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1020px) {
  .c__listings__title {
    text-align: center;
  }
}
.c__listings__intro {
  margin-bottom: 4em;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1020px) {
  .c__listings__intro {
    text-align: center;
    margin-bottom: 2em;
  }
}
.c__listings__background {
  position: relative;
  padding: 4em 0;
}
@media (min-width: 1021px) {
  .c__listings__background .btn, .c__listings__background .gform_footer .gform_button, .gform_footer .c__listings__background .gform_button, .c__listings__background .gform_footer input[type=submit], .gform_footer .c__listings__background input[type=submit] {
    color: #fff;
  }
  .c__listings__background .btn::after, .c__listings__background .gform_footer .gform_button::after, .gform_footer .c__listings__background .gform_button::after, .c__listings__background .gform_footer input[type=submit]::after, .gform_footer .c__listings__background input[type=submit]::after {
    background-color: #5A9DAB;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    background-image: url("../images/icons/arrow-icon.svg");
  }
}
@media (max-width: 1020px) {
  .c__listings__background .btn, .c__listings__background .gform_footer .gform_button, .gform_footer .c__listings__background .gform_button, .c__listings__background .gform_footer input[type=submit], .gform_footer .c__listings__background input[type=submit] {
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 200px;
  }
}
.c__listings__background .btn:hover::after, .c__listings__background .gform_footer .gform_button:hover::after, .gform_footer .c__listings__background .gform_button:hover::after, .c__listings__background .gform_footer input[type=submit]:hover::after, .gform_footer .c__listings__background input[type=submit]:hover::after, .c__listings__background .btn:focus::after, .c__listings__background .gform_footer .gform_button:focus::after, .gform_footer .c__listings__background .gform_button:focus::after, .c__listings__background .gform_footer input[type=submit]:focus::after, .gform_footer .c__listings__background input[type=submit]:focus::after, .c__listings__background .btn:active::after, .c__listings__background .gform_footer .gform_button:active::after, .gform_footer .c__listings__background .gform_button:active::after, .c__listings__background .gform_footer input[type=submit]:active::after, .gform_footer .c__listings__background input[type=submit]:active::after {
  background-color: #fff;
  background-image: url("../images/icons/arrow-icon-brand-green.svg");
}
.c__listings__background::before {
  content: "" !important;
  background-image: url("../images/footer-background.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1020px) {
  .c__listings__background::before {
    height: 50% !important;
    top: auto;
  }
}
.c__listings__contentWrap {
  float: left;
  width: 80%;
  position: relative;
  margin-bottom: 2em;
}
@media (max-width: 1020px) {
  .c__listings__contentWrap {
    width: 100%;
  }
}
.c__listings__all {
  float: right;
}
.c__listings__all::after {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 1020px) {
  .c__listings__all {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 1020px) {
  .c__listings__related .l__col:nth-of-type(3), .c__listings__related .l__col:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 480px) {
  .c__listings__related .c__tease p {
    display: none;
  }
}

.c__block {
  margin-bottom: 4em;
}
.c__block--small {
  margin-bottom: 2em;
}

.c__searchItem {
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
}
.c__searchItem:first-of-type {
  padding-top: 0;
}
.c__searchItem h2 {
  position: relative;
  padding-left: 35px;
}
.c__searchItem h2::before {
  content: "";
  background-image: url("../images/icons/arrow-icon-dark.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c__searchItem p {
  margin-bottom: 0;
}

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

.l__contain.moveup, .moveup.wp-block-columns {
  margin-top: -10em;
  position: relative;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m__social-share {
  display: block;
}
.m__social-share span {
  margin-right: 1em;
}
.m__social-share span, .m__social-share .c__social-links {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.dark-overlay {
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.333);
}

.hide {
  display: none;
}

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

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

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

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

h1, .--h1 {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  h1, .--h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

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

h3, .--h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  h3, .--h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h4, .--h4 {
  font-size: 18px;
  line-height: 22px;
}

h5, .--h5 {
  font-size: 18px;
  line-height: 22px;
}

h6, .--h6 {
  font-size: 18px;
  line-height: 22px;
}

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

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

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

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

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

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

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

*::-webkit-input-placeholder {
  color: #2c2c32;
}

*:-moz-placeholder {
  color: #2c2c32;
}

*::-moz-placeholder {
  color: #2c2c32;
}

*:-ms-input-placeholder {
  color: #2c2c32;
}

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

input:not([type=submit], [type=checkbox], [type=radio]):focus {
  border: 2px solid #5A9DAB;
}

.c__hero__content .btn, .c__hero__content .gform_footer .gform_button, .gform_footer .c__hero__content .gform_button, .c__hero__content .gform_footer input[type=submit], .gform_footer .c__hero__content input[type=submit] {
  padding: 4.5px 5rem 4.5px 3rem;
}

select {
  height: 40px;
  padding: 0 45px 0 1em;
  background-image: url("../images/icons/select-arrow.svg");
  background-position-x: 100%;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  background-size: 15px;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 2px solid #5A9DAB;
}

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

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

textarea {
  max-height: 150px;
}
textarea:focus {
  border: 2px solid #5A9DAB;
}

.validation_error {
  margin-bottom: 1em;
  color: #B0151F;
  display: none;
}

.gform_wrapper {
  position: relative;
}

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

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

@media (max-width: 768px) {
  .gform_footer .gform_button, .gform_footer input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}

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

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

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

.g__header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  float: left;
  border: none;
  top: 0;
  left: 0;
  background: #fff;
}
.g__header.sticky {
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
}
.g__header.sticky .g__headerTop {
  height: 0;
}
.g__header.sticky .g__header__notification {
  display: none;
}
@media (min-width: 1161px) {
  .g__header.sticky .g__header__search {
    top: 100px;
  }
}
@media (max-width: 1160px) {
  .g__headerMain .l__contain, .g__headerMain .wp-block-columns {
    padding: 0;
  }
}
.g__header__logo {
  float: left;
  margin: 22px 0;
}
@media (max-width: 1160px) {
  .g__header__logo {
    margin-left: 20px;
  }
}
.g__header__logo a {
  display: block;
}
.g__header__logo img, .g__header__logo svg {
  display: block;
  width: auto;
  height: 67px;
}
@media (max-width: 1160px) {
  .g__header__logo img, .g__header__logo svg {
    height: 62px;
  }
}
.g__header__actions {
  float: right;
  text-align: right;
}
@media (max-width: 1160px) {
  .g__header__actions {
    display: none;
  }
}
.g__header__actions .header-link {
  line-height: 17px;
  font-size: 15px;
  margin-right: 15px;
  display: inline-block;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 769px) {
  .g__header__actions .header-link {
    width: 192px;
    min-width: 192px;
  }
}
.g__header__actions .header-link::before {
  content: "";
  background-image: url("../images/icons/people-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.g__header__actions form {
  display: inline-block;
  width: 192px;
  position: relative;
}
.g__header__actions form::before {
  content: "";
  background-image: url("../images/icons/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g__header__actions form input {
  padding: 10px 1em;
  border-radius: 10px;
  border: 2px solid #494B52;
  line-height: 17px;
}
.g__header__actions form input[type=submit] {
  background-color: transparent;
  border: 0;
  text-indent: 9999px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  cursor: pointer;
}
.g__header__actions ul {
  float: left;
}
.g__header__actions ul.links {
  float: right;
}
.g__header__actions ul li {
  display: inline-block;
  line-height: 46px;
  margin-right: 1em;
}
.g__header__actions ul li:last-of-type {
  margin-right: 0;
}
.g__header__actions ul li:hover, .g__header__actions ul li:focus, .g__header__actions ul li.active {
  text-decoration: underline;
}
.g__header__actions ul li a {
  line-height: 17px;
}
.g__header__nav {
  float: right;
  margin-top: 50px;
}
@media (max-width: 1160px) {
  .g__header__nav {
    margin-top: 0;
    width: 100%;
    display: none;
    height: calc(100vh - 84px);
    overflow: auto;
  }
}
.g__header__nav__links {
  padding: 20px;
}
.g__header__nav__links .header-link {
  line-height: 17px;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 769px) {
  .g__header__nav__links .header-link {
    width: 192px;
    min-width: 192px;
  }
}
.g__header__nav__links .header-link::before {
  content: "";
  background-image: url("../images/icons/people-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.g__header__nav__links form {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.g__header__nav__links form::before {
  content: "";
  background-image: url("../images/icons/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g__header__nav__links form input {
  padding: 10px 1em;
  border-radius: 10px;
  border: 2px solid #494B52;
  line-height: 17px;
  height: 40px;
}
.g__header__nav__links form input[type=submit] {
  background-color: transparent;
  border: 0;
  text-indent: 9999px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1161px) {
  .g__header__nav__links {
    display: none;
  }
}
.g__header__search {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  background-color: #FECB00;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (max-width: 1160px) {
  .g__header__search {
    top: 80px;
  }
}
.g__header__search form {
  position: relative;
}
.g__header__search form .close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g__header__search form .close-btn::before, .g__header__search form .close-btn::after {
  background: #fff;
}
.g__header__search form #search-input {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background-position: left 5px center;
  padding: 0 2em 0 0;
  background-size: 22px 22px;
  border: 0;
  outline: 0;
  color: #fff;
  height: 40px;
}
.g__header__search form #search-input:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.g__header__search form #search-input::-webkit-input-placeholder {
  color: #fff;
}
.g__header__search form #search-input:-moz-placeholder {
  color: #fff;
}
.g__header__search form #search-input::-moz-placeholder {
  color: #fff;
}
.g__header__search form #search-input:-ms-input-placeholder {
  color: #fff;
}
.g__header__notification {
  background-color: #FECB00;
  padding: 0.3em 0;
  position: sticky;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  font-size: 16px;
  display: block;
}
@media (min-width: 769px) {
  .g__header__notification-mobile {
    display: none;
  }
}
.g__header__notification-mobile {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  margin-top: -22px;
}
.g__header__notification-mobile.open {
  font-size: 15px;
  margin-top: 10px;
}
.g__header__notification-mobile.open .dropdown-btn {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 16px;
}
.g__header__notification-mobile p {
  margin: 0;
}
@media (max-width: 768px) {
  .g__header__notification span {
    display: none;
  }
}
.g__header__notification .notification-banner-contain {
  position: relative;
}
.g__header__notification .notification-title {
  margin: 0 2.5em 0 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .g__header__notification .notification-title {
    margin: 0 4.5em 0 1.5em;
  }
}
.g__header__notification .notification-title::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/bell.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 17px;
  position: absolute;
  top: 4px;
  left: -1.5em;
}
.g__header__notification .close-btn {
  position: absolute;
  right: 0;
  top: 7px;
}
.g__header__notification .close-btn::after, .g__header__notification .close-btn::before {
  background-color: #f0f4f7;
}
.g__header__notification .dropdown-btn {
  position: absolute;
  right: 60px;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 15px;
  width: 15px;
  border-bottom: 2px solid #f0f4f7;
  border-right: 2px solid #f0f4f7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .g__header__notification .dropdown-btn {
    display: none;
  }
}

#search-display {
  display: none;
}
#search-display:checked ~ .g__header__search {
  overflow: visible;
  max-height: 1000px;
  padding: 1em 0;
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
  visibility: hidden;
}

.m__nav {
  display: inline-block;
}
@media (max-width: 1160px) {
  .m__nav {
    width: 100%;
  }
}
.m__nav__wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1160px) {
  .m__nav__wrap {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
  }
}
.m__nav__actions {
  padding: 20px;
}
.m__nav__actions ul:not(:last-of-type) {
  margin-bottom: 2em;
}
.m__nav__actions ul li {
  margin-bottom: 1em;
}
@media (min-width: 1161px) {
  .m__nav__actions {
    display: none;
  }
}
.m__nav__item {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1161px) {
  .m__nav__item {
    display: inline-block;
    padding-right: 1.5em;
  }
  .m__nav__item.current .m__nav__item-link, .m__nav__item:hover .m__nav__item-link, .m__nav__item:focus .m__nav__item-link {
    color: #494B52;
  }
  .m__nav__item.current .m__nav__item-link::after, .m__nav__item:hover .m__nav__item-link::after, .m__nav__item:focus .m__nav__item-link::after {
    width: 100%;
  }
  .m__nav__item:hover .m__nav__item-sub svg {
    display: none;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
  .m__nav__item:hover .m__nav__item-sub svg.hover {
    display: block;
  }
}
@media (min-width: 1161px) and (max-width: 1160px) {
  .m__nav__item:hover .m__nav__item-sub svg.hover {
    display: none;
  }
}
@media (max-width: 1160px) {
  .m__nav__item a {
    font-weight: 600;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .m__nav__item {
    padding-right: 0.5em;
  }
}
@media (max-width: 1160px) {
  .m__nav__item {
    border-bottom: solid 1px #ccc;
  }
  .m__nav__item a {
    line-height: 45px;
  }
}
.m__nav__item .menu-checkbox-toggle {
  display: none;
}
@media (max-width: 1160px) {
  .m__nav__item .menu-checkbox-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .m__nav__item .menu-checkbox-toggle::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: #000;
    border-radius: 2px;
  }
  .m__nav__item .menu-checkbox-toggle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    background-color: #000;
    border-radius: 2px;
  }
}
.m__nav__item-link {
  display: block;
  color: #969698;
  font-weight: 900;
}
@media (max-width: 1160px) {
  .m__nav__item-link {
    color: #494B52;
    font-weight: 600;
  }
}
@media (min-width: 1161px) {
  .m__nav__item-link {
    line-height: 32px;
    margin-bottom: 22px;
  }
}
.m__nav__item-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #494B52;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.m__nav__item-sub {
  position: relative;
}
.m__nav__item-sub a {
  padding: 0 20px 0 0;
}
@media (max-width: 1160px) {
  .m__nav__item-sub a {
    padding: 0;
  }
}
.m__nav__item-sub svg {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__nav__item-sub svg.hover {
  display: none;
}
@media (max-width: 1160px) {
  .m__nav__item-sub svg {
    display: none;
  }
}
.m__nav__item > .subnav {
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
}
@media (min-width: 1161px) {
  .m__nav__item > .subnav {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: #494B52;
    min-height: 300px;
    -webkit-box-shadow: 0 10px 10px -10px #333;
            box-shadow: 0 10px 10px -10px #333;
  }
}
@media (max-width: 1160px) {
  .m__nav__item > .subnav {
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0;
    background: #fff;
    position: relative;
    height: 0;
    display: none;
  }
  .m__nav__item > .subnav label {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__panels {
  padding: 3em 0 2em;
}
@media (max-width: 1160px) {
  .m__nav__item > .subnav .subnav__panels {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__panels-link {
  width: 100%;
}
.m__nav__item > .subnav .subnav__panels-link:hover::after {
  display: none;
}
.m__nav__item > .subnav .subnav__panels-link:first-of-type {
  margin-bottom: 15px;
}
.m__nav__item > .subnav .subnav__panels-item {
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__nav__item > .subnav .subnav__panels-item-content {
  float: left;
  width: 65%;
}
.m__nav__item > .subnav .subnav__panels-item-content h4 {
  font-weight: 600;
  font-size: 18px;
}
.m__nav__item > .subnav .subnav__panels-item-content h4, .m__nav__item > .subnav .subnav__panels-item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m__nav__item > .subnav .subnav__panels-item-image {
  border-radius: 12px;
  float: left;
  width: 21%;
  margin-right: 5%;
}
.m__nav__item > .subnav .subnav__panels-item-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.m__nav__item > .subnav a {
  display: block;
}
@media (min-width: 1161px) {
  .m__nav__item > .subnav a:hover::after {
    content: "";
    background-image: url("../images/icons/arrow-icon.svg");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #5A9DAB;
    border-radius: 50%;
  }
}
.m__nav__item > .subnav .subnav__terms {
  width: 100%;
}
.m__nav__item > .subnav .subnav__terms > li > a {
  display: block;
}
.m__nav__item > .subnav .subnav__terms .m__nav__item a img {
  display: none;
}
@media (min-width: 1161px) {
  .m__nav__item > .subnav .subnav__terms .m__nav__item a.parent {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #494B52;
    font-weight: 600;
    position: relative;
  }
  .m__nav__item > .subnav .subnav__terms .m__nav__item a.parent img {
    display: inline;
    width: 27px;
    margin-top: -2.5px;
    margin-right: 13px;
    vertical-align: middle;
  }
}
@media (max-width: 1160px) {
  .m__nav__item > .subnav .subnav__terms .m__nav__item {
    border: 0;
  }
}
@media (min-width: 1161px) {
  .m__nav__item > .subnav .subnav__terms {
    padding: 3em 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .m__nav__item > .subnav .subnav__terms > li {
    padding: 0 2em 1.5em 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .m__nav__item > .subnav .subnav__terms > li > a,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a {
    -webkit-transition: none;
    transition: none;
    display: block;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .m__nav__item > .subnav .subnav__terms > li > a:hover, .m__nav__item > .subnav .subnav__terms > li > a:focus,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:hover,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:focus {
    text-decoration: underline;
  }
}
.m__nav__item > .subnav .subnav__info {
  width: 40%;
  float: left;
  padding: 3em 3em 0.5em 0;
  margin-right: auto;
}
@media (max-width: 1160px) {
  .m__nav__item > .subnav .subnav__info {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__children {
  margin-top: 0.75em;
}
@media (min-width: 1161px) {
  .m__nav__item > .subnav .subnav__children li {
    margin-bottom: 0.25em;
  }
  .m__nav__item > .subnav .subnav__children li a:hover, .m__nav__item > .subnav .subnav__children li a:focus {
    text-decoration: underline;
  }
}
@media (max-width: 1160px) {
  .m__nav__item > .subnav .subnav__children {
    top: 0;
    height: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background-color: #fff;
    z-index: 999;
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
    display: none;
  }
  .m__nav__item > .subnav .subnav__children li {
    border-bottom: solid 1px #ccc;
  }
  .m__nav__item > .subnav .subnav__children li a {
    width: 100%;
    display: block;
  }
}
.m__nav__item > .subnav .subnav__back {
  display: none;
}
@media (max-width: 1160px) {
  .m__nav__item > .subnav .subnav__back {
    display: block;
    padding-left: 2em;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #ccc;
    line-height: 45px;
    margin: 20px 0 0;
    padding-bottom: 10px;
  }
  .m__nav__item > .subnav .subnav__back::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/arrow.svg") center/contain no-repeat;
  }
}
@media (min-width: 1161px) {
  .m__nav__item.dropdown:hover .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#menu-toggle {
  float: right;
  width: 24px;
  position: relative;
  cursor: pointer;
  height: 22px;
  display: none;
  margin: 41px 20px 0 1em;
}
#menu-toggle span:first-child {
  position: absolute;
  left: -3.5em;
  top: -2px;
  line-height: 24px;
  font-weight: 900;
}
@media (max-width: 1160px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle .menu-line {
  background-color: #000;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-toggle .line-1 {
  top: 0;
}
#menu-toggle .line-2,
#menu-toggle .line-3 {
  top: 9px;
  left: auto;
}
#menu-toggle .line-4 {
  top: 19px;
}

#menu-mobile {
  display: none;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle {
  background-color: #000;
  border-radius: 50%;
  height: 26px;
  width: 26px;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle span:first-child {
  display: none;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .menu-line {
  background-color: #fff;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-1,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-4 {
  opacity: 0;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 16px;
  top: 12px;
  left: 5.5px;
}
@media (max-width: 1160px) {
  #menu-mobile:checked ~ .g__headerMain .g__header__nav {
    display: block;
  }
  #menu-mobile:checked ~ .g__headerMain .g__header__nav .m__nav {
    display: block;
    height: calc(100vh - 80px);
    overflow-y: auto;
    background: #fff;
  }
}

.menu-checkbox {
  display: none !important;
}
.menu-checkbox:checked ~ .subnav,
.menu-checkbox:checked ~ .subnav__children {
  max-height: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 100%;
  padding: 20px 0 30px 20px;
  display: block;
}
.menu-checkbox:checked ~ .m__nav__item-sub label::after {
  display: none;
}

.g__footer {
  width: 100%;
  float: left;
  overflow: hidden;
}
.g__footer a {
  text-decoration: none;
}
.g__footer a:hover, .g__footer a:focus {
  text-decoration: underline;
}
.g__footer a.tel {
  font-weight: 600;
}
.g__footer .c__social-links {
  margin: 1em 0 0;
}
.g__footer .social {
  padding: 0;
  margin: 0;
}
@media (max-width: 1020px) {
  .g__footer .social.desktop {
    display: none;
  }
}
.g__footer .social.mobile {
  display: none;
}
@media (max-width: 1020px) {
  .g__footer .social.mobile {
    display: block;
  }
}
.g__footer__main {
  background: #5A9DAB;
  padding: 3em 0 1em;
  color: #fff;
}
@media (max-width: 1020px) {
  .g__footer__main .address {
    margin-bottom: 0;
  }
}
@media (max-width: 1020px) {
  .g__footer__main .tel {
    margin-top: 0;
  }
}
@media (min-width: 1021px) {
  .g__footer__main .tel {
    display: block;
  }
}
.g__footer__main .address-title {
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .g__footer__main .footer-link {
    margin: 40px 0 30px;
  }
}
.g__footer__main .footer-link::before {
  content: "";
  background-image: url("../images/icons/people-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .g__footer__main .footer-link {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .g__footer__main .footer-link.desktop {
    display: none;
  }
}
.g__footer__main .footer-link.mobile {
  display: none;
}
@media (max-width: 1020px) {
  .g__footer__main .footer-link.mobile {
    display: block;
  }
}
.g__footer__main .tweet {
  margin-bottom: 30px;
}
@media (max-width: 1020px) {
  .g__footer__main .tweet {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.g__footer__main .tweet a {
  overflow-wrap: anywhere;
}
.g__footer__main .tweet .tweet-text {
  margin: 0;
}
.g__footer__main .tweet .title {
  position: relative;
  padding-left: 35px;
  margin: 0 0 0.5em;
}
.g__footer__main .tweet .title svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 22px;
  height: 19px;
  fill: #fff;
}
.g__footer__logo {
  max-width: 130px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.g__footer__block label {
  position: relative;
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-weight: 700;
}
@media (max-width: 1020px) {
  .g__footer__block label {
    border-bottom: solid 1px #fff;
    cursor: pointer;
  }
  .g__footer__block label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
  }
}
@media (max-width: 1020px) {
  .g__footer__blockContent {
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
@media (min-width: 1021px) {
  .g__footer__blockContent ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.g__footer__blockContent ul li {
  margin-bottom: 1em;
}
.g__footer__block input[name=footer-block] {
  display: none;
}
@media (max-width: 1020px) {
  .g__footer__block input[name=footer-block]:checked + label::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    right: 4px;
  }
  .g__footer__block input[name=footer-block]:checked ~ .g__footer__blockContent {
    max-height: 100000px;
  }
}
.g__footer__bottom {
  background-color: #5A9DAB;
  padding: 1.25em 0;
}
.g__footer__bottom__border {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}
.g__footer__bottom p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.g__footer__bottom__links {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  padding-right: 15px;
}
.g__footer__bottom__links:hover, .g__footer__bottom__links:focus {
  text-decoration: underline;
}

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

.cookie-acceptance {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5em 0;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #ccc;
          box-shadow: 0 4px 20px 0 #ccc;
  z-index: 999999;
}
@media (max-width: 1020px) {
  .cookie-acceptance {
    text-align: center;
  }
}
.cookie-acceptance.hide {
  display: none;
}
.cookie-acceptance p:last-of-type {
  margin-bottom: 0;
}
.cookie-acceptance p a {
  text-decoration: underline;
}
@media (min-width: 1021px) {
  .cookie-acceptance .btns {
    text-align: right;
  }
}
.cookie-acceptance .btn, .cookie-acceptance .gform_footer .gform_button, .gform_footer .cookie-acceptance .gform_button, .cookie-acceptance .gform_footer input[type=submit], .gform_footer .cookie-acceptance input[type=submit] {
  display: inline-block;
  margin: 0 auto 0 10px;
  max-width: 250px;
  min-width: 155px;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .cookie-acceptance .btn, .cookie-acceptance .gform_footer .gform_button, .gform_footer .cookie-acceptance .gform_button, .cookie-acceptance .gform_footer input[type=submit], .gform_footer .cookie-acceptance input[type=submit] {
    margin: 1em 10px 0;
  }
}

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

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

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

.g__newsletter {
  background: #f0f4f7;
  padding: 2em 0;
}
.g__newsletter .validation_error, .g__newsletter .gform_ajax_spinner {
  display: none;
}
@media (max-width: 1020px) {
  .g__newsletter .gform_button {
    width: 100%;
  }
  .g__newsletter .gform_body {
    margin-top: 1em;
  }
}
@media (min-width: 1021px) {
  .g__newsletter .gform_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g__newsletter .gform_wrapper .gform_heading {
    width: 40%;
    padding-right: 2em;
  }
  .g__newsletter .gform_wrapper form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-template-page-developments .c__hero {
  margin-bottom: 0 !important;
}

.home .c__hero__inner .l__contain, .home .c__hero__inner .wp-block-columns {
  padding-bottom: 360px;
}
@media (max-width: 1020px) {
  .home .c__hero__inner .l__contain, .home .c__hero__inner .wp-block-columns {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .home .c__hero__inner .l__contain, .home .c__hero__inner .wp-block-columns {
    padding-bottom: 0;
  }
}

.home .c__hero::after {
  background-image: url("../images/header-overlay-svg.svg");
  bottom: -10px;
  width: 100%;
  height: 370px;
  z-index: 10;
}
@media (max-width: 768px) {
  .home .c__hero::after {
    background-image: url("../images/header-overlay-svg-mobile.svg");
    height: 195px;
  }
}
.home .c__hero__inner::before {
  background-image: url("../images/hero-wave.svg");
  height: 620px;
}
@media (max-width: 768px) {
  .home .c__hero__inner::before {
    display: none;
  }
}

.c__hero {
  overflow: hidden;
  background: #2c2c32 center/cover no-repeat;
  padding: 0;
  min-height: 400px;
  position: relative;
  color: #fff;
  padding-bottom: 360px;
  margin-bottom: 4em;
}
@media (max-width: 480px) {
  .c__hero {
    padding-bottom: 225px;
  }
}
@media (min-width: 1021px) {
  .c__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 1020px) {
  .c__hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
}
@media (max-width: 1020px) {
  .c__hero--no-img {
    padding-bottom: 240px !important;
  }
}
.c__hero--full {
  position: relative;
}
.c__hero--full::after {
  z-index: 21 !important;
}
.c__hero--full h1,
.c__hero--full p {
  color: #fff;
}
.c__hero--full.c__hero__inner::before {
  display: none;
}
.c__hero--full .c__hero__content {
  padding-bottom: 70%;
}
@media (min-width: 481px) {
  .c__hero--full .c__hero__content {
    padding-bottom: 50%;
  }
}
.c__hero--full .l__contain, .c__hero--full .wp-block-columns {
  position: static !important;
}
.c__hero--full .l__contain::after, .c__hero--full .wp-block-columns::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
}
.c__hero--square::after {
  z-index: 1 !important;
}
.c__hero--square .c__hero__image {
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 10%;
}
@media (min-width: 1021px) {
  .c__hero--square .c__hero__image {
    height: 390px;
    top: 120px;
    width: calc(100% - 760px);
    margin-bottom: 0;
  }
}
.c__hero--square .c__hero__image img {
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
}
.c__hero--square .c__hero__image--bk {
  height: 450px;
  top: 120px;
  width: calc(50% - 60px);
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  max-width: none;
}
@media (max-width: 1020px) {
  .c__hero--square .c__hero__image--bk {
    width: calc(100% - 20px);
  }
}
.c__hero.yellow {
  background-color: #FECB00;
  color: #494B52;
}
.c__hero.yellow .c__social-links__icon svg {
  fill: #FECB00;
}
.c__hero.grey {
  background-color: #4B4D57;
  color: #fff;
}
.c__hero.grey::before {
  display: none;
}
.c__hero.grey .c__hero__image {
  bottom: 130px;
}
.c__hero.grey::after {
  background-image: url("../images/header-rainbow.svg");
  height: 565px;
  bottom: 0;
}
@media (max-width: 768px) {
  .c__hero.grey::after {
    background-image: url("../images/header-rainbow.svg");
    bottom: -20px;
    height: 230px;
  }
}
@media (max-width: 480px) {
  .c__hero.grey::after {
    bottom: -10px;
  }
}
.c__hero.grey.c__hero__inner .l__contain, .c__hero.grey.c__hero__inner .wp-block-columns {
  padding-bottom: 520px;
}
@media (max-width: 1020px) {
  .c__hero.grey.c__hero__inner .l__contain, .c__hero.grey.c__hero__inner .wp-block-columns {
    padding-bottom: 0;
  }
}
.c__hero.grey .c__social-links__icon svg {
  fill: #4B4D57;
}
.c__hero.orange {
  background-color: #EC672F;
}
.c__hero.orange .c__social-links__icon svg {
  fill: #EC672F;
}
.c__hero.pink {
  background-color: #C5446C;
}
.c__hero.pink .c__social-links__icon svg {
  fill: #C5446C;
}
.c__hero.green {
  background-color: #5A9DAB;
}
.c__hero.green .c__social-links__icon svg {
  fill: #5A9DAB;
}
.c__hero--cutout::after {
  z-index: 21 !important;
}
.c__hero::after {
  content: "";
  background-image: url("../images/header-overlay-svg-small.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 260px;
  z-index: 10;
}
@media (max-width: 768px) {
  .c__hero::after {
    background-image: url("../images/header-overlay-svg-mobile.svg");
    height: 195px;
  }
}
@media (max-width: 1020px) {
  .c__hero::after {
    height: 245px;
  }
}
.c__hero > .l__contain, .c__hero > .wp-block-columns {
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__inner {
  padding-bottom: 0;
}
.c__hero__inner .c__orderby {
  max-width: 300px;
  width: 100%;
  margin-top: 2em;
  text-align: left;
}
@media (max-width: 1020px) {
  .c__hero__inner .c__orderby {
    display: block;
    margin: 2em auto 0;
  }
}
@media (max-width: 480px) {
  .c__hero__inner .c__orderby {
    max-width: 100%;
  }
}
.c__hero__inner .c__orderby label {
  margin-left: 15px;
  margin-bottom: 0.25em;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  display: block;
}
.c__hero__inner .l__contain, .c__hero__inner .wp-block-columns {
  position: relative;
  min-height: 652px;
  z-index: 20;
}
@media (max-width: 1020px) {
  .c__hero__inner .l__contain, .c__hero__inner .wp-block-columns {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .c__hero__inner .l__contain, .c__hero__inner .wp-block-columns {
    min-height: auto;
  }
}
.c__hero__inner .c__hero__content {
  text-align: center;
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1021px) {
  .c__hero__inner .c__hero__content {
    padding: 10em 0 2em;
    text-align: left;
    margin: initial;
    max-width: 45%;
  }
}
.c__hero__inner::before {
  content: "";
  background-image: url("../images/hero-wave-small.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 570px;
}
@media (max-width: 1020px) {
  .c__hero__inner::before {
    display: none;
  }
}
.c__hero__development-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c__hero__development-filter div {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .c__hero__development-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c__hero__development-filter div {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.c__hero__noBackground {
  background: #fff;
  color: #494B52;
  min-height: auto;
}
@media (max-width: 1020px) {
  .c__hero__noBackground {
    padding-bottom: 0;
  }
}
.c__hero__noBackground .l__contain, .c__hero__noBackground .wp-block-columns {
  padding-bottom: 0;
  min-height: auto;
}
.c__hero__noBackground::after, .c__hero__noBackground::before {
  display: none;
}
.c__hero__noBackground .c__hero__content {
  padding: 5em 0 4em;
}
@media (max-width: 1020px) {
  .c__hero__noBackground .c__hero__content {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 3em 0;
  }
}
.c__hero__entry-meta {
  margin-top: 3rem;
}
.c__hero__entry-meta p,
.c__hero__entry-meta span {
  font-size: 15px !important;
}
.c__hero__entry-meta .c__social-links__icon a {
  background-color: #494B52;
  height: 31px;
  width: 31px;
  border-radius: 100%;
}
.c__hero__entry-meta .c__social-links__icon a svg {
  width: 45%;
}
.c__hero__intro {
  font-size: 20px;
  line-height: 25px;
}
.c__hero__image {
  position: absolute;
  bottom: 85px;
  right: 60px;
}
.c__hero__image img {
  max-width: 550px;
  height: auto;
}
@media (max-width: 1020px) {
  .c__hero__image img {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .c__hero__image img {
    max-width: 280px;
  }
}
@media (max-width: 1020px) {
  .c__hero__image {
    position: static;
    margin: auto;
  }
}
.c__hero__flush .c__hero__image {
  bottom: 20px;
  top: unset;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
  border-radius: 12px;
}
.c__hero__flush .c__hero__image img {
  border-radius: 12px;
}
.c__hero__flush::after {
  z-index: 2;
}
.c__hero__content {
  padding: 8em 0 2em;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.c__hero__content > div {
  width: 100%;
}
@media (min-width: 1021px) {
  .c__hero__content {
    width: 50%;
    float: left;
    padding-right: 4em;
  }
}
@media (max-width: 1020px) {
  .c__hero__content {
    padding: 4em 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c__hero__content {
    text-align: center;
    padding: 4em 0 6em;
  }
}
.c__hero__content p:last-of-type {
  margin: 0;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.c__hero__content .c__hero__date {
  margin-bottom: 1em;
}
.c__hero__content .c__hero__date:last-of-type {
  margin-bottom: 1em;
}
.c__hero__contentBtns {
  margin-top: 1em;
}
.c__hero__contentBtns .btn, .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit] {
  margin: 1em 1em 0 0;
}
@media (max-width: 480px) {
  .c__hero__contentBtns .btn, .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.c__hero__breadcrumb {
  margin-top: 1.5em;
  width: 100%;
  display: block;
  position: relative;
  z-index: 999;
}
@media (min-width: 1021px) {
  .c__hero__breadcrumb {
    position: absolute;
    top: 20px;
    margin: 0;
  }
}

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

#breadcrumbs {
  margin: 0;
  top: 20px;
  font-size: 12px;
  line-height: 18px;
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lity-hide {
  display: none;
}

.m__textBlock p:last-of-type {
  margin-bottom: 0;
}
.m__textBlock pre {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.guide-accordion {
  border-bottom: 1px solid black;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.guide-accordion:last-child {
  border-bottom: 0;
}
.guide-accordion h4 {
  font-weight: 900;
}
.guide-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}

.m__accordion {
  width: 100%;
}
.m__accordion__block-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 1.5em;
}
@media (min-width: 769px) {
  .m__accordion__block-title {
    font-size: 24px;
  }
}
.m__accordion.hide {
  display: none;
}
.m__accordion--bk {
  padding: 4em 0;
  color: #fff;
}
.m__accordion--bk .m__accordion-item {
  border-color: #fff;
}
.m__accordion .m__accordion-item {
  margin-bottom: 0.625em;
}
.m__accordion .m__accordion-item--two h4, .m__accordion .m__accordion-item--guide h4 {
  font-weight: 900;
  font-size: 18px;
}
.m__accordion .m__accordion-item--two .l__col, .m__accordion .m__accordion-item--guide .l__col {
  margin-bottom: 3em;
}
@media (min-width: 769px) {
  .m__accordion .m__accordion-item--two .l__col, .m__accordion .m__accordion-item--guide .l__col {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .m__accordion .m__accordion-item--two .l__col__evenpad, .m__accordion .m__accordion-item--guide .l__col__evenpad {
    margin: 0;
  }
}
.m__accordion .m__accordion-item__heading {
  padding: 1.125em 0;
  display: block;
  background-color: #DEF3F7;
  border-left: 6px solid #5A9DAB;
  padding-left: 1.35em;
}
.m__accordion .m__accordion-item__heading h4 {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding-right: 80px;
  line-height: 22px;
  font-weight: 900;
  font-size: 18px;
}
.m__accordion .m__accordion-item__heading h4 > span {
  position: absolute;
  right: 27px;
  top: 0;
  width: 27px;
  height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.m__accordion .m__accordion-item__heading h4 > span::before, .m__accordion .m__accordion-item__heading h4 > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.m__accordion .m__accordion-item__heading h4 > span::before {
  width: 27px;
  height: 27px;
  background-image: url("../images/icons/accordion-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.14s ease-in-out;
  transition: -webkit-transform 0.14s ease-in-out;
  transition: transform 0.14s ease-in-out;
  transition: transform 0.14s ease-in-out, -webkit-transform 0.14s ease-in-out;
}
.m__accordion .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  line-height: 21.74px;
}
.m__accordion .m__accordion-item__body--single p:last-child, .m__accordion .m__accordion-item__body--single ul:last-child, .m__accordion .m__accordion-item__body--single a:last-child, .m__accordion .m__accordion-item__body--single h1:last-child, .m__accordion .m__accordion-item__body--single h2:last-child, .m__accordion .m__accordion-item__body--single h3:last-child, .m__accordion .m__accordion-item__body--single h4:last-child, .m__accordion .m__accordion-item__body--single h5:last-child, .m__accordion .m__accordion-item__body--single h6:last-child {
  margin-bottom: 0;
}
.m__accordion .m__accordion-item input[type=radio],
.m__accordion .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span::before,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
  padding: 1.5625em 1.8em 2em;
  opacity: 1;
}
@media (min-width: 769px) {
  .m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
  .m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
    padding: 2em 2 2.25em;
  }
  .m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body--two,
  .m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body--two {
    padding: 2em 1.1em 2.25em;
  }
}

@media (max-width: 1020px) {
  .m__form .gform_wrapper .gform_footer .gform_button, .m__form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
  }
}
.m__form h3 {
  max-width: 75%;
}
@media (max-width: 1020px) {
  .m__form h3 {
    max-width: 100%;
  }
}
.m__form .tel {
  font-weight: 600;
}
.m__form .tel a {
  text-decoration: none;
}
.m__form .tel a:hover {
  text-decoration: underline;
}

.m__section {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__section__image {
  position: relative;
}
@media (max-width: 1020px) {
  .m__section__image {
    margin-bottom: 1.5em;
  }
}
.m__section__image [data-bkimage] {
  border-radius: 12px;
}
.m__section__image [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.m__section__content h2 {
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .m__section__content h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.m__section__content h3 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 26px;
}
.m__section__content p:last-of-type {
  margin: 0;
}
.m__section__content .btn, .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit] {
  margin: 1em 1em 0 0;
}
.m__section.left .m__section__image {
  float: right;
}
.m__section.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m__section.right .m__section__image {
  float: left;
}
.m__section .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.m__section .slick-dots li.slick-active button {
  background: #fff;
}

.m__sections .m__section:last-of-type {
  margin-bottom: 0;
}

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

.m__iconBlocks__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5rem;
  text-align: center;
}
@media (min-width: 1021px) {
  .m__iconBlocks__title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 4rem;
  }
}

.m__iconBlock__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .m__iconBlock__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.m__iconBlock__wrap .l__col {
  float: none !important;
}

.m__iconBlock {
  text-align: center;
  margin-bottom: 3rem;
}
.m__iconBlock .btn, .m__iconBlock .gform_footer .gform_button, .gform_footer .m__iconBlock .gform_button, .m__iconBlock .gform_footer input[type=submit], .gform_footer .m__iconBlock input[type=submit] {
  padding-left: 0;
}
@media (max-width: 768px) {
  .m__iconBlock .btn, .m__iconBlock .gform_footer .gform_button, .gform_footer .m__iconBlock .gform_button, .m__iconBlock .gform_footer input[type=submit], .gform_footer .m__iconBlock input[type=submit] {
    display: none;
  }
}
.m__iconBlock:hover .m__iconBlock__icon-title, .m__iconBlock:focus .m__iconBlock__icon-title, .m__iconBlock:active .m__iconBlock__icon-title {
  text-decoration: underline;
}
.m__iconBlock:hover .btn, .m__iconBlock:hover .gform_footer .gform_button, .gform_footer .m__iconBlock:hover .gform_button, .m__iconBlock:hover .gform_footer input[type=submit], .gform_footer .m__iconBlock:hover input[type=submit], .m__iconBlock:focus .btn, .m__iconBlock:focus .gform_footer .gform_button, .gform_footer .m__iconBlock:focus .gform_button, .m__iconBlock:focus .gform_footer input[type=submit], .gform_footer .m__iconBlock:focus input[type=submit], .m__iconBlock:active .btn, .m__iconBlock:active .gform_footer .gform_button, .gform_footer .m__iconBlock:active .gform_button, .m__iconBlock:active .gform_footer input[type=submit], .gform_footer .m__iconBlock:active input[type=submit] {
  text-decoration: underline;
}
.m__iconBlock:hover .btn::after, .m__iconBlock:hover .gform_footer .gform_button::after, .gform_footer .m__iconBlock:hover .gform_button::after, .m__iconBlock:hover .gform_footer input[type=submit]::after, .gform_footer .m__iconBlock:hover input[type=submit]::after, .m__iconBlock:focus .btn::after, .m__iconBlock:focus .gform_footer .gform_button::after, .gform_footer .m__iconBlock:focus .gform_button::after, .m__iconBlock:focus .gform_footer input[type=submit]::after, .gform_footer .m__iconBlock:focus input[type=submit]::after, .m__iconBlock:active .btn::after, .m__iconBlock:active .gform_footer .gform_button::after, .gform_footer .m__iconBlock:active .gform_button::after, .m__iconBlock:active .gform_footer input[type=submit]::after, .gform_footer .m__iconBlock:active input[type=submit]::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
@media (min-width: 769px) {
  .m__iconBlock {
    text-align: left;
  }
}
@media (min-width: 1021px) {
  .m__iconBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.m__iconBlock__icon-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .m__iconBlock__icon-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.m__iconBlock__icon-body {
  margin-bottom: 0.5em;
}
.m__iconBlock__icon {
  margin-bottom: 0.5em;
  max-width: 30px;
}
@media (min-width: 1021px) {
  .m__iconBlock__icon {
    margin-right: 1.5rem;
  }
}

.m__linkTiles a {
  display: block;
}

.m__linkTile {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
@media (max-width: 480px) {
  .m__linkTile {
    min-height: 300px;
  }
}
.m__linkTile:hover.dark-overlay::before {
  background: rgba(0, 0, 0, 0.5);
}
.m__linkTile__content {
  position: relative;
  padding: 2em;
}
.m__linkTile__content p:last-of-type {
  margin: 0;
}

.m__testimonials {
  padding: 3em 0 0;
  background-color: #E6E7EB;
}
@media (min-width: 1021px) {
  .m__testimonials {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.m__testimonials > div .l__row {
  width: 100%;
}
@media (min-width: 1021px) {
  .m__testimonials > div .l__row {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1020px) {
  .m__testimonials__item {
    text-align: center;
  }
}
@media (max-width: 1020px) {
  .m__testimonials__item > div {
    height: 100%;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (max-width: 1020px) {
  .m__testimonials .l__contain, .m__testimonials .wp-block-columns {
    padding: 0;
  }
}
.m__testimonials .l__contain > div, .m__testimonials .wp-block-columns > div {
  background-color: #E6E7EB;
  border-radius: 8px;
}
.m__testimonials .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__testimonials__img-holder {
  height: auto;
}
@media (max-width: 1020px) {
  .m__testimonials__img-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2em;
  }
}
.m__testimonials__img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.m__testimonials__img img {
  width: 100%;
}
@media (min-width: 769px) {
  .m__testimonials__img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media (min-width: 1021px) {
  .m__testimonials__img img {
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
  }
}
.m__testimonials__quote-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 1020px) {
  .m__testimonials__quote-holder {
    padding: 0 20px;
  }
}
@media (min-width: 1021px) {
  .m__testimonials__quote-holder {
    padding: 6.5em 0 4em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.m__testimonials__quote {
  color: #5A9DAB;
  font-size: 24px;
  line-height: 1.2em;
}
@media (min-width: 1021px) {
  .m__testimonials__quote {
    margin-bottom: 1.5em;
  }
}
.m__testimonials__author {
  margin-bottom: 0;
  font-size: 18px;
}
.m__testimonials__who {
  color: #5A9DAB;
  margin-bottom: 0;
  font-size: 15px;
}
.m__testimonials p {
  font-weight: 900;
}
.m__testimonials .slick-list {
  overflow: hidden;
}
.m__testimonials .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1021px) {
  .m__testimonials .slick-slide {
    height: inherit !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1021px) {
  .m__testimonials .slick-slide .l__row {
    height: inherit;
  }
}
.m__testimonials .slick-dots {
  position: static;
  margin-top: 2em;
}
@media (min-width: 1021px) {
  .m__testimonials .slick-dots {
    display: none !important;
  }
}
.m__testimonials__dots .slick-dots {
  margin: 2.375rem auto;
  position: static;
}
.m__testimonials__dots .slick-dots li button {
  background-color: #494B52;
  opacity: 0.3;
  height: 4px;
  width: 20px;
  border-radius: 2.5px;
}
.m__testimonials__dots .slick-dots li.slick-active button {
  background-color: #5A9DAB;
  opacity: 1;
}
@media (min-width: 1021px) {
  .m__testimonials__dots {
    display: none !important;
  }
}
.m__testimonials .slick-arrow {
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .m__testimonials .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .m__testimonials .slick-arrow.slick-prev {
    left: -30px;
  }
}
.m__testimonials .slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 769px) {
  .m__testimonials .slick-arrow.slick-next {
    right: -30px;
  }
}

.m__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
}
.m__banner__title {
  margin-right: 15px;
}
.m__banner__title h3 {
  font-size: 15px;
}
@media (min-width: 769px) {
  .m__banner__title {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 60px;
  }
  .m__banner__title h3 {
    font-size: 23px;
  }
}
.m__banner__text {
  display: none;
}
@media (min-width: 769px) {
  .m__banner__text {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.m__banner__svg {
  width: 27px;
  height: 27px;
}
@media (min-width: 769px) {
  .m__banner__svg {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.m__banner__svg circle {
  -webkit-transition: 0.5s ease-in-out opacity;
  transition: 0.5s ease-in-out opacity;
  opacity: 0;
}
.m__banner__svg__arrow {
  -webkit-transition: 0.5s ease-in-out stroke;
  transition: 0.5s ease-in-out stroke;
  stroke: #fff;
}
@media (min-width: 769px) {
  .m__banner__svg__arrow {
    stroke: #2c2c32;
  }
}
.m__banner > div {
  background-color: #5A9DAB;
  border-radius: 10px;
  border: 2px solid #5A9DAB;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, border-color;
  transition-property: background-color, box-shadow, border-color, -webkit-box-shadow;
  width: 100%;
}
@media (min-width: 769px) {
  .m__banner > div {
    background-color: #E6E7EB;
    border: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    color: #494B52;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 28px 34px 28px 63px;
  }
}
.m__banner > div:hover, .m__banner > div:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.33);
  border: 2px solid #5A9DAB;
  color: #5A9DAB;
}
@media (min-width: 769px) {
  .m__banner > div:hover, .m__banner > div:focus {
    background-color: #DEF3F7;
    border: 0;
    color: #494B52;
  }
}
.m__banner > div:hover .m__banner__svg circle, .m__banner > div:focus .m__banner__svg circle {
  opacity: 1;
}
.m__banner > div:hover .m__banner__svg__arrow, .m__banner > div:focus .m__banner__svg__arrow {
  stroke: #fff;
}
.m__banner h3,
.m__banner p {
  margin-bottom: 0;
}
.m__banner h3 {
  font-weight: 900;
}
.m__banner p {
  font-size: 15px;
}

.m__carousel__wrap {
  position: relative;
}
.m__carousel__item {
  overflow: hidden;
}
.m__carousel__item::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.m__tabs {
  position: relative;
}
.m__tabs--5050 {
  padding: 4em 0;
  background-color: #E6E7EB;
}
.m__tabs--5050 .m__section {
  margin-bottom: 0;
}
.m__tabs__image {
  position: relative;
}
@media (min-width: 1021px) {
  .m__tabs__image {
    display: none;
  }
  .m__tabs__image.active {
    display: block;
  }
}
.m__tabs__content {
  position: relative;
  padding-bottom: 2.5em;
  padding-left: 2em;
  margin-bottom: 4em;
}
.m__tabs__content.no-link {
  padding-bottom: 0;
}
.m__tabs__content:last-child {
  margin-bottom: 0;
}
.m__tabs__content::after {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #5A9DAB;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-top-right-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
  -webkit-transition: opacity 0.14s ease-in-out;
  transition: opacity 0.14s ease-in-out;
}
@media (min-width: 1021px) {
  .m__tabs__content {
    cursor: pointer;
  }
}
@media (max-width: 1020px) {
  .m__tabs__content::after {
    content: "";
    display: block;
    height: 100%;
    width: 8px;
    background-color: #5A9DAB;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px;
    -webkit-transition: opacity 0.14s ease-in-out;
    transition: opacity 0.14s ease-in-out;
  }
}
.m__tabs__content h3 {
  margin-bottom: 0.25em;
  -webkit-transition: color 0.14s ease-in-out;
  transition: color 0.14s ease-in-out;
}
.m__tabs__content .btn, .m__tabs__content .gform_footer .gform_button, .gform_footer .m__tabs__content .gform_button, .m__tabs__content .gform_footer input[type=submit], .gform_footer .m__tabs__content input[type=submit] {
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 2em;
}
@media (min-width: 1021px) {
  .m__tabs__content .btn, .m__tabs__content .gform_footer .gform_button, .gform_footer .m__tabs__content .gform_button, .m__tabs__content .gform_footer input[type=submit], .gform_footer .m__tabs__content input[type=submit] {
    display: none;
  }
}
.m__tabs__content.active h3 {
  color: #5A9DAB;
}
@media (min-width: 1021px) {
  .m__tabs__content.active::after {
    content: "";
    display: block;
    height: 100%;
    width: 8px;
    background-color: #5A9DAB;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
  }
}
.m__tabs__content.active .btn, .m__tabs__content.active .gform_footer .gform_button, .gform_footer .m__tabs__content.active .gform_button, .m__tabs__content.active .gform_footer input[type=submit], .gform_footer .m__tabs__content.active input[type=submit] {
  display: inline-block;
}
.m__tabs__content.active .btn::after, .m__tabs__content.active .gform_footer .gform_button::after, .gform_footer .m__tabs__content.active .gform_button::after, .m__tabs__content.active .gform_footer input[type=submit]::after, .gform_footer .m__tabs__content.active input[type=submit]::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
@media (max-width: 1020px) {
  .m__tabs__carousel__image {
    margin-bottom: 2em;
  }
}
@media (max-width: 1020px) {
  .m__tabs__carousel__content {
    padding-bottom: 3em;
  }
}
.m__tabs__carousel__content .slick-dots {
  bottom: 0;
}
.m__tabs__carousel__content .slick-dots li button {
  background: rgba(73, 75, 82, 0.2);
}
.m__tabs__carousel__content .slick-dots li.slick-active button {
  background: #5A9DAB;
}
.m__tabs__bar label {
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  padding-bottom: 0.5em;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
}
@media (max-width: 1020px) {
  .m__tabs__bar label {
    display: none;
  }
}
.m__tabs__bar label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FECB00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.m__tabs__bar label.active::after {
  width: 100%;
}
.m__tabs__bar label:hover, .m__tabs__bar label.active {
  color: #FECB00;
}
.m__tabs__bar select {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 1021px) {
  .m__tabs__bar select {
    display: none;
  }
}
.m__tabs input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}
.m__tabs input[name^=tabs-]:checked + .label::after {
  width: 100%;
}
.m__tabs__panel {
  display: none;
  overflow: hidden;
  padding: 1em 0 0;
}
.m__tabs__panel p:last-of-type {
  margin: 0;
}
.m__tabs input[name^=tabs-]:checked + .m__tabs__panel {
  display: block;
}

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

.m__stats-block .slick-arrow.slick-next {
  right: -17px;
}
.m__stats-block .slick-arrow.slick-prev {
  left: -17px;
}
.m__stats-block .l__position--flexVertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 769px) {
  .m__stats-block .l__position--flexVertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.m__stats-block__title {
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .m__stats-block__title {
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    margin-bottom: 0;
  }
}
.m__stats-block__illustration img {
  width: 100%;
}
@media (max-width: 1020px) {
  .m__stats-block__illustration {
    display: none;
  }
}

.m__stats-block-stats__item {
  margin-bottom: 3rem;
  text-align: center;
}
.m__stats-block-stats__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .m__stats-block-stats__item {
    margin-bottom: 0;
    padding: 0 42px;
  }
}
.m__stats-block-stats__stat {
  color: #5A9DAB;
  font-size: 45px;
  line-height: 49px;
  font-weight: 900;
  margin-bottom: 0.75rem;
}
.m__stats-block-stats__description {
  font-size: 15px;
  font-weight: 900;
}
@media (min-width: 769px) {
  .m__stats-block-stats__description {
    font-weight: 500;
    margin-bottom: 0;
  }
}

.home .m__linkBlocks__moveUp {
  margin-top: -4em;
}
@media (min-width: 1021px) {
  .home .m__linkBlocks__moveUp {
    margin-top: -22em;
  }
}
@media (max-width: 1020px) {
  .home .m__linkBlocks__moveUp {
    margin-top: -16em;
  }
}
@media (max-width: 480px) {
  .home .m__linkBlocks__moveUp {
    margin-top: -4em;
  }
}

.m__linkBlocks__background {
  position: relative;
  padding: 4em 0;
}
.m__linkBlocks__background::before {
  content: "" !important;
  background-image: url("../images/footer-background.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1020px) {
  .m__linkBlocks__background::before {
    height: 50% !important;
    top: auto;
  }
}
.m__linkBlocks__background a {
  padding: 15px 36px 44px;
}
.m__linkBlocks__background a h4 {
  font-size: 24px;
  line-height: 26px;
}
.m__linkBlocks__moveUp {
  position: relative;
  z-index: 100;
  margin-top: -4em;
}
@media (min-width: 1021px) {
  .m__linkBlocks__moveUp {
    margin-top: -20em;
  }
}
@media (max-width: 1020px) {
  .m__linkBlocks__moveUp {
    margin-top: -16em;
  }
}
@media (max-width: 480px) {
  .m__linkBlocks__moveUp {
    margin-top: -4em;
  }
}
@media (min-width: 769px) {
  .m__linkBlocks__moveUp {
    padding-bottom: 3em;
  }
}
.m__linkBlocks__item {
  height: 100%;
}
.m__linkBlocks__item a {
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 23px 44px;
  position: relative;
  display: block;
  height: 100%;
}
.m__linkBlocks__item a img, .m__linkBlocks__item a picture {
  display: inline-block;
  height: 26px;
  width: 26px;
}
.m__linkBlocks__item a picture {
  position: absolute;
  left: 23px;
  top: 15px;
}
.m__linkBlocks__item a h4 {
  padding-left: 35px;
  margin: 0 0 0.5em;
  line-height: 26px;
}
.m__linkBlocks__item a p {
  margin-bottom: 15px;
  line-height: 20px;
}
.m__linkBlocks__item a .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #E6E7EB;
  font-weight: 600;
  padding: 15px 35px 15px 25px;
  border-radius: 0 0 12px 12px;
  margin: 0;
}
.m__linkBlocks__item a .link::after {
  content: "";
  background-image: url("../images/icons/arrow-icon-dark.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  -webkit-transition: background-color ease-in-out 0.5s;
  transition: background-color ease-in-out 0.5s;
}
.m__linkBlocks__item a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.m__linkBlocks__item a:hover .link {
  background-color: rgba(90, 157, 171, 0.2);
}
.m__linkBlocks__item a:hover .link::after {
  background-color: #5A9DAB;
  background-image: url("../images/icons/arrow-icon.svg");
}
@media (min-width: 769px) {
  .m__linkBlocks__item.m__linkBlocks__item__link a {
    padding: 33px 33px 85px;
  }
}
.m__linkBlocks__item.m__linkBlocks__item__link a h3 {
  padding-left: 0;
  margin: 0 0 0.5em;
}
@media (min-width: 769px) {
  .m__linkBlocks__item.m__linkBlocks__item__link a .link {
    border-radius: 12px;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1020px) {
  .m__linkBlocks .l__col {
    margin-bottom: 2em;
  }
}

.downloads-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.downloads-block-list div {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
}
.downloads-block-list div a {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .downloads-block-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .downloads-block-list div {
    width: calc(50% - 1em);
  }
  .downloads-block-list div:nth-child(odd) {
    margin-right: 0.5em;
  }
  .downloads-block-list div:nth-child(even) {
    margin-left: 0.5em;
  }
}

.m__carousel--post-header {
  margin-top: -35rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 11;
}
.m__carousel--post-header .slick-slide {
  height: 450px;
}
.m__carousel .slick-arrow {
  width: 60px;
  height: 60px;
}
@media (min-width: 769px) {
  .m__carousel .slick-arrow.slick-prev {
    left: -30px;
  }
}
.m__carousel .slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 769px) {
  .m__carousel .slick-arrow.slick-next {
    right: -30px;
  }
}

.m__carPark__options {
  margin-bottom: 20px;
}
.m__carPark__options .town {
  width: 100%;
  max-width: 250px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .m__carPark__options .town {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.m__carPark__options .development {
  width: 100%;
  max-width: 250px;
  float: left;
}
@media (max-width: 768px) {
  .m__carPark__options .development {
    max-width: 100%;
    float: none;
  }
}
.m__carPark__options .development option {
  display: none;
}
.m__carPark__options .development option.active {
  display: block;
}

.car-park {
  float: left;
  width: 100%;
  position: relative;
}
.car-park.active {
  min-height: 160px;
}
.car-park .c__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.m__videoGallery .l__col__span3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m__videoGallery__item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  border-radius: 10px;
}
.m__videoGallery__item-holder:hover, .m__videoGallery__item-holder:focus, .m__videoGallery__item-holder:active {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.33);
}
.m__videoGallery__item {
  position: relative;
  padding-bottom: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.m__videoGallery__item .play-btn {
  bottom: 50%;
}
.m__videoGallery__copy {
  padding: 1.5em 1em;
}
.m__videoGallery__title {
  margin-bottom: 0.25em;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 769px) {
  .m__videoGallery__title {
    margin-bottom: 0.5em;
    font-size: 24px;
    text-align: left;
  }
}
.m__videoGallery__description {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .m__videoGallery__description {
    text-align: left;
  }
}

.m__contact h4 {
  font-size: 15px;
  font-weight: 400;
}
.m__contact h3 {
  font-weight: 600;
}
.m__contact__carousel {
  margin-top: 2em;
}
.m__contact__carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__contact__carousel .slick-slide {
  height: inherit !important;
}
.m__contact__streets p {
  width: 49%;
  float: left;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 24px;
}
.m__contact__streets p:nth-of-type(odd) {
  margin-right: 2%;
}
.m__contact__text {
  width: 60%;
  float: left;
  border-radius: 0 12px 12px 0;
  background-color: #F0F0F0;
  padding: 40px 30px;
}
.m__contact__text h3 {
  font-size: 38px;
  line-height: 40px;
}
.m__contact__text .tel {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.m__contact__text .tel::before {
  content: "";
  background-image: url("../images/icons/phone-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  width: 23px;
  height: 23px;
}
.m__contact__text .mail {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.m__contact__text .mail::before {
  content: "";
  background-image: url("../images/icons/mail-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  width: 23px;
  height: 23px;
}
.m__contact__text .streets-title {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.m__contact__text .streets-title::before {
  content: "";
  background-image: url("../images/icons/places-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  width: 23px;
  height: 23px;
}
@media (max-width: 768px) {
  .m__contact__text {
    width: 100%;
    border-radius: 0 0 12px 12px;
  }
}
.m__contact__img {
  border-radius: 12px 0 0 12px;
  width: 40%;
  float: left;
}
@media (max-width: 768px) {
  .m__contact__img {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
}
.m__contact__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.m__contact a {
  display: block;
  width: 100%;
}

.m__housingContacts__contact {
  margin: 0 -10px;
}
@media (max-width: 1020px) {
  .m__housingContacts__contact {
    margin-top: 2em;
  }
}
.m__housingContacts__contact .slick-next {
  right: -20px;
}
.m__housingContacts__contact .slick-prev {
  left: -20px;
}
