@font-face {
  font-family: Quattrocento;
  src: url('../fonts/Quattrocento-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quattrocento;
  src: url('../fonts/Quattrocento-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --haupt: #3c3c3c;
  --zwit: #f9dbaf;
  --highlights-color: #f4ac48;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quattrocento, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 55%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.is-404 {
  background-image: none;
  height: 80vh;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-content.is-404 {
  width: 100%;
  position: static;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  filter: hue-rotate(135deg);
  height: 7vh;
}

.logo {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--haupt);
  color: #fff;
}

.zweitfarbe {
  background-color: var(--zwit);
  color: #000;
}

.highlights {
  background-color: var(--highlights-color);
  color: var(--haupt);
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Quattrocento, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Quattrocento, sans-serif;
  font-weight: 100;
  line-height: 1.3;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--highlights-color);
  line-height: 1.3;
}

.section_navbar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

._1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.men-2 {
  width: 100%;
}

.nav-link2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link2:hover {
  color: gray;
}

.nav-link2.w--current {
  color: #ebe3de;
}

.nav-link2.flie-text {
  transition: all .2s;
}

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelvideo-start-3 {
  height: 90vh;
  position: relative;
}

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-video-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

.slogan-2.heading-1 {
  text-align: center;
  line-height: 1.3;
}

.heading-83 {
  font-weight: 700;
  line-height: 1.3;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.section_cta {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1000_F_537044534_GTVW6SEZCP1Nugm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.titelvideo-3 {
  height: 500px;
  position: relative;
}

.leistungen-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
}

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.section_footer {
  background-color: var(--haupt);
  color: var(--white);
  padding: 0;
}

.footer_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-2 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.html-embed-2 {
  height: 100%;
}

.navbar-6 {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text {
  color: #000;
  border: 1px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.nav-link-3.flie-text:hover {
  color: #000;
  border-bottom-color: #000;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-3.flie-text.w--current {
  color: #000;
}

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

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content-wrapper.zweitfarbe {
  text-align: center;
}

.image-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100.contain-blue {
  object-fit: contain;
  background-color: #d5e2e6;
  padding-left: 20px;
  padding-right: 20px;
}

.image-100.contain {
  object-fit: contain;
  height: auto;
}

.image-100.top {
  object-position: 50% 0%;
}

.image-100.is-wohnmobil {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-8 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.html-embed-4 {
  height: 500px;
}

.html-embed-5 {
  width: 100%;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-4:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-4.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-4.black:hover {
  transform: none;
}

.ablaufplan-big-button-4.black.ablaufplan {
  top: 10px;
}

.card {
  border: 2px solid var(--zwit);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.card.highlights {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4ac4833;
  border-style: none;
  height: 100%;
  padding: 1rem;
}

.card-image {
  aspect-ratio: 1;
  width: 100%;
}

.heading-mittig-sml {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.list-links {
  line-height: 26px;
}

.cards-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cards-details.highlights {
  color: var(--white);
  background-color: #f4ac481a;
  background-image: linear-gradient(#000000bf, #000000bf);
  position: relative;
}

.linked-text {
  text-decoration: none;
}

.linked-text.farbe-der-headings:hover {
  text-decoration: underline;
}

.accrodian-item {
  z-index: 1;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.btn-icon {
  filter: invert();
  width: 1.3rem;
}

.icon-large {
  filter: invert();
  width: 2rem;
  height: 2rem;
}

.list-item {
  width: 50%;
}

.galerie-wrap {
  aspect-ratio: 1;
  object-fit: fill;
  width: 100%;
}

._4er-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.icon-small {
  width: 2.5rem;
}

.icon-md {
  filter: invert();
  width: 2.5rem;
  margin-bottom: 10px;
}

.icon-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--haupt);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.padded-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.padded-block.highlights {
  height: 100%;
}

.flex-center-spc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar1_top-bar {
  z-index: 1000;
  background-color: var(--highlights-color);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar1_top-bar.highlights {
  width: 100%;
}

.soical-wrap-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--haupt);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.soical-wrap-nav:hover {
  text-decoration: none;
}

.icon-nav {
  filter: invert();
  width: 1.5rem;
}

.nav-text {
  font-size: 13px;
}

.section_overlay {
  z-index: 20;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.slider-wohnmobile {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.mask {
  width: 25%;
  overflow: visible;
}

.slide {
  margin-right: 5px;
}

.left-arrow {
  background-color: var(--highlights-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  padding: 1rem;
  font-size: 1rem;
  display: flex;
}

.right-arrow {
  background-color: var(--highlights-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  padding: 1rem;
  font-size: 1rem;
  display: flex;
}

.slide-nav {
  font-size: 10px;
}

.logo-icon {
  object-fit: contain;
  width: 10rem;
  height: 100%;
  transition: all .6s;
}

.section_hero-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 80dvh;
  display: flex;
}

.hero-header_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.text-weight-bold {
  font-weight: 700;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-0 {
  padding: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom, .margin-bottom.margin-xhuge, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-weight-light {
  font-weight: 300;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide-accent {
  color: #000;
}

.text-style-link {
  text-decoration: underline;
}

.pointer-events-none {
  pointer-events: none;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  color: var(--highlights-color);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: #fff;
}

.margin-tiny {
  margin: .25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.background-color-black {
  background-color: #000;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-topbar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-tiny {
  padding: .25rem;
}

.color-scheme-1 {
  color: #000;
  background-color: #fff;
}

.hide, .hidden-ui-elements {
  display: none;
}

.text-weight-xbold {
  font-weight: 800;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: #fff;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.text-weight-medium {
  font-weight: 500;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-top, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-medium, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.form_checkbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: #fff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.margin-0 {
  margin: 0;
}

.heading-style-h5 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center.is-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  flex: 1;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h4 {
  color: var(--highlights-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xhuge {
  margin: 7rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-large {
  padding: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.text-size-large {
  font-size: 1.25rem;
}

.form_checkbox-label {
  text-align: left;
  margin-bottom: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.overflow-auto {
  overflow: auto;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-normal {
  font-weight: 400;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.icon-height-xxsmall {
  height: 1rem;
}

.inherit-color {
  color: inherit;
}

.rl-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 2rem;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.margin-xxsmall {
  margin: .5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

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

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.tag.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.margin-large {
  margin: 3rem;
}

.icon-height-medium {
  height: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.text-style-italic {
  font-style: italic;
}

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.button {
  background-color: var(--haupt);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.025)translate(0, -5px);
  box-shadow: 0 5px 5px #0003;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--highlights-color);
  color: var(--haupt);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-medium {
  padding: 2rem;
}

.tabs-menu-2 {
  background-color: #eee;
  border: 1px solid #000;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-color-white {
  color: #fff;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slider4_component {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 6rem;
  overflow: visible;
}

.slider4_mask {
  width: 50%;
  overflow: visible;
}

.slider4_slide {
  padding-right: 2rem;
}

.slider-content {
  text-align: center;
  border-width: 2px;
  border-color: #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider4_arrow {
  background-color: var(--highlights-color);
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  inset: auto 1rem -1rem auto;
}

.slider4_arrow:hover {
  background-color: #de9733;
  right: 1rem;
  transform: scale(1.1);
}

.slider4_arrow.left {
  bottom: -1rem;
  right: 5rem;
}

.slider4_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider4_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section_wohnmobile {
  overflow: hidden;
}

.wohmobil_text-wrapper {
  background-image: linear-gradient(180deg, #0000, var(--haupt));
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
}

.card-heading_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.card_backgronud-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon {
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.gallery26_mask {
  width: 45%;
  overflow: visible;
}

.gallery26_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery26_slide {
  padding-right: 2rem;
}

.gallery26_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery26_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.section_gallery26 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  overflow: hidden;
}

.slider-arrow-2 {
  background-color: var(--highlights-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-2.is-bottom-left-previous {
  inset: auto auto 1rem 1rem;
}

.slider-arrow-2.is-bottom-left-previous:hover {
  background-color: #cf8f37;
  transform: scale(1.1);
}

.slider-arrow-2.is-bottom-left-next {
  inset: auto auto 1rem 5rem;
}

.slider-arrow-2.is-bottom-left-next:hover {
  transform: scale(1.1);
}

.gallery26_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 4rem 0% auto;
}

.gallery26_content-left {
  justify-content: flex-end;
  display: flex;
}

.gallery26_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery26_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  border-bottom: 1px solid #0000;
  padding: 0;
  transition: all .2s;
}

.navbar1_link:hover {
  border-bottom-color: var(--highlights-color);
  color: var(--highlights-color);
  transform: scale(1.05);
}

.navbar1_link.w--current {
  color: #333;
}

.navbar1_link.w--current:hover {
  color: var(--highlights-color);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.padding-section-tiny {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.phone-icon_wrapper {
  background-color: var(--haupt);
  color: var(--highlights-color);
  border-radius: 50%;
  padding: .25rem;
}

.section_benimar-967, .section_pilote-p69d {
  background-color: #f9dbaf33;
}

.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section_verkauf {
  background-color: var(--zwit);
}

.flex_horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.flex_item {
  flex: 20rem;
  align-self: stretch;
  height: auto;
}

.flex_item.is-45rem {
  flex-basis: 45rem;
}

.section_about-us {
  background-color: var(--zwit);
  text-align: center;
}

.section_aktuelles {
  background-color: var(--zwit);
}

.accordion2_component {
  background-color: var(--zwit);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
}

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accordion2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion2_bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_success {
  justify-content: center;
  align-items: center;
  height: 80dvh;
  display: flex;
}

.success_icon {
  font-size: 5rem;
  line-height: 1;
}

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

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .slogan-2.heading-1 {
    text-align: center;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .section_cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistungen-grid {
    grid-template-columns: 1fr;
  }

  .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .men-icon1 {
    color: #fff;
  }

  .content-wrapper {
    height: 60vh;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ablaufplan-big-button-4.black {
    top: 20px;
  }

  .ablaufplan-big-button-4.black.ablaufplan {
    top: 70px;
  }

  .card-image {
    height: auto;
  }

  .cards-details {
    flex-direction: column;
    justify-content: center;
  }

  .cards-details.highlights {
    flex-direction: row;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  ._4er-grid-1 {
    grid-template-columns: 1fr 1fr;
  }

  .section_overlay {
    padding: 0;
  }

  .left-arrow {
    height: 2rem;
  }

  .logo-icon {
    width: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .slider4_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider4_mask {
    width: 100%;
  }

  .slider4_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .slider4_arrow, .slider4_arrow.left {
    bottom: 0;
  }

  .gallery26_mask {
    width: 50%;
  }

  .gallery26_slide {
    padding-right: 2rem;
  }

  .gallery26_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-arrow-2.is-bottom-left-previous {
    left: auto;
  }

  .slider-arrow-2.is-bottom-left-next {
    left: calc(5% + 4rem);
  }

  .gallery26_slide-nav {
    display: none;
    right: 2rem;
  }

  .gallery26_content-left {
    justify-content: flex-start;
  }

  .gallery26_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .gallery26_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-icon1_line-top {
    background-color: var(--highlights-color);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    border-bottom-style: none;
    width: 100%;
    padding: .5rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link:hover {
    border-bottom-style: none;
    transform: none;
  }

  .menu-icon1_line-bottom {
    background-color: var(--highlights-color);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--highlights-color);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
    overflow: scroll;
  }

  .menu-icon1_line-middle-inner {
    background-color: var(--highlights-color);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .flex_horizontal {
    flex-flow: wrap;
    display: flex;
  }

  .flex_item {
    flex: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .impdat1-2.flie-text {
    text-align: center;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .video2, .div-block-video-2 {
    height: 100%;
  }

  .slogan-2.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .section_cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iconfooter2 {
    justify-content: flex-start;
  }

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

  .footer-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-footer1 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .card-image {
    height: auto;
  }

  .list-links.flie-text {
    text-align: center;
  }

  .cards-details {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cards-details.highlights {
    flex-direction: column;
    height: auto;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .section_overlay {
    padding: 0;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .slider4_component {
    padding-bottom: 3rem;
  }

  .slider4_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider4_arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .slider4_arrow.left {
    width: 2.75rem;
    height: 2.75rem;
    right: 4.5rem;
  }

  .gallery26_mask {
    width: 80%;
  }

  .gallery26_slide {
    padding-right: 1.5rem;
  }

  .gallery26_slide-nav {
    right: 5%;
  }

  .gallery26_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery26_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .accordion2_top {
    padding: 1rem 1.25rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .accordion2_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  li {
    text-align: left;
    margin-bottom: 1rem;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .video2 {
    height: 100%;
  }

  .div-block-video-2 {
    height: 100.07%;
  }

  .slogan-2.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

  .leistungen-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maps-gro {
    height: 300px;
  }

  .content-wrapper {
    height: 45vh;
  }

  .ablaufplan-big-button-4 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-4.black {
    top: 10px;
  }

  .ablaufplan-big-button-4.black.ablaufplan {
    top: 60px;
  }

  .card-image {
    height: auto;
  }

  .cards-details.highlights {
    flex-direction: column;
    padding: 1rem;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .list-item {
    width: 100%;
  }

  .galerie-wrap {
    aspect-ratio: 1;
  }

  ._4er-grid-1 {
    flex-flow: column;
    display: flex;
  }

  .navbar1_top-bar {
    justify-content: flex-start;
    align-items: center;
    position: sticky;
  }

  .soical-wrap-nav {
    justify-content: center;
    align-items: center;
    font-size: .8rem;
  }

  .section_overlay {
    padding: 0;
  }

  .mask {
    width: 90%;
    height: 100%;
  }

  .slide {
    aspect-ratio: 1;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 1.7rem;
  }

  .container-large.is-topbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout1_content {
    grid-template-columns: 1fr;
  }

  .gallery26_mask {
    width: 95%;
  }

  .slider-arrow-2.is-bottom-left-next {
    left: 24%;
  }

  .gallery26_slide-nav {
    bottom: 19%;
  }

  .gallery26_heading-wrapper {
    order: -9999;
  }

  .padding-section-tiny {
    padding-top: .75rem;
  }

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

  .is-grid {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2rem;
    list-style-type: disc;
    display: flex;
  }

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

#w-node-_621da22e-88b6-51cd-7045-f9688b854696-386e12ed, #w-node-_7647c066-6234-0633-681b-2391eb5c7332-386e12ed, #w-node-_18657af9-50c4-0c25-1ec3-6371e572ca3f-386e12ed, #w-node-_31b5ff92-b6e6-6701-701b-2c17feeb4fc7-386e12ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_512f2287-b219-eb8d-0318-acd42136ac22-386e12f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-386e12f4, #w-node-b5a85498-3180-b86c-feb8-d83922b77adc-386e12f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e72c6ff8-72ec-b3a1-87a8-c680d05405e9-386e12f6, #w-node-_3429e68d-4087-307c-2507-34eb31f2bae1-386e12f6, #w-node-_250f3c2a-57ad-fac3-edcf-ab838c763827-386e12f6, #w-node-_3429e68d-4087-307c-2507-34eb31f2bb25-386e12f6, #w-node-a8459099-0d76-05e9-690e-2bcefa9a25f0-386e12f6, #w-node-a8459099-0d76-05e9-690e-2bcefa9a2614-386e12f6, #w-node-a8459099-0d76-05e9-690e-2bcefa9a265a-386e12f6, #w-node-b089e6e5-260b-ef37-2579-bca0e45f0acc-386e12f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dee469a4-2525-c5cf-74b2-5a885243456b-386e12f9, #w-node-_955f9f8c-4c0f-777b-9dc2-56a968320f80-386e12f9, #w-node-a28f246f-6a0d-2821-2c80-98e55e78d063-386e12f9, #w-node-a28f246f-6a0d-2821-2c80-98e55e78d065-386e12f9, #w-node-_52f73166-d00b-9b43-549f-f4c42bf3089a-386e12f9, #w-node-_52f73166-d00b-9b43-549f-f4c42bf3089c-386e12f9, #w-node-_285e8a3f-48a3-77d7-0ff7-36fe083a860b-386e12f9, #w-node-_285e8a3f-48a3-77d7-0ff7-36fe083a860d-386e12f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a88962ee-f3bb-dbf3-7136-89882cc86c73-20534ad9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d21-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d22-145b651d {
  justify-self: center;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d39-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d3a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d3e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d3f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d43-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d44-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d48-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d49-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d4d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d4e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d52-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d53-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d5d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d5e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d62-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d63-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d67-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d68-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d6c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d6d-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d71-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d72-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d76-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d77-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d81-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d82-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d86-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d87-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d8b-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d8c-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d90-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d91-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d9a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920d9b-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920da4-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920da5-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920db7-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920db8-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dbc-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dbd-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dc1-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dc2-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dc6-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dc7-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dcb-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dcc-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dd6-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dd7-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ddb-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ddc-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920de0-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920de1-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920de5-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920de6-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dea-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920deb-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920def-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920df0-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dfb-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920dfc-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e00-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e01-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e05-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e06-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e0a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e0b-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e0f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e10-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e14-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e15-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e19-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e1a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e1e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e1f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e23-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e24-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e28-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e29-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e2d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e2e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e39-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e3a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e3e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e3f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e43-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e44-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e4b-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e4c-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e7e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920e95-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920e96-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e97-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e99-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920e9c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920e9d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920e9e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ea2-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ea5-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ea6-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ea7-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920eab-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920eaf-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920eb0-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920eb6-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920eba-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ebb-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ebf-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ec2-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ec7-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ec8-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ec9-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ecd-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ed0-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ed1-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ed2-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ed8-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920edb-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920edc-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920edd-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ee3-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ee6-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ee7-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ee8-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ef0-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ef3-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ef4-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ef5-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f01-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f02-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f03-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f07-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f0c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f0d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f0e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f14-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f19-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f1a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f1b-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f21-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f26-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f27-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f28-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f30-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f36-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f37-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f3d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f43-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f44-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f45-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f4b-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f50-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f51-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f52-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f5a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f5f-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f60-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f61-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f69-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f6e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f6f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f70-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f7a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f80-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f81-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f89-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f92-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f93-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f94-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f9d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920f9e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920f9f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920fa8-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fa9-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920faa-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920fc5-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fc6-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fcb-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fcc-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fd4-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fd5-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fdc-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fdd-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fec-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fed-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920fee-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920fef-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308920ff1-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ff4-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ff8-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ff9-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308920ffa-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921003-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921004-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921005-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892100e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892100f-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921010-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921011-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921017-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921018-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921019-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892101a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892101c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921020-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921021-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921022-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921023-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921025-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892102e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921035-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921036-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921037-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921038-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892103a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892103d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921041-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921042-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921043-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892104c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892104d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892104e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921057-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921058-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921059-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892105a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921060-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921061-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921062-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921063-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921065-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921069-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892106a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892106b-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892106c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892106e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921109-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892110c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892110d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921110-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921111-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921114-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921115-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921119-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892111c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892111d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921120-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921121-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921124-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921129-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892112d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892112e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921130-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921132-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921133-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921135-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921137-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921138-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892113a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892113c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892113d-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892113f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921141-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921142-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921144-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921146-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921147-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921149-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892114b-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892114d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892114f-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921151-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921152-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921154-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921155-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921157-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921158-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892115a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892115b-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892115d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892115e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921160-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921161-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921163-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921164-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921166-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892116c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892116f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921170-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921172-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921174-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921175-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921177-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921179-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892117a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892117c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892117e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892117f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921181-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921183-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921184-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921186-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921188-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921189-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892118b-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892118d-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892118e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921190-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921192-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921193-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921195-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921197-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921198-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892119a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892119c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892119d-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892119f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211a1-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211a2-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211a4-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211a9-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211ad-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211af-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211b2-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211b7-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211bc-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211c1-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211c6-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211cd-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211ce-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d0-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d1-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d3-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d4-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d6-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d7-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211d9-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211da-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211dc-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211dd-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211df-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e0-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e2-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e3-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e5-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e6-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e8-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211e9-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211eb-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211ec-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211ee-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211ef-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211f1-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211f2-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211f4-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211f5-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211f7-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211f8-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211fa-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211fb-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089211fd-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089211fe-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921200-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921201-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921203-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921204-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921206-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921207-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921209-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892120a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892120c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892120d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892120f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921210-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921212-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921213-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921215-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921216-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921218-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921219-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892121b-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892121c-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892121e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892121f-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921221-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921222-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921224-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921225-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892122a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892122e-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921230-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921233-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921238-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892123d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921242-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921247-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892124e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892124f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921251-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921252-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921254-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921255-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921257-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921258-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892125a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892125b-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892125d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892125e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921260-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921261-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921263-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921264-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921266-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921267-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921269-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892126a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892126c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892126d-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892126f-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921270-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921272-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921273-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921275-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921276-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921278-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921279-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892127b-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892127c-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892127e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892127f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921281-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921282-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921284-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921285-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921287-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921288-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892128a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892128b-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892128d-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892128e-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921290-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921291-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921293-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921294-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc308921296-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921297-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921299-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892129a-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc30892129c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892129d-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892129f-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212a0-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212a2-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212a3-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212a5-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212a6-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ab-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ae-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212af-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212b1-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212b2-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212b4-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212b5-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212b7-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212b8-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ba-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212bb-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212bd-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212be-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c0-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c1-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c3-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c4-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c6-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c7-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212c9-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ca-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212cc-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212cd-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212cf-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d0-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d2-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d3-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d5-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d6-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d8-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212d9-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212db-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212dc-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212de-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212df-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212e1-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212e2-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212e4-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212e5-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212e7-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212e8-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ea-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212eb-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ed-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089212ee-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089213e0-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089213e4-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213e5-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213e9-145b651d, #w-node-_65fd27e7-9681-1fe4-763f-5bc3089213eb-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213ec-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213f0-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213f1-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213f5-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213f6-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213fa-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213fb-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc3089213ff-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921400-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921404-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921405-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921409-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892140a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892140e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892140f-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921413-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921414-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921418-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921419-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892141c-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892141d-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921421-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921422-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921426-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921427-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892142b-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892142c-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921430-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921431-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921435-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921436-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892143a-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892143b-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892143f-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921440-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921444-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921445-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc308921449-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892144a-145b651d {
  justify-self: start;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892144e-145b651d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65fd27e7-9681-1fe4-763f-5bc30892144f-145b651d {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-cad6c993-85a1-752e-191c-bbfff2dd28a4-386e12f2 {
    justify-self: auto;
  }

  #w-node-_7817f168-f7bb-891e-e3dc-4888dab132d0-386e12f2 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-cd55c1a7-ec1c-afe7-c3d9-4528bfaad120-386e12f2 {
    justify-self: auto;
  }

  #w-node-_5a7c9cb1-bb8b-918b-5622-241d572717ac-386e12f2 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_75a2c3d2-592d-5847-8165-9e3e765851b7-386e12f2 {
    justify-self: auto;
  }

  #w-node-dee469a4-2525-c5cf-74b2-5a885243456b-386e12f9, #w-node-a28f246f-6a0d-2821-2c80-98e55e78d063-386e12f9, #w-node-_52f73166-d00b-9b43-549f-f4c42bf3089a-386e12f9, #w-node-_285e8a3f-48a3-77d7-0ff7-36fe083a860b-386e12f9 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7817f168-f7bb-891e-e3dc-4888dab132d0-386e12f2, #w-node-_5a7c9cb1-bb8b-918b-5622-241d572717ac-386e12f2 {
    order: -9999;
  }

  #w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-386e12f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}