@charset "UTF-8";

/**
	Converts pixel value to em value

	- $size: Value with or without px unit, e.g. em(20) or em(20px)
	- $base-size: Pixel value. $base-font-size is default.
 */
.Icon-arrow-left-dims {
	width: 21px;
	height: 14px;
}

.Icon-arrow-right-dims {
	width: 21px;
	height: 14px;
}

.Icon-envelope-dims {
	width: 24px;
	height: 24px;
}

.Icon-facebook-dims {
	width: 24px;
	height: 24px;
}

.Icon-link-dims {
	width: 24px;
	height: 24px;
}

.Icon-linkedin-dims {
	width: 24px;
	height: 24px;
}

.Icon-location-dims {
	width: 24px;
	height: 24px;
}

.Icon-phone-dims {
	width: 24px;
	height: 24px;
}

.Icon-print-dims {
	width: 24px;
	height: 24px;
}

.Icon-search-dims {
	width: 19px;
	height: 20px;
}

.Icon-share-dims {
	width: 24px;
	height: 24px;
}

.Icon-twitter-dims {
	width: 24px;
	height: 24px;
}

.Icon-xing-dims {
	width: 20px;
	height: 20px;
}

:root {
	--grid-gap: 3.125rem;
	--col-width: calc((1340px - var(--grid-gap) * 11) / 12);
	--grid-width: calc((100vw - (2 * var(--site-margin))) / 12);
}

@media (max-width: 750px) {
	:root {
		--grid-gap: 20px;
	}
}

@media (min-width: 1441px) {
	:root {
		--grid-width: 111.6666666667px;
	}
}

/**
	Converts pixel value to em value

	- $size: Value with or without px unit, e.g. em(20) or em(20px)
	- $base-size: Pixel value. $base-font-size is default.
 */
/**
 * Hide only visually, but have it available for screen readers:
 * See http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* stylelint-disable */
* {
	font: inherit;
	color: inherit;
	line-height: inherit;
	text-decoration: inherit;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	color: #000;
	background: #fff;
}

figure {
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-left: 0;
	margin-right: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

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

fieldset,
img {
	border: 0;
}

del,
ins {
	-webkit-text-decoration: none;
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-feature-settings: normal;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

iframe {
	border: 0;
}

legend {
	color: inherit;
}

button,
input[type=button],
input[type=submit] {
	background: transparent;
	-webkit-appearance: button;
	cursor: pointer;
	border-radius: 0;
	border: 0;
}

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

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

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

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

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* stylelint-enable */
/* stylelint-disable */
* {
	font: inherit;
	color: inherit;
	line-height: inherit;
	text-decoration: inherit;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	color: #000;
	background: #fff;
}

figure {
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-left: 0;
	margin-right: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

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

fieldset,
img {
	border: 0;
}

del,
ins {
	-webkit-text-decoration: none;
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-feature-settings: normal;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

iframe {
	border: 0;
}

legend {
	color: inherit;
}

button,
input[type=button],
input[type=submit] {
	background: transparent;
	-webkit-appearance: button;
	cursor: pointer;
	border-radius: 0;
	border: 0;
}

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

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

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

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

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* stylelint-enable */
html {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	/* font-size: base; */
	font-size: 10px;
}

@media (min-width: 400px) {
	html {
		font-size: calc(0.5769230769vw + 7.6923076923px);
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 16px;
	}
}

:root {
	--screenheight: 100vh;
	--screenheightLazy: 100vh;
	--scrollbar-width: 0px;
}

body {
	font-family: "Roboto", Helvetica, sans-serif;
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	line-height: 1.6;
	color: #232222;
	overflow-x: hidden;
	width: 100%;
	min-height: 100vh;
	min-height: var(--screenheightLazy);
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	background-color: var(--page-background);
	color: var(--page-text);
}

@media (min-width: 400px) {
	body {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	body {
		font-size: 18px;
	}
}

body main {
	flex: 1 1 auto;
}

/* stylelint-disable selector-no-vendor-prefix */

::selection {
	text-shadow: none;
	background: #7AB800;
	color: #ffffff;
}

html {
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
}

body {
	padding: 6px 0;
}

body>header:before,
body>footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 6px;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	background-position-x: 100%;
	background-size: 200%;
	animation: page-border-animation 10s linear 0s infinite;
}

body>header:before {
	top: -6px;
}

/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable */
body,
input,
select,
button,
textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	width: 100%;
	display: block;
}

a:active {
	outline: none;
}

*:focus {
	outline: none;
}

abbr {
	border-bottom: 1px dotted gray;
}

p sup {
	position: relative;
	top: -0.75ex;
}

p sub {
	position: relative;
	top: 0.5ex;
}

a,
button {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

/* stylelint-disable */
/* prettier-ignore */
#FlyingFocus {
	position: absolute;
	margin: 0;
	top: -100px;
	background: transparent;
	transition-property: left, top, width, height, opacity;
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	display: none;
}

#FlyingFocus.FlyingFocus-visible {
	visibility: visible;
	z-index: 10000000;
	display: block;
}

#FlyingFocus:after {
	content: "";
	position: absolute;
	top: -19px;
	left: -19px;
	bottom: -19px;
	right: -19px;
	border-radius: 13px;
	box-shadow: 0 0 54px 0px rgba(0, 0, 0, 0.2), 0 0 2px 2px rgba(0, 10, 20, 0.1);
	border: 1px solid rgba(42, 113, 184, 0.75);
}

#FlyingFocus:before {
	content: "";
	position: absolute;
	top: -18px;
	left: -18px;
	bottom: -18px;
	right: -18px;
	border-radius: 13px;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.9) inset;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.visuallyhidden {
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}

@font-face {
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
	font-family: 'Roboto Condensed';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'), url('../fonts/RobotoCondensed-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-SemiBold.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
		url('../fonts/Roboto-SemiBold.woff') format('woff'), ;
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: "Literata";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Literata-Regular.woff2") format("woff2"), url("../fonts/Literata-Regular.woff") format("woff");
}

.Icon {
	height: 2rem;
	width: 2rem;
	display: inline-block;
	position: relative;
	font-size: 100%;
}

.Icon>svg {
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: visible;
}

@supports (display: inline-flex) {
	.Icon>svg {
		position: relative;
		top: 0;
		transform: none;
	}
}

@supports (display: inline-flex) {

	.Icon,
	.Icon:not(.inline) {
		display: inline-flex;
		align-items: center;
	}

	.Icon>svg {
		position: relative;
		top: 0;
		transform: none;
	}
}

.Icon.x-large {
	height: 6rem;
	width: 6rem;
}

.Icon.large {
	height: 3rem;
	width: 3rem;
}

.Icon.small {
	height: 16px;
	width: 16px;
}

.Icon>svg {
	display: block;
	width: 100%;
	height: 100%;
	stroke: currentColor;
}

.Icon.black {
	color: #000000;
}

.Icon.white {
	color: #ffffff;
}

.Icon:not(.inline).circle {
	background: #ffffff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding: 20px;
}

.Icon.inline {
	display: inline-block;
	min-height: 1ex;
	letter-spacing: -1ex;
	-webkit-text-decoration: none;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	margin-top: -3px;
}

.Icon.inline.before {
	margin-right: 10px;
}

.Icon.inline.after {
	margin-left: 10px;
	margin-top: -2px;
}

.Icon.inline:before {
	content: "";
}

html.cssreflections .Icon.inline:before {
	content: " ";
	letter-spacing: -1ex;
}

.Icon:not(.inline) {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	letter-spacing: -1ex;
	text-indent: -9999px;
	-webkit-text-decoration: none;
	text-decoration: none;
	line-height: 1;
	border: none;
	outline: none;
}

@media screen and (-ms-high-contrast: active) {
	.Icon>svg {
		stroke: green;
	}
}

.Icon {
	font-size: 10px;
}

[data-icon=close] {
	height: 2em;
	width: 2em;
}

[data-icon=close]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(-45deg);
	top: 50%;
	left: 50%;
}

[data-icon=close]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
}

[data-icon=remove] {
	height: 1em;
	width: 1em;
}

[data-icon=remove]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 1.6em;
	margin: -1px -0.8em;
	border-top: 1px solid;
	transform: rotate(-45deg);
	transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
	top: 50%;
	left: 50%;
}

[data-icon=remove]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 1.6em;
	margin: -1px -0.8em;
	border-top: 1px solid;
	transform: rotate(45deg);
	transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	top: 50%;
	left: 50%;
}

[data-icon=plus] {
	height: 1em;
	width: 1em;
}

[data-icon=plus]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 1em;
	border-top: 2px solid;
	transform: translate(-0.5em, -1px);
	top: 50%;
	left: 50%;
}

[data-icon=plus]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	height: 1em;
	border-left: 2px solid;
	transform: translate(-1px, -0.5em);
	top: 50%;
	left: 50%;
}

[data-icon=minus] {
	height: 1em;
	width: 1em;
}

[data-icon=minus]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 1em;
	border-top: 2px solid;
	transform: translate(-0.5em, -1px);
	top: 50%;
	left: 50%;
}

[data-icon=minus]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=right]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: scaleX(0.9) rotate(0) translateX(50%) rotate(135deg);
	top: 50%;
	left: 50%;
}

[data-icon=right]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=left]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: scaleX(0.9) rotate(180deg) translateX(50%) rotate(135deg);
	top: 50%;
	left: 50%;
}

[data-icon=left]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=down]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: scaleY(0.9) rotate(90deg) translateX(50%) rotate(135deg);
	top: 50%;
	left: 50%;
}

[data-icon=down]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=up]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: scaleY(0.9) rotate(-90deg) translateX(50%) rotate(135deg);
	top: 50%;
	left: 50%;
}

[data-icon=up]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=play] {
	width: 2em;
	height: 2em;
}

[data-icon=play]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	margin-top: -1em;
	margin-left: -0.65em;
	width: 0;
	height: 0;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-left: 1.5em solid currentColor;
	top: 50%;
	left: 50%;
}

[data-icon=play]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=checkmark] {
	width: 1em;
	height: 1em;
}

[data-icon=checkmark]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*rtl:begin:ignore*/
	width: 0.9em;
	height: 0.4em;
	margin-left: -0.45em;
	margin-top: -0.3em;
	border-color: currentColor;
	border-width: 2px;
	border-style: none none solid solid;
	transform: rotate(-45deg);
	/*rtl:end:ignore*/
	top: 50%;
	left: 50%;
}

[data-icon=checkmark]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
	top: 50%;
	left: 50%;
}

[data-icon=burger] {
	width: 3em;
	height: 3em;
}

[data-icon=burger]:after {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	width: 3em;
	margin-top: calc(-0.3em - 2px);
	margin-left: -1.5em;
	border-top: 2px solid currentColor;
	top: 50%;
	left: 50%;
}

[data-icon=burger]:before {
	content: "";
	position: absolute;
	font-size: inherit;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 3em;
	margin-top: 0.3em;
	margin-left: -1.5em;
	border-top: 2px solid currentColor;
	top: 50%;
	left: 50%;
}

.large[data-icon] {
	font-size: 22px;
}

.richtext table {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

@media (min-width: 400px) {
	.richtext table {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.richtext table {
		font-size: 18px;
	}
}

.richtext table th,
.richtext table td {
	padding: 1em 0.4em;
	border-bottom: 1px solid #545860;
}

@media (max-width: 750px) {

	.richtext table th,
	.richtext table td {
		padding-top: 10;
		padding-bottom: 10;
	}
}

.richtext table th[align=right],
.richtext table td[align=right] {
	text-align: right;
}

.richtext table th[align=center],
.richtext table td[align=center] {
	text-align: center;
}

.richtext table th[valign=top],
.richtext table td[valign=top] {
	vertical-align: top;
}

.richtext table th[valign=middle],
.richtext table td[valign=middle] {
	vertical-align: middle;
}

.richtext table th[valign=bottom],
.richtext table td[valign=bottom] {
	vertical-align: bottom;
}

.richtext table th {
	font-weight: 600;
}

.richtext table tbody>tr:first-child>th,
.richtext table tbody>tr:first-child>td {
	border-top: 2px solid #545860;
}

.richtext p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.richtext ul:not([class]) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.richtext ul:not([class])>li {
	position: relative;
	padding-left: 2em;
	position: relative;
	list-style-type: none;
	margin-bottom: 1.5ex;
}

.richtext ul:not([class])>li:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 2em;
	color: #7AB800;
}

.richtext ul:not([class])>li:before {
	top: 0.75em;
	left: 0.5em;
	width: 1ex;
	height: 1ex;
	transform: translateY(-50%);
	background-color: #7AB800;
	border-radius: 100%;
}

.richtext ol:not([class]) {
	display: block;
	counter-reset: ol--counter;
	/*html*/
	margin-top: 2em;
	margin-bottom: 2em;
}

.richtext ol:not([class])>li {
	position: relative;
	padding-left: 2em;
	position: relative;
	list-style-type: none;
	margin-bottom: 1.5ex;
}

.richtext ol:not([class])>li:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 2em;
	color: #7AB800;
}

.richtext ol:not([class])>li:before {
	font-weight: 600;
	counter-increment: ol--counter;
	content: counter(ol--counter) ".";
	text-align: center;
}

.ie .richtext ol:not([class])>li {
	list-style: decimal inside none;
}

.richtext img {
	max-width: 100%;
}

.richtext i:not([class]) {
	font-style: italic;
}

.richtext b,
.richtext strong {
	font-weight: bold;
}

