/* =============ABSTRACTS==================== */
@import url("https://use.typekit.net/qth1pci.css");
/* =============BASE==================== */
/* VARIABLES =================================================================== */
/*
$gutter: 2%;
$columns: 16;
*/
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
}

p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

#form-success {
  display: none;
}

#feedback.erroneous, #feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

/* MEDIA QUERY'S =============================================================== */
* {
  outline: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-adjust-hue-button, input[type=number]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  border-radius: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* GRID ======================================================================== */
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

body {
  width: 100%;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

::selection {
  background: RoyalBlue;
  color: #fff;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.erroneous {
  border-color: crimson !important;
}

/* PLUGINS ===================================================================== */
html {
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  font-size: 1.6rem;
  color: #384F16;
}
@media (max-width: 1300px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #384F16;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
  color: #384F16;
}

p {
  margin: 0;
}
p:not(p:last-of-type) {
  padding-bottom: 2rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFFAF0;
  font-family: poppins, sans-serif;
  font-weight: 300;
}

img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1000px) {
  main {
    overflow-x: hidden;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.error__container a {
  color: unset;
  text-decoration: underline;
}

.swiper {
  height: 100%;
  width: 100%;
}

picture {
  display: block;
}

.bgdark {
  background-color: #283329;
  color: #8EC294;
}
.bgdark a {
  color: #8EC294;
}

.bglight {
  background-color: #B7D5B5;
  color: #283329;
}
.bglight a {
  color: #283329;
}

section {
  scroll-margin-top: 15rem;
  scroll-snap-margin-top: 20rem;
}

.fade-in-section {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fade-in-section picture {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in-section.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fade-in-section.is-visible picture {
  opacity: 1;
}

.videowrapper video {
  display: block;
}

.video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  z-index: 2;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.video__play-button-icon {
  width: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.video__play-button-icon--play path {
  fill: white;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media only screen and (min-width: 850px) {
  .video__play-button-icon--play:hover path {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }
}
.video__play-button-icon--pause rect {
  fill: white;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media only screen and (min-width: 850px) {
  .video__play-button-icon--pause:hover rect {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }
}
.video__play-button[data-button-state=pause] .video__play-button-icon--pause {
  display: none;
}
.video__play-button[data-button-state=play] {
  background: rgba(0, 0, 0, 0);
}
.video__play-button[data-button-state=play] .video__play-button-icon {
  opacity: 0;
}
.video__play-button[data-button-state=play] .video__play-button-icon--play {
  display: none;
}
@media only screen and (min-width: 850px) {
  .video__play-button[data-button-state=play]:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .video__play-button[data-button-state=play]:hover .video__play-button-icon {
    opacity: 1;
  }
}

.isie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isie h1 {
  padding-bottom: 2vw;
}
.isie .close-isie {
  text-decoration: underline;
  padding-top: 1vw;
  cursor: pointer;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.ratio__portrait {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
}
.ratio__fill {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ratio__landscape {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.ratio__landscape.small {
  padding-bottom: 50%;
}
.ratio__landscape.smaller {
  padding-bottom: 40%;
}
.ratio__square {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.ratio__fullscreen {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ratio__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 124%;
}

/* =============COMPONENTS==================== */
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  background: #FFFAF0;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.scrolling {
  padding: 2rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.scrolling .header-logo {
  height: 8.3rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.header.scrolling .header-logo svg #leafbaseline {
  display: none;
}
@media (max-width: 700px) {
  .header.scrolling .header-logo svg #leafbaseline {
    display: initial;
  }
}
@media (max-width: 700px) {
  .header.scrolling .header-logo {
    height: unset;
  }
}
.header.scrolling .navsubtitle {
  display: none;
}
.header-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-logo {
  max-width: 12rem;
  height: 17.6rem;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 700px) {
  .header-logo {
    height: unset;
    max-width: 22rem;
  }
}
@media (max-width: 700px) {
  .header-logo .highlogo {
    display: none;
  }
}
.header-logo .widelogo {
  display: none;
}
@media (max-width: 700px) {
  .header-logo .widelogo {
    display: block;
  }
}
.header-logo a {
  display: block;
}
.header-logo a svg {
  width: 100%;
  height: 100%;
  display: block;
}
.header-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.header-nav-inner .hamburger {
  position: relative;
  height: 2rem;
  width: 3rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .header-nav-inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-nav-inner .hamburger-menu {
  position: relative;
  background: #8EC294;
  width: 100%;
  height: 2px;
}
.header-nav-inner .hamburger-menu:before, .header-nav-inner .hamburger-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #8EC294;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.header-nav-inner .hamburger-menu:before {
  top: -8px;
  left: 0;
}
.header-nav-inner .hamburger-menu:after {
  bottom: -8px;
  left: 0;
}
.header-nav-inner .hamburger.active .hamburger-menu {
  background: none;
}
.header-nav-inner .hamburger.active .hamburger-menu:before {
  top: 0px;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-nav-inner .hamburger.active .hamburger-menu:after {
  bottom: 0px;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1000px) {
  .header-nav-inner .menu {
    display: none;
  }
}
.header-nav-inner .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding: 5px 0 0;
  margin: 0;
}
.header-nav-inner .menu ul li {
  list-style: none;
}
.header-nav-inner .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #8EC294;
  line-height: 1;
  display: block;
  font-weight: 500;
}
.header-nav-inner .menu ul li a.brochbtn {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .header-nav-inner .menu-socials {
    display: none;
  }
}
.header-nav-inner .menu-socials-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.header-nav-inner .menu-socials-inner ul li {
  list-style: none;
}
.header-nav-inner .menu-socials-inner ul li a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.header-nav-inner .menu-socials-inner ul li a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header .navsubtitle {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #384F16;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .header .navsubtitle {
    display: none;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20rem 0 10rem;
}
@media (max-width: 700px) {
  .footer {
    padding: 10rem 0 5rem;
  }
}
.footer-inner {
  max-width: 85.68%;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-content-inner {
  max-width: 83.33%;
  width: 100%;
  border-top: 1px solid #8EC294;
  padding-top: 10rem;
}
@media (max-width: 700px) {
  .footer-content-inner {
    max-width: 100%;
  }
}
.footer-content-inner h2 {
  font-size: 3.5rem;
  font-weight: 300;
  color: #8EC294;
  line-height: 1;
  padding-bottom: 5rem;
}
@media (max-width: 1300px) {
  .footer-content-inner h2 {
    font-size: 3rem;
  }
}
@media (max-width: 700px) {
  .footer-content-inner h2 {
    font-size: 2rem;
  }
}
.footer-content-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 700px) {
  .footer-content-body-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.footer-content-body-develop {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 700px) {
  .footer-content-body-develop {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}
.footer-content-body-develop .developimage {
  height: 8rem;
}
@media (max-width: 700px) {
  .footer-content-body-develop .developimage {
    height: 6rem;
  }
}
.footer-content-body-develop picture {
  width: 100%;
  height: 100%;
}
.footer-content-body-develop picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-content-body-links {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 700px) {
  .footer-content-body-links {
    max-width: 100%;
  }
}
.footer-content-body-links-inner li {
  list-style: none;
  text-align: right;
  line-height: 1;
}
@media (max-width: 700px) {
  .footer-content-body-links-inner li {
    text-align: left;
    line-height: 2;
  }
}
.footer-content-body-links-inner li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #8EC294;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 700px) {
  .footer-content-body-links-inner li a {
    font-size: 1.1rem;
  }
}

.privacypage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 5rem 0;
}
.privacypage-inner {
  max-width: 85.68%;
  width: 100%;
}
.privacypage-inner:before {
  content: "";
  height: 24rem;
  display: block;
  width: 100%;
}
@media (max-width: 700px) {
  .privacypage-inner:before {
    height: 10rem;
  }
}

#CybotCookiebotDialog label {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  text-transform: unset !important;
}
#CybotCookiebotDialog img {
  width: unset !important;
  height: unset !important;
}

.termsfeed-com---nb-simple {
  max-width: 100% !important;
}

.cc-nb-main-container {
  font-size: 1.3rem !important;
  background: #FFFAF0 !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr !important;
  grid-template-columns: 1fr 1fr !important;
  padding: 2rem 10rem !important;
}
@media (max-width: 1000px) {
  .cc-nb-main-container {
    padding: 2rem 5rem !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.cc-nb-title {
  font-size: 2.5rem !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  color: #414935 !important;
  margin: 0 !important;
  padding-bottom: 3rem !important;
}
.cc-nb-title-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media (max-width: 1000px) {
  .cc-nb-title-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-text {
  color: #414935 !important;
  line-height: 1.5 !important;
  font-size: 1.2rem !important;
}
.cc-nb-text-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media (max-width: 1000px) {
  .cc-nb-text-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-okagree {
  background: none !important;
  border: none !important;
  color: #414935 !important;
}
.cc-nb-okagree:hover {
  background: #414935 !important;
  color: #FFFAF0 !important;
}
.cc-nb-reject {
  background: none !important;
  border: none !important;
  color: #414935 !important;
  opacity: 40% !important;
}
.cc-nb-changep {
  color: #414935 !important;
  background: #FFFAF0 !important;
}
.cc-nb-buttons-container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  height: 100% !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container {
    grid-column: unset !important;
    grid-row: unset !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.cc-nb-buttons-container button {
  text-transform: uppercase !important;
  letter-spacing: 0.075em !important;
  font-size: 1rem !important;
  outline: none !important;
  border-radius: 20px !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  padding: 1rem 2rem !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container button {
    width: 100% !important;
  }
}

.cc-cp-foot-save {
  background: #414935 !important;
}
.cc-cp-foot-save:focus {
  outline: none !important;
  border: none !important;
}

form, input, label, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form {
  list-style-type: none;
  padding: 0;
}
form .error {
  color: crimson;
}
form .error::-webkit-input-placeholder {
  color: crimson;
}
form .error::-moz-placeholder {
  color: crimson;
}
form .error:-ms-input-placeholder {
  color: crimson;
}
form .error::-ms-input-placeholder {
  color: crimson;
}
form .error::placeholder {
  color: crimson;
}
form .error + label {
  color: crimson;
  font-weight: bold;
}
form .error + label a {
  color: crimson !important;
}
form .error a {
  color: crimson;
}
form .error .checkbox:before {
  border: 0.5px solid crimson;
}
form a {
  color: #8EC294;
}
form button {
  background: #8EC294;
  border: none;
  color: #283329;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  padding: 1.5rem 0 1rem;
  text-align: center;
}

.form-group {
  border-bottom: 1px solid #8EC294;
  margin-top: -1px;
  position: relative;
}
.form-group.group-typecopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
  padding-bottom: 2rem;
}
.form-group.group-typecopy label {
  text-transform: none;
  font-size: 1.3rem;
}

.noline {
  border-bottom: none;
  margin-top: 0;
}

#group-policy {
  padding: 20px 0;
}

label, input {
  -webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

label {
  color: black;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
}

input, textarea {
  background-color: transparent;
  border: none;
  color: #8EC294;
  font-weight: 300;
  font-size: 1.6rem;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 2em 10px 10px 0;
  outline: none;
  width: 100%;
}
input.error, textarea.error {
  padding: 2em 10px 2em 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8EC294;
  text-transform: uppercase;
}
input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder, input::placeholder, textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea:-moz-placeholder, textarea::placeholder { /* Chrome/Opera/Safari */
  color: #8EC294;
  text-transform: uppercase;
}

.error-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: crimson;
}
.error-text.error-policy {
  position: relative;
  bottom: -1rem;
  left: 0;
}

.policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  line-height: 2;
  color: #8EC294;
}
.policy a {
  text-decoration: underline;
  color: #8EC294;
}

#policy, input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
#policy:checked + label:after, input[type=radio]:checked + label:after {
  content: "";
  background: #8EC294;
  border: 0.5px solid #8EC294;
  position: absolute;
  top: 1px;
  left: -25px;
  width: 15px;
  height: 15px;
}

.checkbox {
  position: relative;
  margin-left: 15px;
  color: #8EC294;
}
.checkbox:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0.5px solid #8EC294;
  left: -25px;
  top: 1px;
}
.checkbox a {
  text-decoration: underline;
  color: #8EC294;
}

.label--required:after {
  content: "*";
  color: crimson;
  margin-left: 5px;
}

.offreForm input, .offreForm textarea, .brochure-form input, .brochure-form textarea, .landing-form input, .landing-form textarea {
  background-color: transparent;
  border: none;
  color: #8EC294;
  font-weight: 300;
  font-size: 1.3rem;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 1.6em 1em 1em 0;
  outline: none;
  width: 100%;
}
.offreForm input.error, .offreForm textarea.error, .brochure-form input.error, .brochure-form textarea.error, .landing-form input.error, .landing-form textarea.error {
  padding: 1.6em 1em 2em 0;
}
.offreForm input::-webkit-input-placeholder, .offreForm textarea::-webkit-input-placeholder, .brochure-form input::-webkit-input-placeholder, .brochure-form textarea::-webkit-input-placeholder, .landing-form input::-webkit-input-placeholder, .landing-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: unset;
}
.offreForm input::-webkit-input-placeholder, .offreForm input::-moz-placeholder, .offreForm input:-ms-input-placeholder, .offreForm input:-moz-placeholder, .offreForm input::placeholder, .offreForm textarea::-webkit-input-placeholder, .offreForm textarea::-moz-placeholder, .offreForm textarea:-ms-input-placeholder, .offreForm textarea:-moz-placeholder, .offreForm textarea::placeholder, .brochure-form input::-webkit-input-placeholder, .brochure-form input::-moz-placeholder, .brochure-form input:-ms-input-placeholder, .brochure-form input:-moz-placeholder, .brochure-form input::placeholder, .brochure-form textarea::-webkit-input-placeholder, .brochure-form textarea::-moz-placeholder, .brochure-form textarea:-ms-input-placeholder, .brochure-form textarea:-moz-placeholder, .brochure-form textarea::placeholder, .landing-form input::-webkit-input-placeholder, .landing-form input::-moz-placeholder, .landing-form input:-ms-input-placeholder, .landing-form input:-moz-placeholder, .landing-form input::placeholder, .landing-form textarea::-webkit-input-placeholder, .landing-form textarea::-moz-placeholder, .landing-form textarea:-ms-input-placeholder, .landing-form textarea:-moz-placeholder, .landing-form textarea::placeholder { /* Chrome/Opera/Safari */
  text-transform: unset;
}
.offreForm button, .brochure-form button, .landing-form button {
  width: auto;
  padding: 1.5rem 1rem 1rem;
  margin-top: 2rem;
}
.offreForm .privacy-notification, .brochure-form .privacy-notification, .landing-form .privacy-notification {
  margin-top: 2rem;
  font-size: 1rem;
}

.landing-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.landing-form input, .landing-form textarea {
  text-align: center;
}
.landing-form .error-text {
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.fancybox__backdrop {
  opacity: 0.5 !important;
}
.fancybox__content {
  padding: 0 !important;
}
.fancybox__content .carousel__button.is-close {
  top: 0 !important;
  right: 0;
}
.fancybox__content .carousel__button.is-close svg {
  color: #414935;
  -webkit-filter: none;
          filter: none;
  width: 2rem;
  height: 2rem;
}

@media (max-width: 700px) {
  .fancybox__slide {
    padding: 10px !important;
  }
}
#hiddenmodal {
  background-color: #283329;
  color: #FFFAF0;
  max-width: 600px;
  text-align: center;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem !important;
}
@media (max-width: 700px) {
  #hiddenmodal {
    max-width: 100%;
    padding: 40px 20px !important;
  }
}
#hiddenmodal .carousel__button.is-close svg {
  color: #FFFAF0;
  fill: #FFFAF0;
}
#hiddenmodal .largetext {
  color: #D06331 !important;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 700px) {
  #hiddenmodal .largetext {
    font-size: 2rem;
  }
}
#hiddenmodal .button {
  cursor: pointer;
  color: #D06331 !important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
#hiddenmodal .button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #D06331;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hiddenmodal .button:hover:after {
  left: 50%;
  right: 50%;
  width: 0;
}
@media (max-width: 700px) {
  #hiddenmodal .button {
    font-size: 1.4rem;
  }
}

.brochpop {
  background-color: #283329 !important;
}
.brochpop .carousel__button.is-close svg {
  display: block;
  color: #FFFAF0;
}
.brochpop-container {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  background-color: #283329;
  color: #FFFAF0;
  padding: 30px;
  font-size: 1.3rem;
  position: relative;
}
@media (max-width: 700px) {
  .brochpop-container {
    min-width: unset;
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
}
.brochpop-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 700px) {
  .brochpop-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brochpop-grid-item {
  width: 100%;
}
@media (max-width: 700px) {
  .brochpop-grid-item {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.brochpop-grid.wimage .brochpop-grid-item {
  width: 60%;
  padding-right: 40px;
}
@media (max-width: 700px) {
  .brochpop-grid.wimage .brochpop-grid-item {
    width: 100%;
    padding: 0;
  }
}
.brochpop-grid.wimage .brochimg {
  width: 40%;
  padding: 0;
}
.brochpop-grid.wimage .brochimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
@media (max-width: 700px) {
  .brochpop-grid.wimage .brochimg {
    display: none !important;
  }
}
.brochpop-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;
  cursor: pointer;
}
.brochpop-close img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .brochpop-close {
    right: 20px;
    top: 20px;
  }
}
.brochpop.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.btn-vid {
  color: #FFFAF0;
  border: 3px solid #FFFAF0;
  font-weight: 600;
  padding: 1rem 2.5rem;
  cursor: pointer;
  margin-top: 2.5rem;
  display: inline-block;
}
.btn-vid:hover {
  background: #FFFAF0;
  color: #8EC294;
}

.swiper-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swiper-buttons-prev, .swiper-buttons-next {
  position: relative;
  cursor: pointer;
  padding: 1rem 0;
}
.swiper-buttons-prev span, .swiper-buttons-next span {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #414935;
  margin: 2px 0 0 2rem;
}
.swiper-buttons-prev span:before, .swiper-buttons-prev span:after, .swiper-buttons-next span:before, .swiper-buttons-next span:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #414935;
  position: absolute;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  top: 0;
  right: 0;
}
.swiper-buttons-prev span:before, .swiper-buttons-next span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-buttons-prev span:after, .swiper-buttons-next span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-buttons-prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contentbg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .contentbg-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentbg-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .contentbg-thumbnail {
    max-width: 100%;
  }
}
.contentbg-thumbnail-inner {
  width: 100%;
  height: 100%;
  min-height: 90rem;
}
@media (max-width: 1000px) {
  .contentbg-thumbnail-inner {
    height: 50rem;
    display: block;
  }
}
@media (max-width: 700px) {
  .contentbg-thumbnail-inner {
    min-height: unset;
    height: 50rem;
  }
}
.contentbg-content {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .contentbg-content {
    max-width: 100%;
  }
}
.contentbg-content-inner {
  max-width: 71.4%;
  width: 100%;
  padding: 15rem 0;
}
@media (max-width: 700px) {
  .contentbg-content-inner {
    max-width: 100%;
    padding: 5rem;
  }
}
.contentbg-content-inner h2 {
  font-size: 4.4rem;
  font-weight: 400;
  padding-bottom: 5rem;
  line-height: 1;
}
@media (max-width: 1300px) {
  .contentbg-content-inner h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 700px) {
  .contentbg-content-inner h2 {
    font-size: 3rem;
  }
}

