@charset "UTF-8";
:root {
  --accent-ui:	#257222;
  --font-default:	#222;
  --font-dark:	#050101;
  --font-light:	#555;
  --font-size:	1.125rem;
  --font-size-intro:	1.25rem;
  --font-size-small:	0.875rem;
  --color-heading:	#050101;
  --color-primary:	#257222;
  --color-secondary:	#fecc00;
  --color-muted:	#ccc;
  --color-access:	blue;
  --bg-default:	#fff;
  --bg-light:	#eff1f3;
  --bg-dark:	#4b4b4b;
  --bg-green:	#257222;
  --bg-black:	#050101;
  --flow:	max(3rem, 10vmin);
  --gap:	1.5rem;
  --row-gap:	1.5rem;
  --max-width:	90rem;
  --narrow-width:	58rem;
  --border-color:	rgba(0, 0, 0, 0.25);
  --border-radius:	3px;
  --border-width:	4px;
  --gradient-primary:	linear-gradient(to bottom, #3aa431, #257222);
  --nav-img:	url("/assets/img/paper-white-01.png");
  --input-color:	currentcolor;
  --input-border-width:	2px;
  --input-border-color:	rgba(0, 0, 0, 0.25);
  --input-border-color-hover:	#257222;
  --input-border-radius:	3px;
  --error:	#050101;
  --atime:	0.35s;
  --cookie-background:	#257222;
  --cookie-radius:	var(--border-radius);
  --bg-pri:	var(--color-primary);
  --bg-sec:	var(--color-secondary);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  color: var(--font-default);
}
body * {
  line-height: calc(1em + 0.5rem);
}

main {
  display: block;
}

a {
  text-decoration: none;
  transition: opacity 0.35s ease;
}
a:link, a:visited {
  color: currentColor;
}
a:hover, a:active {
  color: currentColor;
}
a.currentcolor {
  color: currentColor;
}

ul, ol, menu {
  padding: 0;
}

menu {
  list-style: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul, ol {
  padding-left: 1.5rem;
}
ul li::marker, ol li::marker {
  color: var(--color-primary);
}

img, svg, video, object, iframe, canvas {
  display: block;
  height: auto;
  max-width: 100%;
}

figure > a {
  display: block;
}
figure img {
  width: 100%;
}

table {
  border-collapse: collapse;
}

q, blockquote {
  quotes: "„" "“";
}

blockquote p {
  font-size: 1em;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  font-style: normal;
}

hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: var(--border-width, 4px) solid var(--border-color);
}
hr.short {
  max-width: 5rem;
  margin: 3rem 0 1.5rem;
  border-color: currentColor;
}

form {
  text-align: left;
}

fieldset {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 0.35rem;
  padding: 0;
  font-weight: normal;
}
label em {
  font-style: normal;
}

input, button, textarea {
  font: inherit;
}

select {
  cursor: inherit;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 10rem;
  padding: 0.75rem;
  white-space: revert;
  resize: vertical;
}

button {
  cursor: pointer;
  overflow: visible;
  border: 0;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: inherit;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
}

::selection {
  background: rgba(0, 0, 0, 0.15);
}

::-moz-placeholder {
  color: var(--placeholder, #555);
}

::placeholder {
  color: var(--placeholder, #555);
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

:focus-visible {
  border-color: var(--color-ui);
}

#root, #__next {
  isolation: isolate;
}

:where([hidden]) {
  display: none;
}

section, article {
  position: relative;
}

figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
figure.icon {
  margin-bottom: 1.5rem;
}
figure.icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
figure.icon.icon--small {
  height: 96px;
}

figcaption {
  padding: 0.5rem 0;
  font-size: var(--font-size-small);
  color: var(--font-light);
}

fieldset legend {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  border-radius: var(--border-radius);
  background: #fff;
}
fieldset .row + .row {
  margin-top: 1.5rem;
}

label {
  font-size: 0.875rem;
  color: #555;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  background-color: transparent;
  font-family: "Roboto", helvetica, arial, sans-serif;
  line-height: 1.5;
  color: var(--input-color);
  transition: background 0.35s ease, border 0.35s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--input-border-color-hover);
}

input[type=radio],
input[type=checkbox] {
  z-index: -1;
  position: absolute;
  left: 0;
  width: auto;
  padding: 0;
  opacity: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  float: left;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 0.65rem;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: 3px;
  background-color: transparent;
  vertical-align: text-top;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
input[type=radio] + label > div,
input[type=checkbox] + label > div {
  overflow: hidden;
  font-size: 1em;
}
input[type=radio]:hover + label::before, input[type=radio]:focus + label::before,
input[type=checkbox]:hover + label::before,
input[type=checkbox]:focus + label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
input[type=radio]:checked + label::before,
input[type=checkbox]:checked + label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  cursor: auto;
  color: var(--font-light);
}
input[type=radio]:disabled + label::before,
input[type=checkbox]:disabled + label::before {
  background-color: var(--input-border-color);
  box-shadow: none;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  height: 2px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}

input[type=radio] + label::before {
  border-radius: 50%;
}

select, input[list] {
  padding-right: 3.5rem;
  background-image: linear-gradient(45deg, transparent 50%, var(--input-color) 50%), linear-gradient(135deg, var(--input-color) 50%, transparent 50%), linear-gradient(to right, var(--input-border-color), var(--input-border-color));
  background-color: var(--item-bg, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select option, input[list] option {
  color: var(--font-color);
}
select:-moz-focusring, input[list]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
select::-webkit-calendar-picker-indicator, input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

textarea {
  min-height: 8rem;
  padding: 0.75rem;
  resize: vertical;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("/assets/vendor/slick-carousel/ajax-loader.gif") center center no-repeat;
}

.slick-slide > div > * {
  vertical-align: bottom;
}

.slick .slick-prev,
.slick .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0.5rem;
  opacity: 0.75;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: currentColor;
  z-index: 10;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
}
.slick .slick-prev:hover, .slick .slick-prev:focus,
.slick .slick-next:hover,
.slick .slick-next:focus {
  opacity: 1;
  outline: none;
  background: transparent;
}
.slick .slick-prev.slick-disabled:before,
.slick .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick .slick-prev::before,
.slick .slick-next::before {
  content: "";
  display: inline-block;
  padding: 0.5em;
  border: solid currentColor;
  font-size: 1.125rem;
  border-width: 0 0.2em 0.2em 0;
}
.slick .slick-prev {
  left: 1.5rem;
}
[dir=rtl] .slick .slick-prev {
  left: auto;
  right: 1.5rem;
}
.slick .slick-prev::before {
  transform: rotate(135deg);
}
[dir=rtl] .slick .slick-prev::before {
  transform: rotate(-45deg);
}
.slick .slick-next {
  right: 1.5rem;
}
[dir=rtl] .slick .slick-next {
  left: 1.5rem;
  right: auto;
}
.slick .slick-next::before {
  transform: rotate(-45deg);
}
[dir=rtl] .slick .slick-next::before {
  transform: rotate(135deg);
}
@media screen and (min-width: 96rem) {
  .slick .slick-prev {
    left: -2.5rem;
  }
  [dir=rtl] .slick .slick-prev {
    left: -2.5rem;
  }
  .slick .slick-next {
    right: -2.5rem;
  }
  [dir=rtl] .slick .slick-next {
    right: -2.5rem;
  }
}

.slick .slick-dots {
  position: absolute;
  bottom: -2rem;
  display: block;
  text-align: center;
  color: currentColor;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  list-style: none;
}
.slick .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.slick .slick-dots li:nth-child(1n+7):not(.slick-active) {
  display: none;
}
.slick .slick-dots li button {
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: currentColor;
  font-size: 0;
  line-height: 0;
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  transition: 0.35s ease;
}
.slick .slick-dots li button:hover, .slick .slick-dots li button:focus {
  opacity: 1;
  outline: none;
}
.slick .slick-dots li.slick-active button {
  height: 10px;
  width: 20px;
  opacity: 1;
  border-radius: 25px;
}

.cr_form-component:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.cr_form-component.inactive {
  display: none;
}
.cr_form-component.clever_form_error {
  text-decoration: underline;
  text-decoration-color: #ffcb00;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 2px;
}
.cr_form-component.cr_form-component--submit {
  margin-top: 1.5rem;
}

.cr_form-inputgroup input.clever_form_error {
  border-color: #ffcb00;
}
.cr_form-inputgroup.cr_form-inputgroup--typecheckbox {
  display: block;
  margin-top: 1rem;
}

.g-recaptcha {
  margin-top: 1.5rem;
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto/roboto-v29-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v29-latin-300.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto/roboto-v29-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v29-latin-regular.woff") format("woff");
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto/roboto-v29-latin-500.woff2") format("woff2"), url("../fonts/roboto/roboto-v29-latin-500.woff") format("woff");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto/roboto-v29-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v29-latin-700.woff") format("woff");
}
/* prettier-ignore */
:is(h1, h2, h3, h4, h5, h6) {
  display: block;
  font-weight: normal;
  line-height: 1.25;
  color: var(--color-heading);
}
:is(h1, h2, h3, h4, h5, h6) + :is(h2, h3, h4, h5, h6) {
  margin-top: 0.75rem;
}
:is(h1, h2, h3, h4, h5, h6) + p, :is(h1, h2, h3, h4, h5, h6) + .button {
  margin-top: 1rem;
}
@media screen and (min-width: 64rem) {
  :is(h1, h2, h3, h4, h5, h6):not(.no-break) span:not([class]) {
    display: block;
  }
}

.hx {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: normal;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
}
h1 + time, .h1 + time {
  margin: 1.5rem 0 0.75rem;
  font-weight: 500;
}

h2, .h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.3125rem, 5vw, 1.75rem);
  font-weight: 500;
}