.richtext small {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 400px) {
	.richtext small {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.richtext small {
		font-size: 14px;
	}
}

.richtext a:not([class]) {
	color: #7AB800;
	background: linear-gradient(90deg, transparent 0%, #7AB800 0%, #7AB800 100%, transparent 100%);
	background-size: 0% 2px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding: 0.15em 0;
	transition: all 0.2s ease-in-out;
}

@media (hover: hover) {
	.richtext a:not([class]):hover {
		background-size: 99% 2px;
	}

	.richtext a:not([class]):focus {
		background-size: 99% 2px;
	}
}

.richtext>*:first-child {
	margin-top: 0 !important;
}

.richtext>*:last-child {
	margin-bottom: 0 !important;
}

.t-nowrap {
	white-space: nowrap;
}

.t-hyphenate {
	-webkit-hyphens: auto;
	hyphens: auto;
}

.t-base {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	line-height: 1.6;
	color: #232222;
}

@media (min-width: 400px) {
	.t-base {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.t-base {
		font-size: 18px;
	}
}

.t-base {
	/* font-size: base; */
	font-size: 10px;
}

@media (min-width: 400px) {
	.t-base {
		font-size: calc(0.5769230769vw + 7.6923076923px);
	}
}

@media (min-width: 1440px) {
	.t-base {
		font-size: 16px;
	}
}

.t-h0 {
	/* font-size: h0; */
	font-size: 90px;
}

@media (min-width: 400px) {
	.t-h0 {
		font-size: calc(4.8076923077vw + 70.7692307692px);
	}
}

@media (min-width: 1440px) {
	.t-h0 {
		font-size: 140px;
	}
}

.t-lead {
	/* font-size: lead; */
	font-size: 22px;
}

@media (min-width: 400px) {
	.t-lead {
		font-size: calc(0.5769230769vw + 19.6923076923px);
	}
}

@media (min-width: 1440px) {
	.t-lead {
		font-size: 28px;
	}
}

.t-l {
	/* font-size: l; */
	font-size: 24px;
}

@media (min-width: 400px) {
	.t-l {
		font-size: calc(0vw + 24px);
	}
}

@media (min-width: 1440px) {
	.t-l {
		font-size: 24px;
	}
}

.t-m {
	/* font-size: m; */
	font-size: 18px;
}

@media (min-width: 400px) {
	.t-m {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.t-m {
		font-size: 18px;
	}
}

.t-s {
	/* font-size: s; */
	font-size: 14px;
}

@media (min-width: 400px) {
	.t-s {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.t-s {
		font-size: 14px;
	}
}

.t-xs {
	/* font-size: xs; */
	font-size: 12px;
}

@media (min-width: 400px) {
	.t-xs {
		font-size: calc(0vw + 12px);
	}
}

@media (min-width: 1440px) {
	.t-xs {
		font-size: 12px;
	}
}

.t-quote {
	/* font-size: quote; */
	font-size: 20px;
}

@media (min-width: 400px) {
	.t-quote {
		font-size: calc(1.9230769231vw + 12.3076923077px);
	}
}

@media (min-width: 1440px) {
	.t-quote {
		font-size: 40px;
	}
}

.t-h1 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h1; */
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
}

@media (min-width: 400px) {
	.t-h1 {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (min-width: 1440px) {
	.t-h1 {
		font-size: 90px;
	}
}

@media (max-width: 1440px) {
	.t-h1 {
		font-size: 70px;
	}
}

@media (max-width: 1150px) {
	.t-h1 {
		font-size: 50px;
	}
}

.t-h2 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

@media (min-width: 400px) {
	.t-h2 {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.t-h2 {
		font-size: 50px;
	}
}

.t-h3 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 400px) {
	.t-h3 {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.t-h3 {
		font-size: 26px;
	}
}

.t-h4 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h4; */
	font-size: 12px;
	line-height: 1.2;
}

@media (min-width: 400px) {
	.t-h4 {
		font-size: calc(0.5769230769vw + 9.6923076923px);
	}
}

@media (min-width: 1440px) {
	.t-h4 {
		font-size: 18px;
	}
}

.t-h5 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (min-width: 400px) {
	.t-h5 {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.t-h5 {
		font-size: 14px;
	}
}

:root {
	--c-white: #ffffff;
	--c-black: #000000;
	--c-grey-lighter: #C5C7C9;
	--c-grey-medium: #545860;
	--c-grey-dark: #232222;
	--c-grey-ui: #DEDDDB;
	--c-grey-background: #F8F7F5;
	--page-background: #ffffff;
	--page-text: #232222;
}

.theme-dark {
	--c-white: #000000;
	--c-black: #ffffff;
	--c-grey-lighter: #545860;
	--c-grey-medium: #C5C7C9;
	--c-grey-dark: #ffffff;
	--c-grey-ui: rgba(84, 88, 96, 0.5);
	--c-grey-background: #000000;
	--page-background: #000000;
	--page-text: #ffffff;
}

.color-grey-medium {
	color: #545860;
	color: var(--c-grey-medium);
}

.color-grey-dark {
	color: #232222;
	color: var(--c-grey-dark);
}

.color-green {
	color: #7AB800;
}

html.js .is-hidden-js {
	display: none !important;
}

html.no-js .is-visible-js {
	display: none !important;
}

@media (min-width: 1151px) {
	.is-hidden-desktop {
		display: none !important;
	}

	.is-visible-tablet {
		display: none !important;
	}
}

@media (max-width: 1150px) {
	.is-visible-desktop {
		display: none !important;
	}

	.is-hidden-tablet {
		display: none !important;
	}
}

@media (min-width: 901px) {
	.is-visible-tablet-portrait {
		display: none !important;
	}
}

@media (max-width: 900px) {
	.is-hidden-tablet-portrait {
		display: none !important;
	}
}

@media (min-width: 751px) {
	.is-visible-mobile {
		display: none !important;
	}
}

@media (max-width: 750px) {
	.is-hidden-mobile {
		display: none !important;
	}
	.HeroImage.no-image-mobile {
        margin-bottom: 2.5rem;
	}
}

@media (min-width: 401px) {
	.is-visible-mobile-portrait {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.is-hidden-mobile-portrait {
		display: none !important;
	}
}

@media only screen {
	.is-visible-print {
		display: none !important;
	}
}

@media print {
	.is-hidden-print {
		display: none !important;
	}
}

body:after {
	display: none;
	content: "desktop";
}

@media (max-width: 1150px) {
	body:after {
		content: "tablet";
	}
}

@media (max-width: 900px) {
	body:after {
		content: "tablet-portrait";
	}
}

@media (max-width: 750px) {
	body:after {
		content: "mobile";
	}
}

@media (max-width: 400px) {
	body:after {
		content: "mobile-portrait";
	}
}

.media-dispatcher-fallback {
	display: none;
	margin-bottom: 0px;
}

@media (max-width: 1150px) {
	.media-dispatcher-fallback {
		margin-bottom: 1px;
	}
}

@media (max-width: 900px) {
	.media-dispatcher-fallback {
		margin-bottom: 2px;
	}
}

@media (max-width: 750px) {
	.media-dispatcher-fallback {
		margin-bottom: 3px;
	}
}

@media (max-width: 400px) {
	.media-dispatcher-fallback {
		margin-bottom: 4px;
	}
}

body:before {
	display: none;
	content: "";
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	body:before {
		content: "retina";
	}
}

.Button {
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
	min-width: 60px;
	padding: 5px 30px;
	padding: 0.3125rem 1.875rem;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-size: 200%;
	background-position-x: 100%;
	transition: all 250ms ease-in-out;
}

@media (hover: hover) {

	.Button[href]:hover:not([disabled]),
	.Button[type]:hover:not([disabled]) {
		background-position-x: 0%;
	}

	.Button[href]:focus:not([disabled]),
	.Button[type]:focus:not([disabled]) {
		background-position-x: 0%;
	}
}

@media (hover: hover) {

	[href]:hover .Button:not([disabled]),
	[type]:hover .Button:not([disabled]) {
		background-position-x: 0%;
	}

	[href]:focus .Button:not([disabled]),
	[type]:focus .Button:not([disabled]) {
		background-position-x: 0%;
	}
}

.Button[disabled] {
	opacity: 0.5;
}

.Button.large {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 50px;
	padding: 0.9375rem 3.125rem;
	min-height: 132px;
	min-width: 132px;
	justify-content: space-between;
}

@media (min-width: 400px) {
	.Button.large {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.Button.large {
		font-size: 26px;
	}
}

@media (max-width: 750px) {
	.Button.large {
		min-height: 84px;
		min-width: 84px;
	}
}

.Button.large .Icon {
	width: 3rem;
	height: 3rem;
}

.Button.small {
	font-size: 14px;
	padding: 8px 15px;
	min-height: 40px;
	min-width: 40px;
}

.Button.secondary {
	color: #7AB800;
	border: 1px solid #7AB800;
	background: #ffffff;
	background: var(--c-white);
}

@media (hover: hover) {
	.Button.secondary:hover:not([disabled]) {
		color: #006443;
		border-color: #006443;
		background: #ffffff;
		background: var(--c-white);
	}

	.Button.secondary:focus:not([disabled]) {
		color: #006443;
		border-color: #006443;
		background: #ffffff;
		background: var(--c-white);
	}
}

.Button.hasIcon {
	text-align: left;
}

.Button.hasIcon .Icon {
	display: inline-flex;
	justify-content: center;
}

.Button.hasIcon-before .Icon {
	margin-right: 1em;
	order: -1;
}

.Button.hasIcon-after .Icon {
	margin-left: 1em;
}

.Button.hasIcon-only {
	min-width: 48px;
	min-height: 48px;
	border-radius: 100%;
	padding: 0;
}

.Link {
	color: #7AB800;
	background: linear-gradient(90deg, transparent 0%, #7AB800 0%, #7AB800 100%, transparent 100%);
	background-size: 0% 2px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding: 0.15em 0;
	transition: all 0.2s ease-in-out;
	color: #545860;
	color: var(--c-grey-medium);
	padding: calc((32px - 1em) / 2) 0;
	cursor: pointer;
}

@media (hover: hover) {
	.Link:hover {
		background-size: 99% 2px;
	}

	.Link:focus {
		background-size: 99% 2px;
	}
}

@media (hover: hover) {
	.Link:hover {
		color: #232222;
		color: var(--c-grey-dark);
	}

	.Link:focus {
		color: #232222;
		color: var(--c-grey-dark);
	}
}

.Overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.theme-dark .Overlay {
	background-color: rgba(255, 255, 255, 0.33);
}

.Overlay .Overlay--inner {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out 0.2s;
}

.Overlay[data-hidden=false] {
	opacity: 1;
	visibility: visible;
}

.Overlay[data-hidden=false] .Overlay--inner {
	opacity: 1;
	visibility: visible;
}

html.Header-overlayIsOpen {
	overflow: hidden;
}

.Overlay--inner {
	position: relative;
	max-width: min(650px, 90%);
	max-height: 90%;
	overflow: auto;
	background: #ffffff;
	background: var(--c-white);
	padding: 20px 30px;
	pointer-events: auto;
}

@media (max-width: 750px) {
	.Overlay--inner {
		height: 100%;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		padding-left: max(50px, (100vw - 0px - 1340px) * 0.5);
		padding-left: var(--site-margin);
		padding-right: max(50px, (100vw - 0px - 1340px) * 0.5);
		padding-right: var(--site-margin);
	}
}

.Overlay--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #7AB800;
	background: radial-gradient(circle, #7AB800 0%, #006443 300%);
	background-position: -300px -80px;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 400px) {
	.Overlay--title {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.Overlay--title {
		font-size: 50px;
	}
}

@media (min-width: 1150px) {
	.Overlay--title {
		margin-top: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.Overlay--title {
		margin-top: 50px;
	}
}

@media (min-width: 1150px) {
	.Overlay--title {
		margin-bottom: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.Overlay--title {
		margin-bottom: 50px;
	}
}

.theme-dark .Overlay--title {
	color: #ffffff;
}

.Overlay--close {
	position: absolute;
	right: 30px;
	top: 20px;
	display: block;
	width: 44px;
	height: 44px;
	margin: calc((44px - 3em) * -0.5);
	padding: calc((44px - 3em) * 0.5);
	font-size: 16px;
	transition: color 0.3s ease-in-out;
}

.Overlay--close:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(-45deg);
	left: 50%;
}

.Overlay--close:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(45deg);
	left: 50%;
}

@media (hover: hover) {
	.Overlay--close:hover {
		color: #7AB800;
	}

	.Overlay--close:focus {
		color: #7AB800;
	}
}

.Picture {
	position: relative;
	position: relative;
}

.Picture>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.Picture [data-sizes=auto] {
	display: block;
	width: 100%;
}

.Picture>[data-lazy],
.Picture>object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Picture.contain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.Picture.contain>img {
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.Picture.cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.Picture.cover>img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

a .Picture::after,
button .Picture::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	mix-blend-mode: soft-light;
	background-color: rgba(242, 252, 226, 0.3);
	opacity: 0;
	transition: opacity 200ms;
}

a:hover .Picture::after,
button:hover .Picture::after {
	opacity: 1;
}

.Picture.format_4x3:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 75%;
}

.Picture.format_3x4:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 133.3333333333%;
}

.Picture.format_1x1:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 100%;
}

.Picture.format_16x9:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 56.25%;
}

.RichText {
	/* font-size: m; */
	font-size: 18px;
	color: #232222;
	color: var(--c-grey-dark);
}

.RichText h1 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	margin-bottom: 1ex;
}

@media (min-width: 400px) {
	.RichText h1 {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.RichText h1 {
		font-size: 50px;
	}
}

.RichText h2 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	margin-top: 1.5em;
	margin-bottom: 1ex;
}

@media (min-width: 400px) {
	.RichText h2 {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.RichText h2 {
		font-size: 26px;
	}
}

.RichText h3 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h4; */
	font-size: 12px;
	line-height: 1.2;
	margin-top: 1.5em;
	margin-bottom: 1ex;
}

@media (min-width: 400px) {
	.RichText h3 {
		font-size: calc(0.5769230769vw + 9.6923076923px);
	}
}

@media (min-width: 1440px) {
	.RichText h3 {
		font-size: 18px;
	}
}

.RichText h4 {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

@media (min-width: 400px) {
	.RichText h4 {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.RichText h4 {
		font-size: 14px;
	}
}

.RichText pre {
	padding: 20px;
	background: #ffffff;
	margin: 1em 0;
}

.RichText code {
	background: white;
}

.RichText pre code,
.RichText pre pre,
.RichText code pre {
	background: transparent;
}

.RichText ul.checklist {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.RichText ul.checklist>li {
	position: relative;
	padding-left: 2em;
	position: relative;
	list-style-type: none;
	margin-bottom: 1.5ex;
}

.RichText ul.checklist>li:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 2em;
	color: #7AB800;
}

.RichText ul.checklist>li:before {
	top: 0.75em;
	left: 0.5em;
	width: 1ex;
	height: 1ex;
	transform: translateY(-50%);
	background-color: #7AB800;
	border-radius: 100%;
}

.RichText ul.checklist li:before {
	width: 0.9em;
	height: 0.4em;
	margin-left: 0.2em;
	margin-top: -0.3em;
	border-color: currentcolor;
	border-width: 2px;
	border-style: none none solid solid;
	transform: rotate(-45deg);
}

.RichText table {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

@media (min-width: 400px) {
	.RichText table {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.RichText table {
		font-size: 18px;
	}
}

.RichText table th,
.RichText table td {
	padding: 1em 0.4em;
	border-bottom: 1px solid #545860;
}

@media (max-width: 750px) {

	.RichText table th,
	.RichText table td {
		padding-top: 10;
		padding-bottom: 10;
	}
}

.RichText table th[align=right],
.RichText table td[align=right] {
	text-align: right;
}

.RichText table th[align=center],
.RichText table td[align=center] {
	text-align: center;
}

.RichText table th[valign=top],
.RichText table td[valign=top] {
	vertical-align: top;
}

.RichText table th[valign=middle],
.RichText table td[valign=middle] {
	vertical-align: middle;
}

.RichText table th[valign=bottom],
.RichText table td[valign=bottom] {
	vertical-align: bottom;
}

.RichText table th {
	font-weight: 600;
}

.RichText table tbody>tr:first-child>th,
.RichText table tbody>tr:first-child>td {
	border-top: 2px solid #545860;
}

.RichText p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.RichText ul:not([class]) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.RichText ul:not([class])>li {
	position: relative;
	padding-left: 2em;
	position: relative;
	list-style-type: none;
	margin-bottom: 1.5ex;
}

.RichText ul:not([class])>li:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 2em;
	color: #7AB800;
}

.RichText ul:not([class])>li:before {
	top: 0.75em;
	left: 0.5em;
	width: 1ex;
	height: 1ex;
	transform: translateY(-50%);
	background-color: #7AB800;
	border-radius: 100%;
}

.RichText ol:not([class]) {
	display: block;
	counter-reset: ol--counter;
	/*html*/
	margin-top: 2em;
	margin-bottom: 2em;
}

.RichText ol:not([class])>li {
	position: relative;
	padding-left: 2em;
	position: relative;
	list-style-type: none;
	margin-bottom: 1.5ex;
}

.RichText ol:not([class])>li:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 2em;
	color: #7AB800;
}

.RichText ol:not([class])>li:before {
	font-weight: 600;
	counter-increment: ol--counter;
	content: counter(ol--counter) ".";
	text-align: center;
}

.ie .RichText ol:not([class])>li {
	list-style: decimal inside none;
}

.RichText img {
	max-width: 100%;
}

.RichText i:not([class]) {
	font-style: italic;
}

.RichText b,
.RichText strong {
	font-weight: bold;
}

.RichText small {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 400px) {
	.RichText small {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.RichText small {
		font-size: 14px;
	}
}

.RichText a:not([class]) {
	color: #7AB800;
	background: linear-gradient(90deg, transparent 0%, #7AB800 0%, #7AB800 100%, transparent 100%);
	background-size: 0% 2px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding: 0.15em 0;
	transition: all 0.2s ease-in-out;
}

@media (hover: hover) {
	.RichText a:not([class]):hover {
		background-size: 99% 2px;
	}

	.RichText a:not([class]):focus {
		background-size: 99% 2px;
	}
}

.RichText>*:first-child {
	margin-top: 0 !important;
}

.RichText>*:last-child {
	margin-bottom: 0 !important;
}

@media (min-width: 400px) {
	.RichText {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.RichText {
		font-size: 18px;
	}
}

.RichText.align-center {
	text-align: center;
}

.RichText.align-right {
	text-align: right;
}

.l-Flex {
	display: flex;
	flex-wrap: wrap;
	--gutter: 50px;
	margin-left: calc(-1 * 50px);
	margin-left: calc(-1 * var(--gutter));
	--gap: 50px;
	margin-bottom: calc(-1 * 50px);
	margin-bottom: calc(-1 * var(--gap));
}

.l-Flex.gutter-none {
	--gutter: 0px;
}

.l-Flex.gutter-small {
	--gutter: 25px;
}

.l-Flex.gap-none {
	--gap: 0px;
}

.l-Flex.gap-small {
	--gap: 25px;
}

.l-Flex>* {
	flex: 0 0 auto;
	margin-left: var(--gutter);
	margin-bottom: var(--gap);
}

.l-Flex>.l-1of1 {
	width: calc(100% / 1 * 1 - var(--gutter));
}

.l-Flex>.l-1of2 {
	width: calc(100% / 2 * 1 - var(--gutter));
}

.l-Flex>.l-1of3 {
	width: calc(100% / 3 * 1 - var(--gutter));
}

.l-Flex>.l-2of3 {
	width: calc(100% / 3 * 2 - var(--gutter));
}

.l-Flex>.l-1of4 {
	width: calc(100% / 4 * 1 - var(--gutter));
}

.l-Flex>.l-3of4 {
	width: calc(100% / 4 * 3 - var(--gutter));
}

.l-Flex>.l-1of5 {
	width: calc(100% / 5 * 1 - var(--gutter));
}

.l-Flex>.l-2of5 {
	width: calc(100% / 5 * 2 - var(--gutter));
}

.l-Flex>.l-3of5 {
	width: calc(100% / 5 * 3 - var(--gutter));
}

.l-Flex>.l-4of5 {
	width: calc(100% / 5 * 4 - var(--gutter));
}

.l-Flex>.l-flex {
	flex-grow: 1;
}

@media (max-width: 1150px) {
	.l-Flex>.tl-1of1 {
		width: calc(100% / 1 * 1 - var(--gutter));
	}

	.l-Flex>.tl-1of2 {
		width: calc(100% / 2 * 1 - var(--gutter));
	}

	.l-Flex>.tl-1of3 {
		width: calc(100% / 3 * 1 - var(--gutter));
	}

	.l-Flex>.tl-2of3 {
		width: calc(100% / 3 * 2 - var(--gutter));
	}

	.l-Flex>.tl-1of4 {
		width: calc(100% / 4 * 1 - var(--gutter));
	}

	.l-Flex>.tl-3of4 {
		width: calc(100% / 4 * 3 - var(--gutter));
	}

	.l-Flex>.tl-1of5 {
		width: calc(100% / 5 * 1 - var(--gutter));
	}

	.l-Flex>.tl-2of5 {
		width: calc(100% / 5 * 2 - var(--gutter));
	}

	.l-Flex>.tl-3of5 {
		width: calc(100% / 5 * 3 - var(--gutter));
	}

	.l-Flex>.tl-4of5 {
		width: calc(100% / 5 * 4 - var(--gutter));
	}

	.l-Flex>.tl-flex {
		flex-grow: 1;
	}
}

@media (max-width: 900px) {
	.l-Flex>.tp-1of1 {
		width: calc(100% / 1 * 1 - var(--gutter));
	}

	.l-Flex>.tp-1of2 {
		width: calc(100% / 2 * 1 - var(--gutter));
	}

	.l-Flex>.tp-1of3 {
		width: calc(100% / 3 * 1 - var(--gutter));
	}

	.l-Flex>.tp-2of3 {
		width: calc(100% / 3 * 2 - var(--gutter));
	}

	.l-Flex>.tp-1of4 {
		width: calc(100% / 4 * 1 - var(--gutter));
	}

	.l-Flex>.tp-3of4 {
		width: calc(100% / 4 * 3 - var(--gutter));
	}

	.l-Flex>.tp-1of5 {
		width: calc(100% / 5 * 1 - var(--gutter));
	}

	.l-Flex>.tp-2of5 {
		width: calc(100% / 5 * 2 - var(--gutter));
	}

	.l-Flex>.tp-3of5 {
		width: calc(100% / 5 * 3 - var(--gutter));
	}

	.l-Flex>.tp-4of5 {
		width: calc(100% / 5 * 4 - var(--gutter));
	}

	.l-Flex>.tp-flex {
		flex-grow: 1;
	}
}

@media (max-width: 750px) {
	.l-Flex>.ml-1of1 {
		width: calc(100% / 1 * 1 - var(--gutter));
	}

	.l-Flex>.ml-1of2 {
		width: calc(100% / 2 * 1 - var(--gutter));
	}

	.l-Flex>.ml-1of3 {
		width: calc(100% / 3 * 1 - var(--gutter));
	}

	.l-Flex>.ml-2of3 {
		width: calc(100% / 3 * 2 - var(--gutter));
	}

	.l-Flex>.ml-1of4 {
		width: calc(100% / 4 * 1 - var(--gutter));
	}

	.l-Flex>.ml-3of4 {
		width: calc(100% / 4 * 3 - var(--gutter));
	}

	.l-Flex>.ml-1of5 {
		width: calc(100% / 5 * 1 - var(--gutter));
	}

	.l-Flex>.ml-2of5 {
		width: calc(100% / 5 * 2 - var(--gutter));
	}

	.l-Flex>.ml-3of5 {
		width: calc(100% / 5 * 3 - var(--gutter));
	}

	.l-Flex>.ml-4of5 {
		width: calc(100% / 5 * 4 - var(--gutter));
	}

	.l-Flex>.ml-flex {
		flex-grow: 1;
	}
}

@media (max-width: 400px) {
	.l-Flex>.mp-1of1 {
		width: calc(100% / 1 * 1 - var(--gutter));
	}

	.l-Flex>.mp-1of2 {
		width: calc(100% / 2 * 1 - var(--gutter));
	}

	.l-Flex>.mp-1of3 {
		width: calc(100% / 3 * 1 - var(--gutter));
	}

	.l-Flex>.mp-2of3 {
		width: calc(100% / 3 * 2 - var(--gutter));
	}

	.l-Flex>.mp-1of4 {
		width: calc(100% / 4 * 1 - var(--gutter));
	}

	.l-Flex>.mp-3of4 {
		width: calc(100% / 4 * 3 - var(--gutter));
	}

	.l-Flex>.mp-1of5 {
		width: calc(100% / 5 * 1 - var(--gutter));
	}

	.l-Flex>.mp-2of5 {
		width: calc(100% / 5 * 2 - var(--gutter));
	}

	.l-Flex>.mp-3of5 {
		width: calc(100% / 5 * 3 - var(--gutter));
	}

	.l-Flex>.mp-4of5 {
		width: calc(100% / 5 * 4 - var(--gutter));
	}

	.l-Flex>.mp-flex {
		flex-grow: 1;
	}
}

:root {
	--site-width: 1340px;
	--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
}

@media (max-width: 1440px) {
	:root {
		--site-margin: 50px;
	}
}

@media (max-width: 1440px) {
	:root {
		--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
	}
}

@media (max-width: 1150px) {
	:root {
		--site-margin: 40px;
	}
}

@media (max-width: 900px) {
	:root {
		--site-margin: 30px;
	}
}

@media (max-width: 750px) {
	:root {
		--site-margin: 20px;
	}
}

.l-SiteWidth {
	--site-width: 1340px;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-right: var(--site-margin);
	position: relative;
	width: calc(100% - 2 * max(50px, (100vw - 0px - 1340px) * 0.5));
	width: calc(100% - 2 * var(--site-margin));
}

@media (min-width: 1441px) {
	.l-SiteWidth {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

.l-SiteWidth-large {
	--site-width: 1820px;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1820px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1820px) * 0.5);
	margin-right: var(--site-margin);
	position: relative;
	width: calc(100% - 2 * max(50px, (100vw - 0px - 1820px) * 0.5));
	width: calc(100% - 2 * var(--site-margin));
}

@media (min-width: 1441px) {
	.l-SiteWidth-large {
		--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
	}
}

@media (min-width: 1921px) {
	.l-SiteWidth-large {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

.Slider--controls {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
}

.Slider--controls--btn {
	background: none;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	font-size: 16px;
	color: #7AB800;
}

.Slider--controls--btn.is-disabled,
.Slider--controls--btn:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.Slider--controls--btn:hover {
	color: #006443;
}

.Slider--controls--btn.prev:after {
	content: "";
	position: absolute;
	font-size: 1.30em;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: translateX(-50%) translateX(2px) rotate(180deg) translateX(50%) rotate(135deg);
}

.Slider--controls--btn.prev:before {
	content: "";
	position: absolute;
	font-size: 1.30em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 1em;
	margin: -0.05em -0.5em;
	border-top: 2px solid;
}

.Slider--controls--btn.next:after {
	content: "";
	position: absolute;
	font-size: 1.30em;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: translateX(50%) translateX(-2px) rotate(0) translateX(50%) rotate(135deg);
}

.Slider--controls--btn.next:before {
	content: "";
	position: absolute;
	font-size: 1.30em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 1em;
    margin: -0.05em -0.5em;
	border-top: 2px solid;
}

.Slider--controls--btn+.Slider--controls--btn {
	margin-left: 20px;
}

.Slider--pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #7AB800;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
}

.Slider--pagination .swiper-pagination-bullet.is-active {
	opacity: 1;
}

.Slider--pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.Slider--list {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.Slider--slide {
	display: block;
	flex: 0 0 auto;
	vertical-align: top;
}

.demo>.Slider {
	max-width: none;
	margin: 0;
}

.Video {
	position: relative;
}

.Video--inner {
	height: 100%;
	display: flex;
	align-items: center;
}

.Video--poster:after {
	display: none;
}

.Video--inline {
	position: relative;
	width: 100%;
}

.Video--inline.soon-ready {
	background-color: #000000;
}

.Video--inline.soon-ready .Video--link {
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.Video--inline.is-ready .Video--videocontainer {
	display: block;
}

.Video--inline.is-ready .Video--link {
	opacity: 0;
}

.Video--inline.is-ready .Video--header {
	transform: translateY(100%);
	opacity: 0;
}

.Video--link {
	position: relative;
	display: block;
	transition: box-shadow 0.3s ease-in-out;
	overflow: hidden;
}

@media (hover: hover) {
	.Video--link:hover .Video--play_button:after {
		background: radial-gradient(circle, #7AB800 0%, #006443 100%);
		width: 140%;
		height: 140%;
		margin-left: -20%;
		margin-top: -20%;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s linear 0s;
	}

	.Video--link:hover .Video--play_button--label {
		opacity: 1;
	}

	.Video--link:hover .Video--play_button--icon {
		opacity: 0;
	}

	.Video--link:focus .Video--play_button:after {
		background: radial-gradient(circle, #7AB800 0%, #006443 100%);
		width: 140%;
		height: 140%;
		margin-left: -20%;
		margin-top: -20%;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s linear 0s;
	}

	.Video--link:focus .Video--play_button--label {
		opacity: 1;
	}

	.Video--link:focus .Video--play_button--icon {
		opacity: 0;
	}
}

.Video--header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: 1fr auto 1fr;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	width: 100%;
	height: 100%;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	pointer-events: none;
}

.Video--header .Video--play_button {
	grid-area: 2/2/3/3;
	z-index: 1;
}

.Video--header .Video--header--info {
	grid-area: 3/1/4/4;
	z-index: 1;
	align-self: flex-end;
}

.Video--header:after {
	content: "";
	grid-area: 1/1/4/4;
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	mix-blend-mode: multiply;
	opacity: 0.6;
}

.Video--header--info {
	padding: 0 20px 20px;
	color: #ffffff;
}

.Video--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0.25em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 400px) {
	.Video--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.Video--title {
		font-size: 26px;
	}
}

.Video--play_button {
	position: relative;
	display: block;
	font-size: 4.375rem;
	height: 1em;
	width: 1em;
}

@media (max-width: 750px) {
	.Video--play_button {
		font-size: 48px;
	}
}

.Video--play_button:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 100%;
	background: #ffffff;
	width: 100%;
	height: 100%;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s linear 0.3s;
}

.Video--play_button--label {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	color: #ffffff;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 400px) {
	.Video--play_button--label {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.Video--play_button--label {
		font-size: 14px;
	}
}

.Video--play_button--icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	color: #7AB800;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-size: 0.5em;
}

.Video--play_button--icon:after {
	content: "";
	position: absolute;
	font-size: 0.25em;
	top: 50%;
	margin-top: -1em;
	margin-left: -0.65em;
	width: 0;
	height: 0;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-left: 1.5em solid currentColor;
}

.Video--play_button--icon:before {
	content: "";
	position: absolute;
	font-size: 0.25em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
}

.Video--videocontainer {
	border: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.Video--videocontainer iframe,
.Video--videocontainer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Accordion.standalone {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.Accordion.standalone--inner {
	grid-area: 1/2/span 1/span 12;
}

.Accordion.standalone .Accordion--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.Accordion.standalone .Accordion--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

.AccordionItem {
	border-bottom: 1px solid #DEDDDB;
	border-bottom: 1px solid var(--c-grey-ui);
}

.AccordionItem--header {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	text-align: left;
	gap: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: background-color 0.3s ease-in-out;
}

@media (min-width: 1150px) {
	.AccordionItem--header {
		gap: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.AccordionItem--header {
		gap: 30px;
	}
}

@media (min-width: 1150px) {
	.AccordionItem--header {
		padding-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.AccordionItem--header {
		padding-top: 30px;
	}
}

@media (min-width: 1150px) {
	.AccordionItem--header {
		padding-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.AccordionItem--header {
		padding-bottom: 30px;
	}
}

.AccordionItem--header .AccordionItem--header--content {
	flex: 1 1 auto;
	transition: transform 0.3s ease-in-out;
}

.AccordionItem--header .AccordionItem--header--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 400px) {
	.AccordionItem--header .AccordionItem--header--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.AccordionItem--header .AccordionItem--header--title {
		font-size: 26px;
	}
}

.AccordionItem--header .AccordionItem--header--text {
	margin-top: 9px;
	color: #545860;
	color: var(--c-grey-medium);
}

.AccordionItem--header .AccordionItem--header--media,
.AccordionItem--header .AccordionItem--header--icon {
	position: relative;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.75rem;
	height: 5.75rem;
}

.AccordionItem--header .AccordionItem--header--media {
	color: #545860;
	color: var(--c-grey-medium);
}

.AccordionItem--header .AccordionItem--header--media .Picture {
	width: 72px;
	height: 72px;
}

.AccordionItem--header .AccordionItem--header--icon {
	color: #7AB800;
}

@media (hover: hover) {

	.AccordionItem--header true,
	.AccordionItem--header:hover {
		background-color: #F2FCE2;
	}

	.AccordionItem--header true .AccordionItem--header--content,
	.AccordionItem--header:hover .AccordionItem--header--content {
		transform: translateX(5px) translateY(-5px);
	}

	.AccordionItem--header true .AccordionItem--header--media+.AccordionItem--header--content,
	.AccordionItem--header:hover .AccordionItem--header--media+.AccordionItem--header--content {
		transform: translateX(-5px) translateY(-5px);
	}

	.AccordionItem--header true .AccordionItem--header--title,
	.AccordionItem--header:hover .AccordionItem--header--title {
		color: #232222;
	}

	.AccordionItem--header true .AccordionItem--header--text,
	.AccordionItem--header:hover .AccordionItem--header--text {
		color: #545860;
	}
}

@media (hover: none) {
	.AccordionItem--header[aria-expanded=false] .AccordionItem--expandicon:after {
		content: "";
		position: absolute;
		font-size: 1em;
		top: 50%;
		width: 1em;
		border-top: 2px solid;
		transform: translate(-0.5em, -1px);
	}

	.AccordionItem--header[aria-expanded=false] .AccordionItem--expandicon:before {
		content: "";
		position: absolute;
		font-size: 1em;
		top: 50%;
		/*@if $name == "right" {
    	width: 1.5em;
    	margin: -1px -.75em;
    	border-top: 1px solid;
    }
    @else if $name == "left" {
    	width: 1.5em;
    	margin: -1px -.75em;
    	border-top: 1px solid;
    }
    @else if $name == "down" {
    	height: 1.5em;
    	margin: -.75em -1px;
    	border-left: 1px solid;
    }
    @else if $name == "up" {
    	height: 1.5em;
    	margin: -.75em -1px;
    	border-left: 1px solid;
    }*/
		height: 1em;
		border-left: 2px solid;
		transform: translate(-1px, -0.5em);
	}
}

.AccordionItem--expandicon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #7AB800;
	margin: -15px;
}

@media (max-width: 750px) {
	.AccordionItem--expandicon {
		font-size: 24px;
	}
}

.AccordionItem--expandicon:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 1em;
	border-top: 2px solid;
	transform: translate(-0.5em, -1px);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	left: 50%;
}

.AccordionItem--expandicon:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	height: 1em;
	border-left: 2px solid;
	transform: translate(-1px, -0.5em);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	left: 50%;
}

.AccordionItem--header[aria-expanded=true] .AccordionItem--expandicon::before {
	height: 0;
	top: 100%;
}

.AccordionItem--content {
	margin-top: -3.125rem;
	padding-top: 3.125rem;
	overflow: hidden;
	visibility: hidden;
	height: 0px;
	transition: all 500ms ease-in-out;
}

.AccordionItem--content::after {
	content: "";
	display: block;
	height: 0px;
}

.AccordionItem--content[data-hidden=false] {
	visibility: visible;
	height: auto;
}

.AccordionItem--content[data-hidden=false]::after {
	height: 20px;
}

@media (min-width: 1150px) {
	.AccordionItem--content[data-hidden=false]::after {
		height: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.AccordionItem--content[data-hidden=false]::after {
		height: 30px;
	}
}

@media print {
	.AccordionItem--content {
		display: block;
	}
}

.AccordionItem--header--title {
	display: block;
}

.AccordionItem--content--inner .RichText {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
	color: var(--c-grey-medium);
	width: 90%;
}

@media (min-width: 400px) {
	.AccordionItem--content--inner .RichText {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.AccordionItem--content--inner .RichText {
		font-size: 18px;
	}
}

.ArticleText {
	margin-bottom: 50px;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.ArticleText--inner {
	grid-area: 1/2/span 1/span 12;
}

/* @media (min-width: 751px) {
	.ArticleText--inner {
		grid-area: 1/3/span 1/span 10;
	}
} */

/* @media (min-width: 1151px) {
	.ArticleText--inner {
		grid-area: 1/5/span 1/span 6;
	}
} */

.ArticleText--pretitle {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 500;
	/* font-size: h5; */
	font-size: 26px;
	line-height: 1.4;
	/* letter-spacing: 0.05em; */
	/* text-transform: uppercase; */
	color: #7AB800;
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	/* .ArticleText--pretitle {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	} */
}

@media (min-width: 1440px) {
	/* .ArticleText--pretitle {
		font-size: 14px;
	} */
}

@media (min-width: 1150px) {
	/* .ArticleText--pretitle {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	} */
}

@media (min-width: 1440px) {
	.ArticleText--pretitle {
		margin-bottom: 20px;
		font-size: 26px;
	}
}

.ArticleText--inner .RichText p {
	color: #545860;
}

.ArticleText--footer {
	margin-top: 30px;
}

@media (min-width: 1150px) {
	.ArticleText--footer {
		margin-top: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.ArticleText--footer {
		margin-top: 50px;
	}
}

.BreakingNews {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.BreakingNews--inner {
	grid-area: 1/1/span 1/span 14;
}

.BreakingNews.dark .BreakingNews--inner {
	padding: 20px 0;
	background-color: #000000;
	background-color: var(--c-black);
}

.BreakingNews.dark .BreakingNewsArticle--title {
	color: #ffffff;
	color: var(--c-white);
}

.BreakingNews.dark .BreakingNewsArticle--subtitle {
	color: #C5C7C9;
	color: var(--c-grey-lighter);
}

.BreakingNews--scroller {
	margin: auto;
	overflow: hidden;
	position: relative;
}

.BreakingNews--list {
	display: flex;
}

.BreakingNews--list>li {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.BreakingNews--dividor {
	width: 2em;
	color: #7AB800;
}

.BreakingNews--dividor path {
	fill: url(#radGrad);
	stroke: none;
}

.BreakingNewsArticle+.BreakingNews--dividor,
.BreakingNews--dividor+.BreakingNews--dividor {
	margin-left: 1.25rem;
}

.BreakingNewsArticle {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

.BreakingNewsArticle:hover .BreakingNewsArticle--title,
.BreakingNewsArticle:hover .BreakingNewsArticle--subtitle {
	color: #7AB800;
}

.BreakingNewsArticle--title,
.BreakingNewsArticle--subtitle {
	/* font-size: m; */
	font-size: 18px;
	white-space: nowrap;
	transition: color 0.3s ease-in-out;
}

@media (min-width: 400px) {

	.BreakingNewsArticle--title,
	.BreakingNewsArticle--subtitle {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {

	.BreakingNewsArticle--title,
	.BreakingNewsArticle--subtitle {
		font-size: 18px;
	}
}

.BreakingNewsArticle--title {
	color: #000000;
	color: var(--c-black);
}

.BreakingNewsArticle--subtitle {
	color: #545860;
	color: var(--c-grey-medium);
}

.BreakingNews--dividor {
	margin-top: -2px;
}

.CtaTeaser {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	--bg-color: var(--c-white);
	--dot-color: #7AB800;
}

.CtaTeaser--inner {
	grid-area: 1/2/span 1/span 12;
}

.CtaTeaser.color-inverted {
	--bg-color: var(--c-black);
	--dot-color: #7AB800;
	color: #ffffff;
	color: var(--c-white);
}

.CtaTeaser.color-green {
	--bg-color: #000000;
	--dot-color: #7AB800;
	color: #ffffff;
}

.CtaTeaser.color-green .CtaTeaser--bg {
	position: relative;
}

.CtaTeaser.color-green .CtaTeaser--bg:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #006443 100%);
	opacity: 0.5;
	transition: all 0.5s ease-out;
}

.CtaTeaser.color-green.btn-is-hovered .CtaTeaser--bg:after {
	opacity: 0.75;
	background: linear-gradient(90deg, rgba(0, 100, 67, 0.25) 0%, #006443 100%);
}

.CtaTeaser.dekoration-line .CtaTeaser--bg {
	border-top: 6px solid #7AB800;
	-o-border-image: linear-gradient(90deg, #7AB800 0%, #006443 100%);
	border-image: linear-gradient(90deg, #7AB800 0%, #006443 100%);
	border-image-slice: 1;
}

.CtaTeaser.left-aligned .CtaTeaser--bg:before {
	-webkit-mask-position: calc(1340px * 0.5) 0;
	mask-position: calc(1340px * 0.5) 0;
	-webkit-mask-position: calc(var(--site-width) * 0.5) 0;
	mask-position: calc(var(--site-width) * 0.5) 0;
}

@media (max-width: 1440px) {
	.CtaTeaser.left-aligned .CtaTeaser--bg:before {
		-webkit-mask-position: 50vw 0;
		mask-position: 50vw 0;
	}
}

.CtaTeaser.left-aligned .CtaTeaser--content {
	text-align: left;
}

@media (min-width: 901px) {
	.CtaTeaser.left-aligned .CtaTeaser--content {
		grid-area: 1/2/span 1/span 6;
	}
}

@media (min-width: 1151px) {
	.CtaTeaser.left-aligned .CtaTeaser--content {
		grid-area: 1/2/span 1/span 5;
	}
}

.CtaTeaser.left-aligned .CtaTeaser--cta {
	width: 100%;
}

.CtaTeaser.left-aligned.btn-is-hovered .CtaTeaser--bg:before {
	-webkit-mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 100%);
}

.CtaTeaser--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: repeat(12, 1fr);
	overflow: hidden;
}

.CtaTeaser--bg {
	position: relative;
	grid-area: 1/2/span 1/span 12;
	background-color: var(--bg-color);
}

@media (max-width: 1150px) {
	.CtaTeaser--bg {
		grid-area: 1/1/span 1/span 14;
	}
}

.CtaTeaser--bg:before {
	background: linear-gradient(90deg, #ffffff 13px, transparent 1%) center, linear-gradient(#ffffff 13px, transparent 1%) center, #7AB800;
	background: linear-gradient(90deg, var(--bg-color, var(--c-white)) 13px, transparent 1%) center, linear-gradient(var(--bg-color, var(--c-white)) 13px, transparent 1%) center, var(--dot-color, #7AB800);
	background-size: 15px 15px;
	-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.33;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out;
}

.CtaTeaser.btn-is-hovered .CtaTeaser--bg:before {
	-webkit-mask-image: radial-gradient(circle, black 70%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 70%, rgba(0, 0, 0, 0) 100%);
}

.CtaTeaser--content {
	padding-bottom: 12.5rem;
	padding-top: 12.5rem;
	grid-area: 1/4/span 1/span 6;
	position: relative;
	text-align: center;
}

@media (max-width: 900px) {
	.CtaTeaser--content {
		grid-area: 1/2/span 1/span 10;
	}
}

@media (max-width: 750px) {
	.CtaTeaser--content {
		grid-area: 1/1/span 1/span 12;
	}
}

.CtaTeaser--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	.CtaTeaser--title {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.CtaTeaser--title {
		font-size: 50px;
	}
}

@media (min-width: 1150px) {
	.CtaTeaser--title {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.CtaTeaser--title {
		margin-bottom: 20px;
	}
}

.CtaTeaser--text {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

@media (min-width: 400px) {
	.CtaTeaser--text {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.CtaTeaser--text {
		font-size: 18px;
	}
}

@media (min-width: 1150px) {
	.CtaTeaser--text {
		margin-bottom: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.CtaTeaser--text {
		margin-bottom: 50px;
	}
}

.CtaTeaser--cta {
	margin-top: 10px;
}

@media (min-width: 1150px) {
	.CtaTeaser--cta {
		margin-top: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.CtaTeaser--cta {
		margin-top: 10px;
	}
}

.CtaTeaser--cta.large {
	margin-top: 20px;
}

@media (min-width: 1150px) {
	.CtaTeaser--cta.large {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.CtaTeaser--cta.large {
		margin-top: 30px;
	}
}

.DiscoveryGrid--bullets,
.DiscoveryGrid--Background {
	position: sticky;
	left: 0;
	z-index: 0;
}

.DiscoveryGrid--bullets {
	z-index: 2;
	height: 0;
	width: 40px;
	top: 50vh;
	transform: translateY(-50%);
}

.DiscoveryGrid--bullet {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.DiscoveryGrid--bullet:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	margin: 0 auto;
	border-radius: 50%;
	background: #7AB800;
	transition: transform 0.5s cubic-bezier(1, 2, 0.5, 1);
}

.DiscoveryGrid--bullet.active:after {
	transform: scale(2);
}

.DiscoveryGrid--Background {
	background: linear-gradient(90deg, #ffffff 13px, transparent 1%) center, linear-gradient(#ffffff 13px, transparent 1%) center, #7AB800;
	background: linear-gradient(90deg, var(--bg-color, var(--c-white)) 13px, transparent 1%) center, linear-gradient(var(--bg-color, var(--c-white)) 13px, transparent 1%) center, var(--dot-color, #7AB800);
	background-size: 15px 15px;
	-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	top: 0;
	width: 100%;
	height: 100vh;
	-webkit-mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.66;
	box-shadow: inset 0px 0px 10vw 30px #ffffff;
	box-shadow: inset 0px 0px 10vw 30px var(--c-white);
	pointer-events: none;
}

.DiscoveryGrid--Header {
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateY(33.33vh);
	position: relative;
	z-index: 1;
	height: 0;
	text-align: center;
	margin-bottom: -25vh;
}

.DiscoveryGrid--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h1; */
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
}

@media (min-width: 400px) {
	.DiscoveryGrid--title {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGrid--title {
		font-size: 90px;
	}
}

@media (max-width: 1440px) {
	.DiscoveryGrid--title {
		font-size: 70px;
	}
}

@media (max-width: 1150px) {
	.DiscoveryGrid--title {
		font-size: 50px;
	}
}

.DiscoveryGrid--text {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 400px) {
	.DiscoveryGrid--text {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGrid--text {
		font-size: 18px;
	}
}

.DiscoveryGrid--Scrolldown {
	position: absolute;
	bottom: 3vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-align: center;
}

.DiscoveryGrid--Scrolldown--label {
	display: block;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #7AB800;
}

@media (min-width: 400px) {
	.DiscoveryGrid--Scrolldown--label {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGrid--Scrolldown--label {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.DiscoveryGrid--Scrolldown--label {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGrid--Scrolldown--label {
		margin-bottom: 20px;
	}
}

.DiscoveryGrid--Scrolldown--icon {
	display: inline-block;
	height: 60px;
	width: 4px;
	background: linear-gradient(180deg, #7AB800 0%, #ffffff 100%);
	background: linear-gradient(180deg, #7AB800 0%, var(--c-white) 100%);
}

.DiscoveryGridItem {
	margin-bottom: 6.25rem;
	position: relative;
}

.DiscoveryGridItem--inner {
	min-height: 100vh;
}

.DiscoveryGridItem--header {
	position: sticky;
	top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 25px 10%;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-right: var(--site-margin);
	text-align: center;
	pointer-events: none;
}

.DiscoveryGridItem--pretitle,
.DiscoveryGridItem--posttitle {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (min-width: 400px) {

	.DiscoveryGridItem--pretitle,
	.DiscoveryGridItem--posttitle {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {

	.DiscoveryGridItem--pretitle,
	.DiscoveryGridItem--posttitle {
		font-size: 14px;
	}
}

.DiscoveryGridItem--pretitle {
	margin-bottom: 20px;
}

@media (min-width: 1150px) {
	.DiscoveryGridItem--pretitle {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGridItem--pretitle {
		margin-bottom: 30px;
	}
}

.DiscoveryGridItem--posttitle {
	margin-top: 20px;
}

@media (min-width: 1150px) {
	.DiscoveryGridItem--posttitle {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGridItem--posttitle {
		margin-top: 30px;
	}
}

.DiscoveryGridItem--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h0; */
	font-size: 90px;
	line-height: 1;
	word-wrap: anywhere;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 400px) {
	.DiscoveryGridItem--title {
		font-size: calc(4.8076923077vw + 70.7692307692px);
	}
}

@media (min-width: 1440px) {
	.DiscoveryGridItem--title {
		font-size: 140px;
	}
}

@media (max-width: 750px) {
	.DiscoveryGridItem--title {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h1; */
		font-size: 50px;
		line-height: 1;
		letter-spacing: -0.02em;
	}
}

@media (max-width: 750px) and (min-width: 400px) {
	.DiscoveryGridItem--title {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (max-width: 750px) and (min-width: 1440px) {
	.DiscoveryGridItem--title {
		font-size: 90px;
	}
}

@media (max-width: 750px) and (max-width: 1440px) {
	.DiscoveryGridItem--title {
		font-size: 70px;
	}
}

@media (max-width: 750px) and (max-width: 1150px) {
	.DiscoveryGridItem--title {
		font-size: 50px;
	}
}

.DiscoveryGridItem--body {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: repeat(12, 1fr);
	position: relative;
	z-index: 2;
	min-height: 100vh;
	grid-template-rows: auto;
	grid-gap: 12.5rem 3.125rem;
	grid-gap: 12.5rem var(--grid-gap);
	scroll-margin-top: calc(100vh - 1px);
}

.DiscoveryGridItem--body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 10%, #ffffff 95%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--c-white) 10%, var(--c-white) 95%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.33;
}

.DiscoveryGridItem--body>* {
	--size: 3;
	grid-column-end: span 3;
	grid-column-end: span var(--size);
	z-index: 2;
	grid-column-start: var(--c-start);
	grid-row-start: var(--r-start);
}

.DiscoveryGridItem--body>*:nth-child(3n) {
	z-index: 0;
}

.DiscoveryGridItem--body>*:nth-child(4n+1) {
	--size: 3;
	--c-start: 3;
}

@media (max-width: 1150px) {
	.DiscoveryGridItem--body>*:nth-child(4n+1) {
		--size: 4;
		--c-start: 2;
	}
}

@media (max-width: 900px) {
	.DiscoveryGridItem--body>*:nth-child(4n+1) {
		--size: 9;
	}
}

.DiscoveryGridItem--body>*:nth-child(4n+2) {
	--size: 4;
	--c-start: 8;
}

@media (max-width: 1150px) {
	.DiscoveryGridItem--body>*:nth-child(4n+2) {
		--size: 5;
		--c-start: 7;
	}
}

@media (max-width: 900px) {
	.DiscoveryGridItem--body>*:nth-child(4n+2) {
		--size: 6;
	}
}

.DiscoveryGridItem--body>*:nth-child(4n+3) {
	--size: 4;
	--c-start: 2;
}

@media (max-width: 1150px) {
	.DiscoveryGridItem--body>*:nth-child(4n+3) {
		--size: 5;
		--c-start: 2;
	}
}

@media (max-width: 900px) {
	.DiscoveryGridItem--body>*:nth-child(4n+3) {
		--size: 9;
	}
}

.DiscoveryGridItem--body>*:nth-child(4n+4) {
	--size: 3;
	--c-start: 7;
}

@media (max-width: 1150px) {
	.DiscoveryGridItem--body>*:nth-child(4n+4) {
		--size: 4;
		--c-start: 8;
	}
}

@media (max-width: 900px) {
	.DiscoveryGridItem--body>*:nth-child(4n+4) {
		--size: 9;
	}
}

@media (max-width: 900px) {
	.DiscoveryGridItem--body>* {
		grid-column-start: 2;
	}

	.DiscoveryGridItem--body>*:nth-child(2n) {
		grid-column-start: calc(12 - var(--size));
	}
}

@media (max-width: 400px) {
	.DiscoveryGridItem--body>* {
		--size: 10 !important;
		--c-start: 2 !important;
	}
}

.DiscoveryGridItem--body>*.Video {
	z-index: 2;
}

.DiscoveryGridItem--body>*.Quote {
	--size: 4;
}

@media (max-width: 900px) {
	.DiscoveryGridItem--body>*.Quote {
		--size: 5;
	}
}

.DiscoveryGridItem--body>*.SquareTeaser {
	z-index: 2;
}

.DiscoveryGridItem--body>*.SquareTeaser:nth-last-of-type(2) {
	z-index: 0;
}

.FilterBar {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	box-shadow: 0px 5px 8px rgba(84, 88, 96, 0.05);
}

.FilterBar--inner {
	grid-area: 1/2/span 1/span 12;
}

.theme-dark .FilterBar {
	box-shadow: 0px 5px 8px rgba(255, 255, 255, 0.1);
}

.FilterBar--row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px 3.125rem;
	gap: 0px var(--grid-gap);
	width: 100%;
}

.FilterBar--header .FilterBar--item {
	position: relative;
	padding: 10px 0;
	display: grid;
	align-self: stretch;
	align-content: center;
}

.FilterBar--header .FilterBar--item:first-child {
	flex: 1 1 auto;
}

@media (max-width: 750px) {
	.FilterBar--header .FilterBar--item:first-child {
		width: 100%;
		border-bottom: 1px solid #DEDDDB;
		border-bottom: 1px solid var(--c-grey-ui);
	}
}

@media (max-width: 750px) {
	.FilterBar--header .FilterBar--item+.FilterBar--item {
		flex: 1 1 auto;
		width: calc(50% - 3.125rem);
		width: calc(50% - var(--grid-gap));
	}

	.FilterBar--header .FilterBar--item+.FilterBar--item+.FilterBar--item:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(-0.5 * 3.125rem);
		left: calc(-0.5 * var(--grid-gap));
		border-left: 1px solid #DEDDDB;
		border-left: 1px solid var(--c-grey-ui);
	}
}

.FilterBar--body {
	border-top: 1px solid #DEDDDB;
	border-top: 1px solid var(--c-grey-ui);
}

.FilterBar--body .FilterBar--row .FilterBar--item {
	position: relative;
	padding: 20px 0;
}

.FilterBar--body .FilterBar--row .FilterBar--item+.FilterBar--item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

@media (min-width: 751px) {
	.FilterBar--body .FilterBar--row .FilterBar--item+.FilterBar--item:before {
		left: calc(-0.5 * 3.125rem);
		left: calc(-0.5 * var(--grid-gap));
		border-left: 1px solid #DEDDDB;
		border-left: 1px solid var(--c-grey-ui);
	}
}

@media (max-width: 750px) {
	.FilterBar--body .FilterBar--row .FilterBar--item+.FilterBar--item:before {
		left: 0;
		right: 0;
		border-top: 1px solid #DEDDDB;
		border-top: 1px solid var(--c-grey-ui);
	}
}

.FilterBar--body .FilterBar--item {
	flex: 0 1 auto;
}

.FilterBar--body .FilterBar--item:has(:nth-child(3)),
.FilterBar--body .FilterBar--item:has(:nth-child(4)),
.FilterBar--body .FilterBar--item:has(:nth-child(5)) {
	flex: 1 1 auto;
}

.FilterBar--body .FilterBar--item:has(:nth-child(3)) {
	width: calc(33.33% - 3.125rem * 2 / 3);
	width: calc(33.33% - var(--grid-gap) * 2 / 3);
}

.FilterBar--body .FilterBar--item:has(:nth-child(4)) {
	width: calc(25% - 3.125rem * 3 / 4);
	width: calc(25% - var(--grid-gap) * 3 / 4);
}

.FilterBar--body .FilterBar--item:has(:nth-child(5)) {
	width: calc(20% - 3.125rem * 4 / 5);
	width: calc(20% - var(--grid-gap) * 4 / 5);
}

.FilterBar--body .FilterBar--item.FilterBar--item--flex-100 {
	width: 100%;
}

.FilterBar--body .FilterBar--item.FilterBar--item--flex-25 {
	width: calc(25% - 3.125rem * 0.5);
	width: calc(25% - var(--grid-gap) * 0.5);
}

.FilterBar--body .FilterBar--item.FilterBar--item--flex-50 {
	width: calc(50% - 3.125rem * 0.5);
	width: calc(50% - var(--grid-gap) * 0.5);
}

.FilterBar--body .FilterBar--item.FilterBar--item--flex-75 {
	width: calc(75% - 3.125rem * 0.5);
	width: calc(75% - var(--grid-gap) * 0.5);
}

.FilterBar--body .FilterButtons {
	margin-left: 2px;
}

[data-js-filter-item*=item] {
	transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s !important;
}

[data-js-filter-item*=item] {
	transform: none;
}

[data-js-filter-item*=item][data-hidden=true] {
	position: absolute !important;
}

[data-js-filter-item*=item][data-hidden=true] {
	pointer-events: none;
	transform: translateY(10px);
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	left: -100vw;
	top: -100vh;
}

[data-js-filter-item*=item]:nth-child(1) {
	transition-delay: 0.07s !important;
}

[data-js-filter-item*=item]:nth-child(2) {
	transition-delay: 0.09s !important;
}

[data-js-filter-item*=item]:nth-child(3) {
	transition-delay: 0.11s !important;
}

[data-js-filter-item*=item]:nth-child(4) {
	transition-delay: 0.13s !important;
}

[data-js-filter-item*=item]:nth-child(5) {
	transition-delay: 0.15s !important;
}

[data-js-filter-item*=item]:nth-child(6) {
	transition-delay: 0.17s !important;
}

[data-js-filter-item*=item]:nth-child(7) {
	transition-delay: 0.19s !important;
}

[data-js-filter-item*=item]:nth-child(8) {
	transition-delay: 0.21s !important;
}

[data-js-filter-item*=item]:nth-child(9) {
	transition-delay: 0.23s !important;
}

[data-js-filter-item*=item]:nth-child(10) {
	transition-delay: 0.25s !important;
}

[data-js-filter-item*=item]:nth-child(11) {
	transition-delay: 0.27s !important;
}

[data-js-filter-item*=item]:nth-child(12) {
	transition-delay: 0.29s !important;
}

[data-js-filter-item*=item]:nth-child(13) {
	transition-delay: 0.31s !important;
}

[data-js-filter-item*=item]:nth-child(14) {
	transition-delay: 0.33s !important;
}

[data-js-filter-item*=item]:nth-child(15) {
	transition-delay: 0.35s !important;
}

[data-js-filter-item*=item]:nth-child(16) {
	transition-delay: 0.37s !important;
}

[data-js-filter-item*=item]:nth-child(17) {
	transition-delay: 0.39s !important;
}

[data-js-filter-item*=item]:nth-child(18) {
	transition-delay: 0.41s !important;
}

[data-js-filter-item*=item]:nth-child(19) {
	transition-delay: 0.43s !important;
}

[data-js-filter-item*=item]:nth-child(20) {
	transition-delay: 0.45s !important;
}

[data-js-filter-item*=item]:nth-child(21) {
	transition-delay: 0.47s !important;
}

[data-js-filter-item*=item]:nth-child(22) {
	transition-delay: 0.49s !important;
}

[data-js-filter-item*=item]:nth-child(23) {
	transition-delay: 0.51s !important;
}

[data-js-filter-item*=item]:nth-child(24) {
	transition-delay: 0.53s !important;
}

[data-js-filter-item*=item]:nth-child(25) {
	transition-delay: 0.55s !important;
}

[data-js-filter-item*=item]:nth-child(26) {
	transition-delay: 0.57s !important;
}

[data-js-filter-item*=item]:nth-child(27) {
	transition-delay: 0.59s !important;
}

[data-js-filter-item*=item]:nth-child(28) {
	transition-delay: 0.61s !important;
}

[data-js-filter-item*=item]:nth-child(29) {
	transition-delay: 0.63s !important;
}

[data-js-filter-item*=item]:nth-child(30) {
	transition-delay: 0.65s !important;
}

[data-js-filter-item*=item]:nth-child(31) {
	transition-delay: 0.67s !important;
}

[data-js-filter-item*=item]:nth-child(32) {
	transition-delay: 0.69s !important;
}

[data-js-filter-item*=item]:nth-child(33) {
	transition-delay: 0.71s !important;
}

[data-js-filter-item*=item]:nth-child(34) {
	transition-delay: 0.73s !important;
}

[data-js-filter-item*=item]:nth-child(35) {
	transition-delay: 0.75s !important;
}

[data-js-filter-item*=item]:nth-child(36) {
	transition-delay: 0.77s !important;
}

[data-js-filter-item*=item]:nth-child(37) {
	transition-delay: 0.79s !important;
}

[data-js-filter-item*=item]:nth-child(38) {
	transition-delay: 0.81s !important;
}

[data-js-filter-item*=item]:nth-child(39) {
	transition-delay: 0.83s !important;
}

[data-js-filter-item*=item]:nth-child(40) {
	transition-delay: 0.85s !important;
}

[data-js-filter-item*=item]:nth-child(41) {
	transition-delay: 0.87s !important;
}

[data-js-filter-item*=item]:nth-child(42) {
	transition-delay: 0.89s !important;
}

[data-js-filter-item*=item]:nth-child(43) {
	transition-delay: 0.91s !important;
}

[data-js-filter-item*=item]:nth-child(44) {
	transition-delay: 0.93s !important;
}

[data-js-filter-item*=item]:nth-child(45) {
	transition-delay: 0.95s !important;
}

[data-js-filter-item*=item]:nth-child(46) {
	transition-delay: 0.97s !important;
}

[data-js-filter-item*=item]:nth-child(47) {
	transition-delay: 0.99s !important;
}

[data-js-filter-item*=item]:nth-child(48) {
	transition-delay: 1.01s !important;
}

[data-js-filter-item*=item]:nth-child(49) {
	transition-delay: 1.03s !important;
}

[data-js-filter-item*=item]:nth-child(50) {
	transition-delay: 1.05s !important;
}

.FilterBar--mobile {
	display: none;
	padding: 20px;
}

.FilterBar--mobile .Button {
	width: 100%;
}

.FilterBar--close {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 44px;
	height: 44px;
	margin: calc((44px - 3em) * -0.5);
	padding: calc((44px - 3em) * 0.5);
	font-size: 16px;
	transition: color 0.3s ease-in-out;
}

.FilterBar--body:not([data-hidden=false]) .FilterBar--close {
	display: none;
}

.FilterBar--close:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(-45deg);
	left: 50%;
}

.FilterBar--close:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(45deg);
	left: 50%;
}

@media (hover: hover) {
	.FilterBar--close:hover {
		color: #7AB800;
	}

	.FilterBar--close:focus {
		color: #7AB800;
	}
}

@media (max-width: 750px) {
	html.FilterBar-mobileFilterIsOpen {
		overflow: hidden;
	}

	.FilterBar--mobile {
		display: block;
	}

	.FilterBar--body {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #ffffff;
		background: var(--c-white);
		z-index: 1000;
		display: flex;
		flex-direction: column;
		padding-top: 75px;
	}

	.FilterBar--body:not([data-hidden=false]) {
		display: none;
	}

	.FilterBar--body .FilterBar--row {
		padding: 20px;
		flex: 1 1 auto;
		flex-direction: column;
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-y: auto;
	}

	.FilterBar--body .FilterBar--row .FilterBar--item {
		width: 100%;
	}
}

.FilterBar--noresult {
	display: none;
}

.FilterBar--noresult.is-visible {
	display: block;
}

.FilterBar--ItemContainer--Footer {
	display: flex;
	justify-content: center;
}

.FilterBar--ItemContainer--Footer .Button {
	display: none;
}

.FilterBar--ItemContainer--Footer .Button.is-visible {
	display: block;
}

.FilterButtons {
	position: relative;
	width: 100%;
}

.FilterButtons:before,
.FilterButtons:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	pointer-events: none;
	z-index: 1;
}

.FilterButtons:before {
	left: -20px;
	background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.theme-dark .FilterButtons:before {
	background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.FilterButtons:after {
	right: -20px;
	background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.theme-dark .FilterButtons:after {
	background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.FilterButtons--scroller {
	position: relative;
	padding: 0 20px 10px;
	margin: 0 -20px -10px;
	overflow-y: scroll;
	/* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	/* momentum scrolling, iOS Safari only*/
}

.FilterButtons--scroller::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
}

.FilterButtons--scroller::-webkit-scrollbar:vertical {
	width: 0px;
}

.FilterButtons--scroller::-webkit-scrollbar:horizontal {
	height: 6px;
}

.FilterButtons--scroller::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.theme-dark .FilterButtons--scroller::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.FilterButtons--scroller:hover::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, rgba(133, 190, 0, 0) 20px, #7AB800 20px, #7AB800 calc(100% - 20px), rgba(133, 190, 0, 0) calc(100% - 20px));
}

.FilterButtons--inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 20px;
	width: calc(100% + 40px);
}

.FilterButtons--button--input {
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

.FilterButtons--button {
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
	min-width: 60px;
	padding: 5px 30px;
	padding: 0.3125rem 1.875rem;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-size: 200%;
	background-position-x: 100%;
	transition: all 250ms ease-in-out;
	background: transparent;
	color: #232222;
	color: var(--c-grey-dark);
	border: 1px solid #DEDDDB;
	border: 1px solid var(--c-grey-ui);
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 300ms ease-in-out;
}

.FilterButtons--button:hover {
	border-color: #232222;
	border-color: var(--c-grey-dark);
}

.FilterButtons--button--input:checked+.FilterButtons--button {
	background: transparent;
	border-color: #7AB800;
	transition: border-color 50ms ease-in-out;
}

@media (max-width: 750px) {

	.FilterBar--body .FilterButtons,
	.FilterBar--body .FilterButtons--scroller {
		margin: 0;
		padding: 0;
	}

	.FilterBar--body .FilterButtons:before {
		display: none;
	}

	.FilterBar--body .FilterButtons--inner {
		flex-direction: column !important;
	}

	.FilterBar--body .FilterButtons--inner {
		width: 100%;
	}

	.FilterBar--body .FilterButtons--inner .FilterButtons--button {
		width: 100%;
	}
}

.FilterCustomSelect {
	position: relative;
}

.FilterCustomSelect--legend {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	display: block;
	margin-bottom: 10px;
	color: #545860;
	color: var(--c-grey-medium);
	margin-bottom: 0;
}

@media (min-width: 400px) {
	.FilterCustomSelect--legend {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.FilterCustomSelect--legend {
		font-size: 14px;
	}
}

.FilterCustomSelect--label {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	display: block;
	margin-bottom: 10px;
	color: #545860;
	color: var(--c-grey-medium);
	margin-bottom: 0;
}

@media (min-width: 400px) {
	.FilterCustomSelect--label {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.FilterCustomSelect--label {
		font-size: 14px;
	}
}

.FilterCustomSelect--toggle {
	display: grid;
}

.FilterCustomSelect--toggle .FilterCustomSelect--toggle--button,
.FilterCustomSelect--toggle .FilterCustomSelect--toggle--text {
	grid-area: 1/1/span 1/span 1;
}

.FilterCustomSelect--toggle--button {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.666 13.3335L15.9993 18.6668L21.3327 13.3335' opacity='0.5' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 0 center;
	padding-right: 30px;
	text-overflow: ellipsis;
}

.FilterCustomSelect--toggle--button[aria-expanded=true] {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' style='transform: rotate(180deg)'%3E%3Cpath d='M10.666 13.3335L15.9993 18.6668L21.3327 13.3335' opacity='0.5' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}

.FilterCustomSelect--toggle--text {
	z-index: 1;
	pointer-events: none;
	padding-right: 30px;
}

.FilterCustomSelect--header--legend {
	display: flex;
}

.FilterCustomSelect--filterreset {
	padding-left: 15px;
	margin-left: 20px;
	font-size: 12px;
	position: relative;
	color: #7AB800;
	cursor: pointer;
	display: none;
}

.FilterCustomSelect--filterreset:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(-45deg);
	left: 5px;
	font-size: 5px;
}

.FilterCustomSelect--filterreset:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(45deg);
	left: 5px;
	font-size: 5px;
}

[data-js-filter-item].is-set .FilterCustomSelect--filterreset {
	display: block;
}

.FilterCustomSelect--toggle--text {
	display: flex;
	overflow: hidden;
}

.FilterCustomSelect--toggle--text--label {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	align-items: flex-start;
}

@media (min-width: 400px) {
	.FilterCustomSelect--toggle--text--label {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.FilterCustomSelect--toggle--text--label {
		font-size: 18px;
	}
}

.FilterCustomSelect--toggle--text--count {
	flex: 0 0 auto;
	display: inline-flex;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #ffffff;
	background-color: #7AB800;
	border-radius: 100%;
	font-size: 10px;
	margin-left: 5px;
}

.FilterCustomSelect--toggle--text--count:empty {
	display: none;
}

.FilterCustomSelect--flyout {
	overflow: hidden;
}

.FilterCustomSelect--flyout[data-hidden=true] {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	height: 0;
}

@media (min-width: 751px) {
	.FilterCustomSelect--flyout {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 5;
		background-color: #ffffff;
		background-color: var(--c-white);
		box-shadow: 0px 14px 20px rgba(84, 88, 96, 0.08);
	}
}

.FilterCustomSelect--flyout--inner {
	max-height: min(80vh, 400px);
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 750px) {
	.FilterCustomSelect--flyout--inner {
		max-height: none;
		max-height: initial;
		margin: 0 -15px 0 -20px;
	}
}

.FilterCustomSelect--flyout--footer {
	padding: 20px;
	display: flex;
}

.FilterCustomSelect--flyout--footer .Button {
	flex: 1 1 100%;
}

@media (max-width: 750px) {
	.FilterCustomSelect--flyout--footer {
		display: none;
	}
}

.FilterCustomSelect--item {
	position: relative;
	font-size: 14px;
}

.FilterCustomSelect--item>input {
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
	width: 20px;
	height: 20px;
	opacity: 0;
}

.FilterCustomSelect--item--input[type=radio]+label {
	border-color: #545860;
	border-color: var(--c-grey-medium);
}

.FilterCustomSelect--item--input[type=radio]+label:before,
.FilterCustomSelect--item--input[type=radio]+label:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background: #ffffff;
	background: var(--c-white);
	transform: translateY(-50%);
}

.FilterCustomSelect--item--input[type=radio]+label:before {
	border: 1px solid #545860;
	border: 1px solid var(--c-grey-medium);
}

.FilterCustomSelect--item--input[type=radio]:not(:checked)+label:after {
	visibility: hidden;
}

.FilterCustomSelect--item--input[type=radio].error+label:before {
	border-color: #FF0000;
	background-color: rgba(255, 0, 0, 0.05);
}

.FilterCustomSelect--item--input[type=radio]+label:before,
.FilterCustomSelect--item--input[type=radio]+label:after {
	border-radius: 100%;
}

.FilterCustomSelect--item--input[type=radio]:checked+label:before {
	border-color: #7AB800;
}

.FilterCustomSelect--item--input[type=radio]+label:after {
	width: 6px;
	height: 6px;
	background: #7AB800;
	margin: 0 7px;
}

.FilterCustomSelect--item--input[type=checkbox]+label {
	border-color: #545860;
	border-color: var(--c-grey-medium);
}

.FilterCustomSelect--item--input[type=checkbox]+label:before,
.FilterCustomSelect--item--input[type=checkbox]+label:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background: #ffffff;
	background: var(--c-white);
	transform: translateY(-50%);
}

.FilterCustomSelect--item--input[type=checkbox]+label:before {
	border: 1px solid #545860;
	border: 1px solid var(--c-grey-medium);
}

.FilterCustomSelect--item--input[type=checkbox]:not(:checked)+label:after {
	visibility: hidden;
}

.FilterCustomSelect--item--input[type=checkbox].error+label:before {
	border-color: #FF0000;
	background-color: rgba(255, 0, 0, 0.05);
}

.FilterCustomSelect--item--input[type=checkbox]+label:before {
	border-radius: 1px;
	border-radius: 3px;
}

.FilterCustomSelect--item--input[type=checkbox]+label:after {
	width: 10.733126292px;
	height: 5.366563146px;
	margin: 0;
	border: solid #7AB800;
	background: transparent;
	border-width: 0 0 1px 1px;
	transform: translate(-4px, -66.5%) rotate(-45deg);
}

.FilterCustomSelect--item--label {
	position: relative;
	display: block;
	min-height: 20px;
	padding: 8px 0;
	padding-right: 40px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 50px;
}

.FilterCustomSelect--item--label:before,
.FilterCustomSelect--item--label:after {
	right: 20px !important;
}

input:checked+.FilterCustomSelect--item--label,
.FilterCustomSelect--item--label:hover {
	background-color: #F8F7F5;
	background-color: var(--c-grey-background);
}

.FilterSearch--inner {
	display: flex;
	align-items: center;
}

.FilterSearch--inner .Icon {
	color: #545860;
	color: var(--c-grey-medium);
	width: 16px;
	height: 16px;
	margin: 16px;
}

.FilterSearch--label {
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

.FilterSearch--input {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	width: 8em;
}

@media (max-width: 750px) {
	.FilterSearch--input {
		width: 100%;
	}
}

.FilterSelect {
	border-bottom: 1px solid #DEDDDB;
	border-bottom: 1px solid var(--c-grey-ui);
}

.FilterBar .FilterSelect {
	border-bottom: 0;
}

.FilterSelect--label {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	display: block;
	margin-bottom: 10px;
	color: #545860;
	color: var(--c-grey-medium);
	margin-bottom: 0;
}

@media (min-width: 400px) {
	.FilterSelect--label {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.FilterSelect--label {
		font-size: 14px;
	}
}

.FilterSelect--select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	background-color: var(--c-white);
	border: 0;
	border-bottom: 1px solid #DEDDDB;
	border-bottom: 1px solid var(--c-grey-ui);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	color: #232222;
	color: var(--c-grey-dark);
	font-size: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.666 13.3335L15.9993 18.6668L21.3327 13.3335' opacity='0.5' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 0 center;
	padding-right: 30px;
	text-overflow: ellipsis;
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	border-bottom: 0;
}

@media (min-width: 400px) {
	.FilterSelect--select {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.FilterSelect--select {
		font-size: 18px;
	}
}

.HeroImage {
	--bg-color: white;
	--dot-color: #7AB800;
	margin-bottom: 6.25rem;
}


@media (min-width: 751px) {
	.HeroImage.has-quickLinks .HeroImage--content {
		margin-bottom: 5.25rem;
	}

	.HeroImage--content {
		margin-bottom: 8rem;
	}
	.HeroImage--inner.noButton .HeroImage--content{
		margin-bottom: 4rem;
	}
}

.HeroImage.no-gap {
	margin-bottom: 0;
}

@media (min-width: 751px) {
	.HeroImage.text-dark .HeroImage--title {
		color: #232222;
	}
}

.HeroImage--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

@media (min-width: 1921px) {
	.HeroImage--inner {
		--site-width: 1820px;
		--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
	}
}

.HeroImage--inner .HeroImage--image,
.HeroImage--inner .HeroImage--bg {
	grid-area: 1/1/span 1/span 14;
}

@media (min-width: 1441px) {

	.HeroImage--inner .HeroImage--image,
	.HeroImage--inner .HeroImage--bg {
		/* min-height: max(33.33vw, 400px);
		max-height: calc(100vh - 170px); */
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 1151px) {

	.HeroImage--inner .HeroImage--image,
	.HeroImage--inner .HeroImage--bg {
		grid-area: 1/2/span 1/span 12;
	}
}

@media (max-width: 750px) {

	.HeroImage--inner .HeroImage--image,
	.HeroImage--inner .HeroImage--bg {
		grid-row-start: 2;
	}
}

.HeroImage--inner .HeroImage--content,
.HeroImage--inner .HeroImage--quickLinks {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {

	.HeroImage--inner .HeroImage--content,
	.HeroImage--inner .HeroImage--quickLinks {
		grid-area: 1/3/span 1/span 10;
	}
}

.HeroImage--inner .HeroImage--content {
	grid-column-end: span 6;
}

@media (max-width: 750px) {
	.HeroImage--inner .HeroImage--content {
		grid-column-end: span 12;
	}
}

.HeroImage--inner .HeroImage--quickLinks {
	grid-row-start: 2;
	margin-top: -3.125rem;
}


@media (max-width: 750px) {
	.HeroImage--inner .HeroImage--quickLinks {
		grid-row-start: 3;
	}
}

.HeroImage--image .Picture {
	position: relative;
}

.HeroImage--image .Picture:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(208.46deg, rgba(0, 0, 0, 0) 59.97%, rgba(0, 0, 0, 0.5) 82.17%);
}

.HeroImage--image .HeroImage--image-mobile {
	display: none;
}

@media (max-width: 750px) {
	.HeroImage--image .HeroImage--image-mobile {
		display: block;
	}
}

.HeroImage--image .HeroImage--image-desktop {
	display: block;
}

@media (max-width: 750px) {
	.HeroImage--image .HeroImage--image-desktop {
		display: none;
	}
}

.HeroImage--image .HeroImage--image-auto {
	display: block;
	aspect-ratio: 16/9;
	max-height: 650px;
	width: 100%;
}

.HeroImage--image .HeroImage--image-auto img {
	object-position: center;
}

@media (min-width: 1751px) {
	.HeroImage--image .HeroImage--image-auto {
		max-height: 650px;
	}
}

@media (min-width: 1851px) {
	.HeroImage--image .HeroImage--image-auto {
		max-height: 750px;
	}
}

@media (min-width: 2400px) {
	.HeroImage--image .HeroImage--image-auto {
		max-height: 950px;
	}
}


@media (max-width: 750px) {
	.HeroImage--image .HeroImage--image-auto {
		aspect-ratio: 1/1;
	}
}

/* .HeroImage--bg {
	background: linear-gradient(90deg, #ffffff 13px, transparent 1%) center, linear-gradient(#ffffff 13px, transparent 1%) center, #7AB800;
	background: linear-gradient(90deg, var(--bg-color, var(--c-white)) 13px, transparent 1%) center, linear-gradient(var(--bg-color, var(--c-white)) 13px, transparent 1%) center, var(--dot-color, #7AB800);
	background-size: 15px 15px;
	-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: 50vw 0;
	mask-position: 50vw 0;
	mix-blend-mode: multiply;
	z-index: 1;
	box-shadow: inset 0px 0px 2vw 10px #FFFFFF;
} */

.HeroImage--content {
	z-index: 1;
	align-self: flex-end;
}

.HeroImage--quickLinks {
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 1.25rem;
}

.HeroImage--quickLinks .Quicklink {
	flex: 1 1 auto;
	width: 25%;
}

@media (max-width: 750px) {
	.HeroImage--quickLinks {
		flex-wrap: wrap;
	}

	.HeroImage--quickLinks .Quicklink {
		width: 100%;
	}
}

.HeroImage--title {
	margin-bottom: 1.25rem;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h1; */
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #ffffff;
}

@media (min-width: 1150px) {
	.HeroImage--title {
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 1440px) {
	/* .HeroImage--title {
		margin-bottom: 50px;
	} */
}

@media (min-width: 400px) {
	.HeroImage--title {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (min-width: 1440px) {
	.HeroImage--title {
		font-size: 90px;
	}
}

@media (max-width: 1440px) {
	.HeroImage--title {
		font-size: 70px;
	}
}

@media (max-width: 1150px) {
	.HeroImage--title {
		font-size: 50px;
	}
}


@media (max-width: 750px) {
	.HeroImage--title {
		color: #232222;
		color: var(--c-grey-dark);
		margin-bottom: 2rem;
	}
}

.HeroTeaser {
	margin-bottom: 6.25rem;
}

.HeroTeaser--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	align-items: center;
}

.HeroTeaser--media {
	grid-area: 1/2/span 1/span 6;
	overflow: hidden;
}

@media (max-width: 900px) {
	.HeroTeaser--media {
		grid-area: 1/2/span 1/span 12;
		margin-bottom: 40px;
	}
}

@media (max-width: 900px) and (min-width: 1150px) {
	.HeroTeaser--media {
		margin-bottom: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (max-width: 900px) and (min-width: 1440px) {
	.HeroTeaser--media {
		margin-bottom: 100px;
	}
}

@media (max-width: 580px) {
	.HeroTeaser--media {
		grid-area: 1/1/span 1/span 14;
	}
}

.HeroTeaser--content {
	grid-area: 1/8/span 1/span 5;
	margin-bottom: 20px;
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #232222;
	color: var(--c-grey-dark);
}

.HeroTeaser--content.HeroTeaser--content--fullwidth {
	grid-area: 1/2/span 1/span 12;
}

@media (max-width: 900px) {
	.HeroTeaser--content {
		grid-area: 2/2/span 1/span 12;
	}
}

@media (min-width: 1150px) {
	.HeroTeaser--content {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}

	.HeroTeaser--content.HeroTeaser--content--fullwidth {
		grid-area: 1/3/span 1/span 12;
	}

}

@media (min-width: 1440px) {
	.HeroTeaser--content {
		margin-bottom: 30px;
	}
}

@media (min-width: 400px) {
	.HeroTeaser--content {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.HeroTeaser--content {
		font-size: 18px;
	}
}

.HeroTeaser--pretitle {
	margin-bottom: 10px;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 400;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7AB800;
}

@media (min-width: 1150px) {
	.HeroTeaser--pretitle {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeroTeaser--pretitle {
		margin-bottom: 20px;
	}
}

@media (min-width: 400px) {
	.HeroTeaser--pretitle {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.HeroTeaser--pretitle {
		font-size: 14px;
	}
}

.HeroTeaser--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h1; */
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

@media (min-width: 400px) {
	.HeroTeaser--title {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (min-width: 1440px) {
	.HeroTeaser--title {
		font-size: 90px;
	}
}

@media (max-width: 1440px) {
	.HeroTeaser--title {
		font-size: 70px;
	}
}

@media (max-width: 1150px) {
	.HeroTeaser--title {
		font-size: 50px;
	}
}

@media (min-width: 1150px) {
	.HeroTeaser--title {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeroTeaser--title {
		margin-bottom: 30px;
	}
}

.HeroTeaser--buttons {
	margin: -10px;
}

@media (max-width: 1150px) {
	.HeroTeaser--buttons {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.HeroTeaser--buttons .Button {
	flex: 1 0 auto;
	margin: 10px;
}

@media (max-width: 580px) {
	.HeroTeaser--buttons .Button {
		width: calc(100% - 20px);
	}
}

.HeroTeaser--Slider {
	overflow: hidden;
}

.HeroTeaser--Slider--slider>li {
	width: 100%;
}

.HeroTeaser--Slider--slider>li>* {
	width: 100%;
	margin: 0;
}

.HeroTeaser--Slider--controls--btn {
	margin-top: 10px;
}

@media (max-width: 900px) {
	.HeroTeaser--Slider--controls--btn {
		display: none;
	}
}

.HeroTeaser--Slider--pagination {
	margin-top: 20px;
}

@media (min-width: 901px) {
	.HeroTeaser--Slider--pagination {
		display: none;
	}
}

.HeroTeaser--Slider--pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	margin: 0 5px;
	border-radius: 2px;
	background: #545860;
	background: var(--c-grey-medium);
	opacity: 0.3;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.HeroTeaser--Slider--pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 60px;
	background: linear-gradient(90deg, #7AB800 0%, #006443 100%);
}

.HeroText {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	--bg-color: var(--c-white);
	--dot-color: #7AB800;
	overflow: hidden;
	position: relative;
}

.HeroText--inner {
	grid-area: 1/2/span 1/span 12;
}

.HeroText.secondary .HeroText--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
	background: #000000;
	background: var(--c-black);
	color: #000000;
	background: -webkit-radial-gradient(circle, #000000 0%, #000000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	text-shadow: 0px 0px rgba(0, 0, 0, 0);
}

@media (min-width: 400px) {
	.HeroText.secondary .HeroText--title {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.HeroText.secondary .HeroText--title {
		font-size: 50px;
	}

	.HeroText {
		margin-top: -60px;
	}
}

@media (min-width: 1150px) {
	.HeroText.secondary .HeroText--title {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeroText.secondary .HeroText--title {
		margin-bottom: 20px;
	}
}

.HeroText--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: repeat(12, 1fr);
	background-color: var(--bg-color);
}

@media (max-width: 1150px) {
	.HeroText--inner {
		grid-area: 1/2/span 1/span 12;
	}
}

.HeroText--bg {
	/* background: linear-gradient(90deg, #ffffff 13px, transparent 1%) center, linear-gradient(#ffffff 13px, transparent 1%) center, #7AB800;
	background: linear-gradient(90deg, var(--bg-color, var(--c-white)) 13px, transparent 1%) center, linear-gradient(var(--bg-color, var(--c-white)) 13px, transparent 1%) center, var(--dot-color, #7AB800);
	background-size: 15px 15px; 
	-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: 50vw 0;
	mask-position: 50vw 0;
	grid-area: 1/1/span 1/span 14;*/
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="770" height="865" viewBox="0 0 770 865" fill="none"><rect width="1600" height="1600" transform="translate(0 -435)" fill="white"/><mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="-435" width="770" height="1600"><circle cx="800" cy="365" r="800" fill="url(%23paint0_radial)"/></mask><g mask="url(%23mask0)"><rect height="1600" transform="translate(0 -435)" fill="url(%23pattern0)" width="100%"/></g><defs><radialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(800 365) rotate(90) scale(800)"><stop offset="0.495192"/><stop offset="1" stop-opacity="0"/></radialGradient><pattern id="pattern0" patternUnits="userSpaceOnUse" patternTransform="matrix(20 0 0 20 790 790)" viewBox="0 0 20 20" width="1" height="1"><path d="M0 18V20H2V19.75H0.25V18H0Z" fill="%237AB800"/><path d="M20 2V0H18V0.25H19.75V2H20Z" fill="%237AB800"/><path d="M20 18V20H18V19.75H19.75V18H20Z" fill="%237AB800"/><path d="M0 2V0H2V0.25H0.25V2H0Z" fill="%237AB800"/></pattern></defs></svg>');
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right;
}

.HeroText--content {
	padding-bottom: 7.157rem;
	padding-top: 7.157rem;
	grid-area: 1/4/span 1/span 6;
	position: relative;
	width: calc(100% - -5px);
}


@media (max-width: 1150px) {
	.HeroText--content {
		grid-area: 1/2/span 1/span 10;
	}
}

@media (max-width: 750px) {
	.HeroText--content {
		grid-area: 1 / 2 / span 1 / span 12;
		width: 100%;
	}

	.HeroText--content {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}

	.HeroText--bg {
		background-position: -10%;
	}
}

@media (min-width: 1151px) {
	.textalignleft .HeroText--content {
		grid-area: 1/2/span 1/span 7;
	}
	.HeroText--content {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}
}
@media (min-width: 1151px) {
	.textalignleft .HeroText--content {
		grid-area: 1/2/span 1/span 7;
	}
}

.HeroText--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 500;
	/* font-size: h1; */
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #7AB800;
	background: -webkit-radial-gradient(circle, #7AB800 0%, #006443 300%);
	background-position: -300px -80px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	text-shadow: 0px 0px rgba(0, 0, 0, 0);
}

@media (min-width: 400px) {
	/* .HeroText--title {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	} */
}

@media (min-width: 1440px) {
	.HeroText--title {
		font-size: 50px;
		line-height: 1.1;
		padding-right: 15px;
	}
}

/* @media (max-width: 1440px) {
	.HeroText--title {
		font-size: 40px;
	}
} */

@media (max-width: 1150px) {
	.HeroText--title {
		font-size: 40px;
		line-height: 1.1;
	}
}

@media (max-width: 750px) {
	.HeroText--title {
		font-size: 32px;
	}
}

@media (min-width: 1150px) {
	.HeroText--title {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeroText--title {
		margin-bottom: 20px;
	}
}

.theme-dark .HeroText--title {
	color: #ffffff;
}

.HeroText--text {
	/* font-size: m; */
	font-size: 18px;
	color: #545860;
	color: var(--c-grey-dark);
	margin-bottom: 30px;
	line-height: 1.1;
	font-weight: 500;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
}

@media (min-width: 400px) {
	.HeroText--text {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.HeroText--text {
		font-size: 26px;
	}
}

@media (min-width: 1150px) {
	.HeroText--text {
		margin-bottom: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.HeroText--text {
		margin-bottom: 30px;
	}
}

.HeroText--ctas {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -10px;
}

@media (min-width: 751px) {
	.HeroText--ctas {
		display: block;
	}
}

@media (min-width: 1150px) {
	.HeroText--ctas {
		margin-top: calc(3.4482758621vw - 29.6551724138px);
		display: block;
	}
}

@media (min-width: 1440px) {
	.HeroText--ctas {
		margin-top: 20px;
	}
}

.HeroText--ctas .Button {
	flex: 1 0 auto;
	margin: 10px;
}

@media (max-width: 580px) {
	.HeroText--ctas .Button {
		width: calc(100% - 20px);
	}
}

.IframeContainer {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.IframeContainer--inner {
	grid-area: 1/2/span 1/span 12;
}

.IframeContainer:not(.size-handled) .IframeContainer--inner {
	position: relative;
	padding-top: max(60%, 326px);
	height: 0;
	width: 100%;
}

.IframeContainer:not(.size-handled) .IframeContainer--inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.KeyFact--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	.KeyFact--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.KeyFact--title {
		font-size: 26px;
	}
}

@media (min-width: 1150px) {
	.KeyFact--title {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.KeyFact--title {
		margin-bottom: 20px;
	}
}

.KeyFact--text {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 400px) {
	.KeyFact--text {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.KeyFact--text {
		font-size: 18px;
	}
}

.KeyFactList {
	margin-bottom: 12.5rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.KeyFactList--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.KeyFactList--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

.KeyFactList--list {
	display: block;
	counter-reset: KeyFactList--list;
	/*html*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6.25rem 3.125rem;
}

.KeyFactList--list>li {
	position: relative;
	padding-left: 2em;
	position: relative;
	list-style-type: none;
	margin-bottom: 1.5ex;
}

.KeyFactList--list>li:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 2em;
	color: #7AB800;
}

.KeyFactList--list>li:before {
	font-weight: 700;
	counter-increment: KeyFactList--list;
	content: counter(KeyFactList--list) ".";
	text-align: center;
}

.ie .KeyFactList--list>li {
	list-style: decimal inside none;
}

@media (max-width: 1150px) {
	.KeyFactList--list {
		gap: 3.125rem 3.125rem;
	}
}

.KeyFactList--list>li {
	margin-bottom: 0;
	min-width: 15em;
	flex: 1 0 calc(50% - 3.125rem);
	padding-left: 3.125rem;
}

@media (max-width: 1150px) {
	.KeyFactList--list>li {
		padding-left: 0;
	}
}

@media (max-width: 580px) {
	.KeyFactList--list>li {
		flex: 0 0 calc(100% - 3.125rem);
	}
}

.KeyFactList--list>li:before {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
}

@media (min-width: 400px) {
	.KeyFactList--list>li:before {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.KeyFactList--list>li:before {
		font-size: 26px;
	}
}

@media (max-width: 1150px) {
	.KeyFactList--list>li:before {
		position: relative;
		display: block;
		margin-bottom: 3.125rem;
	}
}

.KeyFactList--list>li:nth-child(-n+9):before {
	content: "0"counter(KeyFactList--list);
}

.LeadText {
	margin-bottom: 6rem;
	margin-top: 6rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.LeadText--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.LeadText--inner {
		grid-area: 1/4/span 1/span 8;
	}
}

.LeadText--inner {
	text-align: center;
}

.LeadText--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7AB800;
	margin-bottom: 10px;
}

.LeadText--cta {
	margin-top: 30px;
}

@media (min-width: 400px) {
	.LeadText--title {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.LeadText--title {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.LeadText--title {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}

	.LeadText--cta {
		margin-top: 34px;
	}
}

@media (min-width: 1440px) {
	.LeadText--title {
		margin-bottom: 20px;
	}
}

.LeadText--text {
	/* font-size: lead; */
	font-size: 22px;
	color: #232222;
	color: var(--c-grey-dark);
}

@media (min-width: 400px) {
	.LeadText--text {
		font-size: calc(0.5769230769vw + 19.6923076923px);
	}
}

@media (min-width: 1440px) {
	.LeadText--text {
		font-size: 28px;
	}
}

.LinkList.standalone {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.LinkList.standalone--inner {
	grid-area: 1/2/span 1/span 12;
}

.LinkList.standalone .LinkList--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.LinkList.standalone .LinkList--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

.LinkList.two-col .LinkList--links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 3.125rem;
	width: 100%;
}

.LinkList.two-col .LinkList--links .LinkListLink {
	flex: 1 1 calc(50% - 1.5625rem);
	min-width: 18em;
}

.LinkList.no-border-on-last-item .LinkList--links .LinkListLink:last-child {
	border-bottom: none;
}

.LinkListLink {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	text-align: left;
	gap: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: background-color 0.3s ease-in-out;
	border-bottom: 1px solid #DEDDDB;
	border-bottom: 1px solid var(--c-grey-ui);
}

@media (min-width: 1150px) {
	.LinkListLink {
		gap: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.LinkListLink {
		gap: 30px;
	}
}

@media (min-width: 1150px) {
	.LinkListLink {
		padding-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.LinkListLink {
		padding-top: 30px;
	}
}

@media (min-width: 1150px) {
	.LinkListLink {
		padding-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.LinkListLink {
		padding-bottom: 30px;
	}
}

.LinkListLink .LinkListLink--content {
	flex: 1 1 auto;
	transition: transform 0.3s ease-in-out;
}

.LinkListLink .LinkListLink--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 400px) {
	.LinkListLink .LinkListLink--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.LinkListLink .LinkListLink--title {
		font-size: 26px;
	}
}

.LinkListLink .LinkListLink--text {
	margin-top: 9px;
	color: #545860;
	color: var(--c-grey-medium);
}

.LinkListLink .LinkListLink--media,
.LinkListLink .LinkListLink--icon {
	position: relative;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.75rem;
	height: 5.75rem;
}

.LinkListLink .LinkListLink--media {
	color: #545860;
	color: var(--c-grey-medium);
}

.LinkListLink .LinkListLink--media .Picture {
	width: 72px;
	height: 72px;
}

.LinkListLink .LinkListLink--icon {
	color: #7AB800;
}

@media (hover: hover) {

	.LinkListLink true,
	.LinkListLink:hover {
		background-color: #F2FCE2;
	}

	.LinkListLink true .LinkListLink--content,
	.LinkListLink:hover .LinkListLink--content {
		transform: translateX(5px) translateY(-5px);
	}

	.LinkListLink true .LinkListLink--media+.LinkListLink--content,
	.LinkListLink:hover .LinkListLink--media+.LinkListLink--content {
		transform: translateX(-5px) translateY(-5px);
	}

	.LinkListLink true .LinkListLink--title,
	.LinkListLink:hover .LinkListLink--title {
		color: #232222;
	}

	.LinkListLink true .LinkListLink--text,
	.LinkListLink:hover .LinkListLink--text {
		color: #545860;
	}
}

.LinkListLink--text {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	color: #545860;
	color: var(--c-grey-medium);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

@media (min-width: 400px) {
	.LinkListLink--text {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.LinkListLink--text {
		font-size: 14px;
	}
}

.Media {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.Media .Media--inner {
	grid-area: 1/2/span 1/span 12;
}

.Media.portrait .Media--inner {
	grid-area: 1/8/span 1/span 6;
}

@media (max-width: 580px) {
	.Media.portrait .Media--inner {
		grid-area: 1/5/span 1/span 9;
	}
	.LinkListLink .LinkListLink--media .Picture img{
		object-fit: contain;
	}
}

.Media--inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.MediaTextTeaser:not(.subcomponent) {
	--site-width: 1340px;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-right: var(--site-margin);
	position: relative;
	width: calc(100% - 2 * max(50px, (100vw - 0px - 1340px) * 0.5));
	width: calc(100% - 2 * var(--site-margin));
	margin-bottom: 6.25rem;
}

@media (min-width: 1441px) {
	.MediaTextTeaser:not(.subcomponent) {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

.MediaTextTeaser:not([data-hidden=true])~.MediaTextTeaser {
	border-top: 1px solid #DEDDDB;
	border-top: 1px solid var(--c-grey-ui);
	margin-bottom: 6.25rem;
	margin-top: -4.6875rem;
	padding-top: 1.5625rem;
}

.MediaTextTeaser .Icon {
	color: #7AB800;
}

.MediaTextTeaser.vertical .MediaTextTeaser--title {
	margin-bottom: 10px;
}

@media (min-width: 1150px) {
	.MediaTextTeaser.vertical .MediaTextTeaser--title {
		margin-bottom: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser.vertical .MediaTextTeaser--title {
		margin-bottom: 10px;
	}
}

.MediaTextTeaser.vertical .MediaTextTeaser--content {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 400px) {
	.MediaTextTeaser.vertical .MediaTextTeaser--content {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser.vertical .MediaTextTeaser--content {
		font-size: 14px;
	}
}

.MediaTextTeaser--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 30px 0;
}

.MediaTextTeaser--inner .MediaTextTeaser--media {
	grid-area: 1/1/span 1/span 12;
}

.MediaTextTeaser--inner .MediaTextTeaser--tags {
	grid-area: 1/1/span 1/span 12;
}

.MediaTextTeaser--inner .MediaTextTeaser--content {
	grid-area: 2/1/span 1/span 12;
}

@media (min-width: 751px) {
	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner {
		grid-gap: 20px 3.125rem;
		grid-gap: 20px var(--grid-gap);
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--media {
		grid-area: 1/1/span 3/span 5;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--tags {
		grid-area: 1/2/span 1/span 8;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--content {
		grid-area: 2/2/span 1/span 8;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--media~.MediaTextTeaser--tags {
		grid-area: 1/1/span 3/span 4;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--media~.MediaTextTeaser--content {
		grid-area: 2/6/span 1/span 8;
	}
}

@media (min-width: 1151px) {
	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--media {
		grid-area: 1/1/span 3/span 4;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--tags {
		grid-area: 1/2/span 1/span 7;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--content {
		grid-area: 2/2/span 1/span 7;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--media~.MediaTextTeaser--tags {
		grid-area: 1/1/span 3/span 4;
	}

	.MediaTextTeaser:not(.vertical) .MediaTextTeaser--inner .MediaTextTeaser--media~.MediaTextTeaser--content {
		grid-area: 2/5/span 1/span 8;
	}
}

a.MediaTextTeaser--IconLink .Icon,
a.MediaTextTeaser--inner .Icon {
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}




@media (hover: hover) {

	a.MediaTextTeaser--IconLink:hover .Icon,
	a.MediaTextTeaser--inner:hover .Icon {
		transform: scale(1.1);
	}

	a.MediaTextTeaser--IconLink:hover .Icon[data-name=icon-48-arrow-right],
	a.MediaTextTeaser--inner:hover .Icon[data-name=icon-48-arrow-right] {
		transform: translateX(10px);
	}

	a.MediaTextTeaser--IconLink:focus .Icon,
	a.MediaTextTeaser--inner:focus .Icon {
		transform: scale(1.1);
	}

	a.MediaTextTeaser--IconLink:focus .Icon[data-name=icon-48-arrow-right],
	a.MediaTextTeaser--inner:focus .Icon[data-name=icon-48-arrow-right] {
		transform: translateX(10px);
	}
}

a.MediaTextTeaser--inner .MediaTextTeaser--image {
	position: relative;
}

a.MediaTextTeaser--inner .MediaTextTeaser--image:after {
	content: "＋";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 75px;
	line-height: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5);
}

@media (hover: hover) {
	a.MediaTextTeaser--inner:hover .MediaTextTeaser--image:after {
		opacity: 1;
	}

	a.MediaTextTeaser--inner:focus .MediaTextTeaser--image:after {
		opacity: 1;
	}
}

.MediaTextTeaser--media {
	position: relative;
}

.MediaTextTeaser--image .Picture {
	height: 100%;
}

.MediaTextTeaser--video .Video {
	height: 100%;
	width: 100%;
}

.MediaTextTeaser--tags {
	position: relative;
	z-index: 1;
	margin: -0.25em;
	pointer-events: none;
}

.relatedProductTeaser--tags {
    position: absolute;
    top: 20px;
    left: 0;
}

.MediaTextTeaser--tags .Tag {
	margin: 0.25em;
}

.MediaTextTeaser--media~.MediaTextTeaser--tags {
	padding: 1.25rem;
}

.MediaTextTeaser--content {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 400px) {
	.MediaTextTeaser--content {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--content {
		font-size: 18px;
	}
}

.MediaTextTeaser--pretitle {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10px;
	display: block;
}

@media (min-width: 400px) {
	.MediaTextTeaser--pretitle {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--pretitle {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.MediaTextTeaser--pretitle {
		margin-bottom: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--pretitle {
		margin-bottom: 10px;
	}
}

.MediaTextTeaser--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #232222;
	color: var(--c-grey-dark);
}

@media (min-width: 400px) {
	.MediaTextTeaser--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--title {
		font-size: 28px;
	}
}

@media (min-width: 1150px) {
	.MediaTextTeaser--title {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--title {
		margin-bottom: 20px;
	}
}

.MediaTextTeaser--title em {
	color: #7AB800;
}

.MediaTextTeaser--text {
	margin-bottom: 10px;
}

@media (min-width: 1150px) {
	.MediaTextTeaser--text {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--text {
		margin-bottom: 20px;
	}
}

.MediaTextTeaser--text em {
	color: #7AB800;
}

.MediaTextTeaser--IconLink {
	display: block;
	margin-top: 20px;
}

@media (min-width: 1150px) {
	.MediaTextTeaser--IconLink {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.MediaTextTeaser--IconLink {
		margin-top: 30px;
	}
}

.Quote {
	margin-bottom: 12.5rem;
	margin-top: 12.5rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	--quote-gap: 50px;
}

.Quote--inner {
	grid-area: 1/4/span 1/span 8;
}

@media (min-width: 751px) {
	.Quote--inner {
		grid-area: 1/5/span 1/span 6;
	}
}

@media (min-width: 1151px) {
	.Quote--inner {
		grid-area: 1/6/span 1/span 4;
	}
}

.Quote.standalone {
	display: block;
	margin: calc(1 * var(--quote-gap) - 2px);
}

@media (max-width: 1150px) {
	.Quote {
		--quote-gap: 40px;
	}
}

.Quote--content {
	position: relative;
}

.Quote--content:before,
.Quote--content:after {
	content: "";
	position: absolute;
}

.Quote--content:before {
	left: calc(-1 * var(--quote-gap) - 2px);
	right: calc(-1 * var(--quote-gap) - 2px);
	top: calc(-1 * var(--quote-gap) - 2px);
	bottom: calc(-1 * var(--quote-gap) - 2px);
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	background-size: 200% 200%;
	background-position: 0% 100%;
	-webkit-clip-path: polygon(var(--quote-gap) var(--quote-gap), var(--quote-gap) 0, 100% 0, 100% 100%, 0 100%, 0 var(--quote-gap));
	clip-path: polygon(var(--quote-gap) var(--quote-gap), var(--quote-gap) 0, 100% 0, 100% 100%, 0 100%, 0 var(--quote-gap));
}

.Quote--content:after {
	left: calc(-1 * var(--quote-gap));
	right: calc(-1 * var(--quote-gap));
	top: calc(-1 * var(--quote-gap));
	bottom: calc(-1 * var(--quote-gap));
	background: #ffffff;
	background: var(--page-background);
}

.Quote--content>* {
	position: relative;
	z-index: 1;
}

.Quote--footer {
	margin-top: 10px;
	text-align: right;
}

@media (min-width: 1150px) {
	.Quote--footer {
		margin-top: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.Quote--footer {
		margin-top: 20px;
	}
}

.Quote--plus {
	position: absolute;
	top: calc(-1 * var(--quote-gap) - 2px);
	left: calc(-1 * var(--quote-gap) - 2px);
	width: var(--quote-gap);
	height: var(--quote-gap);
	transform: translate(-50%, -50%);
}

.Quote--plus:before,
.Quote--plus:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-flex;
	background-color: #006443;
	width: 100%;
	height: 2px;
}

.Quote--plus:after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
}

.Quote--quote--text {
	font-family: "Literata", Georgia, serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #232222;
	color: var(--c-grey-dark);
}

.Quote--caption {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	color: #545860;
	color: var(--c-grey-medium);
	margin-top: 20px;
}

@media (min-width: 400px) {
	.Quote--caption {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.Quote--caption {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.Quote--caption {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.Quote--caption {
		margin-top: 30px;
	}
}

.Quote--caption:before {
	content: "";
	display: inline-flex;
	align-items: center;
	height: 0.5em;
	width: 0.75em;
	border-top: 1px solid currentcolor;
	margin-right: 0.5em;
}

.Section {
	margin-bottom: 6.25rem;
	overflow: hidden;
}

.Section.bg-light {
	background-color: #F8F7F5;
	background-color: var(--c-grey-background);
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.Section.bg-light .SectionTitle {
	margin-top: 0;
}

.Section.gap-title-small .SectionTitle {
	margin-bottom: 3.125rem;
}

.Section--body>*:first-child {
	margin-top: 0;
}

.Section--body>*:last-child {
	margin-bottom: 0;
}

.Section--body>*:nth-last-child(1 of :not([data-hidden])) {
	margin-bottom: 0;
}

.Section--footer {
	margin-top: 3.125rem;
}

.SplitView {
	margin-bottom: 6.25rem;
}

main>.SplitView:first-child {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

.SplitView--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	grid-row-gap: 62.5px;
}

.SplitView--inner .SplitView--left {
	grid-area: 1/3/span 1/span 5;
}

@media (max-width: 1150px) {
	.SplitView--inner .SplitView--left {
		grid-area: 1/2/span 1/span 12;
	}
}

.SplitView--inner .SplitView--right {
	grid-area: 1/8/span 1/span 5;
}

@media (max-width: 1150px) {
	.SplitView--inner .SplitView--right {
		grid-area: 2/2/span 1/span 12;
	}
}

.SplitView--left,
.SplitView--right {
	position: relative;
}

@media (min-width: 901px) {

	.SplitView--left,
	.SplitView--right {
		margin: -25px 0;
	}
}

@media (max-width: 750px) {

	.SplitView--left,
	.SplitView--right {
		width: 100%;
	}
}

.SplitView--left .SplitView--content>*:not([class]) {
	max-width: 90%;
}

.SplitView--content {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width: 400px) {
	.SplitView--content {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.SplitView--content {
		font-size: 18px;
	}
}

@media (min-width: 901px) {
	.SplitView--content {
		padding: 25px 0;
		position: sticky;
		top: 0;
	}
}

.SplitView--content.SplitView--content>*:first-child {
	margin-top: 0;
}

.SplitView--content.SplitView--content>*:last-child {
	margin-bottom: 0;
}

.SplitView--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 400px) {
	.SplitView--title {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.SplitView--title {
		font-size: 50px;
	}
}

.SplitView--description {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
	color: var(--c-grey-medium);
	margin-top: 20px;
	width: 85%;
}

@media (min-width: 400px) {
	.SplitView--description {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.SplitView--description {
		font-size: 18px;
	}
}

@media (min-width: 1150px) {
	.SplitView--description {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.SplitView--description {
		margin-top: 30px;
	}
}

.SplitView--description p+p {
	margin-top: 1em;
}

.Table {
	/* font-size: s; */
	font-size: 14px;
	margin-bottom: 75px;
}

.Table.is-validate {
	overflow: auto;
}

@media (min-width: 400px) {
	.Table {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.Table {
		font-size: 14px;
	}
}

.Table table {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
}

@media (min-width: 400px) {
	.Table table {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.Table table {
		font-size: 18px;
	}
}

.Table table th,
.Table table td {
	padding: 1em 0.4em;
	border-bottom: 1px solid #545860;
}

@media (max-width: 750px) {

	.Table table th,
	.Table table td {
		padding-top: 10;
		padding-bottom: 10;
	}
}

.Table table th[align=right],
.Table table td[align=right] {
	text-align: right;
}

.Table table th[align=center],
.Table table td[align=center] {
	text-align: center;
}

.Table table th[valign=top],
.Table table td[valign=top] {
	vertical-align: top;
}

.Table table th[valign=middle],
.Table table td[valign=middle] {
	vertical-align: middle;
}

.Table table th[valign=bottom],
.Table table td[valign=bottom] {
	vertical-align: bottom;
}

.Table table th {
	font-weight: 700;
}

.Table table tbody>tr:first-child>th,
.Table table tbody>tr:first-child>td {
	border-top: 2px solid #545860;
}

.Table caption,
.Table .Table--legend {
	text-align: left;
	padding: 15px 0;
	padding: 0.9375rem 0;
	/* font-size: xs; */
	font-size: 12px;
}

@media (min-width: 400px) {

	.Table caption,
	.Table .Table--legend {
		font-size: calc(0vw + 12px);
	}
}

@media (min-width: 1440px) {

	.Table caption,
	.Table .Table--legend {
		font-size: 12px;
	}
}

.Table caption {
	display: table-caption;
	caption-side: bottom;
}

.Table .Table--title {
	display: none;
}

.Table .is-screenreader,
.Table .is-screenreader:focus,
.Table .is-screenreader:active,
.Table .is-screenreader.had-focus {
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

.Table.Table.has-claustrophobia table,
.Table.Table.has-claustrophobia tbody,
.Table.Table.has-claustrophobia tfoot,
.Table.Table.has-claustrophobia tr,
.Table.Table.has-claustrophobia td,
.Table.Table.has-claustrophobia th {
	display: block;
	text-align: left;
}

.Table.Table.has-claustrophobia thead {
	display: none;
}

.Table.Table.has-claustrophobia th,
.Table.Table.has-claustrophobia td {
	order: 1;
	word-break: break-word;
	border-bottom: 0;
}

.Table.Table.has-claustrophobia td {
	display: table;
	width: 100%;
	margin: 5px 0;
}

.Table.Table.has-claustrophobia td .Table--title,
.Table.Table.has-claustrophobia td .Table--value {
	display: table-cell;
	vertical-align: top;
}

.Table.Table.has-claustrophobia td .Table--title {
	width: 40%;
}

.Table.Table.has-claustrophobia td .Table--value {
	text-align: right;
}

.Table.Table.has-claustrophobia tbody>tr {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #545860;
}

.Table.Table.has-claustrophobia tbody>tr>th:first-of-type {
	font-weight: 700;
	padding: 1em 0;
	order: 0;
	color: inherit;
}

.Table.Table.has-claustrophobia tbody>tr>th,
.Table.Table.has-claustrophobia tbody>tr>td {
	flex: 0 0 auto;
	border-right: none;
}

.Table.Table.has-claustrophobia tbody>tr:first-child>th,
.Table.Table.has-claustrophobia tbody>tr:first-child>td {
	border-top: 0;
}

.Table.Table.has-claustrophobia tbody {
	border-bottom: 1px solid #545860;
}

.Table.Table.has-claustrophobia tfoot tr>th:before,
.Table.Table.has-claustrophobia tfoot tr>td:before {
	content: none;
}

.Table.Table.has-claustrophobia tfoot tr:last-child>th,
.Table.Table.has-claustrophobia tfoot tr:last-child>td:not(:last-child) {
	border-bottom: none;
}

.Table.Table.has-claustrophobia tfoot tr:last-child>th {
	border-top: 1px solid #545860;
}

.Table.Table.has-claustrophobia .Table--action {
	display: block;
	padding: 7px 0;
	text-align: left;
}

.Table.Table.has-claustrophobia .Table--action--icon {
	margin-right: 6px;
}

.Table.Table.has-claustrophobia caption {
	display: block;
}

.Table:not(.has-claustrophobia) .Table--action--text {
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

.Table:not(.has-claustrophobia) button.Table--showtable {
	display: none;
}

.Table.has-claustrophobia .is-hidden-collapsed {
	display: none !important;
}

.Table:not(.has-claustrophobia) .is-visible-collapsed {
	display: none !important;
}

.TableWrapper {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.TableWrapper--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 751px) {
	.TableWrapper--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

@media (min-width: 1151px) {
	.TableWrapper--inner {
		grid-area: 1/5/span 1/span 6;
	}
}

.TableWrapper.wide {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.TableWrapper.wide .TableWrapper--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.TableWrapper.wide .TableWrapper--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

.TableWrapper.full {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.TableWrapper.full .TableWrapper--inner {
	grid-area: 1/2/span 1/span 12;
}

.Tabs {
	margin-bottom: 6.25rem;
	overflow: hidden;
}

.Tabs--menu {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	padding-bottom: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 8px rgba(84, 88, 96, 0.05);
}

.Tabs--menu--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1150px) {
	.Tabs--menu {
		padding-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.Tabs--menu {
		padding-bottom: 20px;
	}
}

@media (min-width: 1150px) {
	.Tabs--menu {
		margin-bottom: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.Tabs--menu {
		margin-bottom: 50px;
	}
}

.theme-dark .Tabs--menu {
	box-shadow: 0px 5px 8px rgba(255, 255, 255, 0.1);
}

.Tabs--menu--scroller {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.Tabs--menu--scroller::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
}

.Tabs--menu--scroller::-webkit-scrollbar:vertical {
	width: 0px;
}

.Tabs--menu--scroller::-webkit-scrollbar:horizontal {
	height: 6px;
}

.Tabs--menu--scroller::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.theme-dark .Tabs--menu--scroller::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.Tabs--menu--scroller:hover::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, rgba(133, 190, 0, 0) 20px, #7AB800 20px, #7AB800 calc(100% - 20px), rgba(133, 190, 0, 0) calc(100% - 20px));
}

.Tabs--menu--inner {
	position: relative;
	width: 100%;
}

.Tabs--menu--inner:before,
.Tabs--menu--inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	pointer-events: none;
	z-index: 1;
}

.Tabs--menu--inner:before {
	left: -20px;
	background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.theme-dark .Tabs--menu--inner:before {
	background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.Tabs--menu--inner:after {
	right: -20px;
	background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.theme-dark .Tabs--menu--inner:after {
	background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.Tabs--menu--link {
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
	min-width: 100px;
	padding: 5px 30px;
	padding: 0.3125rem 1.795rem;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-size: 200%;
	background-position-x: 100%;
	transition: all 250ms ease-in-out;
	background: transparent;
	color: #232222;
	color: var(--c-grey-dark);
	border: 1px solid #DEDDDB;
	border: 1px solid var(--c-grey-ui);
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 300ms ease-in-out;
}

.Tabs--menu--link:hover {
	border-color: #232222;
	border-color: var(--c-grey-dark);
}

.Tabs--menu--link[aria-expanded=true] {
	background: transparent;
	border-color: #7AB800;
	transition: border-color 50ms ease-in-out;
}

.Tabs--item {
	overflow: hidden;
	visibility: hidden;
	height: 0px;
	transition: all 500ms ease-in-out;
}

.Tabs--item[data-hidden=false] {
	visibility: visible;
	height: auto;
}

.Tabs--item[data-hidden=false]::after {
	height: 20px;
}

@media (min-width: 1150px) {
	.Tabs--item[data-hidden=false]::after {
		height: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.Tabs--item[data-hidden=false]::after {
		height: 30px;
	}
}

.TeaserLeftRight {
	margin-bottom: 6.25rem;
}

@media (min-width: 751px) {
	.TeaserLeftRight:has(.Button:hover) .TeaserLeftRight--content {
		transform: translateY(-5px);
	}
}

.TeaserLeftRight:has(.Button:hover) .TeaserLeftRight--image:after {
	opacity: 1;
}

.TeaserLeftRight.right .TeaserLeftRight--media {
	grid-column-start: 9;
}

@media (max-width: 1150px) {
	.TeaserLeftRight.right .TeaserLeftRight--media {
		grid-column-start: 3;
	}
}

@media (max-width: 750px) {
	.TeaserLeftRight.right .TeaserLeftRight--media {
		grid-area: 1/1/span 1/span 14;
	}

	.TeaserLeftRight {
		margin-bottom: 4rem;
	}
}

.TeaserLeftRight.right .TeaserLeftRight--content {
	grid-column-start: 3;
}

@media (min-width: 751px) and (max-width: 1150px) {
	.TeaserLeftRight.right .TeaserLeftRight--media {
		grid-column-start: 3;
	}

	.TeaserLeftRight.right .TeaserLeftRight--media .Picture {
		margin-left: auto;
	}

	.TeaserLeftRight.right .TeaserLeftRight--content {
		grid-column-start: 3;
		margin-left: -30px;
	}

}

/* @media (min-width: 1151px) {

	.TeaserLeftRight.right .TeaserLeftRight--media {
		margin-left: -15px;
	}

	.TeaserLeftRight.right .TeaserLeftRight--content {
		margin-right: calc(((1340px - 3.125rem * 11) / 12) - 3.125rem);
		margin-right: calc(calc((1340px - 3.125rem * 11) / 12) - 3.125rem);
		margin-right: calc(var(--col-width) - 3.125rem);
		margin-left: 0;
        margin-left: -20px;
	}
} */

@media (max-width: 750px) {
	.TeaserLeftRight.right .TeaserLeftRight--content {
		grid-column-start: 2;
	}
}

@media (min-width: 751px) {
	.TeaserLeftRight:has(.Video--inline.is-ready) .TeaserLeftRight--content {
		opacity: 0;
		pointer-events: none;
		transform: translateX(20px);
	}

	.TeaserLeftRight.right .TeaserLeftRight--media {
		margin-left: -10px;
	}

	.TeaserLeftRight.right .TeaserLeftRight--content {
		/* margin-right: calc(((1340px - 3.125rem * 11) / 12) - 3.125rem);
		margin-right: calc(calc((1340px - 3.125rem * 11) / 12) - 3.125rem);
		margin-right: calc(var(--col-width) - 3.125rem);
		margin-left: 0; */
		margin-left: -20px;
	}
}

.TeaserLeftRight--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	align-items: center;
}

@media (min-width: 751px) {
	.TeaserLeftRight--inner {
		align-items: center;
	}
}

.TeaserLeftRight--media {
	grid-area: 1/2/span 1/span 6;
}

@media (max-width: 1150px) {
	.TeaserLeftRight--media {
		grid-area: 1/2/span 1/span 11;
	}
}

@media (max-width: 750px) {
	.TeaserLeftRight--media {
		grid-area: 1/1/span 1/span 14;
	}
}

.TeaserLeftRight--media>* {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.TeaserLeftRight--image {
	position: relative;
}

.TeaserLeftRight--image:after {
	content: "＋";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 75px;
	line-height: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5);
}

.TeaserLeftRight--content {
	grid-area: 1 / 6 / span 1 / span 7;
	padding: 3.125rem;
	transition: all 300ms ease-in-out;
	z-index: 1;
	background-color: #ffffff;
	/* border-radius: 3px; */
}

/* @media (min-width: 1151px) {
	.TeaserLeftRight--content {
	   margin-left: calc(((1340px - 3.125rem * 11) / 12) - 3.125rem);
		margin-left: calc(calc((1340px - 3.125rem * 11) / 12) - 3.125rem);
		margin-left: calc(var(--col-width) - 3.125rem);
	}

	.TeaserLeftRight:not(.right) .TeaserLeftRight--content {
		margin-left: calc(var(--col-width) - 4.325rem);
		width: calc(100% + 25px);
	}

	.TeaserLeftRight.right .TeaserLeftRight--content {
		margin-right: calc(var(--col-width) - 4.325rem);
		width: calc(100% + 25px);
	}

	.TeaserLeftRight.right .TeaserLeftRight--media {
		grid-column-start: 8;
	}

	.TeaserLeftRight.right .TeaserLeftRight--media .Picture {
		margin-left: auto;
	}
} */

@media (max-width: 1150px) {
	.TeaserLeftRight--content {
		grid-area: 1/5/span 1/span 8;
	}
}

@media (min-width: 751px) {
	.TeaserLeftRight--content {
		box-shadow: 0px 14px 20px rgba(84, 88, 96, 0.08);
		/* margin-bottom: 3.125rem; */
	}

	.TeaserLeftRight:not(.right) .TeaserLeftRight--content {
		margin-left: calc(var(--col-width) - 4.325rem);
		width: calc(100% + 25px);
	}

	.TeaserLeftRight.right .TeaserLeftRight--content {
		margin-right: calc(var(--col-width) - 4.325rem);
		width: calc(100% + 25px);
	}

}

@media (min-width: 1151px) {
	.TeaserLeftRight.right .TeaserLeftRight--media {
		grid-column-start: 9;
	}

	.TeaserLeftRight.right .TeaserLeftRight--media .Picture {
		margin-right: auto;
	}
}

@media (max-width: 750px) {
	.TeaserLeftRight--content {
		grid-area: 2/2 /span 1/span 12;
		margin-top: -55px;
		padding: 20px;
	}

	.TeaserLeftRight--content .CtaTeaser--cta {
		width: 100%;
	}
}

.theme-dark .TeaserLeftRight--content {
	background-color: #232222;
}

.TeaserLeftRight--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 500;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -2px;
	margin-bottom: 20px;
	color: #232222;
	color: var(--c-grey-dark);
}

@media (min-width: 400px) {
	.TeaserLeftRight--title {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (max-width: 750px) {
	.TeaserLeftRight--title {
		margin-bottom: 30px;
	}
}

@media (min-width: 1440px) {
	.TeaserLeftRight--title {
		font-size: 50px;
	}
}

@media (min-width: 1150px) {
	.TeaserLeftRight--title {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.TeaserLeftRight--title {
		margin-bottom: 30px;
	}
}

.TeaserLeftRight--text {
	margin-bottom: 20px;
	/* font-size: s; */
	font-size: 18px;
	line-height: 1.7;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 1150px) {
	.TeaserLeftRight--text {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.TeaserLeftRight--text {
		margin-bottom: 30px;
	}
}

@media (min-width: 400px) {
	.TeaserLeftRight--text {
		/* font-size: calc(0vw + 14px); */
	}
}

@media (min-width: 1440px) {
	.TeaserLeftRight--text {
		font-size: 18px;
	}
}

.TeaserList {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.TeaserList--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.TeaserList--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

.TeaserList.two-col .TeaserList--inner>li {
	width: calc((100% - 3.125rem * 1) / 2);
}

.TeaserList.three-col .TeaserList--inner>li {
	width: calc((100% - 3.125rem * 2) / 3);
}

.TeaserList.four-col .TeaserList--inner>li {
	width: calc((100% - 3.125rem * 3) / 4);
}

.TeaserList.five-col .TeaserList--inner>li {
	width: calc((100% - 3.125rem * 4) / 5);
}

@media (max-width: 1150px) {

	.TeaserList.four-col .TeaserList--inner>li,
	.TeaserList.five-col .TeaserList--inner>li {
		width: calc((100% - 3.125rem * 2) / 3);
	}
}

@media (max-width: 900px) {

	.TeaserList .TeaserList--inner>li,
	.TeaserList.two-col .TeaserList--inner>li,
	.TeaserList.three-col .TeaserList--inner>li,
	.TeaserList.four-col .TeaserList--inner>li,
	.TeaserList.five-col .TeaserList--inner>li {
		width: calc((100% - 3.125rem * 1) / 2);
	}
}

@media (max-width: 580px) {

	.TeaserList .TeaserList--inner>li,
	.TeaserList.two-col .TeaserList--inner>li,
	.TeaserList.three-col .TeaserList--inner>li,
	.TeaserList.four-col .TeaserList--inner>li,
	.TeaserList.five-col .TeaserList--inner>li {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.TeaserList.six-col>* {
		flex-direction: row !important;
	}
}

.TeaserList.six-col .TeaserList--inner>li {
	width: calc((100% - 3.125rem * 5) / 6);
}

@media (max-width: 900px) {
	.TeaserList.six-col .TeaserList--inner>li {
		width: calc((100% - 3.125rem * 2) / 3);
	}
}

@media (max-width: 580px) {
	.TeaserList.six-col .TeaserList--inner>li {
		width: calc((100% - 3.125rem * 1) / 2);
	}
}

@media (min-width: 901px) {
	.TeaserList.two-col.small .TeaserList--inner {
		grid-area: 1/4/span 1/span 8;
	}
}

.TeaserList.six-col .SquareTeaser--content {
    grid-row: unset;
    width: 100%;
    align-items: unset;
    color: #232222;
    padding: 20px 0;
}

.TeaserList.NumberFactTeasers .TeaserList--inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.5625rem;
	overflow: hidden;
}

@media (max-width: 580px) {
	.TeaserList.NumberFactTeasers .TeaserList--inner {
		flex-direction: column;
	}
}

.TeaserList.NumberFactTeasers .TeaserList--inner>li {
	display: flex;
}

@media (max-width: 580px) {
	.TeaserList.NumberFactTeasers .TeaserList--inner>li {
		flex-direction: column;
	}
}

.TeaserList.NumberFactTeasers .TeaserList--inner>li:before {
	content: "";
	display: inline-flex;
	border-left: 1px solid #DEDDDB;
	border-left: 1px solid var(--c-grey-ui);
	border-top: 1px solid #DEDDDB;
	border-top: 1px solid var(--c-grey-ui);
	transform: translateX(-0.78125rem);
}

@media (max-width: 580px) {
	.TeaserList.NumberFactTeasers .TeaserList--inner>li:before {
		transform: translateY(-0.78125rem);
	}
}

.TeaserList.NumberFactTeasers .TeaserList--inner>li>* {
	width: 100%;
	margin: 0;
}

@media (max-width: 900px) {
	.TeaserList.NumberFactTeasers .TeaserList--inner>li {
		width: calc((100% - 3.125rem * 2) / 3);
	}
}

@media (max-width: 580px) {
	.TeaserList.NumberFactTeasers .TeaserList--inner>li {
		width: 100%;
	}
}

.TeaserList.NumberFactTeasers .TeaserList--inner>li:before {
	border-top-width: 0;
	border-left-width: 0;
}

.TeaserList.no-line .TeaserList--inner>li:before {
	border-top-width: 0;
	border-left-width: 0;
}

.TeaserList--inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.125rem;
	overflow: hidden;
}

@media (max-width: 580px) {
	.TeaserList--inner {
		flex-direction: column;
	}
}

.TeaserList--inner>li {
	display: flex;
}

@media (max-width: 580px) {
	.TeaserList--inner>li {
		flex-direction: column;
	}
}

.TeaserList--inner>li:before {
	content: "";
	display: inline-flex;
	border-left: 1px solid #DEDDDB;
	border-left: 1px solid var(--c-grey-ui);
	border-top: 1px solid #DEDDDB;
	border-top: 1px solid var(--c-grey-ui);
	transform: translateX(-1.5625rem);
}

@media (max-width: 580px) {
	.TeaserList--inner>li:before {
		transform: translateY(-1.5625rem);
	}
}

.TeaserList--inner>li>* {
	width: 100%;
	margin: 0;
}

.TeaserList--inner>li {
	flex: 0 0 auto;
	width: calc((100% - 3.125rem * 2) / 3);
}

@media (max-width: 580px) {
	.TeaserList--inner>li {
		width: 100%;
	}
}

.TeaserSlider--wrapper {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	overflow: hidden;
}

.TeaserSlider--wrapper .Slider--list {
	margin: 0 -12.5px;
}

.TeaserSlider--wrapper .Slider--list>li {
	padding: 0 12.5px;
}

.TeaserSlider--wrapper .Slider--wrapper {
	margin-right: -25px;
	padding-right: 50px;
}

.TeaserSlider--wrapper.two-col .TeaserSlider--slide {
	width: calc((100% - 3.125rem * 1) / 2);
}

.TeaserSlider--wrapper.three-col .TeaserSlider--slide {
	width: calc((100% - 3.125rem * 2) / 3);
}

.TeaserSlider--wrapper.four-col .TeaserSlider--slide {
	width: calc((100% - 3.125rem * 3) / 4);
}

.TeaserSlider--wrapper.five-col .TeaserSlider--slide {
	width: calc((100% - 3.125rem * 4) / 5);
}

@media (max-width: 1150px) {

	.TeaserSlider--wrapper.four-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.five-col .TeaserSlider--slide {
		width: calc((100% - 3.125rem * 2) / 3);
	}
}

@media (max-width: 900px) {

	.TeaserSlider--wrapper .TeaserSlider--slide,
	.TeaserSlider--wrapper.two-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.three-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.four-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.five-col .TeaserSlider--slide {
		width: calc((100% - 3.125rem * 1) / 2);
	}
}

@media (max-width: 580px) {

	.TeaserSlider--wrapper .TeaserSlider--slide,
	.TeaserSlider--wrapper.two-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.three-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.four-col .TeaserSlider--slide,
	.TeaserSlider--wrapper.five-col .TeaserSlider--slide {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.TeaserSlider--wrapper.six-col>* {
		flex-direction: row !important;
	}
}

.TeaserSlider--wrapper.six-col .TeaserSlider--slide {
	width: calc((100% - 3.125rem * 5) / 6);
}

@media (max-width: 900px) {
	.TeaserSlider--wrapper.six-col .TeaserSlider--slide {
		width: calc((100% - 3.125rem * 2) / 3);
	}
}

@media (max-width: 580px) {
	.TeaserSlider--wrapper.six-col .TeaserSlider--slide {
		width: calc((100% - 3.125rem * 1) / 2);
	}
}

.TeaserSlider--wrapper.headernav .Slider--list {
	margin: 0 -10px;
}

.TeaserSlider--wrapper.headernav .Slider--list>li {
	padding: 0 10px;
}

.TeaserSlider--wrapper.headernav .Slider--wrapper {
	margin-right: -20px;
	padding-right: 40px;
}

@media (max-width: 1150px) {
	.TeaserSlider--wrapper.headernav .Slider--list {
		margin: 0 -10px;
	}

	.TeaserSlider--wrapper.headernav .Slider--list>li {
		padding: 0 10px;
	}

	.TeaserSlider--wrapper.headernav .Slider--wrapper {
		margin-right: -20px;
		padding-right: 20px;
	}

	.TeaserSlider--wrapper.headernav .TeaserSlider--slide {
		width: calc((100% - 3.125rem * 2) / 3);
		min-width: 250px;
	}
}

.TeaserSlider--wrapper.large-gap .Slider--list {
	margin: 0 -25px;
}

.TeaserSlider--wrapper.large-gap .Slider--list>li {
	padding: 0 25px;
}

.TeaserSlider--wrapper.large-gap .Slider--wrapper {
	margin-right: -50px;
	padding-right: 100px;
}

.TeaserSlider {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.TeaserSlider {
		grid-area: 1/3/span 1/span 10;
	}
}

.TeaserSlider--slider>li {
	width: 100%;
}

.TeaserSlider--slider>li>* {
	width: 100%;
	height: 100%;
	margin: 0;
}

.TeaserSlider--controls {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 24px;
}

.VerticalTabs {
	margin-bottom: 6.25rem;
}

@media (max-width: 1150px) {
	.VerticalTabs {
		overflow: hidden;
	}
}

.VerticalTabs--inner {
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.VerticalTabs--menu {
	position: relative;
	margin: -25px;
	grid-area: 1/3/span 1/span 5;
}

@media (max-width: 1150px) {
	.VerticalTabs--menu {
		margin: 0 0 25px;
		grid-area: 1/2/span 1/span 12;
	}
}

@media (min-width: 1151px) {
	.VerticalTabs--menu--inner {
		padding: 25px 0;
		position: sticky;
		top: 0;
	}
}

@media (max-width: 1150px) {
	.VerticalTabs--menu--inner {
		display: none;
	}
}

.VerticalTabs--menu--link {
	margin-bottom: 30px;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	position: relative;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #545860;
	color: var(--c-grey-medium);
	text-align: left;
	padding-left: 32px;
	margin-left: -32px;
	padding-bottom: 2px;
	margin-bottom: -2px;
}

@media (min-width: 1150px) {
	.VerticalTabs--menu--link {
		margin-bottom: calc(6.8965517241vw - 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.VerticalTabs--menu--link {
		margin-bottom: 50px;
	}
}

@media (min-width: 400px) {
	.VerticalTabs--menu--link {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.VerticalTabs--menu--link {
		font-size: 50px;
	}
}

.VerticalTabs--menu--link:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #7AB800;
	border-radius: 100%;
	transform: scale(0);
	transition: transform 0.3s ease-out;
}

.VerticalTabs--menu--link:after {
	content: "";
	position: absolute;
	left: 32px;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #7AB800;
	transition: transform 0.3s ease-out;
}

.VerticalTabs--menu--link[aria-expanded=true] {
	color: #232222;
	color: var(--c-grey-dark);
	pointer-events: none;
}

.VerticalTabs--menu--link[aria-expanded=true]:before {
	transform: none;
}

.VerticalTabs--menu--link[aria-expanded=true]:after {
	transform: scale(0);
}

.VerticalTabs--contents {
	grid-area: 1/8/span 1/span 5;
}

@media (max-width: 1150px) {
	.VerticalTabs--contents {
		margin-top: 50px 0;
		grid-area: 2/2/span 1/span 12;
	}
}

@media (min-width: 1151px) {
	.VerticalTabs--contents .AccordionItem {
		border-width: 0;
	}

	.VerticalTabs--contents .AccordionItem--header {
		display: none;
	}

	.VerticalTabs--contents .Accordion--list {
		display: grid;
	}

	.VerticalTabs--contents .Accordion--list .AccordionItem {
		grid-area: 1/1/2/2;
	}

	.VerticalTabs--contents .AccordionItem--content {
		height: 0px;
		opacity: 0;
		transition: all 350ms ease-in-out;
		visibility: visible;
	}

	.VerticalTabs--contents .AccordionItem--content.is-closing {
		height: auto;
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		transform: translateY(50px);
	}

	.VerticalTabs--contents .AccordionItem--content[data-hidden=false] {
		opacity: 1;
		visibility: visible;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		height: auto;
		transition: all 650ms ease-in-out;
	}

	.VerticalTabs--contents .AccordionItem--content[data-hidden=false].is-opening {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	.VerticalTabs--contents .AccordionItem--content[data-hidden=false]::after {
		height: 20px;
	}
}

@media (min-width: 1151px) and (min-width: 1150px) {
	.VerticalTabs--contents .AccordionItem--content[data-hidden=false]::after {
		height: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1151px) and (min-width: 1440px) {
	.VerticalTabs--contents .AccordionItem--content[data-hidden=false]::after {
		height: 30px;
	}
}

.WindowTeaserGrid {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	--bg-color: var(--c-white);
	--dot-color: #7AB800;
}

.WindowTeaserGrid--inner {
	grid-area: 1/3/span 1/span 10;
}

.WindowTeaserGrid--inner {
	position: relative;
}

.WindowTeaserGrid--teasers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	margin: -25px;
}

.WindowTeaserGrid--teasers>*:nth-child(1) {
	grid-area: 1/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(2) {
	grid-area: 1/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(3) {
	grid-area: 2/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(4) {
	grid-area: 2/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(5) {
	grid-area: 3/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(6) {
	grid-area: 3/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(7) {
	grid-area: 4/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(8) {
	grid-area: 4/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(9) {
	grid-area: 5/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(10) {
	grid-area: 5/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(11) {
	grid-area: 6/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(12) {
	grid-area: 6/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(13) {
	grid-area: 7/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(14) {
	grid-area: 7/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(15) {
	grid-area: 8/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(16) {
	grid-area: 8/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(17) {
	grid-area: 9/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(18) {
	grid-area: 9/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(19) {
	grid-area: 10/1/span 1/span 1;
}

.WindowTeaserGrid--teasers>*:nth-child(20) {
	grid-area: 10/2/span 1/span 1;
}

.WindowTeaserGrid--teasers>* {
	margin: 25px;
	aspect-ratio: 1;
}

@media (min-width: 1151px) {
	.WindowTeaserGrid--teasers>*:nth-child(4n+1) {
		width: 66.66%;
		align-self: flex-end;
		justify-self: flex-end;
		place-self: flex-end;
	}

	.WindowTeaserGrid--teasers>*:nth-child(4n+4) {
		width: 66.66%;
		align-self: flex-start;
		justify-self: flex-start;
		place-self: flex-start;
	}

	.WindowTeaserGrid--teasers>*:nth-child(4n+6) {
		margin-top: calc(-33.33% + 75px);
	}
}

@media (max-width: 580px) {
	.WindowTeaserGrid--teasers {
		display: flex;
		flex-direction: column;
	}

	.WindowTeaserGrid--teasers>* {
		width: calc(100% - 50px);
	}
}

.WindowTeaserGrid--bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.WindowTeaserGrid--bg:before {
	background: linear-gradient(90deg, #ffffff 13px, transparent 1%) center, linear-gradient(#ffffff 13px, transparent 1%) center, #7AB800;
	background: linear-gradient(90deg, var(--bg-color, var(--c-white)) 13px, transparent 1%) center, linear-gradient(var(--bg-color, var(--c-white)) 13px, transparent 1%) center, var(--dot-color, #7AB800);
	background-size: 15px 15px;
	-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	opacity: 0.33;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.BrandLogo {
	position: relative;
	display: block;
	width: 160px;
}

.BrandLogo svg {
	width: 100%;
	height: auto;
}

.theme-dark .BrandLogo svg path {
	fill: #ffffff;
}

.theme-dark .BrandLogo svg path.Brand-and {
	fill: #7AB800;
}

.BrandLogo.gray svg path {
	fill: #545860;
	fill: var(--c-grey-medium);
}

.BrandLogo.gray svg path.Brand-and {
	fill: #545860;
	fill: var(--c-grey-medium);
}

.Breadcrumb {
	margin-bottom: 6.25rem;
	--site-width: 1820px;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1820px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1820px) * 0.5);
	margin-right: var(--site-margin);
	position: relative;
	width: calc(100% - 2 * max(50px, (100vw - 0px - 1820px) * 0.5));
	width: calc(100% - 2 * var(--site-margin));
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

@media (min-width: 1441px) {
	.Breadcrumb {
		--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
	}
}

@media (min-width: 1921px) {
	.Breadcrumb {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

@media (min-width: 1150px) {
	.Breadcrumb {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.Breadcrumb {
		margin-bottom: 20px;
	}
}

.Header+.Breadcrumb {
	margin-top: -30px;
	padding-top: 10px;
}

@media (min-width: 1150px) {
	.Header+.Breadcrumb {
		margin-top: calc(-6.8965517241vw + 49.3103448276px);
	}
}

@media (min-width: 1440px) {
	.Header+.Breadcrumb {
		margin-top: -40px;
	}
}

@media (min-width: 1150px) {
	.Header+.Breadcrumb {
		padding-top: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.Header+.Breadcrumb {
		padding-top: 30px;
	}
}

.Breadcrumb--inner {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	display: flex;
	align-items: center;
	gap: 2em;
}

@media (min-width: 400px) {
	.Breadcrumb--inner {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.Breadcrumb--inner {
		font-size: 14px;
	}
}

@media (max-width: 750px) {
	.Breadcrumb--inner {
		gap: 1em;
	}
}

.Breadcrumb--item {
	display: none;
}

.Breadcrumb--item:first-child,
.Breadcrumb--item:last-child {
	display: block;
}

.Breadcrumb--link {
	color: #7AB800;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-decoration-color: #7AB800;
	text-underline-offset: 0.4em;
	text-decoration-thickness: 2px;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
}

@media (hover: hover) {
	.Breadcrumb--link:hover {
		-webkit-text-decoration: underline;
		text-decoration: underline;
		color: #006443;
	}

	.Breadcrumb--link:focus {
		-webkit-text-decoration: underline;
		text-decoration: underline;
		color: #006443;
	}
}

.Breadcrumb--link .Icon {
	margin-right: 0.75em;
}

.Breadcrumb--item--current {
	color: #545860;
	color: var(--c-grey-medium);
}

.Footer-NewsletterTeaser--inner {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	grid-gap: 25px 25px;
	gap: 25px 25px;
}

.Footer-NewsletterTeaser--inner>.Picture {
	grid-area: 1/1/3/2;
	width: 185px;
}

.Footer-NewsletterTeaser--inner .Footer-NewsletterTeaser--title {
	grid-area: 1/2/2/3;
}

.Footer-NewsletterTeaser--inner .Footer-NewsletterTeaser--content {
	grid-area: 2/2/3/3;
}

@media (max-width: 900px) {
	.Footer-NewsletterTeaser--inner .Footer-NewsletterTeaser--title {
		grid-area: 1/1/3/2;
		align-self: center;
	}

	.Footer-NewsletterTeaser--inner .Footer-NewsletterTeaser--content {
		grid-area: 1/2/3/3;
		align-self: center;
	}

	.Footer-NewsletterTeaser--inner>.Picture {
		display: none;
	}
}

@media (max-width: 750px) {
	.Footer-NewsletterTeaser--inner .Footer-NewsletterTeaser--title {
		grid-area: 1/1/2/3;
	}

	.Footer-NewsletterTeaser--inner .Footer-NewsletterTeaser--content {
		grid-area: 2/1/3/3;
	}
}

@media (min-width: 901px) {
	.Footer-NewsletterTeaser--title {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h4; */
		font-size: 12px;
		line-height: 1.2;
	}
}

@media (min-width: 901px) and (min-width: 400px) {
	.Footer-NewsletterTeaser--title {
		font-size: calc(0.5769230769vw + 9.6923076923px);
	}
}

@media (min-width: 901px) and (min-width: 1440px) {
	.Footer-NewsletterTeaser--title {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.Footer-NewsletterTeaser--title {
		/* font-size: s; */
		font-size: 14px;
		line-height: 1.7;
		color: #545860;
		color: var(--c-grey-medium);
	}
}

@media (max-width: 900px) and (min-width: 400px) {
	.Footer-NewsletterTeaser--title {
		font-size: calc(0vw + 14px);
	}
}

@media (max-width: 900px) and (min-width: 1440px) {
	.Footer-NewsletterTeaser--title {
		font-size: 14px;
	}
}

.Footer {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	margin-top: 3.125rem;
	overflow: hidden;
}

@media (min-width: 400px) {
	.Footer {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.Footer {
		font-size: 14px;
	}
}

.Footer--row {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 50px 0;
}

@media (max-width: 1150px) {
	.Footer--row {
		flex-direction: column;
	}
}

.Footer--row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background-color: #DEDDDB;
	background-color: var(--c-grey-ui);
}

.Footer--row.Footer-nav {
	--site-width: 1340px;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-right: var(--site-margin);
	position: relative;
	width: calc(100% - 2 * max(50px, (100vw - 0px - 1340px) * 0.5));
	width: calc(100% - 2 * var(--site-margin));
}

@media (min-width: 1441px) {
	.Footer--row.Footer-nav {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

.Footer--row.Footer-nav:before {
	left: -50vw;
	right: -50vw;
}

.Footer--row.Footer-nav .Footer--section {
	flex: 1 1 auto;
}

.Footer--row.Footer-nav .Footer--section.Footer--section-aside {
	flex: 1 0 auto;
}

.Footer--row.Footer-legal {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto;
	grid-gap: 3.125rem;
	gap: 3.125rem;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-right: var(--site-margin);
	align-items: center;
}

.Footer--row.Footer-legal .Footer--section-legal {
	grid-area: 1/1/2/2;
}

.Footer--row.Footer-legal .Footer--section-nav {
	grid-area: 1/2/2/3;
}

.Footer--row.Footer-legal .Footer--section-logo {
	grid-area: 1/3/2/4;
	justify-self: flex-end;
}

.footer-logo-image img {
	width: 100%;
	max-height: 30px;
}

@media (max-width: 1440px) {
	.Footer--row.Footer-legal .Footer--section-nav {
		grid-area: 1/1/2/4;
	}

	.Footer--row.Footer-legal .Footer--section-logo {
		grid-area: 2/3/3/4;
	}

	.Footer--row.Footer-legal .Footer--section-legal {
		grid-area: 2/1/3/3;
	}
}

@media (max-width: 580px) {
	.Footer--row.Footer-legal .Footer--section-nav {
		grid-area: 1/1/2/4;
	}

	.Footer--row.Footer-legal .Footer--section-legal {
		grid-area: 2/1/3/4;
	}

	.Footer--row.Footer-legal .Footer--section-logo {
		grid-area: 3/1/4/4;
		justify-self: flex-start;
	}
}

.Footer--row.Footer-legal .BrandLogo {
	width: 140px;
}

.Footer--menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -0.625rem;
}

@media (max-width: 580px) {
	.Footer--menu {
		flex-direction: column;
	}
}

.Footer--menu>li {
	margin: 0.625rem;
}

@media (max-width: 580px) {
	.Footer--menu {
		margin: -4px -8px;
	}

	.Footer--menu>li {
		margin: 4px 8px;
	}
}

.Footer--menu.Footer--menu-sections {
	display: flex;
	flex-direction: row;
	margin: -25px;
}

.Footer--menu.Footer--menu-sections>li {
	margin: 25px;
	flex: 1 1 auto;
	width: 0;
	min-width: 11em;
}

@media (max-width: 750px) {
	.Footer--menu.Footer--menu-sections>li {
		width: calc(50% - 50px);
	}
}

@media (max-width: 580px) {
	.Footer--menu.Footer--menu-sections>li {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.Footer--menu.Footer--menu-sections {
		margin: 0;
	}

	.Footer--menu.Footer--menu-sections>li {
		margin: 0;
	}
}

@media (max-width: 580px) {
	.Footer--menu .type-mobile-accordion {
		border-bottom: 1px solid #DEDDDB;
		border-bottom: 1px solid var(--c-grey-ui);
	}

	.Footer--menu .type-mobile-accordion .Footer--menu {
		margin-bottom: 50px;
	}
}

.Footer--menu.Footer--menu-links {
	flex-direction: column;
}

@media (max-width: 580px) {
	.Footer--menu.Footer--menu-links[data-hidden=true] {
		display: none;
	}

	.Footer--menu.Footer--menu-links>li.type-mobile-accordion {
		width: 100%;
	}
}

.Footer--menu.Footer--menu-sections>li.type-socialbuttons .Footer--menu-links {
	flex-direction: row;
}

.Footer--menu.Footer--menu-sections>li.type-socialbuttons .Footer--menu-links .Icon {
	width: 48px;
	height: 48px;
}

.Footer--menu.Footer--menu-sections>li.type-newsletter {
	min-width: 20em;
	width: 300px;
}

@media (min-width: 901px) {
	.Footer--menu.Footer--menu-sections>li.type-newsletter .Footer--menu--link-section {
		display: none;
	}
}

.Footer--menu--header {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DEDDDB;
	border-bottom: 1px solid var(--c-grey-ui);
}

@media (max-width: 580px) {
	.Footer--menu--header {
		margin-top: 3.125rem;
	}
}

@media (max-width: 580px) {
	.type-mobile-accordion .Footer--menu--header {
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 0px;
		padding: 3.125rem 0;
	}
}

@media (min-width: 901px) {
	.type-newsletter .Footer--menu--header {
		position: absolute;
		border: 0;
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		width: 1px;
		white-space: nowrap;
		/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
	}
}

.Footer--menu--header--label {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h4; */
	font-size: 12px;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #232222;
	color: var(--c-grey-dark);
}

@media (min-width: 400px) {
	.Footer--menu--header--label {
		font-size: calc(0.5769230769vw + 9.6923076923px);
	}
}

@media (min-width: 1440px) {
	.Footer--menu--header--label {
		font-size: 18px;
	}
}

@media (max-width: 580px) {
	.Footer--menu--header--label {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h3; */
		font-size: 20px;
		line-height: 1.2;
		padding-right: 55px;
	}
}

@media (max-width: 580px) and (min-width: 400px) {
	.Footer--menu--header--label {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (max-width: 580px) and (min-width: 1440px) {
	.Footer--menu--header--label {
		font-size: 26px;
	}
}

.Footer--menu--header--button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-right: 55px;
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 581px) {
	.Footer--menu--header--button {
		display: none;
	}
}

.Footer--menu--header--button:before,
.Footer--menu--header--button:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #7AB800;
	width: 30px;
	height: 2px;
	transform: translateY(-50%);
	transition: transform 0.2s ease-out;
	transform-origin: center;
}

.Footer--menu--header--button:after {
	transform: translateY(-50%) rotate(90deg);
}

.Footer--menu--header--button[aria-expanded=true]:after {
	transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.Footer--menu--link {
	display: block;
	line-height: 1.7;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (hover: hover) {
	.Footer--menu--link:hover {
		color: #232222;
		color: var(--c-grey-dark);
	}

	.Footer--menu--link:focus {
		color: #232222;
		color: var(--c-grey-dark);
	}
}

.Header {
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

@media (min-width: 1150px) {
	.Header {
		margin-bottom: calc(6.8965517241vw - 49.3103448276px);
	}
	.Header.headerMain-without-meta {
		margin-bottom: 35px;
		margin-top: 28px;
	}
}

@media (min-width: 1440px) {
	.Header {
		margin-bottom: 50px;
	}
}

@media (max-width: 1150px) {

	html.Header-mobileNavIsOpen,
	html.Header-navIsOpen {
		overflow: hidden;
	}
}

@media (max-width: 750px) {
	.Header.headerMain-without-meta{
		margin-bottom: 20px;
	}
}

@keyframes page-border-animation {
	0% {
		background-position-x: 300%;
	}

	100% {
		background-position-x: 100%;
	}
}

.Header--pre,
.Header--main {
	display: flex;
	flex-direction: row;
}

.Header--pre .Header--inner,
.Header--main .Header--inner {
	flex: 1 0 auto;
}

.Header--pre {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 400px) {
	.Header--pre {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.Header--pre {
		font-size: 14px;
	}
}

.Header--pre .Header--inner {
	justify-content: flex-end;
}

@media (max-width: 1150px) {
	.Header--pre {
		display: none;
	}
}

.Header--main {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.Header--inner {
	--site-width: 1820px;
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1820px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1820px) * 0.5);
	margin-right: var(--site-margin);
	position: relative;
	width: calc(100% - 2 * max(50px, (100vw - 0px - 1820px) * 0.5));
	width: calc(100% - 2 * var(--site-margin));
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 1441px) {
	.Header--inner {
		--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
	}
}

@media (min-width: 1921px) {
	.Header--inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

.Header--service {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 1150px) {
	.Header--service {
		margin-right: 3.125rem;
	}
}

@media (max-width: 580px) {
	.Header--service {
		display: none;
	}
}

.Header--service .HeaderSearch {
	flex: 1 1 auto;
	margin-right: 1.5625rem;
}

@media (max-width: 1150px) {
	.Header--service .HeaderSearch {
		display: none;
	}
}

@media (max-width: 1150px) {
	.Header--logo {
		flex: 1 0 auto;
		margin-right: 30px;
	}
}

.Header--nav {
	flex: 1 0 auto;
	display: flex;
	justify-content: center;
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

@media (max-width: 1150px) {
	.Header--nav {
		display: none;
	}
}

.Header--menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 -0.625rem;
}

.Header--menu>li {
	margin: 0 0.625rem;
}

.Header--menu--link {
	position: relative;
	display: block;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (hover: hover) {
	.Header--menu--link:hover {
		color: #232222;
		color: var(--c-grey-dark);
	}

	.Header--menu--link:focus {
		color: #232222;
		color: var(--c-grey-dark);
	}
}

.Header--menu--link:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	border-bottom: 2px solid #7AB800;
	transition: transform 0.2s ease-in-out;
	transform: scaleX(0);
}

.Header--menu--link.active:before {
	transform: none;
}

.Header--menu-meta .Header--menu--link {
	padding: 0.5rem 0;
}

@media (min-width: 1151px) {
	.Header--menu-meta .Header--menu--link {
		padding: 0.625rem 0;
	}
}

.HeaderMobile--toggle {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	margin: calc((44px - 3em) * -0.5);
	padding: calc((44px - 3em) * 0.5);
}

@media (min-width: 1151px) {
	.HeaderMobile--toggle {
		display: none;
	}
}

@media (max-width: 1150px) {
	html.Header-searchIsOpen .HeaderMobile--inner {
		overflow: hidden;
	}
}

.HeaderMobile--toggle--button {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 11px;
	background-color: #ffffff;
	background-color: var(--c-white);
}

.HeaderMobile--toggle--button:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 3em;
	margin-top: calc(-0.3em - 2px);
	margin-left: -1.5em;
	border-top: 2px solid currentColor;
}

.HeaderMobile--toggle--button:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 3em;
	margin-top: 0.3em;
	margin-left: -1.5em;
	border-top: 2px solid currentColor;
}

.HeaderMobile--toggle--button[aria-expanded=true] {
	font-size: 16px;
}

.HeaderMobile--toggle--button[aria-expanded=true]:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(-45deg);
}

.HeaderMobile--toggle--button[aria-expanded=true]:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(45deg);
}

@media (hover: hover) {
	.HeaderMobile--toggle--button:hover {
		color: #7AB800;
	}

	.HeaderMobile--toggle--button:focus {
		color: #7AB800;
	}
}

.HeaderMobile--toggle--button:before,
.HeaderMobile--toggle--button:after {
	transition: all 0.25s ease-in-out;
}

.HeaderMobile {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	display: none;
	flex-direction: column;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: #ffffff;
	background-color: var(--c-white);
	transition: height 0.2s cubic-bezier(0.11, 0.74, 0.35, 0.92), all 0.2s cubic-bezier(0.11, 0.74, 0.35, 0.92) 0.1s;
}

@media (min-width: 400px) {
	.HeaderMobile {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.HeaderMobile {
		font-size: 14px;
	}
}

@media (max-width: 1150px) {
	.HeaderMobile {
		display: flex;
	}
}

.HeaderMobile[data-hidden=true] {
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	transform: translateY(-10%);
	opacity: 0;
}

.HeaderMobile[data-hidden=false] {
	height: auto;
	visibility: visible;
	transform: none;
	opacity: 1;
}

@media (max-width: 1150px) {
	.HeaderMobile .HeaderNav {
		margin-top: 3.125rem;
	}
}

.HeaderMobile .Header--menu {
	flex-direction: column;
	align-items: flex-start;
}

.HeaderMobile--inner {
	padding-left: 50px;
	padding-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	padding-left: var(--site-margin);
	padding-right: 50px;
	padding-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	padding-right: var(--site-margin);
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

@media (min-width: 1150px) {
	.HeaderMobile--inner {
		padding-top: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (min-width: 1440px) {
	.HeaderMobile--inner {
		padding-top: 100px;
	}
}

@media (min-width: 1150px) {
	.HeaderMobile--inner {
		padding-bottom: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (min-width: 1440px) {
	.HeaderMobile--inner {
		padding-bottom: 100px;
	}
}

.HeaderMobile--inner .Header--menu.Header--menu-meta {
	flex: 1 0 auto;
}

@media (max-width: 1150px) {
	.Header-navIsOpen .HeaderMobile--inner {
		overflow: hidden;
	}
}

.HeaderMobile--header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	padding: 1.5625rem 0;
}

.HeaderMobile--service {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #DEDDDB;
	border-top: 1px solid var(--c-grey-ui);
}

@media (min-width: 1150px) {
	.HeaderMobile--service {
		padding-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeaderMobile--service {
		padding-top: 30px;
	}
}

.HeaderMobile--service .Button {
	margin-top: 1.5625rem;
	width: 100%;
}

.HeaderMobile--service--buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 1150px) {
	.HeaderMobile--service--buttons {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeaderMobile--service--buttons {
		margin-bottom: 20px;
	}
}

.HeaderMobile--service--button {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.HeaderMobile--service--button--label {
	margin-left: 1em;
}

.HeaderNav-CTA {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 401px) {
	.HeaderNav-CTA {
		padding-right: 25%;
	}
}

@media (max-width: 400px) {
	.HeaderNav-CTA .Button {
		width: 100%;
	}

	.HeaderMobile--service--button--label {
		margin-left: 0.675em;
	}

	.HeaderMobile--service .HeaderMobile--service--button .Icon {
		width: 20px;
		height: 20px;
	}
}

.HeaderNav-CTA--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (min-width: 400px) {
	.HeaderNav-CTA--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav-CTA--title {
		font-size: 26px;
	}
}

@media (min-width: 1150px) {
	.HeaderNav-CTA--title {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav-CTA--title {
		margin-bottom: 30px;
	}
}

.HeaderNav-CTA--text {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	color: #545860;
	color: var(--c-grey-medium);
	margin-bottom: 20px;
}

@media (min-width: 400px) {
	.HeaderNav-CTA--text {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav-CTA--text {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.HeaderNav-CTA--text {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav-CTA--text {
		margin-bottom: 30px;
	}
}

.HeaderNav-Teaser {
	display: block;
	background-color: #000000;
	background-color: var(--c-black);
}

@media (hover: hover) {
	.HeaderNav-Teaser:hover .HeaderNav-Teaser--inner .HeaderNav-Teaser--deko {
		animation-play-state: running;
	}

	.HeaderNav-Teaser:hover .HeaderNav-Teaser--inner .HeaderNav-Teaser--deko svg circle {
		animation: rotate 300s ease infinite;
		transform-origin: 50% 50%;
	}

	.HeaderNav-Teaser:hover .HeaderNav-Teaser--inner .HeaderNav-Teaser--deko svg circle:nth-child(2) {
		animation-direction: reverse;
	}

	.HeaderNav-Teaser:focus .HeaderNav-Teaser--inner .HeaderNav-Teaser--deko {
		animation-play-state: running;
	}

	.HeaderNav-Teaser:focus .HeaderNav-Teaser--inner .HeaderNav-Teaser--deko svg circle {
		animation: rotate 300s ease infinite;
		transform-origin: 50% 50%;
	}

	.HeaderNav-Teaser:focus .HeaderNav-Teaser--inner .HeaderNav-Teaser--deko svg circle:nth-child(2) {
		animation-direction: reverse;
	}
}

@keyframes pulsing {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.HeaderNav-Teaser--inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	padding: 3.125rem 1.5625rem;
	overflow: hidden;
}

@media (max-width: 1150px) {
	.HeaderNav-Teaser--inner {
		flex-direction: column;
		padding: 20px;
	}
}

.HeaderNav-Teaser--media {
	position: relative;
	flex: 0 1 auto;
	width: 100%;
	max-width: 250px;
	min-width: 70px;
}

@media (min-width: 1151px) {
	.HeaderNav-Teaser--media {
		margin-right: 1.5625rem;
	}
}

@media (max-width: 1150px) {
	.HeaderNav-Teaser--media {
		margin-bottom: 50px;
	}
}

.HeaderNav-Teaser--media .Picture {
	width: 80%;
	margin: auto;
	transform: translate(-8%, 8%);
}

.HeaderNav-Teaser--media .Picture:after {
	display: none;
}

.HeaderNav-Teaser--deko {
	animation: pulsing 5s ease-in-out infinite paused;
	position: absolute;
	top: -12.5%;
	left: -12.5%;
	width: 125%;
	height: 125%;
	opacity: 0.75;
	-webkit-mask-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
	mask-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

.HeaderNav-Teaser--deko svg {
	width: 100%;
	height: 100%;
	-webkit-mask-image: radial-gradient(circle, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.HeaderNav-Teaser--deko svg circle {
	fill: none;
	stroke: #7AB800;
	stroke-width: 1;
	stroke-dasharray: 1, 2;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.HeaderNav-Teaser--deko svg circle:nth-child(1) {
	stroke-dashoffset: 1;
}

.HeaderNav-Teaser--deko svg circle:nth-child(2) {
	stroke-dashoffset: 2;
}

.HeaderNav-Teaser--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	color: #7AB800;
	background: radial-gradient(circle, #7AB800 0%, #006443 300%);
	background-position: -300px -80px;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: 0px 0px rgba(0, 0, 0, 0);
}

@media (min-width: 400px) {
	.HeaderNav-Teaser--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav-Teaser--title {
		font-size: 26px;
	}
}

@media (max-width: 1150px) {
	.HeaderNav-Teaser--title {
		display: inline-flex;
		flex: 1;
		align-items: flex-end;
	}
}

@media (min-width: 1151px) {
	.HeaderNav-TeaserSlider {
		overflow: hidden;
		margin-right: -2.5rem;
	}

	.HeaderNav-TeaserSlider .TeaserSlider--controls {
		padding-right: 2.5rem;
	}
}

.HeaderNav-TeaserSlider .TeaserSlider--wrapper {
	display: block;
}

@media (max-width: 1150px) {
	.HeaderNav-TeaserSlider .TeaserSlider--wrapper {
		overflow: visible;
	}
}

.HeaderNav-TeaserSlider .TeaserSlider--viewport {
	padding-right: 0;
}

.HeaderNav-TeaserSlider .TeaserSlider--slider>li>* {
	height: 100%;
}

.HeaderNav-TeaserSlider .TeaserSlider--controls {
	justify-content: flex-end;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 0;
}

.HeaderNav {
	display: flex;
	align-items: center;
	margin: 0 -1.5625rem;
}

.HeaderNav>li {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 1.5625rem;
}

@media (max-width: 1150px) {
	.HeaderNav {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 25px;
	}

	.HeaderNav>li {
		border-bottom: 1px solid #DEDDDB;
		border-bottom: 1px solid var(--c-grey-ui);
	}
}

.HeaderNav--Link {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	/* font-size: l; */
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -1px;
	position: relative;
	height: 100%;
	color: #232222;
	color: var(--c-grey-dark);
}

@media (min-width: 400px) {
	.HeaderNav--Link {
		font-size: calc(0vw + 24px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav--Link {
		font-size: 24px;
	}
}

@media (hover: hover) {
	.HeaderNav--Link:hover {
		color: #7AB800;
	}

	.HeaderNav--Link:focus {
		color: #7AB800;
	}
}

@media (max-width: 1150px) {
	.HeaderNav--Link {
		color: #545860;
		color: var(--c-grey-medium);
		padding-top: 0.9em;
		padding-bottom: 0.9em;
		font-size: 30px;
		width: 100%;
		text-align: left;
	}

	.HeaderNav--Link[type=button] {
		padding-right: 40px;
	}

	.HeaderNav--Link[type=button]:after {
		content: "";
		position: absolute;
		font-size: 1em;
		top: 50%;
		width: 0.65em;
		height: 0.65em;
		border-width: 2px;
		border-style: solid none none solid;
		transform-origin: top left;
		transform: scaleX(0.9) rotate(0) translateX(50%) rotate(135deg);
	}

	.HeaderNav--Link[type=button]:before {
		content: "";
		position: absolute;
		font-size: 1em;
		top: 50%;
		/*@if $name == "right" {
    	width: 1.5em;
    	margin: -1px -.75em;
    	border-top: 1px solid;
    }
    @else if $name == "left" {
    	width: 1.5em;
    	margin: -1px -.75em;
    	border-top: 1px solid;
    }
    @else if $name == "down" {
    	height: 1.5em;
    	margin: -.75em -1px;
    	border-left: 1px solid;
    }
    @else if $name == "up" {
    	height: 1.5em;
    	margin: -.75em -1px;
    	border-left: 1px solid;
    }*/
		content: none;
	}

	.HeaderNav--Link[type=button]:after {
		right: 0;
		font-size: 22px;
		color: #545860;
		color: var(--c-grey-medium);
	}
}

@media (min-width: 1151px) {
	.HeaderNav--Link:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1.5rem;
		border-bottom: 2px solid #7AB800;
		transition: transform 0.2s ease-in-out;
		transform: scaleX(0);
	}

	html:not(.Header-navIsOpen) .HeaderNav--Link.active:before,
	.HeaderNav--Link[aria-expanded=true]:before {
		transform: none;
	}
}

.HeaderNav--Flyout {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	right: 0;
	z-index: 102;
	overflow: auto;
	background-color: #ffffff;
	background-color: var(--c-white);
	transition: transform 100ms ease-in 50ms, opacity 100ms ease-in 50ms;
}

@media (min-width: 1151px) {
	.HeaderNav--Flyout {
		--site-width: 1820px;
		margin-left: 50px;
		margin-left: max(50px, (100vw - 0px - 1820px) * 0.5);
		margin-left: var(--site-margin);
		margin-right: 50px;
		margin-right: max(50px, (100vw - 0px - 1820px) * 0.5);
		margin-right: var(--site-margin);
		position: relative;
		width: calc(100% - 2 * max(50px, (100vw - 0px - 1820px) * 0.5));
		width: calc(100% - 2 * var(--site-margin));
		position: absolute;
	}
}

@media (min-width: 1151px) and (min-width: 1441px) {
	.HeaderNav--Flyout {
		--site-margin: max(50px, (100vw - var(--scrollbar-width) - var(--site-width)) * 0.5);
	}
}

@media (min-width: 1151px) and (min-width: 1921px) {
	.HeaderNav--Flyout {
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		max-width: var(--site-width);
	}
}

@media (max-width: 1150px) {
	.HeaderNav--Flyout {
		padding-left: 50px;
		padding-left: max(50px, (100vw - 0px - 1340px) * 0.5);
		padding-left: var(--site-margin);
		padding-right: 50px;
		padding-right: max(50px, (100vw - 0px - 1340px) * 0.5);
		padding-right: var(--site-margin);
		position: fixed;
		top: 0;
		bottom: 0;
		overflow-x: hidden;
	}
}

@media (min-width: 1151px) {
	.HeaderNav--Flyout {
		padding: 3.125rem 2.5rem;
		border-radius: 0 0 3px 3px;
		border: 1px solid #DEDDDB;
		border: 1px solid var(--c-grey-ui);
		border-width: 1px 0 0;
		box-shadow: 0px 15px 48px rgba(35, 34, 34, 0.15);
	}

	.theme-dark .HeaderNav--Flyout {
		border-radius: 3px;
		border-width: 1px;
		box-shadow: none;
	}
}

.HeaderNav--Flyout[data-hidden=true] {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transform: translateX(50px);
}

@media (min-width: 1151px) {
	.HeaderNav--Flyout[data-hidden=true] {
		transform: translateY(-10%);
	}
}

.HeaderNav--Flyout--header {
	padding-bottom: 1.5625rem;
	margin-bottom: 50px;
	border-bottom: 1px solid #DEDDDB;
	border-bottom: 1px solid var(--c-grey-ui);
}

@media (min-width: 1151px) {
	.HeaderNav--Flyout--header {
		display: none;
	}
}

@media (max-width: 1150px) {
	.HeaderNav--Flyout--header {
		margin-top: 3.125rem;
	}
}

.HeaderNav--Flyout--toggle {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 30px;
	color: #545860;
	color: var(--c-grey-medium);
	position: relative;
	display: block;
	padding-left: 35px;
}

.HeaderNav--Flyout--toggle:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 0.65em;
	height: 0.65em;
	border-width: 2px;
	border-style: solid none none solid;
	transform-origin: top left;
	transform: scaleX(0.9) rotate(180deg) translateX(50%) rotate(135deg);
}

.HeaderNav--Flyout--toggle:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	content: none;
}

.HeaderNav--Flyout--toggle:after {
	left: 0.25em;
	font-size: 22px;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (hover: hover) {
	.HeaderNav--Flyout--toggle:hover {
		color: #7AB800;
	}
}

@media (max-width: 1150px) {
	.HeaderNav--Flyout--inner {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-top: 1.5625rem;
	}
}

@media (max-width: 1150px) and (min-width: 1150px) {
	.HeaderNav--Flyout--inner {
		margin-top: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.HeaderNav--Flyout--inner {
		margin-top: 100px;
	}
}

@media (max-width: 1150px) and (min-width: 1150px) {
	.HeaderNav--Flyout--inner {
		margin-bottom: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.HeaderNav--Flyout--inner {
		margin-bottom: 100px;
	}
}

.HeaderNav--sections {
	margin: -25px;
}

.HeaderNav--sections>li {
	padding: 25px;
}

@media (min-width: 1151px) {
	.HeaderNav--sections {
		display: flex;
		flex-direction: row;
		margin: -1.5625rem;
	}

	.HeaderNav--sections>li {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		width: 33.33%;
		padding: 1.5625rem;
	}

	.HeaderNav--sections>li.two-col {
		width: 66.66%;
	}
}

@media (max-width: 1150px) {
	.HeaderNav--sections>li.separator-mobile {
		border-bottom: 1px solid #DEDDDB;
		border-bottom: 1px solid var(--c-grey-ui);
		padding-bottom: 25px;
	}
}

.HeaderNav--section--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 500;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	display: block;
	padding-bottom: 25px;
}

/* Feature Teaser START */
.HeaderNav--section--feature-teaser {
	background-color: #232222;
	box-shadow: 0 0 0 2px #232222;
}

.HeaderNav--section.HeaderNav--section--feature-teaser {
	padding: 3rem;
}

.HeaderNav--section--feature-teaser .HeaderNav--section--title {
	margin: 0 0 3px;
	padding: 0;
	border: 0;
	color: #7AB800;
}

.FeatureTeaserItem--image {
	margin: 0 0 25px;
}

.FeatureTeaserItem--image img {
	height: 175px;
	max-width: 375px;
	object-fit: cover;
	border-radius: 3px;
}

.FeatureTeaserItem--subhead {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	margin-bottom: 25px;
}

@media (min-width: 1151px) {
	.HeaderNav--section.HeaderNav--section--feature-teaser {
		margin: -23px -14px -23px 0;
	}
}

@media (min-width: 751px) and (max-width: 1150px) {
	.HeaderNav--section.HeaderNav--section--feature-teaser {
		margin: 0 -15px -40px;
	}

	.FeatureTeaserItem.feature-teaser-item {
		max-width: 375px;
	}
}

@media (max-width: 750px) {
	.FeatureTeaserItem.feature-teaser-item {
		max-width: 375px;
	}

	.HeaderNav--section.HeaderNav--section--feature-teaser {
		margin: 0 0 -40px;
	}

	.FeatureTeaserItem--link {
		width: 100%;
	}
}
/* Feature Teaser END */

@media (min-width: 400px) {
	.HeaderNav--section--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav--section--title {
		font-size: 26px;
	}
}

@media (min-width: 1151px) {
	.HeaderNav--section--title {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #DEDDDB;
		border-bottom: 1px solid var(--c-grey-ui);
	}
}

@media (min-width: 1151px) and (min-width: 1150px) {
	.HeaderNav--section--title {
		padding-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1151px) and (min-width: 1440px) {
	.HeaderNav--section--title {
		padding-bottom: 30px;
	}
}

@media (min-width: 1151px) and (min-width: 1150px) {
	.HeaderNav--section--title {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1151px) and (min-width: 1440px) {
	.HeaderNav--section--title {
		margin-bottom: 30px;
	}
}

.HeaderNav--section--menu {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	margin: -1.125rem;
}

@media (min-width: 1151px) {
	.two-col-menu .HeaderNav--section--menu {
		column-count: 2;
	}
}

@media (min-width: 400px) {
	.HeaderNav--section--menu {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.HeaderNav--section--menu {
		font-size: 14px;
		display: flex;
		flex-direction: column;
	}

	body .HeaderNav--section--menu>li {
		margin-bottom: 0;
	}
}

.HeaderNav--section--menu>li {
	margin: 1.125rem;
}

.HeaderNav--section--menu--link {
	display: inline-block;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (hover: hover) {
	.HeaderNav--section--menu--link:hover {
		color: #232222;
		color: var(--c-grey-dark);
	}

	.HeaderNav--section--menu--link:focus {
		color: #232222;
		color: var(--c-grey-dark);
	}
}

.HeaderSearch {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.HeaderSearch--icon.Icon {
	display: inline-flex;
}

.HeaderSearch--toggle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 44px;
	min-height: 44px;
}

@media (hover: hover) {
	.HeaderSearch--toggle:hover {
		color: #7AB800;
	}

	.HeaderSearch--toggle:focus {
		color: #7AB800;
	}
}

.HeaderSearch--Flyout {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 102;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: transform 150ms ease-in, opacity 150ms ease-in;
	background-color: #ffffff;
	background-color: var(--c-white);
	box-shadow: 0px 14px 20px rgba(84, 88, 96, 0.08);
}

@media (max-width: 1150px) {
	.HeaderSearch--Flyout .HeaderSearch--close {
		opacity: 0;
		transition: color 0.3s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.5s;
	}
}

.HeaderSearch--Flyout[data-hidden=false] {
	pointer-events: auto;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.HeaderSearch--Flyout[data-hidden=false] .HeaderSearch--close {
	opacity: 1;
}

.HeaderSearch--close {
	position: absolute;
	right: 3.125rem;
	top: 3.125rem;
	display: block;
	width: 44px;
	height: 44px;
	margin: calc((44px - 3em) * -0.5);
	padding: calc((44px - 3em) * 0.5);
	font-size: 16px;
}

@media (max-width: 1150px) {
	.HeaderSearch--close {
		right: 50px;
		right: max(50px, (100vw - 0px - 1340px) * 0.5);
		right: var(--site-margin);
		margin-top: calc((44px - 1.75em) * -0.5);
		margin-bottom: calc((44px - 1.75em) * -0.5);
	}
}

.HeaderSearch--close:after {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(-45deg);
}

.HeaderSearch--close:before {
	content: "";
	position: absolute;
	font-size: 1em;
	top: 50%;
	/*@if $name == "right" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "left" {
  	width: 1.5em;
  	margin: -1px -.75em;
  	border-top: 1px solid;
  }
  @else if $name == "down" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }
  @else if $name == "up" {
  	height: 1.5em;
  	margin: -.75em -1px;
  	border-left: 1px solid;
  }*/
	width: 2em;
	margin: -1px -1em;
	border-top: 2px solid;
	transform: rotate(45deg);
}

@media (hover: hover) {
	.HeaderSearch--close:hover {
		color: #7AB800;
	}

	.HeaderSearch--close:focus {
		color: #7AB800;
	}
}

.HeaderSearch--Flyout--inner {
	margin-left: 50px;
	margin-left: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-left: var(--site-margin);
	margin-right: 50px;
	margin-right: max(50px, (100vw - 0px - 1340px) * 0.5);
	margin-right: var(--site-margin);
	display: flex;
	flex-direction: column;
	padding-top: 80px;
	padding-bottom: 40px;
	height: 100vh;
	height: var(--screenheight);
}

@media (min-width: 1150px) {
	.HeaderSearch--Flyout--inner {
		padding-top: calc(41.3793103448vw - 395.8620689655px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--Flyout--inner {
		padding-top: 200px;
	}
}

@media (min-width: 1150px) {
	.HeaderSearch--Flyout--inner {
		padding-bottom: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--Flyout--inner {
		padding-bottom: 100px;
	}
}

@media (min-width: 1151px) {
	.HeaderSearch--Flyout--inner {
		height: max(60vh, 655px);
	}
}

@media (max-width: 1150px) {
	.HeaderSearch--Flyout--inner {
		flex-direction: column-reverse;
		justify-content: flex-start;
	}

	.HeaderSearch--Flyout--inner .HeaderSearch--searchbar {
		margin-top: 10px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1150px) and (min-width: 1150px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--searchbar {
		margin-top: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--searchbar {
		margin-top: 20px;
	}
}

@media (max-width: 1150px) and (min-width: 1150px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--searchbar {
		margin-bottom: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--searchbar {
		margin-bottom: 100px;
	}
}

@media (max-width: 1150px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--suggestions {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1150px) and (min-width: 1150px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--suggestions {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--suggestions {
		margin-top: 30px;
	}
}

@media (max-width: 1150px) and (min-width: 1150px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--suggestions {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.HeaderSearch--Flyout--inner .HeaderSearch--suggestions {
		margin-bottom: 20px;
	}
}

.HeaderSearch--searchbar {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #DEDDDB;
}

.theme-dark .HeaderSearch--searchbar {
	border-bottom-color: rgba(84, 88, 96, 0.5);
}

.HeaderSearch--searchbar .Icon {
	margin-right: 1em;
}

.HeaderSearch--suggestions {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	margin-top: 40px;
	transition: opacity 300ms ease-in;
}

@media (min-width: 400px) {
	.HeaderSearch--suggestions {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--suggestions {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.HeaderSearch--suggestions {
		margin-top: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--suggestions {
		margin-top: 100px;
	}
}

.HeaderSearch--suggestions.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.HeaderSearch--suggestions ul li {
	margin-bottom: 10px;
	line-height: 1.7;
}

@media (min-width: 1150px) {
	.HeaderSearch--suggestions ul li {
		margin-bottom: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--suggestions ul li {
		margin-bottom: 10px;
	}
}

.HeaderSearch--suggestions b,
.HeaderSearch--suggestions strong {
	font-weight: 700;
}

.HeaderSearch--suggestions ul>li>a,
.HeaderSearch--suggestions--link {
	color: #545860;
	color: var(--c-grey-medium);
}

@media (hover: hover) {

	.HeaderSearch--suggestions ul>li>a:hover,
	.HeaderSearch--suggestions--link:hover {
		color: #232222;
		color: var(--c-grey-dark);
	}

	.HeaderSearch--suggestions ul>li>a:focus,
	.HeaderSearch--suggestions--link:focus {
		color: #232222;
		color: var(--c-grey-dark);
	}
}

.HeaderSearch--suggestions ul>li>a mark,
.HeaderSearch--suggestions--link mark {
	background-color: transparent;
	font-weight: bold;
	color: #232222;
	color: var(--c-grey-dark);
}

.HeaderSearch--suggestions--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	.HeaderSearch--suggestions--title {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--suggestions--title {
		font-size: 14px;
	}
}

@media (min-width: 1150px) {
	.HeaderSearch--suggestions--title {
		margin-bottom: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--suggestions--title {
		margin-bottom: 10px;
	}
}

.HeaderSearch--clear {
	position: absolute;
}

.HeaderSearch--clear:not(:focus) {
	position: absolute;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	/* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

.HeaderSearch--input {
	/* font-size: lead; */
	font-size: 22px;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	background-color: var(--c-white);
	color: #000000;
	color: var(--c-black);
	padding-left: 0.15em;
	border: 0;
}

@media (min-width: 400px) {
	.HeaderSearch--input {
		font-size: calc(0.5769230769vw + 19.6923076923px);
	}
}

@media (min-width: 1440px) {
	.HeaderSearch--input {
		font-size: 28px;
	}
}

@media (max-width: 750px) {
	.HeaderSearch--input {
		height: 44px;
	}
}

.HeaderSearch--input::placeholder {
	color: #969599;
}

.ScrollUp {
	position: sticky;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: flex;
	align-self: flex-end;
	height: 0;
}

.ScrollUp--Btn {
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
	min-width: 60px;
	padding: 5px 30px;
	padding: 0.3125rem 1.875rem;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-size: 200%;
	background-position-x: 100%;
	transition: all 250ms ease-in-out;
	color: #7AB800;
	border: 1px solid #7AB800;
	background: #ffffff;
	background: var(--c-white);
	align-self: flex-end;
	min-width: 42px;
	min-height: 42px;
	border-radius: 100%;
	padding: 0;
	overflow: hidden;
	transition: ease-out 0.3s;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
}

.ScrollUp--Btn:before {
	content: "";
	background-color: #7AB800;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: ease-out 0.3s;
}

.ScrollUp--Btn.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.ScrollUp--Btn>.Icon {
	transform: rotate(90deg);
	width: 22px;
	height: 22px;
}

@media (hover: hover) {
	.ScrollUp--Btn:hover {
		color: #006443;
		border-color: #006443;
		background: #ffffff;
		background: var(--c-white);
	}

	.ScrollUp--Btn:hover:before {
		opacity: 0.15;
	}

	.theme-dark .ScrollUp--Btn:hover:before {
		opacity: 0.2;
	}
}

.AttentionBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	border-radius: 100%;
}

.AttentionBadge.small {
	width: 70px;
	height: 70px;
	background: #F2FCE2;
}

.AttentionBadge.small .AttentionBadge--label {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7AB800;
}

@media (min-width: 400px) {
	.AttentionBadge.small .AttentionBadge--label {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.AttentionBadge.small .AttentionBadge--label {
		font-size: 14px;
	}
}

.AttentionBadge--label {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-weight: 700;
	/* font-size: h5; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}

@media (min-width: 400px) {
	.AttentionBadge--label {
		font-size: calc(0.1923076923vw + 11.2307692308px);
	}
}

@media (min-width: 1440px) {
	.AttentionBadge--label {
		font-size: 14px;
	}
}

.ContactCard--inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.ContactCard--media {
	display: grid;
	grid-template-rows: 1fr;
	margin-bottom: 20px;
	width: 100%;
}

@media (min-width: 581px) {
	.ContactCard--content {
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.ContactCard--title {
		flex: 1;
		display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
	}
}


@media (min-width: 1150px) {
	.ContactCard--media {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--media {
		margin-bottom: 30px;
	}
}

.ContactCard--media .ContactCard--tags,
.ContactCard--media .ContactCard--image {
	grid-area: 1/1/span 1/span 1;
}

.ContactCard--tags {
	position: relative;
	margin-top: 20px;
}

.ContactCard--name {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	color: #232222;
	color: var(--c-grey-dark);
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	.ContactCard--name {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--name {
		font-size: 26px;
	}
}

@media (min-width: 1150px) {
	.ContactCard--name {
		margin-bottom: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--name {
		margin-bottom: 10px;
	}
}

.ContactCard--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 500;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	color: #545860;
	color: var(--c-grey-medium);
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	.ContactCard--title {
		/* font-size: calc(0.5769230769vw + 17.6923076923px); */
	}
}

@media (min-width: 1440px) {
	.ContactCard--title {
		font-size: 20px;
	}
}

@media (min-width: 1150px) {
	.ContactCard--title {
		margin-bottom: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--title {
		margin-bottom: 10px;
	}
}

.ContactCard--contact {
	margin-bottom: 10px;
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 1150px) {
	.ContactCard--contact {
		margin-bottom: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--contact {
		margin-bottom: 20px;
	}
}

@media (min-width: 400px) {
	.ContactCard--contact {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--contact {
		font-size: 14px;
	}
}

.ContactCard--contact .Link+.Link {
	margin-left: 10px;
}

@media (min-width: 1150px) {
	.ContactCard--contact .Link+.Link {
		margin-left: calc(3.4482758621vw - 29.6551724138px);
	}
}

@media (min-width: 1440px) {
	.ContactCard--contact .Link+.Link {
		margin-left: 20px;
	}
}

.ContactCard--cta .Button {
	width: 100%;
}

.FourOhhhFour {
	margin-bottom: 12.5rem;
	margin-top: 12.5rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
	--bg-color: var(--c-white);
	--dot-color: #7AB800;
}

.FourOhhhFour--inner {
	grid-area: 1/2/span 1/span 12;
}

.FourOhhhFour--bg {
	background: linear-gradient(90deg, #ffffff 13px, transparent 1%) center, linear-gradient(#ffffff 13px, transparent 1%) center, #7AB800;
	background: linear-gradient(90deg, var(--bg-color, var(--c-white)) 13px, transparent 1%) center, linear-gradient(var(--bg-color, var(--c-white)) 13px, transparent 1%) center, var(--dot-color, #7AB800);
	background-size: 15px 15px;
	-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	grid-area: 2/1/span 1/span 14;
	box-shadow: inset 0px 0px 10vw 30px #ffffff;
	box-shadow: inset 0px 0px 10vw 30px var(--c-white);
	opacity: 0.66;
	margin: -200px 1% -100px 1%;
}

.FourOhhhFour--header {
	position: relative;
	grid-area: 1/4/span 1/span 8;
	text-align: center;
}

@media (min-width: 751px) {
	.FourOhhhFour--header {
		grid-area: 1/5/span 1/span 6;
	}
}

@media (min-width: 1151px) {
	.FourOhhhFour--header {
		grid-area: 1/6/span 1/span 4;
	}
}

.FourOhhhFour--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h1; */
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

@media (min-width: 400px) {
	.FourOhhhFour--title {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (min-width: 1440px) {
	.FourOhhhFour--title {
		font-size: 90px;
	}
}

@media (max-width: 1440px) {
	.FourOhhhFour--title {
		font-size: 70px;
	}
}

@media (max-width: 1150px) {
	.FourOhhhFour--title {
		font-size: 50px;
	}
}

@media (min-width: 1150px) {
	.FourOhhhFour--title {
		margin-bottom: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.FourOhhhFour--title {
		margin-bottom: 30px;
	}
}

.FourOhhhFour--text {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
}

@media (min-width: 400px) {
	.FourOhhhFour--text {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.FourOhhhFour--text {
		font-size: 18px;
	}
}

@media (min-width: 1150px) {
	.FourOhhhFour--text {
		margin-bottom: calc(20.6896551724vw - 197.9310344828px);
	}
}

@media (min-width: 1440px) {
	.FourOhhhFour--text {
		margin-bottom: 100px;
	}
}

.FourOhhhFour--inner {
	grid-row-start: 2;
	position: relative;
}

@media (max-width: 750px) {
	.FourOhhhFour--inner {
		display: flex;
		flex-direction: column;
	}
}

.FourOhhhFour--here {
	position: relative;
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
}

@media (min-width: 751px) {
	.FourOhhhFour--here {
		margin: 0 0 -50px 50px;
	}
}

@media (max-width: 750px) {
	.FourOhhhFour--here {
		transform: scale(0.75);
	}
}

.FourOhhhFour--here:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: -50px;
	border-radius: 100%;
	animation: pulsing-in-out 4s infinite;
}

.FourOhhhFour--here:before {
	background: radial-gradient(circle, #ffffff 20%, #7AB800 100%);
	background: radial-gradient(circle, var(--c-white) 20%, #7AB800 100%);
}

.FourOhhhFour--here--label {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	position: relative;
	z-index: 1;
	width: 80%;
	text-align: center;
	color: #000000;
	color: var(--c-black);
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
}

@keyframes pulsing-in-out {
	0% {
		transform: scale(2);
		opacity: 0;
	}

	33% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.FourOhhhFour--links {
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	width: 100%;
}

@media (min-width: 400px) {
	.FourOhhhFour--links {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.FourOhhhFour--links {
		font-size: 14px;
	}
}

.FourOhhhFour--links li {
	margin: 5% 0;
}

@media (max-width: 750px) {
	.FourOhhhFour--links li {
		margin: 7.5% 0;
	}
}

@media (max-width: 580px) {
	.FourOhhhFour--links li {
		margin: 10% 0;
	}
}

.FourOhhhFour--links li:nth-child(10n+1) {
	margin-left: 40%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+1) {
		margin-left: 26.25%;
	}
}

.FourOhhhFour--links li:nth-child(10n+2) {
	margin-left: 70%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+2) {
		margin-left: 48.75%;
	}
}

.FourOhhhFour--links li:nth-child(10n+3) {
	margin-left: 45%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+3) {
		margin-left: 30%;
	}
}

.FourOhhhFour--links li:nth-child(10n+4) {
	margin-left: 65%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+4) {
		margin-left: 45%;
	}
}

.FourOhhhFour--links li:nth-child(10n+5) {
	margin-left: 5%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+5) {
		margin-left: 0%;
	}
}

.FourOhhhFour--links li:nth-child(10n+6) {
	margin-left: 35%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+6) {
		margin-left: 22.5%;
	}
}

.FourOhhhFour--links li:nth-child(10n+7) {
	margin-left: 60%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+7) {
		margin-left: 41.25%;
	}
}

.FourOhhhFour--links li:nth-child(10n+8) {
	margin-left: 15%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+8) {
		margin-left: 10%;
	}
}

.FourOhhhFour--links li:nth-child(10n+9) {
	margin-left: 50%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+9) {
		margin-left: 33.75%;
	}
}

.FourOhhhFour--links li:nth-child(10n+10) {
	margin-left: 10%;
}

@media (max-width: 580px) {
	.FourOhhhFour--links li:nth-child(10n+10) {
		margin-left: 5%;
	}
}

.FourOhhhFour--links .Link {
	white-space: nowrap;
	background-size: 99% 2px;
}

.FourOhhhFour--links .Link:hover {
	animation: underlining 0.2s ease-in-out 0.2s forwards;
	background-size: 0% 2px;
}

@keyframes underlining {
	0% {
		background-size: 0% 2px;
	}

	100% {
		background-size: 99% 2px;
	}
}

.ImageTeaser .ImageTeaser--inner {
	position: relative;
}

.ImageTeaser .ImageTeaser--inner:after {
	content: "＋";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 75px;
	line-height: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5);
}

@media (hover: hover) {
	.ImageTeaser:hover .ImageTeaser--inner:after {
		opacity: 1;
	}

	.ImageTeaser:focus .ImageTeaser--inner:after {
		opacity: 1;
	}
}

.ImageTeaser--inner {
	position: relative;
}

.NewsTeaser {
	display: block;
	background: #F8F7F5;
	background: var(--c-grey-background);
}

.NewsTeaser .NewsTeaser--image {
	position: relative;
}

.NewsTeaser .NewsTeaser--image:after {
	content: "＋";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 75px;
	line-height: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5);
}

@media (hover: hover) {
	.NewsTeaser:hover .NewsTeaser--image:after {
		opacity: 1;
	}

	.NewsTeaser:focus .NewsTeaser--image:after {
		opacity: 1;
	}
}

.NewsTeaser--inner {
	/* display: grid;
	grid-template-rows: 1fr auto;
	gap: 3.125rem;
	grid-gap: 3.125rem;
	grid-gap: var(--grid-gap);
	gap: var(--grid-gap); */
	display: flex;
    flex-direction: column;
	height: 100%;
}

.NewsTeaser--inner .NewsTeaser--media {
	grid-area: 1/1/span 1/span 1;
}

.NewsTeaser--inner .NewsTeaser--content {
	grid-area: 2/1/span 1/span 1;
}

.NewsTeaser--media {
	display: grid;
	grid-template-rows: 1fr;
	min-height: 210px;
}

.NewsTeaser--media .NewsTeaser--tags,
.NewsTeaser--media .NewsTeaser--image {
	grid-area: 1/1/span 1/span 1;
}

.NewsTeaser--content {
	grid-area: 2/1/span 1/span 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: auto;
	min-height: 180px;
}

.NewsTeaser--content .NewsTeaser--title {
	display: box !important;
}

.NewsTeaser--content .NewsTeaser--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

@media (min-width: 400px) {
	.NewsTeaser--content .NewsTeaser--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.NewsTeaser--content .NewsTeaser--title {
		font-size: 26px;
	}
	.NewsTeaser--media {
		min-height: 250px;
	}

}

.NewsTeaser--content .NewsTeaser--text {
	margin-top: 10px;
	/* font-size: s; */
	font-size: 14px;
	line-height: 1.7;
	color: #545860;
	color: var(--c-grey-medium);
}

@media (min-width: 1150px) {
	.NewsTeaser--content .NewsTeaser--text {
		margin-top: calc(0vw + 10px);
	}
}

@media (min-width: 1440px) {
	.NewsTeaser--content .NewsTeaser--text {
		margin-top: 10px;
	}
}

@media (min-width: 400px) {
	.NewsTeaser--content .NewsTeaser--text {
		font-size: calc(0vw + 14px);
	}
}

@media (min-width: 1440px) {
	.NewsTeaser--content .NewsTeaser--text {
		font-size: 14px;
	}
}

.Number {
	display: flex;
	flex-direction: column;
}

@media (min-width: 581px) {
	.Number.small .Number--value {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h2; */
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: -0.01em;
	}
}

@media (min-width: 581px) and (min-width: 400px) {
	.Number.small .Number--value {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 581px) and (min-width: 1440px) {
	.Number.small .Number--value {
		font-size: 50px;
	}
}

@media (min-width: 581px) {
	.Number.small .Number--unit {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h3; */
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (min-width: 581px) and (min-width: 400px) {
	.Number.small .Number--unit {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 581px) and (min-width: 1440px) {
	.Number.small .Number--unit {
		font-size: 26px;
	}
}

.Number.large .Number--value {
	font-size: 80px;
	font-size: 5rem;
}

.Number.large .Number--unit {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 400px) {
	.Number.large .Number--unit {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.Number.large .Number--unit {
		font-size: 26px;
	}
}

.Number--number {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	display: flex;
	align-items: baseline;
	background: radial-gradient(circle, #7AB800 0%, #006443 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: 0px 0px rgba(0, 0, 0, 0);
}

.Number--value {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 80px;
	line-height: 1;
}

.Number--unit {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	margin-left: 0.25em;
}

@media (min-width: 400px) {
	.Number--unit {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.Number--unit {
		font-size: 50px;
	}
}

.Number--text {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
}

@media (min-width: 400px) {
	.Number--text {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.Number--text {
		font-size: 18px;
	}
}

.NumberFactTeaser {
	min-width: 9em;
}

.NumberFactTeaser .Number {
	align-items: center;
	text-align: center;
}

@media (max-width: 900px) and (min-width: 581px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--value {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h1; */
		font-size: 50px;
		line-height: 1;
		letter-spacing: -0.02em;
	}
}

@media (max-width: 900px) and (min-width: 581px) and (min-width: 400px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--value {
		font-size: calc(3.8461538462vw + 34.6153846154px);
	}
}

@media (max-width: 900px) and (min-width: 581px) and (min-width: 1440px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--value {
		font-size: 90px;
	}
}

@media (max-width: 900px) and (min-width: 581px) and (max-width: 1440px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--value {
		font-size: 70px;
	}
}

@media (max-width: 900px) and (min-width: 581px) and (max-width: 1150px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--value {
		font-size: 50px;
	}
}

@media (max-width: 900px) and (min-width: 581px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--unit {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h3; */
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (max-width: 900px) and (min-width: 581px) and (min-width: 400px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--unit {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (max-width: 900px) and (min-width: 581px) and (min-width: 1440px) {
	.TeaserList .NumberFactTeaser .NumberFactTeaser--inner .Number--unit {
		font-size: 26px;
	}
}

.NumberFactTeaser--inner {
	padding: 20px;
	width: 100%;
}

@media (min-width: 1150px) {
	.NumberFactTeaser--inner {
		padding: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.NumberFactTeaser--inner {
		padding: 30px;
	}
}

.NumberFactTeaser--description {
	/* font-size: m; */
	font-size: 18px;
	line-height: 1.6;
	color: #545860;
	color: var(--c-grey-medium);
	margin-top: 20px;
	text-align: center;
}

@media (min-width: 400px) {
	.NumberFactTeaser--description {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.NumberFactTeaser--description {
		font-size: 18px;
	}
}

@media (min-width: 1150px) {
	.NumberFactTeaser--description {
		margin-top: calc(3.4482758621vw - 19.6551724138px);
	}
}

@media (min-width: 1440px) {
	.NumberFactTeaser--description {
		margin-top: 30px;
	}
}

@media (max-width: 1150px) {
	.NumberFactTeaser--description {
		/* font-size: s; */
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (max-width: 1150px) and (min-width: 400px) {
	.NumberFactTeaser--description {
		font-size: calc(0vw + 14px);
	}
}

@media (max-width: 1150px) and (min-width: 1440px) {
	.NumberFactTeaser--description {
		font-size: 14px;
	}
}

.Quicklink {
	display: flex;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #DEDDDB;
	border-radius: 3px;
	padding: 1.125rem 1.875rem;
	min-height: 6.25rem;
	box-shadow: 0px 5px 8px rgba(84, 88, 96, 0.05);
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (hover: hover) {
	.Quicklink:hover {
		background-color: #F8F7F5;
	}

	.Quicklink:hover .Quicklink--icon {
		transform: translateX(10px);
	}

	.Quicklink:focus {
		background-color: #F8F7F5;
	}

	.Quicklink:focus .Quicklink--icon {
		transform: translateX(10px);
	}
}

.Quicklink--inner {
	display: flex;
	align-items: center;
	width: 100%;
}

.Quicklink--inner .Icon {
	flex: 0 0 auto;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #7AB800;
	width: 2rem;
	height: 2rem;
}

.Quicklink--text {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h4; */
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
	flex: 1 1 auto;
	padding-right: 1.25rem;
	color: #232222;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 400px) {
	.Quicklink--text {
		font-size: calc(0.5769230769vw + 9.6923076923px);
	}
}

@media (min-width: 1440px) {
	.Quicklink--text {
		font-size: 18px;
	}
}

@media (max-width: 750px) {
	.Quicklink--text {
		font-family: "Roboto Condensed", Helvetica, sans-serif;
		font-weight: 700;
		/* font-size: h3; */
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (max-width: 750px) and (min-width: 400px) {
	.Quicklink--text {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (max-width: 750px) and (min-width: 1440px) {
	.Quicklink--text {
		font-size: 26px;
	}
}

.SectionTitle {
	margin-bottom: 6.25rem;
	margin-top: 3.125rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.SectionTitle .SectionTitle--title {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.SectionTitle .SectionTitle--title {
		grid-area: 1/3/span 1/span 10;
	}
}

.SectionTitle--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 600;
	/* font-size: h2; */
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

@media (min-width: 400px) {
	.SectionTitle--title {
		font-size: calc(0.9615384615vw + 36.1538461538px);
	}
}

@media (min-width: 1440px) {
	.SectionTitle--title {
		font-size: 50px;
	}
}

[data-js-ShowMore-item][data-hidden=true] {
	display: none;
}

.SquareTeaser {
	color: #ffffff;
}

.SquareTeaser.dark {
	color: #232222;
}

.SquareTeaser .SquareTeaser--image {
	position: relative;
}

.SquareTeaser .SquareTeaser--image:after {
	content: "＋";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 75px;
	line-height: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5);
}

@media (hover: hover) {
	.SquareTeaser:hover .SquareTeaser--image:after {
		opacity: 1;
	}

	.SquareTeaser:focus .SquareTeaser--image:after {
		opacity: 1;
	}
}

.SquareTeaser--inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.SquareTeaser--inner .Tag {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
}

.SquareTeaser--content,
.SquareTeaser--image {
	grid-column: 1/-1;
	grid-row: 1/-1;
}

.SquareTeaser--content {
	align-self: flex-end;
	padding: 20px;
	z-index: 1;
}

.SquareTeaser--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 400px) {
	.SquareTeaser--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.SquareTeaser--title {
		font-size: 26px;
	}
}

.StockDashboard {
	margin-bottom: 6.25rem;
	display: grid;
	grid-gap: 0px 3.125rem;
	grid-gap: 0px var(--grid-gap);
	grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
	grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.StockDashboard--inner {
	grid-area: 1/2/span 1/span 12;
}

@media (min-width: 1151px) {
	.StockDashboard--inner {
		grid-area: 1/3/span 1/span 10;
	}
}

.StockDashboard--grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6.25rem;
	overflow: hidden;
	align-items: center;
}

@media (max-width: 580px) {
	.StockDashboard--grid {
		flex-direction: column;
	}
}

.StockDashboard--grid>li {
	display: flex;
}

@media (max-width: 580px) {
	.StockDashboard--grid>li {
		flex-direction: column;
	}
}

.StockDashboard--grid>li>* {
	width: 100%;
	margin: 0;
}

.StockDashboard--grid>li {
	flex: 1 0 auto;
}

@media (max-width: 900px) {
	.StockDashboard--grid>li {
		order: 2;
	}

	.StockDashboard--grid>li:nth-child(2) {
		order: 1;
		width: 100%;
	}
}

.StockDashboard--item {
	display: flex;
	flex-direction: column;
}

.StockDashboard--item--head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.125rem;
}

.StockDashboard--item--head .Link {
	padding: 0;
}

.StockDashboard--title.StockDashboard--title {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-weight: 700;
	/* font-size: h3; */
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 400px) {
	.StockDashboard--title.StockDashboard--title {
		font-size: calc(0.5769230769vw + 17.6923076923px);
	}
}

@media (min-width: 1440px) {
	.StockDashboard--title.StockDashboard--title {
		font-size: 26px;
	}
}

.StockDashboard--LiveData {
	/* display: flex;
	gap: 3.125rem; */
}

.StockDashboard--LiveData.is-positive {
	color: #006443;
}

.StockDashboard--LiveData.is-negative {
	color: #FF0000;
}

.StockDashboard--LiveData:not(.stockdio-fn-done) .StockDashboard--LiveData--right {
	display: none;
}

.StockDashboard--LiveData--price,
.StockDashboard--LiveData--change,
.StockDashboard--LiveData--percentChange {
	white-space: nowrap;
}

.StockDashboard--LiveData--price,
.StockDashboard--LiveData--change {
	margin-right: 10px;
}

.StockDashboard--LiveData-change {
	display: none;
	/* margin-right: 0.5em; */
}

.StockDashboard--LiveData.is-neutral .StockDashboard--LiveData-change.is-neutral {
	display: inline-block;
}

.StockDashboard--LiveData.is-positive .StockDashboard--LiveData-change.is-positive {
	display: inline-block;
}

.StockDashboard--LiveData.is-negative .StockDashboard--LiveData-change.is-negative {
	display: inline-block;
}

.StockDashboard--item--liveData {
    display: block;
    background-color: #F8F7F5;
    padding: 20px;
    border-radius: 5px;
}

.StockDashboard--item--liveData .StockDashboard--title {
    font-weight: 600;
    font-family: "Roboto", Helvetica, sans-serif;
	margin-right: 20px;
}

.StockDashboard--item--liveData--header {
    margin: 0 0 5px;
}

.StockDashboard--item--liveData .StockDashboard--item--head {
	margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.StockDashboard--item--liveData .Number--text {
	font-size: 16px;
}

.StockDashboard--currPrice>span {
    color: #028200;
}

.StockDashboard--currPrice span {
    font-size: 32px;
    color: #028200;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}

.StockDashboard--currPrice [data-js-stockdio-fn="numberFormat:price"],
.StockDashboard--currPrice [data-js-stockdio-text="price"] {
	font-weight: 600;
	font-size: 50px;
	letter-spacing: -3px;
}

.StockDashboard--item--liveData .StockDashboard--LiveData {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.StockDashboard--currPrice {
	line-height: 0.7;
}

.StockDashboard--item--liveData .StockDashboard--LiveData--right {
	display: flex;
}

.StockDashboard--item--liveData .StockDashboard--LiveData--change,
.StockDashboard--item--liveData .StockDashboard--LiveData--change span,
.StockDashboard--item--liveData .StockDashboard--LiveData--percentChange,
.StockDashboard--item--liveData .StockDashboard--LiveData--percentChange span {
	/* color: #545860; */
}

.moreInfo-Link {
	font-size: 16px;
	min-width: 121px;
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	color: #232222;
	border: 1px solid #7ab800;
	border-radius: 3px;
	transition: all 250ms ease-in-out;
}

.moreInfo-Link:hover {
	background-color: #7ab800;
	color: #ffffff;
}

.Tag {
	/* font-size: xs; */
	font-size: 12px;
	display: inline-flex;
	padding: 0.4375rem 0.75rem;
	border-radius: 3px;
	border: 1px solid #DEDDDB;
	border: 1px solid var(--c-grey-ui);
	color: #545860;
	background-color: #ffffff;
	transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 750px) {
	.StockDashboard--item--liveData .StockDashboard--LiveData {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.StockDashboard--currPrice {
		line-height: 0.7;
		margin-bottom: 20px;
	}

	.StockDashboard--item--liveData .StockDashboard--LiveData--right {
		display: flex;
		margin-top: 10px;
	}
}

@media (min-width: 400px) {
	.Tag {
		font-size: calc(0vw + 12px);
	}
}

@media (min-width: 1440px) {
	.Tag {
		font-size: 12px;
	}
}

.Tag.large {
	/* font-size: m; */
	font-size: 18px;
	padding: 0.9375rem 1.875rem 1rem;
}

@media (min-width: 400px) {
	.Tag.large {
		font-size: calc(0vw + 18px);
	}
}

@media (min-width: 1440px) {
	.Tag.large {
		font-size: 18px;
	}
}

.Tag.active {
	color: #232222;
	background-color: #F2FCE2;
	border-color: #7AB800;
}

@media (hover: hover) {
	a.Tag:hover {
		border-color: #545860;
		color: #232222;
	}

	a.Tag:focus {
		border-color: #545860;
		color: #232222;
	}
}

/* Related Resources START */

.relatedResourcesList .MediaTextTeaser--inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.relatedResourcesList .MediaTextTeaser.vertical .MediaTextTeaser--content {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.relatedResourcesList .MediaTextTeaser--title {
    flex: auto;
}

/* Related Resources END */


/* Blog START */

.BlogTeaser {
	display: block;
	background: #F8F7F5;
	background: var(--c-grey-background);
}

.BlogTeaser--inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.BlogTeaser--media {
    position: relative;
}

.BlogTeaser--text {
	margin-top: 10px;
	font-size: 14px;
	color: var(--c-grey-medium);
	line-height: 1.7;
}

.BlogTeaser--title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
	line-height: 1.2;
}

.BlogTeaser--content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: auto;
	min-height: 180px;
	padding: 20px;
}

.BlogTeaser--image:after {
    content: "＋";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 75px;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5);
}

.BlogTeaser:hover .BlogTeaser--image:after {
    opacity: 1;
}

@media (min-width:1441px) {
	.BlogTeaser--media {
		min-height: 250px;
	}

	.BlogTeaser--title {
		font-size: 26px;
	}
}


/* Blog END */

p sub {
    top: 0;
    font-size: 60%;
}

p sup {
	top: -1.25ex;
    font-size: 60%;
}

.aem-AuthorLayer-Preview #onetrust-consent-sdk,
.aem-AuthorLayer-Edit #onetrust-consent-sdk{
	display: none !important;
}

.cq-LinkChecker--invalid,
.aem-AuthorLayer-Edit .cq-Editable-dom .cq-LinkChecker--invalid {
	display: none;
}

.aem-AuthorLayer-Edit body {
	--screenheight: 800px;
	--screenheightLazy: 800px;
}

.aem-AuthorLayer-Edit .cq-Editable-dom {
	padding: 10px !important;
}


#onetrust-consent-sdk #onetrust-pc-sdk {
	background-color: #ffffff !important;
}