.contentbg-picture-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10rem 10rem 0;
}
@media (max-width: 1000px) {
  .video-teaser {
    padding: 5rem 5rem 0;
  }
}
@media (max-width: 700px) {
  .video-teaser {
    padding: 5rem 2.5rem 0;
  }
}
.video-teaser-inner {
  max-width: 110rem;
  width: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .video-teaser-inner {
    max-width: 100%;
  }
}
.video-teaser-inner video {
  border: 1px solid #8EC294;
  display: block;
}

.usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20rem 0;
}
@media (max-width: 700px) {
  .usp {
    padding: 10rem 0;
  }
}
.usp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  max-width: 85.68%;
  width: 100%;
}
@media (max-width: 1000px) {
  .usp-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
@media (max-width: 700px) {
  .usp-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
.usp-item {
  max-width: 33.332%;
  width: 100%;
}
@media (max-width: 1000px) {
  .usp-item {
    max-width: 40rem;
  }
}
@media (max-width: 700px) {
  .usp-item {
    max-width: 100%;
  }
}
.usp-item-inner {
  padding: 0 1.5rem;
}
@media (max-width: 700px) {
  .usp-item-inner {
    padding: 0;
  }
}
.usp-item-thumbnail-inner picture {
  border-radius: 50%;
}
.usp-item-content-inner h2 {
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  color: #384F16;
  padding-top: 5rem;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .usp-item-content-inner h2 {
    font-size: 1.8rem;
  }
  .usp-item-content-inner h2 br {
    display: none;
  }
}

@media (max-width: 700px) {
  .splitbanner {
    padding: 10rem 0 0;
  }
}
.splitbanner-inner {
  position: relative;
  isolation: isolate;
}
.splitbanner-thumbnail {
  height: 75vh;
  height: calc(var(--vh, 1vh) * 75);
  background-size: cover;
  background-position: center 10%;
  position: relative;
}
.splitbanner-thumbnail .swiper {
  height: 100%;
}
.splitbanner-thumbnail .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
}
.splitbanner-thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(40, 51, 41, 0.24);
  mix-blend-mode: multiply;
}
.splitbanner-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(40, 51, 41);
  mix-blend-mode: hard-light;
}
.splitbanner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .splitbanner-content {
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.splitbanner-content-inner {
  color: #8EC294;
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 5rem;
  max-width: 85.68%;
  width: 100%;
  text-align: right;
}
@media (max-width: 1300px) {
  .splitbanner-content-inner {
    font-size: 5rem;
  }
}
@media (max-width: 700px) {
  .splitbanner-content-inner {
    padding-top: 5rem;
    text-align: center;
    font-size: 3.5rem;
    padding-bottom: 0;
  }
}

.phase {
  padding: 20rem 0 10rem;
}
@media (max-width: 700px) {
  .phase {
    padding: 10rem 0 10rem;
  }
}
.phase-inner h2 {
  color: #384F16;
  font-size: 7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1300px) {
  .phase-inner h2 {
    font-size: 5rem;
  }
}
@media (max-width: 700px) {
  .phase-inner h2 {
    font-size: 4rem;
  }
}
.phase-inner h3 {
  font-size: 3.5rem;
  font-weight: 300;
  color: #8EC294;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .phase-inner h3 {
    font-size: 3rem;
  }
}
@media (max-width: 1000px) {
  .phase-inner h3 {
    line-height: 1.2;
  }
}
@media (max-width: 700px) {
  .phase-inner h3 {
    font-size: 2rem;
  }
}

