@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  box-sizing: border-box;
  transition-behavior: allow-discrete;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family-pri);
  font-size: 100%;
  color: var(--font-pri);
}
body * {
  line-height: calc(1em + 0.5rem);
}

main {
  display: block;
}

: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;
}

li {
  list-style: disc;
}

img,
svg,
video,
object,
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;
}

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

form {
  text-align: left;
}

fieldset {
  padding: 0;
  border: 0;
}

label {
  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-pri) / 2);
  white-space: revert;
  resize: vertical;
}

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

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

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

.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(--font, currentColor);
}

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

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

:focus {
  outline: 0;
}

:focus-visible {
  outline: var(--border-color) solid var(--border-width);
}

#root,
#__next {
  isolation: isolate;
}

[hidden] {
  display: none;
}

:root {
  --accent-ui: var(--accent-pri);
  --accent: var(--accent-on-site-color);
  --accent-text: var(--accent-on-site-color);
  --accent-font: var(--accent-on-site-color-font);
  --accent-font-opposite: var(--accent-on-site-color-font-opposite);
  --accent-on-bg-pri: var(--accent-on-light);
  --accent-on-bg-pri-font: var(--accent-on-light-font);
  --accent-on-bg-pri-font-opposite: var(--accent-on-light-font-opposite);
  --accent-on-bg-pri-text: var(--accent-on-light-text);
  --accent-on-bg-pri-button: var(--accent-on-light-button);
  --accent-on-bg-pri-button-font: var(--accent-on-light-button-font);
  --accent-on-bg-pri-button-text: var(--accent-on-light-button-text);
  --accent-on-bg-pri-heading: var(--accent-on-light-heading);
  --accent-on-bg-pri-heading-icon: var(--accent-on-light-heading-icon);
  --accent-on-bg-sec: var(--accent-on-dark);
  --accent-on-bg-sec-font: var(--accent-on-dark-font);
  --accent-on-bg-sec-font-opposite: var(--accent-on-dark-font-opposite);
  --accent-on-bg-sec-text: var(--accent-on-dark-text);
  --accent-on-bg-sec-button: var(--accent-on-dark-button);
  --accent-on-bg-sec-button-font: var(--accent-on-dark-button-font);
  --accent-on-bg-sec-button-text: var(--accent-on-dark-button-text);
  --accent-on-bg-sec-heading: var(--accent-on-dark-heading);
  --accent-on-bg-sec-heading-icon: var(--accent-on-dark-heading-icon);
  --dark: #000000;
  --light: #f9f9f9;
  --error: #f74949;
  --font-pri: var(--dark);
  --font-sec: var(--light);
  --bg-pri: var(--light);
  --bg-pri-font: var(--dark);
  --bg-sec: var(--dark);
  --bg-sec-font: var(--light);
  --grey: #eeeeee;
  --grey-font: var(--dark);
  --grey-font-opposite: var(--light);
  --gap-pri: calc(1.5rem + (2.5 - 1.5) * ((100vw - 25rem) / (160 - 25)));
  --gap-sec: calc(2.5rem + (4 - 2.5) * ((100vw - 25rem) / (160 - 25)));
  --item-gap: var(--gap-pri);
  --flow: 11vmin;
  --inner-wide: min(160rem, calc(100vw - 2 * (0vmin + (4 - 0) * ((100vw - 64rem) / (130 - 64)))));
  --inner-width: min(140rem, calc(100vw - 2 * (0vmin + (8 - 0) * ((100vw - 64rem) / (130 - 64)))));
  --inner-narrow: min(90rem, calc(100vw - 2 * (0vmin + (12 - 0) * ((100vw - 64rem) / (130 - 64)))));
  --inner-padding: calc(7vmin + (15 - 7) * ((100vw - 25rem) / (160 - 25)));
  --atime: 0.33s;
  --font-family-pri: var(--font-family-pri-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-family-sec: var(--font-family-sec-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-size: calc(0.9rem + (1.25 - 0.9) * ((100vw - 25rem) / (160 - 25)));
  --font-size-intro: calc(1.1rem + (1.45 - 1.1) * ((100vw - 25rem) / (160 - 25)));
  --font-size-small: calc(0.75rem + (1.05 - 0.75) * ((100vw - 25rem) / (160 - 25)));
  --font-size-buttons: calc(0.825rem + (1.15 - 0.825) * ((100vw - 25rem) / (160 - 25)));
  --number: calc(2.5rem + (2.9 - 2.5) * ((100vw - 25rem) / (160 - 25)));
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-spacing: 0.25px;
  --lh-heading: 1.2;
  --lh-text: 1.4;
  --border-radius: 0px;
  --border-width: 1px;
  --border-color: currentColor;
  --button-padding: 0.55rem 1.3rem;
  --button-weight: var(--font-weight-bold);
  --button-border-radius: var(--border-radius);
  --button-pri: var(--accent);
  --button-sec: var(--accent-font);
  --button-text: var(--accent-text);
  --input-bg: transparent;
  --input-border-color: currentColor;
  --input-border-width: var(--border-width);
  --input-border-radius: var(--border-radius);
  --nav-bar-height: 6rem;
  --nav-bar-gap: 1rem;
  --nav-icon-width: 50px;
  --nav-icon-font: var(--nav-bar-font-opposite);
  --nav-icon-bg: var(--nav-bar-font);
  --nav-icon-gap: 5px;
  --nav-icon-line-height: 3px;
  --nav-icon-width-hover: 70%;
  --nav-font-size: calc(1.2rem + (1.6 - 1.2) * ((100vw - 25rem) / (160 - 25)));
  --nav-sub-font-size: calc(0.8rem + (1.15 - 0.8) * ((100vw - 25rem) / (160 - 25)));
  --nav-icons-size: calc(1.8rem + (2.5 - 1.8) * ((100vw - 25rem) / (160 - 25)));
  --nav-atime: calc(var(--atime) * 1.5);
  --nav-items-delay: 2;
  --nav-sub-border-width: 2px;
  --cookie-background: var(--layer);
  --cookie-modal-background: var(--bg-pri);
  --cookie-radius: 16px;
  --fa-version: "Font Awesome 6 Free";
  --fa-size: var(--font-size-small);
  --slider-blur: 0px;
  --slider-ui-bg: var(--bg);
  --slider-ui-padding: 0.5rem;
  --slider-ui-opacity: 0.7;
  --slider-arrow-color: var(--accent-text);
  --slider-dots-bg: var(--accent-text);
  --slider-dots-size: calc(0.625rem + (0.7 - 0.625) * ((100vw - 25rem) / (160 - 25)));
  --list-bg: var(--accent);
  --list-font: var(--accent-font);
  --facebook: #1877f2;
  --twitter: #1da1f2;
  --instagram: #e1306c;
  --linkedin: #0077b5;
  --screen-xs: $screen-xs;
  --screen-sm: $screen-sm;
  --screen-md: $screen-md;
  --screen-lg: $screen-lg;
  --screen-wd: $screen-wd;
  --nav-inline-break: $nav-inline-break;
  --gap: var(--gap-pri);
  --bg: var(--bg-pri);
  --font: var(--font-pri);
  --nav-bar-color: var(--nav-bar-font);
  --bg-grey: var(--grey);
  --bg-grey-font: var(--grey-font);
  --bg-grey-font-opposite: var(--grey-font-opposite);
}

:root.themes.theme--dark {
  --font-pri: var(--light);
  --font-sec: var(--dark);
  --bg-pri: var(--dark);
  --bg-pri-font: var(--light);
  --bg-sec: var(--light);
  --bg-sec-font: var(--dark);
  --accent-on-bg-pri: var(--accent-on-dark);
  --accent-on-bg-pri-font: var(--accent-on-dark-font);
  --accent-on-bg-pri-font-opposite: var(--accent-on-dark-font-opposite);
  --accent-on-bg-pri-text: var(--accent-on-dark-text);
  --accent-on-bg-pri-button: var(--accent-on-dark-button);
  --accent-on-bg-pri-button-font: var(--accent-on-dark-button-font);
  --accent-on-bg-pri-button-text: var(--accent-on-dark-button-text);
  --accent-on-bg-pri-heading: var(--accent-on-dark-heading);
  --accent-on-bg-pri-heading-icon: var(--accent-on-dark-heading-icon);
  --accent-on-bg-sec: var(--accent-on-light);
  --accent-on-bg-sec-font: var(--accent-on-light-font);
  --accent-on-bg-sec-font-opposite: var(--accent-on-light-font-opposite);
  --accent-on-bg-sec-text: var(--accent-on-light-text);
  --accent-on-bg-sec-button: var(--accent-on-light-button);
  --accent-on-bg-sec-button-font: var(--accent-on-light-button-font);
  --accent-on-bg-sec-button-text: var(--accent-on-light-button-text);
  --accent-on-bg-sec-heading: var(--accent-on-light-heading);
  --accent-on-bg-sec-heading-icon: var(--accent-on-light-heading-icon);
  --input-bg: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.widget {
  margin: 0 0 1rem;
  font-size: var(--font-size);
}
.widget--radio .widget--checkbox {
  position: relative;
}
.widget--hidden {
  display: none;
}
.widget.ynfinite-consent {
  font-size: 0.875rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.widget.ynfinite-consent + .ynfinite-consent {
  margin-top: 0.5rem;
}
.widget.ynfinite-consent > label.widget__label {
  margin-top: 0;
  margin-bottom: 0;
}
.widget.widget--distance .item {
  margin: 0 0 var(--gap-pri);
}
.widget.widget--distance .item {
  flex: 1;
}

.distance-wrapper {
  gap: 1rem;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 48rem) {
  .distance-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
}

.buttons,
.yn-buttons {
  margin-top: var(--gap) !important;
}
.buttons:has(+ script),
.yn-buttons:has(+ script) {
  margin-bottom: 0 !important;
}

.yn-consents {
  display: block;
  color: currentColor;
}
.yn-consents:not(:only-child) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.yn-consents .widget__label {
  font-size: var(--font-size-small);
  text-transform: unset;
}

html .ynfinite-consent-text p {
  font-size: var(--font-size-small);
}

.yn-form-response__control {
  padding: var(--gap-pri) 0 0;
}

.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;
}
@media screen and (min-width: 48rem) {
  .yn-form-grid-row:last-of-type .widget {
    margin: 0;
  }
}
.yn-form a:not(.button) {
  color: currentColor !important;
}

.yn-cookies {
  --font: var(--font-pri);
}
.yn-cookies .button.yn-cookies__button {
  --button-pri: var(--font-pri);
  --button-sec: var(--bg-pri);
  margin: 0 !important;
}
.yn-cookies .yn-cookies__settings__item {
  list-style: none;
}
.yn-cookies .yn-cookies__settings__item label {
  width: 100%;
}
.yn-cookies .yn-cookies__settings__item .h4 {
  margin: 0 !important;
}

.yn-cookie-consent__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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: 30px;
  min-height: 30px;
  aspect-ratio: 1;
}
@media screen and (min-width: 48rem) {
  .yn-perPage__list a,
  .yn-perPage__list li.yn-pagination__page--active span,
  .yn-pagination a,
  .yn-pagination li.yn-pagination__page--active span {
    min-width: 40px;
    min-height: 40px;
  }
}

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

.yn-perPage__current {
  display: none;
}

.yn-perPage__list {
  text-align: right;
  margin: 0 0 var(--gap-pri);
}
.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: 600;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
  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;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 48rem) {
  .yn-pagination span,
  .yn-pagination a {
    line-height: 40px;
  }
}
.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;
  color: transparent !important;
  background: none !important;
  padding: 0;
}
.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: "\f054";
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  font-family: var(--fa-version);
  font-weight: 600;
  font-size: 1rem;
  color: currentColor;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  color: var(--font, #000);
  z-index: 10;
}
.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: "\f054\f054";
}
.yn-pagination li.yn-pagination__prev a::before,
.yn-pagination li.yn-pagination__prev span::before {
  content: "\f053";
}
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  background: var(--accent-pri);
  color: var(--accent-pri-font);
  border-radius: var(--border-radius);
}

figure {
  position: relative;
  overflow: hidden;
}
figure > a {
  display: block;
}
figure img {
  transition: opacity calc(var(--atime) * 2) ease, transform var(--atime) ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
figure.logo:not(.content-center), figure.icon:not(.content-center) {
  margin-left: 0;
  margin-right: auto;
}
figure.logo img, figure.icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-height: 12rem;
  max-width: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
}
figure.logo--simple img, figure.icon--simple img {
  transition: filter var(--atime) ease;
  filter: grayscale(1);
}
figure--larger img {
  max-height: 25rem;
  max-width: 25rem;
}
figure.hover img {
  transition: transform var(--atime) ease;
}
figure.hover img:hover {
  transform: scale(1.15);
}
figure.caption figcaption {
  z-index: 25;
  position: absolute;
  bottom: 0.25rem;
  left: 0.5rem;
  width: 100%;
  padding: calc(var(--gap-pri) / 2);
  color: #fff;
}
figure.rounded {
  overflow: hidden;
  border-radius: var(--border-radius);
}
figure.round {
  overflow: hidden;
  border-radius: 50%;
}
figure.round:is(img),
figure.round img {
  aspect-ratio: 1;
}

:is(iframe, lite-youtube, video).rounded {
  overflow: hidden;
  border-radius: var(--border-radius);
}

i.icon {
  width: 100%;
  height: 100%;
  max-height: 12rem;
  max-width: 12rem;
  font-size: 4rem;
}

figcaption {
  padding: var(--gap-pri)/3 0;
  font-size: var(--font-size-small);
  color: var(--font-light);
}

.parallax {
  position: relative;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@supports (background-attachment: scroll) {
  .parallax {
    background-size: cover;
    background-attachment: fixed;
  }
}

.darken {
  position: relative;
  color: var(--layer-font, currentColor);
  --accent: var(--layer-font, currentColor);
  --accent-text: var(--layer-font-text, currentColor);
  --accent-font: var(--layer-font-opposite, currentColor);
  --accent-font-opposite: var(--layer-font, currentColor);
  --heading-icon-color: var(--layer-font, currentColor);
}
.darken .yn-article__heading:first-of-type .heading:first-of-type {
  color: currentColor !important;
}
.darken > *:not(a:has(img)) {
  z-index: 25;
}
.darken > *:not(a:has(img)).inner {
  position: relative;
}
.darken > *:not(a:has(img)) img {
  filter: unset !important;
}
.darken::after {
  content: "";
  z-index: 5;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: var(--layer);
  opacity: var(--layer-opacity);
}
.darken.darken--extreme::after {
  background: var(--layer-extreme);
  opacity: var(--layer-opacity-extreme);
}

.yn-cookies__inner {
  border-radius: var(--border-radius);
  border: var(--border-width) solid currentColor;
}
.yn-cookies::after {
  background-color: var(--layer);
  opacity: var(--layer-opacity);
}

table td:not(:last-of-type) {
  padding-right: var(--gap-pri);
}

.theme-switch {
  position: relative;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  backdrop-filter: blur(5px);
  background-color: var(--font);
}
.theme-switch .switch,
.theme-switch .icon {
  height: 2.25rem;
  width: 2.25rem;
}
.theme-switch.small .switch,
.theme-switch.small .icon {
  height: 1.75rem;
  width: 1.75rem;
}
.theme-switch.small i {
  font-size: 1rem;
}
.theme-switch .switch {
  z-index: 40;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: var(--border-radius);
  background-color: var(--bg);
  transition: all var(--atime) ease-in-out;
}
.theme-switch .icon {
  z-index: 50;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.33rem;
  aspect-ratio: 1;
  color: var(--bg);
}
.theme-switch .icon i {
  font-size: 1.25rem;
  transition: 0s;
}

.theme--dark:not(.theme--auto) .switch {
  transform: translateX(calc(-100% - 0.25rem));
}
.theme--dark:not(.theme--auto) .icon.dark i {
  color: var(--font);
}

.theme--light:not(.theme--auto) .switch {
  transform: translateX(calc(100% + 0.25rem));
}
.theme--light:not(.theme--auto) .icon.light i {
  color: var(--font);
}

.theme--auto .switch {
  transform: translateX(0);
}
.theme--auto .icon.auto i {
  color: var(--font);
}

.widget--checkbox {
  outline-offset: 5px;
}

:is(:is(button, :where(a), .more, .splide__arrows > button.splide__arrow):focus-visible, .splide__pagination:has(.splide__pagination__page:focus-visible), .splide__arrows > button.splide__arrow:focus-visible, .accessibility-outline:focus-visible):not(.ignore-focus, .splide__pagination__page) {
  outline: 5px solid var(--accent, #e91e63);
}

:is(.widget--checkbox:has(input:focus-visible), :is(input, select, textarea):focus-visible):not(.ignore-focus) {
  outline: 2px solid var(--input-border-color, currentColor);
}

.item :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):has(:is(button, a, .more):focus-visible) {
  background-color: var(--accent);
  color: var(--accent-font);
  transition: color var(--atime) ease, background-color var(--atime) ease !important;
}
.item :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):has(:is(button, a, .more):focus-visible) :is(button, a, .more) {
  outline: none !important;
  box-shadow: unset !important;
  background-color: unset !important;
}

