﻿@charset "UTF-8";
/*!
Theme Name:   MGEA
Template:     blankslate
Theme URI:    https://verdadesign.com/
Description:  Custom theme for MGEA
Author:       Verda Design
Author URI:   https://verdadesign.com
Version:      1.0.0
Tags:         custom
Text Domain:  mgea
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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] {
  -moz-appearance: button;
       appearance: button;
  -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] {
  -moz-appearance: textfield;
       appearance: textfield;
  -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;
}

:root {
  --page-max-width: 85rem;
}

/* @link https://utopia.fyi/type/calculator?c=320,14,1.125,1600,18,1.2,10,1,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  /* Step -4: 8.7401px → 8.6806px */
  --step--4: clamp(0.5425rem, 0.5474rem + -0.0055vw, 0.5463rem);
  /* Step -3: 9.8326px → 10.4167px */
  --step--3: clamp(0.6145rem, 0.6037rem + 0.0541vw, 0.651rem);
  /* Step -2: 11.0617px → 12.5px */
  --step--2: clamp(0.6914rem, 0.6647rem + 0.1332vw, 0.7813rem);
  /* Step -1: 12.4444px → 15px */
  --step--1: clamp(0.7778rem, 0.7305rem + 0.2366vw, 0.9375rem);
  /* Step 0: 14px → 18px */
  --step-0: clamp(0.875rem, 0.8009rem + 0.3704vw, 1.125rem);
  /* Step 1: 15.75px → 21.6px */
  --step-1: clamp(0.9844rem, 0.876rem + 0.5417vw, 1.35rem);
  /* Step 2: 17.7188px → 25.92px */
  --step-2: clamp(1.1074rem, 0.9555rem + 0.7594vw, 1.62rem);
  /* Step 3: 19.9336px → 31.104px */
  --step-3: clamp(1.2458rem, 1.039rem + 1.0343vw, 1.944rem);
  /* Step 4: 22.4253px → 37.3248px */
  --step-4: clamp(1.4016rem, 1.1257rem + 1.3796vw, 2.3328rem);
  /* Step 5: 25.2285px → 44.7898px */
  --step-5: clamp(1.5768rem, 1.2145rem + 1.8112vw, 2.7994rem);
  /* Step 6: 28.382px → 53.7477px */
  --step-6: clamp(1.7739rem, 1.3041rem + 2.3487vw, 3.3592rem);
  /* Step 7: 31.9298px → 64.4973px */
  --step-7: clamp(1.9956rem, 1.3925rem + 3.0155vw, 4.0311rem);
  /* Step 8: 35.921px → 77.3967px */
  --step-8: clamp(2.2451rem, 1.477rem + 3.8403vw, 4.8373rem);
  /* Step 9: 40.4111px → 92.876px */
  --step-9: clamp(2.5257rem, 1.5541rem + 4.8579vw, 5.8048rem);
  /* Step 10: 45.4625px → 111.4513px */
  --step-10: clamp(2.8414rem, 1.6194rem + 6.1101vw, 6.9657rem);
}

:root {
  --font-family-headline: "montserrat", sans-serif;
  --font-family-body: "montserrat", sans-serif;
  --font-family-buttons: var(--font-family-headline);
  --font-size-h1: var(--step-9);
  --font-size-h2: var(--step-6);
  --font-size-h3: var(--step-4);
  --font-size-h4: var(--step-2);
  --font-size-h5: var(--step-1);
  --font-size-body-xlarge: var(--step-2);
  --font-size-body-large: var(--step-1);
  --font-size-body-small: var(--step--1);
  --font-size-body-xsmall: var(--step--2);
  --font-weight-buttons: 400;
  --font-weight-headlines: 400;
  --ease-cubic: cubic-bezier(0.3, 1, 0.7, 1);
}

:root {
  --c-brand-primary: #a7f40b;
  --c-brand-primary-light: #b7c59b;
  --c-brand-primary-dark: #5f7d3b;
  --c-brand-primary-darker: #344420;
  --c-brand-secondary: #0071bc;
  --c-black: #030303;
  --c-text: #030303;
  --button-border-radius: 0;
  --button-text-offest: 0em;
  --button-font-family: var(--font-family-body);
  --font-family-buttons: var(--font-family-body);
}

body {
  font-family: var(--font-family-body);
  font-weight: 300;
  font-style: normal;
  color: var(--c-text);
  font-size: var(--step-0);
  line-height: 1.4em;
  text-wrap: pretty;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-headline);
  font-weight: var(--font-weight-headline);
  margin: 0;
}

p {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0.5em;
}

p.small {
  font-size: 0.9em;
  line-height: 1.6em;
}

strong {
  font-weight: 700;
}

.h1 {
  font-size: var(--font-size-h1);
  line-height: 1em;
}

.h2 {
  font-size: var(--font-size-h2);
  line-height: 1.2em;
  margin-bottom: 0.25em;
}

.h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2em;
  margin-bottom: 0.25em;
}

.h4 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
}

.h5 {
  font-size: var(--font-size-h5);
  line-height: 1.4em;
}

.basic-page #main-content,
.post-content {
  line-height: 1.6em;
  font-weight: var(--font-weight-body);
  color: color-mix(in srgb, var(--c-text) 70%, transparent);
}
.post-content .wp-block-image.size-full {
  display: block;
}
.basic-page #main-content p:not(:last-child), .basic-page #main-content ul:not(:last-child), .basic-page #main-content ol:not(:last-child),
.post-content p:not(:last-child),
.post-content ul:not(:last-child),
.post-content ol:not(:last-child) {
  margin-bottom: 1.5em;
}
.basic-page #main-content p:last-child, .basic-page #main-content ul:last-child, .basic-page #main-content ol:last-child,
.post-content p:last-child,
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.basic-page #main-content ul, .basic-page #main-content ol,
.post-content ul,
.post-content ol {
  padding-left: 1em;
}
.basic-page #main-content ul ul, .basic-page #main-content ul ol, .basic-page #main-content ol ul, .basic-page #main-content ol ol,
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  padding-left: 2em;
}
.basic-page #main-content ul,
.post-content ul {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}
.basic-page #main-content ul li,
.post-content ul li {
  position: relative;
  line-height: 1.75em;
  padding-left: 2.5em;
}
.basic-page #main-content ul li::before,
.post-content ul li::before {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.75em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137q-1.35-1.35-2.137-3.175T2 12q0-2.075.788-3.9t2.137-3.175q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12q0 2.075-.788 3.9t-2.137 3.175q-1.35 1.35-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12q0-3.35-2.325-5.675T12 4Q8.65 4 6.325 6.325T4 12q0 3.35 2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.basic-page #main-content ol,
.post-content ol {
  padding-left: 1.5em;
}
.basic-page #main-content ol li::marker,
.post-content ol li::marker {
  font-weight: 700;
  color: var(--c-brand-primary);
}
.basic-page #main-content li,
.post-content li {
  padding: 0.5em 0;
}
.basic-page #main-content li:last-child,
.post-content li:last-child {
  padding-bottom: 0;
}
.basic-page #main-content h2, .basic-page #main-content h3, .basic-page #main-content h4, .basic-page #main-content h5, .basic-page #main-content h6,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--c-black);
  font-weight: 300;
}
.basic-page #main-content h2,
.post-content h2 {
  font-size: var(--font-size-h3);
  line-height: 1.2em;
  margin-bottom: 0.25em;
  margin-top: 2em;
}
.basic-page #main-content h2:first-child,
.post-content h2:first-child {
  margin-top: 0;
}
.basic-page #main-content h3,
.post-content h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  font-family: var(--font-family-body);
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-weight: 300;
}
.basic-page #main-content h4,
.post-content h4 {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.basic-page #main-content h5,
.post-content h5 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.basic-page #main-content h6,
.post-content h6 {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.basic-page #main-content h2 + h3,
.post-content h2 + h3 {
  margin-top: 0em;
}
.basic-page #main-content hr,
.post-content hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  margin: 3rem 0;
}
.post-content hr.aligncenter {
  margin: 3rem auto;
}
.basic-page #main-content img,
.post-content img {
  display: block;
  width: 100%;
  height: auto;
}
.basic-page #main-content figure,
.post-content figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.basic-page #main-content .text-align-center,
.post-content .text-align-center {
  text-align: center;
}
.basic-page #main-content table,
.post-content table {
  margin-bottom: 2em;
  width: 100%;
}
.basic-page #main-content table td,
.post-content table td {
  padding: 0 0.5em 0.25em 0;
  vertical-align: top;
}
.basic-page #main-content strong,
.post-content strong {
  font-weight: 700;
}
.basic-page #main-content h2 + .wp-block-columns,
.post-content h2 + .wp-block-columns {
  margin-top: 2em;
}
.basic-page #main-content .image-carousel,
.post-content .image-carousel {
  margin-bottom: 2em;
}
.basic-page #main-content .wp-block-columns.narrow,
.post-content .wp-block-columns.narrow {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}
.basic-page #main-content.theme--dark hr,
.post-content.theme--dark hr {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.basic-page #main-content.theme--dark a,
.post-content.theme--dark a {
  color: #a7f40b;
}
.basic-page #main-content.theme--dark a:hover,
.post-content.theme--dark a:hover {
  opacity: 0.5;
}
.basic-page #main-content .block--iframe iframe,
.post-content .block--iframe iframe {
  width: 100% !important;
  border: none !important;
}

.page-template-landing-page #main .wp-block-group {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .page-template-landing-page #main .wp-block-group {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.page-template-landing-page #main .wp-block-group {
  line-height: 1.6em;
  font-weight: var(--font-weight-body);
  color: color-mix(in srgb, var(--c-text) 70%, transparent);
}
.page-template-landing-page #main .wp-block-group p:not(:last-child), .page-template-landing-page #main .wp-block-group ul:not(:last-child), .page-template-landing-page #main .wp-block-group ol:not(:last-child) {
  margin-bottom: 1.5em;
}
.page-template-landing-page #main .wp-block-group p:last-child, .page-template-landing-page #main .wp-block-group ul:last-child, .page-template-landing-page #main .wp-block-group ol:last-child {
  margin-bottom: 0;
}
.page-template-landing-page #main .wp-block-group ul, .page-template-landing-page #main .wp-block-group ol {
  padding-left: 1em;
}
.page-template-landing-page #main .wp-block-group ul ul, .page-template-landing-page #main .wp-block-group ul ol, .page-template-landing-page #main .wp-block-group ol ul, .page-template-landing-page #main .wp-block-group ol ol {
  padding-left: 2em;
}
.page-template-landing-page #main .wp-block-group ul {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}
.page-template-landing-page #main .wp-block-group ul li {
  position: relative;
  line-height: 1.75em;
  padding-left: 2.5em;
}
.page-template-landing-page #main .wp-block-group ul li::before {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.75em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137q-1.35-1.35-2.137-3.175T2 12q0-2.075.788-3.9t2.137-3.175q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12q0 2.075-.788 3.9t-2.137 3.175q-1.35 1.35-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12q0-3.35-2.325-5.675T12 4Q8.65 4 6.325 6.325T4 12q0 3.35 2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.page-template-landing-page #main .wp-block-group ol {
  padding-left: 1.5em;
}
.page-template-landing-page #main .wp-block-group ol li::marker {
  font-weight: 700;
  color: var(--c-brand-primary);
}
.page-template-landing-page #main .wp-block-group li {
  padding: 0.5em 0;
}
.page-template-landing-page #main .wp-block-group li:last-child {
  padding-bottom: 0;
}
.page-template-landing-page #main .wp-block-group h2, .page-template-landing-page #main .wp-block-group h3, .page-template-landing-page #main .wp-block-group h4, .page-template-landing-page #main .wp-block-group h5, .page-template-landing-page #main .wp-block-group h6 {
  color: var(--c-black);
  font-weight: 300;
}
.page-template-landing-page #main .wp-block-group h2 {
  font-size: var(--font-size-h3);
  line-height: 1.2em;
  margin-bottom: 0.25em;
  margin-top: 2em;
}
.page-template-landing-page #main .wp-block-group h2:first-child {
  margin-top: 0;
}
.page-template-landing-page #main .wp-block-group h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  font-family: var(--font-family-body);
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-weight: 300;
}
.page-template-landing-page #main .wp-block-group h4 {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.page-template-landing-page #main .wp-block-group h5 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.page-template-landing-page #main .wp-block-group h6 {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.page-template-landing-page #main .wp-block-group h2 + h3 {
  margin-top: 0em;
}
.page-template-landing-page #main .wp-block-group hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  margin: 3rem 0;
}
.page-template-landing-page #main .wp-block-group img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-landing-page #main .wp-block-group figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-template-landing-page #main .wp-block-group .text-align-center {
  text-align: center;
}
.page-template-landing-page #main .wp-block-group table {
  margin-bottom: 2em;
  width: 100%;
}
.page-template-landing-page #main .wp-block-group table td {
  padding: 0 0.5em 0.25em 0;
  vertical-align: top;
}
.page-template-landing-page #main .wp-block-group strong {
  font-weight: 700;
}
.page-template-landing-page #main .wp-block-group h2 + .wp-block-columns {
  margin-top: 2em;
}
.page-template-landing-page #main .wp-block-group .image-carousel {
  margin-bottom: 2em;
}
.page-template-landing-page #main .wp-block-group .wp-block-columns.narrow {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}
.page-template-landing-page #main .wp-block-group.theme--dark hr {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.page-template-landing-page #main .wp-block-group.theme--dark a {
  color: #a7f40b;
}
.page-template-landing-page #main .wp-block-group.theme--dark a:hover {
  opacity: 0.5;
}
.page-template-landing-page #main .wp-block-group {
  margin: auto;
}

