@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 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,
.layout-header .full-search-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-search-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child,
.layout-header .full-search-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .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;
}
.full-menu-open .full-menu {
  z-index: 1;
}
a.location {
  position: relative;
  display: block;
}
a.location .title-wrapper {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
a.location .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.layout-tabs .tabs-selectors li {
  cursor: pointer;
}
.tabbed-hidden {
  display: none;
}
/* fonts, links and headers */
@font-face {
  font-family: "FathersDisplay";
  src: local("FathersDisplay"), url("../fonts/FathersDisplay.woff");
}
/* vars */
h4 {
  font-family: Roboto Slab;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -2%;
  margin-block: 10px !important;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 70px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #40544d;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 0px 0 0;
  }
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  line-height: 1.05;
  font-size: 1.55rem;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 4.5rem;
    word-spacing: 2px;
    letter-spacing: -2px;
  }
}
h2 {
  font-size: 2.75rem;
  color: #6a8c4e;
  font-family: "FathersDisplay";
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 4rem;
  }
}
h3 {
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff !important;
  background-color: #9f4a54 !important;
  border: 2px solid #9f4a54 !important;
  padding: .5rem !important;
  border-radius: 8px !important;
  width: max-content !important;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: 0.55rem 1.75rem !important;
  }
}
strong a:hover,
a strong:hover {
  color: #9f4a54 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
strong a:active,
a strong:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
img {
  height: 100%;
  width: 100%;
}
.email i,
.phone i {
  display: none;
}
.layout:not(.layout-header) {
  padding: 2.5rem 0;
}
@media screen and (max-width: 640px) {
  .layout:not(.layout-header) {
    padding: 2.5rem 15px;
  }
}
.layout-header .skip {
  color: #ffffff;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.layout-header,
.layout-header .container {
  height: 80px;
}
@media screen and (min-width: 1024px) {
  .layout-header,
  .layout-header .container {
    height: 110px;
  }
}
.layout-header .header {
  position: relative;
}
@media screen and (max-width: 640px) {
  .layout-header .header {
    background-color: #40544d;
  }
}
.layout-header .header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background-image: url('../images/overlay-header.svg');
  background-position: bottom center;
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1280px) {
  .layout-header .header:before {
    height: 115px;
    background-size: cover;
  }
}
@media screen and (min-width: 2200px) {
  .layout-header .header:before {
    height: 205px;
  }
}
@media screen and (max-width: 640px) {
  .layout-header .header:before {
    height: 97px;
    background-size: cover;
  }
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home {
  margin-top: 10px;
}
.layout-header .header .container .home svg {
  width: 110px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home svg {
    width: 210px;
  }
}
.layout-header .header .container nav {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    right: 75px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav {
    right: 30px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav {
    gap: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav .menu {
    display: inline-flex;
    gap: 1rem;
    height: 100%;
    align-items: center;
  }
}
.layout-header .header .container nav .menu > li {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-header .header .container nav .menu > li::before {
  top: auto;
  bottom: 0;
  width: 0;
}
.layout-header .header .container nav .menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  padding: 1rem .5rem;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav .menu > li > a {
    font-size: 1.25rem;
    padding: 1rem;
  }
}
.layout-header .header .container nav .menu > li:last-child a {
  color: #ffffff !important;
  background-color: #9f4a54 !important;
  border: 2px solid #9f4a54 !important;
  padding: .5rem !important;
  border-radius: 8px !important;
  width: max-content !important;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav .menu > li:last-child a {
    padding: 0.55rem 1.75rem !important;
  }
}
.layout-header .header .container nav .menu > li:last-child a:hover {
  color: #9f4a54 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
.layout-header .header .container nav .menu > li:last-child a:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
.layout-header .header .container nav .menu > li:last-child a:hover {
  text-decoration: none;
}
.layout-header .header .container nav .menu > li .sub-menu {
  display: none;
  top: 100%;
  left: 0;
  width: max-content;
  opacity: 0;
  position: relative;
  isolation: isolate;
  position: absolute;
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li .sub-menu {
    min-width: 365px;
  }
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  top: -3.5rem;
}
.layout-header .header .container nav .menu > li .sub-menu li {
  background-color: #40544d;
}
.layout-header .header .container nav .menu > li .sub-menu li a {
  padding: 1rem;
}
.layout-header .header .container nav .menu > li .sub-menu li:nth-child(even) {
  background-color: #ffffff;
}
.layout-header .header .container nav .menu > li .sub-menu li:hover {
  background-color: #ffffff;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover > a {
  text-decoration: underline;
}
.layout-header .header .container nav .menu > li:hover .sub-menu {
  display: block;
  animation: opacityAnimation 250ms ease-in-out forwards 100ms;
}
@keyframes opacityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-header .header .container nav .menu + strong a {
  text-transform: uppercase;
}
.layout-header .header .container .full-menu-toggle {
  right: 15px;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .full-menu-toggle {
    display: none;
  }
}
.layout-header .header .container .full-menu-toggle .open {
  color: #ffffff;
}
.layout-header .header .container .full-menu-toggle .close {
  color: #40544d;
}
.layout-header .full-menu {
  padding: 100px 0 0;
  display: none;
  opacity: 0;
  background-color: #ffffff;
}
.layout-header .full-menu .container nav .menu > li {
  margin: 0.5rem -0.5rem;
}
.layout-header .full-menu .container nav .menu > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  padding: .5rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a .toggle {
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children .sub-menu li a {
  font-size: 1.125rem;
  padding: .5rem 1rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children.unfolded .toggle {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.scrolled .layout-header,
.scrolled .layout-header .container {
  height: 45px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header,
  .scrolled .layout-header .container {
    height: 80px;
  }
}
.scrolled .layout-header .header {
  background-color: #40544d;
}
.scrolled .layout-header .header .container .home {
  margin-top: 20px;
}
.scrolled .layout-header .header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 167px;
  background-image: url('../images/overlay-header.svg');
  background-position: bottom center;
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1280px) {
  .scrolled .layout-header .header:before {
    height: 175px;
  }
}
@media screen and (max-width: 640px) {
  .scrolled .layout-header .header:before {
    height: 95px;
    background-size: cover;
  }
}
.full-menu-open .layout-header .full-menu {
  display: block;
  animation: opacityTransition 250ms ease-in-out 50ms forwards;
}
@keyframes opacityTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout-hero {
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
@media screen and (min-width: 1660px) {
  .layout-hero {
    align-items: unset;
  }
}
@media screen and (max-width: 640px) {
  .layout-hero {
    padding-bottom: 75px !important;
  }
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  width: 100%;
  position: relative;
}
.layout-hero .image img {
  object-position: 50% 100%;
}
.layout-hero .image::before {
  z-index: auto;
}
.layout-hero .text-and-links {
  padding: 0 15px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links {
    padding: 0 30px;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links {
    margin-top: -50px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links {
    margin: -165px 0 0 calc(50vw - 1250px / 2 - 30px);
    max-width: 1200px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links {
    margin: 290px 0 0 calc(50vw - 1250px / 2 - 30px);
    max-width: 1200px;
  }
}
.layout-hero .text-and-links h1 {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links h1 {
    margin: 0 0 1rem;
    font-size: 5.5rem;
  }
}
.layout-hero .text-and-links p {
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  max-width: 666px;
  font-size: 1.55rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links p {
    font-size: 1.95rem;
  }
}
.layout-hero .text-and-links blockquote {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 290px;
  height: 290px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .layout-hero .text-and-links blockquote {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links blockquote {
    bottom: -250px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links blockquote {
    bottom: 250px;
  }
}
@media screen and (max-width: 810px) {
  .layout-hero .text-and-links blockquote {
    bottom: -220px;
    right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .layout-hero .text-and-links blockquote {
    bottom: -155px;
    right: 15px;
  }
}
.layout-hero .text-and-links blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
  background-image: url('../images/shape-hero.svg');
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  .layout-hero .text-and-links blockquote:after {
    width: 200px;
    height: 200px;
  }
}
.layout-hero .text-and-links blockquote p {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: 1.15em;
  padding: 95px 25px 30px 25px;
}
@media screen and (max-width: 640px) {
  .layout-hero .text-and-links blockquote p {
    padding: 31px 25px 30px 25px;
    font-size: 14px;
  }
}
.layout-hero .text-and-links .links {
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links .links {
    grid-template-columns: repeat(2, auto);
    width: fit-content;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .links {
    margin: 4rem 0 0;
    gap: 3rem;
  }
}
.layout-hero .text-and-links .links li {
  width: max-content;
}
.layout-hero .text-and-links .links li a {
  color: #ffffff !important;
  background-color: #9f4a54 !important;
  border: 2px solid #9f4a54 !important;
  padding: .5rem !important;
  border-radius: 8px !important;
  width: max-content !important;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .links li a {
    padding: 0.55rem 1.75rem !important;
  }
}
.layout-hero .text-and-links .links li a:hover {
  color: #9f4a54 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
.layout-hero .text-and-links .links li a:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
.layout-hero .text-and-links .links li:last-child a {
  background-color: transparent;
  border-color: #ffffff;
}
.layout-hero .text-and-links .links li:last-child a:hover {
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandimage .container {
  padding: 50px 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    flex-wrap: nowrap;
    padding: 90px 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container > div {
    width: 50%;
  }
}
.layout-textandimage .container > div strong a,
.layout-textandimage .container > div a strong {
  color: #6a8c4e !important;
  background-color: #ffffff !important;
  border: 2px solid #6a8c4e !important;
  padding: .5rem !important;
  border-radius: 8px !important;
  width: max-content !important;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container > div strong a,
  .layout-textandimage .container > div a strong {
    padding: 0.55rem 1.75rem !important;
  }
}
.layout-textandimage .container > div strong a:hover,
.layout-textandimage .container > div a strong:hover {
  color: #ffffff !important;
  background-color: #6a8c4e !important;
  transition: all 0.25s ease !important;
}
.layout-textandimage .container > div strong a:active,
.layout-textandimage .container > div a strong:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
.layout-textandimage .container > div strong a:hover,
.layout-textandimage .container > div a strong:hover {
  text-decoration: none;
}
.layout-textandimage .container > div.image {
  position: relative;
}
.layout-textandimage .container > div.image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/line-image.svg');
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
.layout-textandimage .container > div.image.image_blob:before {
  background-image: url('../images/line-image-blob.svg');
}
.layout-textandimage.style-image_left .container {
  flex-direction: row-reverse;
}
.layout-textandtext {
  position: relative;
}
.layout-textandtext .container {
  padding-top: 150px;
  padding-bottom: 60px;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container {
    padding-top: 600px;
  }
}
.layout-textandtext .container .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -9;
}
.layout-textandtext .container .image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(1deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.layout-textandtext .container .intro-text h4 {
  color: white;
}
.layout-textandtext .container .intro-text h2 {
  color: #d6bd98;
}
.layout-textandtext .container .left-and-right {
  color: white;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right > div {
    width: 50%;
  }
}
.layout-textandform {
  padding: 90px 0 !important;
}
.layout-textandform .container {
  max-width: 760px;
}
.layout-textandform .container .form {
  margin-top: 30px;
}
.layout-textandform .container .form .gform_button {
  color: #ffffff !important;
  background-color: #6a8c4e !important;
  border: 2px solid #6a8c4e !important;
  padding: .5rem !important;
  border-radius: 8px !important;
  width: max-content !important;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .form .gform_button {
    padding: 0.55rem 1.75rem !important;
  }
}
.layout-textandform .container .form .gform_button:hover {
  color: #6a8c4e !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
.layout-textandform .container .form .gform_button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
.layout-textandform .container .form .gform-theme--foundation .gfield .ginput_password.large,
.layout-textandform .container .form .gform-theme--foundation .gfield input.large,
.layout-textandform .container .form .gform-theme--foundation .gfield select.large {
  background-color: #d6bd98;
  border: 1px solid #d6bd98;
  color: #ffffff;
}
.layout-textandform .container .form .gfield_consent_label a {
  text-decoration: underline;
}
.layout-textandform .container .form .gfield_consent_label a:hover {
  text-decoration: none;
}
.layout-footer {
  background-color: #40544d;
  position: relative;
  margin-top: 125px;
}
.layout-footer:after {
  content: '';
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  height: 157px;
  background-image: url('../images/overlay-footer.svg');
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1660px) {
  .layout-footer:after {
    top: -129px;
  }
}
@media screen and (max-width: 1280px) {
  .layout-footer:after {
    top: -115px;
  }
}
@media screen and (max-width: 810px) {
  .layout-footer:after {
    top: -119px;
  }
}
@media screen and (min-width: 810px) {
  .layout-footer .blocks {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    flex-wrap: nowrap;
  }
}
.layout-footer .blocks > li {
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-footer .blocks > li {
    width: 33%;
  }
}
.layout-footer .blocks > li h3 {
  color: #6a8c4e;
  font-family: "FathersDisplay";
  font-size: 4rem;
  font-weight: 300;
}
.layout-footer .blocks > li:first-child p:first-of-type img {
  max-width: 200px;
}
.layout-footer .blocks > li:first-child p:last-of-type img {
  z-index: 99;
  display: inline-block;
  max-width: 150px;
}
.layout-footer .blocks > li .gform_button {
  color: #ffffff !important;
  background-color: #6a8c4e !important;
  border: 2px solid #6a8c4e !important;
  padding: .5rem !important;
  border-radius: 8px !important;
  width: max-content !important;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}
@media screen and (min-width: 1280px) {
  .layout-footer .blocks > li .gform_button {
    padding: 0.55rem 1.75rem !important;
  }
}
.layout-footer .blocks > li .gform_button:hover {
  color: #6a8c4e !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
.layout-footer .blocks > li .gform_button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
.layout-footer .blocks > li .gform-theme--foundation .gfield .ginput_password.large,
.layout-footer .blocks > li .gform-theme--foundation .gfield input.large,
.layout-footer .blocks > li .gform-theme--foundation .gfield select.large {
  background-color: #d6bd98;
  border: 1px solid #d6bd98;
  color: #ffffff;
}
.layout-footer .blocks > li .gfield_consent_label a {
  text-decoration: underline;
}
.layout-footer .blocks > li .gfield_consent_label a:hover {
  text-decoration: none;
}
.layout-footer .blocks > li:nth-of-type(2) img {
  max-width: 100px;
  margin: 0;
}
.layout-footer .blocks > li:nth-of-type(2) p {
  margin-bottom: 0;
}
.layout-copyright {
  background-color: #40544d;
  color: #ffffff;
}
.layout-featured {
  background-color: #40544d;
  padding: 1.75rem 0 !important;
}
.layout-featured .container {
  max-width: 1700px;
}
.layout-featured .container .blocks {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 810px) {
  .layout-featured .container .blocks {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-featured .container .blocks {
    gap: 2.5rem;
  }
}
.layout-featured .container .blocks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .25rem;
  align-items: center;
}
.layout-featured .container .blocks li .image {
  height: 1.3rem;
}
.layout-featured .container .blocks li p {
  margin: 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-featured .container .blocks li p {
    font-size: 1.25rem;
  }
}
.layout-logos {
  background-color: #40544d;
  padding: 1rem 0 !important;
}
.layout-logos .logo {
  height: 45px;
}
.layout-logos .logo img {
  object-fit: contain;
}
.layout-usps {
  background-color: #40544d;
  padding: 10px !important;
  position: relative;
  z-index: 9;
  margin: 0 0 150px 0;
}
@media screen and (max-width: 640px) {
  .layout-usps {
    margin: 0 0 20px 0;
  }
}
.layout-usps:before {
  content: '';
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  height: 157px;
  background-image: url('../images/overlay-usp-top.svg');
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1660px) {
  .layout-usps:before {
    top: -100px;
  }
}
@media screen and (max-width: 1280px) {
  .layout-usps:before {
    top: -145px;
  }
}
@media screen and (max-width: 810px) {
  .layout-usps:before {
    top: -125px;
  }
}
.layout-usps:after {
  content: '';
  position: absolute;
  bottom: -155px;
  left: 0;
  width: 100%;
  height: 157px;
  background-image: url('../images/overlay-usp-bottom.svg');
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1660px) {
  .layout-usps:after {
    bottom: -155px;
  }
}
@media screen and (max-width: 1280px) {
  .layout-usps:after {
    bottom: -145px;
  }
}
@media screen and (max-width: 810px) {
  .layout-usps:after {
    bottom: -155px;
  }
}
.layout-usps .container .title-and-text {
  text-align: center;
}
.layout-usps .container .title-and-text .title {
  margin: 0 0 1.25rem;
}
.layout-usps .container .title-and-text .text p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .title-and-text .text p {
    font-size: 1.125rem;
  }
}
.layout-usps .container .usps {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin: 1rem 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps {
    gap: 3.25rem;
  }
}
.layout-usps .container .usps li .icon {
  width: 3rem;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps li .icon {
    height: 6rem;
    width: 4rem;
  }
}
.layout-usps .container .usps li .icon img {
  object-fit: contain;
}
.layout-usps .container .usps li .usp-text {
  margin: 1.5rem 0 0 0;
  font-size: 1.25rem !important;
  letter-spacing: unset;
  color: #fefaef;
  font-family: Roboto Condensed;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 30px;
}
.layout-usps .container .usps li .image {
  height: 100%;
  width: 100%;
}
.layout-usps .container .usps li:has(>.image) {
  padding: 0;
}
.layout-usps .container .usps li:has(>.image) .icon,
.layout-usps .container .usps li:has(>.image) .text {
  display: none;
}
.layout-usps .container .link {
  display: block;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .link {
    padding: 1rem;
  }
}
.layout-locationsmap {
  position: relative;
}
.layout-locationsmap .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 640px) {
  .layout-locationsmap .wrapper {
    background-position: 61% -262px;
  }
}
.layout-locationsmap .container {
  position: relative;
  z-index: 9;
  padding: 150px 0 0 0;
}
@media screen and (max-width: 640px) {
  .layout-locationsmap .container {
    padding: 250px 0 0 0;
  }
}
.layout-locationsmap .container .text {
  max-width: 560px;
  padding: 40px;
  background-color: #fefaef;
  border-radius: 16px;
}
.layout-tabs {
  background-color: #dfe0e5;
}
.layout-tabs .container {
  padding-top: 30px;
}
.layout-tabs .container .title {
  text-align: center;
  margin: 20px 0;
}
.layout-tabs .container .title h2 {
  line-height: 2em;
}
.layout-tabs .container .tabs-selectors {
  padding-bottom: 300px !important;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-tabs .container .tabs-selectors {
    display: flex;
    justify-content: center;
    padding-bottom: 300px !important;
  }
}
.layout-tabs .container .tabs-selectors li {
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-tabs .container .tabs-selectors li {
    width: 20%;
  }
}
.layout-tabs .container .tabs-selectors li .label {
  background-color: #d6bd98;
  padding: 13px 15px 12px 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-tabs .container .tabs-selectors li .label {
    padding: 13px 45px 12px 45px;
  }
}
.layout-tabs .container .tabs-selectors li:first-child .label {
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 810px) {
  .layout-tabs .container .tabs-selectors li:first-child .label {
    border-radius: 16px 16px 0 0;
  }
}
.layout-tabs .container .tabs-selectors li:nth-of-type(2) .label {
  background-color: #fefaef;
  color: #40544d;
}
.layout-tabs .container .tabs-selectors li:nth-of-type(3) .label {
  background-color: #40544d;
}
.layout-tabs .container .tabs-selectors li:nth-of-type(3) .label {
  background-color: #6a8c4e;
}
.layout-tabs .container .tabs-selectors li:last-child .label {
  background-color: #9f4a54;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 810px) {
  .layout-tabs .container .tabs-selectors li:last-child .label {
    border-radius: 0 0 16px 16px;
  }
}
.layout-tabs .container .tabs-selectors li .texts {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 35px 120px;
  font-size: 1.15em;
  line-height: 25px;
}
@media screen and (max-width: 810px) {
  .layout-tabs .container .tabs-selectors li .texts {
    padding: 35px 15px;
    top: 200px;
  }
}
.layout-tabs .container .tabs-selectors li.active .label {
  position: relative;
}
.layout-tabs .container .tabs-selectors li.active .label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #dfe0e5 transparent;
}
@media screen and (max-width: 810px) {
  .layout-tabs .container .tabs-selectors li.active .label:before {
    top: 53%;
    left: -5px;
    transform: translateY(-50%) rotate(90deg);
  }
}
.slick-slider {
  margin: 0;
  position: relative;
  isolation: isolate;
}
.slick-slider::before {
  content: "";
  display: block;
  width: 8rem;
  height: 3.5rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slick-slider::before {
  top: auto;
  bottom: -5.5rem;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid #000000;
  border-radius: 5rem;
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 1rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  top: auto;
  bottom: -5rem;
  transform: none;
  border-radius: 50%;
  z-index: 1;
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 1rem !important;
  opacity: 1;
  color: #000000;
  margin: 0 !important;
  font-weight: 300 !important;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #9f4a54;
  color: #ffffff;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 45px);
}
.slick-slider .slick-prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
.slick-slider .slick-next {
  right: calc(50% - 45px);
}
.slick-slider .slick-next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-inline-end: .25rem;
}