:is(p, q, ul, ol, dl, blockquote, input, select, textarea, aside) a:not(.button):focus-visible {
  background-color: var(--accent) !important;
  box-shadow: 0px 0px 0px 2px var(--accent) !important;
  color: var(--accent-font) !important;
  transition: color var(--atime) ease, background-color var(--atime) ease !important;
  outline: unset !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

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

.glightbox-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.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;
}

.splide {
  pointer-events: none;
}
.splide > * {
  pointer-events: all;
}
.splide:has(.darken) {
  --accent: var(--layer-font, currentColor);
  --accent-text: var(--layer-font, currentColor);
  --accent-font: var(--layer-font-opposite, currentColor);
  --accent-font-opposite: var(--layer-font, currentColor);
}
.splide__slide {
  width: 100%;
}
.splide__slide:not(.is-visible, .is-active) {
  cursor: initial;
}
.splide .item--shadow {
  box-shadow: unset !important;
}
.splide .splide__pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  flex-wrap: nowrap;
}
.splide .splide__pagination li {
  display: flex;
}
.splide .splide__pagination button {
  background-color: var(--slider-dots-bg);
  opacity: 0.6;
}
.splide .splide__pagination button.is-active {
  opacity: 1;
  background-color: var(--slider-dots-bg);
}
.splide .splide__pagination .splide__pagination__page {
  height: var(--slider-dots-size);
  width: var(--slider-dots-size);
}
.splide .splide__pagination .splide__pagination__page:focus {
  outline: unset !important;
}
.splide .splide__arrow, .splide .splide__arrow > :is(svg, i) {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
  color: var(--slider-arrow-color);
  fill: currentColor;
}
.splide .splide__arrow {
  transition: opacity var(--atime) ease;
  position: absolute;
  transform: translate(0, 0);
}
.splide .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.splide .splide__arrow [disabled] {
  display: none;
}
.splide .splide__pagination__page {
  color: currentColor;
}
.splide .splide__pagination__page:focus, .splide .splide__pagination__page:focus-visible {
  outline: unset !important;
}
.splide .splide.pagination--bg {
  --slider-ui-bg: var(--accent-font);
}
.splide .splide__slide > .item,
.splide .splide__slide > :is(.fade-in, .faded-in) > .item {
  width: 100%;
}
.splide .splide__slide .fade-in:has(.item.item--border),
.splide .splide__slide .faded-in:has(.item.item--border) {
  padding: 1px;
}
.splide .splide__controls {
  border-radius: var(--border-radius);
  backdrop-filter: blur(var(--slider-blur, 3px));
  margin: auto;
  margin-top: var(--text-gap);
  padding: var(--slider-ui-padding);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  z-index: 98;
}
.splide .splide__controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--slider-ui-bg, #fff);
  opacity: var(--slider-ui-opacity, 0.7);
  pointer-events: none;
}
.splide .splide__controls > * {
  position: relative;
  padding: 0;
  margin: 0;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  background-color: unset;
}
.splide .splide__controls--with-placeholder {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 64rem) {
  .splide.splide--overlay .splide__controls:not(.splide__controls--with-placeholder) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: calc(var(--flow) * 0.25);
    width: -moz-fit-content;
    width: fit-content;
  }
}
.splide:has(.splide__pagination > li:only-of-type) .splide__controls {
  display: none;
}

@media screen and (max-width: calc(64rem - 1px)) {
  section:has(.splide:only-child) .splide.splide--overlay .splide__controls {
    margin-bottom: calc(var(--flow) * 0.25);
  }
}

:root {
  --text-gap: calc(var(--font-size) * 1.4);
  --heading-to-heading: calc(var(--text-gap) * 0.25);
  --heading-to-text: var(--text-gap);
  --heading-to-content: calc(var(--text-gap) * 1.25);
  --text-to-heading: calc(var(--text-gap) * 2);
  --text-to-text: var(--text-gap);
  --text-to-content: calc(var(--text-gap) * 1.25);
  --content-to-heading: calc(var(--text-gap) * 2);
  --content-to-text: var(--text-gap);
  --content-to-content: calc(var(--text-gap) * 2);
}
:root .item,
:root .address,
:root .smaller-text-gaps,
:root .text-wrapper {
  --text-gap: calc(var(--font-size) * 1.4 * 0.5);
  --heading-to-heading: calc(var(--text-gap) * 0.5);
  --heading-to-text: var(--text-gap);
  --heading-to-content: calc(var(--text-gap) * 1.5);
  --text-to-heading: calc(var(--text-gap) * 2);
  --text-to-text: var(--text-gap);
  --text-to-content: calc(var(--text-gap) * 1.5);
  --content-to-heading: calc(var(--text-gap) * 2);
  --content-to-text: var(--text-gap);
  --content-to-content: calc(var(--text-gap) * 2);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]) {
  margin-bottom: var(--text-to-text);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]) + * {
  --offset-top: var(--text-to-text);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):where(:has(+ :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__intro-text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out))):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading) {
  margin-bottom: var(--text-to-text);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):where(:has(+ :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__intro-text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out))):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading) + * {
  --offset-top: var(--text-to-text);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), :root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__intro-text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), :root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) {
  margin-bottom: var(--text-to-heading);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + *, :root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__intro-text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + *, :root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + * {
  --offset-top: var(--text-to-heading);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)) {
  margin-bottom: var(--text-to-content);
}
:root :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out, .yn-article__intro-text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)) + * {
  --offset-top: var(--text-to-content);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]) {
  margin-bottom: var(--heading-to-text);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]) + * {
  --offset-top: var(--heading-to-text);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):where(:has(+ :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__intro-text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out))):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading) {
  margin-bottom: var(--heading-to-text);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):where(:has(+ :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__intro-text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out))):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading) + * {
  --offset-top: var(--heading-to-text);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), :root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__intro-text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), :root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) {
  margin-bottom: var(--heading-to-heading);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + *, :root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__intro-text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + *, :root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ .yn-article__text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + * {
  --offset-top: var(--heading-to-heading);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)) {
  margin-bottom: var(--heading-to-content);
}
:root :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading, .yn-article__intro-text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), .yn-article__text:has(> *:last-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading))):not(:last-child, [data-ynfield]):has(+ :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)) + * {
  --offset-top: var(--heading-to-content);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]) {
  margin-bottom: var(--content-to-text);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]) + * {
  --offset-top: var(--content-to-text);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):where(:has(+ :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__intro-text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out))):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading) {
  margin-bottom: var(--content-to-text);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):where(:has(+ :where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__intro-text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out)), :has(+ .yn-article__text > *:first-child:where(p, pre, q, blockquote, input, .widget__input-container, select, textarea, aside, a:not(.button), img, figure, .item__content__text, .text, ul, ol, dl, .fade-out))):not(.h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading) + * {
  --offset-top: var(--content-to-text);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), :root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ .yn-article__intro-text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)), :root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ .yn-article__text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) {
  margin-bottom: var(--content-to-heading);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + *, :root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ .yn-article__intro-text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + *, :root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ .yn-article__text > *:first-child:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline, .yn-article__heading)) + * {
  --offset-top: var(--content-to-heading);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)) {
  margin-bottom: var(--content-to-content);
}
:root :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content, .yn-article__intro-text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)), .yn-article__text:has(> *:last-child:where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content))):not(:last-child, [data-ynfield]):has(+ :where(.button, .buttons, .yn-buttons, .yn-article, .yn-article__links, .yn-article__accordions, .yn-article__images, .yn-article__html, .yn-article__video, .yn-article__table-of-contents, .yn-article__image_text, ul[style*="list-style-type: circle"], table, .content)) + * {
  --offset-top: var(--content-to-content);
}
:root .tagline:not(:last-child, [data-ynfield]) {
  margin-bottom: calc(var(--text-gap) * 0.25);
}
:root .button--arrow:not(:first-child, [data-ynfield]) {
  margin-top: calc(var(--offset-top, 0) * -0.75);
  display: block;
}
:root .widget > .widget__label {
  margin-bottom: calc(var(--text-gap) * 0.25);
}
:root .item .tagline:not(:last-child, [data-ynfield]) {
  margin-bottom: calc(var(--text-gap) * 0.25);
}
:root .splide__pagination {
  margin-top: 0;
  margin-bottom: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}
html ::-moz-selection {
  background-color: var(--accent);
  color: var(--accent-font);
}
html ::selection {
  background-color: var(--accent);
  color: var(--accent-font);
}
html .header__logo,
html .footer__logo {
  display: block;
  opacity: 1 !important;
}
html .header__logo,
html .header__logo figure,
html .header__logo img,
html .footer__logo,
html .footer__logo figure,
html .footer__logo img {
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
}
html .header__logo figure,
html .footer__logo figure {
  position: relative;
  display: none;
  filter: unset;
}
html .header__logo figure img,
html .footer__logo figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
html .header__logo img,
html .footer__logo img {
  transition: opacity var(--atime);
}
html .header__logo:is(a):hover img,
html .footer__logo:is(a):hover img {
  opacity: 0.7;
}
html:not(.theme--dark) .header__logo.normal-mode-light figure,
html:not(.theme--dark) .footer__logo.normal-mode-light figure {
  display: none !important;
}
html:not(.theme--dark) .header__logo.normal-mode-light figure:first-of-type,
html:not(.theme--dark) .footer__logo.normal-mode-light figure:first-of-type {
  display: block !important;
}
html:not(.theme--dark) .header__logo.normal-mode-dark figure,
html:not(.theme--dark) .footer__logo.normal-mode-dark figure {
  display: none !important;
}
html:not(.theme--dark) .header__logo.normal-mode-dark figure:last-of-type,
html:not(.theme--dark) .footer__logo.normal-mode-dark figure:last-of-type {
  display: block !important;
}
html.theme--dark .header__logo.dark-mode-light figure,
html.theme--dark .footer__logo.dark-mode-light figure {
  display: none;
}
html.theme--dark .header__logo.dark-mode-light figure:first-of-type,
html.theme--dark .footer__logo.dark-mode-light figure:first-of-type {
  display: block;
}
html.theme--dark .header__logo.dark-mode-dark figure,
html.theme--dark .footer__logo.dark-mode-dark figure {
  display: none;
}
html.theme--dark .header__logo.dark-mode-dark figure:last-of-type,
html.theme--dark .footer__logo.dark-mode-dark figure:last-of-type {
  display: block;
}
html .site__content {
  padding-top: var(--nav-bar-height);
}
html .site__content section:first-of-type:not(.no-top-padding, .section--banner, .section--projects-banner, .banner, .bg) {
  padding-top: var(--flow);
}
@media screen and (min-width: 48rem) {
  html .site__content section:first-of-type:not(.no-top-padding, .section--banner, .section--projects-banner, .banner, .bg):not(:only-child) {
    padding-top: calc(var(--flow) * 0.66);
  }
}

body {
  height: -moz-fit-content;
  height: fit-content;
  background: var(--bg-pri);
  font-family: var(--font-family-pri);
  color: var(--font-pri);
  letter-spacing: var(--font-spacing);
}
body.bg {
  padding: 0;
}

.site-bg body {
  background-color: var(--site-bg);
  color: var(--site-font);
}
.site-bg body section:not(.bg),
.site-bg body dialog,
.site-bg body .yn-cookies > .yn-cookies__inner,
.site-bg body #listing__filter {
  --bg: var(--site-bg);
  --font: var(--site-font);
  --accent: var(--accent-on-site-color);
  --accent-text: var(--accent-on-site-color-text);
  --accent-font: var(--accent-on-site-color-font);
  --accent-font-opposite: var(--accent-on-site-color-font-opposite);
  --button-pri: var(--accent-on-site-color-button);
  --button-sec: var(--accent-on-site-color-button-font);
  --button-text: var(--accent-on-site-color-button-text);
  --heading-color: var(--accent-on-site-heading);
  --heading-icon-color: var(--accent-on-site-heading-icon);
  --slider-arrow-color: var(--accent-text) !important;
  --slider-dots-bg: var(--accent-text) !important;
  --slider-ui-bg: var(--bg) !important;
  background-color: var(--site-bg);
  color: var(--site-font);
}
.site-bg body .yn-cookies > .yn-cookies__inner .yn-cookies__button {
  --button-pri: var(--accent-on-site-color-button) !important;
  --button-sec: var(--accent-on-site-color-button-font) !important;
}
.site-bg body .section--banner {
  background-color: var(--light);
}
.site-bg body .bg--accent-pri #listing__filter {
  --bg: var(--accent-pri);
  --font: var(--accent-pri-font);
  background-color: var(--bg);
  color: var(--font);
}

.items-color {
  --list-bg: var(--items-bg);
  --list-font: var(--items-font);
}
.items-color .bg.bg--items {
  --bg: var(--items-bg);
  --font: var(--items-font);
  --accent: var(--accent-on-items-color);
  --accent-text: var(--accent-on-items-color-text);
  --accent-font: var(--accent-on-items-color-font);
  --accent-font-opposite: var(--accent-on-items-color-font-opposite);
  --button-pri: var(--accent-on-items-color-button);
  --button-sec: var(--accent-on-items-color-button-font);
  --button-text: var(--accent-on-items-color-button-text);
  --heading-color: var(--accent-on-items-heading);
  --heading-icon-color: var(--accent-on-items-heading-icon);
  --slider-arrow-color: var(--accent-text) !important;
  --slider-dots-bg: var(--accent-text) !important;
  --slider-ui-bg: var(--bg) !important;
}

.sections-color section.bg:not(:has(.bg-image)) {
  --bg: var(--sections-bg) !important;
  --font: var(--sections-font) !important;
  --accent: var(--accent-on-sections-color) !important;
  --accent-text: var(--accent-on-sections-color-text) !important;
  --accent-font: var(--accent-on-sections-color-font) !important;
  --accent-font-opposite: var(--accent-on-sections-color-font-opposite) !important;
  --button-pri: var(--accent-on-sections-color-button) !important;
  --button-sec: var(--accent-on-sections-color-button-font) !important;
  --button-text: var(--accent-on-sections-color-button-text) !important;
  --heading-color: var(--accent-on-sections-heading) !important;
  --heading-icon-color: var(--accent-on-sections-heading-icon) !important;
  --slider-arrow-color: var(--accent-text) !important;
  --slider-dots-bg: var(--accent-text) !important;
  --slider-ui-bg: var(--bg) !important;
}

section.section--banner .banner__content,
section.bg-image .form-wrapper,
section:has(.bg-image) .form-wrapper {
  --button-pri: var(--font) !important;
  --button-sec: var(--bg) !important;
  --button-text: var(--font) !important;
}