.wpforms-container {
  margin: 0 !important;
  background: #000 !important;
  color: #fff;
}
.wpforms-container form {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(1rem, 2.4vw, 2rem) clamp(6rem, 14.4vw, 12rem) clamp(1rem, 2.4vw, 2rem);
}
.wpforms-container form {
  max-width: 50em;
  margin: auto;
  --wpforms-field-size-checkbox-size: 1.25em;
  --wpforms-field-background-color: rgba(255,255,255, 0.15);
  --wpforms-button-background-color: #74972f;
}
.wpforms-container form label {
  color: #fff !important;
}
.wpforms-container form label .wpforms-required-label, .wpforms-container form fieldset legend .wpforms-required-label {
  color: var(--c-brand-primary);
}
.wpforms-container form fieldset legend {
  color: #fff !important;
}
.wpforms-container form .wpforms-field-container {
  display: flex;
  flex-flow: row wrap;
}
.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-divider {
  padding: 0 1rem 1rem 1rem !important;
}
.wpforms-container form .wpforms-field-container .wpforms-field-divider h3 {
  color: #fff !important;
}
.wpforms-container form .wpforms-field .wpforms-field-description {
  color: #fff !important;
}
.wpforms-container form .wpforms-field-container input:not([type=checkbox], [type=radio]),
.wpforms-container form .wpforms-field-container select,
.wpforms-container form .wpforms-field-container textarea {
  width: 100% !important;
  max-width: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  border: none;
  padding: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: left !important;
  transition: background 0.25s;
  border-radius: 0.25rem;
  backdrop-filter: blur(5px);
  font-family: var(--font-family-body);
  border: none !important;
}
.wpforms-container form .wpforms-field-container input:not([type=checkbox], [type=radio]):focus,
.wpforms-container form .wpforms-field-container input[type=email]:focus,
.wpforms-container form .wpforms-field-container select:focus,
.wpforms-container form .wpforms-field-container textarea:focus {
  background: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.wpforms-container form .wpforms-field-container input:not([type=checkbox], [type=radio]),
.wpforms-container form .wpforms-field-container select,
.wpforms-container form .wpforms-field-container .button.webform-file-button,
.wpforms-container form .wpforms-field-container span.file {
  padding: 0 1.5em;
  height: 4rem;
  line-height: 4rem;
}
.wpforms-container form .wpforms-field-container textarea {
  display: block;
  padding: 1em;
  line-height: 1.4em;
  resize: vertical;
  height: 200px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.wpforms-container form .wpforms-field-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m7 10l5 5l5-5z"%2F%3E%3C%2Fsvg%3E') !important;
  background-position: right 1rem top 50% !important;
  background-repeat: no-repeat !important;
  background-size: 2.5em auto !important;
  padding-right: 4em;
}
.wpforms-container form .wpforms-field-container .wpforms-field {
  padding: 0 1rem 4rem 1rem !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpforms-container form .wpforms-field-container .wpforms-field {
    width: 50%;
  }
}
.wpforms-container form .wpforms-field-container .wpforms-field:has(.wpforms-field-large) {
  width: 100%;
}
.wpforms-container form .wpforms-submit-container {
  padding: 0 1rem 0 1rem !important;
  margin-top: -2rem !important;
}
.wpforms-container form .wpforms-submit-container button {
  width: 100%;
  background: #74972f !important;
  height: 6rem;
  padding: 0;
  font-size: 1.25em;
}

@media screen and (min-width: 768px) {
  .wpforms-container form .wpforms-submit-container button {
    font-size: 1.5em;
  }
}
.wpforms-container form .wpforms-submit-container button:hover {
  background: #4b611e !important;
}
.wpforms-container:not(:first-child) .form {
  padding-top: 0;
}
.wpforms-container form .wpforms-error-container p {
  padding: 0 1rem 2rem 1rem;
}
.wpforms-container .wpforms-confirmation-scroll {
  background: none !important;
  border: none !important;
  padding: 0 clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) !important;
  max-width: clamp(320px, 93vw, 1200px) !important;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation {
  margin: 0 auto;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: none;
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: box-shadow .3s ease-out;
  width: 100%;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation.green {
  border: 1px solid #0fa954;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation .message-section {
  display: block;
  padding: 28px 30px;
  position: relative;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation .message-section.green {
  box-shadow: inset 9px 0 0 -1px #0fa954;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation .message-section .headline {
  margin: 0 0 12px 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 24px !important;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation .message-section .headline.green {
  color: #096b35 !important;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation .message-section .headline svg {
  flex-shrink: 0;
}
.wpforms-container .wpforms-confirmation-scroll div.confirmation .message-section .headline a {
  color: inherit !important;
  text-decoration: underline !important;
}

.button,
.bef-link {
  display: inline-block;
  padding: 1.25em 2.5em 1.25em 2.5em;
  line-height: 1em;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-weight: var(--font-weight-buttons);
  font-family: var(--font-family-buttons);
  border-radius: var(--button-border-radius);
  background-color: var(--c-brand-primary);
  color: var(--c-text-light);
}
.button:hover,
.bef-link:hover {
  background-color: var(--c-brand-primary-dark);
  color: var(--c-text-light);
}

.icon-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 999px;
  transition: all 0.25s;
  font-weight: var(--font-weight-buttons);
  background: var(--c-brand-primary);
  color: var(--c-text-light);
}
.icon-button i {
  border-radius: 9999px;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  order: 999;
  background: var(--c-black);
  color: var(--c-text-light);
}
.icon-button i svg {
  display: block;
  width: 55%;
  height: auto;
}
.icon-button span.t {
  display: block;
  padding: 0 1.25em;
  padding-right: 1.5em;
  font-size: 0.9em;
  line-height: 1em;
  white-space: nowrap;
  transition: all 0.25s, color 1s var(--ease-cubic), background 1s var(--ease-cubic);
  padding-top: var(--button-text-offest);
}
.icon-button:hover {
  background: var(--c-brand-primary-dark);
  color: var(--c-text-light);
}

a.blob-button {
  transition: all 0.25s;
  display: inline-flex;
  position: relative;
}
a.blob-button > span {
  display: flex;
  align-items: center;
  position: relative;
}
a.blob-button .label {
  border-radius: 999px;
  color: #000;
  background: #fff;
  padding: 0 2em;
  line-height: 3em;
  height: 3em;
  padding-top: 0.15em;
  font-weight: 300;
  transition: all 1s var(--ease-cubic);
}
a.blob-button .middle {
  width: 1.5em;
  height: 3em;
  position: absolute;
  right: 2.1em;
  z-index: 1;
  transition: all ease-in 0.35s;
}
a.blob-button .middle::before, a.blob-button .middle::after {
  content: "";
  position: absolute;
  width: 3.5em;
  height: 4em;
  left: 50%;
  transform: translatex(-50%);
  background-color: var(--c-brand-primary);
  border: 1em solid var(--c-brand-primary);
  z-index: 100;
  border-radius: 50%;
  transform-origin: center;
  box-sizing: border-box;
  transition: all ease-in 0.35s, border-color 1s var(--ease-cubic);
}
a.blob-button .middle::before {
  clip-path: polygon(0px 0px, 100% 0px, 91.07% 31.75%, 6px 31.75%);
  top: calc(50% - 0.1rem);
}
a.blob-button .middle::after {
  clip-path: polygon(4px 68.13%, 85.71% 66.56%, 100% 100%, 0px 100%);
  bottom: calc(50% - 0.05rem);
}
a.blob-button .arrow {
  height: 3em;
  width: 3em;
  min-width: 3em;
  margin-left: -0.3em;
  border-radius: 64px;
  background-color: var(--c-brand-primary);
  color: var(--c-text-light);
  transition: all ease-in 0.35s, background-color 1s var(--ease-cubic);
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 1;
}
a.blob-button .arrow svg {
  margin: auto;
  transform: rotate(-45deg);
  transition: all ease-in 0.35s;
}
a.blob-button:hover .middle {
  right: 2.55em;
}
a.blob-button:hover .middle::before, a.blob-button:hover .middle::after {
  border-width: 0px;
  width: 2em;
}
a.blob-button:hover .arrow {
  margin-left: 0.6em;
}
a.blob-button:hover .arrow svg {
  transform: rotate(0deg);
}

a.icon-swap-button {
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
}
a.icon-swap-button span {
  height: 3em;
  line-height: 3em;
  background: var(--c-brand-primary);
  color: var(--c-text-light);
  border-radius: 1.17em;
}
a.icon-swap-button i {
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
a.icon-swap-button i svg {
  display: block;
  position: relative;
  width: 55%;
  height: auto;
  color: var(--c-text-light);
}
a.icon-swap-button span.t {
  padding: 0 2.5em;
  flex-grow: 1;
}
a.icon-swap-button i.right {
  width: 0;
  height: 0;
}
a.icon-swap-button:hover i.left {
  width: 0;
  height: 0;
}
a.icon-swap-button:hover i.right {
  width: 3em;
  height: 3em;
}

a.button--image-subtitle {
  display: inline-flex;
  align-items: center;
  padding: 0.5em;
  padding-right: 1.5em;
  border-radius: 999px;
  transition: all 0.25s;
  font-weight: 300;
  border-radius: 9999px;
  background: var(--c-brand-primary);
}
a.button--image-subtitle i {
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  contain: paint;
}
a.button--image-subtitle i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.button--image-subtitle span.t {
  display: block;
  padding: 0 1.25em;
  padding-right: 1.5em;
  padding-top: 0.15em;
  line-height: 1em;
  white-space: nowrap;
  text-align: left;
  color: var(--c-text-light);
}
a.button--image-subtitle span.t > span {
  display: block;
}
a.button--image-subtitle span.t .title {
  font-weight: 700;
  margin-bottom: 0.2em;
}
a.button--image-subtitle span.t .subtitle {
  font-size: var(--step--1);
  line-height: 1em;
}

.section {
  position: relative;
}
.section .bg,
.section .bg > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section .bg > div {
  background-size: cover;
  background-position: 50% 50%;
}
.section > .inner {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .section > .inner {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.section > .inner {
  margin: auto;
  position: relative;
}
.section.bg-parallax .bg {
  clip-path: inset(0 0 0 0);
}
.section.bg-parallax .bg > div {
  position: fixed;
}

.section-header {
  margin-bottom: clamp(2rem, 4.8vw, 4rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}
.section-header {
  text-align: center;
}
.section-header .h2 {
  margin-bottom: 0.5em;
}
.section-header .field--overline {
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 400;
  margin-bottom: 1em;
  color: color-mix(in srgb, var(--c-text), transparent 30%);
}
.section-header .field--subtitle {
  font-weight: 400;
  line-height: 1em;
  font-size: var(--font-size-h4);
}
.section-header .field--body {
  font-size: var(--font-size-body-large);
  line-height: 1.5em;
  max-width: 30em;
  font-weight: 300;
  color: color-mix(in srgb, var(--c-text), transparent 30%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .section-header .field--link {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 768px) {
  .section-header .field--link a {
    line-height: 1.2em;
    font-family: var(--font-body);
    font-weight: var(--font-weight-buttons);
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .section-header > * {
    margin-left: auto;
    margin-right: auto;
  }
  .section-header .actions,
  .section-header .field--name-field-button {
    justify-content: center;
  }
}
.section-header.centered {
  text-align: center;
}
.section-header.centered .h1,
.section-header.centered .h2 {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25em;
}
.section-header.centered .field--body {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section-header.split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section-header.split .h1,
  .section-header.split .h2 {
    margin-bottom: 0;
    padding-right: 2em;
  }
  .section-header.split .field--name-field-body {
    max-width: 32em;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-header {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .section-header .field--name-field-body,
  .section-header .field--name-field-body-below {
    line-height: 1.6em;
  }
  .section-header.scrollin > * {
    transform: translateY(80px);
    opacity: 0;
  }
  .section-header.scrollin.split > *:first-child {
    transform: translateX(-80px);
  }
  .section-header.scrollin.split > *:last-child {
    transform: translateX(80px);
  }
  .section-header.scrollin.loaded > * {
    transition: all 1s var(--ease-cubic);
    transform: none !important;
    opacity: 1;
  }
  .section-header.scrollin.loaded > *:nth-child(2) {
    transition-delay: 0.25s;
  }
  .section-header.scrollin.loaded > *:nth-child(3) {
    transition-delay: 0.5s;
  }
  .section-header.scrollin.loaded > *:nth-child(4) {
    transition-delay: 0.75s;
  }
  .section-header.scrollin.loaded > *:nth-child(5) {
    transition-delay: 1s;
  }
  .section-header.scrollin.loaded.split > * {
    transition-delay: 0s !important;
  }
}

.expandable-container {
  --content-height: 0px;
}
.expandable-container .expandable {
  overflow: hidden;
  transition: all 0.5s var(--ease-cubic);
  height: 0;
}
.expandable-container .expandable > div {
  padding-bottom: 1px;
}
.expandable-container.open .expandable {
  height: var(--content-height);
}
.expandable-container .toggle {
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 1em;
  transition: all 0.25s;
  font-family: var(--font-family-body);
  color: var(--c-brand-primary-dark);
}
.expandable-container .toggle span {
  transition: all 0.25s;
}
.expandable-container .toggle .less {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.expandable-container .toggle:hover {
  cursor: pointer;
  opacity: 0.5;
}
.expandable-container.open .toggle .more {
  opacity: 0;
}
.expandable-container.open .toggle .less {
  opacity: 1;
}

.pagination {
  padding: clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
.pagination {
  display: flex;
}
.pagination a,
.pagination span.current {
  display: block;
  padding: 0.5em 1em;
  background: #75a01e;
  color: #fff;
  border-radius: 0.25rem;
}
.pagination a:not(:first-child),
.pagination span.current:not(:first-child) {
  margin-left: 0.5em;
}
.pagination a:hover {
  color: #9eaf7c;
  background: #24300c;
}

.block--type--link .field--name-field-link,
.block--type--link .field--name-field-file,
.block--type--link .field--name-field-file-private,
.block--type--file .field--name-field-link,
.block--type--file .field--name-field-file,
.block--type--file .field--name-field-file-private {
  background: #000;
  border-radius: 0.25rem;
  overflow: hidden;
}
.block--type--link .field--name-field-link a,
.block--type--link .field--name-field-file a,
.block--type--link .field--name-field-file-private a,
.block--type--file .field--name-field-link a,
.block--type--file .field--name-field-file a,
.block--type--file .field--name-field-file-private a {
  display: block !important;
  position: relative;
  background: #74972f;
  color: #fff;
  font-weight: 700;
  line-height: 1.4em;
  padding: 1.5em 2em 1.5em 7.5em;
  transition: all 0.25s;
}
.block--type--link .field--name-field-link a::before, .block--type--link .field--name-field-link a::after,
.block--type--link .field--name-field-file a::before,
.block--type--link .field--name-field-file a::after,
.block--type--link .field--name-field-file-private a::before,
.block--type--link .field--name-field-file-private a::after,
.block--type--file .field--name-field-link a::before,
.block--type--file .field--name-field-link a::after,
.block--type--file .field--name-field-file a::before,
.block--type--file .field--name-field-file a::after,
.block--type--file .field--name-field-file-private a::before,
.block--type--file .field--name-field-file-private a::after {
  content: "";
  position: absolute;
  left: 0em;
  top: 0;
  width: 4.5em;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}
.block--type--link .field--name-field-link a:hover,
.block--type--link .field--name-field-file a:hover,
.block--type--link .field--name-field-file-private a:hover,
.block--type--file .field--name-field-link a:hover,
.block--type--file .field--name-field-file a:hover,
.block--type--file .field--name-field-file-private a:hover {
  background: #43571b;
}
.block--type--link .field--name-field-link a::before,
.block--type--file .field--name-field-link a::before {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" fill-rule="evenodd" d="M4.25 9a7.75 7.75 0 1 1 15.5 0v6a7.75 7.75 0 0 1-15.5 0V9Zm7-6.205A6.251 6.251 0 0 0 5.75 9v6a6.25 6.25 0 1 0 12.5 0V9a6.251 6.251 0 0 0-5.5-6.205v3.583a2.25 2.25 0 0 1 1.5 2.122v2a2.25 2.25 0 0 1-4.5 0v-2c0-.98.626-1.813 1.5-2.122V2.795ZM12 7.75a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 0-.75-.75Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
  background-size: 37% auto;
}
.block--type--link .field--name-field-file a::before,
.block--type--file .field--name-field-file a::before {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m12 17l4-4l-1.4-1.4l-1.6 1.55V9h-2v4.15L9.4 11.6L8 13l4 4Zm-8 5V8l6-6h10v20H4Z"%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
  background-size: 33% auto;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.breadcrumbs {
  position: relative;
  margin-top: 2em;
  line-height: 1em;
  font-family: var(--font-family-body);
  font-size: var(--step--1);
  line-height: 1.2em;
}
.breadcrumbs ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs ol {
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.breadcrumbs li {
  color: #fff;
}
.breadcrumbs li a {
  color: var(--c-brand-primary);
}
.breadcrumbs li a:hover {
  color: var(--c-brand-primary-dark);
}
.breadcrumbs li:nth-child(1) {
  margin-right: 1em;
}
.breadcrumbs li:nth-child(1) a {
  display: block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: var(--c-brand-primary);
  transition: all 0.25s;
}
.breadcrumbs li:nth-child(1) a span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
.breadcrumbs li:nth-child(1) a::before, .breadcrumbs li:nth-child(1) a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.breadcrumbs li:nth-child(1) a::before, .breadcrumbs li:nth-child(1) a::after {
  content: "";
  background-position: 50% 50%;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.breadcrumbs li:nth-child(1) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 21V9l8-6l8 6v12h-6v-7h-4v7z'/%3E%3C/svg%3E");
}
.breadcrumbs li:nth-child(1) a:hover {
  opacity: 0.5;
}
.breadcrumbs li:not(:last-child, :first-child) {
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
.breadcrumbs li:not(:last-child, :first-child)::after {
  content: ".";
  position: absolute;
  border-radius: 50%;
  padding-left: 0.75em;
  color: var(--c-brand-primary);
}
.breadcrumbs li:last-child {
  height: 1.2em;
  max-width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: right;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

#cboxCurrent {
  position: absolute;
  bottom: -1em;
  left: 0px;
  color: rgba(255, 255, 255, 0.6);
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxOverlay {
  background: #000;
}

#cboxTitle {
  display: block !important;
  bottom: -1em;
}

#cboxContent {
  border-radius: 0 !important;
}

#cboxClose {
  position: absolute;
  right: -3.5rem;
  top: -3.5rem;
  width: 3rem;
  height: 3rem;
  opacity: 1 !important;
  text-indent: 9999px;
  background: transparent;
  transition: none !important;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #75a01e;
}
#cboxClose::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cboxPhoto {
  border-radius: 0 !important;
}

#cboxPrevious,
#cboxNext {
  position: fixed !important;
  top: 50%;
  width: 2.5em;
  height: 2.5em;
  border: 3px solid #75a01e;
  clip: initial;
  overflow: clip;
  text-indent: -9999px;
}

#cboxPrevious {
  left: -3em;
  border-style: none none solid solid;
  transform: translate(0, -50%) rotate(45deg);
}

#cboxNext {
  right: -3em;
  border-style: solid solid none none;
  transform: translate(0, -50%) rotate(45deg);
}

#cboxClose,
#cboxPrevious,
#cboxNext {
  transition: opacity 0.25s !important;
}
#cboxClose:hover,
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 0.5 !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  #cboxClose {
    right: -2.5rem;
    top: -2.5rem;
    width: 2rem;
    height: 2rem;
  }
  #cboxPrevious,
  #cboxNext {
    width: 2em;
    height: 2em;
  }
  #cboxPrevious {
    left: -1.5em;
  }
  #cboxNext {
    right: -1.5em;
  }
  #cboxCurrent {
    display: none !important;
  }
}
.site-header {
  padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 300;
}
.gin--vertical-toolbar .site-header {
  top: 60px;
}
.site-header .icon-button {
  margin-left: 2em;
  background: transparent;
  border-radius: var(--button-border-radius);
  transition: all 0.25s;
  padding: 0;
}
.site-header .icon-button i.i {
  order: -9999;
  background: var(--c-brand-primary);
  color: #000;
}
.site-header .icon-button span.t {
  transition: all 0.25s;
  padding-right: 0;
  font-weight: 300;
  color: #fff;
  padding-left: 0.5em;
}
.site-header .icon-button:hover {
  background: transparent;
  color: #fff;
  opacity: 0.5;
}
.site-header .nav-buttons {
  display: flex;
  align-items: center;
}
.site-header nav h2 {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .site-header {
    padding: 0;
    height: 5rem;
    align-items: stretch;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  }
  .site-header .nav-buttons {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .site-header {
    transform: translateY(-100%);
    opacity: 0;
  }
  .loaded .site-header {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

.site-title {
  display: block;
  width: clamp(8em, 24vw, 24em);
  transform: translateY(25%);
}
.site-title a {
  display: block;
}
.site-title a img, .site-title a svg {
  display: block;
  width: 100%;
  height: auto;
}
.site-title a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .site-title {
    width: auto;
    flex-grow: 1;
    font-family: var(--font-family-headline);
    transform: none;
  }
  .site-title h1 {
    font-size: 1em;
  }
  .site-title * {
    height: 100%;
  }
  .site-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    background: #000;
  }
  .site-title a img, .site-title a svg {
    width: 16em;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .site-title .mobile {
    display: none;
  }
}

.primary-nav {
  font-family: var(--font-family-body);
  font-weight: 300;
}
.primary-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
    z-index: 600;
  }
  .primary-nav svg {
    display: none;
  }
  .primary-nav.open {
    transform: none;
    opacity: 1;
  }
  .primary-nav nav > .menu-container {
    height: 100%;
  }
  .primary-nav nav > .menu-container > ul {
    overflow-y: scroll;
    height: 100%;
  }
  .primary-nav .menu-container {
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .primary-nav > nav > .menu-container {
    transform: none;
  }
  .primary-nav button.back {
    display: block;
    width: 100%;
    background: var(--c-black);
    color: #fff;
    border: none;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 1em;
    padding: 1.25em 2em;
  }
  .primary-nav button.back svg {
    display: none;
  }
  .primary-nav button.back span {
    display: block;
    position: relative;
    padding-left: 2em;
  }
  .primary-nav button.back span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.8em;
    height: 0.8em;
    border-style: none none solid solid;
    transform: translate(0, -50%) rotate(45deg);
  }
  .primary-nav nav .menu-container li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-nav nav .menu-container li a {
    display: block;
    padding: 0 2em;
    line-height: 5em;
    height: 5em;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.25s;
    background: transparent;
    color: white;
  }
  .primary-nav nav .menu-container li a:hover, .primary-nav nav .menu-container li a:focus, .primary-nav nav .menu-container li a.is-active {
    background: #75a01e !important;
    color: #fff !important;
  }
  .primary-nav nav .menu-container li.menu-item-has-children {
    position: relative;
  }
  .primary-nav nav .menu-container li.menu-item-has-children > a {
    margin-right: 5em;
  }
  .primary-nav nav .menu-container li.menu-item-has-children button.toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 5em;
    height: 5em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25s;
    background: transparent;
  }
  .primary-nav nav .menu-container li.menu-item-has-children button.toggle::after {
    content: "";
    position: absolute;
    right: 2.5em;
    top: 2.5em;
    width: 0.7em;
    height: 0.7em;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-style: solid solid none none;
    transform: translate(50%, -50%) rotate(45deg);
    transition: all 0.25s;
  }
  .primary-nav nav .menu-container li.menu-item-has-children button.toggle:hover {
    cursor: pointer;
    background: #fff;
  }
  .primary-nav nav .menu-container li.menu-item-has-children button.toggle:hover::after {
    border-color: #000;
  }
  .primary-nav nav .menu-container li.menu-item-has-children button.toggle span {
    overflow: hidden;
    text-indent: 999px;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
  }
  .primary-nav nav .menu-container li.menu-item-has-children .menu-container {
    z-index: 500;
  }
  .primary-nav nav .menu-container li.menu-item-has-children .menu-container .menu-container {
    z-index: 501;
  }
  .primary-nav nav .menu-container li.menu-item-has-children .menu-container .menu-container .menu-container {
    z-index: 502;
  }
  .primary-nav nav .menu-container li.menu-item-has-children .menu-container .menu-container .menu-container .menu-container {
    z-index: 503;
  }
  .primary-nav nav .menu-container li.menu-item-has-children li a {
    display: block;
    color: #fff;
    text-transform: none;
    transition: all 0.25s;
  }
  .primary-nav nav .menu-container li.menu-item-has-children.open::after {
    border-style: solid solid none none;
    transform: translate(50%, -70%) rotate(135deg);
  }
  .primary-nav nav .menu-container li.menu-item-has-children.open > .menu-container {
    transform: none;
  }
}
@media screen and (min-width: 1000px) {
  .primary-nav {
    white-space: nowrap;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    transition: all 0.25s;
  }
  .primary-nav button {
    display: none;
  }
  .primary-nav > nav > .menu-container > ul {
    display: flex;
    align-items: center;
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li {
    padding: 0 0 0 1.5em;
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li > a {
    display: block;
    position: relative;
    padding: 0;
    color: #fff;
    transition: all 0.25s;
    line-height: 6em;
    font-weight: 300;
  }
  .primary-nav > nav > .menu-container > ul > li > a:hover, .primary-nav > nav > .menu-container > ul > li > a:focus, .primary-nav > nav > .menu-container > ul > li > a.is-active {
    opacity: 0.75;
  }
  .primary-nav > nav > .menu-container > ul > li.mobile-link {
    display: none;
  }
  .primary-nav > nav > .menu-container > ul > li:last-child > a {
    display: block;
    padding-left: 2em;
  }
  .primary-nav > nav > .menu-container > ul > li:last-child > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5em;
    height: 1.5em;
    background: var(--c-brand-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='20' stroke-dashoffset='20' d='M3 12h17.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.02s' values='20;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M21 12l-7 7M21 12l-7 -7'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.02s' dur='0.02s' values='12;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children {
    perspective: 1000px;
    z-index: 100;
    position: relative;
    padding-right: 1.5em;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 0.25em;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #fff;
    border-style: solid solid none none;
    transform: translate(-50%, -50%) rotate(45deg);
    /* transform: translate(-50%, -65%) rotate(45deg); */
    transition: all 0.25s;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container {
    position: absolute;
    top: 100%;
    left: -99999px;
    perspective: 1000px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s 0.2s, left 0s 0.7s;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container li {
    line-height: 1.2em;
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container li > a {
    transition: all 0.5s 0.3s;
    text-align: left;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container li:last-child {
    margin-top: -1px;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container li.menu-item-has-children > a {
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container a {
    display: block;
    line-height: 1.2em;
    padding: 1.25em 6em 1.25em 2em;
    color: #fff;
    background: #75a01e;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.25s !important;
    font-weight: 200;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container a:hover {
    color: #9eaf7c;
    background: #24300c;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children .menu-container li:first-child a {
    border-top: none;
    border-radius: 0.5rem 0.5rem 0 0;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container {
    position: absolute;
    top: 100%;
    font-size: 0.9em;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container li:last-child a {
    border-radius: 0 0 0.5rem 0.5rem;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container > ul > li:first-of-type a {
    border-radius: 0.5rem 0.5rem 0 0;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container > ul > li:first-of-type:last-child a {
    border-radius: 0.5rem;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    transform: translate(-50%, -50%) rotate(45deg);
    /* transform: translate(-50%, -65%) rotate(45deg); */
    transition: all 0.25s;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container li.menu-item-has-children > a:hover::after {
    border-color: #000;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container > ul > li > .menu-container {
    top: 0;
    border-radius: 0 1rem 1rem 1rem;
  }
  .primary-nav > nav > .menu-container > ul > li.menu-item-has-children > .menu-container > ul > li > .menu-container li:first-child a {
    border-radius: 0 1rem 0 0;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul li.menu-item-has-children:hover::after {
    transform: translate(-50%, -50%) rotate(135deg) !important;
   /* transform: translate(-50%, -65%) rotate(135deg) !important; */
  }
  .primary-nav > nav > .menu-container > ul li.menu-item-has-children:hover > .menu-container {
    display: block !important;
    left: 0;
    opacity: 1;
    transition: opacity 0.25s;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1600px) {
  .primary-nav {
    font-size: 1em;
  }
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
button.primary-nav-toggle {
  padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
}
button.primary-nav-toggle {
  height: 100%;
  border-radius: 0;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  font-family: var(--font-family-headline);
  text-transform: capitalize;
  background: var(--c-brand-primary);
}
@media screen and (min-width: 640px) {
  button.primary-nav-toggle {
    width: 10em;
  }
}
@media screen and (min-width: 1000px) {
  button.primary-nav-toggle {
    display: none;
  }
}
button.primary-nav-toggle .icon {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
}
button.primary-nav-toggle .icon .l {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #000;
  transition: all 0.25s;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
button.primary-nav-toggle .icon .l.t {
  margin-top: -5px;
}
button.primary-nav-toggle .icon .l.b {
  margin-top: 5px;
}
button.primary-nav-toggle.open .icon .l.t, button.primary-nav-toggle.open .icon .l.b {
  transform: rotate(45deg);
  margin-top: 0;
}
button.primary-nav-toggle.open .icon .l.b {
  opacity: 0;
}
button.primary-nav-toggle.open .icon .l.m {
  transform: rotate(-45deg);
}

#banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
#banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .bg > div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
#banner .bg .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .bg .overlay {
  background: linear-gradient(to right, black, black 20%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
#banner .bg .overlay::before, #banner .bg .overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .bg .overlay::before, #banner .bg .overlay::after {
  content: "";
}
#banner .bg .overlay::before {
  background: linear-gradient(to bottom, black, black 8%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#banner .bg .overlay::after {
  background: linear-gradient(to top, black, black 8%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#banner .banner-content {
  padding: clamp(2rem, 4.8vw, 4rem);
}
#banner .banner-content {
  position: relative;
  color: #fff;
}
#banner .field--list {
  font-size: var(--step-1);
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#banner .field--list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#banner .field--list ul {
  display: flex;
  align-items: center;
  color: var(--c-brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#banner .field--list ul li {
  display: flex;
  align-items: center;
}
#banner .field--list ul li svg {
  display: block;
  width: 1.75em;
  height: auto;
  color: var(--c-brand-primary-light);
  margin-right: 0.5em;
}
#banner .field--list ul li:not(:last-child) {
  margin-right: 2em;
}
#banner h1, #banner h2 {
  font-size: var(--font-size-h1);
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  max-width: 12em;
}
.single-post #banner h1, .single-post #banner h2 {
  font-size: var(--font-size-h2);
  line-height: 1.2em;
  max-width: 24em;
}
#banner .field--body {
  font-size: var(--step-2);
  line-height: 1.5em;
  max-width: 32em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5em;
}
#banner .icon-button {
  margin-top: 1.5em;
  background: transparent;
  border: 2px solid var(--c-brand-primary-dark);
  border-radius: 0.5rem;
  font-size: var(--font-size-body-large);
  line-height: 1em;
}
#banner .icon-button i.i {
  background: #444646;
}
#banner .icon-button:hover {
  background: var(--c-brand-primary);
  border-color: var(--c-brand-primary);
}
#banner .icon-button:hover span.t {
  color: #000;
}
#banner .icon-button:hover i.i {
  background: #597a18;
  color: #fff;
}
#banner.page-banner {
  height: auto;
}
#banner.page-banner .banner-content {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem);
}
#banner .scroll-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .scroll-overlay {
  z-index: 100;
  pointer-events: none;
  background: #000;
  opacity: calc(var(--scroll-per) * 1.2);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #banner {
    padding-top: 5rem;
  }
  #banner .field--list {
    font-size: 0.7em;
    line-height: 1.2em;
  }
  #banner h1, #banner h2 {
    font-size: var(--step-7);
    line-height: 1.2em;
  }
  #banner .field--body {
    font-size: 1em;
    line-height: 1.5em;
  }
  #banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #banner .overlay {
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%) !important;
    top: 5rem !important;
    height: calc(100% - 5rem) !important;
  }
}
@media screen and (min-width: 768px) {
  #banner .banner-content {
    padding: clamp(2rem, 4.8vw, 4rem) clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem) clamp(4rem, 9.6vw, 8rem);
  }
  #banner.page-banner {
    padding-top: 8rem;
  }
  #banner.page-banner .banner-content {
    padding: clamp(6rem, 14.4vw, 12rem) clamp(4rem, 9.6vw, 8rem) clamp(6rem, 14.4vw, 12rem) clamp(4rem, 9.6vw, 8rem);
  }
}
@media screen and (min-width: 1000px) {
  #banner .field--list,
  #banner h1, #banner h2,
  #banner .field--body,
  #banner .field--button,
  #banner .breadcrumbs {
    transform: translateY(80px);
    opacity: 0;
  }
  .loaded #banner .field--list,
  .loaded #banner h1, .loaded #banner h2,
  .loaded #banner .field--body,
  .loaded #banner .field--button,
  .loaded #banner .breadcrumbs {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .loaded #banner h2 {
    transition-delay: 0.2s;
  }
  .loaded #banner .field--body,
  .loaded #banner .breadcrumbs {
    transition-delay: 0.4s;
  }
  .loaded #banner .field--button {
    transition-delay: 0.6s;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  #banner h1, #banner h2 {
    font-size: var(--step-7);
    line-height: 1.1em;
  }
  #banner .field--body {
    font-size: var(--step-1);
    line-height: 1.5em;
  }
  #banner .icon-button {
    font-size: 1em;
  }
  #banner.page-banner .banner-content {
    padding: clamp(4rem, 9.6vw, 8rem);
  }
}