h4, .h4 {
  font-size: clamp(1.125rem, 5vw, 1.25rem);
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

/* prettier-ignore */
p, q, ul, ol, dl, blockquote {
  font-size: 1.125rem;
}
p:last-child, q:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1.5rem;
}
p.button {
  margin-top: 1.5rem;
}

strong, b, .strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

mark {
  padding: 2px 6px;
  background: #fecc01;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

time, .preheading {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--font-light);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.tagline,
.underline {
  position: relative;
  line-height: 1lh;
}
.tagline span, .tagline a,
.underline span,
.underline a {
  display: block;
}
.tagline::after,
.underline::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  height: 4px;
  width: 5rem;
  background: currentColor;
}

.tagline {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-heading);
  text-transform: uppercase;
  line-height: 1;
}
.tagline:is(h2) {
  display: inline-block;
}
.tagline--row {
  margin-left: var(--row-gap);
}
.tagline + .heading {
  margin-top: 0.75rem;
}

.heading {
  text-transform: uppercase;
}
.heading + time, .heading + .text {
  margin-top: 0.75rem;
}
.heading em {
  font-style: normal;
}
.heading > a {
  color: currentColor;
}
.heading > a:hover {
  color: var(--color-primary);
}
.heading.pretag--p + p {
  margin-top: 0;
}
.heading--marker small {
  font-size: inherit;
}
.heading.standalone {
  margin-bottom: 0.75rem;
}
.heading.underline {
  line-height: 1;
  margin-bottom: 0.75rem;
}
.heading + .subheading {
  margin-top: 0.35rem;
}
@media screen and (min-width: 64rem) {
  .heading--marker {
    text-align: center;
    text-transform: none;
  }
  .heading--marker em {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--marker-bg, #050101);
    color: var(--marker-color, #fff);
  }
  .heading--marker span {
    position: relative;
  }
  .heading--marker span:first-child {
    left: -1rem;
  }
  .heading--marker span:last-child {
    text-transform: uppercase;
  }
  .heading--marker span:nth-child(2) em {
    font-weight: 700;
    text-transform: uppercase;
  }
  .heading--marker small {
    font-size: 65%;
    text-transform: none;
  }
}

.subheading {
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0;
}
.subheading + mark {
  display: inline-block;
  margin: 1.5rem 0;
}

.muted {
  color: var(--font-light);
}

.handle {
  position: sticky;
  top: 8rem;
  float: right;
  display: none;
  padding-right: 2.25rem;
  pointer-events: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}
.handle::after {
  content: "";
  position: relative;
  right: 2px;
  display: inline-block;
  height: 100px;
  margin-top: 0.5rem;
  border-right: 1px solid;
}
@media screen and (min-width: 96rem) {
  .handle {
    display: inline-block;
  }
}

body {
  min-height: 100vh;
  background: linear-gradient(to bottom, #fff 10rem, #4b4b4b 10rem);
}

.site__header {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: var(--nav-bg, #fff);
  color: var(--nav-color, #222);
}
.site__header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site__header::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-image: url("/assets/img/paper-white.png");
  pointer-events: none;
  z-index: 10;
}

.site__header::after {
  z-index: -1;
}

.site__content {
  background: #fff;
}

.site__footer {
  position: relative;
  padding: 6rem 0 3rem;
  background: #4b4b4b;
  color: #fff;
}
.site__footer address, .site__footer ul, .site__footer ol {
  font-size: inherit;
}
.site__footer a {
  color: currentColor;
}
.site__footer a:hover {
  color: currentColor;
}

section {
  position: relative;
  padding-bottom: var(--flow);
  scroll-margin-top: 5rem;
}
section:not(.section--banner):only-child {
  padding-top: var(--flow);
}
section.section--banner {
  padding-bottom: 0;
}
section.section--banner[class*=bg--]:not(.bg--no-paper) {
  padding-bottom: 3rem;
}
section.section--banner + section {
  padding-top: var(--flow);
}
section.section--banner::after {
  display: none;
}
section.section--single + section:not(.bg) {
  padding-top: 0;
}
section.section--single + section.bg--paper {
  padding-top: 0;
}
section.section--single:has(+ section.bg) {
  padding-top: 0;
}
section.section--small {
  padding-bottom: calc(var(--flow) / 1.5 - 1.5rem);
}
section.bg {
  padding-top: var(--flow);
}
section.bg + section:not([class*=banner], .section--small) {
  padding-top: var(--flow);
}
section.bg.section--small {
  padding-top: calc(var(--flow) / 1.5);
}
section.bg:not(.bg--paper) .button--border:hover {
  opacity: 1;
  background: #fff;
  color: var(--color-primary);
  border-color: #fff;
}
@media screen and (min-width: 48rem) {
  section.section--banner + section {
    padding-top: calc(var(--flow) - 3rem);
  }
  section.section--banner.bg.bg--black + section {
    padding-top: calc(var(--flow) - 5rem);
  }
}

.section__header {
  text-align: center;
}

.section__footer {
  margin-top: 3rem;
  text-align: center;
}

.outer {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  max-width: 90rem;
}
.inner--nav {
  max-width: 90rem;
}
.inner--narrow {
  max-width: 58rem;
}
.inner--desktop {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 75rem) {
  .inner--desktop {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.bg, section.bg {
  --item-bg: #fff;
  background-color: var(--item-bg);
}
.bg .inner, section.bg .inner {
  position: relative;
  z-index: 20;
}
.bg--default + .bg--default, section.bg--default + .bg--default {
  padding-top: 0 !important;
}
.bg--no-paper::after, section.bg--no-paper::after {
  display: none;
}
.bg.section--narrow, section.bg.section--narrow {
  padding-bottom: calc(max(3rem, 10vmin) / 2);
}
.bg--light, section.bg--light {
  --item-bg: var(--bg-light);
}
.bg--light::after, section.bg--light::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-image: url("/assets/img/paper-light.png");
  pointer-events: none;
  z-index: 10;
}
.bg--green, section.bg--green {
  --color-heading: currentColor;
  --input-border-color: #fff;
  --input-border-color-hover: rgb(255 255 255 / .5);
  --item-bg: var(--bg-green);
  --placeholder: rgb(255 255 255 / .6);
  color: #fff;
}
.bg--green label, section.bg--green label {
  color: currentColor;
}
.bg--green .button, section.bg--green .button {
  background: #fff;
  color: var(--color-primary);
}
.bg--green .button:hover, section.bg--green .button:hover {
  opacity: 0.875;
  color: var(--color-primary);
}
.bg--green::after, section.bg--green::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-image: url("/assets/img/paper-green.png");
  pointer-events: none;
  z-index: 10;
}
.bg--dark, section.bg--dark {
  --color-heading: currentColor;
  --font-light: currentColor;
  --input-border-color: #fff;
  --input-border-color-hover: var(--color-primary);
  --item-bg: var(--bg-dark);
  --placeholder: rgb(255 255 255 / .6);
  color: #fff;
}
.bg--dark ::-moz-placeholder, section.bg--dark ::-moz-placeholder {
  color: currentColor;
}
.bg--dark ::placeholder, section.bg--dark ::placeholder {
  color: currentColor;
}
.bg--dark .link, .bg--dark a.link, section.bg--dark .link, section.bg--dark a.link {
  color: currentColor;
}
.bg--dark ul li::marker, section.bg--dark ul li::marker {
  color: currentColor;
}
.bg--dark label, section.bg--dark label {
  color: currentColor;
}
.bg--dark .button, section.bg--dark .button {
  background: #fff;
  color: var(--font-default);
}
.bg--dark .button:hover, section.bg--dark .button:hover {
  opacity: 0.875;
  color: var(--color-primary);
}
.bg--dark::after, section.bg--dark::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-image: url("/assets/img/paper-dark.png");
  pointer-events: none;
  z-index: 10;
}
.bg--dark:has(+ .bg--dark), section.bg--dark:has(+ .bg--dark) {
  padding-bottom: 0;
}
.bg--dark:has(+ .bg--dark)::after, section.bg--dark:has(+ .bg--dark)::after {
  display: none;
}
.bg--black, section.bg--black {
  --color-heading: currentColor;
  --input-border-color: #fff;
  --marker-color: var(--font-dark);
  --marker-bg: #fff;
  --item-bg: var(--bg-black);
  --placeholder: rgb(255 255 255 / .6);
  color: #fff;
}
.bg--black ::-moz-placeholder, section.bg--black ::-moz-placeholder {
  color: currentColor;
}
.bg--black ::placeholder, section.bg--black ::placeholder {
  color: currentColor;
}
.bg--black ul li::marker, section.bg--black ul li::marker {
  color: currentColor;
}
.bg--black.section--banner, section.bg--black.section--banner {
  padding-top: 0;
}
.bg--black::after, section.bg--black::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-image: url("/assets/img/paper-black.png");
  pointer-events: none;
  z-index: 10;
}
.bg--paper::after, section.bg--paper::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-image: url("/assets/img/paper-white.png");
  pointer-events: none;
  z-index: 10;
}

