@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  z-index: 9;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu-toggle {
    right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .toggle {
  font-size: 1.5rem;
}
.layout-header .full-menu-toggle .toggle.close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav {
    display: block;
  }
}
.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 {
  top: 0;
}
.full-menu-open .full-menu {
  z-index: 1;
}
/* fonts, links and headers */
@font-face {
  font-family: "DINPro";
  src: url(../fonts/DINPro.woff2);
}
@font-face {
  font-family: "DINPRO-Black";
  src: url(../fonts/DINPro-Black.woff2);
}
@font-face {
  font-family: "DINPRO-Bold";
  src: url(../fonts/DINPro-Bold.woff2);
}
@font-face {
  font-family: "DINPRO-Light";
  src: url(../fonts/DINPro-Light.woff2);
}
@font-face {
  font-family: "DINPRO-Medium";
  src: url(../fonts/DINPro-Medium.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedBlack";
  src: url(../fonts/DINPro-CondensedBlack.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedBold";
  src: url(../fonts/DINPro-CondensedBold.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedLight";
  src: url(../fonts/DINPro-CondensedLight.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedMedium";
  src: url(../fonts/DINPro-CondensedMedium.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedRegular";
  src: url(../fonts/DINPro-CondensedRegular.woff2);
}
/* vars */
body {
  font-family: "Geist", sans-serif;
  color: #3d3d3d;
  background-color: #f7f7f7;
  font-size: 18px;
}
body:not(:has(.layout-hero)) {
  padding: 4rem 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero)) {
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body:not(:has(.layout-hero)) {
    padding: 9rem 0 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
}
h1 {
  font-size: 2.25rem;
  font-family: "Geist", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 5rem;
  }
}
h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  line-height: 28px;
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .55rem 2rem;
  }
}
strong a:hover,
a strong:hover {
  background-color: #ffffff;
  border-color: #1b6a31;
  color: #1b6a31;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.layout:not(.layout-header):not(.layout-hero):not(.layout-copyright):not(.layout-textandimage):not(.layout-usps) {
  padding: 2rem 0;
}
.layout-header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.social-pages {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: .25rem;
}
.social-pages a i {
  color: #000000;
}
.social-pages a span {
  display: none;
}
.social-pages a:hover {
  transition: all 0.25s ease;
}
.social-pages a:hover i {
  color: #ffffff;
  transition: all 0.25s ease;
}
.address,
.phone,
.email {
  display: block;
  width: fit-content;
}
.address i,
.phone i,
.email i {
  margin-right: 10px;
}
.layout-header header {
  position: relative;
  z-index: 2;
  background-color: #3d3d3d;
}
.layout-header header,
.layout-header header .container {
  height: 4rem;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 9rem;
  }
}
.layout-header header .container .home {
  height: 80%;
  left: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    left: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .home {
    height: 60%;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: auto;
}
.layout-header header .container nav {
  right: 1rem;
}
.layout-header header .container nav .menu {
  gap: 1rem;
}
.layout-header header .container nav .menu li a {
  padding: .5rem 1rem;
  color: #ffffff;
  font-family: "DINPRO-Bold", sans-serif;
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-header header .container nav .menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header header .container nav .menu li a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-header header .container nav .menu li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li a::before {
  background-color: #ffffff;
}
.layout-header header .container nav .menu li a:hover::before {
  width: calc(100% - 2rem);
}
.layout-header header .container nav .menu li.active a::before {
  width: calc(100% - 2rem);
}
.layout-header header .container nav .menu li:last-child a {
  color: #ffffff;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container nav .menu li:last-child a {
    padding: .55rem 2rem;
  }
}
.layout-header header .container nav .menu li:last-child a:hover {
  background-color: #ffffff;
  border-color: #1b6a31;
  color: #1b6a31;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li:last-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header .full-menu {
  background-color: #ffffff;
  padding: 6rem 0 0;
  z-index: 1;
}
.layout-header .full-menu .container nav .menu li a {
  padding: .5rem 1rem;
  margin: .5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-header:has(+ main .layout-hero) {
    top: 5rem;
  }
}
.layout-header:has(+ main .layout-hero) header {
  background-color: transparent;
}
.full-menu-open .layout-header header {
  background-color: #3d3d3d !important;
}
.full-menu-open .layout-header header .container .home svg g path {
  fill: #3d3d3d;
}
.full-menu-open .layout-header header .container .full-menu-toggle {
  color: #3d3d3d;
  border-color: #3d3d3d;
}
.full-menu-open .layout-header header .container .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header header .container .full-menu-toggle .close {
  display: block;
  color: #ffffff;
}
.scrolled .layout-header {
  background-color: #3d3d3d;
  top: 0 !important;
  transition: all 0.25s ease;
}
.scrolled .layout-header header,
.scrolled .layout-header .container {
  height: 3.25rem;
  transition: all 0.25s ease;
}
.layout-footer {
  background-color: #3d3d3d;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 2.5rem 0 2rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2rem;
  }
}
.layout-footer .container .home svg {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home svg {
    height: 92px;
  }
}
.layout-footer .container .blocks {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    margin: 0;
  }
}
.layout-footer .container .blocks li h3 {
  margin: 0 0 1rem;
}
.layout-footer .container .blocks li h4 {
  margin-top: 20px;
}
.layout-footer .container .blocks li a {
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .blocks li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .blocks li a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-footer .container .blocks li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks li a:before {
  background: #ffffff;
}
.layout-footer .container .blocks li p,
.layout-footer .container .blocks li .phone,
.layout-footer .container .blocks li .email {
  margin: 0;
  line-height: 1.7;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li p,
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks li p,
  .layout-footer .container .blocks li .phone,
  .layout-footer .container .blocks li .email {
    font-size: 1.25rem;
  }
}
.layout-footer .container .blocks li p:has(img),
.layout-footer .container .blocks li .phone:has(img),
.layout-footer .container .blocks li .email:has(img) {
  display: flex;
  justify-content: end;
}
.layout-footer .container .blocks li p:has(img) img,
.layout-footer .container .blocks li .phone:has(img) img,
.layout-footer .container .blocks li .email:has(img) img {
  margin: 0;
  height: 3rem;
  width: auto;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li p:has(img) img,
  .layout-footer .container .blocks li .phone:has(img) img,
  .layout-footer .container .blocks li .email:has(img) img {
    height: 4rem;
  }
}
.layout-copyright {
  background-color: #ffffff;
  padding: 1rem 0;
}
.layout-copyright .container {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.layout-copyright .container ul {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .menu {
    gap: 1rem;
  }
}
.layout-copyright .container .menu li a {
  text-decoration-color: #3d3d3d;
  text-underline-offset: unset;
}
.layout-copyright .container .menu li a:hover {
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
.layout-copyright .container .social-pages a {
  background-color: #1b6a31;
}
.layout-copyright .container .social-pages a i {
  color: #ffffff;
}
.layout-copyright .container .social-pages a:hover {
  background-color: #3d3d3d;
  transition: all 0.25s ease;
}
.layout-copyright .container .up {
  display: block;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  color: #ffffff;
  box-shadow: none;
  border-radius: .25rem;
}
.layout-copyright .container .up:hover {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  transition: all 0.25s ease;
}
.layout-hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  height: 70vh;
  position: relative;
  isolation: isolate;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero .image::before {
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    height: 85vh;
    height: 600px;
  }
}
.layout-hero .text-and-links {
  padding: 6.5rem 1rem 2.5rem;
  color: #ffffff;
  align-self: center;
  max-width: 1500px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links {
    padding: 6.5rem 2rem 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links {
    padding: 10rem 2rem 0;
  }
}
@media screen and (min-width: 1500px) {
  .layout-hero .text-and-links {
    margin: 0 0 0 calc(50vw - 1500px / 2);
  }
}
.layout-hero .text-and-links .text h1 {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .text h1 {
    margin: 0 0 0;
  }
}
.layout-hero .text-and-links .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links .text p {
    max-width: 70%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-hero .text-and-links .links {
  margin: 1rem 0 0;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .links {
    margin: 2.5rem 0 0;
  }
}
.layout-hero .text-and-links .links li:last-child a {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .links li:last-child a {
    padding: .55rem 2rem;
  }
}
.layout-hero .text-and-links .links li:last-child a:hover {
  background-color: #ffffff;
  border-color: transparent;
  color: transparent;
  transition: all 0.25s ease;
}
.layout-hero .text-and-links .links li:last-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-hero .text-and-links .links li:last-child a:hover {
  background-color: #1b6a31;
  border-color: #1b6a31;
  color: #ffffff;
}
.layout-blocks {
  background-color: #f7f7f7;
}
.layout-blocks .container .text {
  text-align: center;
}
.layout-blocks .container .text h2,
.layout-blocks .container .text h3 {
  margin: 0 0 1.5rem;
}
.layout-blocks .container .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .text p {
    font-size: 1.125rem;
  }
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 3rem 0 0;
  }
}
.layout-blocks .container .blocks li .block {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block {
    height: 100%;
    position: relative;
    padding: 2rem 2rem 3rem;
  }
}
.layout-blocks .container .blocks li .block .icon-and-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
  margin: 0 0 1rem;
}
.layout-blocks .container .blocks li .block .icon-and-title .icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block .icon-and-title .icon {
    width: 3rem;
    height: 3rem;
  }
}
.layout-blocks .container .blocks li .block .icon-and-title .icon img {
  object-fit: contain;
}
.layout-blocks .container .blocks li .block .icon-and-title .block-title {
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block .icon-and-title .block-title {
    font-size: 1.25rem;
  }
}
.layout-blocks .container .blocks li .block .block-text a:not(strong a) {
  font-weight: 700;
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-blocks .container .blocks li .block .block-text a:not(strong a)::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-blocks .container .blocks li .block .block-text a:not(strong a)::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-blocks .container .blocks li .block .block-text a:not(strong a):hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block .block-text a:not(strong a) {
    position: absolute;
    bottom: 2rem;
  }
}
.layout-blocks .container .blocks li .block .block-text h2,
.layout-blocks .container .blocks li .block .block-text h3 {
  margin: 0 0 1rem;
}
.layout-blocks .container .blocks li .block .block-text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li .block .block-text p {
    font-size: 1.125rem;
  }
}
.layout-blocks .container .blocks li .block .block-text ul {
  margin: 1.5rem 0 0;
}
.layout-blocks .container .blocks li .block .block-text ul li {
  padding: .5rem .5rem .5rem 2rem;
  position: relative;
  color: #3d3d3d;
  background-color: #ffffff;
  border-radius: .5rem;
  margin: 0 0 .75rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block .block-text ul li {
    min-height: 60px;
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.layout-blocks .container .blocks li .block .block-text ul li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1b6a31;
  background-image: url(../images/check-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  font-size: 1rem;
  position: absolute;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
}
.layout-blocks .container .blocks li .block .block-text:has(ul) strong a {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block .block-text:has(ul) strong a {
    min-height: 60px;
    align-items: center;
    display: grid;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block:has(strong a) {
    padding: 2rem;
  }
}
.layout-blocks .container .blocks li .block:has(.bg-image) {
  position: relative;
  isolation: isolate;
  color: #ffffff;
  min-height: 300px;
}
.layout-blocks .container .blocks li .block:has(.bg-image) .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.layout-blocks .container .blocks li .block:has(.bg-image) .bg-image img {
  border-radius: 1rem;
}
.layout-blocks .container .blocks li:first-child .block,
.layout-blocks .container .blocks li:nth-child(2) .block,
.layout-blocks .container .blocks li:nth-child(3) .block,
.layout-blocks .container .blocks li:nth-child(6) .block {
  position: relative;
  isolation: isolate;
}
.layout-blocks .container .blocks li:first-child .block::before,
.layout-blocks .container .blocks li:nth-child(2) .block::before,
.layout-blocks .container .blocks li:nth-child(3) .block::before,
.layout-blocks .container .blocks li:nth-child(6) .block::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #2ae179;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-blocks .container .blocks li:first-child .block::before,
.layout-blocks .container .blocks li:nth-child(2) .block::before,
.layout-blocks .container .blocks li:nth-child(3) .block::before,
.layout-blocks .container .blocks li:nth-child(6) .block::before {
  top: auto;
  bottom: 0;
  border-radius: 0 0 1rem 1rem;
  z-index: 1;
}
.layout-blocks .container .blocks li:nth-child(2) .block::before {
  background-color: #f53d32;
}
.layout-blocks .container .blocks li:nth-child(3) .block::before {
  background-color: #1b6a31;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li:nth-child(4) {
    grid-column: 2 / -1;
    grid-row: 1 / 3;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li:nth-child(4) {
    grid-column: 4 / -1;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
}
.layout-blocks .container .blocks li:nth-child(6) .block::before {
  background-color: #454eff;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
}
.layout-textandimage {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-textandimage > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-textandimage .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.layout-textandimage .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-textandimage .image::before {
  z-index: 1;
}
.layout-textandimage .text-and-links {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-block: 2rem;
  align-self: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 810px) {
  .layout-textandimage .text-and-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-textandimage .text-and-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text-and-links {
    padding-block: 3.25rem;
  }
}
.layout-textandimage .text-and-links .text h2,
.layout-textandimage .text-and-links .text h3,
.layout-textandimage .text-and-links .text h4 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text-and-links .text h2,
  .layout-textandimage .text-and-links .text h3,
  .layout-textandimage .text-and-links .text h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text-and-links .text h2,
  .layout-textandimage .text-and-links .text h3,
  .layout-textandimage .text-and-links .text h4 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-links .text h2,
  .layout-textandimage .text-and-links .text h3,
  .layout-textandimage .text-and-links .text h4 {
    font-size: 2.5rem;
  }
}
.layout-textandimage .text-and-links .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text-and-links .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-textandimage .text-and-links .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
.layout-textandimage .text-and-links .links li:nth-child(2) strong a {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.layout-textandimage .text-and-links .links li:nth-child(2) strong a:hover {
  background-color: #ffffff;
  color: #3d3d3d;
}
.layout-usps {
  background-color: #ffffff;
  padding: 1.5rem 0;
}
.layout-usps .container .usps {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps {
    gap: 2rem;
  }
}
.layout-usps .container .usps li {
  display: flex;
  gap: .25rem;
  align-items: center;
}
.layout-usps .container .usps li .icon {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-usps .container .usps li .icon img {
  object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps li .usp-text {
    font-size: 1.125rem;
  }
}
.layout-usps .container .usps li:nth-child(even) {
  justify-content: end;
}
.layout-formandblocks {
  background-color: #ffffff;
}
.page-id-18 .layout-formandblocks {
  background-color: #f7f7f7;
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-formandblocks .container .form-and-image {
  margin: 1rem 0;
}
@media screen and (min-width: 810px) and (max-width: 1279px) {
  .layout-formandblocks .container .form-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .form-and-image {
    margin: 0;
  }
}
.layout-formandblocks .container .form-and-image .form .gform_wrapper {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .form-and-image .form .gform_wrapper {
    padding: 0 4rem 0 0;
  }
}
.layout-formandblocks .container .form-and-image .form .gform_wrapper .gform_heading {
  display: none;
}
.layout-formandblocks .container .form-and-image .image {
  height: 250px;
}
@media screen and (min-width: 810px) and (max-width: 1279px) {
  .layout-formandblocks .container .form-and-image .image {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .form-and-image .image {
    padding: 0 4rem 0 0;
  }
}
.layout-formandblocks .container .form-and-image .image img {
  border-radius: 1rem;
}
.layout-formandblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-formandblocks .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: max-content;
  }
}
.layout-formandblocks .container .blocks li .block {
  position: relative;
  min-height: 300px;
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .blocks li .block {
    min-height: 275px;
  }
}
.layout-formandblocks .container .blocks li .block .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.layout-formandblocks .container .blocks li .block .bg-image img {
  border-radius: 1rem;
}
.layout-formandblocks .container .blocks li .block .block-text {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  color: #ffffff;
  width: calc(100% - 3rem);
  border-radius: 1rem;
}
.layout-formandblocks .container .blocks li .block .block-text strong a {
  background-color: #ffffff;
  border-color: #3d3d3d;
}
.layout-formandblocks .container .blocks li .block .block-text strong a:hover {
  color: #ffffff;
  background-color: #3d3d3d;
}
.layout-formandblocks .container .blocks li .block .block-text:has(iframe) {
  position: static;
  height: 100%;
  width: 100%;
}
.layout-formandblocks .container .blocks li .block .block-text:has(iframe) p {
  margin: 0;
  height: 100%;
}
.layout-formandblocks .container .blocks li .block .block-text:has(iframe) p iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.layout-formandblocks .container .blocks li .block:not(:has(.bg-image)) {
  height: 100%;
}
.layout-formandblocks .container .blocks li .block:not(:has(.bg-image)) .block-text:not(:has(iframe)) {
  background-color: #ffffff;
  position: relative;
  color: revert;
  width: 100%;
  height: 100%;
  padding: 1rem;
  left: auto;
}
.layout-formandblocks .container .blocks li .block:not(:has(.bg-image)) .block-text:not(:has(iframe)) p:has(strong a) {
  position: absolute;
  bottom: 0;
}
.layout-formandblocks .container .blocks li .block:not(:has(.bg-image)) .block-text:not(:has(iframe)) p:has(strong a) strong a {
  border-color: #1b6a31;
  color: #1b6a31;
}
.layout-formandblocks .container .blocks li .block:not(:has(.bg-image)) .block-text:not(:has(iframe)) p:has(strong a) strong a:hover {
  color: #ffffff;
  background-color: #1b6a31;
}
.layout-formandblocks .container .blocks:not(:has(li:nth-child(2))) {
  display: revert;
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .blocks:not(:has(li:nth-child(2))) {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .blocks:not(:has(li:nth-child(2))) li {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container .blocks:not(:has(li:nth-child(2))) li .block {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-formandblocks .container:has(.form-and-image .image) .blocks {
    height: 100%;
  }
}
.layout-labels {
  background-color: #f7f7f7;
}
.layout-labels .container .title {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-labels .container .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-labels .container .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-labels .container .title {
    font-size: 2.5rem;
  }
}
.layout-labels .container .labels {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-labels .container .labels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-labels .container .labels li {
  background-color: #ffffff;
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-labels .container .labels li {
    padding: 0 0 3rem;
    position: relative;
  }
}
.layout-labels .container .labels li .image {
  height: 250px;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.layout-labels .container .labels li .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #2ae179;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-labels .container .labels li .image {
    height: 350px;
  }
}
.layout-labels .container .labels li .image::before {
  top: auto;
  bottom: 0;
  z-index: 1;
}
.layout-labels .container .labels li .image img {
  border-radius: 1rem 1rem 0 0;
}
.layout-labels .container .labels li .text-and-link {
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-labels .container .labels li .text-and-link {
    padding: 2rem;
  }
}
.layout-labels .container .labels li .text-and-link .text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-labels .container .labels li .text-and-link .text p {
  margin: 0;
  line-height: 1.5;
}
.layout-labels .container .labels li .text-and-link .link {
  margin: 1.5em 0 0;
}
@media screen and (min-width: 810px) {
  .layout-labels .container .labels li .text-and-link .link {
    position: absolute;
    margin: 0;
    left: 1rem;
    bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-labels .container .labels li .text-and-link .link {
    left: 2rem;
  }
}
.layout-labels .container .labels li:nth-child(2) .image::before {
  background-color: #f53d32;
}
.layout-labels .container .labels li:nth-child(3) .image::before {
  background-color: #1b6a31;
}
.layout-labels .container .labels li:nth-child(4) .image::before {
  background-color: #454eff;
}
.layout-text .container {
  max-width: 1300px;
}
.layout-text .container p {
  line-height: 1.5;
}
.layout-text .container ul {
  padding-left: 20px;
  list-style: disc;
}
.layout-images .container img {
  border-radius: 2rem;
}
.layout-steps .container ul.steps {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 810px) {
  .layout-steps .container ul.steps {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container ul.steps {
    width: calc(100% + 200px);
  }
}
.layout-steps .container ul.steps li {
  flex: 1;
  /* zorgt dat alle li’s dezelfde breedte hebben */
  display: flex;
  flex-direction: column;
  /* belangrijk voor verticale uitlijning van kinderen */
}
.layout-steps .container ul.steps li .step {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  flex: 1;
  /* neemt alle beschikbare hoogte in de li */
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .container .image-and-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.layout-imageandtext .container .image-and-text .image img {
  border-radius: 16px;
}
.layout-imageandtext .container .image-and-text .text {
  padding: 3rem;
}
.layout-imageandtext .container .image-and-text .text ul {
  padding-left: 20px;
  list-style: disc;
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .textandlist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.layout-textandlist .container .textandlist .text {
  padding: 3rem;
}
.layout-textandlist .container .textandlist .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  /* meer kolommen maken dan blokjes breed */
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.layout-textandlist .container .textandlist .list ul li {
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 1rem;
  background: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 3;
  /* elke tegel is standaard 2 kolommen breed */
}
.layout-textandlist .container .textandlist .list ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f058";
  margin-inline-end: .25rem;
}
.layout-textandlist .container .textandlist .list ul li:before {
  color: #1b6a31;
}
.layout-textandlist .container .textandlist .list ul li:nth-child(4) {
  grid-column: span 4;
  /* begint halverwege */
}
.layout-textandlist .container .textandlist .list ul li.empty {
  grid-column: span 1;
  /* begint halverwege */
}
.layout-textandlist .container .textandlist .list ul li.empty:before {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-projects .container .filter-and-projects {
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 810px) {
  .layout-projects .container .filter-and-projects .filter {
    min-width: 300px;
  }
}
.layout-projects .container .filter-and-projects .filter .filter-cat {
  font-weight: 600;
  font-size: 1.5em;
  margin: 10px 0;
}
.layout-projects .container .filter-and-projects .filter .facetwp-checkbox {
  margin: 10px 0;
}
.layout-projects .container .filter-and-projects .projects li {
  margin-bottom: 25px;
}
.layout-projectsslider .container .text-and-links {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.layout-projectsslider .container .slick-next:before,
.layout-projectsslider .container .slick-prev:before {
  border-color: transparent transparent transparent #9FBFA8;
}
.layout-projectsslider .container .slick-next:hover:before,
.layout-projectsslider .container .slick-prev:hover:before {
  border-color: transparent transparent transparent #1B6A31;
}
.layout .project {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: 1fr 1fr;
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 640px) {
  .layout .project {
    display: flex;
    flex-direction: column-reverse;
  }
}
.layout .project .image {
  order: 2;
}
.layout .project .image img {
  border-radius: 16px;
}
.layout .project .title-text-and-more {
  padding: 1.5rem;
  order: 1;
}
.layout .project .title-text-and-more .title {
  min-height: 90px;
}
@media screen and (max-width: 640px) {
  .layout .project .title-text-and-more .title {
    min-height: 60px;
  }
}
.layout .project .title-text-and-more .text {
  margin: 10px 0;
  line-height: 26px;
  min-height: 150px;
}
@media screen and (max-width: 640px) {
  .layout .project .title-text-and-more .text {
    min-height: 150px;
  }
}
.layout .project .title-text-and-more .more {
  color: #1b6a31;
  background-color: transparent;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout .project .title-text-and-more .more {
    padding: .55rem 2rem;
  }
}
.layout .project .title-text-and-more .more:hover {
  background-color: #1b6a31;
  border-color: transparent;
  color: transparent;
  transition: all 0.25s ease;
}
.layout .project .title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout .project .title-text-and-more .more:hover {
  color: #ffffff;
}
.layout-testimonialsfeatured .testimonial,
.layout-testimonials .testimonial {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  height: 350px;
}
.layout-testimonialsfeatured .testimonial .image,
.layout-testimonials .testimonial .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}
.layout-testimonialsfeatured .testimonial .image img,
.layout-testimonials .testimonial .image img {
  object-fit: cover;
}
.layout-testimonialsfeatured .testimonial .image:before,
.layout-testimonials .testimonial .image:before {
  content: '';
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-testimonialsfeatured .testimonial .image-and-details,
.layout-testimonials .testimonial .image-and-details {
  display: grid;
  gap: .5rem;
  align-items: center;
  min-height: 75px;
}
.layout-testimonialsfeatured .testimonial .image-and-details .image,
.layout-testimonials .testimonial .image-and-details .image {
  width: 3rem;
  height: auto;
}
.layout-testimonialsfeatured .testimonial .image-and-details .image img,
.layout-testimonials .testimonial .image-and-details .image img {
  object-fit: contain;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details,
.layout-testimonials .testimonial .image-and-details .details {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .quote,
.layout-testimonials .testimonial .image-and-details .details .quote {
  font-weight: 700;
  max-width: 500px;
  margin: 0 auto;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .name,
.layout-testimonials .testimonial .image-and-details .details .name {
  font-style: normal;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .testimonial .image-and-details .details,
  .layout-testimonials .testimonial .image-and-details .details {
    font-size: 1.5rem;
  }
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .stars,
.layout-testimonials .testimonial .image-and-details .details .stars {
  margin: 0 auto;
  margin-top: 10px;
  width: 100px;
  overflow: hidden;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .stars img,
.layout-testimonials .testimonial .image-and-details .details .stars img {
  width: 100px;
  height: auto;
  max-width: none;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .stars.nr-4,
.layout-testimonials .testimonial .image-and-details .details .stars.nr-4 {
  width: 80px;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .stars.nr-3,
.layout-testimonials .testimonial .image-and-details .details .stars.nr-3 {
  width: 60px;
}
.layout-testimonialsfeatured .testimonial .more,
.layout-testimonials .testimonial .more {
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured {
    padding: 2.5rem 0 0 !important;
  }
}
.layout-testimonialsfeatured .container.text {
  text-align: center;
}
.layout-testimonialsfeatured .container.text h2 {
  margin: 0 0 1.25rem;
}
.layout-testimonialsfeatured .container.text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .container.text p {
    font-size: 1.125rem;
  }
}
.layout-testimonialsfeatured .testimonials::before,
.layout-testimonialsfeatured .testimonials::after {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.layout-testimonialsfeatured .testimonials::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.6), transparent);
  left: auto;
  right: 0;
}
.layout-testimonialsfeatured .link-to-all {
  color: #ffffff;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  width: max-content;
  margin: 1rem auto 0;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .link-to-all {
    padding: .55rem 2rem;
  }
}
.layout-testimonialsfeatured .link-to-all:hover {
  background-color: #ffffff;
  border-color: #1b6a31;
  color: #1b6a31;
  transition: all 0.25s ease;
}
.layout-testimonialsfeatured .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-testimonialsfeatured .slick-prev {
  left: calc(50% - 45px);
  transform: rotateY(180deg);
}
@media screen and (max-width: 810px) {
  .layout-testimonialsfeatured .slick-prev:before {
    border-color: transparent transparent transparent #1b6a31 !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .slick-prev {
    left: 2rem !important;
    transform: translateY(-50%) rotateY(180deg);
  }
}
.layout-testimonialsfeatured .slick-next {
  right: calc(50% - 45px);
}
@media screen and (max-width: 810px) {
  .layout-testimonialsfeatured .slick-next:before {
    border-color: transparent transparent transparent #1b6a31 !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .slick-next {
    right: 2rem !important;
  }
}
.layout-testimonials {
  background-color: #f7f7f7;
}
.layout-testimonials .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .container ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-persons .persons li .person {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-persons .persons li .person {
    grid-template-columns: 1.25fr .75fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person {
    grid-template-columns: 3fr 1fr;
  }
}
.layout-persons .persons li .person .image-and-cta {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-radius: 1rem;
}
.layout-persons .persons li .person .image-and-cta > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-persons .persons li .person .image-and-cta .image {
  min-height: 450px;
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person .image-and-cta .image {
    min-height: 315px;
  }
}
.layout-persons .persons li .person .image-and-cta .image img {
  object-position: right;
  border-radius: 1rem;
}
.layout-persons .persons li .person .image-and-cta .cta {
  position: relative;
  z-index: 2;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  height: max-content;
  align-self: end;
  justify-self: center;
  margin: 0 0 1rem;
  width: calc(100% - 2rem);
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person .image-and-cta .cta {
    margin: 0 0 0 2rem;
    justify-self: revert;
    align-self: center;
    width: calc(50% - 2rem);
    height: calc(100% - 3rem);
  }
}
.layout-persons .persons li .person .image-and-cta .cta .cta-text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person .image-and-cta .cta .cta-text p {
    font-size: 1.125rem;
  }
}
.layout-persons .persons li .person .image-and-cta .cta .more {
  color: #ffffff;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin: 1rem auto 0;
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person .image-and-cta .cta .more {
    padding: .55rem 2rem;
  }
}
.layout-persons .persons li .person .image-and-cta .cta .more:hover {
  background-color: #ffffff;
  border-color: #1b6a31;
  color: #1b6a31;
  transition: all 0.25s ease;
}
.layout-persons .persons li .person .image-and-cta .cta .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-persons .persons li .person .image-and-cta .cta .more:hover {
  border-color: #1b6a31;
}
.layout-persons .persons li .person .details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
  border-radius: .5rem;
  background-color: #454eff;
  color: #ffffff;
}
.layout-persons .persons li .person .details svg {
  height: 4rem;
  width: auto;
}
.layout-persons .persons li .person .details svg g path {
  fill: rgba(0, 0, 0, 0.2);
}
.layout-persons .persons li .person .details .text {
  line-height: 1.5;
}
.layout-persons .persons li .person .details .mail-and-linkedin {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
}
.layout-persons .persons li .person .details .mail-and-linkedin .mail {
  color: #3d3d3d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  width: fit-content;
  height: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person .details .mail-and-linkedin .mail {
    padding: .55rem 2rem;
  }
}
.layout-persons .persons li .person .details .mail-and-linkedin .mail:hover {
  background-color: #3d3d3d;
  border-color: #ffffff;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-persons .persons li .person .details .mail-and-linkedin .mail:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-persons .persons li .person .details .mail-and-linkedin .mail:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0e0";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-persons .persons li .person .details .mail-and-linkedin .mail {
    padding: .75rem .5rem;
  }
}
.layout-persons .persons li .person .details .mail-and-linkedin .mail::before {
  color: rgba(61, 61, 61, 0.3);
}
.layout-persons .persons li .person .details .mail-and-linkedin .linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .25rem;
  background-color: #2c69bf;
}
.layout-persons .persons li:nth-child(2) .details {
  background-color: #1b6a31;
}
.layout-persons .persons li:nth-child(3) .details {
  background-color: #1b6a31;
}
.layout-persons {
  background-color: #f7f7f7;
}
.layout-persons .container .text {
  text-align: center;
}
.layout-persons .container .text h2 {
  margin: 0 0 1rem;
}
.layout-persons .container .text p {
  margin: 0;
  line-height: 1.5;
}
.layout-persons .container .persons {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.layout-servicesfeatured .service,
.layout-services .service {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
.layout-servicesfeatured .service .image,
.layout-services .service .image {
  height: 200px;
  width: 100%;
}
.layout-servicesfeatured .service .image img,
.layout-services .service .image img {
  border-radius: 1rem 1rem 0 0;
}
.layout-servicesfeatured .service .title-text-and-more,
.layout-services .service .title-text-and-more {
  padding: 1rem;
}
.layout-servicesfeatured .service .title-text-and-more .title,
.layout-services .service .title-text-and-more .title {
  font-size: 1.125rem;
  min-height: 70px;
}
@media screen and (min-width: 1280px) {
  .layout-servicesfeatured .service .title-text-and-more .title,
  .layout-services .service .title-text-and-more .title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-servicesfeatured .service .title-text-and-more .title,
  .layout-services .service .title-text-and-more .title {
    font-size: 1.55rem;
  }
}
.layout-servicesfeatured .service .title-text-and-more .text,
.layout-services .service .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5;
  margin: 1rem 0 2rem 0;
}
.layout-servicesfeatured .service .title-text-and-more .more,
.layout-services .service .title-text-and-more .more {
  font-weight: 700;
  width: fit-content;
  color: #ffffff;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-servicesfeatured .service .title-text-and-more .more,
  .layout-services .service .title-text-and-more .more {
    padding: .55rem 2rem;
  }
}
.layout-servicesfeatured .service .title-text-and-more .more:hover,
.layout-services .service .title-text-and-more .more:hover {
  background-color: #ffffff;
  border-color: #1b6a31;
  color: #1b6a31;
  transition: all 0.25s ease;
}
.layout-servicesfeatured .service .title-text-and-more .more:active,
.layout-services .service .title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-servicesfeatured .service .title-text-and-more .more:hover,
.layout-services .service .title-text-and-more .more:hover {
  border: 1px solid #1b6a31;
}
.layout-servicesfeatured {
  background-color: #f7f7f7;
}
.layout-servicesfeatured .container.title {
  text-align: center;
}
.layout-servicesfeatured .services::before,
.layout-servicesfeatured .services::after {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.layout-servicesfeatured .services::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.6), transparent);
  left: auto;
  right: 0;
}
.layout-servicesfeatured .link-to-all {
  color: #ffffff;
  background-color: #1b6a31;
  border: 1px solid #1b6a31;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  width: max-content;
  margin: 1rem auto 0;
}
@media screen and (min-width: 1280px) {
  .layout-servicesfeatured .link-to-all {
    padding: .55rem 2rem;
  }
}
.layout-servicesfeatured .link-to-all:hover {
  background-color: #ffffff;
  border-color: #1b6a31;
  color: #1b6a31;
  transition: all 0.25s ease;
}
.layout-servicesfeatured .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-servicesfeatured .slick-slider .slick-next:before,
.layout-servicesfeatured .slick-slider .slick-prev:before {
  border-color: transparent transparent transparent #9FBFA8;
}
.layout-servicesfeatured .slick-slider .slick-next:hover:before,
.layout-servicesfeatured .slick-slider .slick-prev:hover:before {
  border-color: transparent transparent transparent #1B6A31;
}
.layout-servicesfeatured .slick-slider .slick-next {
  right: 2rem;
}
.layout-servicesfeatured .slick-slider .slick-prev {
  left: 2rem;
}
.layout-services {
  background-color: #f7f7f7;
}
.layout-services .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-services .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-services .container ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.gform_wrapper {
  border-radius: 1rem;
  break-inside: avoid;
}
.gform_wrapper .gform_heading h2 {
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_heading h2 {
    font-size: 2rem;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin: .5rem 0 2rem;
  line-height: 1.4;
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    display: flex;
    align-items: center;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield label {
    font-size: 1rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  min-height: 2.5rem;
  border: none;
  border-radius: .5rem;
  background-color: #dce2e8;
  border: 1px solid #dce2e8;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    min-height: 3.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: 2px solid rgba(61, 61, 61, 0.7);
  background-image: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #3d3d3d;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
    font-size: 1.125rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center right .5rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    background-size: 1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.user-icon input {
  background-image: url(../images/user-white.svg);
}
.gform_wrapper form .gform_body .gform_fields .gfield.phone-icon input {
  background-image: url(../images/phone-white.svg);
}
.gform_wrapper form .gform_body .gform_fields .gfield.email-icon input {
  background-image: url(../images/email-white.svg);
}
.gform_wrapper form .gform_footer .gform_button {
  background-color: #1b6a31 !important;
  color: #ffffff !important;
  border-radius: .5rem !important;
  width: 100% !important;
  font-weight: 600 !important;
  border: 1px solid #1b6a31 !important;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer .gform_button {
    font-size: 1.125rem !important;
    padding: 1rem 0 !important;
  }
}
.gform_wrapper form .gform_footer .gform_button:hover {
  background-color: #ffffff !important;
  color: #1b6a31 !important;
  transition: all 0.25s ease;
}
.slick-slider {
  margin: 0 -0.5rem;
  padding: 2rem 0 5rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider {
    padding: 2rem 0;
  }
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 .5rem;
}
.slick-slider .slick-dots {
  bottom: 45px;
}
.slick-slider .slick-dots li button:before {
  font-size: 48px;
  color: white;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 3rem;
  width: 2rem;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    height: 6rem;
    width: 3.25rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  content: "";
  display: block;
  opacity: 1;
  width: 2rem;
  height: 3rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #FFFFFF;
  transform: rotate(0deg);
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  background-image: url(../images/arrow-right.svg);
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 45px);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev {
    left: -2rem;
    transform: translateY(-50%) rotateY(180deg);
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-prev {
    left: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    left: -5rem;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 45px);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-next {
    right: -2rem;
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-next {
    right: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-next {
    right: -5rem;
  }
}
.layout-testimonials .slick-slider .slick-prev::before,
.layout-testimonials .slick-slider .slick-next::before {
  background-image: url(../images/arrow-right-springwood.svg);
}
.layout-testimonials .slick-slider .slick-prev:hover::before,
.layout-testimonials .slick-slider .slick-next:hover::before {
  background-image: url(../images/arrow-right-ironbed.svg);
}
.layout-warehousesfeatured .slick-slider .slick-prev,
.layout-warehousesfeatured .slick-slider .slick-next {
  bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .slick-slider .slick-prev,
  .layout-warehousesfeatured .slick-slider .slick-next {
    top: auto;
    bottom: -2.5rem;
    transform: translateY(-50%);
    height: 2rem;
    width: 2rem;
  }
}
.layout-warehousesfeatured .slick-slider .slick-prev {
  left: calc(50% - 45px);
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .slick-slider .slick-prev {
    left: 1rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .slick-slider .slick-next {
    right: auto !important;
    left: 6rem !important;
    transform: translateY(-50%) rotateY(180deg);
  }
}
.layout-projectsslider .slick-next:before,
.layout-images .slick-next:before,
.layout-projectsslider .slick-prev:before,
.layout-images .slick-prev:before {
  border-color: transparent transparent transparent #9FBFA8;
}
.layout-projectsslider .slick-next:hover:before,
.layout-images .slick-next:hover:before,
.layout-projectsslider .slick-prev:hover:before,
.layout-images .slick-prev:hover:before {
  border-color: transparent transparent transparent #1B6A31;
}
