@font-face {
  font-family: "Helvetica Now";
  src: url("fonts/helveticanow_regular.2a151167704f.otf") format("opentype");
  font-display: auto;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now";
  src: url("fonts/helveticanow_medium.8f2911e4a383.otf") format("opentype");
  font-display: auto;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now";
  src: url("fonts/helveticanow_bold.0178222957d4.otf") format("opentype");
  font-display: auto;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ivar Headline";
  src: url("fonts/ivar_regular.119f7bc92a52.otf") format("opentype");
  font-display: auto;
  font-style: normal;
}
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Helvetica Now, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 4rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[24rem\] {
  padding-bottom: 24rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-20 {
  padding-top: 5rem;
}
.font-sans {
  font-family: Helvetica Now, sans-serif;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root {
  --c-primary-red: #AB2E24;
  --c-primary-green: #A1A39B;
  --c-primary-white: #F7F5F0;
  --c-primary-black: #050505;
  --c-secondary-beige: #AB9E96;
  --c-secondary-blue: #435867;
  --c-secondary-orange: #B9753A;
  --c-secondary-gray: #B5B2B5;
  --c-extra-darkgreen: #454D3D;
  --c-extra-lightgreen: #E6E5DF;
  --c-extra-white: #FEFEFD;
  --c-extra-pink: #E9D1CB;
  --c-extra-lightbeige: #E4DFDA;
  --c-extra-darkred: #7E221B;
  --c-opacity-black: rgba(5, 5, 5, 0.5);
  --c-opacity-gray: rgba(181, 178, 181, 0.5);
  --c-opacity-red: rgba(171, 46, 36, 0.5);
  --c-primary: var(--c-primary-red);
  --c-hover: var(--c-extra-darkred);
  --c-text: var(--c-primary-black);
  --c-text-contrast: var(--c-primary-white);
  --c-link-hover: var(--c-secondary-blue);
  --c-headers: var(--c-primary-black);
  --f-family-sans: "Helvetica Now", sans-serif;
  --f-family-serif: "Ivar Headline", serif;
  --f-family-fontawesome: "Font Awesome 6 Pro";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: var(--c-primary-white);
  font-family: var(--f-family-sans);
  color: var(--c-text);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
}
body.mobile-menu-open #main-content,
body.mobile-menu-open footer {
  display: none;
}
body.mobile-menu-open header.header--main-header {
  height: 100vh;
}
body.mobile-menu-open header.header--main-header .header-image {
  position: relative;
  z-index: 15;
}
body.mobile-menu-open header.header--main-header .header-image__image {
  background-image: url("/static/website/images/logo_dark.df443a8a4cdd.svg");
}
body.mobile-menu-open header.header--main-header .header__mobile-menu {
  color: var(--c-text);
}

.to-maincontent-button {
  position: absolute;
  z-index: 1000;
  left: -10rem;
  top: -10rem;
  opacity: 0;
}
.to-maincontent-button:focus {
  opacity: 1;
  left: 3rem;
  top: 3rem;
}

/* Typographi */
h1, h2, h3, h4, h5, h6, .subtitle,
.h1, .h2, .h3, .h4, .h5 {
  font-family: var(--f-family-serif);
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-headers);
}
h1.title--sans, h2.title--sans, h3.title--sans, h4.title--sans, h5.title--sans, h6.title--sans, .subtitle.title--sans,
.h1.title--sans, .h2.title--sans, .h3.title--sans, .h4.title--sans, .h5.title--sans {
  font-family: var(--f-family-sans);
  line-height: 1.5;
  font-weight: 500;
}

h1, .h1 {
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 6.4rem;
  }
}
h1.title--sans, .h1.title--sans {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  h1.title--sans, .h1.title--sans {
    font-size: 4.8rem;
  }
}

h2, .h2 {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 4rem;
  }
}
h2.title--sans, .h2.title--sans {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h2.title--sans, .h2.title--sans {
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
h3.title--sans, .h3.title--sans {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3.title--sans, .h3.title--sans {
    font-size: 2.4rem;
  }
}

h4, .h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h4.title--sans, .h4.title--sans {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4.title--sans, .h4.title--sans {
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.8rem;
  }
}
h5.title--sans, .h5.title--sans {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h5.title--sans, .h5.title--sans {
    font-size: 1.4rem;
  }
}

h6, .h6 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.6rem;
  }
}
h6.title--sans, .h6.title--sans {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h6.title--sans, .h6.title--sans {
    font-size: 1.2rem;
  }
}

.text--small {
  font-size: 1.6rem;
}

.text--big {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .text--big {
    font-size: 2.4rem;
  }
}

.details {
  font-size: 1.4rem;
}

a {
  color: var(--c-link);
  text-decoration: underline;
  cursor: pointer;
}
a:is(:hover, :active) {
  color: var(--c-link-hover);
}
a:focus {
  outline: 2px solid var(--c-link-hover);
  border-radius: 0.4rem;
}

table {
  width: 100%;
  max-width: 100%;
}
table::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px;
}
table::-webkit-scrollbar-thumb {
  background: var(--c-primary-green);
  border-radius: 5px;
  cursor: pointer;
}
table::-webkit-scrollbar-thumb:hover {
  background: var(--c-secondary-gray);
}
table tbody {
  width: 100%;
}
table td, table th {
  padding: 1rem;
  padding-left: 0;
  border-bottom: 1px solid var(--c-primary-green);
  text-align: left;
}
table tbody tr:last-child td, table tbody tr:last-child th {
  border-bottom: 0;
}

