@charset "UTF-8";
:root {
  --gap:	1.5rem;
  --item-gap:	1rem;
  --flow:	14vmin;
  --section-flow:	var(--flow);
  --section-flow-min:	calc(var(--flow) / 2);
  --outer:	120rem;
  --inner-max:	102rem;
  --inner-min:	72rem;
  --inner-nav:	80rem;
  --inner-padding:	clamp(7vmin, 5vw, var(--flow));
  --font-primary:	Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  --font-secondary:	Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif;
  --font-icons:	Font Awesome 6 Free;
  --font-display:	swap;
  --font-size:	clamp(1.25rem, 5vw, 1.375rem);
  --font-size-intro:	clamp(var(--font-size), 5vw, 2.5rem);
  --font-size-small:	1.125rem;
  --font-size-tiny:	1rem;
  --lh-heading:	1.125;
  --lh:	1.5;
  --font-size-hx:	clamp(1.5rem, 5vw, 2.5rem);
  --font-size-h1:	clamp(2.125rem, 5vw, 7.1875rem);
  --font-size-h2:	clamp(2rem, 5vw, 5.375rem);
  --font-size-h3:	clamp(1.5rem, 5vw, 3.125rem);
  --font-size-h4:	1.375rem;
  --font-size-h5:	var(--font-size);
  --font-size-h6:	var(--font-size-small);
  --font-weight-thin:	100;
  --font-weight-extra-light:	200;
  --font-weight-light:	300;
  --font-weight-regular:	400;
  --font-weight-medium:	500;
  --font-weight-semi-bold:	600;
  --font-weight-bold:	700;
  --font-weight-extra-bold:	800;
  --font-weight-black:	900;
  --color:	#000;
  --color-dark:	#111;
  --color-light:	#888;
  --color-error:	tomato;
  --currentColor:	currentColor;
  --color-primary:	#FFEE01;
  --color-secondary:	#9E6B49;
  --theme-color:	#FFEE01;
  --bg:	#fff;
  --bg-primary:	var(--color-primary);
  --bg-secondary:	var(--color-secondary);
  --bg-verylight:	rgb(0 0 0 / .05);
  --bg-light:	#B4A998;
  --bg-dark:	#111;
  --border-color:	#B4A998;
  --border-width:	1px;
  --border-radius:	3px;
  --border-radius-xl:	12px;
  --border-radius-wide:	var(--border-radius-xl);
  --button-font-size:	var(--font-size-tiny);
  --button-font-weight:	var(--font-weight-medium);
  --button-color:	#fff;
  --button-padding:	.5rem 1.25rem;
  --button-border-width:	1px;
  --button-border-radius:	0;
  --button-border-color:	var(--border-color);
  --button-bg:	var(--bg-secondary);
  --input-color:	var(--currentColor);
  --input-bg:	rgb(0 0 0 / .05);
  --input-border-color:	rgb(0 0 0 / .125);
  --input-border-width:	var(--border-width);
  --input-border-radius:	var(--border-radius);
  --placeholder:	var(--currentColor, var(--color-light));
  --angle-color:	currentColor;
  --accordion-icon-size:	1.125rem;
  --accordion-icon-width:	3px;
  --accordion-active:	var(--color-primary);
  --header-color:	#fff;
  --header-bg:	transparent;
  --nav-site-bg:	var(--bg-light);
  --nav-atime:	calc(var(--atime) * 1.5);
  --nav-font-size:	1.25rem;
  --nav-button-bg:	transparent;
  --nav-button-size:	42px;
  --nav-icon-gap:	2px;
  --nav-icon-width-hover:	70%;
  --nav-icon-size:	2.625rem;
  --nav-icon-bg:	var(--header-color);
  --nav-search-color:	var(--color);
  --nav-search-bg:	var(--bg-verylight);
  --access-ui:	var(--color-primary);
  --outline-color:	var(--color-primary);
  --outline-width:	3px;
  --outline-offset:	2px;
  --atime:	0.33s;
  --delay:	100ms;
  --fa-version:	Font Awesome 6 Free;
  --fa-size:	90%;
  --separator:	'';
  --screen-xs:	30rem;
  --screen-sm:	48rem;
  --screen-md:	64rem;
  --screen-lg:	75rem;
  --screen-wd:	120rem;
  --screen-nav:	72rem;
  --slider-ui-bg:	transparent;
  --slider-blur:	0;
  --slider-arrow-size:	2rem;
  --slider-arrow-color:	var(--color);
  --slider-arrow-height:	2.7rem;
  --slider-arrow-padding:	0.35rem;
  --slider-dots-size:	10px;
  --slider-dots-padding:	.5rem;
  --slider-dots-border-radius:	100%;
  --slider-dots-bg:	rgb(0 0 0 / .5);
  --slider-dots-active-bg:	var(--theme-color, var(--color));
  --slider-opacity:	.7;
  --slider-opacity-hover:	1;
  --slider-opacity-not-active:	.25;
  --cookie-background:	rgb(0 0 0 / 0.875);
  --cookie-modal-background:	var(--bg);
  --cookie-radius:	var(--border-radius);
  --accent-ui:	#FFEE01;
  --accent-pri:	#FFEE01;
  --accent-sec:	#9E6B49;
  --button-solid-bg:	var(--button-bg);
  --button-solid-hover-bg:	var(--color-primary);
  --nav-inline-break:	$nav-inline-break;
  --accent:	var(--color-primary);
  --font:	var(--color);
  --font-pri:	var(--color);
}

:root {
  --accent-pri-10: rgba(255, 238, 1, 0.1);
  --accent-pri-20: rgba(255, 238, 1, 0.2);
  --accent-pri-30: rgba(255, 238, 1, 0.3);
  --accent-pri-40: rgba(255, 238, 1, 0.4);
  --accent-pri-50: rgba(255, 238, 1, 0.5);
  --accent-pri-60: rgba(255, 238, 1, 0.6);
  --accent-pri-70: rgba(255, 238, 1, 0.7);
  --accent-pri-80: rgba(255, 238, 1, 0.8);
  --accent-pri-90: rgba(255, 238, 1, 0.9);
  --accent-pri: #FFEE01;
  --accent-sec-10: rgba(158, 107, 73, 0.1);
  --accent-sec-20: rgba(158, 107, 73, 0.2);
  --accent-sec-30: rgba(158, 107, 73, 0.3);
  --accent-sec-40: rgba(158, 107, 73, 0.4);
  --accent-sec-50: rgba(158, 107, 73, 0.5);
  --accent-sec-60: rgba(158, 107, 73, 0.6);
  --accent-sec-70: rgba(158, 107, 73, 0.7);
  --accent-sec-80: rgba(158, 107, 73, 0.8);
  --accent-sec-90: rgba(158, 107, 73, 0.9);
  --accent-sec: #9E6B49;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: 100%;
  color: var(--color);
}

main {
  display: block;
}

hr {
  margin: max(var(--gap), var(--flow)/2) 0;
  border: 0;
  border-top: var(--border-width, var(--border-width)) solid var(--border-color);
}

:where(a) {
  text-decoration: none;
}
:where(a):link, :where(a):visited {
  color: currentColor;
}
:where(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: currentColor;
}

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

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

table {
  border-collapse: collapse;
}

:where(q, blockquote) {
  quotes: "„" "“";
}

:where(blockquote) :is(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;
}

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: calc(var(--gap) / 2);
  white-space: revert;
  resize: vertical;
}

button {
  cursor: pointer;
  overflow: visible;
  border: 0;
  background: none;
  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);
}

.theme--dark ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.15);
}

.theme--dark ::selection {
  background-color: rgba(255, 255, 255, 0.15);
}

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

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

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

:focus {
  outline: 0;
}

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

#root,
#__next {
  isolation: isolate;
}

[hidden] {
  display: none;
}