.phase-selector {
  margin-top: 10rem;
}
.phase-selector ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phase-selector ul li {
  margin: 0 20px;
  padding: 0;
}
.phase-selector ul li a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 16px 24px;
  background-color: transparent;
  color: #283329;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
  border: 1px solid #283329;
  border-radius: 90px;
}
.phase-selector ul li a.active {
  background-color: #B7D5B5;
  border-color: #B7D5B5;
}
.phase-selector ul li a:hover {
  background-color: #B7D5B5;
  border-color: #B7D5B5;
}

[data-myid] {
  display: none !important;
}
[data-myid].active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.troeven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20rem 0;
}
@media (max-width: 1000px) {
  .troeven {
    padding: 10rem 0;
  }
}
.troeven-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .troeven-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
  }
}
@media (max-width: 700px) {
  .troeven-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
.troeven-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .troeven-thumbnail {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.troeven-thumbnail-inner {
  max-width: 83.33%;
  width: 100%;
}
@media (max-width: 1000px) {
  .troeven-thumbnail-inner {
    max-width: 40rem;
  }
}
@media (max-width: 700px) {
  .troeven-thumbnail-inner {
    max-width: 100%;
  }
}
.troeven-thumbnail-inner picture {
  border-radius: 50%;
}
.troeven-content {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .troeven-content {
    max-width: 100%;
  }
}
.troeven-content-inner {
  max-width: 83.33%;
  width: 100%;
}
@media (max-width: 1000px) {
  .troeven-content-inner {
    max-width: 100%;
  }
}
.troeven-content-inner h2 {
  line-height: 1;
  color: #384F16;
  font-size: 4.4rem;
  padding: 0 0 5rem 0;
}
@media (max-width: 1300px) {
  .troeven-content-inner h2 {
    font-size: 3.8rem;
    text-align: center;
    color: #8EC294;
  }
}
@media (max-width: 700px) {
  .troeven-content-inner h2 {
    font-size: 3rem;
    font-weight: 400;
  }
}
.troeven-content-item {
  border-bottom: 1px solid rgba(56, 79, 22, 0.2);
}
@media (max-width: 1000px) {
  .troeven-content-item:last-of-type {
    border-bottom: none;
  }
}
.troeven-content-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  padding: 3rem 0;
}
@media (max-width: 1000px) {
  .troeven-content-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.troeven-content-item-icon {
  max-width: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.troeven-content-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.troeven-content-item-title {
  color: #384F16;
}
@media (max-width: 1000px) {
  .troeven-content-item-title {
    text-align: center;
  }
}
.troeven-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.counterwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20rem 0;
}
.counterwrapper-inner {
  max-width: 85.68%;
  width: 100%;
}
.counterwrapper-inner h2 {
  font-size: 4.4rem;
  text-align: center;
  font-weight: 400;
  padding-bottom: 5rem;
}
@media (max-width: 1300px) {
  .counterwrapper-inner h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 700px) {
  .counterwrapper-inner h2 {
    font-size: 3rem;
  }
}
.counterwrapper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .counterwrapper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem;
  }
}
.counterwrapper-item {
  max-width: 16rem;
  width: 100%;
}
.counterwrapper-item-number {
  font-size: 5.7rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1300px) {
  .counterwrapper-item-number {
    font-size: 5rem;
  }
}
.counterwrapper-item-text {
  text-align: center;
}