.text-body p + p {
  margin-top: 1em;
}
.text-body h2, .text-body h3, .text-body h4 {
  font-family: var(--f-family-sans);
  margin-bottom: 0.5em;
}
.text-body * + h2, .text-body * + h3, .text-body * + h4 {
  margin-top: 1.5em;
}
.text-body h2 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .text-body h2 {
    font-size: 3.2rem;
  }
}
.text-body h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .text-body h3 {
    font-size: 2.8rem;
  }
}
.text-body h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .text-body h4 {
    font-size: 2.4rem;
  }
}
.text-body hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 1px solid var(--c-primary-red);
}
@media (min-width: 768px) {
  .text-body hr {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.text-body ol, .text-body ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 4rem;
          padding-inline-start: 4rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-body ol ol, .text-body ol ul, .text-body ul ol, .text-body ul ul {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.text-body ol {
  list-style-type: decimal;
}
.text-body ul {
  list-style-type: disc;
}

.max-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 200rem;
  padding: 0 4rem;
  width: 100%;
}

.max-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 71rem;
}

.background-white {
  background-color: var(--c-primary-white);
}

.background-green {
  background-color: var(--c-primary-green);
}

.background-blue {
  background-color: var(--c-secondary-blue);
}

.background-beige {
  background-color: var(--c-secondary-beige);
}

.background-light_green {
  background-color: var(--c-extra-lightgreen);
}

.background-red {
  background-color: var(--c-primary-red);
}

.background-extra_white {
  background-color: var(--c-extra-white);
}

.background-gray {
  background-color: var(--c-secondary-gray);
}

.background-orange {
  background-color: var(--c-secondary-orange);
}

.color-light {
  color: var(--c-text-contrast);
}
.color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6, .color-light p, .color-light a {
  color: var(--c-text-contrast);
}
.color-light a:hover {
  color: var(--c-extra-pink);
}
.color-light a:focus {
  outline-color: var(--c-text-contrast);
}
.color-light .btn-secondary {
  border-color: var(--c-text-contrast);
  color: var(--c-text-contrast);
}

.color-dark {
  color: var(--c-text);
}
.color-dark h1, .color-dark h2, .color-dark h3, .color-dark h4, .color-dark h5, .color-dark h6, .color-dark p, .color-dark a {
  color: var(--c-text);
}
.color-dark a:hover {
  color: var(--c-secondary-blue);
}
.color-dark a:focus {
  outline-color: var(--c-text);
}
.color-dark .btn-secondary {
  border-color: var(--c-text);
  color: var(--c-text);
}

.richtext-image.left {
  float: left;
  margin: 2rem 2rem 2rem 0;
}
.richtext-image.right {
  float: right;
  margin: 2rem 0 2rem 2rem;
}
.richtext-image.full-width {
  margin: 2rem 0;
  width: 100%;
}

.btn {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0.8rem 2.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-width: 0.1rem;
  border-style: solid;
  transition: 0.2s;
}
.btn:is(:hover, :focus, :active) {
  outline: none;
}
.btn i {
  margin-left: 1rem;
}

.btn-primary {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  color: var(--c-text-contrast);
}
.btn-primary:is(:hover, :focus, :active) {
  color: var(--c-text-contrast);
  border-color: var(--c-hover);
  background-color: var(--c-hover);
}

.btn-secondary {
  border-color: var(--c-text);
  background-color: transparent;
  color: var(--c-text);
}
.btn-secondary:is(:hover, :focus, :active) {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  color: var(--c-text-contrast);
}

.btn-action {
  border-color: transparent;
  background-color: var(--c-primary-white);
  border-radius: 50%;
  color: var(--c-text);
  padding: 8px 15px;
}
.btn-action i {
  margin: 0;
}
.btn-action:is(:hover, :focus, :active) {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  color: var(--c-text-contrast);
  border-radius: 50%;
}

.popover {
  position: fixed;
  inset: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  overflow: auto;
  z-index: 1;
  max-width: 60rem;
  text-align: center;
  background-color: var(--c-extra-white);
}
.popover__content {
  padding: 2.5rem;
  margin: auto;
  max-width: 50rem;
}
.popover__footer {
  background-color: var(--c-extra-lightgreen);
  padding: 2rem;
}

.component__link-list__link a {
  text-decoration: none;
}
.component__link-list__link a:after {
  content: "\f054";
  font-family: var(--f-family-fontawesome);
  font-weight: 300;
  margin-left: 1.6rem;
}
.component__link-list--strokes .component__link-list__link {
  padding: 1.6rem 0;
  border-top: 1px solid var(--c-text);
}
.component__link-list--strokes .component__link-list__link:last-child {
  border-bottom: 1px solid var(--c-text);
}
.component__link-list--strokes .component__link-list__link a {
  position: relative;
  padding-right: 3rem;
  display: block;
  width: 100%;
}
.component__link-list--strokes .component__link-list__link a:after {
  content: "\f054";
  font-family: var(--f-family-fontawesome);
  font-weight: 300;
  margin-left: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
}

.columns__column--one .component__link-list {
  font-size: 4rem;
  font-family: var(--f-family-serif);
}

.color-light .component__link-list--strokes .component__link-list__link {
  border-top: 1px solid var(--c-primary-white);
}
.color-light .component__link-list--strokes .component__link-list__link:last-child {
  border-bottom: 1px solid var(--c-primary-white);
}

.component__search-box {
  position: relative;
  max-width: 11rem;
  width: 100%;
  transition: 0.4s;
}
.component__search-box::before {
  font-family: var(--f-family-fontawesome);
  content: "\f002";
  position: absolute;
  font-size: 1.6rem;
  top: 1.4rem;
  left: 2rem;
}
.component__search-box:focus-within {
  max-width: 41rem;
}
.component__search-box .component__search-text {
  background: var(--c-primary-green);
  padding: 1.2rem;
  padding-left: 5.6rem;
  border-radius: 0.4rem;
  width: 100%;
  color: var(--c-text);
  transition: 0.2s;
}
.component__search-box .component__search-text:focus {
  outline: none;
}
.component__search-box .component__search-text:focus + .component__search-button {
  visibility: visible;
  top: 1.4rem;
  right: 2rem;
}
.component__search-box .component__search-text::-moz-placeholder {
  color: var(--c-text);
  opacity: 0.5;
}
.component__search-box .component__search-text::placeholder {
  color: var(--c-text);
  opacity: 0.5;
}
.component__search-box .component__search-text:is(:hover, :focus) {
  background-color: var(--c-extra-lightgreen);
}
.component__search-box .component__search-button {
  font-family: var(--f-family-fontawesome);
  position: absolute;
  visibility: hidden;
}

.component__top-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-height: 200rem;
  max-width: 200rem;
}
.component__top-carousel .top-carousel__images {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}
.component__top-carousel .top-carousel__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 976px) {
  .component__top-carousel .top-carousel__image {
    aspect-ratio: 3/4;
  }
}
@media (min-width: 1440px) {
  .component__top-carousel .top-carousel__image {
    aspect-ratio: 1/1;
  }
}
.component__top-carousel .top-carousel__thumbnails {
  display: flex;
  position: absolute;
  flex-direction: row;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 976px) {
  .component__top-carousel .top-carousel__thumbnails {
    flex-direction: column;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.component__top-carousel .top-carousel__thumbnail {
  width: 5rem;
  height: 5rem;
  margin-right: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0.5rem solid var(--c-primary-white);
  transition: 0.2s;
}
.component__top-carousel .top-carousel__thumbnail:is(:hover, :focus, :active) {
  border: 0.5rem solid var(--c-primary-red);
  outline: none;
}
.component__top-carousel .top-carousel__thumbnail:last-child {
  margin-right: 0;
}
@media (min-width: 976px) {
  .component__top-carousel .top-carousel__thumbnail {
    margin-bottom: 0.6rem;
    margin-right: 0;
  }
  .component__top-carousel .top-carousel__thumbnail:last-child {
    margin-bottom: 0;
  }
}

.component__accordion .accordion__item {
  border-top: 1px solid var(--c-primary-white);
}
.component__accordion .accordion__item:last-child {
  border-bottom: 1px solid var(--c-primary-white);
}
.component__accordion .accordion__item__expanded .accordion__header__arrow {
  transform: rotate(180deg);
}
.component__accordion .accordion__item__expanded .accordion__content {
  display: block;
}
.component__accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  line-height: 2;
  text-align: left;
  width: 100%;
  transition: 0.2s;
  padding: 1.7rem 0;
}
.component__accordion .accordion__header:is(:hover, :focus, :active) {
  position: relative;
  background-color: var(--c-primary-white);
  padding: 1.7rem;
  margin-left: -1.7rem;
  margin-right: -1.7rem;
  width: calc(100% + 3.4rem);
  border-radius: 0.4rem;
  color: var(--c-text);
  outline: none;
}
.component__accordion .accordion__header__type-display {
  opacity: 0.8;
  padding-right: 2rem;
  font-size: 1.6rem;
  width: 14rem;
}
@media (min-width: 768px) {
  .component__accordion .accordion__header__type-display {
    width: 20rem;
  }
}
.component__accordion .accordion__header__arrow {
  transition: 0.2s;
}
.component__accordion .accordion__content {
  padding: 1.6rem 0;
  display: none;
}
@media (min-width: 768px) {
  .component__accordion .accordion__content {
    padding: 2.2rem 20rem 3rem;
  }
}
.component__accordion .accordion__content p, .component__accordion .accordion__content a {
  margin-bottom: 0.8rem;
}
.component__accordion .accordion__content a {
  display: block;
  text-decoration: none;
}

div.input-block {
  position: relative;
}
div.input-block input[type=text], div.input-block input[type=tlf], div.input-block input[type=number], div.input-block input[type=email], div.input-block textarea, div.input-block:has(input[type=radio]), div.input-block:has(input[type=checkbox]) {
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--c-text);
  width: 100%;
  padding: 1.2rem 2.4rem;
  border-radius: 0.4rem;
  border: 1px solid var(--c-primary-white);
  outline: none;
  background-color: var(--c-primary-white);
}
div.input-block input[type=text] + label, div.input-block input[type=tlf] + label, div.input-block input[type=number] + label, div.input-block input[type=email] + label, div.input-block textarea + label, div.input-block:has(input[type=radio]) + label, div.input-block:has(input[type=checkbox]) + label {
  position: absolute;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  top: 0.1rem;
  left: 2.4rem;
  transition: all 0.3s;
  transform-origin: 0% 0%;
  pointer-events: none;
  color: var(--c-extra-darkgreen);
  display: block;
  z-index: 5;
}
div.input-block input[type=text]:not(:-moz-placeholder-shown), div.input-block input[type=tlf]:not(:-moz-placeholder-shown), div.input-block input[type=number]:not(:-moz-placeholder-shown), div.input-block input[type=email]:not(:-moz-placeholder-shown), div.input-block textarea:not(:-moz-placeholder-shown), div.input-block:has(input[type=radio]):not(:-moz-placeholder-shown), div.input-block:has(input[type=checkbox]):not(:-moz-placeholder-shown) {
  padding-top: 3.5rem;
}
div.input-block input[type=text]:not(:placeholder-shown), div.input-block input[type=text]:focus, div.input-block input[type=tlf]:not(:placeholder-shown), div.input-block input[type=tlf]:focus, div.input-block input[type=number]:not(:placeholder-shown), div.input-block input[type=number]:focus, div.input-block input[type=email]:not(:placeholder-shown), div.input-block input[type=email]:focus, div.input-block textarea:not(:placeholder-shown), div.input-block textarea:focus, div.input-block:has(input[type=radio]):not(:placeholder-shown), div.input-block:has(input[type=radio]):focus, div.input-block:has(input[type=checkbox]):not(:placeholder-shown), div.input-block:has(input[type=checkbox]):focus {
  padding-top: 3.5rem;
}
div.input-block input[type=text]:not(:-moz-placeholder-shown) + label, div.input-block input[type=tlf]:not(:-moz-placeholder-shown) + label, div.input-block input[type=number]:not(:-moz-placeholder-shown) + label, div.input-block input[type=email]:not(:-moz-placeholder-shown) + label, div.input-block textarea:not(:-moz-placeholder-shown) + label, div.input-block:has(input[type=radio]):not(:-moz-placeholder-shown) + label, div.input-block:has(input[type=checkbox]):not(:-moz-placeholder-shown) + label {
  color: var(--c-secondary-blue);
  transform: scale(0.8) translateY(0px);
}
div.input-block input[type=text]:not(:placeholder-shown) + label, div.input-block input[type=text]:focus + label, div.input-block input[type=tlf]:not(:placeholder-shown) + label, div.input-block input[type=tlf]:focus + label, div.input-block input[type=number]:not(:placeholder-shown) + label, div.input-block input[type=number]:focus + label, div.input-block input[type=email]:not(:placeholder-shown) + label, div.input-block input[type=email]:focus + label, div.input-block textarea:not(:placeholder-shown) + label, div.input-block textarea:focus + label, div.input-block:has(input[type=radio]):not(:placeholder-shown) + label, div.input-block:has(input[type=radio]):focus + label, div.input-block:has(input[type=checkbox]):not(:placeholder-shown) + label, div.input-block:has(input[type=checkbox]):focus + label {
  color: var(--c-secondary-blue);
  transform: scale(0.8) translateY(0px);
}
div.input-block input[type=text]:focus, div.input-block input[type=tlf]:focus, div.input-block input[type=number]:focus, div.input-block input[type=email]:focus, div.input-block textarea:focus, div.input-block:has(input[type=radio]):focus, div.input-block:has(input[type=checkbox]):focus {
  border-color: var(--c-primary-red);
  border-radius: 0;
}
div.input-block input[type=text]::-moz-placeholder, div.input-block input[type=tlf]::-moz-placeholder, div.input-block input[type=number]::-moz-placeholder, div.input-block input[type=email]::-moz-placeholder, div.input-block textarea::-moz-placeholder, div.input-block:has(input[type=radio])::-moz-placeholder, div.input-block:has(input[type=checkbox])::-moz-placeholder {
  color: transparent;
}
div.input-block input[type=text]::placeholder, div.input-block input[type=tlf]::placeholder, div.input-block input[type=number]::placeholder, div.input-block input[type=email]::placeholder, div.input-block textarea::placeholder, div.input-block:has(input[type=radio])::placeholder, div.input-block:has(input[type=checkbox])::placeholder {
  color: transparent;
}
div.input-block:has(input[type=radio]) label, div.input-block:has(input[type=checkbox]) label {
  font-size: 1.4rem;
  color: var(--c-text);
}
div.input-block:has(input[type=radio]):not(:-moz-placeholder-shown), div.input-block:has(input[type=checkbox]):not(:-moz-placeholder-shown) {
  padding-top: 1.2rem;
}
div.input-block:has(input[type=radio]):not(:placeholder-shown), div.input-block:has(input[type=checkbox]):not(:placeholder-shown) {
  padding-top: 1.2rem;
}
div.input-block:has(input[type=radio]) input[type=radio],
div.input-block:has(input[type=radio]) input[type=checkbox], div.input-block:has(input[type=checkbox]) input[type=radio],
div.input-block:has(input[type=checkbox]) input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid var(--c-primary-red);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}
div.input-block:has(input[type=radio]) input[type=radio]::before,
div.input-block:has(input[type=radio]) input[type=checkbox]::before, div.input-block:has(input[type=checkbox]) input[type=radio]::before,
div.input-block:has(input[type=checkbox]) input[type=checkbox]::before {
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
div.input-block:has(input[type=radio]) input[type=radio]:checked::before,
div.input-block:has(input[type=radio]) input[type=checkbox]:checked::before, div.input-block:has(input[type=checkbox]) input[type=radio]:checked::before,
div.input-block:has(input[type=checkbox]) input[type=checkbox]:checked::before {
  transform: scale(1);
}
div.input-block:has(input[type=radio]) input[type=radio], div.input-block:has(input[type=checkbox]) input[type=radio] {
  border-radius: 50%;
}
div.input-block:has(input[type=radio]) input[type=radio]::before, div.input-block:has(input[type=checkbox]) input[type=radio]::before {
  content: "";
  border-radius: 50%;
  background-color: var(--c-primary-red);
  width: 0.8rem;
  height: 0.8rem;
}
div.input-block:has(input[type=radio]) input[type=checkbox], div.input-block:has(input[type=checkbox]) input[type=checkbox] {
  border-radius: 0.2rem;
}
div.input-block:has(input[type=radio]) input[type=checkbox]::before, div.input-block:has(input[type=checkbox]) input[type=checkbox]::before {
  font-family: var(--f-family-fontawesome);
  content: "\f00c";
  border-radius: 0.2rem;
  width: 0.9rem;
  height: 1.4rem;
  font-size: 1rem;
  color: var(--c-primary-red);
}
div.input-block + .input-block {
  margin-top: 1.6rem;
}
div.input-block textarea {
  min-height: 10rem;
}

header.header--main-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
header.header--main-header .header-image {
  margin-top: 4rem;
}
header.header--main-header .header-image__image {
  width: 11rem;
  background-image: url("images/logo_main.36d7783f7a94.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.6rem;
}
header.header--main-header .header-image__link:is(:hover, :focus, :active) {
  opacity: 0.7;
}
header.header--main-header nav.sub-menu {
  background-color: var(--c-primary-white);
  padding: 0.8rem 0 0.8rem 2rem;
  position: relative;
  overflow-y: clip;
}
header.header--main-header nav.sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4.2rem solid var(--c-primary-white);
  border-left: 2rem solid transparent;
  position: absolute;
  left: -1.9rem;
  top: 0;
}
header.header--main-header nav.sub-menu::after {
  content: "";
  background-color: var(--c-primary-white);
  height: 4rem;
  width: 50vw;
  right: -50vw;
  top: 0;
  position: absolute;
}
header.header--main-header nav.sub-menu .menu-item a {
  text-decoration: none;
}
header.header--main-header nav.sub-menu .menu-item + .menu-item {
  margin-left: 1.6rem;
}
header.header--main-header nav.sub-menu .menu-item--change-supplier {
  padding-right: 1.6rem;
  border-right: 1px solid var(--c-text);
}
header.header--main-header nav.sub-menu .menu-item--search {
  font-size: 1.6rem;
}
header.header--main-header nav.main-menu {
  margin-top: 2.4rem;
}
header.header--main-header nav.main-menu .menu-item a {
  text-decoration: none;
  color: var(--c-text-contrast);
}
header.header--main-header nav.main-menu .menu-item a:is(:hover, :focus, :active), header.header--main-header nav.main-menu .menu-item a.active {
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-color: var(--c-text-contrast);
  text-decoration-thickness: 0.3rem;
  color: var(--c-text-contrast);
}
header.header--main-header nav.main-menu .menu-item + .menu-item {
  margin-left: 2.4rem;
}
header.header--main-header.header--white nav.sub-menu {
  background-color: var(--c-primary-green);
}
header.header--main-header.header--white nav.sub-menu::before {
  border-top: 4rem solid var(--c-primary-green);
}
header.header--main-header.header--white nav.sub-menu::after {
  content: "";
  background-color: var(--c-primary-green);
}
header.header--main-header.header--white nav.main-menu .menu-item a {
  color: var(--c-text);
}
header.header--main-header.header--white nav.main-menu .menu-item a:is(:hover, :focus, :active), header.header--main-header.header--white nav.main-menu .menu-item a.active {
  text-decoration-color: var(--c-primary-green);
  color: var(--c-text);
}
header.header--main-header.header--dark .header-image__image {
  background-image: url("images/logo_white.adf6b7cda4e5.svg");
}
header.header--main-header.header--dark .header__mobile-menu {
  color: var(--c-text-contrast);
}
header.header--main-header.header--colored .header-image__image {
  background-image: url("images/logo_dark.df443a8a4cdd.svg");
}
header.header--main-header.header--colored nav.main-menu .menu-item a {
  color: var(--c-text);
}
header.header--main-header.header--colored nav.main-menu .menu-item a:is(:hover, :focus, :active), header.header--main-header.header--colored nav.main-menu .menu-item a.active {
  color: var(--c-text);
}

footer.footer {
  background-color: var(--c-primary-green);
  padding: 8rem 0 16rem;
  position: relative;
}
footer.footer .footer-item {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  footer.footer .footer-item {
    margin-bottom: 0;
  }
}
footer.footer .footer-item__emblem {
  width: 120px;
  height: 120px;
  margin-right: 4rem;
}
footer.footer .footer-item__textfield {
  margin-bottom: 4rem;
}
footer.footer .footer-item__textfield__title {
  font-size: 1.8rem;
  font-weight: 700;
}
footer.footer .footer-item__socials__social-link i {
  font-size: 3.2rem;
}
footer.footer .footer-item__socials__social-link + .footer-item__socials__social-link {
  margin-left: 1.6rem;
}
footer.footer .component__link-list li {
  margin-bottom: 1.6rem;
}
footer.footer .back-to-top-btn {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -10.5rem;
  right: 4rem;
}
footer.footer .back-to-top-btn:is(:hover, :focus, :active) {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  color: var(--c-text-contrast);
}

.breadcrumbs__breadcrumb-link {
  text-decoration: none;
  font-size: 1.4rem;
}
.breadcrumbs__breadcrumb-link::after {
  content: "/";
  margin-left: 0.5rem;
}
.breadcrumbs__breadcrumb-link:last-child:after {
  content: "";
}
.breadcrumbs__breadcrumb-link--active {
  text-decoration: underline;
  text-decoration-color: var(--c-primary-red);
  text-underline-offset: 0.4rem;
}

.mobile-menu__menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--c-primary-green);
  overflow: auto;
  padding-top: 16.8rem;
}
.mobile-menu__menu .component__link-list {
  font-family: var(--f-family-serif);
  font-size: 2.8rem;
  padding: 0 4rem 4rem;
  background-color: var(--c-primary-green);
  position: relative;
  z-index: 20;
}
.mobile-menu__submenu {
  background-color: var(--c-primary-white);
  color: var(--c-secondary-blue);
  padding: 4rem;
}
.mobile-menu__submenu a {
  text-decoration: none;
}
.mobile-menu__submenu a:is(:hover, :focus, :active) {
  text-decoration: underline;
}
.mobile-menu__submenu .menu-item {
  margin-bottom: 1.6rem;
}
.mobile-menu__submenu .menu-item:last-child {
  margin-bottom: 0;
}
.mobile-menu__submenu .menu-item--stroke {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--c-secondary-blue);
}
.mobile-menu__menu-button {
  position: relative;
  z-index: 15;
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin-top: 4rem;
  border-radius: 50%;
  transition: 0.2s;
}
.mobile-menu__menu-button:is(:hover, :focus, :active) {
  background-color: var(--c-primary-red);
  outline: 5px solid var(--c-primary-red);
  color: var(--c-text-contrast);
}

