/* Minification failed. Returning unminified contents.
(467,34): run-time error CSS1034: Expected closing parenthesis, found ':'
(467,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1255,18): run-time error CSS1039: Token not allowed after unary operator: '-grid-aside'
(1870,25): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(1888,25): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(2212,26): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
(2213,34): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
(2218,27): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(2219,33): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
(2223,33): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
(2224,34): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(2250,27): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(2251,33): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
(2303,16): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
(2392,18): run-time error CSS1039: Token not allowed after unary operator: '-timeline-image'
(2399,23): run-time error CSS1039: Token not allowed after unary operator: '-timeline-image'
(2400,27): run-time error CSS1039: Token not allowed after unary operator: '-timeline-image'
(2458,27): run-time error CSS1039: Token not allowed after unary operator: '-timeline-image'
(2459,35): run-time error CSS1039: Token not allowed after unary operator: '-timeline-image'
(2580,25): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(3189,25): run-time error CSS1039: Token not allowed after unary operator: '-grid-right'
(3190,24): run-time error CSS1039: Token not allowed after unary operator: '-grid-left'
 */
/* BASE */
.reset-button {
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
.link {
  color: #82bf5a;
  padding-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(67, 92, 51, 0.1);
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: 600;
  transition: 0.4s ease-in all;
}
.link:hover {
  color: #68a640;
}
.full-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.reset-list {
  margin-left: 0;
  list-style: none;
  padding: 0;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 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;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.vh {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-link {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 10001;
  padding: 1.6rem 2.4rem;
  background: #82bf5a;
  color: #FFF;
}
.skip-link:focus {
  left: 0;
}
body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column wrap;
  min-height: 100vh;
  background: #f8f1e8;
}
.body--locked {
  max-height: 100vh;
  overflow-y: hidden;
}
.html--locked {
  max-height: 100vh;
  overflow-y: hidden;
}
p:empty {
  display: none;
  margin: 0;
}
a:not([class]) {
  color: #435c33;
}
@media screen and (max-width: 63.99em) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-desktop {
    display: none !important;
  }
}
.back-to-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  z-index: 49;
  color: #435c33;
  background: transparent;
  border: 0;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px rgba(67, 92, 51, 0.2);
  opacity: 0;
  transform: translateY(100px);
  cursor: pointer;
  transition: 0.4s ease-in all;
}
.back-to-top .l-icon {
  position: absolute;
}
.back-to-top svg path {
  fill: none;
  stroke-width: 4;
  box-sizing: border-box;
  stroke: #435c33;
}
.back-to-top.s-visible {
  opacity: 1;
  transform: translateY(0);
}
*:focus:not(*:focus-visible) {
  outline: none;
}
a,
button {
  touch-action: manipulation;
}
@media screen and (min-width: 64em) {
  ::-webkit-scrollbar {
    height: screen and (max-width: 47.99em);
    width: 0.8rem;
    background: transparent;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(67, 92, 51, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #435c33;
  }
}
@media screen and (max-width: 47.99em) {
  html {
    font-size: 43.75%;
  }
}
@media screen and (max-width: 63.99em) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 64em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (min-width: 120em) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 2rem;
  line-height: 1.55;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #1e1e1c;
}
.rte h2 {
  font-size: 3.6rem;
  color: #82bf5a;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .rte h2 {
    font-size: 2.88rem;
  }
}
.rte h3 {
  font-size: 2.88rem;
  color: #435c33;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .rte h3 {
    font-size: 2.304rem;
  }
}
.rte h4 {
  font-size: 2.16rem;
  color: #82bf5a;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .rte h4 {
    font-size: 1.728rem;
  }
}
.bold,
strong {
  font-weight: 600;
  color: #435c33;
}
.italic,
em {
  font-style: italic;
}
.intro {
  font-size: 2.88rem;
  font-style: italic;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  font-weight: 600;
  color: #435c33;
  text-align: center;
}
.quote {
  font-size: 2.88rem;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  font-weight: 600;
  color: #82bf5a;
  text-align: center;
}
.btn {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  display: inline-block;
}
.btn:hover {
  background: #68a640;
}
.btn--dark {
  background: #435c33;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
}
.btn--dark:hover {
  background: #2b3b21;
}
ul,
ol {
  padding-left: 16px;
}
.rte img:not([class]) {
  width: 100%;
  height: auto;
}
@media print {
  @page {
    size: 210mm 297mm;
    margin: 20mm 24mm;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  img {
    page-break-inside: avoid;
    width: 100% !important;
    max-width: 300px !important;
  }
  p {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    font-size: 15px !important;
    line-height: 1.5;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
  }
  h1 {
    font-size: 30px !important;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 700 !important;
  }
  h2 {
    font-size: 25px !important;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 700 !important;
  }
  h3 {
    font-size: 20px !important;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 700 !important;
  }
}
/* LAYOUT */
.l-image__figure {
  width: 100%;
}
.l-image__figure figcaption {
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  margin-top: 1.6rem;
}
.l-image__parent {
  display: block;
  width: 100%;
}
.l-image__parent--landscape {
  aspect-ratio: 3/2;
}
.l-image__parent--portrait {
  aspect-ratio: 2/3;
}
.l-image__parent--square {
  aspect-ratio: 1/1;
}
.l-image__parent--auto {
  aspect-ratio: none;
}
.l-image__item {
  width: 100%;
  height: 100%;
  font-style: italic;
  vertical-align: middle;
  object-fit: cover;
  opacity: 0;
  transition: 0.2s ease-in opacity;
}
.l-image__item--loaded {
  opacity: 1;
}
.l-item > * {
  margin: 0;
}
.l-item > * + * {
  margin-top: 2.4rem;
}
.l-item--small > * + * {
  margin-top: 1.6rem;
}
.l-item--large > * + * {
  margin-top: 6.4rem;
}
.l-item > style,
.l-item > script {
  display: none;
}
.l-container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .l-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 18rem;
    height: 100%;
    width: 2px;
    z-index: 19;
  }
  .l-container--green:before {
    background: rgba(67, 92, 51, 0.2);
  }
  .l-container--dark:before {
    background: rgba(255, 255, 255, 0.2);
  }
  .l-container--light:before {
    background: rgba(30, 30, 28, 0.2);
  }
}
.l-confetti {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 63.99em) {
  .l-confetti {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .l-confetti {
    left: 18rem;
    width: calc(100% - 18rem);
  }
}
@media screen and (max-width: 63.99em) {
  .l-content {
    width: 100%;
    padding: 8rem 4rem;
  }
}
@media screen and (min-width: 64em) {
  .l-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8rem 0;
  }
}
.l-content + .l-content {
  padding-top: 0;
}
@media screen and (max-width: 63.99em) {
  .l-content--small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .l-content--small {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 64em) {
  .l-content--large {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }
}
.l-grid {
  display: grid;
  grid-gap: 8rem 4rem;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 63.99em) {
  .l-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .l-grid {
    padding-left: 27rem;
    padding-right: 9rem;
    grid-gap: 8rem 6rem;
  }
}
@media screen and (min-width: 120em) {
  .l-grid {
    padding-left: 36rem;
    padding-right: 18rem;
  }
}
.l-grid + .l-grid {
  margin-top: 1.6rem;
}
.l-grid + .l-grid--large {
  margin-top: 6.4rem;
}
.l-grid + .l-grid--timeline,
.l-grid--timeline + .l-grid {
  margin-top: 8rem;
}
@media screen and (max-width: 63.99em) {
  .l-grid--rte + .l-grid--rte {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .l-grid--rte + .l-grid--rte {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 64em) {
  .l-grid--rte {
    grid-gap: 8rem;
  }
}
@media screen and (max-width: 63.99em) {
  .l-grid--3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 64em) {
  .l-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.l-grid--nogap {
  gap: 0;
}
[class*="l-col-"] {
  grid-column-end: span 1;
}
.l-col--1-1 {
  grid-column-end: span 2;
}
.l-col--1-2 {
  grid-column-end: span 1;
}
@media screen and (min-width: 64em) {
  .l-col--1-1 {
    grid-column-end: span 14;
  }
  .l-col--md-1-14 {
    grid-column-end: span 1;
  }
  .l-col--md-2-14 {
    grid-column-end: span 2;
  }
  .l-col--md-3-14 {
    grid-column-end: span 3;
  }
  .l-col--md-4-14 {
    grid-column-end: span 4;
  }
  .l-col--md-5-14 {
    grid-column-end: span 5;
  }
  .l-col--md-6-14 {
    grid-column-end: span 6;
  }
  .l-col--md-7-14 {
    grid-column-end: span 7;
  }
  .l-col--md-8-14 {
    grid-column-end: span 8;
  }
  .l-col--md-9-14 {
    grid-column-end: span 9;
  }
  .l-col--md-10-14 {
    grid-column-end: span 10;
  }
  .l-col--md-11-14 {
    grid-column-end: span 11;
  }
  .l-col--md-12-14 {
    grid-column-end: span 12;
  }
  .l-col--md-13-14 {
    grid-column-end: span 13;
  }
  .l-col--md-14-14 {
    grid-column-end: span 14;
  }
  .l-col--md-1-3 {
    grid-column-end: span 1;
  }
  .l-col--start {
    align-self: start;
  }
  .l-col--center {
    align-self: center;
  }
  .l-col--end {
    align-self: end;
  }
  .l-col--offset-1 {
    grid-column-start: 2;
  }
  .l-col--offset-2 {
    grid-column-start: 3;
  }
  .l-col--offset-3 {
    grid-column-start: 4;
  }
  .l-col--offset-4 {
    grid-column-start: 5;
  }
  .l-col--offset-5 {
    grid-column-start: 6;
  }
  .l-col--offset-6 {
    grid-column-start: 7;
  }
  .l-col--offset-7 {
    grid-column-start: 8;
  }
  .l-col--offset-8 {
    grid-column-start: 9;
  }
  .l-col--offset-9 {
    grid-column-start: 10;
  }
  .l-col--offset-10 {
    grid-column-start: 11;
  }
  .l-col--offset-11 {
    grid-column-start: 12;
  }
  .l-col--offset-12 {
    grid-column-start: 13;
  }
  .l-col--offset-13 {
    grid-column-start: 14;
  }
}
@media screen and (min-width: 120em) {
  .l-col--lg-12-14 {
    grid-column-end: span 12;
  }
  .l-col--lg-offset-1 {
    grid-column-start: 2;
  }
}
.l-iframe__parent {
  position: relative;
  aspect-ratio: 1.77777778;
}
.l-iframe__item,
.l-iframe__parent iframe {
  width: 100%;
  height: 100%;
}
.l-icon {
  fill: currentColor;
  width: 2.4rem;
  height: 2.4rem;
}
.l-icon--small {
  width: 1.6rem;
  height: 1.6rem;
}
.l-icon--large {
  width: 4.8rem;
  height: 4.8rem;
}
.l-icon--base * {
  fill: #82bf5a;
}
.l-icon--alt * {
  fill: #f8e177;
}
.l-icon--dark * {
  fill: #435c33;
}
.l-icon--light * {
  fill: #f8f1e8;
}
.l-icon--white * {
  fill: #FFFFFF;
}
.l-icon--black * {
  fill: #1e1e1c;
}
[data-animation] {
  opacity: 0;
}
[data-animation="fade-in"].visible {
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
[data-animation="slide-in"].visible {
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
[data-animation="slide-down"].visible {
  animation-name: slideDown;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
[data-animation="zoom-in"].visible {
  animation-name: zoomIn;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(6.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-6.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(6.4rem);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes slideUpLeft {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(12.8rem);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes slideUpRight {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(25.6rem);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
[data-delay="200"].visible {
  animation-delay: 0.6s;
}
[data-delay="400"].visible {
  animation-delay: 0.8s;
}
[data-delay="600"].visible {
  animation-delay: 1s;
}
[data-delay="800"].visible {
  animation-delay: 1.2s;
}
[data-delay="1000"].visible {
  animation-delay: 1.4s;
}
[data-delay="1200"].visible {
  animation-delay: 1.6s;
}
[data-delay="1400"].visible {
  animation-delay: 1.8s;
}
[data-delay="1600"].visible {
  animation-delay: 2s;
}
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 101;
  background-color: #82bf5a;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-transition.is-inactive {
  top: 100%;
}
[data-animation="parent-slide"] {
  opacity: 1;
}
[data-animation="parent-slide"] > * {
  opacity: 0;
}
[data-animation="parent-slide"].visible > * {
  animation-name: slideUpRight;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  transform-origin: center;
}
[data-animation="parent-slide"].visible > *:nth-of-type(odd) {
  animation-name: slideUpLeft;
}
[data-animation="parent-slide"].visible > *:last-of-type {
  animation-delay: 0.6s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(2) {
  animation-delay: 1s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(3) {
  animation-delay: 1.4s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(4) {
  animation-delay: 1.8s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(5) {
  animation-delay: 2.2s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(6) {
  animation-delay: 2.6s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(7) {
  animation-delay: 3s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(8) {
  animation-delay: 3.4s;
}
[data-animation="parent-slide"].visible > *:nth-last-of-type(9) {
  animation-delay: 3.8s;
}
[data-animation="show-background"] {
  opacity: 1;
}
[data-animation="show-background"]:after,
[data-animation="show-background"] [class*="l-col--"] {
  opacity: 0;
}
[data-animation="show-background"].visible:after {
  animation-name: zoomIn;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
[data-animation="show-background"].visible [class*="l-col--"] {
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
[data-animation="show-background"].visible [class*="l-col--"]:nth-of-type(1) {
  animation-delay: 0.8s;
}
[data-animation="show-background"].visible [class*="l-col--"]:nth-of-type(2) {
  animation-delay: 1s;
}
[data-animation="show-background"].visible [class*="l-col--"]:nth-of-type(3) {
  animation-delay: 1.2s;
}
[data-animation="show-background"].visible [class*="l-col--"]:nth-of-type(4) {
  animation-delay: 1.4s;
}
.c-aside__parent {
  z-index: 31;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4rem;
}
@media screen and (max-width: 63.99em) {
  .c-aside__parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 18rem;
  }
}
@media screen and (min-width: 64em) {
  .c-aside__parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column wrap;
    width: 18rem;
    height: var(--grid-aside);
  }
}
.c-aside__scroll {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: row wrap;
  color: #FFFFFF;
  white-space: nowrap;
  flex: 1;
}
.c-aside__rotate {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-align: center;
}
.c-aside__label {
  text-decoration: none;
  color: #FFFFFF;
}
.c-aside__label .l-icon {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 63.99em) {
  .c-aside__logo {
    height: 6.4rem;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .c-aside__logo {
    height: 6.4rem;
    width: auto;
  }
}
.c-cookies__parent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #435c33;
  z-index: 71;
  color: #FFFFFF;
}
.c-cookies__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  gap: 2rem;
}
.c-cookies__button {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
}
.c-cookies__button:hover {
  background: #68a640;
}
.c-cookies__link {
  background: transparent;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  border: 2px solid #FFFFFF;
}
.c-cookies__link:hover {
  background: rgba(0, 0, 0, 0);
}
.c-cookies__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  color: #FFFFFF;
  background: #1e1e1c;
  width: 100%;
  height: 100%;
  z-index: 14;
}
.c-filter__parent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.c-filter__title {
  font-weight: 700;
  margin-right: 1.6rem;
}
@media screen and (min-width: 64em) {
  .c-filter__title {
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 63.99em) {
  .c-filter__items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: nowrap;
    padding: 0 4rem;
    width: calc(100% + 4rem*2);
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 1.6rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
}
.c-filter__items::-webkit-scrollbar {
  display: none;
  width: 0;
  background: 0 0;
}
.c-filter__item {
  position: relative;
}
.c-filter__item + .c-filter__item {
  margin-left: 1.6rem;
}
.c-filter__radio {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.c-filter__radio:checked ~ .c-filter__label {
  background: #435c33;
}
.c-filter__radio:checked + .c-filter__label .c-filter__icon {
  display: inline-flex;
}
.c-filter__icon {
  display: none;
  margin-left: 0.8rem;
}
.c-filter__label {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.c-filter__label:hover {
  background: #68a640;
}
.c-filter__uncheck {
  border: 0;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  display: none;
}
.c-filter__radio:checked ~ .c-filter__uncheck {
  display: block;
}
.c-footer__container {
  background: transparent;
  color: #FFFFFF;
}
.c-footer__title {
  font-size: 4.8rem;
  color: #435c33;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .c-footer__title {
    font-size: 3.84rem;
  }
}
.c-footer__rte {
  font-size: 2.2rem;
}
.c-footer__rte a {
  color: #FFFFFF;
}
.c-footer__rte a:hover {
  color: #435c33;
  text-decoration: underline;
}
.c-footer__container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #82bf5a;
  z-index: -1;
}
@media screen and (max-width: 63.99em) {
  .c-footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .c-footer__socials {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column wrap;
    height: 100%;
  }
}
.c-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  background: #435c33;
  border-radius: 0.6rem;
  overflow: hidden;
  line-height: 0;
  font-style: italic;
  vertical-align: middle;
}
@media screen and (max-width: 63.99em) {
  .c-footer__social {
    margin: 0 0.8rem;
  }
}
.c-footer__toplinks {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column wrap;
}
.c-footer__toplink {
  font-size: 3.6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
  text-decoration: none;
  padding-top: 1.6rem;
}
@media screen and (max-width: 63.99em) {
  .c-footer__toplink {
    font-size: 2.88rem;
  }
}
.c-footer__pages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column wrap;
}
.c-footer__page {
  font-size: 2.2rem;
  color: #FFFFFF;
}
.c-footer__page:hover {
  color: #435c33;
  text-decoration: underline;
}
.c-footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 63.99em) {
  .c-footer__links {
    padding-top: 2.4rem;
    margin-top: 2.4rem;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .c-footer__links {
    padding-top: 4.8rem;
    margin-top: 4.8rem;
  }
}
.c-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  color: #435c33;
  text-decoration: none;
}
.c-footer__link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (max-width: 63.99em) {
  .c-footer__link {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 63.99em) {
  .c-footer__link + .c-footer__link {
    margin-left: 0.8rem;
  }
}
@media screen and (min-width: 64em) {
  .c-footer__link + .c-footer__link {
    margin-left: 1.6rem;
  }
}
.c-footer__link + .c-footer__link:before {
  content: '|';
  margin-right: 1.6rem;
  color: #435c33;
}
@media screen and (max-width: 63.99em) {
  .c-footer__link:last-child {
    flex: 1 0 100%;
  }
}
@media screen and (min-width: 64em) {
  .c-footer__link:last-child {
    margin-left: auto;
  }
}
.c-footer__link:last-child:before {
  content: none;
  margin-left: auto;
}
@media screen and (min-width: 64em) {
  .c-footer__spacer {
    grid-column-end: span 14;
    height: 1px;
    margin-bottom: -4rem;
  }
}
.c-header__parent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  position: relative;
  background: #435c33;
  overflow: hidden;
}
@media screen and (max-width: 63.99em) {
  .c-header__parent {
    padding-top: 10.4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-header__parent {
    padding-top: 9rem;
    min-height: calc(100vh - 18rem*1.5);
  }
}
@media screen and (min-width: 64em) {
  .c-header__parent--large {
    min-height: calc(100vh - 18rem);
  }
}
@media screen and (min-width: 64em) {
  .c-header__parent--none {
    min-height: 50vh;
  }
}
.c-header__content {
  position: static;
  z-index: 12;
  color: #FFFFFF;
}
.c-header__pretitle {
  font-weight: 700;
  text-transform: uppercase;
}
.c-header__title {
  font-size: 6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .c-header__title {
    font-size: 4.8rem;
  }
}
.c-header__back {
  color: #FFFFFF;
}
.c-header__intro {
  font-size: 2.2rem;
  position: relative;
}
.c-header__button {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.c-header__button:hover {
  background: #68a640;
}
.c-header__button > * {
  margin-right: 1.6rem;
}
@media screen and (max-width: 63.99em) {
  .c-header__logo {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .c-header__logo {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 2.4rem;
    width: 28rem;
    height: 28rem;
  }
}
.c-header__picture {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1c !important;
}
.c-header__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.c-header__breadcrumbs {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-header__breadcrumb:first-child {
  display: none;
}
.c-header__breadcrumb:last-child {
  display: none;
}
.c-header__link {
  color: #FFFFFF;
}
.c-header__link:before {
  content: 'Terug naar ';
}
.c-modal__wrapper {
  background: #1e1e1c;
  position: relative;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 61;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.4s ease-in all;
}
.c-modal__wrapper--active {
  opacity: 1;
  transform: translateY(0);
}
.c-modal__close {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  position: absolute;
  z-index: 63;
}
.c-modal__close:hover {
  background: #68a640;
}
@media screen and (max-width: 63.99em) {
  .c-modal__close {
    width: calc(100% - 4rem*2);
    bottom: 4rem;
    left: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-modal__close {
    top: 4rem;
    right: 8rem;
  }
}
.c-modal__icon {
  margin-right: 1.6rem;
}
.c-modal__iframeparent {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 62;
}
.c-modal__iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-nav {
  /* subitems  */
}
.c-nav__parent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 51;
}
@media screen and (max-width: 63.99em) {
  .c-nav__parent {
    padding-top: 4rem;
    min-height: 6.4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-nav__parent {
    height: 12rem;
    padding-right: var(--grid-right);
  }
}
.c-nav__buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 52;
}
@media screen and (max-width: 63.99em) {
  .c-nav__buttons {
    padding-top: 4rem;
    min-height: 6.4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-nav__buttons {
    height: 12rem;
    padding-right: var(--grid-right);
  }
}
.c-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  background: transparent;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  color: #FFFFFF;
}
.c-nav__toggle:hover {
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 64em) {
  .c-nav__toggle {
    margin-right: -4.8rem;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 64em) {
  .c-nav__toggle--alt {
    border: 2px solid #FFFFFF;
  }
}
.c-nav__label {
  margin-left: 1.6rem;
}
.c-nav__wrapper {
  background: #82bf5a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.4s ease-in all;
  pointer-events: none;
}
@media screen and (max-width: 63.99em) {
  .c-nav__wrapper {
    overflow: hidden;
    min-height: 100vh;
  }
}
.c-nav__wrapper--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.c-nav__items {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column wrap;
}
.c-nav__list {
  margin-left: 0;
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}
.c-nav__link {
  font-size: 6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
  text-decoration: none;
  padding: 0.4rem 0;
  display: block;
}
@media screen and (max-width: 63.99em) {
  .c-nav__link {
    font-size: 4.8rem;
  }
}
.c-nav__link--active {
  color: #435c33;
}
.c-nav__sublist {
  margin-left: 0;
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}
.c-nav__subitem {
  font-size: 2.666rem;
}
.c-nav__sublink {
  color: #435c33;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.c-nav__wrapper .l-grid,
.c-nav__wrapper .l-content {
  height: 100%;
}
.c-nav__images {
  align-self: center;
  position: relative;
}
@media screen and (max-width: 63.99em) {
  .c-nav__images {
    display: none;
  }
}
@media screen and (max-width: 63.99em) {
  .c-nav__confettis {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .c-nav__confettis {
    position: absolute;
    z-index: 59;
    top: -10%;
    left: -5%;
    width: 110%;
    height: 130%;
  }
}
.c-nav__confetti {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-nav__picture {
  border: 1rem solid #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.c-nav__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-nav__photos {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 63.99em) {
  .c-nav__photos {
    position: absolute;
  }
}
.c-nav__photo {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.c-nav__photo:nth-of-type(1) {
  z-index: 55;
}
.c-nav__photo:nth-of-type(1) .c-nav__picture {
  transform: rotate(-4deg);
}
.c-nav__photo:nth-of-type(2) {
  z-index: 54;
}
.c-nav__photo:nth-of-type(2) .c-nav__picture {
  transform: rotate(5deg);
}
.c-nav__photo:nth-of-type(3) {
  z-index: 53;
}
.c-nav__photo:nth-of-type(3) .c-nav__picture {
  transform: rotate(-8deg);
}
.c-overview__col {
  position: relative;
}
.c-overview__item {
  position: relative;
}
.c-overview__preheading {
  color: #435c33;
  text-transform: uppercase;
  font-weight: 600;
}
.c-overview__heading {
  font-size: 3.6rem;
  color: #82bf5a;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
  transition: 0.4s ease-in all;
}
@media screen and (max-width: 63.99em) {
  .c-overview__heading {
    font-size: 2.88rem;
  }
}
.c-overview__link {
  color: #82bf5a;
  transition: 0.4s ease-in all;
}
.c-overview__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-overview__btn {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  display: inline-block;
}
.c-overview__btn:hover {
  background: #68a640;
}
.c-overview__item {
  cursor: pointer;
}
.c-overview__picture {
  background: #435c33 !important;
  overflow: hidden;
}
.c-overview__image {
  transition: 0.2s ease-in all;
  transform: scale(1);
  opacity: 1;
}
.c-overview__item--link {
  text-decoration: none;
  color: #1e1e1c;
}
.c-overview__item--link:hover .c-overview__image {
  transform: scale(1.05);
  opacity: 0.5;
}
.c-overview__item--link:hover .c-overview__link {
  text-decoration: underline;
}
@media screen and (min-width: 64em) {
  .c-overview__grid {
    grid-auto-flow: row dense;
  }
  .c-overview__col--text:nth-of-type(2) {
    margin-top: 8rem;
  }
  .c-overview__col--text:nth-of-type(6n+1),
  .c-overview__col--text:nth-of-type(6n+5) {
    grid-column-end: span 8;
  }
  .c-overview__col--text:nth-of-type(6n+2),
  .c-overview__col--text:nth-of-type(6n+4) {
    grid-column-end: span 6;
  }
  .c-overview__col--text:nth-of-type(6n+3),
  .c-overview__col--text:nth-of-type(6n+6) {
    grid-column-end: span 14;
  }
  .c-overview__col--text:nth-of-type(6n+3) .c-overview__item,
  .c-overview__col--text:nth-of-type(6n+6) .c-overview__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
  }
  .c-overview__col--text:nth-of-type(6n+3) .c-overview__item {
    flex-flow: row-reverse wrap;
  }
  .c-overview__col--text:nth-of-type(6n+6) .c-overview__content {
    flex: 1;
    margin-top: 0;
    padding-left: 6rem;
  }
  .c-overview__col--text:nth-of-type(6n+3) .c-overview__content {
    flex: 1;
    margin-top: 0;
    padding-right: 6rem;
  }
  .c-overview__col--text:nth-of-type(6n+6) .c-overview__imagewrap {
    position: relative;
    left: calc(-1 * var(--grid-left));
    margin-right: calc(-1 * var(--grid-left));
    flex: 3;
  }
  .c-overview__col--text:nth-of-type(6n+3) .c-overview__imagewrap {
    position: relative;
    right: calc(-1 * var(--grid-right));
    margin-left: calc(-1 * var(--grid-left));
    flex: 3;
  }
  .c-overview__col--quote {
    margin-left: calc(-1 * var(--grid-left));
    margin-right: calc(-1 * var(--grid-right));
  }
  .c-overview__col--quote + .c-overview__col--quote {
    margin-top: -8rem;
  }
  .c-overview__col--wide {
    grid-column-end: span 14;
    margin-bottom: -8rem;
  }
  .c-overview__col--wide .c-overview__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    flex-flow: row-reverse wrap;
  }
  .c-overview__col--wide .c-overview__content {
    flex: 1;
    margin-top: 0;
    padding-right: 6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-overview__col--wide .c-overview__imagewrap {
    position: relative;
    right: calc(-1 * var(--grid-right));
    margin-left: calc(-1 * var(--grid-left));
    flex: 2;
  }
  .c-overview__col--text:nth-of-type(6n+3):last-of-type,
  .c-overview__col--text:nth-of-type(6n+6):last-of-type .c-overview__item {
    margin-bottom: -8rem;
  }
}
@media screen and (max-width: 63.99em) {
  .c-overview__imagewrap {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 4rem*2);
  }
  .c-overview__col--quote {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .c-overview__col--quote + .c-overview__col--quote {
    margin-top: -4rem;
  }
}
.c-overview__col--quote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #82bf5a;
  z-index: -1;
}
.c-shapes__parent {
  position: absolute;
  top: 0;
  width: 50vw;
  max-width: 36rem;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: -20% 0;
  opacity: 0.6;
}
@media screen and (max-width: 63.99em) {
  .c-shapes__parent--left {
    left: 0;
  }
}
@media screen and (min-width: 64em) {
  .c-shapes__parent--left {
    left: var(--grid-left);
  }
}
.c-shapes__parent--right {
  right: 0;
}
.c-timeline__parent:last-of-type .c-timeline__events {
  margin-bottom: 0;
}
@media screen and (max-width: 63.99em) {
  .c-timeline__nav {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    position: sticky;
    top: 0;
    min-height: 100vh;
    width: 18rem;
    z-index: 20;
  }
}
.c-timeline__navitem {
  color: #435c33;
  font-weight: 600;
  padding: 1.6rem;
  text-decoration: none;
  width: 100%;
  text-align: center;
  position: relative;
}
.c-timeline__navitem:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-right: calc(-2.4rem/2);
  background: #82bf5a;
  border: 0.4rem solid #f8f1e8;
  transition: 0.4s ease-in all;
  opacity: 0;
  transform: scale(0);
}
.c-timeline__navitem--active {
  color: #82bf5a;
}
.c-timeline__navitem--active:after {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 64em) {
  .c-timeline__margin {
    margin-top: -100vh;
  }
}
.c-timeline__item {
  position: relative;
}
@media screen and (min-width: 64em) {
  .c-timeline__item {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
.c-timeline__years {
  grid-column-end: span 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
@media screen and (max-width: 63.99em) {
  .c-timeline__years {
    width: calc(100% + 4rem*2);
    margin-left: -4rem;
    height: var(--timeline-image);
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__years {
    left: 50%;
    transform: translateX(-50%);
    height: calc(var(--timeline-image)*0.8);
    margin-top: calc(var(--timeline-image)*0.2);
  }
}
.c-timeline__year {
  font-size: 14.4rem;
  color: rgba(67, 92, 51, 0.2);
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
  line-height: 1;
  margin-top: auto;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-align: center;
}
@media screen and (max-width: 63.99em) {
  .c-timeline__year {
    font-size: 11.52rem;
  }
}
@media screen and (max-width: 63.99em) {
  .c-timeline__year {
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__year {
    margin-top: auto;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-align: center;
  }
}
.c-timeline__year + .c-timeline__year {
  margin-top: 0;
  margin-bottom: auto;
}
.c-timeline__title {
  font-size: 7.2rem;
  color: #82bf5a;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .c-timeline__title {
    font-size: 5.76rem;
  }
}
@media screen and (max-width: 63.99em) {
  .c-timeline__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__title {
    margin-top: calc(var(--timeline-image) * 0.3);
    margin-left: calc(-0.3 * var(--timeline-image));
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__intro {
    padding-right: 10%;
  }
}
.c-timeline__imagewrap {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .c-timeline__picture {
    max-width: calc(100% - 4.8rem);
  }
}
@media screen and (max-width: 63.99em) {
  .c-timeline__events {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    direction: rtl;
    grid-column-end: span 1;
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__events {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    direction: rtl;
    grid-column-end: span 2;
    margin-bottom: -40rem;
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__event:last-of-type:nth-of-type(2),
  .c-timeline__event:nth-last-of-type(2):nth-of-type(1) {
    margin-bottom: 40rem;
  }
}
.c-timeline__event {
  direction: ltr;
  position: relative;
}
@media screen and (min-width: 64em) {
  .c-timeline__event:nth-of-type(odd) {
    top: -40rem;
  }
}
.c-timeline__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  z-index: 13;
}
@media screen and (max-width: 63.99em) {
  .c-timeline__info {
    padding: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .c-timeline__info {
    padding: 6rem;
  }
}
.c-timeline__subtitle {
  font-size: 3.6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  line-height: 1.05;
  width: 100%;
}
@media screen and (max-width: 63.99em) {
  .c-timeline__subtitle {
    font-size: 2.88rem;
  }
}
.c-timeline__link {
  color: #FFFFFF;
}
.c-timeline__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-timer__parent {
  background: #82bf5a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 63.99em) {
  .c-timer__parent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .c-timer__parent {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: var(--grid-right);
    padding-left: 2.4rem;
  }
}
@media screen and (min-width: 120em) {
  .c-timer__parent {
    width: 50%;
  }
}
.c-timer__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  flex: 1;
  padding: 3.6rem 2.4rem;
}
.c-timer__value {
  font-size: 6rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.05;
}
@media screen and (max-width: 63.99em) {
  .c-timer__value {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 64em) {
  .c-timer__value {
    font-size: 6rem;
  }
}
.c-timer__label {
  color: #435c33;
}
@media screen and (max-width: 63.99em) {
  .c-timer__confetti {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .c-timer__confetti {
    width: 770px;
    height: 530px;
    right: 0;
    bottom: -10%;
    position: absolute;
    z-index: 101;
  }
}
.c-slider {
  /* subitems  */
}
.c-slider__col {
  position: relative;
}
@media screen and (max-width: 63.99em) {
  .c-slider__col {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 64em) {
  .c-slider__col {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.c-slider__parent {
  position: relative;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 63.99em) {
  .c-slider__parent {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .c-slider__parent.is-active {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-slider__item {
  position: relative;
}
.c-slider__picture {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1rem solid #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.c-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider__subitems {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .c-slider__subitems {
    width: 90%;
    height: 90%;
  }
}
.c-slider__subitem {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.c-slider__subitem:nth-of-type(1n+1) .c-slider__picture {
  transform: rotate(-4deg);
}
.c-slider__subitem:nth-of-type(1n+2) .c-slider__picture {
  transform: rotate(5deg);
}
.c-slider__subitem .c-slider__caption {
  display: none;
}
.c-slider__caption {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 100%;
  max-width: 50%;
  background: #435c33;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 2.4rem;
  opacity: 0;
}
.c-slider__item--active .c-slider__caption,
.c-slider__item:first-of-type .c-slider__caption {
  opacity: 1;
}
.c-slider__item .c-slider__picture {
  border: 1rem solid #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.c-slider__intro {
  text-align: center;
  max-width: 100rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.4rem;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0!important;
  padding: 0!important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: flex;
}
.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide,
.splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none!important;
  margin: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}
.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__arrow:focus {
  outline: none;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus {
  outline: none;
}
.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}
.splide__track,
.splide__list,
.splide__slide {
  height: 100%;
  width: 100%;
}
.splide__track {
  overflow: visible;
}
.splide:not(.is-active) {
  visibility: visible;
}
.splide__pagination {
  bottom: auto;
  top: 100%;
  margin-top: 2.4rem;
}
.splide__pagination__page {
  background: #435c33;
  width: 1.2rem;
  height: 1.2rem;
}
.splide__pagination__page.is-active {
  background: #82bf5a;
  transform: scale(1);
}
.splide__arrow--prev {
  display: none;
}
.splide__arrow--next {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: #435c33;
  border-radius: 0;
  right: 1rem;
  opacity: 0;
  transition: 0.4s ease-in all;
}
.splide__arrow--next:hover {
  opacity: 0.2;
}
@media screen and (min-width: 64em) {
  .c-text__item--2 {
    column-count: 2;
    column-gap: 4rem;
  }
  .c-text__item--3 {
    column-count: 3;
    column-gap: 4rem;
  }
}
.c-fullimage___parent {
  background: red;
}
.c-iframe__wrapper {
  position: relative;
}
@media screen and (max-width: 63.99em) {
  .c-iframe__wrapper {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.c-iframe__parent {
  position: relative;
  width: 100%;
  z-index: 11;
}
.c-iframe__parent--16-9 {
  aspect-ratio: 16/9;
}
.c-iframe__parent--4-3 {
  aspect-ratio: 4/3;
}
.c-iframe__parent--3-2 {
  aspect-ratio: 3/2;
}
.c-iframe__iframe,
.c-iframe__parent iframe {
  width: 100%;
  height: 100%;
}
.c-iframe__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.4rem;
  color: #FFFFFF;
  background: rgba(67, 92, 51, 0.9);
  z-index: 13;
}
.c-iframe__intro * {
  max-width: 100rem;
}
.c-iframe__intro h2 {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 63.99em) {
  .c-iframe__intro p {
    display: none;
  }
}
.c-iframe__button {
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.c-iframe__button:hover {
  background: #68a640;
}
.c-iframe__button > * {
  margin-right: 1.6rem;
}
.c-iframe__preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 12;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .c-block__item {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .c-block__item--1 .c-block__imgwrap,
  .c-block__item--2 .c-block__imgwrap,
  .c-block__item--1 .c-block__rte,
  .c-block__item--2 .c-block__rte {
    grid-column-end: span 6;
    align-self: center;
  }
  .c-block__item--3 .c-block__imgwrap,
  .c-block__item--4 .c-block__imgwrap {
    grid-column-end: span 8;
    align-self: center;
  }
  .c-block__item--3 .c-block__rte,
  .c-block__item--4 .c-block__rte {
    grid-column-end: span 4;
    align-self: center;
  }
  .c-block__item--2,
  .c-block__item--4 {
    direction: rtl;
  }
  .c-block__imgwrap,
  .c-block__rte {
    direction: ltr;
  }
}
@media screen and (max-width: 63.99em) {
  .c-block__item > * + * {
    margin-top: 2.4rem;
  }
  .c-block__imgwrap {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.c-quote__parent {
  padding: 12rem 4rem;
  position: relative;
}
.c-quote__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #1e1e1c;
}
.c-quote__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.c-quote__text {
  position: relative;
  z-index: 12;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .c-quote__text {
    padding-right: var(--grid-right);
    padding-left: var(--grid-left);
  }
}
.c-quote__text h2,
.c-quote__text h3,
.c-quote__text h4 {
  color: #435c33;
}
.c-quote__imagewrap + .c-quote__text h2,
.c-quote__imagewrap + .c-quote__text h3,
.c-quote__imagewrap + .c-quote__text h4 {
  color: #FFFFFF !important;
}
.c-forms__label {
  font-family: 'Roboto Slab', Lucida, Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: #435c33;
  display: block;
}
.c-forms__input {
  border: 1px solid rgba(67, 92, 51, 0.1);
  padding: 2.4rem;
  border-radius: 0.4rem;
  color: #435c33;
  font-size: 1.8rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.05;
  width: 100%;
  background: #FFFFFF;
}
.c-forms__input:focus {
  outline: 1px solid #435c33;
  border-radius: 0.4rem;
}
.c-forms__input::placeholder {
  color: rgba(67, 92, 51, 0.7);
}
.c-forms__submit {
  background: #82bf5a;
  color: #435c33;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
}
.c-forms__submit:hover {
  background: #68a640;
}
.c-forms__fieldset {
  padding: 0;
  border: 0;
}
.c-forms__btn,
.c-forms__row .btn.primary {
  background: transparent;
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
}
.c-forms__btn:hover,
.c-forms__row .btn.primary:hover {
  background: #68a640;
}
.c-forms__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.c-forms__btn {
  background: transparent;
  background: #82bf5a;
  color: #FFFFFF;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
}
.c-forms__btn:hover {
  background: #68a640;
}
.c-forms__link {
  background: transparent;
  color: #435c33;
  padding: 1.92rem 4.2rem;
  border-radius: 6.4rem;
  font-size: 2rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 600;
  width: auto;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in all;
  line-height: 1.4;
}
.c-forms__link:hover {
  background: rgba(0, 0, 0, 0);
}
.c-forms__link:hover {
  background: transparent;
  color: #435c33;
}
.c-forms__helper {
  font-weight: 400;
  color: #435c33;
  margin-left: 1.6rem;
  font-size: 1.8rem;
}
.c-forms__error:empty {
  display: none;
}
.c-forms__error {
  color: #EE5253;
  font-size: 1.8rem;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  font-weight: 400;
  display: block;
}
.c-forms__row .form__input--error {
  color: #EE5253;
  border-color: #EE5253;
  background: #FFFFFF;
}
.c-forms__errorlist {
  color: #EE5253;
  font-size: 1.8rem;
}
.c-forms__errorlist ul {
  list-style: none !important;
  padding-left: 0;
}
.c-forms__errorlist li + li {
  border-top: 1px solid rgba(67, 92, 51, 0.1);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
.c-forms__input--cb {
  position: absolute;
}
.c-forms__label--cb {
  padding-left: 2.4rem;
  margin-top: 0;
}
.c-forms__label__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-forms__label__wrapper * {
  margin: 0 !important;
}
.c-forms__help {
  padding-left: 1.6rem;
}
.c-forms__list {
  margin-left: 0;
  list-style: none;
  padding: 0;
}
.c-forms__listitem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 1.6rem 0;
}
.c-forms__listitem + .c-forms__listitem {
  border-top: 1px solid rgba(67, 92, 51, 0.1);
}
.c-forms__listtitle {
  font-weight: 600;
  opacity: 0.7;
  flex: 1 0 50%;
}
.c-forms__listtext {
  flex: 1 0 50%;
}
.c-forms__rte p {
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #435c33;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #435c33;
}
.umbraco-forms-submitmessage {
  display: block;
  width: 100%;
  margin-top: -1.6rem;
  background: #82bf5a;
  color: #FFFFFF;
  font-family: 'Titillium Web', -apple-system, Roboto, Arial, sans-serif;
  padding: 2.4rem 4.8rem;
  border-radius: 0.4rem;
}
.field-validation-error {
  color: #EE5253;
  border-color: #EE5253;
  background: transparent;
  display: block;
}