.widget {
  font-size: var(--font-size);
  margin: 0 0 var(--gap);
}
.widget--radio .widget--checkbox {
  position: relative;
}
.widget--hidden {
  display: none;
}
.widget.ynfinite-consent {
  font-size: 0.875rem;
}
.widget.widget--distance .widget__label {
  display: none;
}
.widget.widget--distance .distance-wrapper {
  gap: 1rem;
  width: 100%;
  margin: 0;
}
.widget.widget--distance .distance-wrapper .item {
  margin: 0 0 var(--gap);
}
@media screen and (min-width: 48rem) {
  .widget.widget--distance .distance-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .widget.widget--distance .distance-wrapper .item {
    flex: 1;
  }
}

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

html .ynfinite-consent-text {
  font-size: 1em;
}
html .ynfinite-consent-text p {
  font-size: 1em;
}

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

.yn-form .form-content, .yn-form .yn-form-page {
  width: 100%;
}
.yn-form fieldset {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yn-form fieldset .button {
  margin-top: var(--gap);
}

.yn-cookies {
  --color: var(--font-pri);
}
.yn-cookies .button.yn-cookies__button {
  --button-font: var(--color, currentColor);
  --button-border-color: var(--button-font);
  --button-solid-font: var(--font-sec);
  --button-solid-bg: var(--bg-sec);
  --button-solid-hover-font: var(--accent-pri-font);
  --button-solid-hover-bg: var(--accent-pri);
}
.yn-cookies .yn-cookies__settings__item {
  list-style: none;
}
.yn-cookies label {
  opacity: 1;
}
.yn-cookies label p.h4 {
  font-weight: var(--font-weight-medium);
}

.ynfinite-consent-text a[href] {
  border-bottom: 1px solid currentColor;
}

.yn-perPage__list li,
.yn-pagination li {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 4px;
}
.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 {
  display: inline-block;
  color: currentColor;
  padding: 0 4px;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1;
}

.yn.yn-perPage {
  color: var(--bg-pri);
}

.yn-perPage__current {
  display: none;
}

.yn-perPage__list {
  text-align: right;
  margin: 0 0 var(--gap);
}
.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: 1rem;
  font-weight: 900;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(var(--gap) / 2);
  padding-top: calc(var(--flow) / 2);
}
.yn-pagination span,
.yn-pagination a {
  cursor: pointer;
  transition: var(--atime) ease;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
}
.yn-pagination span:not([href]),
.yn-pagination a:not([href]) {
  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: "\f105";
  position: absolute;
  inset: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  color: currentColor;
  text-indent: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  z-index: 10;
}
.yn-pagination li.yn-pagination__next a::before,
.yn-pagination li.yn-pagination__next span::before {
  content: "\f105";
}
.yn-pagination li.yn-pagination__prev a::before,
.yn-pagination li.yn-pagination__prev span::before {
  content: "\f104";
}
.yn-pagination li.yn-pagination__first a::before,
.yn-pagination li.yn-pagination__first span::before {
  content: "\f053\f053";
}
.yn-pagination li.yn-pagination__last a::before,
.yn-pagination li.yn-pagination__last span::before {
  content: "\f105\f105";
}
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  background: var(--bg-grey-100);
  border-radius: var(--border-radius);
  color: var(--accent-pri);
}