.page.page--search {
  padding-top: 20rem;
  padding-bottom: 2.4rem;
}
.page.page--search .search-page__form-wrapper .component__search-box {
  max-width: 100%;
}
.page.page--search .search-page__form-wrapper .component__search-box:has(.component__search-text:focus) {
  max-width: 100%;
}
.page.page--search .search-page__form-wrapper .component__search-box .component__search-text {
  background-color: var(--c-primary-white);
}
.page.page--search .search-page__form-wrapper .component__search-box .component__search-button {
  visibility: visible;
  top: 1.4rem;
  right: 2rem;
}
.page.page--search .search-page__results {
  max-width: 106rem;
  margin: 6rem auto 0;
}
.page.page--search .search-page__results__info {
  margin-bottom: 2.4rem;
  font-style: italic;
}
.page.page--search .search-page__results__list-item {
  border-top: 1px solid var(--c-primary-black);
  padding: 1.7rem 0;
  display: block;
  text-decoration: none;
  color: var(--c-text);
  transition: 0.2s background-color, margin, padding;
  position: relative;
}
.page.page--search .search-page__results__list-item:last-child {
  border-bottom: 1px solid var(--c-primary-black);
}
.page.page--search .search-page__results__list-item:is(:hover, :focus, :active) {
  position: relative;
  background-color: var(--c-primary-white);
  padding: 1.7rem;
  margin-left: -1.7rem;
  margin-right: -1.7rem;
  width: calc(100% + 3.4rem);
  border-top: 1px solid var(--c-primary-white);
  border-bottom: 1px solid var(--c-primary-white);
  border-radius: 0.4rem;
  color: var(--c-text);
}
.page.page--search .search-page__results__list-item:is(:hover, :focus, :active) + .search-page__results__list-item {
  border-top: 0;
}
.page.page--search .search-page__results__list-item .list-item__page-type {
  max-width: 30rem;
  width: 100%;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .page.page--search .search-page__results__list-item .list-item__page-type {
    margin-bottom: 0;
  }
}
.page.page--search .search-page__results__list-item .list-item__page-title {
  width: 100%;
}
.page.page--search .search-page__results__list-item .list-item__arrow {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .page.page--search .search-page__results__list-item .list-item__arrow {
    position: static;
  }
}

