:root {
  --main: #788768;
  --highlights: #afb900;
  --gozo-designs-dandy-site_primitives---colors--white: #fff;
  --gozo-designs-dandy-site---color-scheme-1--text: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site---color-scheme-1--background: var(--gozo-designs-dandy-site_primitives---colors--white);
  --gozo-designs-dandy-site---color-scheme-1--foreground: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  --gozo-designs-dandy-site---color-scheme-1--border: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site---color-scheme-1--accent: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site_primitives---colors--neutral-lightest: #eee;
  --gozo-designs-dandy-site_primitives---colors--neutral-lighter: #ccc;
  --gozo-designs-dandy-site_primitives---colors--neutral-light: #aaa;
  --gozo-designs-dandy-site_primitives---colors--neutral: #666;
  --gozo-designs-dandy-site_primitives---colors--neutral-dark: #444;
  --gozo-designs-dandy-site_primitives---colors--neutral-darker: #222;
  --gozo-designs-dandy-site_primitives---colors--neutral-darkest: black;
  --gozo-designs-dandy-site_typography---font-styles--heading: var(--heading);
  --gozo-designs-dandy-site_typography---font-styles--body: var(--body);
  --gozo-designs-dandy-site_primitives---opacity--transparent: transparent;
  --gozo-designs-dandy-site_primitives---opacity--white-5: #ffffff0d;
  --gozo-designs-dandy-site_primitives---opacity--white-10: #ffffff1a;
  --gozo-designs-dandy-site_primitives---opacity--white-15: #ffffff26;
  --gozo-designs-dandy-site_primitives---opacity--white-20: #fff3;
  --gozo-designs-dandy-site_primitives---opacity--white-30: #ffffff4d;
  --gozo-designs-dandy-site_primitives---opacity--white-40: #fff6;
  --gozo-designs-dandy-site_primitives---opacity--white-50: #ffffff80;
  --gozo-designs-dandy-site_primitives---opacity--white-60: #fff9;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-5: #0000000d;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-10: #0000001a;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-15: #00000026;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-20: #0003;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-30: #0000004d;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-40: #0006;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-50: #00000080;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-60: #0009;
  --gozo-designs-dandy-site_ui-styles---radius--large: 0px;
  --gozo-designs-dandy-site_ui-styles---radius--medium: 0px;
  --gozo-designs-dandy-site_ui-styles---radius--small: 0px;
  --gozo-designs-dandy-site_ui-styles---stroke--border-width: 1px;
  --gozo-designs-dandy-site_ui-styles---stroke--divider-width: 1px;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus SC, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin: 0;
  font-family: Marcellus SC, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus SC, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus SC, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

a {
  text-decoration: none;
}

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

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

.utility-page-wrap.is-pw {
  background-image: none;
}

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

.utility-page-content.is-pw {
  color: var(--main);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  position: static;
}

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

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

.logo-img {
  width: 14rem;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.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(--main);
  color: #fff;
}

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

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

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

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

.heading-2 {
  font-family: Marcellus SC, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.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 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-text {
  line-height: 1.3;
}

.link-formular {
  text-decoration: none;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.rahmen-unten {
  border: 5px solid #fff;
  border-top-style: none;
  width: 90%;
  height: 20vh;
}

.hero_video {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_heading-wrapper {
  border-right: 5px #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.rahmen-oben {
  border: 5px solid #fff;
  border-bottom-style: none;
  align-items: flex-end;
  width: 90%;
  height: 20vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.hero_wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_hero {
  height: 100dvh;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  color: var(--main);
  text-transform: capitalize;
  position: relative;
}

.section_content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_content.is-relative {
  position: relative;
}

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

.service_card {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service_card-img-wrapper {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #0000004d;
  background-clip: border-box;
  flex: 20rem;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
  padding: 3.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

.text-links1.flie-text {
  display: block;
}

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/60659decb3fd3c5d80d8b266_AdobeStock_268842093_visu_160659decb3fd3c5d80d8b266_AdobeStock_268842093_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.section_subhero {
  z-index: 98;
  height: 70vh;
  position: relative;
}

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

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig-1 {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-1:hover {
  background-color: #f8f8f8;
}

.maps1-2 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
}

.icon-1 {
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.icon-1.invert {
  filter: invert();
}

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

.section_footer {
  background-color: var(--main);
  color: #fff;
  margin-top: auto;
  padding: 0;
}

.section_footer.hauptfarbe {
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  flex: 20%;
  width: 100%;
  height: 100%;
}

.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-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.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 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Marcellus SC, sans-serif;
  font-size: 11px;
}

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

.line-first {
  background-color: #fff;
  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;
  display: flex;
}

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

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  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-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  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;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

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

.text-field {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

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

.div-block-43 {
  display: block;
}

.nav-link {
  opacity: .6;
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
  letter-spacing: 1px;
  text-transform: none;
  padding: 0;
  font-family: Marcellus SC, sans-serif;
  font-size: 1.25rem;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  font-size: 1.25rem;
}

.nav-link.flie-text {
  color: #fff;
}

.nav-link.flie-text:hover {
  color: var(--highlights);
}

.nav-link.flie-text.w--current {
  color: #8c8c8c;
}

.navlinks {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks.hauptfarbe {
  color: #fff;
  background-color: #78876800;
}

.section_nav {
  z-index: 99;
  background-color: var(--main);
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  line-height: 1.3;
}

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

.textarea-2 {
  line-height: 3;
}

.password_image {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4, .text-block-2 {
  color: #fff;
}

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

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

.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 {
  font-size: 3.5rem;
  font-weight: 700;
  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;
}

.margin-huge {
  margin: 6rem;
}

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

.heading-style-h6.is-colored {
  color: var(--main);
}

.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 {
  color: var(--main);
  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;
}

.main-wrapper {
  flex-flow: column;
  flex: 1;
}

.main-wrapper.is-relative {
  position: relative;
}

.margin-xxhuge {
  margin: 10rem;
}

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

.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: 0;
  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 {
  z-index: 1;
  font-family: Marcellus SC, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

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

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

.heading-style-h4 {
  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-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 {
  margin-bottom: 0;
  font-size: .85rem;
}

.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 #00000030;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  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;
  margin-bottom: 1rem;
  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 {
  white-space: nowrap;
  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;
}

.page-wrapper {
  flex-flow: column;
}

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

.text-size-small.text-color-offwhite {
  color: #fff9;
}

.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(--highlights);
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  padding: .8rem 1.5rem 1rem;
  font-family: Marcellus SC, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: var(--main);
}

.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;
  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 {
  color: var(--main);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-medium {
  padding: 2rem;
}

.tabs-menu {
  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;
}

.btn-4 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.btn-4.is-ablaufplan {
  z-index: 999999;
  background-color: #e7805b;
  border-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  top: 10%;
}

.btn-4.is-ablaufplan.is-ofsett {
  top: 15%;
}

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

.horizontal-flex.gap-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.horizontal-flex.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
}

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

.background_img-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(#fff 4%, #fffc 51%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flex-item.is-50 {
  flex: 49%;
}

.offset-content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #e1e1e1;
  flex-flow: wrap;
  padding: 1rem;
  display: flex;
}

.offset-content_item {
  background-color: #fff;
  flex-flow: column;
  flex: 49%;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
  top: 40px;
  left: -40px;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.hero_heading {
  font-family: Dancing Script, sans-serif;
  font-size: 2.5rem;
}

.footer_content-wrap {
  flex-flow: column;
  display: flex;
}

.section_layout9 {
  position: relative;
}

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

.layout9_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout9_item-list.is-flex {
  display: flex;
}

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

.layout9_image-wrapper {
  overflow: hidden;
}

.layout9_image-wrapper.is-col {
  flex: 30%;
}

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

.span_colored {
  color: var(--main);
  font-family: Marcellus SC, sans-serif;
}

.accordion1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion1_top {
  border-top: 1px solid var(--highlights);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accordion1_icon {
  color: var(--highlights);
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion1_bottom {
  overflow: hidden;
}

.price_wrapper {
  border-bottom: 1px dashed var(--main);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.gradient_background {
  z-index: -1;
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(180deg, #fff 21%, #d5a278 39%, var(--main));
  width: 100%;
  height: 100%;
  position: absolute;
}

.section_timeline18 {
  overflow: hidden;
}

.timeline18_mask {
  width: 100%;
  overflow: visible;
}

.timeline18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  overflow: hidden;
}

.timeline18_item {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.timeline18_item-content {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.slider-arrow-2 {
  background-color: var(--main);
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-2.is-centre-next {
  inset: 1rem 0% auto auto;
}

.slider-arrow-2.is-centre-previous {
  top: 1rem;
  bottom: auto;
}

.timeline18_progress-line {
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  background-color: var(--main);
  width: 100%;
  height: 3px;
}

.timeline18_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.timeline18_circle {
  z-index: 2;
  background-color: var(--main);
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 4px #fff;
}

.timeline18_slide {
  vertical-align: baseline;
  width: 33%;
}

.timeline18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  right: auto;
}

.timeline18_fade-overlay-left {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff, #78876800);
  width: 4rem;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.timeline18_slider {
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: visible;
}

.hidden-wrapper {
  height: 24rem;
  transition: height .2s;
  overflow: hidden;
}

.hidden-wrapper.is-open {
  height: auto;
}

.mehr-lesen.is-open {
  color: var(--highlights);
}

.mehr-lesen.is-close {
  color: var(--highlights);
  display: none;
}

.mehr-lesen.is-close:hover {
  text-decoration: underline;
}

.bodysugaring_wrapper {
  flex-flow: column;
  display: flex;
}

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

.is-weiterbildung {
  color: var(--highlights);
  font-family: Marcellus SC, sans-serif;
}

.is-ausbildung {
  background-color: var(--main);
  color: #fff;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Marcellus SC, sans-serif;
}

.testimonial5_content {
  flex: 1;
  width: 100%;
}

.testimonial5_rating-wrapper {
  display: flex;
}

.testimonial5_rating-icon {
  color: #f9bb01;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial5_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}

.testimonial5_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial5_component.is-three-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: grid;
}

.testimonial5_component.is-two-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

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

.section_impressum, .section_datenschutz {
  padding-top: 10rem;
}

.overlay {
  z-index: 0;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay.is-less {
  background-color: #0003;
}

.overlay.is-darker {
  background-color: #00000080;
}

.navbar1_menu-button {
  padding: 0;
}

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

.navbar1_component {
  background-color: var(--main);
  border-bottom-style: solid;
  border-bottom-width: 0;
  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%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  .service_card {
    text-align: center;
  }

  .service_card-img-wrapper {
    cursor: pointer;
    flex: 30rem;
    min-width: 19rem;
    height: 100%;
    min-height: 20rem;
  }

  .inhalt-footer {
    flex-flow: column;
    display: flex;
  }

  .nav-link.w--current {
    opacity: 1;
  }

  .container-large {
    max-width: 100rem;
  }

  .horizontal-flex {
    flex-flow: wrap;
  }

  .horizontal-flex.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .timeline18_component {
    overflow: hidden;
  }

  .hidden-wrapper {
    height: 18rem;
    overflow: hidden;
  }

  .mehr-lesen {
    color: var(--highlights);
    margin-top: .25rem;
  }

  .mehr-lesen:hover {
    text-decoration: underline;
  }

  .mehr-lesen.is-close {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 7rem;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .rahmen-unten {
    height: 10vh;
  }

  .hero_video {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .rahmen-oben {
    height: 10vh;
  }

  .wei-er-rahmen {
    width: 80%;
  }

  .hero_wrapper {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .section_hero {
    height: 70vh;
  }

  .heading-mittig.heading-1 {
    font-size: 30px;
  }

  .section_content {
    padding: 50px 5%;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .service_card-img-wrapper {
    min-height: 25rem;
  }

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

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

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

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .maps1-2 {
    height: 45vh;
  }

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

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .inhalt-footer {
    flex-flow: column;
    flex-basis: 100%;
    display: flex;
  }

  .error-message {
    width: auto;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-link-menu.hauptfarbe {
    width: 100%;
    inset: 0%;
  }

  .hambuerger-button.w--open {
    background-color: #fff;
  }

  .navlinks.hauptfarbe {
    width: auto;
    position: static;
  }

  .section_nav {
    overflow: visible;
  }

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

  .btn-4 {
    width: auto;
  }

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

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

  .timeline18_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline18_fade-overlay-left {
    width: 2rem;
  }

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

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

  .navbar1_menu-links {
    flex-flow: column;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    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(--main);
    -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;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .rahmen-unten {
    height: 50px;
  }

  .hero_video {
    height: 100%;
  }

  .rahmen-oben {
    height: 50px;
  }

  .wei-er-rahmen {
    width: 400px;
  }

  .hero_wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_hero {
    height: 60vh;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
  }

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

  .bild-cover-1 {
    height: auto;
    min-height: 500px;
  }

  .div-block-wei-1 {
    width: 90%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links1-3.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .section_subhero {
    height: 60vh;
  }

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

  .div-block-farbig-1 {
    height: auto;
  }

  .maps1-2 {
    height: 300px;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .nav-link {
    margin-left: 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;
  }

  .btn-4 {
    padding: 1rem;
  }

  .offset-content_wrapper {
    flex-flow: column;
  }

  .offset-content_item {
    flex-basis: 48%;
    order: 1;
    top: 0;
    left: 0;
  }

  .layout9_content {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .layout9_image-wrapper {
    order: -1;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion1_icon {
    width: 1.75rem;
  }

  .timeline18_mask {
    width: 50%;
  }

  .timeline18_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
    margin-bottom: 1rem;
  }

  .timeline18_item-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline18_slide {
    width: 100%;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }

  .testimonial5_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial5_component.is-three-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .testimonial5_component.is-two-col {
    flex-flow: column;
    display: flex;
  }

  .navbar1_menu-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.25rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 6rem;
  }

  .div-block-44 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@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%;
  }

  ul {
    padding-left: 1rem;
  }

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

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

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .rahmen-unten {
    height: 30px;
  }

  .hero_video {
    height: 100%;
  }

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

  .rahmen-oben {
    height: auto;
    padding-top: 10px;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .hero_wrapper {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_hero {
    height: 350px;
  }

  .divider.highlights {
    width: 40vw;
  }

  .heading-mittig.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .section_content {
    padding: 40px 2%;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 20px;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-links1-3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-block1 {
    width: 100vw;
  }

  .icon-1.invert {
    height: 40px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

  .text-field {
    width: 100%;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .section_nav {
    position: sticky;
  }

  .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-h3 {
    font-size: 1.75rem;
  }

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

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

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

  .btn-4 {
    padding: .75rem 1rem;
    transform: none;
  }

  .offset-content_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_heading {
    font-size: 1.75rem;
  }

  .layout9_content, .layout9_item-list {
    grid-template-columns: 1fr;
  }

  .timeline18_mask {
    width: 100%;
  }

  .timeline18_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline18_item-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_impressum, .section_datenschutz {
    padding-top: 0;
  }
}

#w-node-_8828afae-0a76-beb8-2c62-193bc6f80e1f-185395f5, #w-node-dad19bf4-05fb-101a-4ae0-ff42dc067aaf-faf4116b, #w-node-a8d8e8c6-41f9-ae36-5f75-7faa6c6304fe-faf4116b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8d8e8c6-41f9-ae36-5f75-7faa6c6304ff-faf4116b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e3c96091-afbe-ecc5-fb44-782b0d191584-faf4116b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5ff7247-46fd-4d95-2ead-8dc9d0c18cd9-faf41172, #w-node-fb80ccee-2f21-93db-60cd-7cd78d248612-faf41172, #w-node-_63af95a5-2f20-7aab-4a2b-2e40607bcce6-faf41172, #w-node-_21788097-1645-bc77-14a0-126b740d3076-faf41172, #w-node-_1628ac58-5e23-6953-0d97-96cd6acb4cad-faf41172, #w-node-_192ab06d-1fab-df17-19b6-d1e240a79399-faf41172, #w-node-_8252644e-a84a-e87a-e388-fee4f97d9ed3-faf41172, #w-node-_24c054c5-bacd-8cb6-41c5-4eb3c93f7469-faf41172, #w-node-_03d2bdb7-0d16-c301-3224-ffd202f9ee3b-faf41172, #w-node-c8209d0e-825a-9750-aef1-ac4d8fcf76a0-faf41172, #w-node-_49a81209-2f0b-81d0-d50a-3bf8c319a2c0-faf41172, #w-node-_170c5868-2ed6-9840-d190-a5641d309aef-faf41172, #w-node-_75a47eca-c754-71ab-9775-15a9bea07018-faf41172, #w-node-b2352631-6c39-0caf-4ff5-f4d5260f1869-faf41172, #w-node-cc8be158-f0ad-7213-9722-1325251023c3-faf41172, #w-node-_54daf8fb-4b4e-2b71-c0c0-9cd2f75b7b03-faf41172, #w-node-_6385f2b4-1562-8e6c-742a-a1b1bfee7c9b-faf41172, #w-node-_0cd169be-b035-82a1-af08-14525c6f6e6c-faf41172, #w-node-_5c6dd2c1-e255-5540-0709-7a63db48ab74-faf41172, #w-node-dafde59d-42cc-f9d1-cfb3-778024a85b3d-faf41172, #w-node-_292d66ae-eecf-7cef-c057-fc5bc253fe99-faf41172, #w-node-_9c647125-eda5-6ee9-e64a-05d22e9a48f6-faf41172, #w-node-_2a2af523-bcdc-0345-7687-5fcbae8422e5-faf41172, #w-node-c105ea76-73be-ca46-178b-e6947d17a72e-faf41172, #w-node-_19b4b266-4fc0-9c40-6d56-0c15adfb57a6-faf41172, #w-node-_878062bf-4a11-38b3-ad03-1edbef40cfe9-faf41172, #w-node-f66a996e-3f60-7545-96f8-8a29f05be66f-faf41172, #w-node-_6c0b8fb2-7d9c-fc1c-f436-dd7071db2260-faf41172, #w-node-f95e8a33-8edf-12a2-67d2-51e2d301d25f-faf41172, #w-node-d3c2a519-b72a-5113-81af-dd3e79fb1ce8-faf41172, #w-node-b5ac72ec-878a-177c-6073-a6fad1eeff21-faf41172, #w-node-d42f6454-a94d-52df-105e-037cf5d2cf0a-faf41172, #w-node-_59f5ad01-2c56-5979-546e-b4f4803bb85a-faf41172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bfd0-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bfd1-15a9c03a {
  justify-self: center;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bfe8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bfe9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bfed-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bfee-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bff2-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bff3-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bff7-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bff8-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bffc-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616bffd-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c001-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c002-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c00c-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c00d-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c011-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c012-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c016-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c017-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c01b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c01c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c020-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c021-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c025-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c026-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c030-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c031-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c035-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c036-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c03a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c03b-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c03f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c040-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c049-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c04a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c053-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c054-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c066-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c067-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c06b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c06c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c070-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c071-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c075-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c076-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c07a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c07b-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c085-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c086-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c08a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c08b-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c08f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c090-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c094-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c095-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c099-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c09a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c09e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c09f-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0aa-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0ab-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0af-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0b0-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0b4-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0b5-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0b9-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0ba-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0be-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0bf-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0c3-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0c4-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0c8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0c9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0cd-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0ce-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0d2-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0d3-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0d7-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0d8-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0dc-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0dd-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0e8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0e9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0ed-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0ee-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0f2-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0f3-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0fa-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c0fb-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c12d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c144-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c145-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c146-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c148-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c14b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c14c-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c14d-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c151-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c154-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c155-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c156-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c15a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c15e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c15f-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c165-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c169-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c16a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c16e-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c171-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c176-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c177-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c178-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c17c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c17f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c180-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c181-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c187-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c18a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c18b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c18c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c192-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c195-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c196-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c197-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c19f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1a2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1a3-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1a4-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1b0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1b1-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1b2-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1b6-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1bb-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1bc-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1bd-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1c3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1c8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1c9-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1ca-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1d0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1d5-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1d6-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1d7-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1df-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1e5-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1e6-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1ec-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1f2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1f3-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1f4-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c1fa-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c1ff-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c200-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c201-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c209-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c20e-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c20f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c210-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c218-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c21d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c21e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c21f-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c229-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c22f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c230-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c238-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c241-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c242-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c243-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c24c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c24d-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c24e-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c257-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c258-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c259-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c274-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c275-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c27a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c27b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c283-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c284-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c28b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c28c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c29b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c29c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c29d-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c29e-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2a0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2a3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2a7-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2a8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2a9-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2b2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2b3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2b4-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2bd-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2be-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2bf-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2c0-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2c6-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2c7-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2c8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2c9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2cb-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2cf-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2d0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2d1-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2d2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2d4-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2dd-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2e4-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2e5-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2e6-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2e7-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c2e9-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2ec-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2f0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2f1-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2f2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2fb-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2fc-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c2fd-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c306-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c307-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c308-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c309-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c30f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c310-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c311-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c312-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c314-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c318-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c319-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c31a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c31b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c31d-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3b8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3bb-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3bc-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3bf-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3c0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3c3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3c4-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3c8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3cb-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3cc-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3cf-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3d0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3d3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3d8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3dc-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3dd-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3df-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3e1-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3e2-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3e4-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3e6-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3e7-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3e9-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3eb-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3ec-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3ee-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3f0-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3f1-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3f3-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3f5-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3f6-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c3f8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3fa-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3fc-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c3fe-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c400-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c401-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c403-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c404-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c406-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c407-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c409-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c40a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c40c-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c40d-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c40f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c410-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c412-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c413-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c415-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c41b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c41e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c41f-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c421-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c423-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c424-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c426-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c428-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c429-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c42b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c42d-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c42e-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c430-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c432-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c433-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c435-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c437-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c438-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c43a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c43c-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c43d-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c43f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c441-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c442-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c444-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c446-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c447-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c449-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c44b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c44c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c44e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c450-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c451-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c453-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c458-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c45c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c45e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c461-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c466-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c46b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c470-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c475-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c47c-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c47d-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c47f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c480-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c482-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c483-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c485-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c486-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c488-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c489-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c48b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c48c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c48e-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c48f-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c491-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c492-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c494-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c495-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c497-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c498-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c49a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c49b-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c49d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c49e-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4a0-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4a1-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4a3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4a4-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4a6-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4a7-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4a9-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4aa-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4ac-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4ad-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4af-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4b0-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4b2-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4b3-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4b5-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4b6-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4b8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4b9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4bb-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4bc-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4be-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4bf-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4c1-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4c2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4c4-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4c5-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4c7-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4c8-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4ca-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4cb-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4cd-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4ce-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4d0-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4d1-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4d3-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4d4-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4d9-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4dd-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4df-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4e2-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4e7-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4ec-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4f1-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c4f6-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4fd-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c4fe-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c500-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c501-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c503-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c504-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c506-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c507-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c509-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c50a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c50c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c50d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c50f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c510-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c512-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c513-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c515-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c516-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c518-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c519-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c51b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c51c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c51e-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c51f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c521-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c522-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c524-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c525-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c527-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c528-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c52a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c52b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c52d-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c52e-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c530-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c531-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c533-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c534-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c536-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c537-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c539-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c53a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c53c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c53d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c53f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c540-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c542-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c543-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c545-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c546-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c548-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c549-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c54b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c54c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c54e-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c54f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c551-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c552-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c554-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c555-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c55a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c55d-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c55e-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c560-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c561-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c563-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c564-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c566-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c567-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c569-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c56a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c56c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c56d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c56f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c570-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c572-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c573-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c575-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c576-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c578-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c579-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c57b-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c57c-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c57e-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c57f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c581-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c582-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c584-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c585-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c587-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c588-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c58a-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c58b-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c58d-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c58e-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c590-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c591-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c593-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c594-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c596-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c597-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c599-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c59a-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c59c-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c59d-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c68f-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c693-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c694-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c698-15a9c03a, #w-node-cae88182-73ca-b381-5f3e-7897e616c69a-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c69b-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c69f-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6a0-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6a4-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6a5-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6a9-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6aa-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6ae-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6af-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6b3-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6b4-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6b8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6b9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6bd-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6be-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6c2-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6c3-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6c7-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6c8-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6cb-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6cc-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6d0-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6d1-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6d5-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6d6-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6da-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6db-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6df-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6e0-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6e4-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6e5-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6e9-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6ea-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6ee-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6ef-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6f3-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6f4-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6f8-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6f9-15a9c03a {
  justify-self: start;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6fd-15a9c03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae88182-73ca-b381-5f3e-7897e616c6fe-15a9c03a {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_89a7c7c5-8510-fc14-736e-49d20bfe0649-faf4116b {
    order: -9999;
  }
}