/* poppins-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v24-latin-300.woff2") format("woff2");
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2");
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2");
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v24-latin-600.woff2") format("woff2");
}
.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;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body {
  position: relative;
  color: var(--color);
  background: var(--bg-light);
}

.site__header {
  position: fixed;
  inset: 0;
  bottom: auto;
  font-size: var(--nav-font-size);
  color: var(--header-color);
  padding-block: calc(var(--gap) * 1);
  background-color: var(--header-bg, transparent);
  transition: transform var(--atime) ease;
  z-index: 1000;
}
.site__header.nav-up {
  transform: translateY(-100%);
}
.site__header.nav-down {
  color: var(--color);
  background: #B4A998;
  transform: translateY(0);
}
.site__header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--gap) / 2);
}
@media screen and (min-width: 72rem) {
  .site__header > .inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    -moz-column-gap: calc(var(--gap) / 2);
         column-gap: calc(var(--gap) / 2);
  }
}

.site__header__nav-col {
  display: contents;
}
@media screen and (min-width: 72rem) {
  .site__header__nav-col {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .site__header__nav-col--left {
    justify-content: flex-start;
  }
  .site__header__nav-col--right {
    justify-content: flex-end;
  }
}

.site__content {
  min-height: 50vh;
  background-color: var(--bg);
}

.site__footer {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-small);
  text-align: center;
  color: #fff;
  padding-top: calc(var(--gap) * 2);
  background: var(--bg-light);
}
.site__footer p, .site__footer ul, .site__footer ol, .site__footer address {
  font-size: inherit;
  margin: 0;
}
.site__footer address strong {
  display: block;
  margin-bottom: 0.35rem;
}
.site__footer .outer {
  margin-top: calc(var(--gap) * 1);
  border-top: 1px solid #fff;
}
.site__footer .outer .inner {
  padding-block: 1rem;
}
.site__footer .footeritem {
  padding-inline: 2rem;
  padding-bottom: var(--gap);
}
.site__footer .footeritem .footeritem__logo {
  height: 3rem;
  margin-bottom: var(--gap);
}
.site__footer .footeritem .footeritem__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 48rem) {
  .site__footer .outer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--gap) / 2);
    padding-block: 1rem;
  }
}
@media screen and (min-width: 75rem) {
  .site__footer {
    text-align: left;
  }
  .site__footer .row > div:first-child {
    border-right: 1px solid #fff;
  }
  .site__footer .row > div:first-child .footeritem {
    padding-left: 0;
  }
  .site__footer .row > div:last-child {
    border-left: 1px solid #fff;
  }
  .site__footer .row > div:last-child .footeritem {
    padding-right: 0;
  }
  .site__footer .footeritem {
    padding-block: calc(var(--gap) * 1.5);
  }
  .site__footer .footeritem .footeritem__logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
}

@media screen and (min-width: 120rem) {
  .outer.outer--max {
    max-width: var(--outer);
    margin-inline: auto;
  }
}

.inner {
  width: 100%;
  max-width: var(--inner-max);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.inner.inner--min {
  max-width: var(--inner-min);
}

section {
  --section-bg: var(--bg);
  position: relative;
  color: var(--color);
  background-color: var(--section-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section:first-child {
  padding-top: calc(var(--section-flow) + 4rem);
}
section:last-child {
  padding-bottom: var(--section-flow);
}
section + section:not(.section--banner) {
  padding-top: var(--section-flow);
}
section:not(.section--banner):has(+ section.section--banner) {
  padding-bottom: var(--section-flow);
}
section:not(.section--banner):has(+ section.bg) {
  padding-bottom: var(--section-flow);
}
@media screen and (max-width: 120rem) {
  section:has(.outer--max):has(+ section.bg) {
    padding-bottom: 0 !important;
  }
}
section.bg {
  padding-block: var(--section-flow);
}
section.bg:first-child {
  padding-top: calc(var(--section-flow) + 100px);
}
section.bg:last-child {
  border-bottom: 1px solid var(--border-color);
}
section.section--min {
  --section-flow: var(--section-flow-min);
}
section.section--min.bg {
  padding-block: var(--section-flow-min) !important;
}

.bg {
  background-color: var(--section-bg);
}
.bg[style*=background-image] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg.bg--light {
  --section-bg: var(--bg-light);
}
.bg.bg--light + .bg--light {
  padding-top: 0;
}
.bg.bg--dark {
  --color: #fff;
  --section-bg: var(--bg-dark);
  --button-border-color: var(--currentColor);
  --input-border-color: #000;
}
.bg.bg--dark .button--solid:not(.button--primary) {
  filter: invert(1);
}
.bg.bg--primary {
  --section-bg: var(--bg-primary);
  background-image: url("/assets/img/pattern_primary.jpg");
}
.bg.bg--primary .button.button--primary {
  --button-color: #fff;
  --button-border-color: #fff;
}
.bg.bg--primary .button.button--primary.button--solid {
  --button-color: var(--color-primary);
  --button-bg: #fff;
}
.bg.bg--secondary {
  --section-bg: var(--bg-secondary);
}
.bg.bg--secondary .button.button--primary {
  --button-color: #fff;
  --button-border-color: #fff;
}
.bg.bg--secondary .button.button--primary.button--solid {
  --button-color: var(--color);
  --button-bg: #fff;
}

html .row {
  margin-left: calc(var(--item-gap, var(--gap)) * -1);
  margin-right: calc(var(--item-gap, var(--gap)) * -1);
}
html .row div[class*=col-] {
  padding-right: var(--item-gap, var(--gap));
  padding-left: var(--item-gap, var(--gap));
  margin-bottom: var(--item-gap, var(--gap));
}
html .row.row--border div[class*=col-]:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
html .row.row--no-gap {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
html .row.row--no-gap [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
html .row[class*=center-] {
  text-align: left;
}
html .row[class*=end-] {
  text-align: left;
}

.site__logo {
  display: inline-block;
}
.site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 4rem;
  max-height: 4rem;
}

ul.nav__header {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  flex-wrap: wrap;
  row-gap: calc(var(--gap) / 4);
  gap: calc(var(--gap) / 2);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 1;
  transition: opacity var(--atime) ease;
}
ul.nav__header li {
  padding: 0;
  margin: 0;
}
ul.nav__header li:not(:last-child):not(:has(+ li.has-button))::after {
  content: var(--separator);
  display: inline-block;
  margin-left: calc(var(--gap) / 2 - 4px);
  opacity: 0.25;
}
ul.nav__header a:not(.button) {
  color: currentColor;
}
ul.nav__header a:not(.button):hover {
  color: var(--color-primary);
}
ul.nav__header a.button {
  text-transform: none;
  font-size: var(--font-size-small);
  padding-block: 0.5rem;
  padding-inline: calc(var(--gap) / 2);
}
@media screen and (min-width: 72rem) {
  ul.nav__header {
    display: flex;
  }
}
ul.nav__header--left {
  justify-content: flex-end;
}
ul.nav__header--right {
  justify-content: flex-start;
}

.site__navigation {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--nav-site-bg, rgba(255, 255, 255, 0.9));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transform: translateY(-100vh);
  transition: transform 0 ease, opacity 1s ease;
  opacity: 0;
  z-index: 100;
}
.site__navigation .list--socials {
  opacity: 0;
  transition: opacity 0 linear;
}

.nav__site {
  --nav-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--nav-gap);
  font-size: clamp(var(--font-size-intro), 5vw, 3rem);
  padding-inline: var(--inner-padding);
  margin: 0 auto;
  width: 100%;
  max-width: var(--inner-max);
  list-style: none;
  line-height: 1.875;
  overflow-y: auto;
}
.nav__site > li {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.nav__site > li > a, .nav__site > li > span {
  display: inline-block;
  font-size: clamp(1.25rem, 5vw, 1.875rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-heading);
  margin: 0;
}
.nav__site > li > a:hover, .nav__site > li > span:hover {
  color: currentColor;
}
@media screen and (min-width: 48rem) {
  .nav__site > li {
    flex-basis: calc(25% - var(--nav-gap));
  }
}
.nav__site .subnav {
  padding: 0;
  margin-top: calc(var(--gap) / 2);
  width: 100%;
  list-style: none;
}
.nav__site .subnav li {
  padding-block: 0.25rem;
}
.nav__site .subnav li + li {
  border-top: 1px solid var(--border-color);
}
.nav__site a:hover {
  color: var(--color-primary);
}
.nav__site + .list--socials {
  margin-top: calc(var(--flow) / 2);
}

.nav__buttons {
  display: flex;
  gap: calc(var(--gap) / 2);
  max-height: 42px;
}
@media screen and (min-width: 72rem) {
  .nav__buttons {
    display: none;
  }
}

.nav__menu {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.35rem;
  color: currentColor;
  padding: 0;
  height: 100%;
  min-width: var(--nav-icon-size);
  border-radius: var(--border-radius);
  background-color: var(--nav-button-bg, transparent);
  transition: var(--atime) ease;
  overflow: hidden;
  z-index: 100;
}
.nav__menu:has(.nav__menu__label) {
  background-color: var(--bg-verylight);
}

.nav__menu__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  gap: 4px;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  background: var(--nav-button-bg);
}
.nav__menu__icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--nav-icon-bg, #000);
  transition: all var(--nav-atime) ease;
}
.nav__menu__icon span:last-child {
  width: 65%;
}

.nav__menu__label {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding-right: 0.5rem;
}
@media screen and (max-width: 30rem) {
  .nav__menu__label {
    display: none;
  }
}

.nav__search {
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: var(--nav-search-color);
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  border-radius: var(--button-border-radius);
  background: var(--nav-search-bg);
}

body.js-nav-open {
  overflow: hidden;
}
body.js-nav-open .nav__menu__icon {
  transform: rotate(45deg);
  transition-delay: calc(var(--nav-atime) * 0.33);
}
body.js-nav-open .nav__menu__icon span:first-child {
  transform: translateY(7px);
}
body.js-nav-open .nav__menu__icon span:nth-child(2) {
  width: 0;
  transition: all calc(var(--nav-atime) - 0.1s) ease;
  transition-delay: 0s;
}
body.js-nav-open .nav__menu__icon span:last-child {
  width: 100%;
  transform: translateY(-7px) rotate(90deg);
}
body.js-nav-open .nav__header {
  opacity: 0;
}
body.js-nav-open .site__navigation {
  opacity: 1;
  transform: translateY(0);
  transition: background var(--atime) ease, opacity 1s ease, transform 0 ease;
  pointer-events: all;
}
body.js-nav-open .list--socials {
  opacity: 1;
  transition: opacity 2s ease;
}
body.js-nav-open .nav__site li[style] {
  animation-name: animateIn;
  animation-duration: 300ms;
  animation-delay: calc(var(--animation-order) * 50ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  display: block;
  font-weight: var(--font-weight-light);
  line-height: var(--lh-heading);
  word-break: keep-all;
  text-wrap: balance;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) i {
  color: #B4A998;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 0.35rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + time, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .tagline {
  margin-top: 0.5rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + time + p, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .tagline + p {
  margin-top: 1rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .text, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .yn-buttons, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + :where(p, ul, ol) {
  margin-top: 1rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):has(+ form) {
  margin-top: 0.5rem;
}

.hx {
  font-size: var(--font-size-hx);
}

h1, .h1 {
  font-size: var(--font-size-h1);
}

h2, .h2 {
  font-size: var(--font-size-h2);
}

h3, .h3 {
  font-size: var(--font-size-h3);
}

h4, .h4 {
  font-size: var(--font-size-h4);
}

h5, .h5 {
  font-size: var(--font-size-h5);
}

h6, .h6 {
  font-size: var(--font-size-h6);
}

:where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside) {
  font-size: var(--font-size);
  font-weight: var(--font-weight-light);
  line-height: var(--lh);
  color: currentColor;
  text-wrap: balance;
}
:where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside):not(:last-child) {
  margin-bottom: var(--gap);
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

strong, b {
  font-weight: var(--font-weight-medium);
}

small, .small {
  font-size: var(--font-size-small);
}

.tiny {
  font-size: var(--font-size-tiny);
}

:where(a) {
  cursor: pointer;
  color: currentColor;
  transition: all var(--atime) ease;
}
:where(a):not([class]):link:hover {
  opacity: 0.7;
}

mark {
  padding: 0.25rem 0.5rem;
  background: var(--bg-grey);
  color: var(--font-primary);
}

address + h4 {
  margin-top: calc(var(--gap) * 2);
}

blockquote cite {
  font-size: var(--font-size-small);
  font-family: var(--font-primary);
  font-style: normal;
  opacity: 0.7;
}

time,
.tagline, .overline {
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  color: currentColor;
  text-transform: uppercase;
  margin-bottom: calc(var(--gap) / 2);
}
time i[class*=fa-],
.tagline i[class*=fa-], .overline i[class*=fa-] {
  display: inline-block;
  margin-right: 0.25rem;
}

time {
  font-size: var(--font-size-tiny);
  color: var(--color-light);
}
time + .yn-article {
  margin-top: 1rem;
}

@media screen and (min-width: 64rem) {
  .heading span:not([class]) {
    display: block;
  }
}
.heading.heading--bold {
  font-weight: var(--font-weight-medium);
  line-height: var(--lh);
}
.heading.heading--signet::before {
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 1;
  background-color: transparent;
  margin-bottom: var(--gap);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/img/signet_astrhein.svg");
}

.subheading {
  font-weight: var(--font-weight-regular);
  text-transform: uppercase;
  line-height: var(--lh-heading);
  color: var(--color-secondary);
}
.subheading:is(p) {
  margin: 0;
}

.counter {
  font-weight: var(--font-weight-regular);
}

.list {
  padding: 0;
  margin: 0;
}

.list.list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.list.list--inline.list--separator li:not(:last-child)::after {
  content: var(--separator);
  display: inline-block;
  margin-left: calc(var(--gap) / 2 - 4px);
}

.list.list--checked {
  padding: 0;
  list-style: none;
}
.list.list--checked li {
  position: relative;
  margin: 0;
  padding-block: calc(var(--gap) / 2);
  padding-left: 2rem;
}
.list.list--checked li::before {
  content: "\f058";
  position: absolute;
  display: inline-block;
  font-family: var(--fa-version);
  font-weight: 900;
  color: currentColor;
  top: calc(var(--gap) / 2);
  left: 0;
  margin-block: auto;
}

ul[style*="list-style-type: circle"] {
  font-size: var(--font-size-small);
  padding: 0;
  list-style: none;
}
ul[style*="list-style-type: circle"] li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.35rem 0;
}
ul[style*="list-style-type: circle"] li strong {
  flex-basis: 50%;
  text-align: left;
}
ul[style*="list-style-type: circle"] li + li {
  border-top: 1px solid;
}
@media screen and (min-width: 30rem) {
  ul[style*="list-style-type: circle"] li {
    flex-direction: row;
    text-align: right;
    gap: var(--gap);
  }
}

.list.list--meta {
  list-style: none;
}
.list.list--meta > li {
  font-weight: var(--font-weight-medium);
}
.list.list--meta ul {
  padding: 0;
  margin-top: 0.35rem;
  list-style: none;
}
.list.list--meta ul li {
  line-height: 1.75;
}

.list.list--files {
  list-style: none;
}
.list.list--files li > a {
  display: block;
  font-weight: var(--font-weight-medium);
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--border-color);
}
.list.list--files .badge {
  margin-right: 0.5rem;
}
.list.list--files i[class*=fa-] {
  display: inline-block;
  margin-right: 0.5rem;
}

.list--info {
  list-style: none;
}
.list--info li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-block: 0.5rem;
}
.list--info li + li {
  border-top: 1px solid var(--border-color);
}
.list--info li span:first-of-type {
  font-weight: var(--font-weight-medium);
}
.list--info em {
  font-size: var(--font-size-small);
  font-style: normal;
}

.list--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
.list--grid dt, .list--grid dd {
  padding: 0.35rem 0;
}
.list--grid dt:not(:last-of-type), .list--grid dd:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.list--grid dd {
  text-align: right;
}

ul.list__contact {
  font-size: inherit;
  padding: 0;
  margin-block: 1rem;
  list-style: none;
  /*
  li {
  	padding: .35rem .5rem;
  	border: 1px solid var(--border-color);
  	&:first-child {border-top-left-radius: var(--border-radius-xl); border-top-right-radius: var(--border-radius-xl);}
  	&:last-child {border-bottom-left-radius: var(--border-radius-xl); border-bottom-right-radius: var(--border-radius-xl);}
  	& + li {border-top: 0;}
  }
  */
}