@media screen and (min-width: 1000px) {
  body::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  body::after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s;
    z-index: 490;
  }
  body:has(#sticky-nav:hover)::after {
    opacity: 1;
  }
}
#sticky-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  margin-top: 0;
  display: flex;
  transform: translateY(-150%);
  transition: all 1s 0.1s;
  padding: 0;
}
#sticky-nav .primary-nav {
  padding-top: 0;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  #sticky-nav {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  #sticky-nav .site-title img.desktop {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #sticky-nav {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
  }
  #sticky-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: color-mix(in srgb, var(--c-black), transparent 20%);
    backdrop-filter: blur(10px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, -200%);
    top: 0;
    height: auto !important;
    line-height: initial !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  #sticky-nav h2 {
    display: none;
  }
  #sticky-nav .site-title {
    width: 20em;
    transform: none;
  }
  #sticky-nav .primary-nav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sticky-nav .primary-nav nav > .menu-container > ul {
    margin-right: 1em;
    padding-top: 0;
  }
  #sticky-nav .primary-nav nav > .menu-container > ul > li {
    padding-top: 0.2em;
    padding-left: 1em;
  }
  #sticky-nav .primary-nav nav > .menu-container > ul > li:first-child {
    padding-left: 1em;
  }
  #sticky-nav .primary-nav nav > .menu-container > ul li.menu-item-has-children::after {
    transform: translate(-50%, -20%) rotate(45deg);
  }
  #sticky-nav > * {
    position: relative;
  }
  #sticky-nav.show {
    transform: translateX(-50%) !important;
  }
}
#sticky-nav.show {
  opacity: 1;
  transition: all 1s 0s;
  transform: none;
}