.site__header {
  background-color: var(--nav-bar-bg);
  color: var(--nav-bar-font);
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  height: var(--nav-bar-height);
}
.site__header .inner {
  height: var(--nav-bar-height);
  padding-top: calc(var(--gap-pri) * 0.5);
  padding-bottom: calc(var(--gap-pri) * 0.5);
  display: flex;
  flex-direction: row;
  gap: var(--gap);
}
.site__header .header__logo {
  width: -moz-fit-content;
  width: fit-content;
}
.site__header .header__logo figure,
.site__header .header__logo img {
  margin: 0 !important;
}
.site__header .header__logo img {
  padding-top: var(--logo-scale);
  padding-bottom: var(--logo-scale);
}
.site__header .row > [class*=col-] {
  margin: 0;
}
.site__header .row > [class*=col-] > * {
  height: 100%;
}
.site__header .nav__bar {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.site__header .nav__bar i {
  margin-right: 0.5rem;
}
.site__header .nav__bar li {
  color: var(--nav-bar-font);
  list-style: none;
}

.site__footer {
  --bg: var(--footer-bg);
  --font: var(--footer-font);
  --input-bg: var(--bg);
  --input-border-color: var(--font);
  padding-top: calc(var(--flow) / 2);
  background-color: var(--bg);
}
.site__footer label + select {
  margin-top: 0.5rem !important;
}
.site__footer .row {
  padding-bottom: calc(var(--flow) / 4);
}
.site__footer div.with-ynfinite {
  background-color: var(--footer-bg);
  padding-top: calc(var(--flow) / 4);
  padding: 1rem 0;
  border-top: var(--border-width) solid currentColor;
}
.site__footer .nav__bar li {
  color: var(--footer-font);
  list-style: none;
}
@media screen and (max-width: calc(48rem - 1px)) {
  .site__footer .nav__bar li {
    width: 100%;
  }
}
.site__footer .nav__bar.nav_footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
}
@media screen and (min-width: 48rem) {
  .site__footer .nav__bar.nav_footer {
    left: auto;
    align-items: flex-end;
  }
}
.site__footer .nav__bar.legal_footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .site__footer .nav__bar.legal_footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site__footer .inner {
  color: var(--footer-font);
  padding-top: 0;
  padding-bottom: 0;
}
.site__footer .social-media {
  gap: 0.75rem;
  margin: 0;
}
.site__footer .social-media i {
  font-size: calc(1.5rem + 0.35 * (100vw - 25rem) / 135);
}
.site__footer .footer__left,
.site__footer .footer__right {
  display: flex;
  flex-direction: column;
  gap: calc(var(--item-gap) * 0.5);
  justify-content: space-between;
}
.site__footer .footer__left p,
.site__footer .footer__right p {
  width: 100%;
}
.site__footer .footer__left .flex,
.site__footer .footer__right .flex {
  flex-direction: column-reverse;
  gap: var(--item-gap);
}
@media screen and (min-width: 48rem) {
  .site__footer .footer__left .flex,
  .site__footer .footer__right .flex {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64rem) {
  .site__footer .footer__left .flex,
  .site__footer .footer__right .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 48rem) {
  .site__footer .footer__left {
    align-items: flex-start;
    text-align: left;
  }
}
.site__footer .footer__right {
  height: 100%;
}
@media screen and (min-width: 48rem) {
  .site__footer .footer__right {
    align-items: flex-end;
    text-align: right;
  }
  .site__footer .footer__right img {
    -o-object-position: right;
       object-position: right;
  }
}
.site__footer .footer__logo,
.site__footer .footer__logo figure,
.site__footer .footer__logo img {
  max-height: 12rem;
  max-width: 16rem;
  height: 100%;
  width: 100%;
}
.site__footer .footer__logo figure {
  display: none;
}
.site__footer .footer__logo figure:last-of-type {
  display: block;
}
.site__footer .footer__bottom a,
.site__footer .footer__bottom p,
.site__footer .footer__bottom li {
  font-size: var(--font-size-small);
}
.site__footer .footer__bottom:last-of-type {
  padding-bottom: 0.5rem;
}

section {
  --bg: var(--bg-pri);
  --font: var(--font-pri);
  position: relative;
  scroll-margin-top: 5rem;
  padding-bottom: var(--flow);
}
section:not(.section--wrapper) section,
section .section--wrapper {
  padding: 0 !important;
}
section .section--wrapper section:not(.bg):first-of-type {
  padding-top: 0 !important;
}
section .section--wrapper section:not(.bg):last-of-type {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 75rem) {
  section .section--wrapper section.bg {
    overflow: hidden;
    border-radius: var(--border-radius);
  }
}
section.bg {
  padding-top: var(--flow);
  padding-bottom: var(--flow);
}
section.bg.flow-half {
  padding-top: calc(var(--flow) * 0.5);
  padding-bottom: calc(var(--flow) * 0.5);
}

.bg {
  background-color: var(--bg);
  color: var(--font);
}
.bg:where(:not(.bg--accent)) {
  --bg: var(--bg-grey);
  --font: var(--bg-grey-font);
  --accent: var(--accent-on-grey);
  --accent-text: var(--accent-on-grey-text);
  --accent-font: var(--accent-on-grey-font);
  --accent-font-opposite: var(--accent-on-grey-font-opposite);
  --list-bg: var(--accent);
  --list-font: var(--accent-font);
  --button-pri: var(--accent-on-grey-button);
  --button-sec: var(--accent-on-grey-button-font);
  --button-text: var(--accent-on-grey-button-text);
  --heading-color: var(--accent-on-grey-heading);
  --heading-icon-color: var(--accent-on-grey-heading-icon);
  --slider-ui-bg: var(--bg);
  --slider-arrow-color: var(--accent-text);
  --slider-dots-bg: var(--accent-text);
}
.bg:where(:not(.bg--accent)) + section:not(:is([class*=banner]:not(.section--banner-half), .section--projects-banner, .bar, .bg)) {
  padding-top: var(--flow);
}
.bg:where(:not(.bg--accent)):not([class*=bg-]):not([class*=parallax]) + .bg:not([class*=bg-]):not([class*=parallax]) {
  padding-top: 0;
}
.bg--padding {
  --padding: var(--flow);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
.bg--padding:not(:has(.inner)) {
  padding-left: var(--padding);
  padding-right: var(--padding);
}
.bg--padding.bg--padding-half {
  --padding: calc(var(--flow) * 0.5);
}
.bg--accent {
  --bg: var(--accent);
  --font: var(--accent-font);
  --accent-text: var(--accent-text);
  --accent-font-opposite: var(--accent-font-opposite);
  --button-pri: var(--accent-font);
  --button-sec: var(--accent);
  --button-text: var(--accent-font);
  --heading-color: var(--accent-font);
  --heading-icon-color: var(--accent-font);
}
.bg--accent > * {
  --accent: var(--accent-font);
}
.bg--accent-pri {
  --bg: var(--accent-pri);
  --font: var(--accent-pri-font);
  --accent: var(--accent-on-accent-pri);
  --accent-text: var(--accent-on-accent-pri-text);
  --accent-font: var(--accent-on-accent-pri-font);
  --accent-font-opposite: var(--accent-on-accent-pri-font-opposite);
  --button-pri: var(--accent-on-accent-pri-button);
  --button-sec: var(--accent-on-accent-pri-button-font);
  --button-text: var(--accent-on-accent-pri-button-text);
  --heading-color: var(--accent-on-accent-pri-heading);
  --heading-icon-color: var(--accent-on-accent-pri-heading-icon);
}
.bg--accent-pri:not(:has(.bg-image)) + .bg--accent-pri:not(:has(.bg-image)) {
  padding-top: 0;
}
.bg--accent-sec {
  --bg: var(--accent-sec);
  --font: var(--accent-sec-font);
  --accent: var(--accent-on-accent-sec);
  --accent-text: var(--accent-on-accent-sec-text);
  --accent-font: var(--accent-on-accent-sec-font);
  --accent-font-opposite: var(--accent-on-accent-sec-font-opposite);
  --button-pri: var(--accent-on-accent-sec-button);
  --button-sec: var(--accent-on-accent-sec-button-font);
  --button-text: var(--accent-on-accent-sec-button-text);
  --heading-color: var(--accent-on-accent-sec-heading);
  --heading-icon-color: var(--accent-on-accent-sec-heading-icon);
}
.bg--accent-sec:not(:has(.bg-image)) + .bg--accent-sec:not(:has(.bg-image)) {
  padding-top: 0;
}
.bg--pri {
  --bg: var(--bg-pri);
  --font: var(--bg-pri-font);
  --accent: var(--accent-on-bg-pri);
  --accent-text: var(--accent-on-bg-pri-text);
  --accent-font: var(--accent-on-bg-pri-font);
  --accent-font-opposite: var(--accent-on-bg-pri-font-opposite);
  --button-pri: var(--accent-on-bg-pri-button);
  --button-sec: var(--accent-on-bg-pri-button-font);
  --button-text: var(--accent-on-bg-pri-button-text);
  --heading-color: var(--accent-on-bg-pri-heading);
  --heading-icon-color: var(--accent-on-bg-pri-heading-icon);
}
.bg--pri:not(:has(.bg-image)) + .bg--pri:not(:has(.bg-image)) {
  padding-top: 0;
}
.bg--sec {
  --bg: var(--bg-sec);
  --font: var(--bg-sec-font);
  --accent: var(--accent-on-bg-sec);
  --accent-text: var(--accent-on-bg-sec-text);
  --accent-font: var(--accent-on-bg-sec-font);
  --accent-font-opposite: var(--accent-on-bg-sec-font-opposite);
  --button-pri: var(--accent-on-bg-sec-button);
  --button-sec: var(--accent-on-bg-sec-button-font);
  --button-text: var(--accent-on-bg-sec-button-text);
  --heading-color: var(--accent-on-bg-sec-heading);
  --heading-icon-color: var(--accent-on-bg-sec-heading-icon);
}
.bg--sec:not(:has(.bg-image)) + .bg--sec:not(:has(.bg-image)) {
  padding-top: 0;
}
.bg--dark {
  --bg: var(--dark);
  --font: var(--light);
  --accent: var(--accent-on-dark);
  --accent-text: var(--accent-on-dark-text);
  --accent-font: var(--accent-on-dark-font);
  --accent-font-opposite: var(--accent-on-dark-font-opposite);
  --button-pri: var(--accent-on-dark-button);
  --button-sec: var(--accent-on-dark-button-font);
  --button-text: var(--accent-on-dark-button-text);
  --heading-color: var(--accent-on-dark-heading);
  --heading-icon-color: var(--accent-on-dark-heading-icon);
}
.bg--dark:not(:has(.bg-image)) + .bg--dark:not(:has(.bg-image)) {
  padding-top: 0;
}
.bg--light {
  --bg: var(--light);
  --font: var(--dark);
  --accent: var(--accent-on-light);
  --accent-text: var(--accent-on-light-text);
  --accent-font: var(--accent-on-light-font);
  --accent-font-opposite: var(--accent-on-light-font-opposite);
  --button-pri: var(--accent-on-light-button);
  --button-sec: var(--accent-on-light-button-font);
  --button-text: var(--accent-on-light-button-text);
  --heading-color: var(--accent-on-light-heading);
  --heading-icon-color: var(--accent-on-light-heading-icon);
}
.bg--light:not(:has(.bg-image)) + .bg--light:not(:has(.bg-image)) {
  padding-top: 0;
}

.same-accent:not(.theme--dark) .bg.bg--accent-pri + .bg.bg--accent-sec {
  padding-top: 0 !important;
}

.theme--dark.darkmode-same-accent .bg.bg--accent-pri + .bg.bg--accent-sec {
  padding-top: 0 !important;
}

.outer {
  padding-left: var(--gap-pri);
  padding-right: var(--gap-pri);
}

.inner {
  width: 100%;
  max-width: var(--inner-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}
.inner + .inner {
  padding-top: calc(var(--flow) / 2);
}
.inner--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner--narrow {
  --inner-width: var(--inner-narrow);
}
.inner--wide {
  --inner-width: var(--inner-wide);
}

.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: var(--gap);
}

html .row {
  width: calc(100% + 2 * var(--item-gap) * 0.5);
  margin-left: calc(var(--item-gap) * 0.5 * -1);
  margin-right: calc(var(--item-gap) * 0.5 * -1);
  margin-top: calc(var(--item-gap) * 0.5 * -1);
  margin-bottom: calc(var(--item-gap) * 0.5 * -1);
}
html .row div[class*=col-] {
  margin-top: calc(var(--item-gap) * 0.5);
  margin-bottom: calc(var(--item-gap) * 0.5);
  padding-right: calc(var(--item-gap) * 0.5);
  padding-left: calc(var(--item-gap) * 0.5);
}
html .row.row--no-gap {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
html .row.row--no-gap div[class*=col-] {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
html .row.row--small {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
html .row.row--small div[class*=col-] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 48rem) {
  html .row--gap {
    width: calc(100% + 2 * (var(--item-gap)));
    margin-left: calc(var(--item-gap) * -1);
    margin-right: calc(var(--item-gap) * -1);
    margin-top: calc(var(--item-gap) * -1);
    margin-bottom: calc(var(--item-gap) * -1);
  }
  html .row--gap div[class^=col-] {
    margin-top: var(--item-gap);
    margin-bottom: var(--item-gap);
    padding-right: var(--item-gap);
    padding-left: var(--item-gap);
  }
}
html .row + .row {
  margin-top: calc(var(--gap-pri) * 3);
}
html .row[class*=center-] {
  text-align: left;
}
html .row[class*=end-] {
  text-align: left;
}
@media screen and (min-width: 64rem) {
  html .row .col-md-4_5 {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
}
@media screen and (min-width: 75rem) {
  html .row .col-lg-4_5 {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
}
@media only screen and (min-width: 120rem) {
  html .row .container {
    width: 120rem;
  }
  html .row .col-wd,
  html .row .col-wd-1,
  html .row .col-wd-2,
  html .row .col-wd-3,
  html .row .col-wd-4,
  html .row .col-wd-5,
  html .row .col-wd-6,
  html .row .col-wd-7,
  html .row .col-wd-8,
  html .row .col-wd-9,
  html .row .col-wd-10,
  html .row .col-wd-11,
  html .row .col-wd-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  html .row .col-wd {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  html .row .col-wd-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  html .row .col-wd-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  html .row .col-wd-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  html .row .col-wd-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  html .row .col-wd-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  html .row .col-wd-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  html .row .col-wd-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  html .row .col-wd-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  html .row .col-wd-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  html .row .col-wd-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  html .row .col-wd-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  html .row .col-wd-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  html .row .col-wd-offset-1 {
    margin-left: 8.333%;
  }
  html .row .col-wd-offset-2 {
    margin-left: 16.667%;
  }
  html .row .col-wd-offset-3 {
    margin-left: 25%;
  }
  html .row .col-wd-offset-4 {
    margin-left: 33.333%;
  }
  html .row .col-wd-offset-5 {
    margin-left: 41.667%;
  }
  html .row .col-wd-offset-6 {
    margin-left: 50%;
  }
  html .row .col-wd-offset-7 {
    margin-left: 58.333%;
  }
  html .row .col-wd-offset-8 {
    margin-left: 66.667%;
  }
  html .row .col-wd-offset-9 {
    margin-left: 75%;
  }
  html .row .col-wd-offset-10 {
    margin-left: 83.333%;
  }
  html .row .col-wd-offset-11 {
    margin-left: 91.667%;
  }
  html .row .start-wd {
    justify-content: flex-start;
    text-align: start;
  }
  html .row .center-wd {
    justify-content: center;
    text-align: center;
  }
  html .row .end-wd {
    justify-content: flex-end;
    text-align: end;
  }
  html .row .top-wd {
    align-items: flex-start;
  }
  html .row .middle-wd {
    align-items: center;
  }
  html .row .bottom-wd {
    align-items: flex-end;
  }
  html .row .around-wd {
    justify-content: space-around;
  }
  html .row .between-wd {
    justify-content: space-between;
  }
  html .row .first-wd {
    order: -1;
  }
  html .row .last-wd {
    order: 1;
  }
}

.js-nav-open .nav-up {
  transform: translateY(0);
}
.js-nav-open > * {
  pointer-events: none;
}
.js-nav-open nav,
.js-nav-open header {
  pointer-events: all;
}

.nav-up {
  transform: translateY(calc(var(--nav-bar-height) * -1));
}

.nav-down {
  transform: translateY(0);
}

.site__logo {
  display: inline-block;
  text-decoration: none;
}
.site__logo figure {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.logo__header {
  margin-right: auto;
}

.nav__bar {
  display: flex;
  flex-direction: row;
  gap: 0 var(--nav-bar-gap);
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.nav__bar .button.button--text {
  font-size: var(--font-size);
  width: -moz-fit-content;
  width: fit-content;
}
.nav__bar > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.nav__bar a,
.nav__bar a > p {
  transition: opacity var(--atime) ease;
  white-space: nowrap;
}
@media screen and (min-width: 48rem) {
  .nav__bar a,
  .nav__bar a > p {
    width: 100%;
  }
}
.nav__bar.nav__bar--navigation {
  flex-wrap: wrap;
}
.nav__bar .social-media a {
  font-size: 200%;
}
@media screen and (min-width: 80rem) {
  .nav__bar.nav__bar--navigation {
    display: flex;
  }
}
@media screen and (min-width: 50rem) {
  .nav__bar:not(.nav__bar--navigation) {
    display: flex;
  }
}
.nav__bar p i {
  margin-right: 0.5rem;
}

.js-nav__button {
  cursor: pointer;
}

.nav__button {
  z-index: 100;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--nav-icon-width);
  width: var(--nav-icon-width);
  padding: 0.5rem;
  aspect-ratio: 1;
  transition: var(--atime) ease;
  display: none;
  isolation: isolate;
}
.nav__button::after {
  transition: var(--atime) ease;
  background-color: var(--nav-icon-bg);
  height: 100%;
  width: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 48rem) {
  .nav__button {
    display: flex;
  }
}
.nav__button .nav__button__icon {
  display: block;
  height: var(--nav-icon-line-height);
  max-width: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  background-color: var(--nav-icon-font);
  transition: all var(--atime) ease;
}
.nav__button .nav__button__icon:not(:last-of-type) {
  margin-bottom: var(--nav-icon-gap);
}

body:not(.js-nav-open) .nav__button:hover .nav__button__icon:nth-of-type(1), body:not(.js-nav-open) .nav__button:hover .nav__button__icon:nth-of-type(3) {
  width: var(--nav-icon-width-hover);
}

.site__navigation {
  --bg: var(--navigation-bg);
  --font: var(--navigation-font);
  --accent: var(--accent-on-navigation);
  --accent-text: var(--accent-on-navigation-text);
  --accent-font: var(--accent-on-navigation-font);
  --accent-font-opposite: var(--accent-on-navigation-font-opposite);
  --button-pri: var(--accent-on-navigation-button);
  --button-sec: var(--accent-on-navigation-button-font);
  --button-text: var(--accent-on-navigation-button-text);
  --heading-color: var(--accent-on-navigation-heading);
  --heading-icon-color: var(--accent-on-navigation-heading-icon);
  z-index: 99;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  margin: auto;
  pointer-events: none;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: transparent;
  transform: translateY(-100vh);
  transition: background var(--atime) ease, visibility var(--atime) ease, transform 0s ease var(--atime);
  visibility: hidden;
}
.site__navigation :is(h1, h2, h3, h4, h5, h6, p, aside, li, a, span) {
  font-size: var(--nav-font-size);
  color: transparent;
  transition: color var(--atime) ease, opacity var(--atime) ease !important;
}
.site__navigation ul {
  padding: 0;
  margin: 0;
}
.site__navigation li {
  opacity: 0;
  list-style: none;
  color: var(--navigation-font) !important;
}
.site__navigation .arrow::before, .site__navigation .arrow::after {
  color: var(--navigation-font) !important;
}
.site__navigation > .inner {
  margin: auto;
  padding-top: calc(var(--nav-bar-height) + var(--gap));
  padding-bottom: calc(var(--nav-bar-height) + var(--gap));
}
.site__navigation .nav__site > li > :is(a, span) {
  font-family: var(--font-family-sec);
}
.site__navigation .nav__site__sub {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  transform: translateX(-1rem);
  transition: transform var(--atime) ease;
  margin-top: calc(var(--item-gap) * 0.25) !important;
}
.site__navigation .nav__site__sub a,
.site__navigation .nav__site__sub p,
.site__navigation .nav__site__sub span,
.site__navigation .nav__site__sub li {
  display: block;
  font-size: var(--nav-sub-font-size);
}
.site__navigation .nav__site__sub li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.site__navigation.navigation--list {
  padding-top: calc(var(--flow) * 0.5 + var(--nav-bar-height));
  padding-bottom: calc(var(--flow) * 0.5);
  width: 100%;
  margin: 0 0 0 auto;
  transform: translateX(100%);
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0);
  transition: background var(--atime) ease, visibility var(--atime) ease, box-shadow var(--atime) ease, var(--atime) ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media screen and (min-width: 48rem) {
  .site__navigation.navigation--list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.site__navigation.navigation--list .inner {
  padding-top: calc(var(--flow) * 0.5);
  padding-bottom: 0;
  overflow: auto;
}
.site__navigation.navigation--list .nav__site__sub {
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}
.site__navigation.navigation--list li.has-children:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.site__navigation.navigation--list .nav__site > li:not(.has-children) {
  margin-bottom: 0.5rem;
}
.site__navigation.navigation--grid .nav__site {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap-pri);
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 48rem) {
  .site__navigation.navigation--grid .nav__site {
    gap: var(--gap-sec);
  }
}
.site__navigation.navigation--grid .nav__site li {
  transition-delay: 0s;
  flex-basis: 100%;
}
@media screen and (min-width: 48rem) {
  .site__navigation.navigation--grid .nav__site li {
    flex-basis: calc(50% - var(--gap-sec) * 0.5);
  }
}
@media screen and (min-width: 64rem) {
  .site__navigation.navigation--grid .nav__site li {
    flex-basis: calc(33.334% - var(--gap-sec) * 0.6667);
  }
}
@media screen and (min-width: 75rem) {
  .site__navigation.navigation--grid .nav__site li {
    flex-basis: calc(25% - var(--gap-sec) * 0.75);
  }
}
.site__navigation.navigation--grid .nav__site .nav__site__sub {
  transform: translate(0);
}
.site__navigation .social-media {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--gap-sec);
  opacity: 0;
  transition: opacity var(--atime);
}
.site__navigation .social-media i {
  font-size: var(--nav-icons-size);
}

.js-nav-open {
  overflow: hidden;
}
.js-nav-open #filter-section .filter:not(.show-filter-mobile) {
  z-index: 90;
}
.js-nav-open .logo__header {
  color: var(--navigation-font);
}
.js-nav-open .nav__button {
  transform: rotate(45deg);
  transition-delay: calc(var(--atime) * 0.33 + 0.1s);
}
.js-nav-open .nav__button::after {
  transition-delay: calc(var(--atime) * 0.33 + 0.1s);
  transform: rotate(-45deg);
}
.js-nav-open .nav__bar {
  opacity: 0;
  visibility: hidden;
}
.js-nav-open .nav__button__icon {
  transition-delay: calc(var(--atime) * 0.33);
}
.js-nav-open .nav__button__icon:nth-of-type(1) {
  transform: translateY(calc((var(--nav-icon-gap) + var(--nav-icon-line-height)) * 1));
}
.js-nav-open .nav__button__icon:nth-of-type(2) {
  width: 0;
  transition: all calc(var(--atime) - 0.1s) ease;
  transition-delay: 0s;
}
.js-nav-open .nav__button__icon:nth-of-type(3) {
  transform: translateY(calc((var(--nav-icon-gap) + var(--nav-icon-line-height)) * -1)) rotate(90deg);
}
.js-nav-open .site__navigation {
  visibility: visible;
  pointer-events: all;
  background-color: var(--bg);
  transform: translateY(0);
  transition: background var(--atime) ease, visibility var(--atime) ease, box-shadow var(--atime) ease, transform 0s ease;
}
.js-nav-open .site__navigation.navigation--list {
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.1);
  transition: background var(--atime) ease, visibility var(--atime) ease, box-shadow var(--atime) ease, transform var(--atime) ease;
  transform: translateX(0);
}
.js-nav-open .site__navigation :is(h1, h2, h3, h4, h5, h6, p, aside, li, a, span) {
  color: var(--navigation-font) !important;
}
.js-nav-open .site__navigation li {
  opacity: 1;
  transition: opacity var(--nav-atime) ease;
  transition-delay: calc(var(--nav-list-delay) * var(--nav-items-delay) * var(--atime) * 0.1);
}
.js-nav-open .site__navigation li::after {
  content: var(--atime);
}
.js-nav-open .site__navigation .nav__site__sub {
  transform: translateX(0);
  transition-delay: calc(var(--atime) * 0.5);
}
.js-nav-open .social-media {
  opacity: 1;
}

.mobile-navigation {
  position: fixed;
  z-index: 150;
  bottom: var(--gap);
  right: var(--gap);
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  pointer-events: all;
}
.mobile-navigation__button {
  --fa-size: 1.5rem;
  color: var(--font-sec);
  background-color: var(--bg-sec);
  height: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--button-border-radius);
  transition: opacity var(--atime) ease, background-color var(--atime) ease;
  padding: 0.25rem 1rem;
  overflow: hidden;
}
.mobile-navigation__button .filter-icon {
  transition: opacity var(--atime) ease;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.mobile-navigation__button .filter--close {
  display: none;
}
.mobile-navigation__button .nav__button {
  --nav-icon-font: var(--font-sec);
  padding: 0;
  display: flex;
  height: 1.5rem;
  width: auto;
  background-color: unset !important;
}
.mobile-navigation__button .nav__button::after {
  content: unset !important;
}
@media screen and (min-width: 48rem) {
  .mobile-navigation:not(:has(.mobile-navigation__button-responsibility)) {
    display: none;
  }
  .mobile-navigation .mobile-navigation__button:not(.mobile-navigation__button-responsibility) {
    display: none;
  }
}
@media screen and (min-width: 75rem) {
  .mobile-navigation {
    display: none;
  }
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  display: block;
  line-height: var(--lh-heading);
  word-break: break-word;
  font-family: var(--font-family-sec);
  font-size: var(--font-size-heading);
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(.no-lh) {
  --lh: var(--lh-heading);
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) > a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@supports (hyphenate-limit-chars: auto 5) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
  }
}

.intro {
  container-type: inline-size;
  width: 100% !important;
}
@container (min-width: 1000px) {
  .intro :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    hyphens: manual;
  }
}
@container (min-width: 1000px) {
  .intro:not(.no-max-width) .yn-article > *:not(.yn-article__text, .yn-article__intro-text) {
    margin-left: 0;
    max-width: 66.666%;
  }
}
.intro .yn-article:has(+ .button.button--border:last-child),
.intro .yn-article:has(+ .button.button--solid:last-child),
.intro .yn-article:has(+ .button.button--text:last-child) {
  margin-bottom: 0;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--font-size-heading);
  line-height: var(--lh-heading);
}

h1,
.h1 {
  --font-size-heading: calc(2rem + (3.45 - 2) * ((100vw - 25rem) / (160 - 25)));
  font-weight: var(--font-weight-regular);
}

h2,
.h2 {
  --font-size-heading: calc(1.75rem + (2.65 - 1.75) * ((100vw - 25rem) / (160 - 25)));
  font-weight: var(--font-weight-regular);
}

h3,
.h3 {
  --font-size-heading: calc(1.5rem + (2.2 - 1.5) * ((100vw - 25rem) / (160 - 25)));
  font-weight: var(--font-weight-regular);
}

h4,
.h4 {
  --font-size-heading: calc(1.25rem + (1.6 - 1.25) * ((100vw - 25rem) / (160 - 25)));
  font-weight: var(--font-weight-medium);
}

h5,
.h5 {
  --font-size-heading: var(--font-size);
  font-weight: var(--font-weight-semi-bold);
}

h6,
.h6 {
  --font-size-heading: var(--font-size-small);
  font-weight: var(--font-weight-semi-bold);
}

:is(p, q, ul, ol, dl, li, blockquote, input, select, textarea, aside) {
  --lh: var(--lh-text);
  font-size: var(--font-size);
  line-height: var(--lh);
  font-weight: var(--font-weight-regular);
  color: currentColor;
  word-break: break-word;
  text-wrap: pretty;
}
:is(p, q, ul, ol, dl, li, blockquote, input, select, textarea, aside) > a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
:is(p, q, ul, ol, dl, li, blockquote, input, select, textarea, aside):not(:is(ul, ol, dl, li, input, select, textarea, aside)) {
  width: -moz-fit-content;
  width: fit-content;
}
:is(p, q, ul, ol, dl, li, blockquote, input, select, textarea, aside):not(:is(ul, ol, dl, li, input, select, textarea, aside)) :is(a, button) {
  color: var(--accent-text, currentColor) !important;
  font-weight: var(--font-weight-bold) !important;
}

:is(:is(h1, h2, h3, h4, h5, h6, p, q, blockquote, textarea, aside, .text) a, .button:not([class*=button--]), .button--text, .button--arrow):not(.no-styling) {
  font-weight: var(--font-weight-medium);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: text-decoration-color var(--atime) ease;
}
:is(:is(h1, h2, h3, h4, h5, h6, p, q, blockquote, textarea, aside, .text) a, .button:not([class*=button--]), .button--text, .button--arrow):not(.no-styling):hover, :is(:is(h1, h2, h3, h4, h5, h6, p, q, blockquote, textarea, aside, .text) a, .button:not([class*=button--]), .button--text, .button--arrow):not(.no-styling):focus-visible {
  text-decoration-color: currentColor;
}

i {
  font-style: normal;
}

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

mark {
  padding: 0.25rem var(--gap)/4;
  background: var(--grey);
  color: var(--font-pri);
}

.small,
.small p,
.small a,
.small i,
.content-small,
.content-small p,
.content-small a,
.content-small i {
  --font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
}

.tagline:is(h1, h2, h3, h4, h5, h6, p),
.overline:is(h1, h2, h3, h4, h5, h6, p) {
  display: block;
  color: currentColor;
  font-size: var(--font-size-small);
}
@media screen and (min-width: 48rem) {
  .tagline:is(h1, h2, h3, h4, h5, h6, p),
  .overline:is(h1, h2, h3, h4, h5, h6, p) {
    font-size: var(--font-size);
  }
}
.tagline:is(h1, h2, h3, h4, h5, h6, p).tagline--simple,
.overline:is(h1, h2, h3, h4, h5, h6, p).tagline--simple {
  font-size: var(--font-size-small) !important;
  text-transform: none !important;
  color: currentColor !important;
}

.heading[href] {
  display: inline-block;
}
@media screen and (min-width: 64rem) {
  .heading span:not([class]) {
    display: block;
  }
}

.number {
  --lh: 0.9;
  font-size: var(--number);
}

.projects-facts-wrapper .number {
  width: 100%;
  border-bottom: 2px solid var(--accent-sec);
  padding-bottom: calc(var(--text-to-text) + var(--extra-spacing));
}

.separator {
  display: flex;
  align-items: center;
  max-width: var(--inner-width);
  margin: 0 auto max(calc(var(--gap-pri) * 2), 5vw);
  padding: 0 max(var(--gap-pri), 5vw);
  padding: 0;
  background: none;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  text-align: center;
}
.separator::before, .separator::after {
  content: "";
  flex-grow: 1;
  margin: 0 var(--gap-pri);
  border-top: var(--border-width) solid;
}
.separator::before {
  margin-left: 0;
}
.separator::after {
  margin-right: 0;
}
.separator > span {
  display: inline-block;
}

textarea {
  min-height: 8rem;
  max-height: 20rem;
  padding: calc(var(--gap-pri) / 1.5);
  resize: vertical;
}

.arrow,
.button--arrow {
  position: relative;
  padding-right: 2.5rem;
}
.arrow::before, .arrow::after,
.button--arrow::before,
.button--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 8px - 1.5rem);
  transition: transform var(--atime) ease, width var(--atime) ease;
}
.arrow::before,
.button--arrow::before {
  left: calc(100% + 8px - 1.5rem - 1rem);
  height: 2px;
  width: 1rem;
  background-color: currentColor;
  transform: translateY(-50%);
}
.arrow::after,
.button--arrow::after {
  height: 8px;
  width: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) translateX(-0.5rem) rotate(45deg);
}
.arrow:hover,
.button--arrow:hover {
  color: currentColor;
}
.arrow:hover::before,
.button--arrow:hover::before {
  width: 1.5rem;
}
.arrow:hover::after,
.button--arrow:hover::after {
  transform: translateY(-50%) rotate(45deg);
}