.page.page--search-supplier {
  padding-top: 20rem;
}
.page.page--search-supplier .search-supplier__top {
  text-align: center;
}
.page.page--search-supplier .search-supplier__top .component__search-box {
  margin: 4rem auto 8rem;
  max-width: 29rem;
}
.page.page--search-supplier .search-supplier__top .component__search-box:is(:hover, :focus, :active), .page.page--search-supplier .search-supplier__top .component__search-box:has(.component__search-text:focus) {
  max-width: 50rem;
}
.page.page--search-supplier .search-supplier__content {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
.page.page--search-supplier .search-supplier__search {
  width: 100%;
}
.page.page--search-supplier .search-supplier__search__text {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .page.page--search-supplier .search-supplier__search__text {
    margin-bottom: 6.9rem;
  }
}
.page.page--search-supplier .search-supplier__search__title {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .page.page--search-supplier .search-supplier__search__title {
    margin-bottom: 4.9rem;
  }
}
.page.page--search-supplier .search-supplier__search__filters {
  margin-bottom: 4rem;
}
.page.page--search-supplier .search-supplier__search__filter-bullet {
  display: inline;
}
@media (min-width: 768px) {
  .page.page--search-supplier .search-supplier__search__filter {
    max-width: 30rem;
    margin-right: 1.6rem;
  }
  .page.page--search-supplier .search-supplier__filters {
    margin-right: 13rem;
  }
  .page.page--search-supplier .search-supplier__filters__nav {
    display: block;
  }
}
.page.page--search-supplier .search-supplier__filters__header {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .page.page--search-supplier .search-supplier__filters__header {
    display: block;
  }
}
.page.page--search-supplier .search-supplier__filters__filter {
  padding: 10px;
  background-color: var(--c-opacity-gray);
  margin-bottom: 0.8rem;
  text-align: center;
  border-radius: 0.4rem;
  border: 0;
  color: var(--c-text-contrast);
  width: 100%;
  transition: 0.2s;
}
.page.page--search-supplier .search-supplier__filters__filter:is(:hover, :focus, :active, .selected) {
  background-color: var(--c-primary-white);
  color: var(--c-text);
}
.page.page--search-supplier .search-supplier__filters__select {
  color: var(--c-text);
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  margin-bottom: 4.8rem;
}

.leaflet-container {
  margin-bottom: 5rem;
  z-index: 0;
}
.leaflet-container .leaflet-popup h2 {
  font-size: 2rem;
  color: var(--c-secondary-blue);
  margin-bottom: 1.4rem;
}
.leaflet-container .leaflet-popup p {
  color: var(--c-secondary-blue);
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 0.8rem;
}

.page--home-page .home-page__top {
  position: relative;
  padding-top: 14rem;
  align-items: center;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top {
    min-height: 90rem;
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
}
.page--home-page .home-page__top .home-page__top__images {
  position: relative;
}
.page--home-page .home-page__top .home-page__top__images:has(.home-page__top__images__video-clip-path video) {
  width: 100%;
  height: 50vw;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__images:has(.home-page__top__images__video-clip-path video) {
    width: auto;
    height: auto;
  }
  .page--home-page .home-page__top .home-page__top__images {
    position: static;
  }
}
.page--home-page .home-page__top .home-page__top__images img, .page--home-page .home-page__top .home-page__top__images__video-clip-path {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  height: 100%;
}
.page--home-page .home-page__top .home-page__top__images__video-clip-path video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__images__video-clip-path video {
    margin-left: 36%;
  }
  .page--home-page .home-page__top .home-page__top__images__video-clip-path::after {
    content: "";
    height: 20rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  }
}
.page--home-page .home-page__top .home-page__top__images__video__play-button {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background-color: var(--c-opacity-black);
  font-size: 2rem;
  color: var(--c-text-contrast);
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
}
.page--home-page .home-page__top .home-page__top__images__video__play-button:is(:hover, :focus, :active) {
  background-color: var(--c-opacity-red);
}
.page--home-page .home-page__top .home-page__top__images .image-one {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 32% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 32% 100%);
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__images .image-one {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 75% 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 75% 100%);
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .page--home-page .home-page__top .home-page__top__images .image-one {
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 65% 100%);
            clip-path: polygon(40% 0, 100% 0, 100% 100%, 65% 100%);
  }
}
.page--home-page .home-page__top .home-page__top__images .image-two {
  -webkit-clip-path: polygon(10% 60%, 22% 60%, 31% 100%, 0% 100%);
          clip-path: polygon(10% 60%, 22% 60%, 31% 100%, 0% 100%);
  position: absolute;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__images .image-two {
    -webkit-clip-path: polygon(57% 60%, 64% 60%, 74% 100%, 46% 100%);
            clip-path: polygon(57% 60%, 64% 60%, 74% 100%, 46% 100%);
  }
}
@media (min-width: 1200px) {
  .page--home-page .home-page__top .home-page__top__images .image-two {
    -webkit-clip-path: polygon(48% 60%, 54% 60%, 64% 100%, 38% 100%);
            clip-path: polygon(48% 60%, 54% 60%, 64% 100%, 38% 100%);
  }
}
.page--home-page .home-page__top .home-page__top__images .home-page__top__images__video--one .home-page__top__images__video-clip-path {
  position: absolute;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__images .home-page__top__images__video--one .home-page__top__images__video-clip-path {
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 60% 100%);
            clip-path: polygon(40% 0, 100% 0, 100% 100%, 60% 100%);
    max-width: 400rem;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .page--home-page .home-page__top .home-page__top__images .home-page__top__images__video--one .home-page__top__images__video-clip-path {
    -webkit-clip-path: polygon(36% 0, 100% 0, 100% 100%, 50% 100%);
            clip-path: polygon(36% 0, 100% 0, 100% 100%, 50% 100%);
  }
}
.page--home-page .home-page__top .home-page__top__text-field {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__text-field {
    padding-top: 0;
    max-width: 46%;
  }
}
@media (min-width: 1200px) {
  .page--home-page .home-page__top .home-page__top__text-field {
    max-width: 32%;
  }
}
.page--home-page .home-page__top .home-page__top__title,
.page--home-page .home-page__top .home-page__top__intro {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .page--home-page .home-page__top .home-page__top__title,
  .page--home-page .home-page__top .home-page__top__intro {
    margin-bottom: 4rem;
  }
}