#footer-main {
  position: relative;
  background: #000;
}
#footer-main .footer-main-top > .inner,
#footer-main .footer-main-bottom > .inner {
  padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  #footer-main .footer-main-top > .inner,
  #footer-main .footer-main-bottom > .inner {
    max-width: clamp(320px, 93vw, 1320px);
  }
}
#footer-main .footer-main-top > .inner,
#footer-main .footer-main-bottom > .inner {
  margin: auto;
}
#footer-main .footer-main-bottom {
  position: relative;
}
#footer-main .footer-main-bottom .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footer-main .footer-main-bottom .bg {
  background: url("img/footer.jpg") 50% 50%/cover no-repeat;
}
#footer-main .footer-main-bottom .bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footer-main .footer-main-bottom .bg::before {
  content: "";
}
#footer-main .footer-main-bottom .bg::before {
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.6));
}
#footer-main .footer-main-bottom .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footer-main .footer-main-bottom .bg::after {
  content: "";
}
#footer-main .footer-main-bottom .bg::after {
  backdrop-filter: blur(8px);
}

.block-footer-hero {
  transform: translateY(-4rem);
}
.block-footer-hero > .inner {
  display: flex;
  background: var(--c-brand-secondary);
  color: #fff;
  border-radius: 1rem;
  contain: paint;
}
.block-footer-hero > .inner .content {
  width: 60%;
}
.block-footer-hero > .inner .image {
  width: 40%;
}
.block-footer-hero .content {
  padding: clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem) clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem);
}
.block-footer-hero h2 {
  font-size: var(--font-size-h2);
  line-height: 1.1em;
}
.block-footer-hero .field--link {
  margin-top: 1em;
}
.block-footer-hero .field--link a {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.block-footer-hero .field--link a i {
  display: block;
  width: 1.5em;
  margin-right: 0.75em;
}
.block-footer-hero .field--link a i svg {
  display: block;
  width: 100%;
  height: auto;
}
.block-footer-hero .field--link a:hover {
  opacity: 1;
  color: #002c49;
}
.block-footer-hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block-footer-hero {
    margin-left: clamp(-4rem, -4.8vw, -2rem);
    margin-right: clamp(-4rem, -4.8vw, -2rem);
  }
  .block-footer-hero {
    transform: none;
    border-radius: 0;
  }
  .block-footer-hero .inner .content {
    width: 100%;
  }
  .block-footer-hero .image {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .block-footer-hero > .inner {
    transform: scale(0.6, 0.9);
    opacity: 0;
  }
  .block-footer-hero.loaded > .inner {
    opacity: 1;
    transform: scale(1);
    transition: all 1s var(--ease-cubic);
  }
}

#footer-third {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(0rem, 0vw, 0rem) clamp(6rem, 14.4vw, 12rem) clamp(0rem, 0vw, 0rem);
}
#footer-third {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
#footer-third {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-body-small);
  line-height: 1.8em;
}
#footer-third .column {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
#footer-third .column {
  position: relative;
}
#footer-third h2 {
  font-size: var(--font-size-h5);
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 0.25em;
}
#footer-third ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-third a {
  color: rgba(255, 255, 255, 0.7);
}
#footer-third a:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer-third {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  #footer-third .column {
    transform: translateY(80px);
    opacity: 0;
  }
  #footer-third .column.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  #footer-third .column.loaded:nth-child(2) {
    transition-delay: 0.25s;
  }
  #footer-third .column.loaded:nth-child(3) {
    transition-delay: 0.5s;
  }
  #footer-third .column.loaded:nth-child(4) {
    transition-delay: 0.75s;
  }
  #footer-third .column.loaded:nth-child(5) {
    transition-delay: 1s;
  }
}