.tags.disabled > .tag {
  pointer-events: none;
}

.tag {
  white-space: nowrap;
  padding: 0.25rem 0.75rem;
  border: var(--border-width) solid var(--font-pri);
  border-radius: var(--border-radius);
  font-size: var(--font-size-small);
  color: var(--font-pri);
  background-color: var(--font-sec);
  transition: color var(--atime) ease, background-color var(--atime) ease, opacity var(--atime) ease;
  font-weight: var(--font-weight-medium) !important;
  cursor: pointer;
}
.tag:hover:not(.active) {
  opacity: 0.7;
}
.tag:hover, .tag.active {
  color: var(--font-sec);
  background-color: var(--font-pri);
}

.intro:not(:last-child), .intro.intro--margin {
  margin-bottom: var(--content-to-content);
}
.intro .yn-article + #listing__filter {
  margin-top: calc(var(--gap) * 0.5);
}
.intro .yn-article + #listing__filter .yn-form-grid-field:only-child .widget:only-child:is(.widget--categories) .widget__label {
  display: none;
}

ul {
  width: 100%;
}

ul.no-list-style {
  padding: 0;
}
ul.no-list-style,
ul.no-list-style > li {
  list-style: none !important;
}

ul[style*="list-style-type: circle"],
.list--checked {
  padding: 0;
  list-style: none !important;
}
ul[style*="list-style-type: circle"]:has(li:only-child) + p,
.list--checked:has(li:only-child) + p {
  padding-left: calc(var(--gap) * 1.5);
}
ul[style*="list-style-type: circle"] li,
.list--checked li {
  color: var(--list-font);
  background-color: var(--list-bg);
  position: relative;
  margin: 0;
  margin-top: calc(var(--gap) / 4);
  margin-bottom: calc(var(--gap) / 4);
  padding: calc(var(--gap) / 3) calc(var(--gap) / 3) calc(var(--gap) / 3) calc(var(--gap) * 1.5);
  list-style: none !important;
  border-radius: var(--border-radius);
}
ul[style*="list-style-type: circle"] li::-moz-selection, .list--checked li::-moz-selection {
  background-color: var(--list-font);
  color: var(--list-bg);
}
ul[style*="list-style-type: circle"] li::selection,
.list--checked li::selection {
  background-color: var(--list-font);
  color: var(--list-bg);
}
ul[style*="list-style-type: circle"] li::before,
.list--checked li::before {
  content: "\f058";
  position: absolute;
  top: calc(var(--gap) / 3 + 1px);
  left: calc(var(--gap) / 2);
  width: calc(var(--gap) / 2);
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  font-family: var(--fa-version);
  font-weight: 900;
  color: currentColor;
}