.page--page .page__top {
  position: relative;
  padding-top: 14rem;
}
@media (min-width: 768px) {
  .page--page .page__top {
    padding-top: 22rem;
  }
}
.page--page .page__top--back-link {
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .page--page .page__top--back-link {
    padding-top: 18rem;
  }
}
.page--page .page__top__text-field {
  padding-bottom: 8rem;
}
.page--page .page__top--overlay .page__top__text-field {
  padding-bottom: 20rem;
}
.page--page .page__top__title {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .page--page .page__top__title {
    margin-bottom: 0;
  }
}
.page--page .page__top__back-link {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  text-decoration: none;
  display: block;
}
.page--page .page__top__image img, .page--page .page__top__image video {
  width: 100%;
}
.page--page .page__top__image video {
  max-height: 52rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.page--article .article__top {
  padding-top: 21.8rem;
}
.page--article .article__top__back-link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  display: inline-block;
}
.page--article .article__top__back-link:is(:focus, :hover, :active) {
  text-decoration: underline;
}
.page--article .article__top__text-field {
  text-align: center;
}
.page--article .article__top__sub-title {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.page--article .article__top__title {
  margin-bottom: 4rem;
}
.page--article .article__top__intro {
  max-width: 85rem;
  margin: auto;
}
.page--article .article__image img, .page--article .article__image .article__image__wrapper-inner {
  position: relative;
  margin: -200px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.page--article .article__body {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}
.page--article .article__body p + p {
  margin-top: 2em;
}
.page--article .article__body .article__block {
  margin-bottom: 5rem;
}
.page--article .article__body .richtext-image.full-width,
.page--article .article__body .blockitem__carouselblock__wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page--article .article__body .richtext-image.full-width,
  .page--article .article__body .blockitem__carouselblock__wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 976px) {
  .page--article .article__body .richtext-image.full-width,
  .page--article .article__body .blockitem__carouselblock__wrapper {
    left: 50%;
    margin-left: -50rem;
    margin-right: -50rem;
    max-width: 100rem;
    position: relative;
    right: 50%;
    width: 100rem;
  }
}
@media (min-width: 1200px) {
  .page--article .article__body .richtext-image.full-width,
  .page--article .article__body .blockitem__carouselblock__wrapper {
    margin-left: -55rem;
    margin-right: -55rem;
    max-width: 110rem;
    width: 110rem;
  }
}
@media (min-width: 1440px) {
  .page--article .article__body .richtext-image.full-width,
  .page--article .article__body .blockitem__carouselblock__wrapper {
    margin-left: -64rem;
    margin-right: -64rem;
    max-width: 128rem;
    width: 128rem;
  }
}
@media (min-width: 1200px) {
  .page--article .article__body .blockitem__quoteblock {
    left: 50%;
    margin-left: -53.1rem;
    margin-right: -53.1rem;
    max-width: 106.2rem;
    position: relative;
    right: 50%;
    width: 106.2rem;
  }
}

.page--product-page .product-page__top__title {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page--product-page .product-page__top__title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .page--product-page .product-page__top__title {
    font-size: 4.8rem;
  }
}
.page--product-page .product-page__top__text-field-wrapper {
  padding: 16rem 2.4rem 10rem 2.4rem;
}
@media (min-width: 768px) {
  .page--product-page .product-page__top__text-field-wrapper {
    padding: 16rem 6rem 8rem 4rem;
  }
}
@media (min-width: 1200px) {
  .page--product-page .product-page__top__text-field-wrapper {
    padding: 24rem 8rem 8rem 4rem;
    display: flex;
    align-items: end;
    flex-direction: column;
  }
}
.page--product-page .product-page__top__text-field-wrapper p + p {
  margin-top: 1.2em;
}
.page--product-page .product-page__top__text-field {
  max-width: 45rem;
}
.page--product-page .product-page__top__colors {
  margin-top: 6.4rem;
}
.page--product-page .product-page__top__color {
  margin-right: 3rem;
  text-align: center;
}
.page--product-page .product-page__top__color__image {
  border-radius: 50%;
  margin-bottom: 0.8rem;
  width: 8rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.page--contact-page .contact-page__top-field {
  padding-top: 11rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .page--contact-page .contact-page__top-field {
    padding-top: 22.4rem;
  }
}
.page--contact-page .contact-page__text-field__title {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page--contact-page .contact-page__text-field__title {
    margin-bottom: 6.4rem;
  }
}
.page--contact-page .contact-page__text-field__intro {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page--contact-page .contact-page__text-field__intro {
    margin-bottom: 3rem;
  }
}
.page--contact-page .contact-page__text-field__body {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page--contact-page .contact-page__text-field__body {
    margin-bottom: 0rem;
  }
}

.block__columns--overlay .columns__column {
  position: relative;
  margin-top: -8rem;
}
@media (min-width: 768px) {
  .block__columns--overlay .columns__column {
    margin-top: -16rem;
  }
}
.block__columns .columns__column--top-bottom-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.block__columns .columns__block {
  display: flex;
}
.block__columns .columns__block--colored {
  margin-left: -4rem;
  width: calc(100% + 8rem);
  padding: 4rem;
}
@media (min-width: 768px) {
  .block__columns .columns__block--colored {
    margin-left: -2rem;
    margin-right: -4rem;
    width: calc(100% + 6rem);
    padding: 6rem;
  }
}
.block__columns .columns__link {
  text-decoration: none;
}
.block__columns .columns__link i {
  margin-left: 1rem;
}

.block__parallax {
  padding: 8rem 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .block__parallax {
    padding: 18rem;
  }
}
.block__parallax--parallax {
  background-attachment: fixed;
}
.block__parallax .parallax__textbox {
  padding: 4rem 4rem 6rem;
  text-align: center;
}
.block__parallax .parallax__icon {
  margin: 0 auto 3rem;
}
.block__parallax .parallax__title {
  margin-bottom: 3rem;
}
.block__parallax .parallax__text {
  margin-bottom: 4rem;
}
.block__parallax .parallax__text li {
  list-style-position: inside;
}

.block__contactform {
  background-color: var(--c-secondary-gray);
  padding: 4.8rem 0;
}
@media (min-width: 768px) {
  .block__contactform {
    padding: 8rem 0;
  }
}
.block__contactform .contactform__title {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .block__contactform .contactform__title {
    margin-bottom: 4rem;
  }
}
.block__contactform .contactform__label {
  margin-bottom: 0.8rem;
  display: block;
}
.block__contactform .contactform__supplier-link {
  text-decoration: none;
  margin-bottom: 4.8rem;
  display: block;
}
.block__contactform .input-block--search {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .block__contactform .input-block--search {
    margin-bottom: 3.2rem;
  }
}
.block__contactform .input-block--search::before {
  font-family: var(--f-family-fontawesome);
  content: "\f002";
  position: absolute;
  font-size: 1.6rem;
  top: 1.4rem;
  left: 2rem;
}
.block__contactform .input-block--search input[type=text] {
  padding-left: 5rem;
}
.block__contactform .input-block--search input[type=text] + label {
  left: 5rem;
}

.tabmodule {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .tabmodule {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.tabmodule .tabmodule__tablist {
  display: flex;
  flex-direction: column;
}
.tabmodule .tabmodule__tablist__tab {
  background-color: var(--c-extra-white);
  cursor: pointer;
  opacity: 0.5;
  margin-bottom: 0.8rem;
  color: var(--c-text);
}
.tabmodule .tabmodule__tablist__tab.active {
  opacity: 1;
}
.tabmodule .tabmodule__tablist__tab:is(:hover, :focus, :active) {
  opacity: 1;
  outline: none;
}
@media (min-width: 768px) {
  .tabmodule .tabmodule__tabpanel-container {
    margin-left: 7rem;
  }
}
@media (min-width: 976px) {
  .tabmodule .tabmodule__tabpanel-container {
    margin-left: 13rem;
  }
}
.tabmodule .tabmodule__tabpanel {
  display: none;
}
.tabmodule .tabmodule__tabpanel.active {
  display: block;
}
.tabmodule .tabmodule__tabpanel__title, .tabmodule .tabmodule__tabpanel__intro {
  margin-bottom: 2.4rem;
}
.tabmodule .tabmodule__tabpanel__title {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .tabmodule .tabmodule__tabpanel__title {
    margin-top: 0;
  }
}

.block__sub-items {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .block__sub-items {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}
.block__sub-items.block__sub-items--overlay .block__sub-items__wrapper {
  position: relative;
  margin-top: -20rem;
}

.blockitem__linkblock,
.blockitem__textblock,
.blockitem__imageblock {
  margin-bottom: 5rem;
  margin-top: 5rem;
  width: 100%;
}
.blockitem__linkblock img, .blockitem__linkblock video,
.blockitem__textblock img,
.blockitem__textblock video,
.blockitem__imageblock img,
.blockitem__imageblock video {
  width: 100%;
}

.imageblock__video {
  position: relative;
}
.imageblock__video__overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.imageblock__video__play-button {
  background-color: var(--c-opacity-black);
  font-size: 3rem;
  color: var(--c-text-contrast);
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
}
.imageblock__video__play-button:is(:hover, :focus, :active) {
  background-color: var(--c-opacity-red);
}

.blockitem__textblock .textblock__link {
  display: block;
  text-decoration: none;
}
.blockitem__textblock .textblock__link i {
  margin-left: 1rem;
}
.blockitem__textblock .textblock__textarea {
  max-width: 60rem;
}
.blockitem__textblock .textblock__title + .textblock__link {
  margin-top: 1rem;
}
.blockitem__textblock .textblock__link + .textblock__textarea {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .blockitem__textblock .textblock__link + .textblock__textarea {
    margin-top: 4rem;
  }
}
.blockitem__textblock .textblock__title + .textblock__textarea {
  margin-top: 2.4rem;
}
.blockitem__textblock .textblock__textarea:has(+ .textblock__button) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .blockitem__textblock .textblock__textarea:has(+ .textblock__button) {
    margin-bottom: 4rem;
  }
}

.blockitem__imageblock .imageblock__image-link img {
  transition: 0.2s;
}
.blockitem__imageblock .imageblock__image-link:is(:hover, :focus, :active) img {
  opacity: 0.7;
}
.blockitem__imageblock .imageblock__link {
  display: block;
  text-decoration: none;
  margin-top: 2.4rem;
}
.blockitem__imageblock .imageblock__link i {
  margin-left: 1rem;
}
.blockitem__imageblock--graphic-decoration {
  padding-left: 5rem;
  padding-bottom: 3rem;
  background-image: url("images/image_background_graphic.586d652bdad3.svg");
  background-position: bottom left;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .blockitem__imageblock--graphic-decoration {
    padding-left: 7rem;
  }
}

.background-white .blockitem__imageblock--graphic-decoration, background-extra_white .blockitem__imageblock--graphic-decoration {
  background-image: url("images/image_background_graphic_beige.6488d00a9258.svg");
}
.background-white .background-red .blockitem__imageblock--graphic-decoration, .background-white .background-blue .blockitem__imageblock--graphic-decoration, .background-white .background-green .blockitem__imageblock--graphic-decoration, .background-white .background-beige .blockitem__imageblock--graphic-decoration, .background-white .background-light_green .blockitem__imageblock--graphic-decoration, .background-white .background-gray .blockitem__imageblock--graphic-decoration, .background-white .background-orange .blockitem__imageblock--graphic-decoration, background-extra_white .background-red .blockitem__imageblock--graphic-decoration, background-extra_white .background-blue .blockitem__imageblock--graphic-decoration, background-extra_white .background-green .blockitem__imageblock--graphic-decoration, background-extra_white .background-beige .blockitem__imageblock--graphic-decoration, background-extra_white .background-light_green .blockitem__imageblock--graphic-decoration, background-extra_white .background-gray .blockitem__imageblock--graphic-decoration, background-extra_white .background-orange .blockitem__imageblock--graphic-decoration {
  background-image: url("images/image_background_graphic.586d652bdad3.svg");
}

.columns__column--two .columns__block:nth-child(2) .blockitem__imageblock.blockitem__imageblock--graphic-decoration,
.columns__column--small-wide .columns__column--wide-small .columns__block:nth-child(2) .blockitem__imageblock.blockitem__imageblock--graphic-decoration {
  padding-left: 0;
  padding-right: 5rem;
  background-position: bottom right;
}
@media (min-width: 768px) {
  .columns__column--two .columns__block:nth-child(2) .blockitem__imageblock.blockitem__imageblock--graphic-decoration,
  .columns__column--small-wide .columns__column--wide-small .columns__block:nth-child(2) .blockitem__imageblock.blockitem__imageblock--graphic-decoration {
    padding-right: 7rem;
  }
}
.columns__column--two .blockitem__linkblock,
.columns__column--two .blockitem__textblock,
.columns__column--small-wide .columns__column--wide-small .blockitem__linkblock,
.columns__column--small-wide .columns__column--wide-small .blockitem__textblock {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.blockitem__linkblock {
  width: 100%;
}

.blockitem__carouselblock {
  position: relative;
  overflow: hidden;
}
.blockitem__carouselblock__wrapper {
  width: 100%;
}
.blockitem__carouselblock .carousel__images {
  display: flex;
  transition: 0.2s;
}
.blockitem__carouselblock .carousel__images picture {
  width: 100%;
  height: auto;
  flex: 0 0 100%;
}
.blockitem__carouselblock .carousel__images picture img {
  width: 100%;
}
.blockitem__carouselblock .carousel__button {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  bottom: 2.4rem;
  width: 5rem;
  height: 5rem;
  background-color: var(--c-extra-pink);
}
.blockitem__carouselblock .carousel__button:is(:hover, :focus, :active) {
  background-color: var(--c-primary);
}
.blockitem__carouselblock .carousel__button.prev {
  right: 9rem;
}
.blockitem__carouselblock .carousel__button.next {
  right: 2.4rem;
}

.columns__column--two .blockitem__carouselblock__wrapper,
.columns__column--small-wide .blockitem__carouselblock__wrapper,
.columns__column--wide-small .blockitem__carouselblock__wrapper {
  margin-left: -4rem;
  margin-right: -4rem;
  width: calc(100% + 8rem);
}
@media (min-width: 768px) {
  .columns__column--two .blockitem__carouselblock__wrapper,
  .columns__column--small-wide .blockitem__carouselblock__wrapper,
  .columns__column--wide-small .blockitem__carouselblock__wrapper {
    margin-right: -2rem;
    width: calc(100% + 6rem);
  }
  .columns__column--two .columns__block:nth-child(even) .blockitem__carouselblock__wrapper,
  .columns__column--small-wide .columns__block:nth-child(even) .blockitem__carouselblock__wrapper,
  .columns__column--wide-small .columns__block:nth-child(even) .blockitem__carouselblock__wrapper {
    margin-left: -2rem;
    margin-right: -4rem;
  }
}

.columns__column--one .blockitem__carouselblock__wrapper {
  max-width: 90rem;
  margin: auto;
}

.blockitem__sub-item {
  position: relative;
  transition: 0.3s;
}
.blockitem__sub-item:is(:hover, :focus-within) {
  background-color: var(--c-extra-white);
}
@media (min-width: 768px) {
  .blockitem__sub-item .sub-item__text-field {
    padding: 2rem;
  }
}
.blockitem__sub-item .sub-item__title-link {
  text-decoration: none;
}
.blockitem__sub-item .sub-item__title-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.blockitem__sub-item .sub-item__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .blockitem__sub-item .sub-item__title {
    font-size: 3.2rem;
  }
}
.blockitem__sub-item .sub-item__link {
  margin-top: 2.5rem;
  display: block;
  text-decoration: none;
}
.blockitem__sub-item .sub-item__link i {
  margin-left: 1rem;
}
.blockitem__sub-item .sub-item__link:is(:hover, :focus, :active) {
  text-decoration: underline;
}
.blockitem__sub-item .sub-item__image picture, .blockitem__sub-item .sub-item__image img {
  width: 100%;
}

.blockitem__quoteblock {
  background-color: var(--c-secondary-blue);
  padding: 4rem;
  color: var(--c-text-contrast);
  text-align: center;
}
@media (min-width: 768px) {
  .blockitem__quoteblock {
    padding: 4rem 8rem 8rem;
  }
}
.blockitem__quoteblock .quoteblock__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.blockitem__quoteblock .quoteblock__quote {
  color: var(--c-text-contrast);
  margin-bottom: 0.8rem;
}
.blockitem__quoteblock .quoteblock__author {
  font-size: 1.6rem;
}
.blockitem__quoteblock .quoteblock__author:before {
  content: "- ";
}

.blockitem__product-variation {
  background-color: var(--c-extra-white);
  padding: 4.2rem;
  width: 100%;
}
.blockitem__product-variation .product-variation__class {
  color: var(--c-secondary-blue);
  margin-bottom: 0.4rem;
}
.blockitem__product-variation .product-variation__title {
  margin-bottom: 2.4rem;
}
.blockitem__product-variation .product-variation__information-bullet {
  border-bottom: 1px solid var(--c-secondary-gray);
  padding: 0.5rem 0;
}
.blockitem__product-variation .product-variation__information-bullet:last-child {
  border-bottom: 0;
}

.blockitem__table {
  overflow-x: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

.odd\:col-span-1:nth-child(odd) {
  grid-column: span 1 / span 1;
}

.odd\:col-span-2:nth-child(odd) {
  grid-column: span 2 / span 2;
}

.even\:col-span-1:nth-child(even) {
  grid-column: span 1 / span 1;
}

.even\:col-span-2:nth-child(even) {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-32 {
    gap: 8rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

@media (min-width: 976px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:gap-52 {
    gap: 13rem;
  }
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url("images/layers.a6137456ed16.png");
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("images/layers-2x.4f0283c6ce28.png");
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url("images/marker-icon.2273e3d8ad92.png");
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*# sourceMappingURL=bundle.css.9006333736c2.map */