#footer-bar {
  padding: clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem);
}
#footer-bar {
  position: relative;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-bar .copyright {
  color: rgba(255, 255, 255, 0.7);
}
#footer-bar > .inner {
  position: relative;
  font-size: var(--step--1);
  line-height: 1.2em;
}
#footer-bar > .inner .right {
  line-height: 1.6em;
}
#footer-bar > .inner .right a {
  color: #fff;
}
#footer-bar > .inner .right a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-bar > .inner {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #footer-bar > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-bar > .inner .left {
    display: flex;
    align-items: center;
  }
  #footer-bar > .inner .copyright {
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  #footer-bar > .inner .right {
    display: flex;
    align-items: center;
  }
  #footer-bar > .inner .right .copyright {
    display: flex;
    align-items: center;
    line-height: 1em;
  }
  #footer-bar > .inner .left {
    transform: translateX(-80px);
    opacity: 0;
  }
  #footer-bar > .inner .right {
    transform: translateX(80px);
    opacity: 0;
  }
  #footer-bar > .inner .left.loaded,
  #footer-bar > .inner .right.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

ul.wp-block-social-links {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
ul.wp-block-social-links li {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.25s;
}
ul.wp-block-social-links li:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.4);
}
ul.wp-block-social-links li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.wp-block-social-links li a svg {
  width: 1.25em !important;
  height: 1.25em !important;
}
ul.wp-block-social-links li a:hover {
  transform: none;
}
@media screen and (min-width: 768px) {
  ul.wp-block-social-links li {
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  ul.wp-block-social-links {
    justify-content: center;
  }
  ul.wp-block-social-links li {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.25rem !important;
  }
}

#sidebar {
  margin-bottom: 6em;
}
#sidebar > .inner {
  position: sticky;
  top: 2rem;
  transition: top 0.5s;
}
@media screen and (min-width: 768px) {
  #sidebar > .inner {
    max-width: 19em;
  }
}
.scrolling-up #sidebar > .inner {
  top: 8rem;
  transition: top 0.5s 0.25s;
}
#sidebar nav button {
  display: none;
}
#sidebar nav h2 {
  font-size: var(--font-size-h3);
  font-weight: 300;
  line-height: 1em;
}
#sidebar nav h2 > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar nav h2 button {
  display: block;
  width: 3em;
  height: 3em;
  margin-top: 0;
}
#sidebar nav h2 button span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
#sidebar nav h2 button svg {
  display: block;
  width: 100%;
  height: auto;
  color: var(--c-text);
}
@media screen and (min-width: 768px) {
  #sidebar nav h2 {
    padding: 0 4rem 1.5rem 0rem;
  }
  #sidebar nav h2 button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sidebar nav .expandable {
    height: auto !important;
  }
}
#sidebar nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar nav ul a {
  display: block;
  padding: 1.35rem 2rem 1.15rem 0rem;
  transition: all 0.25s;
  overflow: hidden;
  font-weight: 700;
  color: #a7f40b;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#sidebar nav ul a span {
  display: block;
  position: relative;
  transition: all 0.25s;
}
#sidebar nav ul a span::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid var(--c-text);
  border-style: solid solid none none;
  transform: translate(-100%, -50%) rotate(45deg);
}
#sidebar nav ul a:hover, #sidebar nav ul a.is-active, #sidebar nav ul a.active {
  padding-right: 0rem;
  padding-left: 2rem;
}
#sidebar .expandable-container .headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sidebar .expandable-container .headline h2 {
  margin-bottom: 0;
}
#sidebar .expandable-container button.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 0;
}
#sidebar .expandable-container button.toggle span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
#sidebar .expandable-container button.toggle svg {
  display: block;
  width: 80%;
  height: auto;
  color: var(--c-text);
  flex-grow: 1;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  #sidebar .expandable-container h2 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  #sidebar .expandable-container button.toggle {
    display: none;
  }
  #sidebar .expandable-container .expandable {
    height: auto !important;
  }
}
#sidebar .text-box {
  padding: clamp(3rem, 7.2vw, 6rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
#sidebar .text-box h2, #sidebar .text-box h3 {
  font-size: var(--font-size-h4);
  font-weight: 300;
  line-height: 1em;
  max-width: 8em;
  margin-bottom: 0.5em;
}
#sidebar .text-box .field--body {
  color: color-mix(in srgb, var(--c-text) 70%, transparent);
  max-width: 18em;
}
#sidebar .text-box .field--body a {
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #sidebar .text-box .field--body {
    max-width: none;
  }
}
#sidebar .text-box .field--button {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  div.scrollin:has(> #sidebar) {
    display: flex;
    justify-content: space-between;
  }
  div.scrollin:has(> #sidebar) #sidebar {
    padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  div.scrollin:has(> #sidebar) #sidebar {
    max-width: 24em;
    min-width: 18em;
    flex-basis: 35%;
  }
  div.scrollin:has(> #sidebar) #sidebar + div {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
  }
  div.scrollin:has(> #sidebar) #sidebar + div {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1000px) {
  div.scrollin:has(> #sidebar) #sidebar {
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s var(--ease-cubic);
  }
  div.scrollin:has(> #sidebar) #sidebar + div {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
  }
  div.scrollin:has(> #sidebar) #sidebar + div {
    flex-grow: 1;
    transform: translateX(80px);
    opacity: 0;
  }
  div.scrollin:has(> #sidebar).loaded #sidebar,
  div.scrollin:has(> #sidebar).loaded #sidebar + div {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overscroll-behavior-y: none;
  margin: 0;
}

::-moz-selection {
  background: var(--c-brand-primary);
  color: var(--c-text-light);
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

::selection {
  background: var(--c-brand-primary);
  color: var(--c-text-light);
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

img::-moz-selection {
  background: var(--c-brand-primary);
  color: var(--c-text-light);
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

img::selection {
  background: var(--c-brand-primary);
  color: var(--c-text-light);
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  transition: all 0.25s;
  color: var(--c-brand-primary-dark);
  text-decoration: none !important;
  outline: none !important;
}

a:not([class]) {
  font-weight: 500;
}
a:not([class]):hover {
  color: var(--c-brand-primary-darker);
}

#container {
  overflow: clip;
}

#page-content {
  position: relative;
  min-height: 20em;
  background: #fff;
}

.section-wrapper {
  position: relative;
}

.color-flip-sections {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.color-flip-sections {
  display: flex;
  flex-flow: column;
  pointer-events: none;
}
.color-flip-sections > div {
  flex-grow: 1;
}

span.w,
.field--overline > div,
.field.field--body > div,
.field.field--body-below > div {
  transition: color 1s var(--ease-cubic);
}

.post.post-teaser a {
  display: block;
  position: relative;
  height: 100%;
  contain: paint;
  border-radius: 1rem;
}
.post.post-teaser .image {
  height: 100%;
  position: relative;
}
.post.post-teaser .image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post.post-teaser .image::after {
  content: "";
}
.post.post-teaser .image::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.post.post-teaser .image > div {
  position: relative;
  height: 100%;
}
.post.post-teaser .image > div::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post.post-teaser .image > div::after {
  content: "";
}
.post.post-teaser .image > div::after {
  background: rgba(63, 63, 63, 0.8);
  opacity: 0;
  transition: all 0.25s;
}
.post.post-teaser img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
.post.post-teaser .content {
  padding: clamp(1rem, 2.4vw, 2rem);
}
.post.post-teaser .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.post.post-teaser .date {
  padding: clamp(1rem, 2.4vw, 2rem);
}
.post.post-teaser .date {
  position: absolute;
  right: 0;
  top: 0;
}
.post.post-teaser .date > div {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: var(--c-black);
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 1.1em;
  transition: all 0.25s;
}
.post.post-teaser h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
}
.post.post-teaser a:hover .image > div::after {
  opacity: 1;
}
.post.post-teaser a:hover .date > div {
  background: #85b72a;
  color: #000;
}

.post-template-default .post-content {
  background: #000;
}
.post-template-default .post-content > .inner {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.post-template-default .post-content > .inner {
  max-width: 60em;
  background: #fff;
  margin: auto;
}
.post-template-default .share-post {
  background: #000;
}
.post-template-default .share-post > .inner {
  padding: clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem) clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem);
}
.post-template-default .share-post > .inner {
  max-width: 60em;
  margin: auto;
  background: #eaeaea;
}
.post-template-default .share-post > .inner .section-header {
  margin-bottom: 1.5em;
}
.post-template-default .share-post .addtoany_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.post-template-default .share-post .addtoany_list a {
  display: block;
  padding: 4px;
}
.post-template-default .share-post .addtoany_list a .a2a_svg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #75a01e !important;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.5rem;
}
.post-template-default .share-post .addtoany_list a .a2a_svg svg {
  width: 70%;
}

.basic-page #main-content.theme--dark {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.basic-page #main-content.theme--dark h2, .basic-page #main-content.theme--dark h3, .basic-page #main-content.theme--dark h4, .basic-page #main-content.theme--dark h5, .basic-page #main-content.theme--dark h6 {
  color: #fff;
}

.project.project-teaser a {
  display: flex;
  flex-flow: column;
  position: relative;
  border-radius: 1rem;
  contain: paint;
  height: 100%;
}
.project.project-teaser a .image {
  position: relative;
}
.project.project-teaser a .image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.project.project-teaser a .image video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.project.project-teaser a .image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project.project-teaser a .image::after {
  content: "";
}
.project.project-teaser a .image::after {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.25s;
}
.project.project-teaser a .content {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.project.project-teaser a .content {
  background: #fff;
  color: var(--c-text);
  transition: all 0.25s;
  flex-grow: 1;
}
.project.project-teaser a .content h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
}
.project.project-teaser a .content .field--body {
  color: color-mix(in srgb, var(--c-text), transparent 30%);
  transition: all 0.25s;
}
.project.project-teaser a:hover .image::after {
  opacity: 1;
}
.project.project-teaser a:hover .content {
  background: var(--c-brand-secondary);
  color: #fff;
}
.project.project-teaser a:hover .content .field--body {
  color: rgba(255, 255, 255, 0.8);
}

.single-project .post-content {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.single-project .post-content h2, .single-project .post-content h3, .single-project .post-content h4, .single-project .post-content h5, .single-project .post-content h6 {
  color: #fff;
}
.single-project .post-content > .inner {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.single-project .post-content > .inner {
  max-width: 60em;
  margin: auto;
}

#more-projects > .inner {
  padding-bottom: 0;
}
#more-projects .project.project-teaser a .content {
  background: #000;
}
#more-projects .project.project-teaser a .content h3 {
  color: #fff;
}
#more-projects .project.project-teaser a .content .field--body {
  color: rgba(255, 255, 255, 0.7);
}