ul.list--table {
  padding-left: 0;
  list-style: none;
}
ul.list--table li {
  padding: 0.4rem 1rem;
  list-style: none;
}
ul.list--table li:not(:last-of-type) {
  border-bottom: var(--border-width) solid var(--accent-pri);
}

.heading-icon .intro:not(.noHeadingIcon) .yn-article__heading:first-of-type .heading:first-of-type,
.heading-icon .headingIcon .yn-article__heading:first-of-type .heading:first-of-type {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.heading-icon .intro:not(.noHeadingIcon) .yn-article__heading:first-of-type .heading:first-of-type::before,
.heading-icon .headingIcon .yn-article__heading:first-of-type .heading:first-of-type::before {
  content: "";
  display: inline-block;
  height: calc(var(--lh-heading) * var(--font-size-heading) * var(--heading-icon-size, 0.8));
  aspect-ratio: var(--heading-icon-ar);
  background-color: currentColor;
  -webkit-mask-image: var(--heading-icon);
          mask-image: var(--heading-icon);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: calc(var(--lh-heading) * var(--font-size-heading) * (1 - var(--heading-icon-size, 0.8)) / 2) 0 auto 0;
}
.heading-icon.isSafari .intro:not(.noHeadingIcon) .yn-article__heading:first-of-type .heading:first-of-type::before,
.heading-icon.isSafari .headingIcon .yn-article__heading:first-of-type .heading:first-of-type::before {
  -webkit-mask-image: unset !important;
          mask-image: unset !important;
  background-image: var(--safari-heading-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

@media (max-width: 48rem) {
  html.heading-icon.ios-device .intro:not(.noHeadingIcon) .yn-article__heading:first-of-type .heading:first-of-type::before,
  html.heading-icon.ios-device .headingIcon .yn-article__heading:first-of-type .heading:first-of-type::before {
    -webkit-mask-image: unset !important;
            mask-image: unset !important;
    background-image: var(--heading-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}
.heading-icon-color .intro:not(.noHeadingIcon) .yn-article__heading:first-of-type .heading:first-of-type::before,
.heading-icon-color .headingIcon .yn-article__heading:first-of-type .heading:first-of-type::before {
  background-color: var(--heading-icon-color);
}

.heading-color .intro:not(.noHeadingColor) .yn-article__heading:first-of-type .heading:first-of-type,
.heading-color .headingColor .yn-article__heading:first-of-type .heading:first-of-type {
  color: var(--heading-color, currentColor);
}

.tagline-versalia .tagline,
.heading-versalia .heading,
.subheading-versalia .subheading {
  text-transform: uppercase !important;
}

.tagline-italic .tagline,
.heading-italic .heading,
.subheading-italic .subheading {
  font-style: italic !important;
}

.tagline-bold .tagline,
.heading-bold .heading,
.subheading-bold .subheading {
  font-weight: var(--font-weight-bold) !important;
}

.tagline-underlined .tagline,
.heading-underlined .heading,
.subheading-underlined .subheading {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

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);
}

.widget:has(.tags) label {
  display: none !important;
}
.widget:has([hidden]):not(:has(.tags)) {
  display: none;
}

form {
  width: 100%;
}

label {
  font-size: var(--font-size-small);
  color: currentColor;
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
}
label + input,
label + select {
  margin-top: 0;
}

input,
select,
textarea {
  --font: var(--input-border-color);
  display: block;
  width: 100%;
  padding: calc(var(--gap-pri) * 0.4) calc(var(--gap-pri) * 0.6);
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  background-color: var(--input-bg, transparent);
  font-size: var(--font-size);
  line-height: var(--lh);
  font-weight: var(--font-weight-light);
  color: var(--font, currentColor);
  outline: transparent solid 0px;
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.3;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--font, currentColor);
  opacity: 0.75;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--font, currentColor);
  opacity: 0.75;
}

input[type=radio],
input[type=checkbox] {
  z-index: -1;
  position: absolute;
  left: 0;
  width: auto;
  padding: 0;
  opacity: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  float: left;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 0.65rem;
  border: var(--input-border-width) solid currentColor;
  border-radius: var(--border-radius);
  background-color: transparent;
}
input[type=radio] + label::before, input[type=radio] + label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  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 {
  overflow: hidden;
  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(--input-border-color);
}

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

.yn-form-grid-field .distance-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .yn-form-grid-field .distance-wrapper {
    flex-direction: row;
    gap: 1rem;
  }
  .yn-form-grid-field .distance-wrapper .widget--distance {
    flex: 1;
  }
  .yn-form-grid-field .distance-wrapper .widget--distance:last-of-type {
    max-width: 12rem;
  }
}
.yn-form-grid-field .widget--spacer {
  margin: 0 !important;
}
@media screen and (max-width: 30rem) {
  .yn-form-grid-field {
    flex-basis: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}

.widget--font input {
  width: 2rem;
  height: 2rem;
  padding: 0;
}

select {
  padding-right: calc(var(--gap-pri) * 2);
  background-image: linear-gradient(45deg, transparent 50%, var(--font, currentColor) 50%), linear-gradient(135deg, var(--font, currentColor) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 1px), calc(100% - 15px) calc(50% - 1px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--dark);
}
select::-webkit-calendar-picker-indicator {
  display: none !important;
}
select option {
  background-color: var(--bg-pri);
  color: var(--font-pri);
}

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

.yn-form-page + button {
  margin-top: var(--gap);
}

.widget--categories ul {
  margin: 0 !important;
  padding: 0;
}
.widget--categories ul li ul {
  padding-left: 1rem;
}
.widget--categories ul li {
  list-style: none;
  text-decoration: underline;
  cursor: pointer;
}
.widget--categories .active {
  font-weight: var(--font-weight-bold);
}

.yn-buttons > :is(a, button) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.button,
.yn-form-response__new-form button {
  --accent: var(--button-sec);
  --accent-text: var(--button-pri);
  --accent-font: var(--button-pri);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: var(--button-border-radius);
  font-family: var(--font-family-pri);
  font-size: var(--font-size-buttons);
  font-weight: var(--button-weight);
  color: var(--button-text, currentColor);
  letter-spacing: 0.5px;
  transition: color var(--atime) ease, border var(--atime) ease, background var(--atime) ease, opacity var(--atime) ease, box-shadow var(--atime) ease !important;
  text-align: center;
}
.button.button--border, .button.button--solid,
.yn-form-response__new-form button.button--border,
.yn-form-response__new-form button.button--solid {
  padding: var(--button-padding);
  font-weight: var(--font-weight-regular);
  outline-offset: -6px;
  overflow: hidden;
}
.button.button--border,
.yn-form-response__new-form button.button--border {
  border: var(--border-width) solid var(--button-text);
  color: var(--button-text);
  box-shadow: inset 0 0 0 0.5px var(--button-text);
  font-weight: var(--font-weight-medium);
}
.button.button--border:not([disabled]):hover,
.yn-form-response__new-form button.button--border:not([disabled]):hover {
  background-color: var(--button-pri);
  color: var(--button-sec);
}
.button.button--solid,
.yn-form-response__new-form button.button--solid {
  border: unset !important;
  border-radius: var(--button-border-radius) !important;
  background-color: transparent;
  color: var(--button-sec);
  position: relative;
  isolation: isolate;
}
.button.button--solid::before,
.yn-form-response__new-form button.button--solid::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--button-pri);
  transition: opacity var(--atime) ease, filter var(--atime) ease;
  z-index: -1;
}
.button.button--solid:not([disabled]):hover::before,
.yn-form-response__new-form button.button--solid:not([disabled]):hover::before {
  opacity: 0.9;
  filter: brightness(0.8) contrast(0.75);
}
.button.button--light,
.yn-form-response__new-form button.button--light {
  --button-pri: var(--light);
  --button-sec: var(--dark);
}
.button.button--dark,
.yn-form-response__new-form button.button--dark {
  --button-pri: var(--dark);
  --button-sec: var(--light);
}
.button.button--pri,
.yn-form-response__new-form button.button--pri {
  --button-pri: var(--font-pri);
  --button-sec: var(--bg-pri);
}
.button.button--sec,
.yn-form-response__new-form button.button--sec {
  --button-pri: var(--font-sec);
  --button-sec: var(--bg-sec);
}
.button.button--accent-pri,
.yn-form-response__new-form button.button--accent-pri {
  --button-pri: var(--accent-pri);
  --button-sec: var(--accent-pri-font);
}
.button.button--accent-sec,
.yn-form-response__new-form button.button--accent-sec {
  --button-pri: var(--accent-sec);
  --button-sec: var(--accent-sec-font);
}

form .button,
form .yn-form-response__new-form button {
  text-transform: unset !important;
}

:is(a, .button):not(.no-styling):not([class*=button-]), :is(a, .button):not(.no-styling).button--text, :is(a, .button):not(.no-styling).button--arrow {
  position: relative;
  transition: opacity var(--atime) ease, text-decoration-color var(--atime) ease;
  cursor: pointer;
  color: currentColor;
  font-weight: var(--font-weight-bold);
}
:is(a, .button):not(.no-styling):not([class*=button-]):not([disabled]):hover, :is(a, .button):not(.no-styling).button--text:not([disabled]):hover, :is(a, .button):not(.no-styling).button--arrow:not([disabled]):hover {
  opacity: 0.7;
}

a[disabled],
.button[disabled] {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: not-allowed !important;
}

:where(a, .button) {
  font-size: var(--font-size);
}

.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;
  }
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  transition: transform var(--atime) ease, box-shadow var(--atime) ease;
  height: 100%;
}
.item--padding, .item--bg {
  padding: var(--item-gap);
}
.item--padding--small, .item--bg--small {
  padding: calc(var(--item-gap) * 0.5);
}
.item--padding-big {
  padding: calc(var(--item-gap) * 2);
}
.item--rounded,
.item .item--border {
  border-radius: var(--border-radius);
}
.item--border {
  padding: calc(var(--gap) * 0.5);
  border: var(--border-width) solid currentColor;
  width: 100% !important;
}
.item--center .item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item--center .item__content * {
  text-align: center;
}
.item :is(figure, iframe, lite-youtube) + .item__content {
  padding-top: 1rem;
}
.item:not(.item--rounded) :is(figure, lite-youtube, iframe):not(.round, .rounded, .icon) {
  border-radius: var(--border-radius);
}
.item--rounded:not(.item--padding) .item__content, .item .item__content.bg {
  padding: var(--item-gap);
}
.item .item__media a {
  margin: 0 !important;
}
.item .item__media a[title] > img {
  pointer-events: none;
}
.item .item__media.round:not(.logo, .icon) {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.item .item__media:not(.icon, .logo, .quote, .round) {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
}
.item .item__media:not(.icon, .logo, .quote, .round) img {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.item .item__media:not(.icon, .logo, .quote, .round):not(.no-ar) img, .item .item__media:not(.icon, .logo, .quote, .round):not(img) .fallback-image {
  aspect-ratio: 16/10;
}
.item .item__media:not(.icon, .logo, .quote, .round) a {
  opacity: 1 !important;
}
.item .item__media:not(.icon, .logo, .quote, .round) .overlay {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--button-padding);
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: var(--font-weight-regular);
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.item :is(.item__media, img, figure) {
  margin-bottom: 0 !important;
}
.item__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.item__content .tagline,
.item__content .overline {
  --extra-spacing: 2px !important;
  font-size: var(--font-size-small);
}
@media screen and (min-width: 48rem) {
  .item__content .tagline,
  .item__content .overline {
    font-size: var(--font-size-small);
  }
}
.item__content .tagline + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline):not([data-ynfield]),
.item__content .overline + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .headline, .tagline, .overline, .subline):not([data-ynfield]) {
  --tagline-to-heading: 4px;
}
.item__content :is(.item__content__text, .item__content__wrapper):has(+ .button) {
  margin-bottom: var(--text-to-content) !important;
}
.item__content .item__content__text {
  --lh: var(--lh-text);
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  font-size: var(--font-size);
  width: 100%;
  display: block;
}
.item:not(.item--single) .item__content .button:not(.no-mt-a) {
  margin-top: auto !important;
}
.item--link:has(a:hover):has(.item__media:not(.icon, .logo, .quote) > img, .item__media:not(.icon, .logo, .quote) > a > img) .item__media:not(.icon, .logo, .quote) > img,
.item--link:has(a:hover):has(.item__media:not(.icon, .logo, .quote) > img, .item__media:not(.icon, .logo, .quote) > a > img) .item__media:not(.icon, .logo, .quote) > a > img {
  transform: scale(1.05);
}
.item--link:has(a:hover).item--shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 10px, rgba(17, 17, 26, 0.1) 0px 0px 20px;
}
@media screen and (min-width: 48rem) {
  .item.item--single {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: var(--item-gap);
  }
  .item.item--single .item__content,
  .item.item--single .item__media:not(.logo, .icon) {
    flex: 1;
    max-width: calc(50% - var(--item-gap) / 2);
  }
  .item.item--single .item__media:is(.logo, .icon) {
    width: -moz-fit-content;
    width: fit-content;
  }
  .item.item--single .item__content {
    padding-top: 0 !important;
  }
  .item.item--single .item__content.bg {
    padding-top: var(--item-gap) !important;
  }
}

.fade-out,
.item .item__content .item__content__text:not(.no-fade-out) {
  max-height: calc(var(--lh) * var(--font-size) * var(--rows, 3));
  position: relative;
}
.fade-out p + p,
.item .item__content .item__content__text:not(.no-fade-out) p + p {
  margin-top: 0 !important;
}
@media screen and (max-width: 64rem) {
  .fade-out,
  .item .item__content .item__content__text:not(.no-fade-out) {
    --rows: 5;
  }
}
.fade-out p:only-child,
.item .item__content .item__content__text:not(.no-fade-out) p:only-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--rows, 3);
  overflow: hidden;
}
.fade-out:after,
.item .item__content .item__content__text:not(.no-fade-out):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--lh) * var(--font-size) * 1);
  margin-top: calc(var(--lh) * var(--font-size) * (var(--rows, 3) - 1));
  width: 100%;
  background: linear-gradient(to right, transparent 33.33%, var(--bg, --bg-pri));
  opacity: 0.8;
}

.item--wrapper {
  height: 100%;
}