dl.list__contact {
  display: grid;
  grid-template-columns: minmax(0, max-content);
  justify-content: center;
  gap: 0.5em;
  margin-top: 1rem;
}
dl.list__contact dt, dl.list__contact dd {
  margin: 0;
}

.section__header:has(+ *) {
  margin-bottom: min(3rem, var(--flow));
}
.section__header:not(:has(h1, h2)) {
  margin-bottom: var(--gap);
}
.section__header .heading + .button {
  margin-top: var(--gap);
}
.section__header .text + figure {
  margin-top: var(--gap);
}

.yn-article .h2 {
  font-size: var(--font-size-h3);
}
.yn-article .yn-article__text h3 {
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  font-weight: var(--font-weight-medium);
}

.section--location {
  padding-top: 0 !important;
}

.section--location-split {
  overflow-x: clip;
  padding-inline: 0;
}
.section--location-split .location-split {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.section--location-split .location-split__content {
  padding-block: var(--flow);
}
.section--location-split .location-split__text {
  padding-inline: var(--inner-padding);
}
.section--location-split .location-split__map {
  display: flex;
  flex-direction: column;
  min-height: min(22rem, 55vh);
}
.section--location-split .location-split__map .mapbox {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .section--location-split .location-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
  }
  .section--location-split .location-split__text {
    padding-inline: 0;
    padding-left: calc((100vw - min(100vw, var(--inner-max))) / 2 + var(--inner-padding));
  }
  .section--location-split .location-split__map {
    min-height: min(32rem, 70vh);
    width: 100%;
  }
  .section--location-split .location-split__map .mapbox,
  .section--location-split .location-split__map .mapbox .mapboxgl-map {
    min-height: 100%;
    height: 100%;
  }
}

.section--columns .bubble {
  position: absolute;
  top: -5rem;
  right: 0;
  z-index: 10;
}

.section--parallax {
  padding: 0 !important;
}

.section--cta:has(+ .section--parallax) {
  padding-bottom: var(--section-flow);
}

.section--object:has(+ .bg) {
  padding-bottom: 0 !important;
}

.text.text--intro {
  font-size: clamp(var(--font-size), 5vw, var(--font-size-intro));
}
.text.text--intro p:not(.tagline) {
  font-size: 1em;
  line-height: var(--lh-heading);
}
.text.text--fadein p {
  font-size: var(--font-size-h3);
  line-height: var(--lh-heading);
}
.text.text--center, .text .text-center {
  text-align: center;
}
.text.text--center .yn-buttons, .text .text-center .yn-buttons {
  justify-content: center;
}
.text + .yn-buttons, .text + .button, .text + .link {
  margin-top: 1rem;
}

address {
  font-size: var(--font-size);
  font-style: normal;
}
address p {
  font-size: 1em;
}

.quote {
  font-family: var(--font-secondary);
  text-align: center;
}
.quote.quote--single {
  padding-inline: 4rem;
}

.quote__image {
  display: inline-block;
  max-width: 8rem;
  margin-bottom: 1rem;
}

.bubble {
  border-radius: 100%;
  overflow: hidden;
  max-width: 40vmin;
}

@keyframes cta-bg-drift {
  0% {
    background-position: 50% 44%;
  }
  20% {
    background-position: 57% 50%;
  }
  45% {
    background-position: 52% 58%;
  }
  70% {
    background-position: 43% 52%;
  }
  100% {
    background-position: 50% 44%;
  }
}
.cta__container {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 64rem) {
  .cta__container .cta {
    position: absolute;
    bottom: -10rem;
    z-index: 10;
    max-width: 40rem;
  }
}

.cta {
  text-align: center;
  padding: max(3vmin, 1.5rem);
  margin-inline: auto;
  margin-block: 2rem;
  border-radius: var(--border-radius-wide);
  --cta-bg-x: 50%;
  --cta-bg-y: 50%;
  background-image: url("/assets/img/cta_bg.jpg");
  background-size: 180%;
  background-position: var(--cta-bg-x) var(--cta-bg-y);
  background-repeat: no-repeat;
  background-color: #fff;
  will-change: background-position;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
  animation: cta-bg-drift 16s ease-in-out infinite;
}
.cta.cta--js-driven {
  animation: none;
  background-position: var(--cta-bg-x) var(--cta-bg-y);
}
@media (prefers-reduced-motion: reduce) {
  .cta {
    animation: none;
  }
}
.cta .cta__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-small);
  padding: max(3vmin, 1.5rem);
  border-radius: var(--border-radius-wide);
  background: var(--bg-light);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