.block--hero--lcs {
  background: var(--c-black);
}
.block--hero--lcs {
  position: relative;
  clip-path: inset(0 0 0 0);
}
.block--hero--lcs .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block--hero--lcs .bg::after {
  content: "";
}
.block--hero--lcs .bg::after {
  background: linear-gradient(to bottom, #f6f0e6, #f6f0e6 20%, rgba(246, 240, 230, 0) 100%);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .block--hero--lcs .section-header h2 {
    max-width: 8em;
  }
}
.block--hero--lcs .section-header .field--link {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  margin-top: 1em;
}
.block--hero--lcs .section-header .field--link a {
  color: #5f7d3b;
}
.block--hero--lcs .section-header .field--link a:hover {
  opacity: 0.5;
}
.block--hero--lcs .block--card {
  contain: paint;
  border-radius: 1rem;
  background: #fff;
}
.block--hero--lcs .block--card .field--image {
  aspect-ratio: 3/2;
}
.block--hero--lcs .block--card .field--image * {
  height: 100%;
}
.block--hero--lcs .block--card .field--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block--hero--lcs .block--card .content {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.block--hero--lcs .block--card .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: #fff;
}
.block--hero--lcs .block--card .content .icon > div {
  width: 3.5em;
  height: 3.5em;
  background: var(--c-brand-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 2em;
}
.block--hero--lcs .block--card .content .icon > div svg {
  display: block;
  width: 40%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block--hero--lcs .block--card .content .icon > div {
    width: 3em;
    height: 3em;
  }
}
.block--hero--lcs .block--card .content h3 {
  font-size: var(--font-size-h4);
  line-height: 1.4em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  max-width: 14em;
  margin-bottom: 0.25em;
}
.block--hero--lcs .block--card .content .field--body > div {
  line-height: 1.5em;
  color: color-mix(in srgb, var(--c-text) 70%, transparent);
}
@media screen and (min-width: 768px) {
  .block--hero--lcs .block--card {
    display: flex;
  }
  .block--hero--lcs .block--card > div {
    width: 50%;
  }
  .block--hero--lcs .block--card .field--image {
    aspect-ratio: 5/4;
    order: 999;
  }
}
.block--hero--lcs .cards {
  margin: auto;
  height: calc(var(--el-height) * 1);
  display: grid;
  grid-auto-rows: 1fr;
  position: relative;
}
.block--hero--lcs .cards .card {
  perspective: 1000px;
  height: 100%;
}
.block--hero--lcs .cards .card > div {
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem);
}
.block--hero--lcs .cards .card > div {
  contain: paint;
  transform-origin: 0 0;
  transform-style: preserve-3d;
  height: 100%;
}
.block--hero--lcs .cards .card > div .block--card {
  height: 100%;
  position: relative;
}
.block--hero--lcs .cards .card > div .block--card::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block--hero--lcs .cards .card > div .block--card::after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.block--hero--lcs .cards .card.initialized {
  position: sticky;
}
.block--hero--lcs .cards .card.initialized > div {
  filter: blur(clamp(0px, 20px * (var(--scroll-per)), 20px));
}
.block--hero--lcs .cards .card.initialized > div .block--card::after {
  opacity: calc(var(--scroll-per));
}
.block--hero--lcs .cards .card.initialized:nth-child(0) {
  top: 0rem;
}
.block--hero--lcs .cards .card.initialized:nth-child(0) > div {
  transform: translateZ(clamp(-450px, -450px * (var(--scroll-per)) * 2, 0px));
}
.block--hero--lcs .cards .card.initialized:nth-child(1) {
  top: 3rem;
}
.block--hero--lcs .cards .card.initialized:nth-child(1) > div {
  transform: translateZ(clamp(-450px, -400px * (var(--scroll-per)) * 2, 0px));
}
.block--hero--lcs .cards .card.initialized:nth-child(2) {
  top: 6rem;
}
.block--hero--lcs .cards .card.initialized:nth-child(2) > div {
  transform: translateZ(clamp(-450px, -350px * (var(--scroll-per)) * 2, 0px));
}
.block--hero--lcs .cards .card.initialized:nth-child(3) {
  top: 9rem;
}
.block--hero--lcs .cards .card.initialized:nth-child(3) > div {
  transform: translateZ(clamp(-450px, -300px * (var(--scroll-per)) * 2, 0px));
}
.block--hero--lcs .cards .card.initialized:nth-child(4) {
  top: 12rem;
}
.block--hero--lcs .cards .card.initialized:nth-child(4) > div {
  transform: translateZ(clamp(-450px, -250px * (var(--scroll-per)) * 2, 0px));
}
.block--hero--lcs .cards .card:nth-child(odd) .block--card .icon {
  display: flex;
  justify-content: flex-end;
}
.block--hero--lcs .cards .card:nth-child(odd) .block--card .field--image {
  order: -999;
}