html .yn-article + * {
  margin-top: var(--gap);
}
html .yn-article > *:first-child {
  margin-top: 0 !important;
}
html .yn-article > *:last-child {
  margin-bottom: 0 !important;
}
html .yn-article .yn-article__intro-text > p {
  font-weight: var(--font-weight-medium);
}
html .yn-article .yn-article__links .buttons {
  margin: 0 !important;
}
html .yn-article .yn-article__table-of-contents > ul {
  margin-top: 0.25rem !important;
}
html .yn-article .yn-article__images img,
html .yn-article .yn-article__images iframe,
html .yn-article .yn-article__video img,
html .yn-article .yn-article__video iframe,
html .yn-article .yn-article__html img,
html .yn-article .yn-article__html iframe {
  border-radius: var(--border-radius);
}
@media screen and (min-width: 75rem) {
  html .yn-article .yn-article__image_text {
    display: flex;
    flex-direction: row;
    gap: var(--item-gap);
  }
  html .yn-article .yn-article__image_text > * {
    flex: 1;
  }
  html .yn-article .yn-article__image_text:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 48rem) {
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__images:has(.single),
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__html,
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__video,
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__table-of-contents {
    max-width: var(--inner-narrow);
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
    margin-left: auto;
    margin-right: auto;
  }
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__images:has(.single) .single img,
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__html .single img,
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__video .single img,
  html .inner:not(.inner--narrow):has(:not(.inner)) .yn-article > .yn-article__table-of-contents .single img {
    max-height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 75rem) {
  html .section--article ~ .section--article:nth-of-type(2n) .yn-article .yn-article__image_text {
    flex-direction: row-reverse;
  }
  html .section--article ~ .section--article:nth-of-type(2n) .yn-article .yn-article__image_text:nth-of-type(2n) {
    flex-direction: row;
  }
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.gallery, .gallery__column {
  gap: var(--item-gap);
}
.gallery:not(.gallery--no-style), .gallery:not(.gallery--no-style) .gallery__column {
  gap: calc(var(--item-gap) * 0.5);
}
.gallery:not(.gallery--no-style) .gallery__column.gallery__column--left > *:nth-child(3n) {
  width: 95%;
}
.gallery:not(.gallery--no-style) .gallery__column.gallery__column--left > *:last-child {
  width: 90%;
}
.gallery:not(.gallery--no-style) .gallery__column.gallery__column--right > * {
  margin-right: auto;
}
.gallery:not(.gallery--no-style) .gallery__column.gallery__column--right > *:nth-child(2n-1) {
  width: 95%;
}
.gallery:not(.gallery--no-style) .gallery__column.gallery__column--right > *:nth-child(5n-3) {
  width: 90%;
}
.gallery:not(.gallery--no-style) > *:only-child {
  width: 100% !important;
}
.gallery--top {
  align-items: flex-start;
}
.gallery__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.gallery__column img {
  height: auto;
  width: 100%;
}
.gallery__column .gallery__item {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.gallery__column .gallery__item > a.glightbox {
  margin: 0;
}
.gallery__column--left, .gallery__column--right {
  display: none;
}
@media screen and (min-width: 48rem) {
  .gallery__column--left, .gallery__column--right {
    display: flex;
  }
}
.gallery__column--left {
  align-items: flex-end;
}
.gallery__column--right {
  align-items: flex-start;
}
.gallery__column.mobile {
  display: flex;
}
@media screen and (min-width: 48rem) {
  .gallery__column.mobile {
    display: none;
  }
}
.gallery .toggle__button {
  flex-basis: 100%;
}
@media screen and (min-width: 30rem) {
  .gallery {
    flex-direction: row;
  }
}

.toggle-wrapper.hide .less,
.toggle-wrapper.hide .item_replace,
.toggle-wrapper.hide .toggle_image {
  display: none;
}
.toggle-wrapper:not(.hide) .more,
.toggle-wrapper:not(.hide) .item__preview {
  display: none;
}
.toggle-wrapper:not(.hide) .item__content__text {
  --rows: 200 !important;
}
.toggle-wrapper:not(.hide) .item__content__text::after {
  display: none !important;
}

.toggle__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
  margin-top: 0.5rem;
  display: block;
  padding: 0;
}

.address {
  display: flex;
  flex-direction: column;
}
.address span {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.social-media {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.social-media a {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media a i {
  color: currentColor;
  transition: opacity var(--atime) ease;
}
.social-media a:hover i {
  opacity: 0.7;
}

.energy-pass {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: var(--gap-sec);
}
.energy-pass__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.energy-pass__container--letters {
  height: 2.5rem;
  border-radius: var(--border-radius);
  background: linear-gradient(to right, #508c37 0%, #a7c51b 25%, #fbfc01 50%, #e19213 75%, #c52826);
}
.energy-pass__container--letters .energy-pass__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--dark);
}
.energy-pass__container--letters .energy-pass__item + .energy-pass__item {
  border-left: var(--border-width) solid currentColor;
}
.energy-pass__container--numbers {
  display: none;
}
@media screen and (min-width: 48rem) {
  .energy-pass__container--numbers {
    display: flex;
  }
}
.energy-pass .energy-pass__item {
  flex: 1;
  flex-basis: var(--width);
  max-width: var(--width, unset);
  padding: 4px;
  height: 100%;
  font-size: var(--font-size-small);
}
.energy-pass__pin {
  position: relative;
  left: min(var(--pos) / 250 * 100%, 100%);
  transform: translateX(-50%);
  background-color: var(--bg-sec);
  color: var(--bg-pri);
  padding: 0.75rem;
  display: block;
  border-radius: var(--border-radius);
  width: -moz-max-content;
  width: max-content;
  margin-top: 25px !important;
}
@media screen and (max-width: 48rem) {
  .energy-pass__pin {
    background-color: unset !important;
  }
  .energy-pass__pin > * {
    display: none;
  }
}
.energy-pass__pin::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  margin-bottom: -1px;
  bottom: 100%;
  height: 15px;
  width: 30px;
  background-color: var(--bg-sec);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: rotate(180deg);
}
@media screen and (max-width: 48rem) {
  .energy-pass__pin::after {
    transform: rotate(180deg) translateY(-5px);
  }
}

.teaser--property-list .fa-circle-check {
  color: green;
}
.teaser--property-list .fa-circle-minus {
  color: orange;
}
.teaser--property-list .fa-circle-xmark {
  color: red;
}

.object-list-legend {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.object-list-legend__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: calc(var(--item-gap) / 2) !important;
  padding-top: calc(var(--item-gap) / 2) !important;
  padding-bottom: calc(var(--item-gap) / 2) !important;
}
.object-list-legend__item i {
  font-size: 1.25rem;
  margin-right: calc(var(--gap) / 3);
}
.object-list-legend__item:not(:last-child) {
  margin-right: var(--item-gap);
}

.object-list__object {
  margin-bottom: var(--item-gap);
  padding-top: var(--item-gap) !important;
}
.object-list__object__head {
  position: relative;
  padding-left: var(--item-gap);
  margin-bottom: calc(var(--item-gap) / 2);
}
.object-list__object__head i {
  position: absolute;
  font-size: 1.25rem;
  transform: translateX(calc(var(--item-gap) * -1)) translateY(-50%);
  top: 50%;
}
@media (max-width: 64rem) {
  .object-list__object__head i {
    transform: translateX(calc(var(--item-gap) * -1)) translateY(0);
    top: 5px;
    left: 20px;
  }
}
.object-list__object__content {
  padding-left: var(--item-gap);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 48rem) {
  .object-list__object__content {
    flex-direction: column;
  }
}
.object-list__object__content__details {
  display: flex;
  flex-wrap: wrap;
}
.object-list__object__content__details .object-detail {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 48rem) {
  .object-list__object__content__details .object-detail {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.object-list__object__content__details .object-detail__head {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media (max-width: 48rem) {
  .object-list__object__content__details .object-detail__value {
    margin-top: 0 !important;
  }
}
.object-list__object__content__link {
  white-space: nowrap;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 48rem) {
  .object-list__object__content__link {
    margin-bottom: 0;
  }
}
@media (max-width: 30rem) {
  .object-list__object__content__link {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.object-list__object__content__link a {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 48rem) {
  .object-list__object__content__link a {
    top: auto;
    transform: none;
  }
}

.teaser--property-list .intro {
  margin-bottom: var(--item-gap) !important;
}
.teaser--property-list #listing__filter {
  padding: var(--item-gap);
}
.teaser--property-list #listing__filter .button--filter {
  margin-top: 0 !important;
}

.property-form-wrapper .button--filter {
  margin-top: auto !important;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
}
.text-wrapper > :where(*) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 64rem) {
  .item--product .col-xs-12 {
    margin: 0 !important;
  }
}
.item--product .item__content {
  height: 100%;
  justify-content: center;
}

.yn-accordion .yn-accordion__header {
  padding-right: calc(var(--gap, 1.5rem) + 12px) !important;
}
.yn-accordion .yn-accordion__header::before, .yn-accordion .yn-accordion__header::after {
  right: var(--gap, 1.5rem) !important;
}
.yn-accordion .yn-accordion__content .yn-article {
  padding-left: var(--gap, 1.5rem) !important;
  padding-right: var(--gap, 1.5rem) !important;
}

figure:has(.aiInfo.aiInfo--absolute)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--dark) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 64rem) {
  figure:has(.aiInfo.aiInfo--absolute)::before {
    opacity: 0.5;
    background: linear-gradient(30deg, var(--dark) 0%, transparent 50%);
  }
}

.aiInfo:not(.aiInfo--absolute) {
  margin-bottom: var(--heading-to-heading) !important;
}
.aiInfo.aiInfo--absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--light);
  padding: calc(var(--gap) * 0.33);
  z-index: 500;
}
@media screen and (min-width: 64rem) {
  .aiInfo.aiInfo--absolute h6 {
    display: none;
  }
}

.yn-dropdown--profile svg {
  max-height: var(--nav-icon-width);
}

.property-form-wrapper:not(:has(.intro)) {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .property-form-wrapper:not(:has(.intro)) {
    max-width: var(--inner-narrow);
  }
}
.property-form-wrapper.bg {
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: var(--item-gap);
}
@media screen and (min-width: 48rem) {
  .property-form-wrapper.bg {
    padding: var(--gap-sec);
  }
}
.property-form-wrapper .property-form.gotMobileFallback {
  display: none;
}
@media screen and (min-width: 48rem) {
  .property-form-wrapper .property-form.gotMobileFallback {
    display: block;
  }
  .property-form-wrapper .mobile-wrapper {
    display: none;
  }
}
@media screen and (max-width: calc(48rem - 1px)) {
  .property-form-wrapper .property_filter .yn-form .form-content .button {
    margin-top: 0.5rem !important;
  }
}
@media screen and (min-width: 48rem) {
  .property-form-wrapper .property_filter .yn-form .form-content {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .property-form-wrapper .property_filter .yn-form .form-content .yn-form-page {
    flex: 1;
  }
  .property-form-wrapper .property_filter .yn-form .form-content .button {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: calc(var(--gap-pri) * 0.4);
    padding-bottom: calc(var(--gap-pri) * 0.4);
    flex-basis: fit-content;
    min-width: 120px;
  }
}

@media screen and (min-width: 64rem) {
  html .site__content section:first-of-type:not(.no-top-padding, .section--banner, .banner, .bg):not(:first-child) {
    padding-top: calc(var(--flow) * 0.66 + 128px);
  }
}

.section--quick-entry {
  --input-border-color: var(--font);
}
.section--quick-entry .bg {
  border-radius: var(--border-radius);
  padding: var(--gap);
}
.section--quick-entry select {
  color: var(--font);
  background-color: transparent;
  margin-top: 1rem !important;
}

.item--feedback {
  height: -moz-fit-content;
  height: fit-content;
  --text-to-heading: 1rem;
}
.item--feedback .item__media {
  width: auto;
  height: 4rem;
  margin-bottom: 1rem !important;
}
.item--feedback .item__media img {
  height: 100% !important;
  width: auto !important;
  aspect-ratio: unset !important;
}
.item--feedback .item__content {
  padding-top: 0 !important;
}
.item--feedback .item__content .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.locations--regions {
  height: 100%;
}

.item--services {
  height: 100%;
}

@media screen and (max-width: 48rem) {
  body.filter--open .filter--open {
    display: none;
  }
  body.filter--open .filter--close {
    display: block;
  }
  body.filter--open #filter-section .filter:not(.show-filter-mobile) {
    transform: translateX(0);
  }
}
@media screen and (max-width: calc(48rem - 1px)) {
  #filter-section .filter:not(.show-filter-mobile) {
    position: fixed;
    inset: 0;
    margin: auto;
    transition: transform 0.3s ease-in-out;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: var(--flow) var(--inner-padding);
    transform: translateX(100%);
  }
}
@media screen and (min-width: 48rem) {
  #filter-section .filter:not(.show-filter-mobile) {
    transition: unset !important;
  }
  #filter-section .filter:not(.show-filter-mobile) .search-button {
    display: none !important;
  }
}

html:not(:has(#filter-section .filter:not(.show-filter-mobile))) #filter-icon {
  display: none !important;
}

.listing--section:has(#filter-section) {
  min-height: 60vh;
}
.listing--section #listing {
  display: flex;
  flex-direction: column;
}
.listing--section .inner + #listing {
  padding-top: calc(var(--flow) * 0.5);
}

.section--plans figure,
.section--plans figure img {
  max-height: 70vh;
}
.section--plans figure, .section--plans figure > a {
  width: -moz-fit-content;
  width: fit-content;
}
.section--plans figure img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.item--properties {
  height: 100%;
}
.item--properties .item__content > .content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.item--properties li :is(h1, h2, h3, h4, h5, h6) {
  font-size: var(--font-size);
  line-height: var(--lh);
}
.item--properties:not(.item--top-property) h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.item--properties:not(.item--top-property) h3 > a {
  display: inline;
}
@media screen and (max-width: calc(64rem - 1px)) {
  .item--properties.item--top-property h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
  }
  .item--properties.item--top-property h3 > a {
    display: inline;
  }
}
@media screen and (min-width: 64rem) {
  .item--properties.item--top-property .item__media,
  .item--properties.item--top-property .item__media > a,
  .item--properties.item--top-property .item__media > a > img {
    height: 100% !important;
  }
}
.item--properties .row {
  --item-gap: 0.5rem;
}
.item--properties .price {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 64rem) {
  .item--properties.item--top-property {
    flex-direction: row;
    align-items: center;
  }
  .item--properties.item--top-property figure {
    min-width: 50%;
    height: 100%;
  }
  .item--properties.item--top-property figure a,
  .item--properties.item--top-property figure img {
    height: 100%;
    width: 100%;
  }
  .item--properties.item--top-property .item__content {
    min-width: 50%;
  }
}
@media screen and (min-width: 75rem) {
  .item--properties.item--top-property figure {
    min-width: calc(67% - var(--item-gap) * 0.5);
  }
  .item--properties.item--top-property .item__content {
    min-width: calc(33% + var(--item-gap) * 0.5);
  }
}

#listing__filter:not(:has(.property_filter)),
.banner:has(.property_filter):not(:has(.property_filter)) {
  margin-top: calc(var(--gap) * 0.5);
}
#listing__filter form .yn-form-grid-row,
.banner:has(.property_filter) form .yn-form-grid-row {
  flex-wrap: wrap;
  gap: 1rem 0;
}
#listing__filter form .yn-form-grid-row > *,
.banner:has(.property_filter) form .yn-form-grid-row > * {
  min-width: min(12rem, 100%);
  flex: 1;
}
#listing__filter form .yn-form-grid-row > *:has(.distance-wrapper),
.banner:has(.property_filter) form .yn-form-grid-row > *:has(.distance-wrapper) {
  min-width: min(24rem, 100%);
}
@media screen and (max-width: calc(75rem - 1px)) {
  #listing__filter form .yn-form-grid-row > *,
  .banner:has(.property_filter) form .yn-form-grid-row > * {
    max-width: unset !important;
  }
}

.item--media iframe {
  border-radius: var(--border-radius);
}

.item--downloads {
  --text-to-text: 0.25rem;
}
.item--downloads .button i {
  transform: translateY(-10%);
  margin-right: 4px;
}
.item--downloads :is(figure, iframe) + .item__content {
  padding-top: 1rem !important;
}
.item--downloads a {
  cursor: pointer;
}
.item--downloads a :is(img, i, figure) {
  pointer-events: none;
}
.item--downloads.item--single .item__media {
  margin: 0;
}
.item--downloads.item--single .item__media,
.item--downloads.item--single .item__content {
  max-width: unset;
}

.item--faq .bg {
  padding: 1rem;
  width: 100%;
}

.item--jobs {
  height: 100%;
  width: 100%;
}
.item--jobs div[class*=col-] {
  margin-top: 0;
}
.item--jobs div[class*=col-] p {
  width: 100%;
}