.logo__header {
  position: relative;
  bottom: -1rem;
  display: block;
  max-width: 12.5rem;
}

.logo__footer {
  display: inline-block;
  max-width: 12.5rem;
}

.awards__footer {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.awards__footer img {
  max-height: 12rem;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.nav__container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav__seal {
  position: absolute;
  top: 0.75rem;
  right: 4.5rem;
  display: none;
  max-width: 7rem;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
  pointer-events: none;
}
@media screen and (min-width: 120rem) {
  .nav__seal {
    display: inline-block;
  }
}

.nav__social {
  position: relative;
  top: -5px;
  display: none;
  gap: 0.35rem;
  padding: 0;
  color: currentColor;
  text-align: center;
  list-style: none;
}
.nav__social a {
  transition: color 0.35s ease, opacity 0.35s ease;
}
.nav__social a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 30rem) {
  .nav__social {
    display: inline-flex;
  }
}

#readspeaker_button1 {
  display: none;
}
@media screen and (min-width: 48rem) {
  #readspeaker_button1 {
    display: flex;
    flex-direction: row;
  }
}

.site__navigation {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 9rem 0 3rem;
  opacity: 0;
  background: #f9f9f9;
  transform: translateY(-100vh);
  transition: all 0.35s ease;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.site__navigation .row div[class*=col-] {
  margin-bottom: 0;
}
@media screen and (max-width: 48rem) {
  .site__navigation .nav__main {
    padding: 1.5rem 0;
  }
  .site__navigation .nav__main.nav__main--1 {
    padding-top: 0;
  }
  .site__navigation .nav__main:not(.nav__main--1) {
    border-top: 1px dashed var(--border-color);
  }
}
@media screen and (min-width: 64rem) {
  .site__navigation div[class*=col-]:not(:first-of-type, :last-of-type) {
    border-left: 1px dashed var(--border-color);
  }
}

.nav__main {
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  list-style: none;
}
.nav__main a {
  display: block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius);
  color: var(--color-primary);
  background: transparent;
  transition: color 0.35s ease, background-color 0.35s ease;
}
.nav__main a:hover {
  color: var(--color-primary);
  background: rgba(0, 0, 0, 0.05);
  background: #fff;
}

a.nav__kids {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

button.nav__button {
  min-height: 2rem;
  width: 2.5rem;
  padding-inline: 0.25rem;
  border: 0;
  color: currentColor;
  transition: none;
}
button.nav__button:active, button.nav__button:focus {
  color: currentColor;
}
button.nav__button:focus-visible {
  outline: 2px solid var(--color-access, blue);
}
button.nav__button.is-active {
  color: currentColor;
}
button.nav__button.is-active .nav__button__icon {
  background: none;
}
button.nav__button.is-active .nav__button__icon::before, button.nav__button.is-active .nav__button__icon::after {
  top: 0;
  transform: rotate(45deg);
}
button.nav__button.is-active .nav__button__icon::after {
  transform: rotate(-45deg);
}

.nav__button__icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  height: 3px;
  width: 100%;
  margin: 10px 0;
  background: currentColor;
  color: currentColor;
  transition: all 0.3s ease;
}
.nav__button__icon::before, .nav__button__icon::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background: currentColor;
  transition: background-color 0.3s ease, transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav__button__icon::before {
  top: -10px;
  left: 0;
  width: 100%;
}
.nav__button__icon::after {
  top: 10px;
  left: 0;
  width: 100%;
}

body.nav-open .site__navigation {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s ease;
  pointer-events: all;
}

.article__header {
  position: relative;
  padding: 4.5rem 0;
}
.article__header p {
  max-width: 75ch;
  margin-right: auto;
  margin-left: auto;
}
.article__header p:has(+ .copyright) {
  margin-bottom: 0.5rem;
}

.article__footer {
  margin-top: calc(max(3rem, 10vmin) / 2);
  padding: 1.5rem 0.5rem;
}

.article.article--default .list__info {
  justify-content: flex-start;
}

@media screen and (min-width: 48rem) {
  .section--single .inner .article__header,
  .article.article--paper .inner .article__header {
    margin-inline: 6vw;
  }
}
.section--single .article__header,
.article.article--paper .article__header {
  z-index: 10;
  position: relative;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  padding: 3rem;
  padding-bottom: 4.5rem;
  text-align: center;
  max-width: 75rem;
}
.section--single .article__header .tagline + .heading,
.article.article--paper .article__header .tagline + .heading {
  margin-top: 0;
}
@media screen and (min-width: 48rem) {
  .section--single .article__header,
  .article.article--paper .article__header {
    top: -8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
  }
  .section--single .article__header::after,
  .article.article--paper .article__header::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
    background-image: url("/assets/img/article_header.svg");
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
  }
}
.section--single .article__header__gfx,
.article.article--paper .article__header__gfx {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  display: none;
  max-width: 14rem;
}
.section--single .article__header__gfx.gfx--top,
.article.article--paper .article__header__gfx.gfx--top {
  bottom: auto;
  top: -4.5rem;
  right: -4.5rem;
}
@media screen and (min-width: 75rem) {
  .section--single .article__header__gfx,
  .article.article--paper .article__header__gfx {
    display: block;
  }
}
.section--single:only-child,
.article.article--paper:only-child {
  padding-bottom: max(3rem, 10vmin);
}

body.page--listing_getraenkeland .article__header__gfx.gfx--top {
  right: 1.5rem;
  top: -6rem;
}

.text h4.heading {
  margin-bottom: 0.75rem;
  text-transform: none;
}
.text h4.heading:not([class*=mt]) {
  margin-top: 1.5rem;
}
.text a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #257222;
  transition: color 0.35s ease;
}
.text a:not([class]):hover, .text a:not([class]):active {
  color: #257222;
}
.text.text--intro {
  font-size: clamp(1.25rem, 5vw, 1.35rem);
}
.text.text--intro + .text {
  margin-top: 3rem;
}
.text.text--intro p:not([class]) {
  font-size: 1em;
}
.text.text--intro .yn-article {
  font-size: var(--font-size);
}
.text.text--intro .yn-article p:first-of-type {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  line-height: 1.35;
}
.text ul, .text ol {
  margin-block: 1rem 0;
}
.text ul:last-child, .text ol:last-child {
  margin-bottom: 0;
}
.text ul[style*="list-style-type: circle"] {
  padding: 0;
  list-style: none !important;
}
.text ul[style*="list-style-type: circle"] > li {
  margin: 0;
  padding: 0.75rem 0;
}
.text ul[style*="list-style-type: circle"] > li:not(:last-child) {
  border-bottom: 2px solid var(--border-color);
}