.splithalfbanner {
  padding: 20rem 0;
}
@media (max-width: 1000px) {
  .splithalfbanner {
    padding: 5rem 0;
  }
}
.splithalfbanner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .splithalfbanner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.splithalfbanner-content {
  max-width: 42.84%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .splithalfbanner-content {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5rem;
  }
}
.splithalfbanner-content-inner {
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 1300px) {
  .splithalfbanner-content-inner {
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .splithalfbanner-content-inner {
    line-height: 1.2;
  }
}
.splithalfbanner-thumbnail {
  max-width: 57.12%;
  width: 100%;
}
@media (max-width: 1000px) {
  .splithalfbanner-thumbnail {
    max-width: 100%;
    height: 50rem;
  }
}
@media (max-width: 1000px) {
  .splithalfbanner-thumbnail-inner {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .splithalfbanner-thumbnail-inner .ratio__landscape {
    padding-bottom: 0;
    height: 100%;
  }
}

.quote {
  padding: 15rem 0;
}
@media (max-width: 700px) {
  .quote {
    padding: 5rem 0;
  }
}
.quote-inner {
  font-size: 3.5rem;
  font-weight: 300;
  color: #8EC294;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1300px) {
  .quote-inner {
    font-size: 3rem;
  }
}
@media (max-width: 1000px) {
  .quote-inner {
    text-align: left;
    line-height: 1.2;
    padding: 0 5rem;
  }
}
@media (max-width: 700px) {
  .quote-inner {
    font-size: 2rem;
  }
}

.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
  }
}
.contact-content {
  max-width: 42.84%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .contact-content {
    max-width: 100%;
  }
}
.contact-content-inner {
  max-width: 66.664%;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact-content-inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 700px) {
  .contact-content-inner {
    padding: 0 5rem;
  }
}
@media (max-width: 1000px) {
  .contact-content-block {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-content-block {
    text-align: left;
    width: 100%;
  }
}
.contact-content-block:not(.contact-content-block:last-of-type) {
  padding-bottom: 5rem;
}
@media (max-width: 1000px) {
  .contact-content-block:not(.contact-content-block:last-of-type) {
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .contact-content-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 700px) {
  .contact-content-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact-content-icon-inner {
  max-width: 7rem;
  width: 100%;
}
.contact-content-icon-inner.big {
  max-width: 10rem;
}
.contact-content-body h2 {
  font-size: 2rem;
  padding: 3rem 0 2rem;
}
@media (max-width: 1300px) {
  .contact-content-body h2 {
    font-size: 1.8rem;
  }
}
.contact-content-body a {
  text-decoration: none;
}
.contact-form {
  max-width: 57.12%;
  width: 100%;
  background: #283329;
  color: #8EC294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .contact-form {
    max-width: 100%;
  }
}
.contact-form-inner {
  max-width: 50%;
  width: 100%;
  padding: 10rem 0;
}
@media (max-width: 1000px) {
  .contact-form-inner {
    max-width: 100%;
    padding: 10rem;
  }
}
@media (max-width: 700px) {
  .contact-form-inner {
    padding: 5rem;
  }
}

.mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(255, 250, 240, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobilemenu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: floralwhite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobilemenu ul {
  background: #FFFAF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 2rem;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobilemenu ul li {
  text-align: center;
  list-style: none;
}
.mobilemenu ul li a {
  color: #384F16;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 2rem;
}
.mobilemenu .socials {
  padding: 2rem 0 0;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
}
.mobilemenu .socials li a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.mobilemenu .socials li a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mobilemenu .navsubtitle {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #C9B898;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}
@media (max-width: 1000px) {
  .mobilemenu .navsubtitle {
    display: block;
  }
}

.fullbanner {
  padding: 0 0 20rem;
}
@media (max-width: 700px) {
  .fullbanner {
    padding: 10rem 0 15rem;
  }
}
/* =============PAGES==================== */
.home:before {
  content: "";
  height: 24rem;
  display: block;
}
@media (max-width: 700px) {
  .home:before {
    height: 10rem;
  }
}
.home .banner {
  height: calc(100vh - 24rem);
  height: calc(var(--vh, 1vh) * 100 - 24rem);
  position: relative;
}
.home .banner-inner {
  position: relative;
  height: 100%;
  isolation: isolate;
}
.home .banner-thumbnail {
  height: 100%;
}
.home .banner-thumbnail .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 700px) {
  .home .banner-thumbnail .swiper-slide {
    background-position: top center;
  }
}
.home .banner-content {
  position: absolute;
  bottom: 8rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .home .banner-content {
    bottom: 0;
    top: 0;
  }
}
.home .banner-content-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 700px) {
  .home .banner-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    padding: 6rem 0;
  }
}
.home .banner-content-inner h1 {
  color: #FFFAF0;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
}
@media (max-width: 1300px) {
  .home .banner-content-inner h1 {
    font-size: 5rem;
  }
}
@media (max-width: 700px) {
  .home .banner-content-inner h1 {
    font-size: 4rem;
  }
}
.home .banner-content-down {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFAF0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .home .banner-content-down {
    max-width: 3.5rem;
  }
}
.home .banner-content-down-inner {
  width: 1.5rem;
}
.home .banner-content-down-inner svg {
  width: 100%;
  height: 100%;
  display: block;
}
.home .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0;
}
.home .intro-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 700px) {
  .home .intro-inner {
    max-width: 100%;
  }
}
.home .intro-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
}
@media (max-width: 700px) {
  .home .intro-logo {
    display: none;
  }
}
.home .intro-logo-inner {
  max-width: 7rem;
  width: 100%;
}
.home .intro-logo-inner svg {
  width: 100%;
  height: 100%;
}
.home .intro-content {
  max-width: 49.998%;
  width: 100%;
}
@media (max-width: 700px) {
  .home .intro-content {
    max-width: 100%;
    padding: 0 5rem;
  }
}
.home .intro-body {
  text-align: center;
}
.offer1 {
  margin-top: 50px;
  overflow: hidden;
}
.offer1:before {
  content: "";
  height: 22rem;
  display: block;
}
@media (max-width: 700px) {
  .offer1:before {
    height: 10rem;
  }
}
.offer1 img {
  display: block;
  width: 100%;
  height: auto;
}
.offer1-siblingnav {
  margin-bottom: 5rem;
}
.offer1-siblingnav .phase-selector {
  margin: 0;
}
.offer1-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
}
.offer1-content-inner {
  max-width: 85.68%;
  width: 100%;
}
.offer1-content-body h1 {
  font-size: 4.4rem;
  font-weight: 400;
  padding-bottom: 5rem;
  line-height: 1;
}
@media (max-width: 1300px) {
  .offer1-content-body h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 700px) {
  .offer1-content-body h1 {
    font-size: 3rem;
  }
}
.offer1-content-counter {
  padding-block: 10rem;
}
.offer1-content-counter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .offer1-content-counter-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem;
  }
}
.offer1-content-counter-item {
  max-width: 16rem;
  width: 100%;
}
.offer1-content-counter-item-number {
  font-size: 5.7rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1300px) {
  .offer1-content-counter-item-number {
    font-size: 5rem;
  }
}
.offer1-content-counter-item-text {
  text-align: center;
}
.offer1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 700px) {
  .offer1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.offer1-item {
  width: calc(50% - 10px);
  margin: 0 5px;
  position: relative;
}
@media (max-width: 700px) {
  .offer1-item {
    width: calc(100% - 10px);
  }
  .offer1-item + .offer1-item {
    margin-top: 50px;
  }
}
.offer1-item-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 77.2%;
  overflow: hidden;
  /*img{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      object-fit: cover;
      object-position: bottom center;
  }*/
}
.offer1-item-image img {
  width: 100%;
  height: auto;
  margin: 0 0 auto 0;
}
.offer1-item .image {
  position: relative;
}
.offer1-item h2 {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #8ec294;
  font-weight: 500;
  margin: 0 0 10px 40px;
}
.offer1-item svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.offer1-item polygon {
  fill: transparent;
  stroke: none;
  opacity: 0.6;
  position: relative;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.offer1-item polygon:hover {
  fill: #8ec294;
}
.offer1-item polygon:hover.sold {
  fill: #d20000;
  cursor: default;
}
.offer1-item polygon:hover.option {
  fill: #ffa500;
}
.offer1-item polygon.selected {
  fill: #8ec294;
}
.offer1-item polygon.selected.sold {
  fill: #d20000;
  cursor: default;
}
.offer1-item polygon.selected.option {
  fill: #ffa500;
}
.offer1-item polygon {
  /*title{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }*/
}

.offer2-inner {
  margin: 0 auto;
  max-width: 85.68%;
}
.offer2-inner table {
  width: 100%;
  margin: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-top: 100px;
  overflow-x: scroll;
}
.offer2-inner table th {
  text-align: left;
  text-transform: uppercase;
  color: #8ec294;
  padding-bottom: 30px;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 30px;
}
.offer2-inner table td {
  min-width: 8vw;
  padding: 15px 0 20px 0;
  white-space: nowrap;
  padding-right: 30px;
}
.offer2-inner table td:last-child {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 700px) {
  .offer2-inner table td:last-child {
    text-align: left;
  }
}
.offer2-inner table tr {
  border-bottom: 0.5px solid #d5d9c8;
  color: #384F16;
  position: relative;
}
.offer2-inner table tr .button {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 6px;
  color: #384F16;
  border: 1px solid #384F16;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, border 0.3s ease;
  transition: box-shadow 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 5;
}
.offer2-inner table tr .button:hover {
  -webkit-box-shadow: 0 0 0 1px #384F16;
          box-shadow: 0 0 0 1px #384F16;
}
.offer2-inner table tr:nth-child(odd) td {
  color: #384f16;
}
.offer2-inner table tr:nth-child(odd) .button {
  color: #384f16;
  border: 1px solid #384f16;
  cursor: pointer;
}
.offer2-inner table tr:nth-child(odd) .button:hover {
  -webkit-box-shadow: 0 0 0 1px #384f16;
          box-shadow: 0 0 0 1px #384f16;
}
.offer2-inner table tr:first-child {
  border: none;
}
.offer2-inner table tr:hover {
  /*background-color: #8EC294;*/
}
.offer2-inner table tr.sold {
  /*&:hover{
      background-color: #d20000;
  }*/
}
.offer2-inner table tr.sold td {
  opacity: 0.8;
}
.offer2-inner table tr.option {
  /*&:hover{
      background-color: #ffa500;
  }*/
}
.offer2-inner table tr.selected {
  color: #384f16;
}
.offer2-inner table tr.selected:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
  width: calc(100% + 40px);
  height: 100%;
  background-color: #8ec294;
  z-index: -3;
  opacity: 0.6;
}
.offer2-inner table tr.selected.sold:after {
  background-color: #d20000;
}
.offer2-inner table tr.selected.option:after {
  background-color: #ffa500;
}
.offer2-inner table tr.selected .button {
  color: #384f16;
  border: 1px solid #384f16;
}
.offer2-inner table tr.selected .button:hover {
  -webkit-box-shadow: 0 0 0 1px #384f16;
          box-shadow: 0 0 0 1px #384f16;
}
.offer2-inner table tr.spacer {
  border: none !important;
}
.offer2-inner table tr.spacer td {
  padding: 50px 0;
}
.offer2-inner table tr td span {
  display: none;
}
@media (max-width: 700px) {
  .offer2-inner table {
    margin-top: 50px;
    width: 100%;
    overflow-x: scroll;
  }
  .offer2-inner table td,
  .offer2-inner table th {
    min-width: auto;
  }
  .offer2-inner table th {
    display: none;
  }
  .offer2-inner table tr:nth-child(1) {
    display: none;
  }
  .offer2-inner table tr td:first-child {
    padding-top: 50px;
  }
  .offer2-inner table tr td span {
    display: inline-block;
    font-weight: 500;
  }
  .offer2-inner table tr td:last-child {
    padding-bottom: 50px;
  }
  .offer2-inner table tr,
  .offer2-inner table td,
  .offer2-inner table th {
    display: block;
  }
  .offer2-inner table td {
    position: relative;
    text-align: left;
  }
  .offer2-inner table {
    /*td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        font-weight: bold;
    }*/
  }
}
.offer2 .tableinfo {
  margin-top: 50px;
  font-size: 12px !important;
}