.paragraph--hero--scv > .inner {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.paragraph--hero--scv .slide {
  display: flex;
  flex-shrink: 0;
}
.paragraph--hero--scv .slide .section-header {
  padding: clamp(2rem, 4.8vw, 4rem);
}
.paragraph--hero--scv .slide .section-header {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.paragraph--hero--scv .slide > div,
.paragraph--hero--scv .slide .posts {
  display: flex;
  flex-shrink: 0;
}
.paragraph--hero--scv .post {
  width: clamp(20em, 40vw, 50em);
}
.paragraph--hero--scv .post a {
  display: block;
  position: relative;
  height: 100%;
}
.paragraph--hero--scv .post .image {
  height: 100%;
  position: relative;
}
.paragraph--hero--scv .post .image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.paragraph--hero--scv .post .image::after {
  content: "";
}
.paragraph--hero--scv .post .image::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.paragraph--hero--scv .post img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--hero--scv .post .content {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.paragraph--hero--scv .post .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.paragraph--hero--scv .post .date {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.paragraph--hero--scv .post .date {
  position: absolute;
  right: 0;
  top: 0;
}
.paragraph--hero--scv .post .date > div {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: var(--c-black);
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 1.1em;
}
.paragraph--hero--scv .section-header {
  text-align: left !important;
  background: var(--c-black);
  color: #fff;
}
.paragraph--hero--scv .section-header .h2 {
  max-width: 6em;
  margin-left: 0 !important;
}
.paragraph--hero--scv .section-header .field--body {
  max-width: 16em;
}
.paragraph--hero--scv .section-header a.icon-button {
  margin-top: 1em;
}

.scroll-track:has(.paragraph--hero--scv) {
  height: clamp(100vh, 40vh * var(--num-rows), 400vh);
}
.scroll-track:has(.paragraph--hero--scv) .paragraph--hero--scv {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
.scroll-track:has(.paragraph--hero--scv) .paragraph--hero--scv .slide {
  display: flex;
  height: 100%;
}
.scroll-track:has(.paragraph--hero--scv) .paragraph--hero--scv .slide > div {
  flex-shrink: 0;
  transform: translateX(clamp(-100% + var(--el-width), (-100% + var(--el-width)) * var(--scroll-per), 0%));
}

.block--projects--featured {
  background: #e7e8e5;
}
.block--projects--featured .section-header .actions {
  margin-top: 1em;
  font-size: var(--font-size-body-large);
  line-height: 1.4em;
  font-weight: 500;
}
.block--projects--featured .section-header .actions a:hover {
  opacity: 0.5;
}

.block--projects--featured .projects,
.block--projects--page .projects,
#more-projects .projects {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.block--projects--featured .projects,
.block--projects--page .projects,
#more-projects .projects {
  display: flex;
  flex-flow: row wrap;
}
.block--projects--featured .projects .project,
.block--projects--page .projects .project,
#more-projects .projects .project {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .block--projects--featured .projects .project,
  .block--projects--page .projects .project,
  #more-projects .projects .project {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .block--projects--featured .projects .project,
  .block--projects--page .projects .project,
  #more-projects .projects .project {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .block--projects--featured .projects .project,
  .block--projects--page .projects .project,
  #more-projects .projects .project {
    transform: translateY(80px);
    opacity: 0;
  }
  .block--projects--featured .projects .project.loaded,
  .block--projects--page .projects .project.loaded,
  #more-projects .projects .project.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .block--projects--featured .projects .project.loaded:nth-child(2n+2),
  .block--projects--page .projects .project.loaded:nth-child(2n+2),
  #more-projects .projects .project.loaded:nth-child(2n+2) {
    transition-delay: 0.25s;
  }
}

.block--projects--page {
  background: #000;
}

#footer > div:first-child > .g {
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 3.6vw, 3rem) clamp(3.5rem, 8.4vw, 7rem) clamp(1.5rem, 3.6vw, 3rem);
}
#footer > div:first-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#footer > div:first-child .g-col {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
#footer div.slick-slider div.slick-list {
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer > div:first-child .g-col {
    width: 100% !important;
    max-width: 22em;
  }
  #footer > div:first-child .g-col {
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  #footer > div:first-child .g-col {
    width: 33%;
  }
}
#footer > div:first-child .g-col a {
  display: block;
}
#footer > div:first-child .g-col a::after {
  content: "Advertisement";
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--font-size-small);
  margin-top: 0.5em;
}
#footer > div:first-child .g-col a img {
  display: block;
  width: 100%;
  height: auto;
}
#footer > div:first-child .g-col a .image {
  position: relative;
}
#footer > div:first-child .g-col a .image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footer > div:first-child .g-col a .image::after {
  content: "";
}
#footer > div:first-child .g-col a .image::after {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.25s;
}
#footer > div:first-child .g-col a:hover .image::after {
  opacity: 1;
}

#banner + .field--expandable-text-images > .inner {
  padding: clamp(1rem, 2.4vw, 2rem) clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem);
}

.section + .field--expandable-text-images > .inner {
  padding-top: 0 !important;
}

.block--expandable-text-image .image,
.block--expandable-text-images .image {
  margin-bottom: 2em;
  max-width: 26em;
}
.block--expandable-text-image .image img,
.block--expandable-text-images .image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.block--expandable-text-image .actions,
.block--expandable-text-images .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block--expandable-text-image:has(.image + .content) .content,
.block--expandable-text-images:has(.image + .content) .content {
  max-width: 30em;
}
.block--expandable-text-image .body,
.block--expandable-text-images .body {
  color: color-mix(in srgb, var(--c-text), transparent 30%);
  line-height: 1.5em;
}
.block--expandable-text-image .field--body,
.block--expandable-text-image .field--body-below,
.block--expandable-text-images .field--body,
.block--expandable-text-images .field--body-below {
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .block--expandable-text-image,
  .block--expandable-text-images {
    margin-left: clamp(-2rem, -2.4vw, -1rem);
    margin-right: clamp(-2rem, -2.4vw, -1rem);
  }
  .block--expandable-text-image,
  .block--expandable-text-images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block--expandable-text-image > div,
  .block--expandable-text-images > div {
    padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
  }
  .block--expandable-text-image .image,
  .block--expandable-text-images .image {
    margin-bottom: 0;
    max-width: 36em;
    flex-grow: 1;
    flex-basis: 0;
  }
  .block--expandable-text-image .content,
  .block--expandable-text-images .content {
    min-width: 40%;
  }
}

.field--expandable-text-images {
  background: var(--c-black);
  color: #fff;
}
.single-post .post-content .field--expandable-text-images {
  background: none;
  color: var(--c-text);
}
.field--expandable-text-images .field--body,
.field--expandable-text-images .field--body-below {
  color: rgba(255, 255, 255, 0.7);
}
.single-post .post-content .field--expandable-text-images .field--body,
.single-post .post-content .field--expandable-text-images .field--body-below {
  color: var(--c-text);
}
.single-post .post-content .field--body p:last-child {
  margin-bottom: 1.5em;
}
.field--expandable-text-images .toggle {
  color: #95c92d;
}

.block--expandable-text-images .image:has(.field + .field) {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.block--expandable-text-images .image:has(.field + .field) > div {
  width: 50%;
  padding: 10px;
  overflow: hidden;
}
.block--expandable-text-images .image:has(.field + .field) > div img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .block--expandable-text-images .image:has(.field + .field) > div:nth-child(odd) {
    transform: translateY(calc(-10% * var(--scroll-per)));
  }
  .block--expandable-text-images .image:has(.field + .field) > div:nth-child(even) {
    transform: translateY(calc(10% * var(--scroll-per)));
  }
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .block--expandable-text-images .image:has(.field + .field) {
    margin-left: -5px;
    margin-right: -5px;
  }
  .block--expandable-text-images .image:has(.field + .field) > .field-item {
    padding: 5px;
  }
}

.field--expandable-text-images:last-child > .inner {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem);
}

.block--expandable-text-images + .block--expandable-text-images,
.block--expandable-text-image + .block--expandable-text-image,
.block--expandable-text-images + .block--expandable-text-image,
.block--expandable-text-image + .block--expandable-text-images {
  margin-bottom: clamp(0rem, 0vw, 0rem);
  margin-top: clamp(4rem, 9.6vw, 8rem);
}

