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

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

:root {
  --crimson: #ba1344;
  --white: white;
  --sandy-brown: #e79d4d;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.logo {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo.w--current {
  width: 100px;
  padding-right: 2px;
}

.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;
  display: block;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #353535;
}

.email {
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

.zweitfarbe {
  color: #000;
  background-color: #f0f0f0;
}

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

.adresse {
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

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

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

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

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

.navbar1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

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

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

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

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

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

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

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

.men-2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.startseite2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: hidden;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2.heading-2 {
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 1.3;
}

.heading-start2.heading-2.farbe-der-headings {
  font-size: 40px;
  line-height: 1.1;
  display: block;
}

.heading-start2.heading-2.farbe-der-headings.price {
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.heading-start2.heading-2.farbe-der-headings.small-heading {
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.heading-start2.heading-2.farbe-der-headings.small-heading.center {
  text-align: center;
}

.paragraph-mitig {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-mitig.flie-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.mehr-erfahren1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1.highlights.flie-text {
  border-radius: 10px;
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover {
  transform: scale(1.1);
}

.mehr-erfahren1.highlights.flie-text.abs {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: .8;
  position: absolute;
  inset: 15% 5% auto auto;
}

.mehr-erfahren1.highlights.flie-text.no-top-mrg {
  margin-top: 0;
}

.mehr-erfahren1.highlights.flie-text.no-top-mrg:hover {
  transform: scale(1.03);
}

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

.inhalt-service2 {
  overflow: hidden;
}

.inhalt-service2.btm-mrg {
  border-bottom: 1px solid #0000001a;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.mehr-erfahren2.zweitfarbe.flie-text {
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1.5;
}

.mehr-erfahren2.zweitfarbe.flie-text:hover {
  transform: scale(1.1);
}

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

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

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

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

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

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

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

.karte1 {
  width: 100%;
  height: 55vh;
  margin-top: 20px;
}

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_17.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.impdat-3 {
  padding: 100px 40px;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sucess-blcok {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.sucess-blcok.highlights {
  color: #fff;
  border-style: none;
}

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

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

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  justify-content: space-around;
  margin-top: auto;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.content-wrap {
  z-index: 1;
  width: 80%;
  position: relative;
  inset: auto;
}

.content-wrap.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 100%;
}

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

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

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

.link {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  text-decoration: none;
  display: block;
}

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

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

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

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

.nav-men-1.hauptfarbe {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  z-index: 100;
  border-right: 0px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.navbar-6.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.nav-link-3.flie-text {
  text-align: left;
  border: 1px solid #0000;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 5px;
  padding: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  transition: all .4s;
}

.nav-link-3.flie-text:hover {
  background-color: var(--crimson);
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-3.flie-text.w--current {
  background-color: var(--crimson);
  color: #ece4df;
  border: 1px solid #fff;
}

.nav-link-3.flie-text.dropdown {
  padding-right: 40px;
}

.nav-link-3.flie-text.dropdown-menu {
  margin: 10px 0;
}

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

.image-wrapper-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper-large.white-bg {
  background-color: #fff;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.image-100:hover {
  transform: scale(1.04);
}

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

.image-100.contain.abs-1 {
  width: auto;
  height: 30%;
  position: absolute;
  top: 10%;
  right: 15%;
}

.image-100.contain.abs-2 {
  width: auto;
  height: 35%;
  position: absolute;
  top: auto;
  bottom: 20%;
  right: 15%;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

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

.book-card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.book-card._100 {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.book-image {
  object-fit: contain;
  border: 1px solid #0003;
  border-radius: 10px;
  height: 30vh;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 6px 6px 12px #0003;
}

.paragraph-links {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links.flie-text {
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

.paragraph-links.flie-text.colored {
  color: #ba1344;
}

.paragraph-links-right {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links-right.flie-text {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
}

.paragraph-links-right.flie-text.rechts {
  text-align: right;
}

.paragraph-links-right.flie-text.rechts-pdf {
  color: #000;
  text-align: right;
  margin-bottom: 0;
}

.learn-more-dropdown {
  z-index: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button {
  background-color: var(--crimson);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  transition: all .4s;
}

.button:hover {
  transform: scale(1.05);
}

.button.border {
  border: 2px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
  transition: all .4s;
}

.button.border:hover {
  transform: scale(1.05);
}

.button.border.hide {
  display: none;
}

.learn-more-dropdown-list {
  background-color: #0000;
  margin-top: 20px;
  display: none;
  position: static;
}

.small-text {
  text-transform: none;
  font-size: 15px;
}

.paragraph-links-list {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links-list.flie-text {
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.button-grid {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 60px;
}

.page-index-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.page-index-grid._2-pages {
  grid-template-columns: 1fr 1fr;
}

.page-index-grid._7-pages {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-index-grid._4-pages {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-index-grid._10-pages {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-index-grid._6-pages {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-number {
  border: 1px solid var(--crimson);
  color: #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  transition: all .4s;
  display: flex;
}

.page-number:hover, .page-number.w--current {
  background-color: var(--crimson);
  color: #fff;
}

.content-holder {
  display: flex;
}

.right-div {
  width: 100%;
  margin-left: 0;
}

.colored-text {
  color: var(--crimson);
}

.amazon-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 45% auto;
}

.amazon-icon {
  object-fit: contain;
  height: 50px;
  transition: all .4s;
}

.amazon-icon:hover {
  transform: scale(1.1);
}

.navlink-dropdown-list {
  border-radius: 10px;
  padding: 10px;
}

.navlink-dropdown-list.w--open {
  background-color: var(--crimson);
  margin-left: 0;
  margin-right: 0;
}

.navlink-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.white-link {
  color: #fff;
}

.white-link.w--current {
  color: #d9d2d2;
  font-weight: 700;
}

.pdf-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pdf-flex.hide {
  display: none;
}

.pdf-div {
  grid-column-gap: 7px;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.pdf-div:hover {
  background-color: #0000;
  transform: scale(1.028);
}

.pdf {
  object-fit: contain;
  height: 25px;
}

.shop {
  filter: invert();
  object-fit: contain;
  height: 35px;
}

.shop-link {
  z-index: 1;
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  border-radius: 12px 0% 0;
  padding: 15px 10px 10px;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shop-link:hover {
  transform: scale(1.07);
}

.neu-ribbon {
  background-color: var(--crimson);
  color: #fff;
  border-bottom-left-radius: 10px;
  padding: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ba1344;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  transition: all .4s;
}

.button-2:hover {
  transform: scale(1.05);
}

.shop-link-2 {
  z-index: 1;
  background-color: #ba1344;
  border: 2px solid #ba1344;
  border-radius: 12px 0% 0;
  padding: 15px 10px 10px 15px;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shop-link-2:hover {
  transform: scale(1.07);
}

.shop-link-3 {
  z-index: 1;
  background-color: #ba1344;
  border: 2px solid #ba1344;
  border-radius: 12px 0% 0;
  padding: 15px 10px 10px 15px;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shop-link-3:hover {
  transform: scale(1.07);
}

.heading-87 {
  display: flex;
}

.success-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
  font-size: 30px;
  line-height: 39px;
}

.smaller {
  font-size: 10px;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 75%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-62 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-62:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-89 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ba1344;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  transition: all .4s;
}

.button-3:hover {
  transform: scale(1.05);
}

.button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ba1344;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  transition: all .4s;
}

.button-4:hover {
  transform: scale(1.05);
}

.shop-link-4 {
  z-index: 1;
  background-color: #ba1344;
  border: 2px solid #ba1344;
  border-radius: 12px 0% 0;
  padding: 15px 10px 10px 15px;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shop-link-4:hover {
  transform: scale(1.07);
}

.shop-link-5 {
  z-index: 1;
  background-color: #ba1344;
  border: 2px solid #ba1344;
  border-radius: 12px 0% 0;
  padding: 15px 10px 10px;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shop-link-5:hover {
  transform: scale(1.07);
}

.link-3 {
  color: var(--crimson);
}

.quick-stack-2 {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-101 {
  object-fit: contain;
  height: 45vh;
}

.div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-4 {
  color: var(--crimson);
}

.abs-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  top: 10%;
  right: 5%;
}

.form-embed {
  width: 100%;
}

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

  .logo {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo.w--current {
    width: 80px;
    height: 80px;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

  .slogan-2.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .startseite2, .startseite2.zweitfarbe {
    padding: 60px;
  }

  .heading-start2 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-start2.heading-2 {
    font-size: 35px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    font-size: 35px;
    line-height: 1.3;
  }

  .heading-start2.heading-2.farbe-der-headings.price {
    font-size: 20px;
  }

  .heading-start2.heading-2.farbe-der-headings.small-heading {
    font-size: 18px;
    line-height: 1.4;
  }

  .mehr-erfahren1.highlights.flie-text.abs {
    top: 5%;
  }

  .serviceangebote2 {
    width: 90%;
  }

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

  .karte1 {
    width: 100%;
  }

  .impdat-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sucess-blcok {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sucess-blcok.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-1.hauptfarbe {
    padding: 20px 10px;
  }

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

  .inhalt-footer {
    text-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .inhalt-footer.flie-text {
    text-align: center;
    align-items: center;
  }

  .content-wrap {
    width: 100%;
  }

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

  .nav-men-1.hauptfarbe {
    z-index: 1000;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .men-icon1 {
    color: #fff;
    text-align: center;
  }

  .navbar-6.hauptfarbe {
    border-right-width: 0;
    align-items: stretch;
    padding-bottom: 0;
    position: relative;
  }

  .nav-link-3.flie-text.dropdown {
    width: 100%;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--crimson);
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .content-wrapper {
    height: auto;
  }

  .image-wrapper-large {
    height: 60vh;
  }

  .content-grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content-grid.switch {
    flex-direction: column-reverse;
  }

  .image-100.contain.abs-1 {
    right: 25%;
  }

  .image-100.contain.abs-2 {
    bottom: 20%;
    right: 27%;
  }

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

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

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button {
    font-size: 14px;
  }

  .page-index-grid._10-pages {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .amazon-link {
    z-index: 200;
  }

  .amazon-icon {
    height: 45px;
  }

  .navlink-dropdown-list.w--open {
    margin-top: 10px;
    position: relative;
  }

  .navlink-dropdown {
    width: 100%;
  }

  .pdf {
    height: 20px;
  }

  .shop {
    height: 25px;
  }

  .success-txt {
    font-size: 25px;
    line-height: 33px;
  }

  .popup-inside {
    width: 80%;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .button-3 {
    font-size: 14px;
  }

  .quick-stack-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo {
    width: 80px;
    margin-bottom: 7px;
  }

  .logo.w--current {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

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

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

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

  .startseite2, .startseite2.zweitfarbe {
    padding: 40px;
  }

  .heading-start2.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-start2.heading-2.farbe-der-headings.price, .heading-start2.heading-2.farbe-der-headings.small-heading {
    text-align: center;
  }

  .paragraph-mitig {
    padding-bottom: 40px;
  }

  .paragraph-mitig.flie-text {
    padding-bottom: 0;
    font-size: 14px;
  }

  .mehr-erfahren1.highlights.flie-text.abs {
    width: 35%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .mehr-erfahren1.highlights.flie-text.no-top-mrg {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

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

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

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

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

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

  .karte1 {
    height: 45vh;
  }

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

  .success-2, .sucess-blcok {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .footer-1.hauptfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .content-wrapper {
    padding: 40px;
  }

  .image-wrapper-large {
    height: 50vh;
  }

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

  .image-100.contain.abs-1 {
    right: 30%;
  }

  .image-100.contain.abs-2 {
    right: 27%;
  }

  ._3-column-grid {
    flex-direction: column;
    display: flex;
  }

  .book-card {
    text-align: center;
    align-items: center;
  }

  .paragraph-links {
    padding-bottom: 40px;
  }

  .paragraph-links.flie-text {
    padding-bottom: 0;
  }

  .paragraph-links.flie-text.colored {
    text-align: center;
    text-align: center;
  }

  .paragraph-links-right {
    padding-bottom: 40px;
  }

  .paragraph-links-right.flie-text.rechts {
    text-align: center;
    padding-bottom: 0;
  }

  .paragraph-links-right.flie-text.rechts-pdf {
    padding-bottom: 0;
  }

  .learn-more-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button.border {
    padding: 10px;
  }

  .paragraph-links-list {
    padding-bottom: 40px;
  }

  .button-grid {
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
  }

  .page-index-grid._2-pages, .page-index-grid._10-pages {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .amazon-link {
    inset: auto 0% 10px auto;
  }

  .amazon-icon {
    height: 40px;
  }

  .success-txt {
    font-size: 23px;
    line-height: 31px;
  }

  .image-62 {
    width: 25px;
    height: 25px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .image-101 {
    height: 30vh;
  }

  .abs-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    top: 5%;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .logo.w--current {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

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

  .flie-text.sm-font {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.4;
  }

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

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

  .video2 {
    height: 100%;
  }

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

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

  .startseite2, .startseite2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-start2 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-start2.heading-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
  }

  .heading-start2.heading-2.farbe-der-headings.price {
    font-size: 17px;
  }

  .heading-start2.heading-2.farbe-der-headings.small-heading, .heading-start2.heading-2.farbe-der-headings.small-heading.center {
    font-size: 16px;
  }

  .paragraph-mitig.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .mehr-erfahren1 {
    min-width: 150px;
  }

  .mehr-erfahren1.highlights.flie-text.abs {
    width: 50%;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

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

  .impdat-3 {
    padding: 20px;
  }

  .success-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sucess-blcok.highlights {
    padding: 20px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .content-wrapper {
    height: auto;
  }

  .content-wrapper.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper-large {
    height: 45vh;
  }

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

  .image-100.contain.abs-1, .image-100.contain.abs-2 {
    right: 17%;
  }

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

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

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

  .book-card {
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-links.flie-text {
    font-size: 13px;
  }

  .paragraph-links-right.flie-text {
    font-size: 12px;
  }

  .paragraph-links-right.flie-text.rechts {
    font-size: 13px;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .button.border {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .paragraph-links-list.flie-text {
    font-size: 13px;
  }

  .button-grid {
    margin-top: 40px;
  }

  .page-index-grid._10-pages {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .page-number {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .amazon-icon {
    height: 35px;
  }

  .pdf-flex {
    flex-direction: column;
  }

  .shop {
    height: 20px;
  }

  .shop-link {
    padding: 8px 10px;
  }

  .success-txt {
    font-size: 19px;
    line-height: 27px;
  }

  .popup-inside {
    width: 90%;
    padding-left: 10px;
  }

  .image-62 {
    width: 20px;
    height: 20px;
  }

  .heading-89 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .shop-link-5 {
    padding: 8px 10px;
  }

  .image-101 {
    height: 25vh;
  }
}

#w-node-_8ada801a-f981-b634-4e00-e474e0303ee1-d5df1417, #w-node-_8ada801a-f981-b634-4e00-e474e0303ee3-d5df1417, #w-node-d4c64200-314b-1b2a-e141-9c949de013a8-d5df1417, #w-node-e51369ae-6aeb-59d3-6dd5-a494d32d5a81-d5df1417, #w-node-e61dd389-a692-e35e-7436-d80e8052b2f3-d5df1417, #w-node-e61dd389-a692-e35e-7436-d80e8052b2e6-d5df1417, #w-node-fdc9e3c3-e507-bf4c-0511-8dc00ef0272b-d5df1417, #w-node-fdc9e3c3-e507-bf4c-0511-8dc00ef02729-d5df1417, #w-node-af846b4e-97b7-0a22-0fd0-1c660ce794cc-d5df1417, #w-node-af846b4e-97b7-0a22-0fd0-1c660ce794d7-d5df1417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e776e76b-e677-9297-0874-23a616410d91-d2228448 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e776e76b-e677-9297-0874-23a616410d92-d2228448 {
  grid-column: span 2 / span 2;
}

#w-node-_441975c7-daeb-d0d2-9342-95b25d319815-d5df1485, #w-node-c9e19d4b-c22b-c8a9-cd90-14eaf753f3e0-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d319849-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d31989f-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d3198d2-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d319952-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d319916-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d319a05-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d319a42-d5df1485, #w-node-_441975c7-daeb-d0d2-9342-95b25d319a6f-d5df1485, #w-node-fdb61e57-a777-17dd-5849-7df00c438252-d5df1485, #w-node-_9a595775-586f-a49a-c728-72f38c4f3356-d5df1485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_441975c7-daeb-d0d2-9342-95b25d319aca-d5df1485 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_43286fa1-2684-6680-6405-9423b07cff22-d5df1486, #w-node-a3b870f3-b92f-119c-8f0d-ad87e7bbd5e0-d5df1486, #w-node-a3b870f3-b92f-119c-8f0d-ad87e7bbd635-d5df1486, #w-node-a3b870f3-b92f-119c-8f0d-ad87e7bbd677-d5df1486, #w-node-a3b870f3-b92f-119c-8f0d-ad87e7bbd6b2-d5df1486, #w-node-_110056d7-4e55-a0df-0215-5cf58f0b2768-d5df1486, #w-node-_86376931-0484-77b7-35bc-0d784591ba20-d5df1486, #w-node-e4c6d147-7711-8bba-7345-d9584a8f520d-d5df1486, #w-node-_0981d694-74fd-a04a-be63-ee3679e68736-d5df1486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_088c3e6b-942b-dcd2-ee0f-e6641329f006-d5df1486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_088c3e6b-942b-dcd2-ee0f-e6641329f00a-d5df1486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aeac0401-2895-db39-8e6b-c1bd3c214589-d5df1487, #w-node-_2644ba13-f306-4cd2-769a-921de80f862f-d5df1487, #w-node-_2644ba13-f306-4cd2-769a-921de80f8670-d5df1487, #w-node-_2644ba13-f306-4cd2-769a-921de80f86ac-d5df1487, #w-node-ece40825-44dd-a369-6843-ab2b18bac549-d5df1487, #w-node-_3dc4ed96-5f6f-fc27-913d-8e85a5e4a77c-d5df1487, #w-node-c89a6802-cc4f-0cc9-4dcf-07c0cf523dbb-d5df1487, #w-node-_132fbbec-4ea9-fb57-d0cb-267a738dc58a-d5df1487, #w-node-_20344af4-c3f4-8f3b-9b79-2f5a620611aa-d5df1487, #w-node-a7c7f0c1-1702-e10e-17c9-e101f5c0ae5f-d5df1487, #w-node-_59f789e5-eeb4-6b59-53be-f7c66372f1e9-d5df1487, #w-node-_578d10ed-6767-c05d-4ec5-63f4d310f5ae-d5df1487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd790ca0-5695-e0e1-372f-b6deba6c53c0-d5df1487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dd790ca0-5695-e0e1-372f-b6deba6c53c4-d5df1487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_382bfd10-c941-5f19-4682-cb9166065121-d5df1488, #w-node-_190404cc-8ada-e585-147c-52cafef1d919-d5df1488, #w-node-_47da21b9-30f7-ca5f-c127-fd42e23609de-d5df1488, #w-node-_1e05be68-2628-95a4-8ef1-398126d54b6a-d5df1488, #w-node-_1a9f5eab-1793-211e-c4e3-67b069723279-d5df1488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11c97926-3f34-f247-25ea-8bcf35548bbc-d5df1488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6a4807c8-3947-c4ed-013b-b854ff68512e-d5df148c, #w-node-_4f1caa2f-dbb3-6e33-f37b-064bf0cabb70-d5df148c, #w-node-_266f4e81-2044-e203-feec-9365cc1a17c2-d5df148c, #w-node-d0ace420-0970-11a6-340f-39ad37265af8-d5df148c, #w-node-_8f7900b7-0eb8-287a-6cad-79033ccd0fc3-d5df148c, #w-node-_39862dfa-6956-408d-eab0-b830ae6ffe89-d5df148c, #w-node-_1771815b-65cd-972f-d5df-fdf411e70d36-d5df148c, #w-node-ed158d40-4add-5a36-073c-d335affdee6d-d5df148c, #w-node-_1b6c8b53-1324-713f-ad67-febdc2b22d58-d5df148c, #w-node-_0690dc30-345e-7426-082b-6d11b1d22e12-d5df148c, #w-node-_25a954c6-6f80-f68e-59a1-fb8e6b07ff5f-d5df148c, #w-node-_8d301d34-d875-7eb9-71b2-868e3456eb73-d5df148c, #w-node-_7e1996c2-6704-8617-ec1c-2ed239f8fad2-d5df148c, #w-node-_665cf785-43d4-33f6-cfbd-229d1a61b5b2-d5df148c, #w-node-_665cf785-43d4-33f6-cfbd-229d1a61b5e5-d5df148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0952b1c7-0d28-ee3e-1a04-440af2065a4d-d5df148c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_08dccb92-bdd6-01cf-512c-d55ccbdbcc6e-d5df148d, #w-node-_08dccb92-bdd6-01cf-512c-d55ccbdbcca5-d5df148d, #w-node-b249705e-5d01-4f28-c82c-2b24b541f8bd-d5df148d, #w-node-_6a4807c8-3947-c4ed-013b-b854ff68512e-d5df148d, #w-node-_9f064f26-3245-227d-70f6-3eda0d49da7d-d5df148d, #w-node-a8b89725-5aad-f615-7c63-d06a94d9e2ac-d5df148d, #w-node-_26d8b40e-a3c9-b3ab-d0b9-5c245ba2ec81-d5df148d, #w-node-cc35d848-9e67-4056-b4e6-2fb346b9f1c9-d5df148d, #w-node-_7e087f9e-fcb2-2ee8-af78-7264c0c42f82-d5df148d, #w-node-_30783f19-10f4-5d1c-73bc-9f82bea87b2c-d5df148d, #w-node-f8401c64-34eb-69dc-b10e-5148f9b4aae6-d5df148d, #w-node-f35e4057-68a7-bd43-da00-c4836dbb8ba5-d5df148d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41188245-6968-b968-b84a-847552031cb1-d5df148d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e8c0d666-d246-10ff-d0e3-c31750d62c22-d5df14a9, #w-node-e8c0d666-d246-10ff-d0e3-c31750d62c6e-d5df14a9, #w-node-ed37290b-16e5-21c9-002d-978aef95f31a-d5df14a9, #w-node-e8c0d666-d246-10ff-d0e3-c31750d62cea-d5df14a9, #w-node-e8c0d666-d246-10ff-d0e3-c31750d62d44-d5df14a9, #w-node-e8c0d666-d246-10ff-d0e3-c31750d62dda-d5df14a9, #w-node-e8c0d666-d246-10ff-d0e3-c31750d62e0f-d5df14a9, #w-node-e8c0d666-d246-10ff-d0e3-c31750d62e4d-d5df14a9, #w-node-_2cd95d3a-3f00-108c-803e-2b36a33966cd-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a357-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a399-d5df14ae, #w-node-cc90e89c-4373-7187-76b6-4ccdd5d93620-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a3dd-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a472-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a4b9-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a501-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a53d-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a57d-d5df14ae, #w-node-_77174e4b-aa86-57da-d902-7594c4a3a5b7-d5df14ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77174e4b-aa86-57da-d902-7594c4a3a68f-d5df14ae {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_941c9be4-9346-841c-4c82-8d99bf1d1687-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907ba0-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907be5-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907c3d-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907c77-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907cb8-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907d26-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907d6a-d5df14c1, #w-node-b994ff37-26ea-5525-f9b0-63a0f04f1511-d5df14c1, #w-node-e984c979-4fd4-ee97-7a44-dcbeb5907da6-d5df14c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e984c979-4fd4-ee97-7a44-dcbeb5907ebd-d5df14c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e984c979-4fd4-ee97-7a44-dcbeb5907ec1-d5df14c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5125e52-ceb0-6be7-6ee2-d433d2250a42-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7cb9-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7d02-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7d55-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7dee-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7e42-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7e77-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7eaf-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7efe-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7f37-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7f77-d5df14c2, #w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7fb7-d5df14c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7fee-d5df14c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2836a4fc-e21f-c362-41aa-be2ad81c7ff2-d5df14c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ccfe96b-c9c4-ecd4-fa3f-29452da7c926-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861c69-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861cb1-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861cea-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861d37-d5df14c3, #w-node-_18c93b5a-f7bb-df4d-bfef-d6dab3cb4614-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861db8-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861df3-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861e2a-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861e69-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861eb0-d5df14c3, #w-node-_5e26ec28-b912-3451-2e7f-19f7bf861ee0-d5df14c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e26ec28-b912-3451-2e7f-19f7bf861f13-d5df14c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5e26ec28-b912-3451-2e7f-19f7bf861f17-d5df14c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fa1af28f-5d69-12f4-9d87-44e10c257a13-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c8efa-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c8e80-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c8fab-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c9013-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c904f-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c9084-d5df14c4, #w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c90be-d5df14c4, #w-node-_52997efd-e20e-723b-e7ef-f53938f3e53d-d5df14c4, #w-node-_7e5c24c1-fe25-df17-3654-22721d4b8390-d5df14c4, #w-node-_1fda4fe9-dd68-c53c-3643-ff0124eb719a-d5df14c4, #w-node-ce2ed4ca-8b91-6246-ba00-68002d8f46b6-d5df14c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c9123-d5df14c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8ac8bd96-69d2-9b65-78c6-c0bc245c9127-d5df14c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a3a6d26-5b5e-c9b9-392e-ee7041b7e71f-d5df14c5, #w-node-_8b80c6da-24a1-a906-a154-71ffebb118fa-d5df14c5, #w-node-f6c071e3-381d-63e7-fd51-7d1ca1cb2ef2-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a873697896a5-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a873697896e2-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a8736978971c-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a87369789758-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a87369789793-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a873697897cd-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a87369789801-d5df14c5, #w-node-_0dd4f364-b44a-75f4-2db6-a87369789836-d5df14c5, #w-node-_7dac909a-851b-4a4f-9816-95dc418ef5c4-d5df14c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a17bdd7-86b3-0a88-deab-b6a79d154b05-d5df14c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a17bdd7-86b3-0a88-deab-b6a79d154b09-d5df14c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_251893f1-0403-bd9d-f252-45d3ee782f4d-d5df14c6, #w-node-_251893f1-0403-bd9d-f252-45d3ee782f7f-d5df14c6, #w-node-_251893f1-0403-bd9d-f252-45d3ee782fb6-d5df14c6, #w-node-_251893f1-0403-bd9d-f252-45d3ee782ffd-d5df14c6, #w-node-_251893f1-0403-bd9d-f252-45d3ee78304c-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19eb6f-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19eba6-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19ebe9-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19ec2b-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19ec65-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19ec9c-d5df14c6, #w-node-d8c707ef-8634-cf2b-b0a8-0cba5f19ecd9-d5df14c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a17bdd7-86b3-0a88-deab-b6a79d154b05-d5df14c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a17bdd7-86b3-0a88-deab-b6a79d154b09-d5df14c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2a2aec27-538e-7e45-8417-7eec077f0d87-d5df14c7, #w-node-_2a2aec27-538e-7e45-8417-7eec077f0dc6-d5df14c7, #w-node-_2a2aec27-538e-7e45-8417-7eec077f0dfe-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4bea-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4c21-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4c64-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4ca6-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4ce0-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4d17-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4d54-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4d8a-d5df14c7, #w-node-_484d98da-f9cf-2579-1348-6e76071d4dc9-d5df14c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d522ac73-1441-7e12-9401-aabdc87d6e97-d5df14c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d522ac73-1441-7e12-9401-aabdc87d6e9b-d5df14c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ac2b1217-7e15-46ec-6726-4ad266d859c6-d5df14c8, #w-node-_3855b0ad-4152-48f2-0b93-d52fe77c5265-d5df14c8, #w-node-_3855b0ad-4152-48f2-0b93-d52fe77c52af-d5df14c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6d71132-28c7-ac69-cbca-8c14400cf443-d5df14c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f5d830a7-95b1-17aa-ef6e-70d6bcadd2d1-d5df14d1, #w-node-_35b2e18f-e7c8-a2a5-601d-c6e8e56871b4-d5df14d1, #w-node-ab1a1b1c-69a8-d4f9-5fed-e55e0dc60ed2-d5df14d1, #w-node-d3e4df66-4fea-b016-71f2-b9656326b6f7-d5df14d1, #w-node-_08b93264-40d1-3627-83c8-2018492b060f-d5df14d1, #w-node-ca0267bd-e46c-0b9b-ae26-3a7989a4d3d8-d5df14d1, #w-node-a3b40976-199a-7978-bd8e-399420fbd521-d5df14d1, #w-node-_86721baa-9c2c-2296-8c0e-080090996278-d5df14d1, #w-node-_3ad2ab9e-bfed-2251-e515-481c4ceab1a2-d5df14d1, #w-node-_067f6af4-aba7-5a3c-fc87-b347542e5542-d5df14d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b2e18f-e7c8-a2a5-601d-c6e8e5687443-d5df14d1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_9e97ca77-6eab-787c-5a63-092a9a358732-d5df14d2, #w-node-_35b2e18f-e7c8-a2a5-601d-c6e8e56871b4-d5df14d2, #w-node-d0c26ba9-7dea-bd23-c96c-90055ca5f61e-d5df14d2, #w-node-bbe0b569-0362-5d2f-a08c-22d3040e74dd-d5df14d2, #w-node-d8f674f4-2c5a-f0ef-f287-35d316cb8d51-d5df14d2, #w-node-c9ed2161-f552-1df2-c623-de3177efc7b0-d5df14d2, #w-node-_1c65b3d0-9c4b-f0a9-471d-e27f175acd7c-d5df14d2, #w-node-e4be2392-9dbd-74e9-d3ce-3b43a38279ba-d5df14d2, #w-node-_925eb616-1277-3571-885b-9a59f153fb17-d5df14d2, #w-node-_3f4c05d9-be04-a04b-b44b-d6395093c10f-d5df14d2, #w-node-_982b8e2f-46ba-4c4f-8099-83afccb6cd31-d5df14d2, #w-node-d8c3707f-19ff-906a-7563-fbad2728fa3c-d5df14d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_787c8b98-f60a-d6a5-99cf-f0d7d7b10b89-d5df14d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_787c8b98-f60a-d6a5-99cf-f0d7d7b10b8d-d5df14d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_00b29244-af9c-9cf3-84cf-57c37ba7a450-d5df14d3, #w-node-_7f5d5700-9df9-48f7-6e8c-e24f1c682edd-d5df14d3, #w-node-_48a1bceb-d335-6271-7766-9bd2b6a0c5e3-d5df14d3, #w-node-b09cf693-026a-9887-fdfc-b7526b61122e-d5df14d3, #w-node-d8350b88-caa4-2ddd-c663-15bc3faa8865-d5df14d3, #w-node-_4be5b985-fb40-f709-870e-1cf94fe31e1f-d5df14d3, #w-node-d23efbdf-ca46-6910-93cf-3e27960c6be8-d5df14d3, #w-node-_85e66296-92b3-517a-1bc5-e9b0dd520821-d5df14d3, #w-node-_7a31fa7a-8514-dc3a-71eb-b4abd164f1f0-d5df14d3, #w-node-_4bb717ee-3e7c-babf-6032-ad28961e9fec-d5df14d3, #w-node-_1ff79ddb-c642-7c0c-507a-0f421912dd5f-d5df14d3, #w-node-f45c8d91-9f4c-ee33-dfe3-5916e62848e6-d5df14d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_787c8b98-f60a-d6a5-99cf-f0d7d7b10b89-d5df14d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_787c8b98-f60a-d6a5-99cf-f0d7d7b10b8d-d5df14d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_68d062b0-6c6e-ccc7-bf51-51b2840c689a-d5df14d4, #w-node-_7f5d5700-9df9-48f7-6e8c-e24f1c682edd-d5df14d4, #w-node-c4663be1-e786-adb0-7cb2-989007603466-d5df14d4, #w-node-_6690e390-cf0a-46d6-fb62-7764f8a6dfe4-d5df14d4, #w-node-c437d75d-777a-959f-035d-87fc72083ab2-d5df14d4, #w-node-ecae55c9-c288-b6c8-6a3e-ddde744be1ee-d5df14d4, #w-node-_4126ba00-51b8-28eb-8238-f16ea73b6880-d5df14d4, #w-node-_3e7b1989-54c2-527e-54dd-534fa5ee6ddb-d5df14d4, #w-node-e541704e-9bb3-d51e-9803-32ea0f7684f0-d5df14d4, #w-node-_92d86b12-345a-43f7-fb41-a7f7e7ec760d-d5df14d4, #w-node-f4e12404-dafb-a50e-9585-acc5b0dccd6c-d5df14d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d28bedd1-f6f6-9c86-7ca4-27ec7f2c7cb4-d5df14d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d28bedd1-f6f6-9c86-7ca4-27ec7f2c7cb8-d5df14d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8c9aece3-8c65-2732-4812-ca0f62b190f5-d5df14d5, #w-node-_607d10ca-ac10-610b-2f55-af4f7f35c406-d5df14d5, #w-node-_607d10ca-ac10-610b-2f55-af4f7f35c544-d5df14d5, #w-node-_607d10ca-ac10-610b-2f55-af4f7f35c584-d5df14d5, #w-node-_607d10ca-ac10-610b-2f55-af4f7f35c5c2-d5df14d5, #w-node-_607d10ca-ac10-610b-2f55-af4f7f35c603-d5df14d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_580c6388-a1d6-bbcf-3fe7-877c3686d58f-d5df14d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8d4a3a72-9af6-bd28-59e3-bb559a6fe967-d5df14eb, #w-node-_25239e3d-ecee-e513-4c5c-8a078f2b5a03-d5df14eb, #w-node-_13bedbda-ba48-500b-95d0-bb7f484e7c1d-d5df14eb, #w-node-_96067fc7-6a72-e3d8-1fe8-ebf144a14300-d5df14eb, #w-node-_5e8d6b46-2b68-c368-a984-d50f478a597a-d5df14eb, #w-node-ebbb6199-583b-3bf3-697e-fda73440b786-d5df14eb, #w-node-_5f18e38c-c728-3493-1ee7-1a4d63c210da-d5df14eb, #w-node-_85e25520-b852-1474-cc31-73977d9423ff-d5df14eb, #w-node-c77018bb-ce77-5ea0-651e-28aeda71845f-d5df14eb, #w-node-fb60e212-6a0a-d87e-1075-8b1f600e7f79-d5df14eb, #w-node-_9fa3f632-4f91-08f3-1200-b081fef3ac5b-d5df14eb, #w-node-d3e8acbf-cdda-ab63-268e-f970f971201b-d5df14eb, #w-node-_1dfa8db4-8992-652d-af1f-07e258625db4-d5df14eb, #w-node-_368562aa-adf5-ed1a-f89e-11e5a9442f85-d5df14eb, #w-node-ebbb6199-583b-3bf3-697e-fda73440b6cd-d5df14eb, #w-node-ebbb6199-583b-3bf3-697e-fda73440b580-d5df14eb, #w-node-ebbb6199-583b-3bf3-697e-fda73440b5c2-d5df14eb, #w-node-ebbb6199-583b-3bf3-697e-fda73440b60b-d5df14eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14bca495-2315-6758-32f5-45f69e5cf23f-d5df14eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_58997c03-e5a6-79cf-b429-cda54ed5ad7c-d5df14ec, #w-node-_62a058f2-b596-04c8-7a7a-77732eca8a62-d5df14ec, #w-node-_2ed0ea35-8d53-9bc3-258f-9d194de2700b-d5df14ec, #w-node-_2ed0ea35-8d53-9bc3-258f-9d194de27049-d5df14ec, #w-node-_2ed0ea35-8d53-9bc3-258f-9d194de27080-d5df14ec, #w-node-_2ed0ea35-8d53-9bc3-258f-9d194de270c2-d5df14ec, #w-node-_2ed0ea35-8d53-9bc3-258f-9d194de27154-d5df14ec, #w-node-_2ed0ea35-8d53-9bc3-258f-9d194de2719a-d5df14ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abbed64d-920f-c57a-0040-14ba3e658bc8-d5df14ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-abbed64d-920f-c57a-0040-14ba3e658bcc-d5df14ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b6edb7c4-9f36-ae15-a992-4bb3815ee00a-d5df14ed, #w-node-_18a7c628-44ed-ce9a-16e7-27c42c46c2e0-d5df14ed, #w-node-_18a7c628-44ed-ce9a-16e7-27c42c46c316-d5df14ed, #w-node-_47b058f2-478a-accf-36ae-163ab62d2a55-d5df14ed, #w-node-_78d61322-eea5-351e-dfc5-c90328df9cc8-d5df14ed, #w-node-_78d61322-eea5-351e-dfc5-c90328df9d04-d5df14ed, #w-node-_78d61322-eea5-351e-dfc5-c90328df9d8f-d5df14ed, #w-node-_634ae931-83c4-2c1f-3f91-2c653a4aa400-d5df14ed, #w-node-_634ae931-83c4-2c1f-3f91-2c653a4aa445-d5df14ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4df5b5bf-1d98-ae9f-2ea5-d1b189e710eb-d5df14ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4df5b5bf-1d98-ae9f-2ea5-d1b189e710ef-d5df14ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b0d04838-38f8-24c3-5257-8dbca8f4b5da-d5df14ff, #w-node-b19f4613-126d-7afa-a3c9-26ad6fdb248e-d5df14ff, #w-node-b06382ef-d17f-3a2b-45fd-35b3fc3ca7f9-d5df14ff, #w-node-_2afd4025-f1ae-46b4-851b-2bd5cc53554d-d5df14ff, #w-node-_2afd4025-f1ae-46b4-851b-2bd5cc535592-d5df14ff, #w-node-_2afd4025-f1ae-46b4-851b-2bd5cc5355e4-d5df14ff, #w-node-_2afd4025-f1ae-46b4-851b-2bd5cc535628-d5df14ff, #w-node-_2afd4025-f1ae-46b4-851b-2bd5cc535672-d5df14ff, #w-node-_2afd4025-f1ae-46b4-851b-2bd5cc5356ae-d5df14ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14bca495-2315-6758-32f5-45f69e5cf23b-d5df14ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_14bca495-2315-6758-32f5-45f69e5cf23f-d5df14ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_623f3fdf-cfc2-879c-8516-948286804b21-d5df1500, #w-node-_55dbc3d5-cabd-7a33-b1b2-53b9ce9196af-d5df1500, #w-node-_55dbc3d5-cabd-7a33-b1b2-53b9ce919700-d5df1500, #w-node-_86f62fd9-36a9-b3e3-77fa-1b8c0c8d843b-d5df1500, #w-node-c64e4e53-dc4b-44dc-b0b4-9fe21fd19318-d5df1500, #w-node-c64e4e53-dc4b-44dc-b0b4-9fe21fd1934d-d5df1500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14bca495-2315-6758-32f5-45f69e5cf23b-d5df1500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_14bca495-2315-6758-32f5-45f69e5cf23f-d5df1500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ee6a1f19-664f-e91b-7a16-e705ef136b2c-d5df152a, #w-node-_8e43f6b3-45af-a70a-e54e-94708f0be464-d5df152a, #w-node-b43a0a1a-c5cd-8251-c989-e5a6d395df51-d5df152a, #w-node-_9823af48-066e-787e-dae3-f14ae7fea7a3-d5df152a, #w-node-_34a33575-ed91-589c-dbe1-bcf784b45d24-d5df152a, #w-node-_9eb4f1f2-f0f3-cfbc-d299-7fb98d982668-d5df152a, #w-node-_21873a94-2973-5f63-6f0f-480e66aa64d8-d5df152a, #w-node-_673bb8b4-7307-cc58-12d1-224354114dea-d5df152a, #w-node-_673bb8b4-7307-cc58-12d1-224354114e38-d5df152a, #w-node-_673bb8b4-7307-cc58-12d1-224354114e7b-d5df152a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14bca495-2315-6758-32f5-45f69e5cf23f-d5df152a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1839f7a8-7073-f92e-384f-31a88c500992-d5df153c, #w-node-_0fe24719-c65a-411f-2f54-6491825ed734-d5df153c, #w-node-_216a7677-f396-fa61-368c-601171886c96-d5df153c, #w-node-_3aa93a93-e70e-4136-6254-85af70858df4-d5df153c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abbed64d-920f-c57a-0040-14ba3e658bc8-d5df153c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-abbed64d-920f-c57a-0040-14ba3e658bcc-d5df153c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b108051e-d8f9-08f2-9bae-bc1150f59a03-d5df1542, #w-node-_4c95377f-c40e-cb0d-b477-a351a53b176f-d5df1542, #w-node-_1bd5bc41-bbb6-fdeb-2137-0fd23751ce97-d5df1542, #w-node-_6a4807c8-3947-c4ed-013b-b854ff68512e-d5df1542, #w-node-_7f96d9c0-50c4-7477-055a-b382394d90f6-d5df1542, #w-node-d9aa322c-81aa-8361-0031-fe40106df613-d5df1542, #w-node-ee2a14d4-62d5-d909-b496-f3a87626e919-d5df1542, #w-node-b797a146-732f-4e6c-4d15-15422ae6859d-d5df1542, #w-node-_96931fd7-2e4e-b19f-80d9-a9cb6a937763-d5df1542, #w-node-f988c076-8947-9efd-5017-3663acd4b554-d5df1542, #w-node-_998192de-1431-c730-71ca-be8bfb47bff8-d5df1542, #w-node-_4eac84d7-bcfa-8574-6ce2-e2499b238a28-d5df1542, #w-node-fedb1843-3347-f382-771d-91a8459772d2-d5df1542, #w-node-_22f6d59a-c803-1e19-d697-88605b3a927c-d5df1542, #w-node-_04d45f4e-5359-eb9f-82c1-6ab022256238-d5df1542, #w-node-_96190c7a-917f-2570-d42b-ab8843089e7c-d5df1542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0952b1c7-0d28-ee3e-1a04-440af2065a4d-d5df1542 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_9a18a739-4b31-6bd3-c739-47836e854fb8-d5df1543, #w-node-_9a18a739-4b31-6bd3-c739-47836e854ff5-d5df1543, #w-node-_9a18a739-4b31-6bd3-c739-47836e85502c-d5df1543, #w-node-_672d826c-a49b-9d73-b0fd-1c0619dda91d-d5df1543, #w-node-f838ec31-6907-fbae-d75e-20d3ca4b7cf3-d5df1543, #w-node-b221b5e7-4c33-f0e7-7ca0-e029b581b2fc-d5df1543, #w-node-a0d6ca35-b05e-d41c-4ca2-9e0dc4fc756f-d5df1543, #w-node-_028c3320-02ec-5677-2e7a-0e10f75e3408-d5df1543, #w-node-_76300d55-ff41-48ae-fb67-441c1915d0e2-d5df1543, #w-node-_0fda3a00-836c-c0eb-7951-9700a8ac9189-d5df1543, #w-node-_5f0c5b1d-c6ff-3f69-25ad-3767d8f0ae51-d5df1543, #w-node-d091885f-4281-7f03-607c-bf58aa831dae-d5df1543, #w-node-_48c0f346-5e70-3c46-6cb9-a8ec089f8daa-d5df1543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0add38f-815c-b791-c728-77969af7729e-d5df1543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a0add38f-815c-b791-c728-77969af772a2-d5df1543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f3373bab-7fd0-c242-061b-156d15ea7031-d5df1544, #w-node-bb17857c-3b5d-aba0-c9d9-1c041a2580f3-d5df1544, #w-node-_6a4807c8-3947-c4ed-013b-b854ff68512e-d5df1544, #w-node-_3f754034-46f0-f140-fae2-df686087649a-d5df1544, #w-node-fd61f6d9-1041-551d-3f9e-0d83533bab88-d5df1544, #w-node-a2a944d7-5977-c85d-09fb-0fbd0c2bd63c-d5df1544, #w-node-efce5cfa-c35d-2e2e-c973-1fffc1dfbde0-d5df1544, #w-node-_79bb2965-73cc-f52d-5765-d6dd71425136-d5df1544, #w-node-ebddb8bd-4ab4-de07-e6fd-9031594e3d6e-d5df1544, #w-node-f52b580d-1500-625f-36c7-dafb7e8eb2af-d5df1544, #w-node-_8b9dd6e4-bad6-af08-f016-d05d7fbb42e6-d5df1544, #w-node-_92132511-9a66-6afd-eb03-63cc9cf11f39-d5df1544, #w-node-_305bbc04-b6f6-255e-ee3a-126057ea261c-d5df1544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0add38f-815c-b791-c728-77969af7729e-d5df1544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a0add38f-815c-b791-c728-77969af772a2-d5df1544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b4c3c31f-abac-2906-8379-17751f444137-d5df1556, #w-node-b170b7ea-3fba-6be1-730b-976d6a3de118-d5df1556, #w-node-_6a4807c8-3947-c4ed-013b-b854ff68512e-d5df1556, #w-node-_1d813756-9d92-927a-42c6-62245dab8c72-d5df1556, #w-node-f8532cd2-3da2-b5cd-2898-4826b4a336c5-d5df1556, #w-node-_7bcdcb95-96a9-e153-dd30-8c3e2b231993-d5df1556, #w-node-_4d34ee62-44cd-99b8-4640-22e88fdf2af3-d5df1556, #w-node-_5a20dbb2-5f4e-dc68-3e5f-f9e1304ac237-d5df1556, #w-node-_798a0d9f-d91c-8a32-076d-3385aa112634-d5df1556, #w-node-_54803c3b-abf3-205a-7e4b-6a690cb9d2d4-d5df1556, #w-node-_1f644dd8-e48a-74d0-5726-42c603d72cba-d5df1556, #w-node-_08cbc6df-aa12-6a43-acec-92904b643f48-d5df1556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0add38f-815c-b791-c728-77969af7729e-d5df1556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a0add38f-815c-b791-c728-77969af772a2-d5df1556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dc2541ad-941c-9313-134d-dd3bb96dc091-d5df1557, #w-node-b85be772-854e-4eef-d82a-82192eef1594-d5df1557, #w-node-_6a4807c8-3947-c4ed-013b-b854ff68512e-d5df1557, #w-node-b3458c88-8899-bafd-07d0-0914c56b0335-d5df1557, #w-node-_48d5a00a-326a-c44b-90b8-acfc47a93241-d5df1557, #w-node-_5b5709f7-4800-58ae-8c53-9c23d49ecde7-d5df1557, #w-node-_78d78916-ab6b-cd6c-2fdf-4176365e0f59-d5df1557, #w-node-_4278eb00-cebd-bf9a-2533-4d3d5cc21fc3-d5df1557, #w-node-_25b91221-2d18-db22-381e-fb9d1acb63d7-d5df1557, #w-node-_84be7b51-a914-2ab8-6bd3-6af7c241bbf7-d5df1557, #w-node-d9cbe202-4c72-a3e4-c279-bf0c5503cf28-d5df1557, #w-node-_99c08207-c2bd-4e24-05dc-5e1c91326087-d5df1557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0add38f-815c-b791-c728-77969af7729e-d5df1557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a0add38f-815c-b791-c728-77969af772a2-d5df1557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8d2f5edc-c81a-4db9-43c7-3ac01eec9edf-d5df1558, #w-node-c50bdf82-a515-01f1-75a2-22583d565bab-d5df1558, #w-node-_2cee0968-811c-0fe4-081e-678c737a0113-d5df1558, #w-node-de2affe4-7331-86ba-3693-2bf92dafe198-d5df1558, #w-node-_2c49116e-45c5-0899-1ec5-478fb4b053fc-d5df1558, #w-node-_131c01e3-149c-f439-c24c-eb95287f8982-d5df1558, #w-node-b9d0252f-2857-9c29-2ad2-b12b6eae5c35-d5df1558, #w-node-f4ccc1f4-305e-86b8-5f3a-2a32291050e1-d5df1558, #w-node-f4ccc1f4-305e-86b8-5f3a-2a3229105107-d5df1558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0add38f-815c-b791-c728-77969af7729e-d5df1558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a0add38f-815c-b791-c728-77969af772a2-d5df1558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_35b2e18f-e7c8-a2a5-601d-c6e8e56871b4-d5df155c, #w-node-ae8d8f70-091a-97b4-3039-9b54d298f0d3-d5df155c, #w-node-a670267b-8b90-0c8e-3d47-76cc977ee570-d5df155c, #w-node-beafc616-97c4-f398-e2e5-6d01a4ee2622-d5df155c, #w-node-_599008a8-a7e7-ba38-1290-1ddc117b07a1-d5df155c, #w-node-f587c9d8-149f-27be-8b16-293f51493e5e-d5df155c, #w-node-_2742fae5-ff85-90ed-aaf0-f8c41172f30d-d5df155c, #w-node-ed7e2715-1614-b53d-b97a-71d4dc389dea-d5df155c, #w-node-_48a2fe2d-6cd0-9bb8-fd2c-4229861bc0c8-d5df155c, #w-node-e60f6a29-0c05-b4b6-be17-425df6c3569e-d5df155c, #w-node-b717c699-620a-1249-73c4-46077381d8ab-d5df155c, #w-node-_0d0c900a-6664-e9ad-1bf0-eee0eb12618c-d5df155c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b2e18f-e7c8-a2a5-601d-c6e8e5687443-d5df155c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_35b2e18f-e7c8-a2a5-601d-c6e8e56871b4-d5df155d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2e62f88-de71-aa13-6f9a-9f52f38d5ff7-d5df155d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-e776e76b-e677-9297-0874-23a616410d91-d2228448 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e776e76b-e677-9297-0874-23a616410d92-d2228448 {
    grid-column: span 1 / span 1;
  }
}


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