section:not(.sections--properties-wrapper) .item--team.responsible {
  --font: var(--accent-pri-font);
  background-color: unset;
}
section:not(.sections--properties-wrapper) .item--team.responsible:not(:only-child) {
  margin-top: var(--gap-sec);
}
section:not(.sections--properties-wrapper) .item--team.responsible .item__media {
  max-width: 18rem;
}

.section--trust .feedback + .awards {
  margin-top: calc(var(--flow) * 0.5);
}
.section--trust [data-fade-in],
.section--trust .item--awards {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.section--trust [data-fade-in].only-image, .section--trust [data-fade-in]:has(.only-image),
.section--trust .item--awards.only-image,
.section--trust .item--awards:has(.only-image) {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.section--trust .item--awards figure:is(.icon, .logo) img {
  max-width: 8rem;
  max-height: 8rem;
}
.section--trust .item--awards h4 {
  display: none;
}

.section--process .row {
  counter-reset: process;
}

.item--process {
  position: relative;
}
.item--process::before {
  counter-increment: process;
  content: counter(process);
  font-size: var(--font-size-intro);
  padding: 0.5rem;
  border-radius: var(--border-radius);
  background-color: var(--button-pri);
  color: var(--button-sec);
  aspect-ratio: 1;
  margin-bottom: var(--content-to-text);
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.listing--properties .noPropertiesForm {
  display: none;
  padding-top: var(--gap) !important;
  padding-bottom: 0 !important;
}
.listing--properties:not(:has(.item--properties, .yn-loader)) .noPropertiesForm {
  display: block;
}

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

.item--team img {
  background-color: var(--grey) !important;
}
.item--team .item__content p {
  margin-top: 0;
}
.item--team .item__content h3.h5 {
  margin-top: 0.5rem;
}

.item--awards,
.item--partner {
  width: 100% !important;
}
.item--awards a,
.item--partner a {
  width: 100%;
}
.item--awards .item__content,
.item--partner .item__content {
  flex: unset;
  margin-top: 0 !important;
}
.item--awards .item__media:has(+ .item__content), .item--awards .item__media:has(+ .item__content).icon,
.item--partner .item__media:has(+ .item__content),
.item--partner .item__media:has(+ .item__content).icon {
  margin-bottom: 0 !important;
}

.item--awards figure {
  margin: auto !important;
}
.item--awards img {
  -o-object-position: center !important;
     object-position: center !important;
}
.item--awards .item__content {
  margin: 1rem auto auto auto;
}
.item--awards .item__content > * {
  margin: auto;
}

.section--facts {
  container-type: inline-size;
}
@container (max-width: 650px) {
  .section--facts [class*=col-md] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section--facts [class*=col-] + [class*=col-] .h3 {
  margin-top: var(--gap);
}
.section--facts ul {
  padding: 0;
}
.section--facts ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: var(--border-width) solid currentColor;
}
.section--facts [class*=col-] [class*=col-] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.section--error:only-child {
  min-height: calc(100vh - var(--nav-bar-height));
}
.section--error,
.section--error .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section--error .number {
  font-size: calc(4rem + 7 * (100vw - 25rem) / 135);
}

#listing > .yn-loader {
  --loader-size: 5rem;
}

.section--projects-banner {
  --height: 100vh;
  padding: 0;
}
.section--projects-banner + section {
  padding-top: var(--flow);
}

section:first-of-type.section--projects-banner {
  --height: calc(100vh - 5rem);
}

.projects-facts-wrapper {
  position: relative;
  width: 100%;
  z-index: 60;
}

.projects-facts-container {
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 48rem) {
  .projects-facts-container {
    padding-top: var(--flow);
  }
}

.projects-facts {
  display: flex;
  flex-direction: column;
  background-color: unset !important;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-left: var(--inner-padding);
  margin-right: var(--inner-padding);
  z-index: 50;
  position: absolute;
  top: var(--flow);
  bottom: auto;
  padding: var(--gap);
  color: var(--font);
}
@media screen and (min-width: 64rem) {
  .projects-facts {
    margin-top: calc(var(--flow) * 0.5);
    transform: translateY(50%);
    padding-left: calc(var(--gap) * 2);
    padding-right: calc(var(--gap) * 2);
    max-width: 30rem;
    bottom: 0;
    top: auto;
  }
}
.projects-facts .splide :is(.splide__pagination, .splide__arrow) {
  background-color: unset;
  backdrop-filter: unset;
}
.projects-facts .splide .flex {
  height: 100%;
}
.projects-facts::before {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--bg);
  pointer-events: none;
  opacity: 0.8;
}

.projects-fact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-top: calc(var(--gap) * 0.5);
  padding-bottom: calc(var(--gap) * 0.5);
}
.projects-fact:first-child {
  padding-top: 0;
}
.projects-fact:last-child {
  padding-bottom: 0;
}
.projects-fact:not(:first-child) {
  border-top: var(--border-width) solid currentColor;
}

.section--highlights .item:not(:first-of-type) {
  padding-top: var(--gap);
}
.section--highlights .item:not(:last-of-type) {
  padding-bottom: var(--gap);
}
.section--highlights .item + .item {
  border-top: var(--border-width) solid currentColor;
}

.gallery__item.project__item {
  position: relative;
}
.gallery__item.project__item .fa-solid {
  display: none;
}
.gallery__item.project__item .overlay {
  padding: var(--item-gap);
}
@media screen and (min-width: 48rem) {
  .gallery__item.project__item img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery__item.project__item .overlay {
    padding: var(--gap-sec);
    background: unset !important;
    isolation: isolate;
    opacity: 0;
    transition: opacity var(--atime);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25rem;
  }
  .gallery__item.project__item .overlay:not(:hover) {
    opacity: 1;
  }
  .gallery__item.project__item .overlay::after {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.7;
    z-index: -1;
    background-color: var(--bg);
  }
  .gallery__item.project__item .overlay .fa-solid {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    aspect-ratio: 1;
    padding: 0.5rem;
    color: var(--accent-pri-font-opposite);
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
  }
  .gallery__item.project__item .overlay .fa-solid::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: var(--accent-pri-font);
    border-radius: 90px;
    z-index: -1;
    opacity: 0.66;
  }
  .gallery__item.project__item .overlay .fa-solid::before {
    margin-left: 4px;
  }
}

@media screen and (max-width: calc(48rem - 1px)) {
  .project-developers {
    display: none !important;
  }
}
.project-developers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap);
  align-items: center;
  color: var(--dark);
  position: relative;
  isolation: isolate;
  padding: var(--gap);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.project-developers::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: var(--light);
  opacity: 0.8;
  z-index: -1;
  border-radius: var(--border-radius);
}
.project-developers > .developer {
  flex: 1;
  min-width: calc(50% - var(--gap) / 2);
}
.project-developers a,
.project-developers figure {
  margin: 0 !important;
}
.project-developers img {
  max-height: 8rem;
  max-width: 8rem;
}

.item--values img,
.item--awards img {
  -o-object-position: left top;
     object-position: left top;
}

.item--values .item__content::before {
  position: relative;
  content: "";
  height: 50px;
  width: 50px;
  background-color: var(--accent-text);
  -webkit-mask-image: var(--icon);
          mask-image: var(--icon);
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-bottom: 0.5rem;
}

.quote {
  --accent-text: var(--accent);
}

.item--events .item__media,
.item--events .item__media > a,
.item--events .item__media > img,
.item--events .item__media > a > img {
  height: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 75rem) {
  .item--events {
    flex-direction: row;
    gap: var(--item-gap);
  }
  .item--events > * {
    flex: 1;
    max-width: 50%;
  }
  .item--events .item__content {
    margin: auto;
  }
}

.sections--properties-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--gap-sec);
}
@media screen and (min-width: 75rem) {
  .sections--properties-wrapper {
    max-width: var(--inner-width);
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
    margin: auto;
  }
  .sections--properties-wrapper .sections--properties-inner-wrapper {
    flex: 1;
  }
  .sections--properties-wrapper .sections--properties-inner-wrapper .inner {
    padding: 0;
    max-width: unset;
  }
  .sections--properties-wrapper .sections--properties-inner-wrapper section.bg {
    padding: calc(var(--flow) * 0.5);
  }
  .sections--properties-wrapper .properties-ui-responsibility {
    flex-basis: 350px;
  }
}

.properties-ui-responsibility {
  display: none;
}
@media screen and (min-width: 75rem) {
  .properties-ui-responsibility {
    display: block;
    position: sticky;
    top: calc(var(--nav-bar-height) + var(--gap));
    height: -moz-fit-content;
    height: fit-content;
  }
  .properties-ui-responsibility .item--team {
    margin: 0 !important;
    width: 100%;
  }
  .properties-ui-responsibility .button--jump {
    margin-top: var(--content-to-content);
  }
}

.teaser--services-process .process {
  display: flex;
  flex-direction: column;
}
.teaser--services-process .process__item {
  position: relative;
  padding-bottom: var(--item-gap);
  width: 100%;
}
.teaser--services-process .process__item:last-child {
  padding-bottom: 0;
}
.teaser--services-process .process__item:last-child::before {
  content: none;
}
.teaser--services-process .process__item::before, .teaser--services-process .process__item::after {
  margin-top: 0.75rem;
}
.teaser--services-process .process__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: max(var(--border-width), 2px);
  height: 100%;
  background-color: var(--accent);
}
.teaser--services-process .process__item::after {
  background-color: currentColor;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: opacity var(--atime) ease-in-out;
  transition-delay: var(--atime);
  opacity: 0;
  animation: pulse 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(0.9);
  }
  70% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(0.9);
  }
}
.teaser--services-process .process__item.hover::after {
  opacity: 1;
}
@media screen and (max-width: calc(64rem - 1px)) {
  .teaser--services-process .process__item {
    padding-left: var(--gap);
  }
}
@media screen and (min-width: 64rem) {
  .teaser--services-process .process__item {
    max-width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding-right: calc(var(--item-gap) * 2);
    padding-left: 0;
  }
  .teaser--services-process .process__item::before {
    left: 0;
  }
  .teaser--services-process .process__item:nth-of-type(2n)::before {
    left: auto;
    right: 0;
  }
  .teaser--services-process .process__item:nth-of-type(2n)::after {
    left: auto;
    right: 0;
  }
  @keyframes pulseLeft {
    0% {
      transform: translateX(50%) translateY(-50%) scale(0.9);
    }
    70% {
      transform: translateX(50%) translateY(-50%) scale(1.1);
    }
    100% {
      transform: translateX(50%) translateY(-50%) scale(0.9);
    }
  }
  @keyframes pulseRight {
    0% {
      transform: translateX(-50%) translateY(-50%) scale(0.9);
    }
    70% {
      transform: translateX(-50%) translateY(-50%) scale(1.1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) scale(0.9);
    }
  }
  .teaser--services-process .process__item:nth-of-type(2n)::before {
    transform: translateX(50%);
  }
  .teaser--services-process .process__item:nth-of-type(2n)::after {
    animation: pulseLeft 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .teaser--services-process .process__item:nth-of-type(2n - 1) {
    margin-right: 0;
    margin-left: auto;
    padding-left: calc(var(--item-gap) * 1.5);
    padding-right: 0;
  }
  .teaser--services-process .process__item:nth-of-type(2n - 1)::before {
    transform: translateX(-50%);
  }
  .teaser--services-process .process__item:nth-of-type(2n - 1)::after {
    animation: pulseRight 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}

.item--product + .item--product {
  margin-top: var(--gap);
}

.theme--dark img,
.theme--dark video,
.theme--dark .yn-video {
  filter: brightness(0.8);
}
.theme--dark .icon--simple img {
  filter: invert(1);
}
.theme--dark .shadow {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
}
.theme--dark body > :not(section.bg, footer, header) figure:not(.icon, .logo) img {
  background-color: var(--dark);
}

[data-fade-in] {
  --time: var(--atime);
  --transform: 0rem, 2rem;
  --index: 0;
  opacity: 0;
  transform: translate(var(--transform));
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
@media screen and (min-width: 48rem) {
  [data-fade-in] {
    --time: calc(var(--atime) * 1.75);
    --transform: 0rem, 3rem;
  }
}

@media screen and (min-width: 64rem) {
  [fade-right] {
    --transform: 2rem, 0rem;
  }
}
@media screen and (min-width: 64rem) and (min-width: 48rem) {
  [fade-right] {
    --transform: 3rem, 0rem;
  }
}
@media screen and (min-width: 64rem) {
  [fade-left] {
    --transform: -2rem, 0rem;
  }
}
@media screen and (min-width: 64rem) and (min-width: 48rem) {
  [fade-left] {
    --transform: -3rem, 0rem;
  }
}
@media screen and (min-width: 64rem) {
  [fade-top] {
    --transform: 0rem, -2rem;
  }
}
@media screen and (min-width: 64rem) and (min-width: 48rem) {
  [fade-top] {
    --transform: 0rem, -3rem;
  }
}
[data-fade-in].fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: transform var(--time) ease-in-out, opacity calc(var(--time) * 1.5) ease-in-out;
}
@media screen and (min-width: 48rem) {
  [data-fade-in].fade-in {
    transition-delay: calc(var(--index, 0) * 0.1s);
  }
}

[data-fade-in]:not(.banner__content, .bar),
.faded-in:not(.banner__content, .bar) {
  height: 100%;
  width: 100%;
}

.faded-in {
  opacity: 1 !important;
}

dialog {
  border: none;
  border-radius: var(--border-radius);
  margin: auto;
  width: 100%;
  padding: calc(var(--flow) * 0.75);
  max-width: min(var(--inner-narrow), 100% - var(--flow) * 0.5);
  transition: opacity var(--atime) ease, visibility var(--atime) ease;
  display: block;
  position: fixed;
  inset: 0;
  opacity: 0;
  background-color: var(--bg-pri);
  color: var(--font-pri);
  visibility: hidden;
}
dialog:not([open]) {
  pointer-events: none;
}
dialog[open] {
  opacity: 1;
  visibility: visible;
}
dialog .close-dialog {
  position: absolute !important;
  top: 0;
  right: 0;
  border-radius: var(--border-radius);
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 3.5vw, 2rem);
}
dialog::backdrop {
  background-color: #000;
  opacity: 0.5;
}

.section--banner,
.section--projects-banner {
  padding-top: 0;
  padding-bottom: 0;
}
.section--banner:not(.section--banner-box) + section,
.section--projects-banner:not(.section--banner-box) + section {
  padding-top: var(--flow);
}

.section--banner {
  --banner-height: 50vh;
}
@media screen and (min-width: 64rem) {
  .section--banner {
    --banner-height: 70vh;
  }
}
.section--banner :is(.banner, .splide, .splide__track, .splide__list, .splide__slide, .banner__container) {
  min-height: var(--banner-height);
}
.section--banner.section--banner-half :is(.banner, .splide, .splide__track, .splide__list, .splide__slide, .banner__container) {
  --banner-height: 50vh;
}

.box,
.banner__container {
  --bg: var(--banner-bg);
  --font: var(--banner-font);
  --accent: var(--accent-on-banner);
  --accent-text: var(--accent-on-banner-text);
  --accent-font: var(--accent-on-banner-font);
  --accent-font-opposite: var(--accent-on-banner-font-opposite);
  --button-pri: var(--accent-on-banner-button);
  --button-sec: var(--accent-on-banner-button-font);
  --button-text: var(--accent-on-banner-button-text);
  --heading-color: var(--accent-on-banner-heading);
  --heading-icon-color: var(--accent-on-banner-heading-icon);
  --list-bg: var(--accent);
  --list-font: var(--accent-font);
  color: var(--font);
}

.banner {
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
}
.banner :is(.splide, .splide__track, .splide__list) {
  height: 100%;
}
.banner .splide__slide {
  align-items: stretch;
}
.banner .inner {
  padding: var(--inner-padding);
}
.banner .banner__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner__media {
  position: absolute;
  inset: 0;
  margin: auto !important;
}
.banner__media img,
.banner__media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.banner__container {
  width: 100%;
  height: 100%;
  z-index: 80;
  position: relative;
}
.banner .banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .yn-cookie-consent {
  --bg: var(--bg-grey);
  --font: var(--bg-grey-font);
  --accent: var(--accent-on-grey);
  --accent-text: var(--accent-on-grey-text);
  --accent-font: var(--accent-on-grey-font);
  --accent-font-opposite: var(--accent-on-grey-font-opposite);
  --list-bg: var(--accent);
  --list-font: var(--accent-font);
  --button-pri: var(--accent-on-grey-button);
  --button-sec: var(--accent-on-grey-button-font);
  --button-text: var(--accent-on-grey-button-text);
  --heading-color: var(--accent-on-grey-heading);
  --heading-icon-color: var(--accent-on-grey-heading-icon);
  --slider-arrow-color: var(--accent-text) !important;
  --slider-dots-bg: var(--accent-text) !important;
  --slider-ui-bg: var(--bg) !important;
  background-color: var(--bg);
  color: var(--font);
}

.section--banner-box + section {
  padding-top: var(--flow);
}
@media screen and (max-width: 64rem) {
  .section--banner-box .inner {
    background-color: var(--accent-pri);
    color: var(--accent-pri-font);
  }
  .section--banner-box .inner .banner__content {
    background-color: unset;
  }
}

.section--projects-banner {
  --height: 100vh;
  padding: 0;
}
.section--projects-banner + section {
  padding-top: var(--flow);
}

section:first-of-type.section--projects-banner {
  --height: calc(100vh - var(--nav-bar-height));
}

.section--projects-banner .projects-banner {
  color: var(--bg-pri);
  position: relative;
  isolation: isolate;
}
.section--projects-banner .projects-banner:not(:has(.projects-facts-wrapper + .projects-banner__media)) figure.projects-banner__media {
  min-height: calc(var(--factsSize, 90vh) + var(--flow) * 2);
}
@media screen and (min-width: 64rem) {
  .section--projects-banner .projects-banner:not(:has(.projects-facts-wrapper + .projects-banner__media)) .projects-facts {
    top: var(--flow);
    bottom: auto;
    transform: unset;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.section--projects-banner .projects-banner.projects-banner--half figure.projects-banner__media {
  aspect-ratio: 1 !important;
  height: auto !important;
}
@media screen and (min-width: 48rem) {
  .section--projects-banner .projects-banner.projects-banner--half figure.projects-banner__media {
    aspect-ratio: 3/2 !important;
  }
}
@media screen and (min-width: 64rem) {
  .section--projects-banner .projects-banner.projects-banner--half figure.projects-banner__media {
    aspect-ratio: 21/9 !important;
  }
}
.section--projects-banner .projects-banner:not(.projects-banner--half)::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) var(--height), transparent);
  z-index: 0;
  pointer-events: none;
  z-index: 51;
}
.section--projects-banner .projects-banner figure.projects-banner__media {
  --ratio: 16 * 14;
  clip-path: inset(0 0 0 0);
  width: 100%;
  padding-top: calc(var(--flow) * 0.5);
  padding-bottom: calc(var(--flow) * 0.5);
  min-height: calc(var(--factsSize, 90vh) / 2 + var(--flow));
  aspect-ratio: 16/20;
}
@media screen and (min-width: 48rem) {
  .section--projects-banner .projects-banner figure.projects-banner__media {
    aspect-ratio: 16/14;
  }
}
.section--projects-banner .projects-banner figure.projects-banner__media img {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.section--projects-banner .projects-banner figure.projects-banner__media:not(:first-of-type) {
  clip-path: inset(-50vh 0 0 0);
}
.section--projects-banner .projects-banner figure.projects-banner__media:not(:first-of-type) img {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -3;
}
@media screen and (min-width: 48rem) {
  .section--projects-banner .projects-banner figure.projects-banner__media {
    --ratio: 21 * 9;
    aspect-ratio: 21/9;
  }
  .section--projects-banner .projects-banner figure.projects-banner__media:not(.media--facts):only-of-type {
    aspect-ratio: unset;
    height: var(--height);
  }
}
.section--projects-banner .projects-banner figure.projects-banner__media .yn-article {
  z-index: 10;
}
.section--projects-banner .projects-banner > figure.projects-banner__media.media--article,
.section--projects-banner .projects-banner .article-wrapper {
  --factsSize: 0px !important;
  width: 100%;
  aspect-ratio: 16/20;
}
@media screen and (min-width: 48rem) {
  .section--projects-banner .projects-banner > figure.projects-banner__media.media--article,
  .section--projects-banner .projects-banner .article-wrapper {
    aspect-ratio: 16/14;
  }
}
@media screen and (max-width: 64rem) {
  .section--projects-banner .projects-banner > figure.projects-banner__media.media--article,
  .section--projects-banner .projects-banner .article-wrapper {
    min-height: var(--factsSize, 45vh);
  }
}
@media screen and (min-width: 48rem) {
  .section--projects-banner .projects-banner > figure.projects-banner__media.media--article,
  .section--projects-banner .projects-banner .article-wrapper {
    aspect-ratio: unset;
    height: var(--height);
  }
}
.section--projects-banner .projects-banner .article-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: var(--inner-padding);
  padding-bottom: var(--inner-padding);
  z-index: 55;
}