.dpopup#brochurepopup .dpopup-grid-item {
  width: 100%;
  border-right: none;
  padding: 0;
}
.dpopup-container {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  background-color: #FFFAF0;
  padding: 30px;
  font-size: 1.3rem;
  position: relative;
}
@media (max-width: 700px) {
  .dpopup-container {
    min-width: unset;
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
}
.dpopup .tableinfo {
  margin-top: 20px;
  font-size: 1rem;
}
.dpopup .tableinfo p {
  margin: 0;
  padding: 0 !important;
}
.dpopup-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 700px) {
  .dpopup-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dpopup-grid-item {
  width: 50%;
  padding-left: 30px;
}
.dpopup-grid-item:first-child {
  padding: 0 30px 0 0;
  border-right: 1px solid #384F16;
}
@media (max-width: 700px) {
  .dpopup-grid-item:first-child {
    padding: 0 0 30px 0;
    border: none;
  }
}
@media (max-width: 700px) {
  .dpopup-grid-item {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.dpopup-grid-item table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.dpopup-grid-item table.detailsrows {
  border-bottom: 1px solid #384F16;
}
@media (max-width: 700px) {
  .dpopup-grid-item table.detailsrows:last-child {
    border: none;
  }
}
.dpopup-grid-item table tr td {
  width: 50%;
  vertical-align: top;
}
.dpopup-grid-item table tr td:nth-child(2) {
  text-align: right;
}
.dpopup-grid-item table tr td.largetext {
  font-size: 2rem;
}
.dpopup-grid-item table tr td .smalltext {
  font-size: 1.2rem;
  color: #C9B898;
}
.dpopup-grid-item table tr td .strong {
  font-weight: 600;
}
.dpopup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;
  cursor: pointer;
}
.dpopup-close img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .dpopup-close {
    right: 20px;
    top: 20px;
  }
}
.dpopup.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.dpopup .info-container {
  position: relative;
  display: inline-block;
}
.dpopup .info-button {
  width: 15px;
  height: 15px;
  background-color: #8EC294;
  color: #283329;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
}
.dpopup .tooltip {
  visibility: hidden;
  width: 300px;
  background-color: #283329;
  color: #FFFAF0;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  /* Position the tooltip above the button */
  left: 0;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 12px !important;
  font-family: poppins, sans-serif;
  font-weight: 300;
}
.dpopup {
  /*.tooltip::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: $dark transparent transparent transparent;
  }*/
}
.dpopup .info-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

body.landing header .header-nav {
  display: none !important;
}
body.landing header .navsubtitle {
  display: none !important;
}
body.landing header .header-logo {
  margin: 0 auto;
}
body.landing footer {
  display: none !important;
}

.landing1 {
  margin-top: 50px;
  overflow: hidden;
}
.landing1:before {
  content: "";
  height: 24rem;
  display: block;
}
@media (max-width: 700px) {
  .landing1:before {
    height: 10rem;
  }
}
.landing1 img {
  display: block;
  width: 100%;
  height: auto;
}
.landing1-inner {
  max-width: 85.68%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.news:before {
  content: "";
  height: 24rem;
  display: block;
}
@media (max-width: 700px) {
  .news:before {
    height: 10rem;
  }
}
.news section.quote {
  display: none !important;
}
.news #contact {
  margin-top: 140px;
}

.plg-newssection1-content {
  max-width: 85.68%;
  margin: 0 auto;
  width: 100%;
}
.plg-newssection1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 10px;
}
@media (max-width: 700px) {
  .plg-newssection1-grid {
    gap: 50px 0;
  }
}
.plg-newssection1-grid-item {
  width: calc(50% - 10px);
  text-decoration: none;
}
@media (max-width: 700px) {
  .plg-newssection1-grid-item {
    width: 100%;
  }
}
.plg-newssection1-grid-item-content {
  margin-top: 20px;
  padding-right: 50px;
}
.plg-newssection1-grid-item .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.plg-newssection1-grid-item .plg-imagecontainer img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plg-newssection1-grid-item h3 {
  font-weight: 400;
  line-height: 1.4;
}
.plg-newssection1-grid-item .button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 14px;
  border: 1px solid #8EC294;
  color: #8EC294;
  border-radius: 24px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 0 0 0;
}
.plg-newssection1-grid-item .button:hover {
  background: #8EC294;
  color: #FFFAF0;
}
.plg-newssection1-grid-item:hover .button {
  background: #8EC294;
  color: #FFFAF0;
}
.plg-newssection1-grid-item:hover .plg-imagecontainer img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.news-item:before {
  content: "";
  height: 24rem;
  display: block;
}
@media (max-width: 700px) {
  .news-item:before {
    height: 10rem;
  }
}
.news-item section.quote {
  display: none !important;
}
.news-item #contact {
  margin-top: 140px;
}

