section.herolanding {
  background: var(--primary);
}
section.herolanding .mainarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100svh;
}
section.herolanding .mainarea > div {
  width: 100%;
}
section.herolanding .mainarea > div .bg-grid {
  height: 100%;
}
section.herolanding .mainarea > div .bg-grid .content-col > div {
  height: 100%;
}
section.herolanding.admin .mainarea {
  min-height: 80svh;
}
section.herolanding.center-text h1,
section.herolanding.center-text p.large-text,
section.herolanding.center-text p.smaller-text {
  text-align: center;
}
section.herolanding.center-text .links-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.herolanding.center-text .text-part {
  max-width: 43.75rem;
}
section.herolanding .main-col.centered-no-arrow {
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
section.herolanding .main-col.centered-no-arrow .text-part {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
section.herolanding .content-form-grid.no-arrow .text-part {
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
section.herolanding .content-form-grid.no-arrow .text-part .heading-text-links-grid {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
section.herolanding .bg-grid .media-col {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  overflow: hidden;
  position: relative;
}
section.herolanding .bg-grid .media-col picture,
section.herolanding .bg-grid .media-col img,
section.herolanding .bg-grid .media-col video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
section.herolanding .bg-grid .media-col .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--primary);
  opacity: 0.1;
  z-index: 2;
}
section.herolanding .bg-grid .content-col {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  z-index: 2;
  padding-top: var(--header-height);
  color: var(--secondary);
}
@container main (max-width: 47.9375rem) {
  section.herolanding .bg-grid .content-col .lang-col {
    display: none;
  }
}
section.herolanding .form-light p.admin-message {
  color: var(--secondary);
}
section.herolanding .form-light .wsf-form input[type=date].wsf-field,
section.herolanding .form-light .wsf-form input[type=datetime-local].wsf-field,
section.herolanding .form-light .wsf-form input[type=file].wsf-field,
section.herolanding .form-light .wsf-form input[type=month].wsf-field,
section.herolanding .form-light .wsf-form input[type=password].wsf-field,
section.herolanding .form-light .wsf-form input[type=search].wsf-field,
section.herolanding .form-light .wsf-form input[type=time].wsf-field,
section.herolanding .form-light .wsf-form input[type=week].wsf-field,
section.herolanding .form-light .wsf-form input[type=email].wsf-field,
section.herolanding .form-light .wsf-form input[type=number].wsf-field,
section.herolanding .form-light .wsf-form input[type=tel].wsf-field,
section.herolanding .form-light .wsf-form input[type=text].wsf-field,
section.herolanding .form-light .wsf-form input[type=url].wsf-field,
section.herolanding .form-light .wsf-form select.wsf-field,
section.herolanding .form-light .wsf-form textarea.wsf-field {
  border: 0;
  padding-inline: 0;
  border-bottom: 1px solid var(--_el-color);
}
section.herolanding .form-light .wsf-form input[type=date].wsf-field:hover:enabled:not(:focus), section.herolanding .form-light .wsf-form input[type=date].wsf-field:hover, section.herolanding .form-light .wsf-form input[type=date].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=datetime-local].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=datetime-local].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=datetime-local].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=file].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=file].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=file].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=month].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=month].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=month].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=password].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=password].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=password].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=search].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=search].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=search].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=time].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=time].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=time].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=week].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=week].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=week].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=email].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=email].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=email].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=number].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=number].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=number].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=tel].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=tel].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=tel].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=text].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=text].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=text].wsf-field:focus,
section.herolanding .form-light .wsf-form input[type=url].wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form input[type=url].wsf-field:hover,
section.herolanding .form-light .wsf-form input[type=url].wsf-field:focus,
section.herolanding .form-light .wsf-form select.wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form select.wsf-field:hover,
section.herolanding .form-light .wsf-form select.wsf-field:focus,
section.herolanding .form-light .wsf-form textarea.wsf-field:hover:enabled:not(:focus),
section.herolanding .form-light .wsf-form textarea.wsf-field:hover,
section.herolanding .form-light .wsf-form textarea.wsf-field:focus {
  border: 0;
  border-bottom: 1px solid var(--_el-color);
}
section.herolanding .breadcrumbs {
  color: var(--primary-70);
  font-size: 1rem;
}
section.herolanding .breadcrumbs a {
  color: inherit;
  text-decoration: none;
  color: var(--primary-70);
}
section.herolanding .breadcrumbs {
  color: var(--secondary);
}
section.herolanding .breadcrumbs a {
  color: var(--secondary);
}
section.herolanding .large-text {
  font: var(--h2-font);
  color: var(--secondary);
}
section.herolanding p.smaller-text {
  font: var(--h3-font);
  color: var(--secondary);
}
section.herolanding .links-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1.25rem;
}
section.herolanding .links-list li a {
  color: var(--secondary);
}
section.herolanding .arrow-column {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@container main (max-width: 64rem) {
  section.herolanding .arrow-column {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
section.herolanding button.scroll-arrow {
  cursor: pointer;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  text-align: initial;
}
section.herolanding button.scroll-arrow svg {
  height: auto;
}
@container main (min-width: 64.0625rem) {
  section.herolanding button.scroll-arrow svg {
    width: 43px;
  }
}
@container main (max-width: 64rem) {
  section.herolanding button.scroll-arrow svg {
    width: 30px;
  }
}