.cta ul {
  font-size: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta ul li {
  padding: 0.25rem 0;
}
.cta ul li + li {
  border-top: 1px solid;
}
.cta.cta--yellow {
  padding: 4.5vmin;
  background-color: var(--color-primary);
  background-image: url("/assets/img/cta_yellow.jpg");
}
.cta.cta--yellow .cta__inner {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}
@media screen and (min-width: 75rem) {
  .cta {
    border-radius: 100%;
    max-width: 75%;
  }
  .cta .cta__inner {
    border-radius: 100%;
    aspect-ratio: 1/1;
  }
}

.distances {
  margin-top: var(--gap);
}

.distances__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: var(--font-size-small);
  gap: 1rem;
  color: var(--color-secondary);
  padding-block: var(--gap);
  margin: 0;
}
.distances__item:not(:last-child) {
  border-bottom: 1px solid;
}
.distances__item :is(h3) {
  flex-basis: 20%;
  font-weight: var(--font-weight-medium);
  font-size: inherit;
  line-height: var(--lh);
  text-transform: uppercase;
}
.distances__item ul[style*="list-style-type: circle"] {
  flex: 1;
  font-size: inherit;
  list-style: none !important;
  width: 100%;
  padding: 0;
  margin: 0;
}
.distances__item ul[style*="list-style-type: circle"] li {
  display: flex;
  flex-direction: row;
  padding-block: 0.5rem;
}
.distances__item ul[style*="list-style-type: circle"] li strong {
  flex: 1;
}
.distances__item ul[style*="list-style-type: circle"] li:first-child {
  padding-top: 0;
}
.distances__item ul[style*="list-style-type: circle"] li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48rem) {
  .distances__item {
    flex-direction: row;
  }
  .distances__item ul[style*="list-style-type: circle"] {
    padding-right: 4vmin;
  }
}

/*
.eventdate {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: var(--font-size-tiny);
	text-transform: uppercase;
	margin: 0;
	padding-bottom: .25rem;
	border-radius: var(--border-radius);
	background: #fff;
	box-shadow: 0 0 2px var(--border-color);
	min-width: 3.5rem;
	max-width: 3.5rem;
	margin-bottom: var(--gap);
	pointer-events: none;

	> span {
		padding-inline: .5rem;
	}

	&__month {
		color: #fff;
		padding-block: .125rem;
		border-top-left-radius: var(--border-radius);
		border-top-right-radius: var(--border-radius);
		background: #000;
	}
	&__day {
		font-size: var(--font-size-small);
		color: var(--color-primary);
		line-height: 1.25;
		padding-top: .25rem;
	}
	&__year {
		font-size: .75rem;
	}
}
*/
.person {
  font-size: var(--font-size-small);
}
.person .person__logo {
  height: 8rem;
  margin-bottom: 1rem;
}
.person .person__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.person .person__image {
  text-align: center;
  margin-bottom: 1rem;
}
.person .person__image img {
  display: inline-block;
  max-width: 25rem;
}
.person address {
  font-size: inherit;
  margin-block: var(--gap);
}
.person a:is([href^="mailto:"]) {
  color: var(--color-secondary);
}

details {
  border-radius: var(--border-radius-wide);
  background: var(--bg-light);
}
details .details__content {
  padding: calc(var(--gap) * 1.5);
  padding-top: 0;
}
details summary {
  cursor: pointer;
  position: relative;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details + details {
  margin-top: calc(var(--gap) / 2);
}
@media (prefers-reduced-motion: no-preference) {
  details {
    interpolate-size: allow-keywords;
  }
}
details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility var(--nav-atime) allow-discrete, opacity var(--nav-atime), block-size var(--nav-atime);
}
details[open]::details-content {
  opacity: 1;
  block-size: auto;
}
details[open] summary {
  color: currentColor;
}
details[open] summary .icon.icon--arrow {
  transform: scaleY(-1);
  color: #fff;
  background: var(--accordion-active);
}
details[open] summary {
  /*
  &::before, &::after {background-color: var(--accordion-active);}
  &::before {transform: rotate(-45deg);}
  &::after {transform: rotate(45deg);}
  */
  /*
  &::after {
  	opacity: 0;
  	transform: translateY(-50%) rotate(90deg);
  }
  */
}

summary {
  font-size: clamp(var(--font-size), 5vw, 1.5rem);
  padding: calc(var(--gap) * 1.5);
  padding-right: calc(var(--gap) * 3);
}
summary .icon.icon--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--gap) * 1.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.125);
  transform-origin: 0 25%;
  transition: all var(--atime) ease;
}
summary .icon.icon--arrow::after {
  position: relative;
  content: "";
  top: -2px;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-top: var(--accordion-icon-width, 2px) solid;
  border-right: var(--accordion-icon-width, 2px) solid;
  background: none;
  transform: rotate(135deg);
}
summary {
  /*
  &::before,
  &::after {
  	text-align: right;
  	height: var(--accordion-icon-width, 2px);
  	width: var(--accordion-icon-size, 1rem);
  	background-color: currentColor;
  }

  &::after {
  	transform: translateY(-50%) rotate(90deg);
  }
  */
}

.accordions .yn-accordions:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--border-width);
  background: var(--border-color);
}
.accordions .yn-accordion__content .text {
  padding-block: var(--gap);
}

.timeline__container {
  --timeline-color: var(--bg-light);
  padding: 0;
  margin-top: min(4rem, var(--flow));
  background: linear-gradient(90deg, var(--timeline-color) 2px, var(--section-bg) 1px);
  background-position: 0.75rem 0;
  background-repeat: repeat-y;
  background-size: 50%;
  list-style: none;
}
.timeline__container h3 span {
  display: block;
}
.timeline__container:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 64rem) {
  .timeline__container {
    background-position: 100% 0;
  }
}

.timeline {
  --base-icon-size: 1rem;
  --icon-size: calc(var(--base-icon-size) * var(--growth-factor, 1) * 1.5);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.timeline__dot {
  position: absolute;
  top: 0.75rem;
  left: 0;
  height: var(--icon-size);
  width: var(--icon-size);
  border-radius: 50%;
  background: var(--timeline-color);
}
.timeline__item {
  margin-left: 5vw;
  padding: var(--gap);
  padding-left: 2vmax;
  padding-right: 0;
}
.timeline__item p:last-child {
  margin-bottom: 0;
}
.timeline:first-child .timeline__dot {
  top: 0;
}
.timeline:first-child .timeline__item {
  padding-top: 0;
}
.timeline:last-child {
  background: linear-gradient(to bottom, transparent 1.5rem, var(--section-bg) 1.5rem);
}
@media screen and (min-width: 64rem) {
  .timeline {
    justify-content: flex-end;
    margin: 0 -1.5rem;
  }
  .timeline__dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
  }
  .timeline__item {
    flex-basis: 48%;
    margin-left: 0;
    padding: 0.5rem var(--gap);
    justify-self: flex-end;
  }
  .timeline:nth-child(odd) {
    justify-content: flex-start;
    text-align: right;
  }
}

.timeline__image + .timeline__content {
  margin-top: var(--gap);
}

.message {
  text-align: center;
  padding: 1rem;
  border-radius: var(--border-radius);
  background: var(--bg-verylight);
}

.item {
  --padding: 0;
  display: block;
  padding: var(--padding);
}
.item:is(a):hover .item__image img {
  transform: scale(1.15);
}
.item .item__image > a:hover img {
  transform: scale(1.15);
}

.item__image {
  position: relative;
  overflow: hidden;
}
.item__image img {
  border-radius: var(--border-radius);
  transition: transform var(--atime) ease;
}
.item__image + .item__content {
  margin-top: var(--gap);
}

.item .eventdate {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  margin: 0;
}