.plg-newsitemsection1-content {
  max-width: 85.68%;
  margin: 0 auto;
  width: 100%;
}
.plg-newsitemsection1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 700px) {
  .plg-newsitemsection1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plg-newsitemsection1-grid-item {
  text-decoration: none;
}
.plg-newsitemsection1-grid-item.image {
  width: 42%;
}
@media (max-width: 700px) {
  .plg-newsitemsection1-grid-item.image {
    width: 100%;
  }
}
.plg-newsitemsection1-grid-item.text {
  width: 58%;
  padding-left: 140px;
}
@media (max-width: 1000px) {
  .plg-newsitemsection1-grid-item.text {
    padding-left: 70px;
  }
}
@media (max-width: 700px) {
  .plg-newsitemsection1-grid-item.text {
    padding-left: 0;
    width: 100%;
    margin-top: 50px;
  }
}
.plg-newsitemsection1-grid-item h1 {
  font-weight: 400;
  line-height: 1.28;
  margin: 0 0 40px 0;
  font-size: 3.5rem;
}
@media (max-width: 700px) {
  .plg-newsitemsection1-grid-item h1 {
    font-size: 2.5rem;
  }
}
.plg-newsitemsection1-grid-item .txt * {
  color: #8EC294;
}
.plg-newsitemsection1-grid-item a:hover {
  text-decoration: none;
}
.plg-newsitemsection1-grid-item .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.plg-newsitemsection1-grid-item .plg-imagecontainer img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plg-newsitemsection1-grid-item .button-group {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 700px) {
  .plg-newsitemsection1-grid-item .button-group {
    margin-top: 50px;
  }
}
.plg-newsitemsection1-grid-item .button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 14px;
  border: 1px solid #8EC294;
  color: #8EC294;
  border-radius: 24px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plg-newsitemsection1-grid-item .button.filled {
  background: #8EC294;
  color: #FFFAF0;
}
.plg-newsitemsection1-grid-item .button.filled:hover {
  background-color: transparent;
  color: #8EC294;
}
.plg-newsitemsection1-grid-item .button:hover {
  background: #8EC294;
  color: #FFFAF0;
}

.formsuccess1:before {
  content: "";
  height: 23rem;
  display: block;
}
@media (max-width: 700px) {
  .formsuccess1:before {
    height: 10rem;
  }
}
.formsuccess1 .button {
  display: inline-block;
  background: #8EC294;
  border: 1px solid #8EC294;
  color: #283329;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 1.5rem 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formsuccess1 .button:hover {
  background-color: transparent;
}

.formoffresuccess1:before {
  content: "";
  height: 23rem;
  display: block;
}
@media (max-width: 700px) {
  .formoffresuccess1:before {
    height: 10rem;
  }
}
.formoffresuccess1 .button {
  display: inline-block;
  background: #8EC294;
  border: 1px solid #8EC294;
  color: #283329;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 1.5rem 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formoffresuccess1 .button:hover {
  background-color: transparent;
}
.formoffresuccess1 .offre-plan-wrapper {
  margin-top: 2rem;
}
.formoffresuccess1 .offre-plan-fallback {
  margin-top: 1rem;
}