details {
  text-align: left;
  padding: 1.5rem 0;
}
details:first-of-type {
  margin-top: 1.5rem;
}
details:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
details p:last-of-type {
  margin-bottom: 0;
}
details summary {
  cursor: pointer;
  display: block;
  position: relative;
  font-family: "Roboto", helvetica, arial, sans-serif;
  line-height: 1.25;
  font-size: clamp(1.125rem, 5vw, 1.25rem);
  font-weight: bold;
  color: currentColor;
  padding: 0;
  padding-right: 3rem;
  outline: none;
  transition: color 0.35s ease;
}
details summary span {
  transition: opacity 0.35s ease;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::before, details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  text-align: right;
  width: var(--accordion-icon-size, 1rem);
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform var(--atime) ease-in-out, opacity var(--atime) ease;
}
details summary::after {
  background-color: currentColor;
  transform: translateY(-50%) rotate(90deg);
}
details summary + div {
  padding-top: 0.75rem;
}
details summary:hover > span {
  opacity: 0.7;
}
details[open] summary {
  color: var(--color-primary);
}
details[open] summary::before, details[open] summary::after {
  background-color: var(--color-primary);
}
details[open] summary::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.details__content {
  padding: 1rem 3rem 0 0;
}

@keyframes openDetails {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
html .gallery,
html .yn-article__images {
  --item-gap: calc(1.5rem / 2);
  display: flex;
  gap: var(--item-gap);
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}
html .gallery figure[class],
html .yn-article__images figure[class] {
  margin: 0;
}
html .gallery figure[class] + figure,
html .yn-article__images figure[class] + figure {
  margin-top: var(--item-gap);
}
html .gallery > figure,
html .yn-article__images > figure {
  flex-basis: 100%;
}
html .gallery__column,
html .yn-article__images__column {
  flex: 1;
}
html .gallery__column:only-child > *,
html .yn-article__images__column:only-child > * {
  width: 100% !important;
}
@media screen and (min-width: 64rem) {
  html .gallery,
  html .yn-article__images {
    --item-gap: 1.5rem;
    margin: 3rem -4.5rem;
  }
}

ul[class*=list__] + ul[class*=list__] {
  margin-top: 1.5rem;
}

.list__simple {
  padding: 0;
  list-style: none;
}
.list__simple li + li {
  margin-top: 0.5rem;
}
.list__simple i[class] {
  margin-right: 4px;
}

.list__inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list__buttons {
  display: flex;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}
.list__buttons .button {
  width: 100%;
}
.list__buttons + .list__buttons {
  margin-top: 0.5rem !important;
}
@media screen and (min-width: 30rem) {
  .list__buttons {
    grid-template-columns: 1fr 1fr;
  }
}

.list__info {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  list-style: none;
}
.list__info span {
  display: block;
}
.list__info li {
  display: flex;
  flex-direction: column;
  min-width: 4rem;
}
.list__info i[class] {
  margin-right: 4px;
}

.list__entries {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list__entries li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1rem 0;
}
.list__entries li + li {
  border-top: 1px solid var(--border-color);
}
.list__entries li h3 + h4 {
  margin: 0;
}
.list__entries li a {
  transition: color 0.35s ease;
}
.list__entries figure.logo {
  height: 6rem;
  width: 6rem;
  padding: 0.35rem;
  border-radius: var(--border-radius);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.list__entries figure.logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.list__entries figure.logo > a {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .list__entries li {
    flex-direction: row;
    align-items: center;
  }
  .list__entries li .button {
    margin-left: auto;
  }
}

.list__links {
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
.list__links > li + li {
  margin-top: 0.75rem;
}
.list__links p {
  font-size: 1em;
}
.list__links a {
  display: inline-block;
  font-weight: 500;
  color: var(--color-primary);
}
.list__links a strong {
  color: #222;
}
.list__links a::after {
  content: "\f061";
  display: inline-block;
  margin-left: 1rem;
  font-family: "Font Awesome 5 Pro";
}
.list__links a + p {
  margin-top: 0.35rem;
}

.list {
  padding: 0;
  padding-left: 1.25rem;
}
.list a {
  color: currentColor;
}
.list a:hover {
  opacity: 0.7;
}
.list i[class] {
  margin-right: 4px;
}

ol {
  margin: 1.5rem 0;
  list-style: none;
}
ol li {
  position: relative;
  padding-left: 1.5rem;
  counter-increment: myCount;
}
ol li::before {
  content: counter(myCount);
  position: absolute;
  top: -1px;
  left: -1.5rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #3aa431, #257222);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
}
ol li + li {
  margin-top: 1rem;
}

.slick.slick--teasers {
  margin: 0 -0.75rem;
}
.slick.slick--teasers .slick-track {
  padding: 3rem 0 1.5rem;
}
.slick.slick--teasers .slick__item {
  padding: 0 0.75rem;
}
.slick.slick--teasers .teaser {
  margin-bottom: 0;
}
.slick.slick--gallery .slick-dots {
  bottom: 1.5rem;
  color: #fff;
}

.slick__item > figure.blur {
  margin: 1.5rem;
}
.slick__item--images {
  padding: 0 1rem;
}
.slick__item--images figure {
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  font-weight: 600;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05), 0 0 16px rgba(0, 0, 0, 0.15);
}
.slick__item--images figcaption {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.slick__item figcaption {
  padding: 0.75rem;
}

figure {
  position: relative;
}
figure > img {
  border-radius: var(--border-radius);
}
figure figcaption {
  position: absolute;
  inset: auto 0 0;
  display: none;
  padding: 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  font-size: 1rem;
  color: #fff;
}
figure.thumbnail__video {
  position: relative;
}
figure.thumbnail__video a {
  display: block;
}
figure.thumbnail__video img {
  aspect-ratio: 16/10;
  border-radius: var(--border-radius);
}
figure.thumbnail__video::after {
  z-index: 10;
  content: "\f144";
  display: inline-block;
  pointer-events: none;
  font-family: "Font Awesome 5 Pro";
  font-size: 3.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  transition: font-size 0.175s ease, color 0.175s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
figure.thumbnail__video:hover::after {
  font-size: 4rem;
  color: #fff;
}
figure.thumbnail__product {
  font-weight: 500;
  border-radius: var(--border-radius);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
figure.thumbnail__product img {
  transition: transform 0.35s ease;
}
figure.thumbnail__product a {
  color: var(--color-primary);
}
figure.thumbnail__product a:hover > img {
  transform: scale(1.1);
}
figure.thumbnail__product figcaption {
  position: relative;
  inset: unset;
  display: block;
  padding: 0.875rem 1rem;
  background: #fff;
  color: currentColor;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}
figure.stretch {
  height: 100%;
}
figure.blur {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
figure.blur + .blur {
  margin-top: 1rem;
}
@media screen and (min-width: 48rem) {
  figure.blur + .blur {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 64rem) {
  figure.hover figcaption {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  figure.hover:hover figcaption {
    opacity: 1;
  }
}
figure.quote {
  padding: 3.5rem 1.5rem 1.5rem;
  text-align: center;
}
figure.quote footer {
  margin-top: 0.75rem;
  font-weight: 500;
}
figure.stylo-caption figcaption {
  position: relative;
  display: block;
  margin-top: 0.75rem;
  padding: 0;
  padding-left: 1.5rem;
  background: none;
  color: var(--font-default);
}
figure.stylo-caption figcaption h3 + p {
  margin: 0;
}
figure.stylo-caption figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  border-radius: 10px;
  background: var(--color-primary);
}
@media screen and (min-width: 64rem) {
  figure.stylo-caption figcaption {
    width: 85%;
  }
}
@media screen and (min-width: 48rem) {
  figure figcaption {
    display: block;
  }
}

blockquote {
  position: relative;
  quotes: "„" "“";
}
blockquote::before {
  top: -7.5rem;
  display: inline-block;
  font-style: normal;
  font-family: sans-serif;
  font-size: 5rem;
  color: #257222;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
blockquote::before {
  content: open-quote;
}

.grid__teasers {
  --grid-min: 20rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--grid-min), 1fr));
  gap: 1.5rem;
}
.grid__teasers .teaser__image {
  height: 100%;
}
.grid__teasers.grid--3 {
  --grid-min: 24rem;
}
.grid__teasers.featured {
  grid-auto-rows: 24rem;
}
.grid__teasers.featured > .teaser:nth-child(5n+1) {
  grid-column: span 2;
}
.grid__teasers.featured > .teaser:nth-child(5n+1) .teaser__content {
  max-width: calc(50% - 2.75rem);
}
@media screen and (min-width: 48rem) {
  .grid__teasers .teaser {
    margin-bottom: 0;
  }
}

.row--list .teaser {
  height: 100%;
  margin-bottom: 0;
}

.teaser {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  color: currentColor;
}
a.teaser {
  color: currentColor;
}

.teaser__image,
.teaser__icon {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.teaser__image img,
.teaser__icon img {
  transition: transform 0.35s ease;
}
.teaser__image + .teaser__content,
.teaser__icon + .teaser__content {
  margin-top: 1.5rem;
}

.teaser__icon {
  height: 12rem;
}
.teaser__icon img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.teaser__image__gfx {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 4rem;
  width: auto;
}
.teaser__image__gfx img {
  position: relative;
  z-index: 50;
}

.teaser__content {
  overflow: hidden;
}
.teaser__content .heading a {
  color: currentColor;
}
.teaser__content .list__tags {
  margin: 0.75rem 0;
}
.teaser__content .link + .button {
  margin-top: 1.5rem;
}
.teaser__content .list__info i[class] {
  margin: 0;
}
.teaser__content address {
  font-size: 0.875rem;
  padding: 0.5rem 0 0;
}
.teaser__content address p {
  font-size: 1em;
}

.teaser__footer {
  padding-top: 0.75rem;
}

a.teaser .teaser__image:not(.no-transform):hover > img {
  transform: scale(1.1);
}

.teaser__image > a:hover > img {
  transform: scale(1.1);
}

.teaser--border {
  border-radius: var(--border-radius);
  background: var(--item-bg);
  transition: all 0.35s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.teaser--border > .teaser__image {
  margin: -1px -1px 0;
  overflow: visible;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.teaser--border > div:not(.teaser__image) {
  padding: 0 1.5rem 1.5rem;
}
.teaser--border .mask__clip:last-child {
  bottom: -3rem;
  right: 1.5rem;
  max-width: 10rem;
}
.teaser--border .subheading {
  font-size: 1rem;
  color: var(--font-light);
  text-transform: unset;
}
.teaser--border:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.teaser--overlay {
  position: relative;
  border-radius: var(--border-radius);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.teaser--overlay .teaser__image .kids {
  top: var(--gap);
  left: var(--gap);
}
.teaser--overlay .teaser__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  transition: 0.35s;
}
.teaser--overlay .teaser__content {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 1rem 1rem;
  padding: 1.25rem;
  border-radius: var(--border-radius);
  background: #fff;
}
.teaser--overlay .teaser__content:has(.list__info) {
  text-align: center;
}
.teaser--overlay .underline {
  line-height: 1;
}
.teaser--overlay .underline:not(:has(+ *))::after {
  display: none;
}
.teaser--overlay .list__info {
  padding-top: 0.75rem;
}
.teaser--overlay:hover .teaser__image::after {
  opacity: 0;
}

.bubble {
  z-index: 10;
  position: relative;
  color: #222;
}
.bubble__content {
  position: relative;
}
.bubble__content p {
  font-weight: 500;
}
.bubble__content p:has(+ ul) {
  margin-bottom: 0;
}
.bubble__content ul {
  font-size: 1.3125rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
.bubble__footer {
  padding: 1.5rem 0 0;
}
.bubble .tagline {
  margin: 0 0 0.5rem;
  color: var(--font-dark);
}
.bubble .tagline::after {
  display: none;
}
.bubble .heading {
  line-height: 1.125;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: var(--font-dark);
}
.bubble .heading + .subheading {
  margin-top: 0.5rem;
}
.bubble .subheading {
  font-weight: 500;
}
.bubble .subheading + .button {
  margin-top: 1.5rem;
}

.bubble__content::before, .bubble__content::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
}
.bubble__content::before, .bubble__content::after {
  margin-bottom: 2.25rem;
  border-top: 4px solid #050101;
}
.bubble__content::after {
  margin-top: 2.25rem;
}
@media screen and (min-width: 64rem) {
  .bubble__content::before, .bubble__content::after {
    width: 80%;
  }
  .bubble__content::after {
    padding-bottom: 6.75rem;
    border-top: 0;
    background-image: url("/assets/img/bubble_footer.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs a {
  display: block;
  margin: 0 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.tabs a span {
  display: block;
  line-height: 1;
}
.tabs a::after {
  content: "";
  display: inline-block;
  height: 4px;
  max-width: 5rem;
  width: 75%;
  opacity: 0;
  background: currentColor;
  transition: opacity 0.35s ease;
}
.tabs a:focus::after, .tabs a:hover::after {
  opacity: 1;
}
@media screen and (min-width: 48rem) {
  .tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.tabs__container {
  margin-top: calc(max(3rem, 10vmin) / 2);
}
.tabs__container > div:target ~ div:last-child,
.tabs__container > div {
  display: none;
}
.tabs__container > div:last-of-type,
.tabs__container > div:target {
  display: block;
}

.tabs__item {
  scroll-margin-top: calc(max(3rem, 10vmin) * 2.5);
}
.tabs__item div[class*=col-] div[class*=col-] {
  --row-gap: .5rem;
  margin-bottom: 1rem;
}

.truncate p {
  display: none;
}
.truncate p:first-of-type {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.map__container {
  aspect-ratio: 3/2;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.map__container > div {
  height: 100%;
  width: 100%;
}

.marker {
  z-index: 10;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-primary);
  box-shadow: 0 0 0 2px #fff;
}

html .mypopup {
  z-index: 20;
  color: var(--font-default);
  text-align: left;
}
html .mypopup h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--font-dark);
}
html .mypopup p {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
}
html .mypopup p:last-of-type {
  margin-bottom: 0;
}
html .mypopup .mapboxgl-popup-tip {
  z-index: 21;
}
html .mypopup .mapboxgl-popup-content {
  z-index: 20;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

html .section--whatsapp .mask__clip {
  display: block;
  left: 4rem;
  bottom: 1rem;
  max-width: 15rem;
  padding: 0.5rem;
  background: #fff;
}

.qrcode {
  display: block;
  padding: 0.75rem;
  margin: 1.5rem 0;
  max-width: 10rem;
  border-radius: var(--border-radius);
  border: 1px solid #ddd;
}

.mask {
  position: relative;
  margin-top: 1.5rem;
}
.mask__clip {
  z-index: 15;
  position: absolute;
  display: none;
  width: 8rem;
  pointer-events: none;
}
.mask__clip:first-child {
  top: 0;
  left: 0;
}
.mask__clip:last-child {
  bottom: 1rem;
  right: 0;
}
.mask__clip:only-of-type {
  top: auto;
  bottom: 1rem;
  right: 0;
}
.mask > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("/assets/img/mask01x.svg");
          mask-image: url("/assets/img/mask01x.svg");
}
.mask--02 > img {
  -webkit-mask-image: url("/assets/img/mask02.svg");
          mask-image: url("/assets/img/mask02.svg");
}
.mask--03 > img {
  -webkit-mask-image: url("/assets/img/mask03.svg");
          mask-image: url("/assets/img/mask03.svg");
}
.mask--04 > img {
  -webkit-mask-image: url("/assets/img/mask04.svg");
          mask-image: url("/assets/img/mask04.svg");
}
@media screen and (min-width: 48rem) {
  .mask {
    margin: 0;
  }
  .mask__clip {
    display: inline-block;
  }
}
@media screen and (min-width: 64rem) {
  .mask__clip {
    width: min(12vmax, 14rem);
  }
}

.gfx {
  --gfx-width: 12rem;
  z-index: 10;
  position: absolute;
  display: none;
  max-width: var(--gfx-width);
  pointer-events: none;
}
.gfx--top-left {
  top: -5vmin;
  left: 1rem;
}
.gfx--top-right {
  top: -5vmin;
  right: 1rem;
}
.gfx--bottom-left {
  bottom: -5vmin;
  left: 1rem;
}
.gfx--bottom-right {
  bottom: -5vmin;
  right: 1rem;
}
.gfx--big {
  max-width: 16rem;
}
@media screen and (min-width: 64rem) {
  .gfx {
    display: inline-block;
  }
}

.logo--small {
  max-width: 12rem;
}
.logo--rotate {
  transform: rotate(-5deg);
}
.logo--cappuccino {
  max-width: 12rem;
  margin-top: 3rem;
}
@media screen and (min-width: 64rem) {
  .logo--cappuccino {
    margin: 0;
  }
}

:is(.tagline, .heading, .subheading) + .yn-article {
  margin-top: 1.5rem;
}

.yn-article > :is(*) + * {
  margin-top: 1.5rem;
}
.yn-article p {
  margin-bottom: 0;
}
.yn-article ul, .yn-article ol {
  margin-block: 1.5rem;
}

.yn-article .yn-article__video {
  border-radius: var(--border-radius);
}
@media screen and (min-width: 64rem) {
  .yn-article .yn-article__video {
    margin: 3rem 0;
  }
}

a.button, .button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--border-radius);
  background-color: var(--bg-dark);
  transition: color 0.35s ease, background-color 0.35s ease, opacity 0.35s ease, background-size 0.35s ease;
}
a.button:hover, .button:hover {
  opacity: 1;
  color: #fff;
  transition: color 0.35s ease, background-color 0.35s ease, opacity 0.35s ease, background-size 0.35s ease;
}
a.button:focus, .button:focus {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.35);
}
a.button:disabled, .button:disabled {
  pointer-events: none;
}
a.button i[class*=fa], .button i[class*=fa] {
  margin-right: 4px;
}
a.button--pri, a.button--primary, .button--pri, .button--primary {
  background-image: linear-gradient(to bottom, #3aa431, #257222);
  background-color: var(--color-primary);
  background-size: 100% 100%;
}
a.button--pri:hover, a.button--primary:hover, .button--pri:hover, .button--primary:hover {
  background-size: 100% 200%;
}
a.button--border, .button--border {
  border: 2px solid;
  background: none;
  color: currentColor;
}
a.button--border:hover, .button--border:hover {
  background: none;
  color: var(--color-primary);
  border-color: currentColor;
}
a.button--small, .button--small {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-color: #ddd;
}

span.button {
  pointer-events: none;
}

.badge, a.badge {
  --badge-size: 10rem;
  z-index: 100;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--badge-size);
  width: var(--badge-size);
  padding: 0.5rem;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.badge > span, a.badge > span {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
}

a.link, .link {
  display: block;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  transition: opacity 0.35s ease;
}
a.link::after, .link::after {
  content: "\f0a9";
  display: inline-block;
  margin-left: 0.35rem;
  font-family: "Font Awesome 5 Pro";
}
a.link:hover, .link:hover {
  opacity: 0.7;
}
a.link + .button, .link + .button {
  margin-top: 0.75rem;
}

.social {
  color: currentColor;
}
.social:hover {
  opacity: 0.7;
}

.totop {
  z-index: 10;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: var(--gradient-primary);
  line-height: 2;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 75rem) and (min-height: 520px) {
  .totop {
    position: fixed;
    bottom: 2rem;
    left: auto;
    right: 2rem;
    transform: unset;
  }
}

.banner {
  position: relative;
}
@media screen and (min-width: 64rem) {
  .banner:not(.banner--masked, .banner--small)::after {
    bottom: -34px;
    height: 68px;
  }
  .banner:not(.banner--masked, .banner--small)::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    height: 80px;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: transparent;
    background-image: url("/assets/img/paper-clear.png");
    pointer-events: none;
    z-index: 10;
  }
}
.banner--small .banner__media img, .banner--small .banner__media video {
  max-height: 60vmin;
}
.banner--masked {
  padding-bottom: calc(var(--flow) / 2);
}
.banner--masked .mask {
  margin: 0;
}
@media screen and (max-width: 64rem) {
  .banner--masked .mask__clip {
    display: none;
  }
  .banner--masked .mask__image {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
@media screen and (min-width: 64rem) {
  .banner--masked {
    padding-top: calc(var(--flow) / 3);
  }
  .banner--masked .banner__media {
    max-width: 90rem;
    margin: auto;
    padding-right: 12%;
  }
  .banner--masked .banner__media img, .banner--masked .banner__media video {
    max-height: 60vmin;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .banner--masked .mask__clip:only-of-type {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    max-width: 18rem;
    width: max(22vmin, 18rem);
  }
}
.banner .bubble {
  color: var(--color-heading);
  margin: calc(max(3rem, 10vmin) / 2) 0 0;
}
.banner .bubble .heading {
  color: currentColor;
}
.banner .bubble .subheading {
  color: currentColor;
}
.banner .bubble__content::after {
  margin-bottom: 0;
}
@media screen and (min-width: 64rem) {
  .banner .banner__content {
    position: absolute;
    inset: 0;
  }
  .banner .banner__content > .inner {
    height: 100%;
  }
  .banner .banner__content > .inner > .row {
    height: 100%;
  }
  .banner .bubble {
    z-index: 10;
    position: relative;
    margin: 0;
    padding: 3rem 3rem 0;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    /*
    &::after {
    	content: "";
    	position: absolute;
    	inset: -5rem;
    	pointer-events: none;
    	background-image: radial-gradient(circle closest-side, rgb(255 255 255 / .75) 40%, rgb(255 255 255 / 0));
    	background-repeat: no-repeat;
    	z-index: -1;
    }
    */
  }
  .banner .bubble .heading {
    color: var(--color-heading);
  }
  .banner .bubble__content {
    background-size: contain;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.65);
  }
  .banner .bubble__content::before, .banner .bubble__content::after {
    width: 100%;
  }
}
@media screen and (max-width: 64rem) {
  .banner .bubble__content::before {
    display: none;
  }
}

.banner__media {
  position: relative;
}
.banner__media img, .banner__media video {
  max-height: 75vmin;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner__awards {
  display: none;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 3rem;
}
.banner__awards > * {
  flex-basis: 25%;
}
.banner__awards img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 64rem) {
  .banner__awards {
    display: flex;
  }
}

.banner__arrow {
  z-index: 10;
  top: 2rem;
  display: none;
  width: auto;
  margin-left: -32rem;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1410px) {
  .banner__arrow {
    display: inline-block;
  }
}

.banner__badge {
  position: absolute;
  top: 3rem;
  right: 1.5rem;
}
@media screen and (min-width: 64rem) {
  .banner__badge {
    top: unset;
    bottom: 3rem;
    left: 3rem;
    right: unset;
  }
}

a.banner__shortcut {
  z-index: 10;
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12.5rem;
  width: 12.5rem;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #fecc01;
  background-image: url("/assets/img/bg_shortcut.jpg");
  background-size: cover;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-3deg);
  transition: transform 0.35s ease, box-shadow 0.7s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.125);
}
a.banner__shortcut > img {
  max-width: 4rem;
  margin-top: -1rem;
}
a.banner__shortcut span, a.banner__shortcut strong {
  display: block;
}
@media screen and (min-width: 64rem) {
  a.banner__shortcut {
    display: flex;
  }
  a.banner__shortcut:hover {
    transform: rotate(-8deg);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125);
  }
}

@media screen and (min-width: 96rem) {
  .slick.slick--banner .slick-dots {
    bottom: 6rem;
  }
  .slick.slick--banner .slick-prev {
    left: 1.5rem;
  }
  [dir=rtl] .slick.slick--banner .slick-prev {
    left: 1.5rem;
  }
  .slick.slick--banner .slick-next {
    right: 1.5rem;
  }
  [dir=rtl] .slick.slick--banner .slick-next {
    right: 1.5rem;
  }
}

.iframe {
  position: relative;
}
.iframe--tour, .iframe--video {
  --aspect-ratio: 16/9;
}
.iframe--tour > iframe, .iframe--video > iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@supports (aspect-ratio: auto) {
  .iframe--tour, .iframe--video {
    aspect-ratio: var(--aspect-ratio);
  }
}
@supports not (aspect-ratio: auto) {
  .iframe--tour::before, .iframe--video::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe--tour > iframe, .iframe--video > iframe {
    position: absolute;
    inset: 0;
  }
}
.iframe.blur {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 64rem) {
  .section--markets .row--list div[class*=col-] {
    margin-bottom: 0;
  }
}

.section--marketlist {
  padding-block: calc(max(3rem, 10vmin) / 2) !important;
}

.section--single + .section--text {
  padding-top: 0;
}

.section--seo {
  --flow: calc(max(3rem, 10vmin) / 2);
}
.section--seo > * {
  position: relative;
  z-index: 20;
}

.yn-form {
  margin-top: 1.5rem;
}
.yn-form .widget p {
  font-size: inherit;
}
.yn-form .widget--description {
  opacity: 0.7;
  font-size: 0.875rem;
}
@media screen and (min-width: 48rem) {
  .yn-form {
    margin-top: 0;
  }
}

.yn-form-grid-row {
  flex-direction: column;
}
@media screen and (max-width: 48rem) {
  .yn-form-grid-row .yn-form-grid-field {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 48rem) {
  .yn-form-grid-row {
    flex-direction: row;
  }
}

input[type=search]::-webkit-search-cancel-button {
  height: 1em;
  width: 1em;
  opacity: 0;
  pointer-events: none;
  border-radius: 50em;
  background: url(../img/cross.svg) no-repeat 50% 50%;
  background-size: contain;
  -webkit-appearance: none;
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}

.theme--market {
  --nav-color: #fff;
  --nav-bg: #4b4b4b;
}
.theme--market .site__header::after {
  background-image: url("/assets/img/paper-dark.png");
  z-index: -1;
}
.theme--market .site__content {
  background-color: var(--nav-bg);
}
.theme--market .banner:not(.banner--masked, .banner--small) {
  margin-bottom: 0;
  padding-bottom: 3rem;
  background-color: var(--nav-bg);
}
.theme--market .banner:not(.banner--masked, .banner--small)::after {
  background-image: url("/assets/img/paper-dark-bottom.png");
}
.theme--market .banner:not(.banner--masked, .banner--small) .bubble {
  color: #fff;
}
@media screen and (min-width: 64rem) {
  .theme--market .banner:not(.banner--masked, .banner--small) {
    padding-bottom: 0;
  }
  .theme--market .banner:not(.banner--masked, .banner--small) .bubble {
    color: var(--color-default);
  }
}

.yn-form-grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.yn-form-grid-row > div {
  padding: 0 0.5rem;
}
.yn-form-grid-field {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.yn-form-grid-field-1 {
  max-width: 8.3333333333%;
  width: 8.3333333333%;
}
.yn-form-grid-field-2 {
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}
.yn-form-grid-field-3 {
  max-width: 25%;
  width: 25%;
}
.yn-form-grid-field-4 {
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}
.yn-form-grid-field-5 {
  max-width: 41.6666666667%;
  width: 41.6666666667%;
}
.yn-form-grid-field-6 {
  max-width: 50%;
  width: 50%;
}
.yn-form-grid-field-7 {
  max-width: 58.3333333333%;
  width: 58.3333333333%;
}
.yn-form-grid-field-8 {
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}
.yn-form-grid-field-9 {
  max-width: 75%;
  width: 75%;
}
.yn-form-grid-field-10 {
  max-width: 83.3333333333%;
  width: 83.3333333333%;
}
.yn-form-grid-field-11 {
  max-width: 91.6666666667%;
  width: 91.6666666667%;
}
.yn-form-grid-field-12 {
  max-width: 100%;
  width: 100%;
}

.yn-listForm-wrapper {
  padding: 1rem;
  border: 1px solid lightgrey;
}
.yn-listForm-description {
  margin-bottom: 2rem;
}
.yn-listForm-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgrey;
}
.yn-listForm-row:last-of-type {
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
}
.yn-listForm-row .widget {
  margin-bottom: 0;
}
.yn-listForm-fields {
  flex-grow: 1;
}
.yn-listForm-rowActions {
  padding: 0 0 0 1rem;
}
.yn-listForm-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.yn-form {
  position: relative;
}

.form-content.inactive {
  opacity: 0;
}

.yn-form-response {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
}
.yn-form-response__control {
  padding: 1rem 0;
}
.yn-form-response.active {
  display: block;
}

fieldset legend {
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.widget {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
}
.widget__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: currentColor;
}
.widget__label a {
  color: currentColor;
  text-decoration: underline;
}
@media screen and (min-width: 30rem) {
  .widget__group {
    display: flex;
  }
  .widget__group > div.widget {
    flex: 1;
  }
  .widget__group > div.widget:last-child {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 30rem) {
  .widget__small {
    max-width: 50%;
  }
  .widget__small > div.widget:only-child {
    margin-right: 0.75rem;
  }
}
.widget--radio, .widget--checkbox {
  position: relative;
}
.widget--radio label, .widget--checkbox label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
}
.widget--radio input[type=radio],
.widget--radio input[type=checkbox], .widget--checkbox input[type=radio],
.widget--checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: -1;
}
.widget--radio input[type=radio] + label:before,
.widget--radio input[type=checkbox] + label:before, .widget--checkbox input[type=radio] + label:before,
.widget--checkbox input[type=checkbox] + label:before {
  content: "";
  float: left;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 0.65rem;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: 3px;
  background-color: transparent;
  vertical-align: text-top;
  transition: background 0.35s ease;
}
.widget--radio input[type=radio] + label > div,
.widget--radio input[type=checkbox] + label > div, .widget--checkbox input[type=radio] + label > div,
.widget--checkbox input[type=checkbox] + label > div {
  overflow: hidden;
  font-size: 1em;
}
.widget--radio input[type=radio]:hover + label:before,
.widget--radio input[type=checkbox]:hover + label:before, .widget--checkbox input[type=radio]:hover + label:before,
.widget--checkbox input[type=checkbox]:hover + label:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.widget--radio input[type=radio]:focus + label:before,
.widget--radio input[type=checkbox]:focus + label:before, .widget--checkbox input[type=radio]:focus + label:before,
.widget--checkbox input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.widget--radio input[type=radio]:checked + label:before,
.widget--radio input[type=checkbox]:checked + label:before, .widget--checkbox input[type=radio]:checked + label:before,
.widget--checkbox input[type=checkbox]:checked + label:before {
  background-color: #257222;
  border-color: #257222;
}
.widget--radio input[type=radio]:disabled + label,
.widget--radio input[type=checkbox]:disabled + label, .widget--checkbox input[type=radio]:disabled + label,
.widget--checkbox input[type=checkbox]:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}
.widget--radio input[type=radio]:disabled + label:before,
.widget--radio input[type=checkbox]:disabled + label:before, .widget--checkbox input[type=radio]:disabled + label:before,
.widget--checkbox input[type=checkbox]:disabled + label:before {
  background-color: #ddd;
  box-shadow: none;
}
.widget--radio input[type=radio]:checked + label:after,
.widget--radio input[type=checkbox]:checked + label:after, .widget--checkbox input[type=radio]:checked + label:after,
.widget--checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  height: 2px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}
.widget--hidden {
  display: none;
}
.widget.ynfinite-consent {
  font-size: 0.875rem;
}
.widget .distance-wrapper {
  display: flex;
  gap: 1.5rem;
}
.widget .distance-wrapper > div {
  flex: 1;
}

.yn-consents {
  display: block;
  color: currentColor;
}
.yn-consents .widget__label {
  font-size: 0.875rem;
  text-transform: unset;
}

.ynfinite-consent-text {
  font-size: 1em;
}
.ynfinite-consent-text p {
  margin: 0;
  font-size: 1em !important;
}

/*
#yn-cookies {
	position: relative;
	top: unset; right: unset; bottom: unset; left: unset;
	background: none;
	backdrop-filter: unset;

	.yn-cookies__inner {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: unset;
		border-radius: 0;
	}
}
*/
.yn-perPage__list li,
.yn-pagination li {
  display: inline-flex;
  align-items: center;
  text-align: center;
  list-style: none;
  margin: 4px 2px;
}
.yn-perPage__list li:only-child,
.yn-pagination li:only-child {
  display: none;
}
.yn-perPage__list a, .yn-perPage__list li.yn-pagination__page--active span,
.yn-pagination a,
.yn-pagination li.yn-pagination__page--active span {
  color: currentColor;
  line-height: 2.25;
  padding: 0 4px;
  min-width: 2.5rem;
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.yn.yn-perPage {
  color: #555;
}

.yn-perPage__current {
  display: none;
}

.yn-perPage__list {
  text-align: right;
  margin: 0 0 1.5rem;
}
.yn-perPage__list ul {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.yn-perPage__list ul::before {
  content: "Zeige: ";
  display: inline-block;
  margin-right: 0.5rem;
}

.yn-pagination {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #222;
  padding: 0;
  margin: 0;
}
.yn-pagination span, .yn-pagination a {
  cursor: pointer;
  transition: 0.35s ease;
}
.yn-pagination span {
  display: none;
}
.yn-pagination a:hover {
  color: #257222;
}
.yn-pagination li {
  /*
  &.yn-pagination__first,
  &.yn-pagination__last {
  	display: none;
  }
  */
}
.yn-pagination li.yn-pagination__first a, .yn-pagination li.yn-pagination__first span, .yn-pagination li.yn-pagination__last a, .yn-pagination li.yn-pagination__last span, .yn-pagination li.yn-pagination__prev a, .yn-pagination li.yn-pagination__prev span, .yn-pagination li.yn-pagination__next a, .yn-pagination li.yn-pagination__next span {
  position: relative;
  text-indent: -9999rem;
  padding: 0;
  background: none;
}
.yn-pagination li.yn-pagination__first a::before, .yn-pagination li.yn-pagination__first span::before, .yn-pagination li.yn-pagination__last a::before, .yn-pagination li.yn-pagination__last span::before, .yn-pagination li.yn-pagination__prev a::before, .yn-pagination li.yn-pagination__prev span::before, .yn-pagination li.yn-pagination__next a::before, .yn-pagination li.yn-pagination__next span::before {
  content: "\f061";
  position: absolute;
  inset: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  text-indent: 0;
  font-size: 0.875rem;
  color: currentColor;
  line-height: 2.25;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.yn-pagination li.yn-pagination__first a::before, .yn-pagination li.yn-pagination__first span::before {
  content: "\f33e";
}
.yn-pagination li.yn-pagination__last a::before, .yn-pagination li.yn-pagination__last span::before {
  content: "\f340";
}
.yn-pagination li.yn-pagination__prev a::before, .yn-pagination li.yn-pagination__prev span::before {
  content: "\f060";
}
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.125);
}

.yn-article__images img {
  max-width: 100%;
}

.yn-article__video {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.yn-article__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.yn-article {
  margin: 0;
}
.yn-article > *:last-child {
  margin-bottom: 0;
}

.sans {
  font-family: "Roboto", helvetica, arial, sans-serif;
}

.serif {
  font-family: serif;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: 700;
}

.color-primary {
  color: var(--color-primary);
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.no-transform {
  text-transform: none;
}

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

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

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

@media screen and (min-width: 48rem) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 64rem) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 75rem) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.z0 {
  z-index: 0;
  position: relative;
}

.z10 {
  z-index: 10;
  position: relative;
}

.z20 {
  z-index: 20;
  position: relative;
}

.z30 {
  z-index: 30;
  position: relative;
}

.z40 {
  z-index: 40;
  position: relative;
}

.z50 {
  z-index: 50;
  position: relative;
}

.z60 {
  z-index: 60;
  position: relative;
}

.z70 {
  z-index: 70;
  position: relative;
}

.z80 {
  z-index: 80;
  position: relative;
}

.z90 {
  z-index: 90;
  position: relative;
}

.z100 {
  z-index: 100;
  position: relative;
}

.hidden {
  display: none;
}

.ui-hidden {
  visibility: hidden;
}

@media screen and (min-width: 48rem) {
  .visible-sm {
    display: none !important;
  }
}
@media screen and (min-width: 64rem) {
  .visible-md {
    display: none !important;
  }
}
@media screen and (min-width: 75rem) {
  .visible-lg {
    display: none !important;
  }
}
@media screen and (max-width: 48rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 64rem) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 75rem) {
  .hidden-lg {
    display: none !important;
  }
}
.truncate > p, .truncate > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1lh;
  width: 85%;
  overflow: hidden;
}
.truncate > span {
  width: 100%;
  letter-spacing: 0;
}

.truncate--lines {
  position: relative;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines, 3);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate--lines::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: auto;
  height: 1lh;
  background: linear-gradient(to right, transparent, var(--item-bg, #fff) 95%);
  pointer-events: none;
}

.group {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.group > .paginate {
  flex: 1;
}
.group--center {
  justify-content: center;
}

.p0, .no-padding {
  padding: 0 !important;
}

.m0, .no-margin {
  margin: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ptxs {
  padding-top: 0.75rem;
}

.pts {
  padding-top: 1.5rem;
}

.ptm {
  padding-top: 3rem;
}

.ptf {
  padding-top: max(3rem, 10vmin);
}

.pbf {
  padding-bottom: max(3rem, 10vmin);
}

@media screen and (min-width: 64rem) {
  .prm-md {
    padding-right: 1.5rem;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mtxs {
  margin-top: 0.75rem;
}

.mts {
  margin-top: 1.5rem;
}

.mtm {
  margin-top: 3rem;
}

.mtf {
  margin-top: max(3rem, 10vmin);
}

.mtfh {
  margin-top: calc(max(3rem, 10vmin) / 2);
}

.mbs {
  margin-bottom: 1.5rem;
}

.mbm {
  margin-bottom: 3rem;
}

.mbf {
  margin-bottom: max(3rem, 10vmin);
}

.mbfh {
  margin-bottom: calc(max(3rem, 10vmin) / 2);
}

@media screen and (min-width: 48rem) {
  .mts-sm {
    margin-top: 1.5rem;
  }
  .mtm-sm {
    margin-top: 3rem;
  }
  .mtf-sm {
    margin-top: max(3rem, 10vmin);
  }
  .mbs-sm {
    margin-bottom: 1.5rem;
  }
  .mbm-sm {
    margin-bottom: 3rem;
  }
  .mbf-sm {
    margin-bottom: max(3rem, 10vmin);
  }
}
@media screen and (min-width: 64rem) {
  .mts-md {
    margin-top: 1.5rem;
  }
  .mtm-md {
    margin-top: 3rem;
  }
  .mtf-md {
    margin-top: max(3rem, 10vmin);
  }
  .mbs-md {
    margin-bottom: 1.5rem;
  }
  .mbm-md {
    margin-bottom: 3rem;
  }
  .mbf-md {
    margin-bottom: max(3rem, 10vmin);
  }
}
body.preload * {
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
  animation-duration: 0s !important;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}

html .glightbox-clean {
  --plyr-video-control-background-hover: var(--color-primary);
  --plyr-range-fill-background: var(--color-primary);
}

html .row {
  margin-right: calc(var(--row-gap) * -1);
  margin-left: calc(var(--row-gap) * -1);
}
html .row div[class*=col-] {
  padding-right: var(--row-gap);
  padding-left: var(--row-gap);
  margin-bottom: calc(var(--row-gap) * 1);
}
html .row[class*=center-]:not(.text-center) {
  text-align: left;
}
@media screen and (min-width: 64rem) {
  html .row div[class*=col-] {
    margin-bottom: 0;
  }
}
html .row--list div[class*=col-] {
  margin-bottom: calc(var(--row-gap) * 2);
}
html .row--gap {
  margin-top: calc(var(--row-gap) * 2);
}
html .row--no-gap {
  margin-right: 0;
  margin-left: 0;
}
html .row--no-gap [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}

.site__navigation div[class*=col-] {
  margin-bottom: 0;
}

.dev {
  max-width: 90rem;
  width: 100%;
  margin: 1.5rem auto;
  padding: 1.5rem;
  overflow: auto;
  border: 3px solid blue;
  border-radius: 3px;
  background: #fff;
  font-family: "Courier New", Courier, monospace;
  color: #000;
}

a:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--color-access, blue);
}

/*# sourceMappingURL=app.css.map */