@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  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. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
/* fonts, links and headers */
/* vars */
body {
  background-color: #ffffff;
  font-family: "Nunito", sans-serif;
  color: #1a2f48;
  padding: 80px 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero)) {
    padding: 110px 0 0;
  }
}
header .skip {
  color: #ffffff;
  background-color: #353535;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
  }
}
h1 em {
  font-weight: 300;
}
h2 {
  font-size: 2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 4.5rem;
  }
}
h2 em {
  font-weight: 300;
}
h3 {
  font-size: 1.5rem;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1280px) {
  p:not(:has(strong a)) {
    font-size: 1.125rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
strong {
  font-weight: 800;
}
strong a,
a strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #84a8c2;
  border: 1px solid #84a8c2;
  border-radius: .5rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
strong a:hover,
a strong:hover {
  color: #1a2f48;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.address {
  margin-bottom: 10px;
}
.address p {
  margin: 0;
  font-size: 1em;
}
.social-pages a {
  background: white;
  border: 1px solid #ffffff;
  color: #1a2f48;
  width: 40px;
  height: 40px;
  padding: 12px !important;
  border-radius: 50%;
}
.social-pages a::before {
  display: none !important;
}
.social-pages a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none !important;
}
.social-pages a span {
  display: none;
}
.layout-pagesfeatured .text h2 em,
.layout-projectsslider .text h2 em,
.layout-textandimage .text h2 em {
  color: #84a8c2;
}
.layout-pagesfeatured .text p:not(:has(strong a)),
.layout-projectsslider .text p:not(:has(strong a)),
.layout-textandimage .text p:not(:has(strong a)) {
  line-height: 1.6;
}
.layout-pagesfeatured .text p strong a,
.layout-projectsslider .text p strong a,
.layout-textandimage .text p strong a {
  color: #1a2f48;
  background-color: #ffffff;
  border-color: #1a2f48;
}
.layout-pagesfeatured .text p strong a:hover,
.layout-projectsslider .text p strong a:hover,
.layout-textandimage .text p strong a:hover {
  color: #ffffff;
  background-color: #1a2f48;
}
.layout-pagesfeatured .text ul li,
.layout-projectsslider .text ul li,
.layout-textandimage .text ul li {
  display: flex;
  gap: .25rem;
  line-height: 1.7;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .text ul li,
  .layout-projectsslider .text ul li,
  .layout-textandimage .text ul li {
    font-size: 1.125rem;
  }
}
.layout-pagesfeatured .text ul li::before,
.layout-projectsslider .text ul li::before,
.layout-textandimage .text ul li::before {
  content: "-";
  display: block;
}
.layout-projects .intro,
.layout-projectdetails .intro {
  background-color: #8e6d3f;
  color: #ffffff;
  padding: 2.5rem 0;
  position: relative;
  isolation: isolate;
}
.layout-projects .intro::before,
.layout-projectdetails .intro::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #8e6d3f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-projects .intro,
  .layout-projectdetails .intro {
    padding: 2.5rem 2rem 2.5rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projects .intro,
  .layout-projectdetails .intro {
    padding: 5.5rem 5rem 5.5rem 0;
  }
}
.layout-projects .intro::before,
.layout-projectdetails .intro::before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-projects .intro::before,
  .layout-projectdetails .intro::before {
    left: auto;
    right: 0;
    transform: none;
  }
}
.layout-projects .intro p,
.layout-projectdetails .intro p {
  line-height: 1.8;
}
@media screen and (min-width: 1660px) {
  .layout-projects .intro p,
  .layout-projectdetails .intro p {
    font-size: 1.25rem;
  }
}
.layout-header header .contact,
.layout-header .full-menu .contact {
  gap: 1rem;
  right: 5rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #8e6d3f;
  border: 1px solid #8e6d3f;
  border-radius: .5rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-header header .contact,
  .layout-header .full-menu .contact {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
.layout-header header .contact:hover,
.layout-header .full-menu .contact:hover {
  color: #1a2f48;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header header .contact:active,
.layout-header .full-menu .contact:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-header header .contact,
  .layout-header .full-menu .contact {
    right: 2rem;
    font-size: 1.3725rem;
    padding: .75rem 1.75rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .contact i,
  .layout-header .full-menu .contact i {
    font-size: 2rem;
  }
}
.layout-header header {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(53, 53, 53, 0.2);
}
.layout-header header,
.layout-header header .container {
  height: 80px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 110px;
  }
}
.layout-header header .container .home {
  left: 1rem;
  height: 100%;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    left: 2rem;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container nav {
  right: 360px;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav {
    right: 520px;
  }
}
.layout-header header .container nav .menu {
  gap: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu {
    gap: 3rem;
  }
}
.layout-header header .container nav .menu li a {
  font-size: 1.25rem;
  color: #1a2f48;
  padding: .25rem .5rem;
}
.layout-header header .container nav .menu li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-header header .container nav .menu li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/caret-down-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transform: none;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: -100vh;
  width: max-content;
  background-color: #ffffff;
  border: 1px solid #1a2f48;
  padding: 1rem;
  border-radius: .5rem;
  opacity: 0;
  transition: opacity 250ms 125ms ease-in;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu li a {
  color: #1a2f48;
  transition: all 0.25s ease;
  font-size: 1.125rem;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu li a:hover {
  color: #bcad9a;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin: 0 0 1rem;
}
.layout-header header .container nav .menu li.menu-item-has-children:hover::after {
  transform: rotate(-180deg);
}
.layout-header header .container nav .menu li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
.layout-header header .container nav .menu li.active {
  position: relative;
  isolation: isolate;
}
.layout-header header .container nav .menu li.active::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #8e6d3f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-header header .container nav .menu li.active::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.layout-header header .container .contact {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .contact {
    display: flex;
  }
}
.layout-header header .container .contact:hover {
  border-color: #1a2f48;
}
.layout-header header .container .full-menu-toggle {
  right: 1rem;
  color: #1a2f48;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .full-menu-toggle {
    right: 2rem;
  }
}
.layout-header .full-menu {
  padding: 2rem 0 0;
  background-color: #ffffff;
}
.layout-header .full-menu .container nav .menu li > a {
  font-size: 1.25rem;
  color: #1a2f48;
  padding: .25rem .5rem;
}
.layout-header .full-menu .container nav .menu li > a .toggle {
  background-color: transparent;
  border-color: transparent;
  transform: none;
  transition: all 0.25s ease;
}
.layout-header .full-menu .container nav .menu li .sub-menu {
  margin: 0 0 0 1rem;
}
.layout-header .full-menu .container nav .menu li .sub-menu li a {
  padding: .25rem .5rem;
}
.layout-header .full-menu .container nav .menu li.unfolded a .toggle {
  transform: rotate(-180deg);
}
.layout-header .full-menu .container .contact {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu .container .contact {
    display: none;
  }
}
.full-menu-open .layout-header .full-menu {
  top: 80px;
}
.layout-footer {
  background-color: #1a2f48;
  padding: 2rem 0;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 7rem 0 3rem;
  }
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1580px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container {
    gap: 4rem;
  }
}
.layout-footer .container .logo-and-info {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-info {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-info::after {
    content: "";
    display: block;
    height: 50%;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.layout-footer .container .logo-and-info .home {
  height: 50px;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-info .home {
    height: 85px;
  }
}
.layout-footer .container .logo-and-info .email {
  display: block;
}
.layout-footer .container .logo-and-info .email i {
  display: none;
}
.layout-footer .container .logo-and-info .business-information p {
  margin: 0;
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: 1fr 1fr auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks {
    padding: .5rem 0 0 6rem;
  }
}
.layout-footer .container .blocks > li:not(:has(.gform_wrapper)) ul li {
  margin: 0 0 1rem;
}
.layout-footer .container .blocks > li:not(:has(.gform_wrapper)) ul li a {
  padding: .25rem 0;
  font-size: 1.125rem;
}
.layout-footer .container .blocks > li:not(:has(.gform_wrapper)) ul li a:not(:last-child) {
  margin: 0 0 .5rem;
}
.layout-footer .container .blocks .gform_wrapper .gform_title {
  font-weight: 500;
  font-size: 1.25rem;
}
.layout-footer .container .blocks .gform_wrapper .gform_description {
  margin: .75rem 0 !important;
  line-height: 1.12;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields {
  margin: 1.5rem 0 0;
  position: relative;
  isolation: isolate;
  grid-template-columns: 1fr auto;
  gap: 0 !important;
  border-radius: 5rem;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields::before {
  border-radius: 5rem;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields input {
  border-radius: 3rem;
  background-image: none;
  height: 3.5rem !important;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields .gfield--type-email,
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields .gfield--type-submit {
  grid-column: span 1;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields .gfield--type-submit {
  margin: 0 -1px 0 0;
}
.layout-footer .container .blocks .gform_wrapper:has(.gfield--type-submit):has(.gfield--type-email) .gform_fields .gfield--type-submit .button {
  border-radius: 3rem !important;
  height: 3.5rem !important;
}
.layout-footer .container .blocks .gform_wrapper .gform_footer {
  display: none;
}
.layout-footer .container .social-pages {
  display: flex;
  gap: .5rem;
  align-items: center;
  align-self: start;
}
.layout-footer:is(main:has(section:last-of-type:is(.layout-textandimage)) + .layout-footer) {
  padding-top: 14rem !important;
}
.layout-copyright {
  padding: 1rem 0;
  background-color: #1a2f48;
  color: #ffffff;
}
.layout-copyright .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: center;
  }
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .credits {
    justify-self: end;
  }
}
.layout-copyright .container .up {
  justify-self: end;
}
.layout-hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  color: #ffffff;
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: 500px;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(53, 53, 53, 0.7), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-hero .image::before {
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    height: 740px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 909px;
  }
}
.layout-hero .image:not(:has(+ .text-and-links)) {
  height: 350px;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image:not(:has(+ .text-and-links)) {
    height: 500px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image:not(:has(+ .text-and-links)) {
    height: 710px;
  }
}
.layout-hero .text-and-links {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-block: 2rem;
  align-self: center;
}
@media (min-width: 810px) {
  .layout-hero .text-and-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text-and-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .text {
    margin: 8.75rem 0 0;
  }
}
.layout-hero .text-and-links .text p {
  max-width: 760px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-hero .text-and-links .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .links {
    margin: 2rem 0;
  }
}
.layout-hero .text-and-links .links li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #84a8c2;
  border: 1px solid #84a8c2;
  border-radius: .5rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .links li a {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
.layout-hero .text-and-links .links li a:hover {
  color: #1a2f48;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-hero .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .links li a {
    font-size: 1.125rem;
    min-width: 180px;
  }
}
.layout-hero .text-and-links .links li:nth-child(even) a {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.layout-hero .text-and-links .links li:nth-child(even) a:hover {
  background: #ffffff;
}
.layout-hero.style-text_bottom .text-and-links {
  align-self: end;
}
.layout-pagesfeatured {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured {
    padding: 4rem 0;
  }
}
.layout-pagesfeatured .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .text {
    padding: 0 0 0 calc(50vw - 1700px / 2);
  }
}
.layout-pagesfeatured .container .text p {
  font-size: 1.125rem;
}
.layout-pagesfeatured .container .text p:not(:has(strong a)) {
  line-height: 2;
}
.layout-pagesfeatured .container .text p:has(strong a) {
  margin: 2.25rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .text p:has(strong a) strong a {
    padding: 1.125rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages {
    padding: 0 0 2rem 7.5rem;
  }
}
.layout-pagesfeatured .container .pages .page {
  position: relative;
  width: 100%;
}
.layout-pagesfeatured .container .pages .page .image {
  height: 450px;
  width: 100%;
  position: relative;
  isolation: isolate;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
}
.layout-pagesfeatured .container .pages .page .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(53, 53, 53, 0.7), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-pagesfeatured .container .pages .page .image::before {
  z-index: 2;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages .page .image {
    height: 550px;
  }
}
.layout-pagesfeatured .container .pages .page .image::before {
  border-radius: 1rem;
  background: linear-gradient(to top, #000000, transparent);
}
.layout-pagesfeatured .container .pages .page .image img {
  border-radius: 1rem;
  transform: scale(1);
  transition: all 0.25s ease;
}
.layout-pagesfeatured .container .pages .page .title-and-more {
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  left: 1rem;
  color: #B5B5B5;
}
.layout-pagesfeatured .container .pages .page .title-and-more .more {
  display: flex;
  gap: .25rem;
  align-items: center;
}
.layout-pagesfeatured .container .pages .page:hover .image img {
  transform: scale(1.2);
}
.layout-textandimage {
  background-color: #ffffff;
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: none;
  padding: 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.layout-textandimage .container .text {
  height: max-content;
  padding: 2rem 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text {
    padding: 2rem;
    align-self: center;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text {
    padding: 0 5rem 0 calc(50vw - 1700px / 2 + 2rem);
  }
}
.layout-textandimage .container .text h2,
.layout-textandimage .container .text h3 {
  margin: 0 0 1rem;
}
.layout-textandimage .container .text p {
  margin: 0;
}
.layout-textandimage .container .text p:not(:has(strong a)) {
  line-height: 1.75;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
.layout-textandimage .container .text p:has(strong a) {
  margin: 2.75rem 0 0;
}
.layout-textandimage .container .text p:has(strong a) strong {
  display: inline-flex;
}
.layout-textandimage .container .image {
  height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .image {
    height: 500px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text {
    order: 2;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage.style-image_left .container .text {
    padding: 0 calc(50vw - 1700px / 2 + 2rem) 0 5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .image {
    order: 1;
  }
}
.layout-textandimage.style-image_bottom {
  padding: 2rem 0;
  background-color: #fafafa;
  margin: 0 0 -10rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.style-image_bottom {
    padding: 5.5rem 0;
    margin: 0 0 -17rem;
  }
}
.layout-textandimage.style-image_bottom .container {
  max-width: 1360px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_bottom .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.layout-textandimage.style-image_bottom .container .text {
  text-align: center;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage.style-image_bottom .container .text {
    padding: 2rem;
  }
}
.layout-textandimage.style-image_bottom .container .text h2 {
  margin: 0 0 1.5rem;
}
.layout-textandimage.style-image_bottom .container .image {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.style-image_bottom .container .image {
    height: 610px;
  }
}
.layout-textandimage.style-image_bottom .container .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_bottom .container .image img {
    border-radius: 2rem;
  }
}
.layout-textandimage.style-image_bottom:has(+ .layout-cta) {
  background-color: transparent !important;
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.layout-textandimage.style-image_bottom:has(+ .layout-cta)::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 17rem);
  background: #fafafa;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-textandimage.style-image_bottom:has(+ .layout-cta)::before {
  top: 0;
  transform: none;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.style-image_bottom + .layout-cta {
    padding: 16.5rem 0 2rem !important;
  }
}
.layout-cta {
  padding: 4rem 0 2rem;
  background-color: #8e6d3f;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  isolation: isolate;
  color: #ffffff;
  text-align: center;
}
.layout-cta::before {
  content: "";
  display: block;
  width: 100px;
  height: 0.25rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-cta {
    border-radius: 4rem 4rem 0 0;
  }
}
.layout-cta::before {
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.layout-cta::after {
  content: "";
  display: none;
  width: 100%;
  height: 12rem;
  background-color: #8e6d3f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem 2rem 0 0;
  z-index: 4;
}
@media screen and (min-width: 1280px) {
  .layout-cta::after {
    border-radius: 4rem 4rem 0 0;
  }
}
.layout-cta .container h2 {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container h2 {
    font-size: 3.5rem;
  }
}
.layout-cta .container p:not(:has(strong a)) {
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
.layout-cta .container p a:not(strong a) {
  text-decoration: underline;
  font-weight: 700;
}
.layout-cta .container p a:not(strong a):hover {
  color: #84a8c2;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container p:has(strong a) {
    margin: 3.5rem 0;
  }
}
.layout-cta .container p:has(strong a) strong a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container p:has(strong a) strong a {
    font-size: 1.5rem;
    padding: 1.125rem 2.5rem;
  }
}
.layout-cta:is(.layout-textandimage + .layout-cta),
.layout-cta:is(.layout-image + .layout-cta) {
  padding: 12rem 0 2rem;
}
.layout-cta:is(.layout-textandimage + .layout-cta)::before,
.layout-cta:is(.layout-image + .layout-cta)::before {
  top: 10rem;
  z-index: 5;
}
@media screen and (min-width: 1660px) {
  .layout-cta:is(.layout-textandimage + .layout-cta)::before,
  .layout-cta:is(.layout-image + .layout-cta)::before {
    top: 13rem;
  }
}
.layout-cta:is(.layout-textandimage + .layout-cta)::after,
.layout-cta:is(.layout-image + .layout-cta)::after {
  display: block;
}
.layout-formandblocks {
  padding: 2rem 0;
  background-color: #fafafa;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks {
    padding: 4rem 0 6.5rem;
  }
}
.layout-formandblocks::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/d-house-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: left center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-formandblocks .container {
  max-width: 1430px;
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container {
    display: grid;
    grid-template-columns: 1fr 1.175fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .form {
    padding: 0 4rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-formandblocks .container .form {
    margin: 2rem 0 0;
    padding: 0 6rem 0 0;
  }
}
.layout-formandblocks .container .form p {
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-formandblocks .container .form p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-formandblocks .container .form .gform_wrapper form {
    padding: 2rem 0 0;
  }
}
.layout-formandblocks .container .blocks {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-formandblocks .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .blocks {
    margin: 0;
    gap: 2.5rem;
  }
}
.layout-formandblocks .container .blocks li .block {
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border-radius: .5rem;
  box-shadow: 0 0 1.25rem rgba(53, 53, 53, 0.2);
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.layout-formandblocks .container .blocks li .block .icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #DBE1E7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1660px) {
  .layout-formandblocks .container .blocks li .block .icon {
    height: 4rem;
    width: 4rem;
  }
}
.layout-formandblocks .container .blocks li .block .icon img {
  height: 50%;
  width: 50%;
  object-fit: contain;
}
.layout-formandblocks .container .blocks li .block .block-text {
  color: #353535;
  height: max-content;
}
.layout-formandblocks .container .blocks li .block .block-text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-formandblocks .container .blocks li .block .block-text h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .blocks li .block .block-text h3 {
    font-size: 1.15rem;
  }
}
.layout-formandblocks .container .blocks li .block .block-text p,
.layout-formandblocks .container .blocks li .block .block-text .phone,
.layout-formandblocks .container .blocks li .block .block-text .email {
  font-weight: 300;
  margin: 0;
}
.layout-formandblocks .container .blocks li .block .block-text .phone i,
.layout-formandblocks .container .blocks li .block .block-text .email i {
  display: none;
}
.layout-formandblocks .container .blocks li .block .block-link {
  color: #353535;
  font-weight: 600;
  padding: .75rem 1.5rem;
  margin: 2rem 0 0;
  border: 1px solid #353535;
  background-color: #ffffff;
  border-radius: 3rem;
  width: fit-content;
  transition: all 0.25s ease;
  align-self: end;
}
.layout-formandblocks .container .blocks li .block .block-link:hover {
  color: #ffffff;
  background-color: #84a8c2;
  border-color: #84a8c2;
}
.layout-formandblocks .container .blocks li .block:has(iframe) {
  padding: 0;
}
.layout-formandblocks .container .blocks li .block:has(iframe) .block-text {
  height: 100%;
}
.layout-formandblocks .container .blocks li .block:has(iframe) .block-text p {
  margin: 0 !important;
  height: 100%;
}
.layout-formandblocks .container .blocks li .block:has(iframe) .block-text p iframe {
  height: 100%;
  min-height: 280px;
  width: 100%;
  border-radius: .75rem;
}
.layout-formandblocks .container .blocks li .block:has(.icon):not(:has(.block-text)):not(:has(.block-link)) {
  padding: 0;
  display: block;
}
.layout-formandblocks .container .blocks li .block:has(.icon):not(:has(.block-text)):not(:has(.block-link)) .icon {
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.layout-formandblocks .container .blocks li .block:has(.icon):not(:has(.block-text)):not(:has(.block-link)) .icon img {
  border-radius: .5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.layout-text,
.layout-contents {
  text-align: center;
  padding: 2rem 0;
}
.layout-text .container,
.layout-contents .container {
  max-width: 850px;
}
.layout-text .container p,
.layout-contents .container p,
.layout-text .container li,
.layout-contents .container li {
  color: #353535;
}
.layout-text .container strong a,
.layout-contents .container strong a {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}
.layout-text {
  padding: 2.5rem 0;
  background-color: #fafafa;
}
@media screen and (min-width: 1660px) {
  .layout-text {
    padding: 5rem 0;
  }
}
.layout-text .container {
  max-width: 1000px;
}
.layout-text .container .text h2 em {
  color: #84a8c2;
}
.layout-text .container .text p {
  max-width: 570px;
  margin: 3rem auto;
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text p {
    font-size: 1.25rem;
  }
}
.layout-text .container .text p:has(+p) {
  margin: 1rem auto;
}
.layout-text .container .text .gform_wrapper {
  margin: 2rem auto 0;
  text-align: initial;
  max-width: 670px;
}
.layout-text .container .text .gform_wrapper .gform_heading {
  display: none;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield .ginput_container input[type="file"] {
  color: transparent;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container,
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container {
  position: relative;
  isolation: isolate;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container::before,
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container::before {
  display: block;
  font-size: 1.125rem;
  position: absolute;
  top: 1rem;
  left: 6rem;
  z-index: -1;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container::after,
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container::after {
  content: "";
  display: block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #84a8c2;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container input,
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container input {
  background-color: transparent;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container:has(.has-file)::before,
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container:has(.has-file)::before {
  display: none;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container:has(.has-file) input,
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container:has(.has-file) input {
  color: #1a2f48;
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.cv .ginput_container::before {
  content: "CV (Curiculum vitae)*";
}
.layout-text .container .text .gform_wrapper .gform_fields .gfield.motivation .ginput_container::before {
  content: "Motivatiebrief*";
}
.layout-text .container .text .gform_wrapper .gform_footer button {
  background-color: #8e6d3f !important;
  border-color: #8e6d3f !important;
}
.layout-text .container .text .gform_wrapper .gform_footer button:hover {
  color: #8e6d3f !important;
  background-color: #ffffff !important;
}
.layout-textandblocks {
  padding: 3.5rem 0;
  background-color: #8e6d3f;
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-textandblocks::before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: #8e6d3f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-textandblocks .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container {
    gap: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container {
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .text {
    padding: 0 9rem 0 0;
  }
}
.layout-textandblocks .container .text p {
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container .text p {
    font-size: 1.25rem;
  }
}
.layout-textandblocks .container .text p strong a {
  background-color: transparent;
  border-color: #ffffff;
  padding: 1rem 3rem;
}
.layout-textandblocks .container .text p strong a:hover {
  color: #8e6d3f;
  background-color: #ffffff;
}
.layout-textandblocks .container .text p:not(:has(strong a)) {
  line-height: 1.8;
  margin: 1.75rem 0;
}
.layout-textandblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-textandblocks .container .blocks li .block p {
  margin: 0;
}
.layout-textandblocks.style-has_background::before {
  background-image: url(../images/d-house.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: left center;
  background-size: 100%;
}
.layout-textandblocks + .layout {
  position: relative;
  z-index: 2;
}
.layout:has( + .layout-textandblocks) {
  position: relative;
  z-index: 2;
}
.layout-images {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-images {
    padding: 5.5rem 0 3rem;
  }
}
.layout-images .container .images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-images .container .images {
    gap: 1rem;
  }
}
.layout-images .container .images li .image {
  height: 100px;
}
@media screen and (min-width: 810px) {
  .layout-images .container .images li .image {
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images .container .images li .image {
    height: 350px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image {
    height: 470px;
  }
}
.layout-images .container .images li .image img {
  border-radius: .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-images .container .images li .image img {
    border-radius: .75rem;
  }
}
.layout-images .container .images li:nth-child(2),
.layout-images .container .images li:nth-child(4),
.layout-images .container .images li:nth-child(5),
.layout-images .container .images li:nth-child(7),
.layout-images .container .images li:nth-child(9),
.layout-images .container .images li:nth-child(10),
.layout-images .container .images li:nth-child(12),
.layout-images .container .images li:nth-child(14),
.layout-images .container .images li:nth-child(15),
.layout-images .container .images li:nth-child(17),
.layout-images .container .images li:nth-child(19),
.layout-images .container .images li:nth-child(20),
.layout-images .container .images li:nth-child(22),
.layout-images .container .images li:nth-child(24),
.layout-images .container .images li:nth-child(25),
.layout-images .container .images li:nth-child(27),
.layout-images .container .images li:nth-child(29),
.layout-images .container .images li:nth-child(30) {
  grid-column: span 2;
}
.layout-image {
  padding: 2.5rem 0;
}
.layout-image .container {
  max-width: 1250px;
}
.layout-image .container .image {
  height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-image .container .image {
    height: 500px;
  }
}
.layout-image .container .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-image .container .image img {
    border-radius: 2rem;
  }
}
.layout-image:has(+ .layout-cta) {
  margin: 0 0 -10rem;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
@media screen and (min-width: 1660px) {
  .layout-image + .layout-cta {
    padding: 16.5rem 0 2rem !important;
  }
}
.layout-textandtext {
  padding: 2.5rem 0;
  background-color: #8e6d3f;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext {
    padding: 5.5rem 0 5rem;
  }
}
.layout-textandtext h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-textandtext h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext h2 {
    font-size: 4.5rem;
  }
}
.layout-textandtext h2 em {
  font-weight: 300;
}
.layout-textandtext p {
  margin: 0;
  line-height: 1.75;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext p {
    font-size: 1.25rem;
  }
}
.layout-textandtext p strong {
  font-weight: 700;
}
.layout-textandtext .container {
  max-width: 1560px;
}
.layout-textandtext .container .left-and-right {
  margin: 1.25rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right {
    gap: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right {
    gap: 9.5rem;
  }
}
.privacy-policy .layout-text,
.terms-of-service-page .layout-text,
.privacy-policy .layout-content,
.terms-of-service-page .layout-content {
  text-align: left;
}
.privacy-policy .layout-text .container p,
.terms-of-service-page .layout-text .container p,
.privacy-policy .layout-content .container p,
.terms-of-service-page .layout-content .container p {
  margin: 1rem 0;
  max-width: unset;
}
.layout-projects a.project,
.layout-projectsfeatured a.project {
  position: relative;
  width: 100%;
}
.layout-projects a.project .image,
.layout-projectsfeatured a.project .image {
  height: 450px;
  width: 100%;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.layout-projects a.project .image::before,
.layout-projectsfeatured a.project .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(53, 53, 53, 0.7), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-projects a.project .image::before,
.layout-projectsfeatured a.project .image::before {
  z-index: 2;
}
.layout-projects a.project .image::before,
.layout-projectsfeatured a.project .image::before {
  border-radius: 1rem;
  background: linear-gradient(to top, #000000, transparent);
}
.layout-projects a.project .image img,
.layout-projectsfeatured a.project .image img {
  border-radius: 1rem;
}
.layout-projects a.project .title-and-category,
.layout-projectsfeatured a.project .title-and-category,
.layout-projects a.project .title-and-location,
.layout-projectsfeatured a.project .title-and-location {
  color: #ffffff;
  padding: 1rem;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.layout-projects a.project .title-and-category .category,
.layout-projectsfeatured a.project .title-and-category .category,
.layout-projects a.project .title-and-location .category,
.layout-projectsfeatured a.project .title-and-location .category,
.layout-projects a.project .title-and-category .location,
.layout-projectsfeatured a.project .title-and-category .location,
.layout-projects a.project .title-and-location .location,
.layout-projectsfeatured a.project .title-and-location .location {
  font-size: 1.125rem;
}
.layout-projects {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .intro-and-filter {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projects .container .intro-and-filter h2 {
    font-size: 3.5rem;
  }
}
.layout-projects .container .intro-and-filter .filter-trigger {
  color: #1a2f48;
  background-color: #ffffff;
  border: 1px solid #1a2f48;
  border-radius: .5rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-projects .container .intro-and-filter .filter-trigger {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
.layout-projects .container .intro-and-filter .filter-trigger:hover {
  color: #1a2f48;
  background-color: #1a2f48;
  transition: all 0.25s ease;
}
.layout-projects .container .intro-and-filter .filter-trigger:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
.layout-projects .container .intro-and-filter .filter-trigger .close {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .intro-and-filter .filter-trigger {
    display: none;
  }
}
.layout-projects .container .intro-and-filter .filter {
  position: absolute;
  left: -100vw;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .intro-and-filter .filter {
    position: static;
    padding: 2.5rem 0 2.5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projects .container .intro-and-filter .filter {
    padding: 5.5rem 0 5.5rem 5rem;
  }
}
.layout-projects .container .intro-and-filter .filter > span {
  font-size: 2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .intro-and-filter .filter > span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projects .container .intro-and-filter .filter > span {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projects .container .intro-and-filter .filter > span {
    font-size: 4.5rem;
  }
}
.layout-projects .container .intro-and-filter .filter > span em {
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-projects .container .intro-and-filter .filter > span {
    font-size: 3.5rem;
  }
}
.layout-projects .container .intro-and-filter .filter .facetwp-facet-project_type {
  margin: 1.5rem 0 0;
}
.layout-projects .container .intro-and-filter .filter .facetwp-facet-project_type .facetwp-checkbox {
  background: none;
  position: relative;
  isolation: isolate;
}
.layout-projects .container .intro-and-filter .filter .facetwp-facet-project_type .facetwp-checkbox::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-projects .container .intro-and-filter .filter .facetwp-facet-project_type .facetwp-checkbox::before {
  border: 1px solid #1a2f48;
  outline: 3px solid transparent;
  outline-offset: -6px;
  transition: all 0.25s ease;
}
.layout-projects .container .intro-and-filter .filter .facetwp-facet-project_type .facetwp-checkbox.checked::before {
  outline-color: #1a2f48;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .projects-and-pagination {
    margin: 2rem 0 0;
  }
}
.layout-projects .container .projects-and-pagination .projects {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .projects-and-pagination .projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projects .container .projects-and-pagination .projects {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projects .container .projects-and-pagination .projects li:nth-child(2),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(4),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(5),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(7),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(9),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(10),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(12),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(14),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(15),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(17),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(19),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(20),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(22),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(24),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(25),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(27),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(29),
  .layout-projects .container .projects-and-pagination .projects li:nth-child(30) {
    grid-column: span 2;
  }
}
.filter-open .layout-projects .container .intro-and-filter .filter-trigger .open {
  display: none;
}
.filter-open .layout-projects .container .intro-and-filter .filter-trigger .close {
  display: block;
}
.filter-open .layout-projects .container .intro-and-filter .filter {
  position: relative;
  left: auto;
}
.layout-projectsslider {
  padding: 3rem 0;
}
.layout-projectsslider .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-projectsslider .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container {
    max-width: none;
    padding: 0 4rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsslider .container {
    gap: 0;
  }
}
.layout-projectsslider .container .text {
  height: max-content;
}
@media screen and (min-width: 810px) {
  .layout-projectsslider .container .text {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .text {
    padding: 4rem 0 4rem 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-projectsslider .container .text {
    padding: 6rem calc(50vw - 1700px / 2) 4rem 11rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsslider .container .text p {
    font-size: 1.25rem;
  }
}
.layout-projectsslider .container .text p:not(:has(strong a)) {
  line-height: 1.8;
}
.layout-projectsslider .container .text p strong {
  display: inline-block;
}
@media screen and (min-width: 1660px) {
  .layout-projectsslider .container .text p strong a {
    padding: 1.125rem 3rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-projectsslider .container .projects {
    order: 1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsslider .container .projects .slick-slide {
    width: calc(50vw - 1rem);
    border-radius: 0 1rem 1rem 0;
  }
}
.layout-projectsslider .container .projects .project {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .projects .project .image {
    height: 730px;
  }
}
.layout-projectsslider .container .projects .project .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-projectsslider .container .projects .project .image img {
    border-radius: 0 1rem 1rem 0;
  }
}
.layout-projectsslider .container .projects .project .title-and-category {
  display: none;
}
.layout-projectdetails {
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 810px) {
  .layout-projectdetails .container .intro-and-properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectdetails .container .intro-and-properties h2 {
    font-size: 3.5rem;
  }
}
.layout-projectdetails .container .intro-and-properties .title-and-properties {
  background-color: #f9f9f9;
  padding: 2.5rem 0;
  position: relative;
  isolation: isolate;
}
.layout-projectdetails .container .intro-and-properties .title-and-properties::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties {
    padding: 2.5rem 0 2.5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties {
    padding: 5.5rem 0 5.5rem 5rem;
  }
}
.layout-projectdetails .container .intro-and-properties .title-and-properties::before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties::before {
    left: 0;
    right: auto;
    transform: none;
  }
}
.layout-projectdetails .container .intro-and-properties .title-and-properties .properties-header {
  font-size: 2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties .properties-header {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties .properties-header {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties .properties-header {
    font-size: 4.5rem;
  }
}
.layout-projectdetails .container .intro-and-properties .title-and-properties .properties-header em {
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties .properties-header {
    font-size: 3.5rem;
  }
}
.layout-projectdetails .container .intro-and-properties .title-and-properties .properties {
  margin: 2rem 0;
}
.layout-projectdetails .container .intro-and-properties .title-and-properties .properties li {
  display: flex;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties .properties li {
    font-size: 1.75rem;
  }
}
.layout-projectdetails .container .intro-and-properties .title-and-properties .properties li span {
  font-weight: 600;
}
.layout-projectdetails .container .intro-and-properties .title-and-properties .properties li p {
  margin: 0 0 0 .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-projectdetails .container .intro-and-properties .title-and-properties .properties li p {
    font-size: 1.75rem;
  }
}
.layout-projectdetails .container .gallery {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-projectdetails .container .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectdetails .container .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 5rem 0;
    gap: 1.5rem 2.5rem;
  }
}
.layout-projectdetails .container .gallery li img {
  height: 470px;
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-projectdetails .container .gallery li:nth-child(2),
  .layout-projectdetails .container .gallery li:nth-child(4),
  .layout-projectdetails .container .gallery li:nth-child(5),
  .layout-projectdetails .container .gallery li:nth-child(7),
  .layout-projectdetails .container .gallery li:nth-child(9),
  .layout-projectdetails .container .gallery li:nth-child(10),
  .layout-projectdetails .container .gallery li:nth-child(12),
  .layout-projectdetails .container .gallery li:nth-child(14),
  .layout-projectdetails .container .gallery li:nth-child(15),
  .layout-projectdetails .container .gallery li:nth-child(17),
  .layout-projectdetails .container .gallery li:nth-child(19),
  .layout-projectdetails .container .gallery li:nth-child(20),
  .layout-projectdetails .container .gallery li:nth-child(22),
  .layout-projectdetails .container .gallery li:nth-child(24),
  .layout-projectdetails .container .gallery li:nth-child(25),
  .layout-projectdetails .container .gallery li:nth-child(27),
  .layout-projectdetails .container .gallery li:nth-child(29),
  .layout-projectdetails .container .gallery li:nth-child(30) {
    grid-column: span 2;
  }
}
.layout-projectsfeatured {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured {
    padding: 5.25rem 0;
  }
}
.layout-projectsfeatured .container .text {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
}
.layout-projectsfeatured .container .text h2 em {
  color: #84a8c2;
}
.layout-projectsfeatured .container .text p {
  line-height: 1.9;
  margin: 1.75rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container a.project .image {
    height: 470px;
  }
}
.layout-faq .faq,
.layout-faqfeatured .faq {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 1.5rem;
  border-bottom: 2px solid #1a2f48;
}
.layout-faq .faq .question,
.layout-faqfeatured .faq .question {
  display: flex;
  justify-content: space-between;
  transition: all 0.25s ease;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .layout-faq .faq .question,
  .layout-faqfeatured .faq .question {
    font-size: 1.5rem;
  }
}
.layout-faq .faq .question i,
.layout-faqfeatured .faq .question i {
  font-size: 1.25rem;
  margin: .25rem 0;
  height: max-content;
  font-weight: 700;
}
.layout-faq .faq .answer,
.layout-faqfeatured .faq .answer {
  line-height: 1.7;
  padding: .5rem 0;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 1660px) {
  .layout-faq .faq .answer,
  .layout-faqfeatured .faq .answer {
    font-size: 1.25rem;
  }
}
.layout-faq .faq.unfolded .question i,
.layout-faqfeatured .faq.unfolded .question i {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.layout-faq .faq.unfolded .answer,
.layout-faqfeatured .faq.unfolded .answer {
  position: relative;
  top: auto;
  animation: getTheAnswer 250ms ease-out forwards 100ms;
}
@keyframes getTheAnswer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-faq {
  padding: 3rem 0;
}
.layout-faq .container {
  max-width: 850px;
}
.layout-faqfeatured {
  padding: 2.5rem 0;
}
.layout-faqfeatured .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-faqfeatured .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faqfeatured .container {
    gap: 5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-faqfeatured .container .text {
    padding: 3.25rem 0 0;
  }
}
.layout-faqfeatured .container .text h2 {
  line-height: 1.2;
}
.layout-faqfeatured .container .text h2 em {
  font-weight: 400;
  color: #84a8c2;
}
.layout-faqfeatured .container .text p:not(:has(strong a)) {
  line-height: 2;
  margin: 1.25rem 0 2.5rem;
}
.layout-faqfeatured .container .text p strong a {
  background-color: #ffffff;
  color: #1a2f48;
  border-color: #1a2f48;
}
.layout-faqfeatured .container .text p strong a:hover {
  color: #ffffff;
  background-color: #1a2f48;
}
.layout-vacancies {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies {
    padding: 5rem 0;
  }
}
.layout-vacancies .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container > ul {
    gap: 2rem;
  }
}
.layout-vacancies .container > ul li .vacancy {
  border-radius: .75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-vacancies .container > ul li .vacancy > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-vacancies .container > ul li .vacancy .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: 300px;
  width: 100%;
}
.layout-vacancies .container > ul li .vacancy .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(53, 53, 53, 0.7), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-vacancies .container > ul li .vacancy .image::before {
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container > ul li .vacancy .image {
    height: 450px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container > ul li .vacancy .image {
    height: 580px;
  }
}
.layout-vacancies .container > ul li .vacancy .image::before {
  border-radius: .75rem;
}
.layout-vacancies .container > ul li .vacancy .image img {
  border-radius: .75rem;
}
.layout-vacancies .container > ul li .vacancy .text {
  position: relative;
  padding: 2rem;
  z-index: 3;
  align-self: end;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container > ul li .vacancy .text {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container > ul li .vacancy .text h3 {
    font-size: 2.25rem;
  }
}
.layout-vacancies .container > ul li .vacancy .text p {
  margin: .5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container > ul li .vacancy .text p {
    font-size: 1.25rem;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container > ul li .vacancy .text p {
    font-size: 1.5rem;
  }
}
.layout-vacancies .container > ul li .vacancy .text .more {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: .5rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container > ul li .vacancy .text .more {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
.layout-vacancies .container > ul li .vacancy .text .more:hover {
  color: #1a2f48;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vacancies .container > ul li .vacancy .text .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container > ul li .vacancy .text .more {
    font-size: 1.5rem;
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container > ul li .vacancy .text .more {
    font-size: 1.75rem;
    padding: 1rem 4rem;
  }
}
.layout-vacancies .container > ul li .vacancy .text .more:hover {
  background-color: #84a8c2;
  color: #ffffff;
}
.layout-news .post,
.layout-newslatest .post {
  background-color: #84a8c2;
  color: #1a2f48;
}
@media screen and (min-width: 810px) {
  .layout-news .post,
  .layout-newslatest .post {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .post,
  .layout-newslatest .post {
    height: 100%;
  }
}
.layout-news .post .image,
.layout-newslatest .post .image {
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-news .post .image,
  .layout-newslatest .post .image {
    width: 200px;
    height: auto;
    min-height: 200px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .post .image,
  .layout-newslatest .post .image {
    height: 237px;
    width: 263px;
  }
}
.layout-news .post .title-text-and-more,
.layout-newslatest .post .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title-text-and-more,
  .layout-newslatest .post .title-text-and-more {
    padding: 1.5rem;
  }
}
.layout-news .post .title-text-and-more .title,
.layout-newslatest .post .title-text-and-more .title {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title-text-and-more .title,
  .layout-newslatest .post .title-text-and-more .title {
    font-size: 2rem;
  }
}
.layout-news .post .title-text-and-more .title::after,
.layout-newslatest .post .title-text-and-more .title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../images/arrow-top-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 1280px) {
  .layout-news .post .title-text-and-more .title::after,
  .layout-newslatest .post .title-text-and-more .title::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1.75rem;
  }
}
.layout-news .post .title-text-and-more .text,
.layout-newslatest .post .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: .5rem 0;
  line-height: 1.125;
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title-text-and-more .text,
  .layout-newslatest .post .title-text-and-more .text {
    font-size: 1.25rem;
  }
}
.layout-news .post .title-text-and-more .more,
.layout-newslatest .post .title-text-and-more .more {
  font-weight: 600;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1.25rem;
  margin: .75rem 0 0;
}
.layout-news .post .title-text-and-more .more:hover,
.layout-newslatest .post .title-text-and-more .more:hover {
  color: #bcad9a;
}
.layout-news,
.layout-newslatest {
  padding: 1.75rem 0;
}
.layout-news .container .news,
.layout-newslatest .container .news {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-news .container .news,
  .layout-newslatest .container .news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
  }
}
.layout-newslatest > .title {
  color: #1a2f48;
  font-weight: 700;
  margin: 0 0 1rem;
}
.layout-newslatest .link-to-all {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #84a8c2;
  border: 1px solid #84a8c2;
  border-radius: .5rem;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  display: block;
  width: max-content;
  margin: 2rem auto 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .link-to-all {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
.layout-newslatest .link-to-all:hover {
  color: #1a2f48;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-newslatest .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .link-to-all {
    margin: 2.75rem auto 0;
    padding: .75rem 3.5rem;
  }
}
.layout-newslatest:has(.side-block) .posts-and-side {
  margin: 1.5rem 0 0;
}
.layout-newslatest:has(.side-block) .posts-and-side .news {
  margin: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 1.5rem;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 810px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2.25rem;
  }
}
form .gform_body .gform_fields {
  gap: 1rem !important;
}
form .gform_body .gform_fields .gfield label {
  font-size: 1.125rem;
  margin: .75rem 0 .5rem;
}
form .gform_body .gform_fields .gfield label .gfield_required_asterisk {
  color: #1a2f48;
  font-size: 1.125rem;
}
form .gform_body .gform_fields .gfield .ginput_container input,
form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 3.25rem;
  border-radius: .5rem;
  background-color: #ffffff;
  border: none !important;
  padding: 0 1.5rem;
}
form .gform_body .gform_fields .gfield .ginput_container input:focus,
form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: 1px solid #1a2f48;
}
form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
form .gform_body .gform_fields .gfield .ginput_container textarea[type="email"] {
  background-image: url(../images/envelope-blue.svg);
  background-size: 1.5rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
}
form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  font-size: 1.125rem;
}
form .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 1rem;
  min-height: 120px;
}
form .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container input {
  padding: 0;
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
  height: 3.25rem !important;
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background-color: #84a8c2 !important;
  border: 1px solid #84a8c2 !important;
  border-radius: .5rem !important;
  padding: .75rem 1rem !important;
  width: fit-content !important;
  text-decoration: none !important !important;
  font-weight: 600 !important;
  text-transform: unset !important;
}
@media screen and (min-width: 1280px) {
  form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button:hover {
  color: #1a2f48 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3) !important;
}
form .gform_body .gform_fields .gfield.user .ginput_container input {
  background-image: url(../images/user-blue.svg);
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
}
form .gform_footer .button {
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background-color: #84a8c2 !important;
  border: 1px solid #84a8c2 !important;
  border-radius: .5rem !important;
  padding: .75rem 1rem !important;
  width: fit-content !important;
  text-decoration: none !important !important;
  font-weight: 600 !important;
  flex-basis: 100%;
  font-size: 1.03125rem !important;
  padding: 1rem !important;
}
@media screen and (min-width: 1280px) {
  form .gform_footer .button {
    padding: 1.25rem 1.5rem;
    border-radius: .7rem;
  }
}
form .gform_footer .button:hover {
  color: #1a2f48 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
form .gform_footer .button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3) !important;
}
.slick-slider {
  margin: 0 -0.5rem !important;
  padding: 0 0 2rem;
}
.slick-slider .slick-slide {
  height: max-content;
  margin: 0 .5rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 3rem;
  top: auto;
  bottom: 1rem;
  transform: none;
  z-index: 5;
  border-radius: 50%;
}
@media screen and (min-width: 810px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 5.5rem;
    height: 5.5rem;
    bottom: 3.5rem;
    background-size: 4.5rem;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .8;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 4.5rem);
  transform: rotate(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev {
    left: auto;
    right: calc(1.875rem + 6rem);
  }
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev {
    right: calc(50vw - 1700px / 2 + 7rem);
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    right: calc(50vw - 1700px / 2 + 8rem);
  }
}
.slick-slider .slick-next {
  right: calc(50% - 4.5rem);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-next {
    right: 1.875rem;
  }
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-next {
    right: calc(50vw - 1700px / 2 + 1.875rem);
  }
}
.slick-slider .slick-dots {
  bottom: 0;
}
@media screen and (min-width: 810px) {
  .slick-slider .slick-dots {
    width: fit-content;
    left: 2rem;
  }
}
.slick-slider .slick-dots li {
  height: .5rem;
  width: 1rem;
}
.slick-slider .slick-dots li button {
  padding: 0;
  height: .5rem;
  width: 1rem;
  background-color: rgba(132, 168, 194, 0.4);
  border-radius: 2rem;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active {
  width: 3rem;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #84a8c2;
  width: 3rem;
}
.slick-slider .slick-dots li.slick-active + li {
  width: 1.75rem;
}
.slick-slider .slick-dots li.slick-active + li button {
  width: 1.75rem;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .slick-slider .slick-dots {
    left: 9.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-projectsslider .slick-slider .slick-dots {
    display: flex;
    justify-content: end;
    width: 100%;
    right: 2rem;
    left: auto;
  }
}
.layout-projectsfeatured .slick-slider {
  padding: .5rem 0 2rem;
}
@media screen and (min-width: 1700px) {
  .layout-projectsfeatured .slick-slider .slick-active {
    width: calc(( 1700px - 12rem ) / 4);
  }
}
@media screen and (min-width: 1700px) {
  .layout-projectsfeatured .slick-slider .slick-current {
    width: calc(( 1700px - 2rem ) / 2);
  }
}
.layout-projectsfeatured .slick-slider .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