.section--banner {
  position: relative;
}
.section--banner .property-form-container {
  position: absolute;
  inset: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
}
@media screen and (max-width: calc(75rem - 1px)) {
  .section--banner .property-form-container {
    top: auto;
    margin-bottom: 0;
  }
}
.section--banner .property-form-container.bottom {
  top: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 75rem) {
  .section--banner .property-form-container.center {
    margin: auto !important;
  }
}
@media screen and (max-width: calc(75rem - 1px)) {
  .section--banner:has(.splide.splide--overlay .splide__controls) .property-form-container {
    margin-bottom: calc(1.25rem + 16px);
  }
}
.section--banner:has(.splide.splide--overlay .splide__controls) .property-form-container.bottom {
  margin-bottom: calc(1.25rem + 16px);
}
@media screen and (max-width: calc(75rem - 1px)) {
  .section--banner:has(.splide:not(.splide--overlay) .splide__controls) .property-form-container {
    margin-bottom: calc(1.25rem + 16px + var(--flow) * 0.25);
  }
}
.section--banner:has(.splide:not(.splide--overlay) .splide__controls) .property-form-container.bottom {
  margin-bottom: calc(1.25rem + 16px + var(--flow) * 0.25);
}
.section--banner .property-form-wrapper {
  pointer-events: all;
}

.tagline-auto .tagline {
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.site__navigation .nav__site {
  gap: var(--border-width) !important;
}
.site__navigation .nav__site :is(h1, h2, h3, h4, h5, h6, p, aside, li, a, span) {
  color: var(--accent-font) !important;
}
.site__navigation .nav__site > li {
  padding: var(--item-gap);
  background-color: var(--accent);
  align-self: stretch;
}
.site__navigation .nav__site > li li {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (min-width: 48rem) {
  .site__navigation .nav__site > li {
    flex-basis: calc(50% - var(--border-width) * 0.5) !important;
  }
}
@media screen and (min-width: 64rem) {
  .site__navigation .nav__site > li {
    flex-basis: calc(33.334% - var(--border-width) * 0.6667) !important;
  }
}
@media screen and (min-width: 75rem) {
  .site__navigation .nav__site > li {
    flex-basis: calc(25% - var(--border-width) * 0.75) !important;
  }
}

.yn-languageSwitch {
  width: 30px;
}

.nav__button {
  flex-shrink: 0;
}
@media screen and (min-width: 48rem) {
  .nav__button {
    border-radius: 30px;
    overflow: hidden;
  }
}

.section--banner :is(.banner, .splide, .splide__track, .splide__list, .splide__slide, .banner__container, .banner__container > .inner, .banner__container > .inner > .row) {
  min-height: var(--banner-height);
}
.section--banner {
  --layer: var(--banner-bg);
  --layer-opacity: var(--banner-opacity, 0.6);
}

.banner__container > .inner,
.banner__container > .inner > .row {
  height: 100%;
}
.banner--box .banner__content {
  color: var(--light);
  background-color: unset;
  padding: 0;
  margin: 0;
}

.item--properties .button {
  margin-left: 0 !important;
}
@media screen and (max-width: calc(64rem - 1px)) {
  .item--properties .item__content {
    padding: 1rem 0 0 0 !important;
  }
}
@media screen and (min-width: 64rem) {
  .item--properties.item--top-property {
    align-items: flex-start;
  }
  .item--properties.item--top-property .item__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.section--trust .awards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap);
}
.section--trust .awards .item--awards .icon {
  max-width: 10rem;
  max-height: 10rem;
  background-color: var(--light);
  padding: 0.5rem;
}

.teaser--faq .yn-accordion + .yn-accordion {
  padding-top: 0.5rem;
  border-top: var(--border-width) solid currentColor;
}
.teaser--faq .yn-accordion .yn-accordion__header {
  color: currentColor;
  background-color: transparent;
  padding-left: 0;
  padding-top: calc(var(--gap) / 3);
  padding-bottom: calc(var(--gap) / 3);
}
.teaser--faq .yn-accordion .yn-accordion__content > .yn-article {
  padding: 0 0 calc(var(--gap, 1.5rem) / 2) 0;
}

.teaser--regions {
  color: var(--light);
}

.teaser--regions .region-wrapper,
.listing--regions .region-wrapper {
  isolation: isolate;
}
.teaser--regions .region-wrapper > figure,
.listing--regions .region-wrapper > figure {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.teaser--regions + section,
.listing--regions + section {
  padding-top: var(--flow);
}

@media screen and (min-width: 64rem) {
  .item--regions .item__content {
    max-width: 50%;
  }
}

@media screen and (min-width: 48rem) {
  .item--locations {
    display: flex;
    flex-direction: row;
  }
  .item--locations .item__media {
    flex: 2;
    height: 100%;
  }
  .item--locations .item__content {
    flex: 1;
    height: 100%;
  }
  .item--locations .item__media,
  .item--locations .item__media > a,
  .item--locations .item__media > a > img,
  .item--locations .item__content {
    height: 100% !important;
  }
  .item--locations .item__content {
    padding-top: var(--flow) !important;
    padding-bottom: var(--flow) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.item--process::before {
  line-height: 0.9;
  background-color: unset;
  padding: unset;
  font-size: var(--number);
  color: currentColor;
  aspect-ratio: unset;
  margin-bottom: calc(var(--gap) * 0.5);
}
@media screen and (min-width: 48rem) {
  .item--process::before {
    margin-bottom: var(--gap);
  }
}

.listing--feedback .row [class*=col-] {
  position: relative;
}
.listing--feedback .row [class*=col-]::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: auto;
  margin: auto;
  height: var(--border-width);
  width: calc(100% - var(--item-gap) * 2);
  background-color: currentColor;
  opacity: 0.6;
  top: calc(100% + var(--item-gap) / 2);
}
@media screen and (min-width: 48rem) {
  .listing--feedback .row [class*=col-]::after {
    top: calc(100% + var(--item-gap));
  }
}

.item--feedback {
  height: 100%;
  padding: calc(var(--gap) * 1.5) !important;
}
.item--feedback .item__media.quote {
  color: var(--accent);
}

.section--trust .awards_heading {
  margin-bottom: var(--gap);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: calc(48rem - 1px)) {
  .details--section {
    background-color: unset !important;
  }
  .details--section .inner > .bg {
    padding: 0 !important;
  }
  .details--section + section.bg {
    padding-top: var(--flow) !important;
  }
}
.details--section .inner .bg > figure {
  margin-bottom: var(--content-to-heading) !important;
}

.banner:has(.banner__media),
.section--form:has(.bg-image) {
  --list-bg: var(--font);
  --list-font: var(--bg);
  --button-pri: var(--light);
  --button-sec: var(--dark);
}

.section--banner .darken::after {
  content: "";
  z-index: 5;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.section--form {
  isolation: isolate;
}
.section--form .item--team {
  margin-top: 0;
}
.section--form .bg-image {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}

.teaser--values {
  overflow: hidden;
}

.header__logo {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.header__logo,
.header__logo figure,
.header__logo img {
  height: 4.5rem;
}

html .row div[class*=col-] {
  margin-top: calc(var(--item-gap));
  margin-bottom: calc(var(--item-gap));
}

.yn-accordion {
  margin-bottom: 0.5rem;
  padding: 0;
}
.yn-accordion .yn-accordion__header {
  padding: calc(var(--gap, 1.5rem) / 2) var(--gap, 1.5rem);
  border-radius: var(--border-radius);
  color: var(--list-font);
  background-color: var(--list-bg);
}
.yn-accordion .yn-accordion__header > span {
  font-size: var(--font-size-intro);
}
.yn-accordion .yn-accordion__header::before, .yn-accordion .yn-accordion__header::after {
  right: calc(var(--gap, 1.5rem) / 2);
}
.yn-accordion .yn-accordion__content .yn-article {
  padding: calc(var(--gap, 1.5rem) / 2) calc(var(--gap, 1.5rem) / 2);
  margin: 0;
}
.yn-accordion:after {
  content: unset !important;
}

.map[id*=map_] {
  width: 100%;
  height: 50vh;
  border-radius: var(--border-radius);
}
.map[id*=map_] button,
.map[id*=map_] button > img {
  margin: 0 !important;
}
.map[id*=map_] .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.map[id*=map_] .gm-style-mot {
  margin: auto !important;
}
.map[id*=map_] .gm-fullscreen-control {
  margin: 10px !important;
}
.map[id*=map_] .gm-style-mtc button {
  min-width: 100px !important;
}
.map[id*=map_] .gm-style-mtc li[role*=menuitemcheckbox] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.is_intern::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border: 0.5rem solid var(--error);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.is_intern::before {
  content: "Google Maps Key fehlt";
  background-color: var(--error);
  padding: 0.3rem 0.5rem;
  position: absolute;
  inset: 0.3rem auto auto 0.5rem;
  margin: auto;
  z-index: 60;
  border-bottom-right-radius: var(--border-radius);
  font-size: var(--font-size-small);
}

a.glightbox {
  height: 100%;
  width: 100%;
}

.glightbox-closing .gcontainer > .gclose, .glightbox-closing .gcontainer > .gclose::after {
  opacity: 0;
  transition-delay: 0s !important;
}

.gcontainer > .gclose {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem;
  background-color: unset !important;
  isolation: isolate;
  opacity: 1;
}
.gcontainer > .gclose:hover {
  opacity: 1;
}
.gcontainer > .gclose, .gcontainer > .gclose::after {
  opacity: 1;
  transition: 0.2s ease;
  transition-delay: 0.2s;
}
.gcontainer > .gclose::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--accent-on-light);
  pointer-events: none;
}
.gcontainer > .gclose > svg {
  width: auto;
  height: 20px;
  aspect-ratio: 1;
}

.fa-brands,
.fa-solid,
.fa-regular {
  font-size: var(--fa-size);
}
.fa-brands.fa-small,
.fa-solid.fa-small,
.fa-regular.fa-small {
  font-size: var(--font-size-small);
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

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

.one-line {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
}

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

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

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

.content-center,
.content-center * {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.content-center .icon,
.content-center .logo {
  margin: auto !important;
}
.content-center img {
  -o-object-position: center;
     object-position: center;
}

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

.accent-pri,
.accent-primary {
  color: var(--accent-pri);
}

.accent-sec,
.accent-secondary {
  color: var(--accent-sec);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: calc(30rem - 1px)) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: calc(48rem - 1px)) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: calc(64rem - 1px)) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (max-width: calc(75rem - 1px)) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: calc(120rem - 1px)) {
  .hidden-wd {
    display: none !important;
  }
}

.ui-hidden {
  visibility: hidden;
}

@media screen and (max-width: 48rem) {
  .visible-sm {
    display: none;
  }
}

@media screen and (max-width: 64rem) {
  .visible-md {
    display: none;
  }
}

@media screen and (max-width: 75rem) {
  .visible-lg {
    display: none;
  }
}

.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.gap {
  gap: var(--item-gap);
}
.flex.gap-half {
  gap: calc(var(--item-gap) / 2);
}
.flex.gap-tiny {
  gap: calc(var(--item-gap) / 4);
}
.flex.gap-large {
  gap: calc(var(--item-gap) * 2);
}
.flex.gap > * {
  margin: 0;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

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

.mb0,
.no-margin-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-a {
  margin-top: auto !important;
}

.mb-a {
  margin-top: auto !important;
}

.mr-a {
  margin-right: auto !important;
}

.ml-a {
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

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

.list.list--inline {
  padding: 0;
}
.list.list--inline li {
  display: inline-block;
  padding: 0 var(--gap-pri);
}

.map__container {
  min-height: 50vmin;
}

.dev {
  max-width: var(--inner-width);
  width: 100%;
  padding: var(--gap-pri);
  overflow: auto;
  border: 3px solid blue;
  border-radius: 3px;
  font-family: -apple-system, system-ui, "Courier New", Courier, monospace;
  background-color: var(--light);
  color: var(--dark);
}