@media screen and (min-width: 768px) {
  .block--expandable-text-images:nth-child(odd) .image,
  .block--expandable-text-image:nth-child(odd) .image {
    order: 999;
  }
}
@media screen and (min-width: 1000px) {
  .block--expandable-text-images:nth-child(odd) .image,
  .block--expandable-text-image:nth-child(odd) .image {
    transform: translateX(80px);
    opacity: 0;
  }
  .block--expandable-text-images:nth-child(odd) .content,
  .block--expandable-text-image:nth-child(odd) .content {
    transform: translateX(-80px);
    opacity: 0;
  }
  .block--expandable-text-images:nth-child(odd).loaded .image,
  .block--expandable-text-images:nth-child(odd).loaded .content,
  .block--expandable-text-image:nth-child(odd).loaded .image,
  .block--expandable-text-image:nth-child(odd).loaded .content {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

@media screen and (min-width: 1000px) {
  .block--expandable-text-images:nth-child(even) .image,
  .block--expandable-text-image:nth-child(even) .image {
    transform: translateX(-80px);
    opacity: 0;
  }
  .block--expandable-text-images:nth-child(even) .content,
  .block--expandable-text-image:nth-child(even) .content {
    transform: translateX(80px);
    opacity: 0;
  }
  .block--expandable-text-images:nth-child(even).loaded .image,
  .block--expandable-text-images:nth-child(even).loaded .content,
  .block--expandable-text-image:nth-child(even).loaded .image,
  .block--expandable-text-image:nth-child(even).loaded .content {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

.single-post .post-content .field--expandable-text-images.section > .inner {
  padding: 0 !important;
}

.block--profiles .profiles {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.block--profiles .profiles {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.block--profiles .profiles .row {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem) clamp(0.5rem, 1.2vw, 1rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .block--profiles .profiles .row {
    width: 100%;
  }
  .block--profiles .profiles .row .block--profile {
    max-width: 22em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .block--profiles .profiles .row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block--profiles .profiles .row {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .block--profiles .profiles .row .block--profile {
    transform: translateY(80px);
    opacity: 0;
  }
  .block--profiles .profiles .row .block--profile.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .block--profiles .profiles .row:nth-child(3n+2) .block--profile {
    transition-delay: 0.25s;
  }
  .block--profiles .profiles .row:nth-child(3n+3) .block--profile {
    transition-delay: 0.5s;
  }
}
.block--profiles:nth-child(even) {
  background: #000;
  color: #fff;
}
.block--profiles:nth-child(even) .field--body {
  color: rgba(255, 255, 255, 0.7);
}

.block--profile {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.block--profile .content {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.block--profile img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.block--profile .content {
  margin-top: 1em;
}
.block--profile h3 {
  font-size: var(--font-size-h5);
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.block--profile .field--title {
  font-size: 1em;
  line-height: 1.2em;
}
.block--profile .field--body {
  font-size: var(--font-size-body-small);
  line-height: 1.5em;
  margin-top: 0.75em;
}
.block--profile .field--body-below {
  font-size: var(--font-size-body-small);
  line-height: 1.5em;
}
.block--profile .toggle {
  margin-top: 0;
}

.block--faqs--featured {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.block--faqs--featured .section-header h2 {
  color: #fff;
}
.block--faqs--featured .section-header .field--body {
  color: rgba(255, 255, 255, 0.7);
  max-width: 20em;
  margin-left: 0;
  margin-bottom: 1.5em;
}
.block--faqs--featured .field--button {
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block--faqs--featured .section-header .h2,
  .block--faqs--featured .section-header .field--body {
    margin-left: auto;
    margin-right: auto;
  }
  .block--faqs--featured .section-header .field--button {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .block--faqs--featured > .inner {
    display: flex;
  }
  .block--faqs--featured .section-header {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .block--faqs--featured .section-header {
    width: 40%;
  }
  .block--faqs--featured .field--faqs {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .block--faqs--featured .field--faqs > .field-items > .field-item .block--faq {
    transform: translateX(80px);
    opacity: 0;
  }
  .block--faqs--featured .field--faqs > .field-items > .field-item .block--faq.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

.section + .block--faqs--featured > .inner {
  padding-top: 0;
}

.block--faq button.toggle {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0rem 0 0rem 1.5rem;
  background: #74972f;
  color: #fff;
  text-align: left;
  transition: all 0.25s;
  z-index: 200;
  font-weight: 500;
}
.block--faq button.toggle span {
  transition-delay: 0s !important;
}
.block--faq button.toggle .left {
  display: flex;
  flex-grow: 1;
}
.block--faq button.toggle span.t {
  display: block;
  position: relative;
  line-height: 1.2em;
  white-space: initial;
  padding: 1.75rem 0;
  padding-right: 1.5rem;
}
.block--faq button.toggle span.t span.w {
  transition: all 0.25s;
}
.block--faq button.toggle span.i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  color: #2d3b12;
  position: relative;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  flex-grow: 0;
}
.block--faq button.toggle span.i svg {
  display: block;
  width: 2em;
  height: auto;
  transition: all 0.25s;
}
.block--faq button.toggle:hover {
  background: #40531c;
  opacity: 1;
}
.block--faq.open button.toggle::before {
  opacity: 0;
}
.block--faq.open button.toggle span.i svg {
  transform: rotate(90deg);
}
.block--faq .field--body > div {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.block--faq .field--body > div {
  background: #40531c;
  color: #fff !important;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.block--faq .field--body > div > div {
  padding-top: 0.75rem;
}
.block--faq .field--body > div a {
  color: var(--c-brand-primary);
}
.block--faq .field--body > div a:hover {
  opacity: 0.5;
}

.block--logos .logos {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.block--logos .logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-content: center;  
}
.block--logos .logos .row {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem) clamp(0.5rem, 1.2vw, 1rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .block--logos .logos .row {
    width: 100%;
  }
  .block--logos .logos .row .block--logo {
    max-width: 20em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .block--logos .logos .row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block--logos .logos .row {
    width: 33%;
  }
}
@media screen and (min-width: 1000px) {
  .block--logos .logos .row .block--logo {
    transform: translateY(80px);
    opacity: 0;
  }
  .block--logos .logos .row .block--logo.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .block--logos .logos .row:nth-child(3n+2) .block--logo.loaded {
    transition-delay: 0.25s;
  }
  .block--logos .logos .row:nth-child(3n+3) .block--logo.loaded {
    transition-delay: 0.5s;
  }
}
.block--logos .field--disclaimer {
  font-size: var(--font-size-body-small);
  line-height: 1.5em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}
.block--logos .block--logo {
  max-width: 14em;
  margin: auto;
}
.block--logos .block--logo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.block--logos .block--logo h3 {
  font-weight: 700;
  margin-top: 0.25em;
}
.block--logos .block--logo .field--title {
  margin: 0.2em 0;
}
.block--logos:last-child > .inner {
  padding-bottom: 0;
}

.block--posts--carousel {
  background: #000;
}
.block--posts--carousel > .inner {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.block--posts--carousel .slide {
  display: flex;
  flex-shrink: 0;
}
.block--posts--carousel .slide .section-header {
  padding: clamp(2rem, 4.8vw, 4rem);
}
.block--posts--carousel .slide .section-header {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0;
}
.block--posts--carousel .slide .section-header h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.block--posts--carousel .slide .section-header .actions {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
}
.block--posts--carousel .slide .section-header .actions a {
  color: #78a147;
}
.block--posts--carousel .slide .section-header .actions a:hover {
  color: #78a147;
  opacity: 0.5;
}
.block--posts--carousel .slide > div,
.block--posts--carousel .slide .posts {
  display: flex;
  flex-shrink: 0;
}
.block--posts--carousel .post {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
.block--posts--carousel .post {
  width: clamp(20em, 33vw, 40em);
}
.block--posts--carousel .post .content {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.block--posts--carousel .post h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2em;
}
@media screen and (min-width: 0) and (max-width: 1599px) {
  .block--posts--carousel .post h3 {
    font-size: var(--font-size-h4);
  }
}
.block--posts--carousel .section-header {
  text-align: left !important;
  background: var(--c-black);
  color: #fff;
}
.block--posts--carousel .section-header .h2 {
  max-width: 6em;
  margin-left: 0 !important;
}
.block--posts--carousel .section-header .field--body {
  max-width: 16em;
}
.block--posts--carousel .section-header a.icon-button {
  margin-top: 1em;
}

.scroll-track:has(.block--posts--carousel) {
  height: clamp(100vh, 40vh * var(--num-rows), 400vh);
}
.scroll-track:has(.block--posts--carousel) .block--posts--carousel {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scroll-track:has(.block--posts--carousel) .block--posts--carousel .slide {
  display: flex;
  max-height: 80vh;
}
.scroll-track:has(.block--posts--carousel) .block--posts--carousel .slide > div {
  flex-shrink: 0;
  transform: translateX(clamp(-100% + var(--el-width), (-100% + var(--el-width)) * var(--scroll-per), 0%));
}

.block--posts--carousel {
  display: none;
}

.block--posts--page,
#more-posts {
  background: #000;
  color: #fff;
}
.block--posts--page .posts,
#more-posts .posts {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.block--posts--page .posts,
#more-posts .posts {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.block--posts--page .posts .post,
#more-posts .posts .post {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .block--posts--page .posts .post,
  #more-posts .posts .post {
    width: 100%;
  }
  .block--posts--page .posts .post a,
  #more-posts .posts .post a {
    max-width: 22em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .block--posts--page .posts .post,
  #more-posts .posts .post {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block--posts--page .posts .post,
  #more-posts .posts .post {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .block--posts--page .posts .post,
  #more-posts .posts .post {
    transform: translateY(80px);
    opacity: 0;
  }
  .block--posts--page .posts .post.loaded,
  #more-posts .posts .post.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .block--posts--page .posts .post.loaded:nth-child(3n+2),
  #more-posts .posts .post.loaded:nth-child(3n+2) {
    transition-delay: 0.25s;
  }
  .block--posts--page .posts .post.loaded:nth-child(3n+3),
  #more-posts .posts .post.loaded:nth-child(3n+3) {
    transition-delay: 0.5s;
  }
}

#more-posts .section-header .field--button a.button,
#more-projects .section-header .field--button a.button {
  background: #75a01e;
  color: #fff;
  border-radius: 0.25rem;
}
#more-posts .section-header .field--button a.button:hover,
#more-projects .section-header .field--button a.button:hover {
  color: #9eaf7c;
  background: #24300c;
}

.block--boxed-two-col {
  background: var(--c-black);
}
.block--boxed-two-col .columns {
  padding: clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem);
}
.block--boxed-two-col .columns {
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-flow: row wrap;
}
.block--boxed-two-col .columns .column {
  padding: clamp(1.5rem, 3.6vw, 3rem) clamp(1.5rem, 3.6vw, 3rem) clamp(1.5rem, 3.6vw, 3rem) clamp(1.5rem, 3.6vw, 3rem);
}
.block--boxed-two-col .columns .column > div {
  max-width: 20em;
  margin: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block--boxed-two-col .columns .column {
    width: 100%;
  }
  .block--boxed-two-col .columns .column:first-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .block--boxed-two-col .columns .column {
    width: 50%;
  }
  .block--boxed-two-col .columns .column:first-child {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.block--boxed-two-col .field--body {
  font-size: var(--font-size-body-small);
  line-height: 1.5em;
}
.block--boxed-two-col .field--body h2 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.block--boxed-two-col .field--body h2:not(:first-child) {
  margin-top: 1.5em;
}

.section + .block--boxed-two-col > .inner {
  padding-top: 0;
}

.block--files--featured {
  background: #000;
  color: #fff;
}
.block--files--featured .section-header .field--body {
  max-width: 20em;
  margin-left: 0;
  margin-bottom: 1.5em;
  color: rgba(255, 255, 255, 0.7);
}
.block--files--featured .field--button {
  display: flex;
}
.block--files--featured .field--files > .field-items > .field-item:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block--files--featured .section-header .h2,
  .block--files--featured .section-header .field--body {
    margin-left: auto;
    margin-right: auto;
  }
  .block--files--featured .section-header .field--button {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .block--files--featured > .inner {
    display: flex;
  }
  .block--files--featured .section-header {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .block--files--featured .section-header {
    width: 40%;
  }
  .block--files--featured .field--files {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .block--files--featured .field--files > .field-items > .field-item .block {
    transform: translateX(80px);
    opacity: 0;
  }
  .block--files--featured .field--files > .field-items > .field-item .block.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}

.section + .block--files--featured > .inner {
  padding-top: 0;
}

.block--resources--page {
  background: #000;
  color: #fff;
}
.block--resources--page {
  overflow: initial !important;
  position: relative;
  transition: all 1s var(--ease-cubic);
}
.block--resources--page .sections > .field--resources-categories > .field-items > .field-item:not(:last-child) {
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem);
}
.block--resources--page .sections > .field--resources-categories > .field-items > .field-item:not(:last-child) {
  margin-bottom: clamp(2rem, 4.8vw, 4rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}
.block--resources--page .sections > .field--resources-categories > .field-items > .field-item:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.block--resources--page .sections > .field--resources-categories > .field-items .h3 {
  margin-bottom: 1em;
  font-weight: 300;
}
.block--resources--page .field--name-field-p > .field-items > .field-item {
  margin-bottom: 1em;
}
.block--resources--page .jump-menu-section {
  scroll-margin-top: 25vh;
}
@media screen and (min-width: 768px) {
  .block--resources--page > .inner {
    display: flex;
    justify-content: space-between;
  }
  .block--resources--page > .inner #sidebar {
    padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .block--resources--page > .inner #sidebar {
    width: 35%;
    max-width: 24em;
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s var(--ease-cubic);
  }
  .block--resources--page > .inner #sidebar > div,
  .block--resources--page > .inner #sidebar > nav {
    top: 2rem;
    transition: all 0.5s;
  }
  .scrolling-up .block--resources--page > .inner #sidebar > div,
  .scrolling-up .block--resources--page > .inner #sidebar > nav {
    top: 5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .scrolling-up .block--resources--page > .inner #sidebar > div,
  .scrolling-up .block--resources--page > .inner #sidebar > nav {
    top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .block--resources--page > .inner #sidebar.stuck > div,
  .block--resources--page > .inner #sidebar.stuck > nav {
    position: fixed;
    width: var(--el-width);
  }
  .block--resources--page > .inner .sections {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
  }
  .block--resources--page > .inner .sections {
    width: 65%;
    transform: translateX(80px);
    opacity: 0;
  }
  .block--resources--page.loaded > .inner #sidebar,
  .block--resources--page.loaded > .inner .sections {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
}
.block--resources--page {
  color: #fff;
}
.block--resources--page #sidebar nav ul a {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  color: #a7f40b;
}
.block--resources--page #sidebar nav ul a span::before {
  border-color: #fff !important;
}
.block--resources--page #sidebar nav ul li:last-child a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.block--resources--page #sidebar .text-box .field--body {
  color: #fff;
}
.block--resources--page #sidebar .text-box .field--body p {
  color: rgba(255, 255, 255, 0.7);
}
.block--resources--page #sidebar .icon-button {
  background: #fff;
  color: var(--c-black);
}
.block--resources--page #sidebar .icon-button span.i {
  background: var(--c-black);
  color: #fff;
}
.block--resources--page .sections > .field--resources-categories > .field-items > .field-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1);
}

/* #banner + .block--resources--page > .inner {
  padding-top: 0;
} */

.image-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.image-carousel .field--image {
  border-radius: 0.25rem;
  border-radius: 5px;
}
.image-carousel .slides {
  border-radius: 0.25rem;
}
.image-carousel .slides a {
  display: block;
  position: realtive;
}
.image-carousel .slides a .icon {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2.5em;
  height: 2.5em;
  background: var(--c-brand-primary);
  border-radius: 50%;
  color: var(--c-black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.image-carousel .slides a .icon svg {
  display: block;
  width: 40%;
  height: auto;
}
.image-carousel .slides a:hover .icon {
  background: #24300c;
  color: #9eaf7c;
}
.image-carousel .thumbs {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: row wrap;
  padding-top: 5px;
}
.image-carousel .thumbs .icon {
  display: none;
}
.image-carousel .thumbs .swiper-pagination-bullet {
  padding: 5px;
  width: 33.3333333333%;
}
@media screen and (min-width: 640px) {
  .image-carousel .thumbs .swiper-pagination-bullet {
    width: 20%;
  }
}
.image-carousel .thumbs .swiper-pagination-bullet div {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}
.image-carousel .thumbs .swiper-pagination-bullet div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
}
.image-carousel .thumbs .swiper-pagination-bullet div img {
  transition: all 0.5s;
  border-radius: 0.25rem;
}
.image-carousel .thumbs .swiper-pagination-bullet div:hover img {
  transform: scale(1.1, 1.1);
}
.image-carousel .thumbs .swiper-pagination-bullet div:hover::after {
  opacity: 1;
}