.item__content .list--grid {
  font-size: var(--font-size-small);
}

.item.item--logo .teaser__image {
  padding: calc(var(--gap) * 2);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.item.item--logo .teaser__content p {
  font-size: var(--font-size-small);
}
.item.item--logo figcaption {
  position: relative;
  text-align: center;
  padding: var(--gap) 0;
  background: unset;
}

.item.item--object {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap);
}
.item.item--object > * {
  flex: 1;
}
.item.item--object .tagline {
  color: var(--color-secondary);
}
.item.item--object + .item.item--object {
  margin-top: calc(var(--gap) * 2);
}
@media screen and (min-width: 64rem) {
  .item.item--object {
    flex-direction: row;
    align-items: center;
  }
  .item.item--object > * {
    flex: unset;
    flex-basis: calc(50% - var(--gap));
  }
  .item.item--object .item__content {
    flex-basis: 40%;
  }
}

.section--banner {
  --min-height: 40rem;
  --max-height: 75vmin;
  --slider-dots-active-bg: #fff;
  --slider-dots-bg: rgb(255 255 255 / .5);
  padding-bottom: 0;
}
.section--banner:only-child {
  padding-bottom: 0;
}
.section--banner:first-child {
  padding-top: 0;
}
@media screen and (min-width: 48rem) {
  .section--banner:has(+ section.bg) {
    padding-bottom: 0;
  }
}

.banner {
  --color: var(--color-primary);
  position: relative;
}

.banner__logo {
  max-width: clamp(10rem, 80vw, 85rem);
  margin-inline: auto;
}

.banner__media {
  position: relative;
  background-color: var(--bg-verylight);
  overflow: hidden;
}

.banner__media__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: var(--max-height);
  aspect-ratio: 16/10;
}
@media screen and (min-width: 48rem) {
  .banner__media__image {
    min-height: var(--min-height);
  }
}

.banner__content {
  position: relative;
  z-index: 10;
  color: var(--color);
}
.banner__content > .inner {
  padding-top: var(--flow);
}
@media screen and (min-width: 75rem) {
  .banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background: none;
  }
  .banner__content > .inner {
    padding-block: var(--flow);
  }
}

.section--banner-intro .banner.banner--intro .banner__logo--mobile {
  display: none;
  position: absolute;
  inset-inline: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin: 0 auto;
}
.section--banner-intro .banner.banner--intro .banner__logo--desktop {
  display: none;
}
.section--banner-intro .banner.banner--intro .banner__media__image,
.section--banner-intro .banner.banner--intro .media--video video {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  min-height: unset;
}
.section--banner-intro .banner.banner--intro .banner__content {
  position: relative;
  color: var(--color-dark);
  background: var(--color-primary);
}
.section--banner-intro .banner.banner--intro .banner__content > .inner {
  padding-block: var(--flow);
}
.section--banner-intro .banner.banner--intro .banner__content .heading {
  text-align: left;
  margin-bottom: var(--gap);
}

@media screen and (min-width: 75rem) {
  .section--banner-intro {
    position: relative;
    z-index: 0;
    background: transparent;
    min-height: 100svh;
  }
  .section--banner-intro .banner.banner--intro {
    position: fixed;
    inset: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    text-align: center;
  }
  .section--banner-intro .banner.banner--intro .banner__media {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
  }
  .section--banner-intro .banner.banner--intro .banner__media::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 25%);
    pointer-events: none;
    z-index: 1;
  }
  .section--banner-intro .banner.banner--intro .banner__media__image,
  .section--banner-intro .banner.banner--intro .media--video video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-height: none;
    min-height: 100%;
    aspect-ratio: unset;
  }
  .section--banner-intro .banner.banner--intro .media--video video {
    display: block;
  }
  .section--banner-intro .banner.banner--intro .banner__logo--mobile {
    display: none;
  }
  .section--banner-intro .banner.banner--intro .banner__logo--desktop {
    display: block;
    margin-block: calc(var(--flow) / 2);
    visibility: hidden;
  }
  .section--banner-intro .banner.banner--intro .banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: none;
    color: var(--color);
    z-index: 5;
  }
  .section--banner-intro .banner.banner--intro .banner__content > .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: calc(var(--flow) * 0.875);
    flex: 1;
  }
  .section--banner-intro .banner.banner--intro .banner__content .heading {
    text-align: left;
    max-width: 60%;
    margin: 0;
  }
  .section--banner-intro .banner.banner--intro .banner__content .text h2 {
    font-size: var(--font-size-h3);
  }
  .section--banner-intro::after {
    content: "";
    display: block;
    height: 100vh;
    height: 100dvh;
    pointer-events: none;
  }
}
.banner.banner--info .banner__content {
  justify-content: center;
}
.banner.banner--info .banner__content .heading {
  font-weight: var(--font-weight-light);
  line-height: var(--lh-heading);
  max-width: unset;
}
.banner.banner--info .banner__content .box {
  text-align: left;
  color: var(--color-dark);
  padding: max(7vmin, 2rem) 10vmin;
  background: var(--color-primary);
}
@media screen and (min-width: 75rem) {
  .banner.banner--info .box {
    width: 50%;
  }
}

@media screen and (min-width: 48rem) {
  .banner.banner--darken .banner__media::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.25));
  }
}

.article__content + .article__footer {
  margin-top: var(--gap);
}

.article__image + .article__quote {
  margin-top: var(--gap);
}

:where(h1, h2, h3) + .yn-article {
  margin-top: var(--gap);
}

.yn-article > * + * {
  margin-top: var(--gap);
}
.yn-article li + li {
  margin-top: 0.5rem;
}

.yn-article__heading + .yn-article__heading {
  margin-top: 1rem;
}
.yn-article__heading + .yn-article__intro-text {
  margin-top: var(--gap);
}

.yn-article__intro-text {
  --font-size: var(--font-size-intro);
}
.yn-article__intro-text p:not(.tagline) {
  line-height: var(--lh-heading);
}
.yn-article__intro-text + .yn-article__heading, .yn-article__intro-text + .yn-article__text {
  margin-top: var(--gap);
}

.yn-article__text + .yn-article__heading {
  margin-top: calc(var(--gap) * 2);
}

.yn-article__images {
  display: flex;
  gap: var(--gap);
  align-items: center;
  margin-block: calc(var(--gap) * 2);
}

.yn-video {
  border-radius: var(--border-radius);
}

.yn-accordion:not(:last-of-type)::after {
  background: var(--border-color);
}

.yn-article__accordions + .yn-article__heading {
  margin-top: calc(var(--flow) / 2);
}

.yn-accordion__header {
  font-size: var(--font-size-intro);
}

.yn-accordion__content .yn-article {
  padding-block: var(--gap);
}

.yn-buttons {
  gap: 0.5rem;
}

figure {
  position: relative;
}
figure > a {
  display: block;
}
figure figcaption {
  padding-top: 1rem;
}
figure figcaption {
  position: absolute;
  inset: 0;
  top: auto;
  padding: 2rem 1rem 1rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}
figure.round {
  border-radius: 100%;
  overflow: hidden;
}
figure.round img {
  border-radius: 100%;
}
figure.avatar {
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 64rem) {
  figure.avatar img {
    display: inline-block;
    max-width: 20rem;
  }
}

.iframe {
  position: relative;
}
.iframe--maps iframe {
  height: 34rem;
}
.iframe--video {
  --aspect-ratio: 16/9;
}
.iframe--video > iframe {
  height: 100%;
  width: 100%;
}
@supports (aspect-ratio: auto) {
  .iframe--video {
    aspect-ratio: var(--aspect-ratio);
  }
}
@supports not (aspect-ratio: auto) {
  .iframe--video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe--video > iframe {
    position: absolute;
    inset: 0;
  }
}

.gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: min(4vmin, var(--gap));
}
.gallery .gallery__item {
  flex: 1 1 33%;
}
.gallery figure {
  margin-bottom: min(4vmin, var(--gap));
}
.gallery.gallery--section {
  margin-top: var(--flow);
  gap: 0;
}
.gallery.gallery--section .gallery__item {
  flex: 1;
  margin: 0;
}
.gallery.gallery--section img {
  border-radius: 0;
}
@media screen and (max-width: 30rem) {
  .gallery.gallery--section {
    flex-direction: column;
  }
}

.xgallery {
  position: relative;
  color: var(--color-primary);
  text-align: center;
}

.xgallery__content {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65));
}
.xgallery__content .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4vmin;
  height: 100%;
  padding-top: 15vmin;
}

.xgallery__logo {
  display: inline-block;
  max-width: clamp(18rem, 60vw, 58rem);
  margin-inline: auto;
}

.xgallery__intro {
  text-align: left;
  opacity: 0;
  transition: opacity var(--atime) ease;
  pointer-events: none;
}
.xgallery__intro.is-scrolled {
  opacity: 0;
}
@media screen and (min-width: 64rem) {
  .xgallery__intro {
    max-width: 50%;
    opacity: 1;
  }
}

.xgallery__text h2 {
  font-size: var(--font-size-h3);
}
.xgallery__text ul[style*="list-style-type: square"] {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64rem) {
  .xgallery__text ul[style*="list-style-type: square"] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-transform: uppercase;
    justify-content: center;
    gap: 0;
    margin-top: 1rem;
  }
  .xgallery__text ul[style*="list-style-type: square"] li {
    flex: 1;
    position: relative;
    line-height: var(--lh-heading);
  }
  .xgallery__text ul[style*="list-style-type: square"] li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid;
  }
}

.xgallery__images {
  --aspect-ratio: 1 / 1;
  position: relative;
}
.xgallery__images figure {
  aspect-ratio: var(--aspect-ratio);
  clip-path: inset(0 0 0 0);
}
.xgallery__images img, .xgallery__images video {
  position: fixed;
  inset: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 48rem) {
  .xgallery__images {
    --aspect-ratio: 16 / 8;
  }
}

.compare {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gap) * 2);
  margin-top: var(--flow);
}

.compare__item {
  position: relative;
}

.compare__labels {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  pointer-events: none;
  z-index: 10;
}

.compare__label {
  display: inline-block;
  padding: 0.25rem 0;
  color: var(--color);
  font-size: var(--font-size-tiny);
  line-height: var(--lh);
  border-bottom: 1px solid var(--border-color);
}

.compare__slider {
  display: block;
  width: 100%;
  margin-top: var(--gap);
  --divider-width: 2px;
  --divider-color: var(--border-color);
  --default-handle-color: var(--color-primary);
  --default-handle-opacity: 1;
  --default-handle-width: 0;
}
.compare__slider .compare__figure {
  margin: 0;
  display: block;
  width: 100%;
}
.compare__slider .compare__figure img,
.compare__slider .compare__figure picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.compare__handle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
  transition: transform var(--atime) ease;
}
.compare__handle:hover {
  transform: scale(1.1);
}

.compare__handle-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: var(--color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  color: var(--button-color, var(--current-color));
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: var(--button-padding, 0.65rem 1.25rem);
  border-radius: var(--button-border-radius);
  border: var(--button-border-width) solid transparent;
  background-color: var(--button-bg);
  transition: all var(--atime) ease;
}
.button:hover {
  opacity: 0.7;
}
.button.button--primary {
  --button-color: #fff;
  --button-bg: var(--color-primary);
}
.button.button--muted {
  --button-color: var(--color);
  --button-bg: var(--bg-verylight);
}
.button.button--ghost {
  --button-bg: none;
  color: var(--currentColor);
  border-color: transparent;
}
.button.button--ghost:hover {
  --button-bg: var(--bg-verylight);
}
.button.button--border {
  color: var(--currentColor);
  border-color: var(--button-border-color);
  background-color: unset;
}
.button.button--border.button--primary {
  --button-color: var(--color-primary);
  --button-border-color: var(--color-primary);
}
.button.button--small {
  --button-font-size: var(--font-size-tiny);
  --button-padding: .5rem .75rem;
}
.button.button--round {
  --button-border-radius: 10rem;
}
.button:has(.button__icon) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 0.5rem;
  padding-left: 0.75rem;
  border-radius: var(--button-border-radius);
}
.button:has(.button__icon) > * {
  order: 2;
}
.button:has(.button__icon):hover {
  opacity: 1;
}
.button:has(.button__icon):hover .button__icon {
  background: var(--bg-primary);
}
.button:has(.button__icon--left) {
  padding-left: 0.5rem;
}
.button .button__label {
  margin-right: calc(var(--gap) / 2);
}
.button .button__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 2rem;
  height: 2rem;
  padding: 10px;
  margin-left: auto;
  border-radius: var(--button-border-radius);
  background-color: var(--button-bg);
  transition: background-color var(--atime) ease;
}
.button .button__icon.button__icon--left {
  order: 1;
  margin-left: unset;
  margin-right: calc(var(--gap) / 2);
}

.link {
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: var(--button-font-weight);
}
.link::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

.badge {
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-secondary);
  text-transform: uppercase;
  background-color: var(--bg-verylight);
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius);
}

form {
  width: 100%;
  margin-block: var(--gap);
}

fieldset legend {
  display: inline-block;
  margin-bottom: var(--item-gap);
  padding-right: var(--item-gap);
  border-radius: var(--border-radius);
  background: var(--bg-pri);
}
fieldset .row + .row {
  margin-top: var(--item-gap);
}

label {
  display: inline-block;
  font-size: var(--font-size-small);
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  color: var(--input-font);
  line-height: var(--lh);
  padding: calc(var(--gap) / 2);
  border-radius: var(--input-border-radius);
  border: var(--input-border-width) solid var(--input-border-color);
  background-color: var(--input-bg, transparent);
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--placeholder);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--placeholder);
}

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;
  opacity: 1;
}
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, 2px) solid var(--input-border-color);
  background-color: var(--input-bg);
}
input[type=radio] + label::before, input[type=radio] + label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  margin-top: 4px;
  transition: color calc(var(--atime) / 2) ease, background calc(var(--atime) / 2) ease, border calc(var(--atime) / 2) ease;
  border-radius: var(--border-radius);
}
input[type=radio] + label > div,
input[type=checkbox] + label > div {
  font-size: 1em;
}
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: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  background-color: var(--color-primary);
}
input[type=radio]:focus-visible + label::before,
input[type=checkbox]:focus-visible + label::before {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
}

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

select {
  padding-right: calc(var(--gap) * 2);
  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-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px calc(100% - 15px);
  background-repeat: no-repeat;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
select::-webkit-calendar-picker-indicator {
  display: none !important;
}

.yn-form fieldset .button {
  margin-top: 0;
}

.yn-form-grid-row {
  flex-direction: column;
}
.yn-form-grid-row:last-of-type .widget {
  margin: 0;
}
@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;
  }
}

html .widget.widget--file .widget__label {
  display: block;
  font-size: var(--button-font-size);
  font-weight: var(--font-weight-regular);
  padding: 0.75rem var(--item-gap);
  background: var(--input-bg);
  transition: opacity var(--atime) ease;
}
html .widget.widget--file .widget__label ul {
  padding: 0.75rem 0 0 !important;
  margin-top: 0.75rem !important;
  border-top: 1px dashed var(--border-color);
}
html .widget.widget--file:hover .widget__label {
  opacity: 1;
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
  }
}
:root {
  --reveal-distance:	16px;
  --reveal-duration:	780ms;
  --reveal-ease:	cubic-bezier(.2, .9, .2, 1);
}

.reveal,
[data-reveal],
[data-reveal-item] {
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  transition: opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay), transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay);
  will-change: opacity, transform;
}
.reveal.is-inview,
[data-reveal].is-inview,
[data-reveal-item].is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  [data-reveal],
  [data-reveal-item] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    will-change: auto;
  }
}
#jumpToBody {
  top: var(--gap);
  left: 1rem;
  right: auto;
}

a:focus-visible, .button:focus-visible {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
  outline-offset: var(--outline-offset);
  border-radius: var(--border-radius);
  transition: none;
}

input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
  outline-offset: var(--outline-offset);
  border-color: transparent;
  transition: none;
}

button.nav__button:active:focus-visible {
  outline: none;
}

.splide .splide__slide:has(a.teaser:focus-visible) {
  padding: 0.25em;
}
.splide a.teaser:focus-visible {
  padding: 0.125em;
}

div[class*=col-] .teaser:focus-visible {
  padding: 0.125em;
}

.splide__slide {
  width: 100%;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}

.splide__pagination,
.splide__arrow {
  border-radius: var(--border-radius);
  background: var(--slider-ui-bg);
  -webkit-backdrop-filter: blur(var(--slider-blur, 3px));
          backdrop-filter: blur(var(--slider-blur, 3px));
}
.splide__pagination:focus, .splide__pagination:focus-visible,
.splide__arrow:focus,
.splide__arrow:focus-visible {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}

.splide__pagination {
  margin: auto;
  padding: var(--slider-dots-padding);
}
.splide__pagination li {
  display: flex;
}
.splide__pagination:has(li:only-child) {
  display: none;
}
.splide__pagination button {
  background-color: var(--slider-dots-bg);
}
.splide__pagination button.is-active {
  transform: unset;
  background-color: var(--slider-dots-active-bg);
}
.splide__pagination .splide__pagination__page {
  height: var(--slider-dots-size);
  width: var(--slider-dots-size);
}

.pagination--outside {
  --bottom: 3.5rem;
  padding-bottom: var(--bottom);
  overflow: visible !important;
}
.pagination--outside .splide__pagination {
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
}

.splide__arrows {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.splide__arrow {
  height: 2.25rem;
  width: 1.75rem;
  transition: opacity var(--atime) ease;
  position: relative;
  transform: translate(0, 0);
}
.splide__arrow [disabled] {
  display: none;
}
.splide__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.splide__arrow svg {
  fill: var(--font-pri);
}

.arrows--outside {
  --outside: -1.875rem;
}
.arrows--outside .splide__arrow--prev {
  left: var(--outside);
}
.arrows--outside .splide__arrow--next {
  right: var(--outside);
}
@media screen and (min-width: 48rem) {
  .arrows--outside {
    --outside: -2.5rem;
  }
}

.mapbox__container {
  margin-top: var(--gap);
}

.mapbox {
  min-height: max(500px, 65vh);
  width: 100%;
}
.mapbox .mapboxgl-map {
  min-height: min(500px, 50vh);
}
.mapbox .mapboxgl-canvas {
  max-width: none;
  width: 100%;
  height: 100%;
}
.mapbox .mapboxgl-popup {
  min-width: 15rem;
  max-width: unset;
}
.mapbox .mapboxgl-popup-content {
  font-size: var(--font-size);
  padding: 1rem;
}
.mapbox .mapboxgl-popup-content h3 {
  font-size: inherit;
  font-weight: var(--font-weight-regular);
}
.mapbox .mapboxgl-popup-content p {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-light);
  margin: 0;
}
.mapbox .mapboxgl-popup-close-button {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.mapbox .mapboxgl-popup-close-button:hover {
  opacity: 1;
  background-color: unset !important;
}
.mapbox .marker.marker--pin {
  --marker-pin-w: 5rem;
  width: var(--marker-pin-w);
  aspect-ratio: 285/367;
  height: auto;
  flex-shrink: 0;
  background: url("/assets/img/pin.png") no-repeat center bottom/contain;
  cursor: pointer;
}

@media screen and (max-width: 64rem) {
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

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

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

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

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

.text-left {
  text-align: left;
}
.text-left:is(ul, ol) {
  justify-content: flex-start;
}

.text-center {
  text-align: center;
}
.text-center:is(ul, ol) {
  justify-content: center;
}

.text-right {
  text-align: right;
}
.text-right:is(ul, ol) {
  justify-content: flex-end;
}

@media screen and (min-width: 30rem) {
  .text-left-xs {
    text-align: left;
  }
  .text-left-xs:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs:is(ul, ol) {
    justify-content: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-right-xs:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 48rem) {
  .text-left-sm {
    text-align: left;
  }
  .text-left-sm:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-center-sm:is(ul, ol) {
    justify-content: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-right-sm:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64rem) {
  .text-left-md {
    text-align: left;
  }
  .text-left-md:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-md {
    text-align: center;
  }
  .text-center-md:is(ul, ol) {
    justify-content: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-right-md:is(ul, ol) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 75rem) {
  .text-left-lg {
    text-align: left;
  }
  .text-left-lg:is(ul, ol) {
    justify-content: flex-start;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-center-lg:is(ul, ol) {
    justify-content: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-right-lg:is(ul, ol) {
    justify-content: flex-end;
  }
}
.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

[class^=z] {
  position: relative;
}

.z0 {
  z-index: 0;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.z40 {
  z-index: 40;
}

.z50 {
  z-index: 50;
}

.z60 {
  z-index: 60;
}

.z70 {
  z-index: 70;
}

.z80 {
  z-index: 80;
}

.z90 {
  z-index: 90;
}

.z100 {
  z-index: 100;
}

.hidden {
  display: none;
}

.ui-hidden {
  visibility: hidden;
}

@media screen and (min-width: 30rem) {
  .visible-xs {
    display: none !important;
  }
}
@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: 30rem) {
  .hidden-xs {
    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 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1lh;
  width: 90%;
  overflow: hidden;
}

.truncate--lines {
  position: relative;
  margin-top: var(--gap);
  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: 2lh;
  background: linear-gradient(to right, transparent, var(--section-bg) 95%);
  pointer-events: none;
}

.stretch {
  height: 100%;
}
.stretch > * {
  height: 100%;
}

.no-ar,
.no-aspect-ratio {
  aspect-ratio: unset !important;
}

.group {
  display: inline-flex;
  gap: 0.75rem;
}
.group .button {
  margin: 0;
}
.group--buttons {
  flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .group--buttons {
    flex-direction: row;
  }
  .group--buttons .button {
    white-space: nowrap;
  }
}

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

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

.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: var(--gap);
}

.mtm {
  margin-top: calc(var(--gap) * 2);
}

.mtl, .mtf {
  margin-top: var(--flow);
}

.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: var(--gap);
}

.mbm {
  margin-bottom: calc(var(--gap) * 2);
}

.mbl, .mbf {
  margin-bottom: var(--flow);
}

@media screen and (max-width: 30rem) {
  .mts-xs {
    margin-top: var(--gap);
  }
  .mtm-xs {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-xs, .mtf-xs {
    margin-top: var(--flow);
  }
  .mbs-xs {
    margin-bottom: var(--gap);
  }
  .mbm-xs {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-xs, .mbf-xs {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 48rem) {
  .mts-sm {
    margin-top: var(--gap);
  }
  .mtm-sm {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-sm, .mtf-sm {
    margin-top: var(--flow);
  }
  .mbs-sm {
    margin-bottom: var(--gap);
  }
  .mbm-sm {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-sm, .mbf-sm {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 64rem) {
  .mts-md {
    margin-top: var(--gap);
  }
  .mtm-md {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-md, .mtf-md {
    margin-top: var(--flow);
  }
  .mbs-md {
    margin-bottom: var(--gap);
  }
  .mbm-md {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-md, .mbf-md {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 75rem) {
  .mts-lg {
    margin-top: var(--gap);
  }
  .mtm-lg {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-lg, .mtf-lg {
    margin-top: var(--flow);
  }
  .mbs-lg {
    margin-bottom: var(--gap);
  }
  .mbm-lg {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-lg, .mbf-lg {
    margin-bottom: var(--flow);
  }
}
.dev {
  font-family: -apple-system, system-ui, "Courier New", Courier, monospace;
  text-align: left;
  color: var(--font-pri) !important;
  width: 100%;
  max-width: var(--inner-max);
  margin: var(--gap) auto;
  padding: var(--gap);
  border-radius: 3px;
  border: 3px solid blue;
  overflow: auto;
}

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