:root {
  --white: white;
  --beige: #ccc3ad;
  --orange: #ee8206;
  --black: black;
  --flowui-component-library--white: white;
  --overlay: #ffffff40;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-100: #f7f9fd;
  --transparet: #fff0;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --orange-overlay: #ee820666;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-400: #b6b9ce;
  --overlay-darker-orange: #a34b0833;
  --attention-pink: #e70051;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --walsh--walsh-dark-green: #2c5c5d;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--walsh-mid-green: #47888a;
  --walsh--black: #2c2c2c;
  --walsh--walsh-light-green: #c2ecd5;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-header {
  z-index: -1;
  background-image: linear-gradient(#06220780, #06220780), url('../images/Kai-9258.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
}

.section-was-ist-waldbaden {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.section-warum-waldbaden {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.section-wo, .section-referenzen, .section-benefits-des-waldbadens, .section-kontakt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.header-headline {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 100px;
  line-height: 140px;
}

.div-block-header-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: roca, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.heading.small {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
}

.paragraph {
  text-align: justify;
  margin-bottom: 30px;
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.small {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

.paragraph.subhead {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2 {
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.prehead {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.prehead.small {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
}

.flex-block-angebote {
  background-color: var(--white);
  border-radius: 15px;
  width: 50%;
  margin-bottom: 40px;
  padding: 20px 40px;
}

.body {
  background-color: var(--beige);
}

.flex-block-wrapper-angebote {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.cta-button {
  background-color: var(--orange);
  border-radius: 15px;
  margin-bottom: 20px;
  font-family: roca, sans-serif;
  font-weight: 300;
}

.image-3 {
  border: 1px #000;
  width: 40%;
  margin: 10px 60px 20px -50px;
  transform: rotate(2deg);
}

.flex-block-headtext {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 20px 25px;
}

.flex-block-2 {
  align-items: center;
}

.image-rechts {
  border: 1px #000;
  width: 40%;
  margin: 10px -50px 20px 40px;
  transform: rotate(-2deg);
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.f-paragraph-regular {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.f-paragraph-regular.impressum {
  text-align: left;
  max-width: 100%;
}

.f-banner-badge {
  background-color: var(--white);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 5%;
  display: none;
}

.f-navigation-link {
  background-color: var(--overlay);
  color: var(--black);
  letter-spacing: -.01em;
  text-transform: none;
  white-space: nowrap;
  border-radius: 50px;
  padding: 5px 20px;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--black);
}

.f-navigation-link:active, .f-navigation-link.w--current {
  color: var(--black);
}

.f-navigation-menu {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-logo-link {
  align-self: center;
  font-family: roca, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: var(--beige);
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 20px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.f-button-neutral {
  background-color: var(--orange);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: roca, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--white);
  color: var(--black);
}

.f-button-neutral.margin-30 {
  width: 100%;
  margin-top: 30px;
  line-height: 2px;
}

.f-button-neutral.navbar {
  margin-left: 20px;
}

.f-button-neutral.full-width {
  width: 100%;
}

.f-button-neutral.full-width.inverted {
  border: .5px none var(--black);
  background-color: var(--orange);
  color: var(--white);
}

.f-button-neutral.full-width.inverted:hover {
  background-color: var(--white);
  color: var(--black);
  border-style: solid;
}

.f-button-neutral.full-width.inverted-no-border {
  border: 1px none var(--black);
  background-color: var(--white);
  color: var(--black);
}

.f-button-neutral.full-width.inverted-no-border:hover {
  background-color: var(--orange);
  color: var(--white);
  border-style: none;
}

.f-paragraph-large {
  color: var(--black);
  letter-spacing: -.02em;
  font-family: filson-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.f-h1-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: filson-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.f-heading-detail-small.impressum {
  margin-bottom: 3em;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  background-color: var(--beige);
  padding: 50px 5%;
  position: static;
}

.f-section-large.impressum {
  padding-top: 140px;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.f-h3-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 45px;
  line-height: 1.15;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-grid-two-column.only-columns-on-desktop-and-ipad {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.f-margin-bottom-41 {
  margin-bottom: 32px;
}

.f-margin-bottom-42 {
  margin-bottom: 15px;
}

.f-margin-bottom-43 {
  margin-bottom: 10px;
}

.f-margin-bottom-44 {
  margin-bottom: 8px;
}

.f-margin-bottom-45 {
  margin-bottom: 20px;
}

.f-margin-bottom-46 {
  margin-bottom: 12px;
}

.f-content-text-wrapper {
  max-width: 460px;
  margin-bottom: -30px;
}

.f-sub-heading-large {
  color: var(--black);
  letter-spacing: -.02em;
  font-family: roca, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.f-margin-bottom-47 {
  margin-bottom: 12px;
}

.f-feature-icon-wrapper {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
  display: none;
}

.f-feature-card-divider {
  background-color: var(--black);
  border: 1px #000;
  align-self: center;
  width: 1px;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-feature-card-row {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 32px;
  display: none;
}

.f-margin-bottom-48 {
  margin-bottom: 20px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.impressum {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.f-margin-bottom-64 {
  margin-bottom: 50px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 80%;
}

.f-h6-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-logo {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.f-header-text-wrapper {
  z-index: 1;
  background-color: var(--beige);
  border-radius: 16px;
  width: 60%;
  padding: 40px 50px 40px 40px;
  position: relative;
}

.f-section-large-with-bg {
  background-image: none;
  background-size: auto;
  padding: 180px 5% 92px;
  position: static;
}

.f-logo-2 {
  height: 65px;
}

.text-block-2 {
  color: var(--black);
}

.image-features {
  border-radius: 12px;
  margin-bottom: 40px;
}

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

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--orange);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.f-margin-bottom-75 {
  margin-bottom: 30px;
}

.f-margin-bottom-76 {
  margin-bottom: 12px;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-grid-cell-benefits {
  background-color: var(--white);
  border-radius: 16px;
  padding: 20px;
}

.f-grid-benefits {
  padding: 0;
}

.section-bild {
  border-top: 5px none var(--orange);
  background-color: var(--transparet);
  justify-content: center;
  align-items: center;
  max-height: 90vh;
  display: flex;
}

.image-4 {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.f-paragraph-small-5 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-2 {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-2 {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.f-grid-cell-programm {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.f-section-large-faq {
  background-color: var(--beige);
  padding: 50px 5%;
  display: none;
  position: static;
}

.text-block-6 {
  font-size: 14px;
  line-height: 1em;
}

.f-button-wrapper-left-centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-content-image-spacer {
  background-image: url('../images/Kai-480.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.f-content-image-spacer.asset-2 {
  background-image: url('../images/Kai-6676.jpg');
  background-repeat: no-repeat;
}

.f-content-image-spacer.asset-3 {
  background-image: url('../images/Kai-7029.jpg');
  background-repeat: no-repeat;
}

.f-content-image-spacer.asset-4 {
  background-image: url('../images/Kai-0476.jpg');
  background-repeat: no-repeat;
}

.f-content-image-wrapper-tall {
  background-color: var(--white);
  border-radius: 16px;
  width: 90%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
}

.f-content-image-wrapper-square {
  background-color: var(--white);
  border-radius: 16px;
  width: 90%;
  padding: 20px;
  overflow: hidden;
}

.f-title-wrapper-center-white-bg {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-grid-programm {
  padding: 0;
}

.container-footer {
  margin-bottom: 20px;
  font-family: filson-pro, sans-serif;
  font-weight: 400;
}

.container-footer:hover {
  color: var(--black);
}

.footer-dark {
  background-color: var(--beige);
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-link {
  color: var(--black);
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: .5px;
  margin-bottom: 30px;
}

.footer-copyright-center {
  color: var(--black);
  text-align: center;
  font-family: filson-pro, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

.bg-wrapper {
  z-index: -1;
  background-image: url('../images/Kai-0276.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.round-button {
  background-color: var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-family: roca, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  transition: all .2s;
  display: flex;
}

.round-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.round-button-breathing {
  background-color: var(--orange-overlay);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.breathing-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--beige);
  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;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-5 {
  width: 20%;
  margin-bottom: 40px;
}

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

.paragraph-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  color: var(--flowui-component-library--gray-900);
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social.tiktok {
  background-image: url('../images/icons8-tiktok-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.f-footer-social.linkedin {
  background-image: url('../images/icons8-linkedin-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.f-footer-social.instagram {
  background-image: url('../images/icons8-instagram-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.f-banner-dropdown-list {
  background-color: #947777;
}

.f-banner-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px #0000000d;
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-banner-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.f-banner-dropdown-toggle {
  grid-column-gap: 4px;
  color: var(--flowui-component-library--white);
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.f-icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-banner-icon {
  background-color: var(--flowui-component-library--gray-700);
  color: var(--flowui-component-library--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-language-wrapper-absolute {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-banner-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-banner-text-span {
  color: var(--flowui-component-library--primary-base);
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-container-center {
  z-index: 5;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: roca, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-paragraph-small.f-text-color-gray-600 {
  letter-spacing: -.02em;
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.f-badge-filled {
  z-index: auto;
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 10px;
  padding: 4px 12px;
  font-family: filson-pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  position: static;
  inset: 2% 0% auto auto;
}

.f-pricing-duration {
  color: var(--orange);
  font-size: 16px;
  font-weight: 400;
}

.f-h6-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.f-h6-heading-2.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.f-h5-heading.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-margin-bottom-16 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-pricing-card-dark {
  z-index: 999;
  background-color: var(--overlay);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: roca, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-pricing-line {
  background-color: #e4e6f1;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px none var(--flowui-component-library--grey-300);
  background-color: var(--overlay);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.f-pricing-card-outline.white {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

.f-pricing-column-basic {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  z-index: 999;
  width: 100%;
}

.f-pricing-button-toggle {
  color: var(--black);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.f-pricing-button-toggle.w--current {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 16px;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-toggle-menu {
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  display: flex;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.f-h2-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

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

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.text-block-7 {
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
}

.tabs-content {
  z-index: 99;
}

.text-block-8 {
  color: var(--black);
}

.text-block-9 {
  font-size: 10px;
  line-height: 12px;
}

.text-block-11 {
  color: var(--black);
}

.f-paragraph-offering {
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.f-paragraph-offering.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-paragraph-offering.f-text-color-gray-600 {
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .f-paragraph-regular {
    font-size: 14px;
  }

  .f-navigation-menu-button {
    border: 2px none var(--black);
    color: var(--black);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    color: var(--black);
    background-color: #ffffff40;
    border-style: none;
  }

  .f-navigation-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .f-navigation-menu {
    background-color: var(--beige);
    color: var(--black);
    padding: 12px;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-paragraph-large {
    font-size: 16px;
  }

  .f-h1-heading {
    font-size: 50px;
  }

  .f-heading-detail-small {
    line-height: 14px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-grid-two-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-two-column.only-columns-on-desktop-and-ipad {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: start stretch;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-sub-heading-large {
    font-size: 20px;
    line-height: 22px;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

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

  .f-header-text-wrapper {
    width: 80%;
  }

  .image-features {
    margin-bottom: 25px;
  }

  .f-image-cover-2 {
    border-radius: 12px;
  }

  .f-content-list-item {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-content-list-wrapper {
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-margin-bottom-75 {
    margin-bottom: 20px;
  }

  .f-grid-two-column-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-cell-benefits {
    padding: 15px;
  }

  .section-bild {
    background-image: url('../images/Kai-0276.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: 100%;
  }

  .f-accordian-list-2 {
    width: 100%;
  }

  .f-grid-cell-programm {
    padding: 15px;
  }

  .f-content-image-spacer {
    max-width: 100%;
    height: 300px;
  }

  .f-content-image-wrapper-tall, .f-content-image-wrapper-square {
    max-width: 100%;
    height: 90%;
    padding: 15px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-copyright-center {
    font-size: 10px;
  }

  .image-5 {
    width: 40%;
  }

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

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-banner-language-wrapper-absolute {
    margin-left: 8px;
    position: static;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .f-paragraph-regular {
    font-size: 14px;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-navigation {
    height: 60px;
  }

  .f-button-neutral {
    min-width: 150px;
    min-height: 40px;
  }

  .f-paragraph-large {
    font-size: 16px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 44px;
  }

  .f-heading-detail-small {
    font-size: 10px;
    line-height: 12px;
  }

  .f-section-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .f-section-large.impressum {
    padding-top: 110px;
  }

  .f-h3-heading {
    font-size: 30px;
  }

  .f-grid-two-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-grid-two-column.only-columns-on-desktop-and-ipad {
    display: block;
  }

  .f-margin-bottom-41 {
    margin-bottom: 20px;
  }

  .f-margin-bottom-42 {
    margin-bottom: 10px;
  }

  .f-margin-bottom-44 {
    margin-bottom: 7px;
  }

  .f-content-text-wrapper {
    margin-bottom: -10px;
  }

  .f-margin-bottom-47 {
    margin-bottom: 10px;
  }

  .f-margin-bottom-64 {
    margin-bottom: 30px;
  }

  .f-header-text-wrapper {
    width: 100%;
    padding: 30px;
  }

  .f-section-large-with-bg {
    padding: 102px 3% 42px;
  }

  .f-logo-2 {
    height: 40px;
  }

  .image-features {
    margin-bottom: 15px;
  }

  .f-icon-regular-3 {
    width: 20px;
    height: 20px;
  }

  .f-content-list-item {
    grid-column-gap: 7px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-content-list-wrapper {
    grid-row-gap: 7px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .f-margin-bottom-75 {
    margin-bottom: 10px;
  }

  .f-margin-bottom-76 {
    margin-bottom: 8px;
  }

  .f-grid-cell-benefits {
    padding: 13px;
  }

  .f-grid-benefits {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-grid-cell-programm {
    padding: 13px;
  }

  .f-section-large-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-about {
    width: 95%;
  }

  .f-content-image-spacer {
    height: 250px;
  }

  .f-content-image-wrapper-tall {
    width: 100%;
    padding: 13px;
  }

  .f-content-image-wrapper-tall.only-display-on-desktop-and-ipad {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-logo-footer {
    height: 40px;
  }

  .paragraph-3 {
    text-align: left;
    line-height: 1.6em;
  }

  .f-banner-icon {
    position: static;
  }

  .f-banner-container-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h6-heading-2 {
    font-size: 20px;
  }

  .f-h5-heading {
    font-size: 24px;
  }

  .f-pricing-button-toggle {
    width: 100%;
    padding: 8px 20px;
  }

  .f-pricing-button-toggle.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-pricing-toggle-menu {
    flex-flow: row;
    width: 100%;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-block-10 {
    font-size: 14px;
    font-weight: 300;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .f-paragraph-regular, .f-banner-flex-row {
    text-align: left;
  }

  .f-paragraph-large {
    font-size: 15px;
  }

  .f-h1-heading {
    font-size: 32px;
  }

  .f-heading-detail-small.header {
    text-align: left;
  }

  .f-section-large.impressum {
    background-color: var(--beige);
  }

  .f-image-cover {
    height: 330px;
  }

  .f-h3-heading {
    margin-bottom: 0;
    font-size: 28px;
  }

  .f-grid-two-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .f-margin-bottom-41 {
    margin-bottom: 30px;
  }

  .f-margin-bottom-42 {
    margin-bottom: 5px;
  }

  .f-margin-bottom-64 {
    margin-bottom: 20px;
  }

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

  .f-header-text-wrapper {
    padding: 30px 20px;
  }

  .f-section-large-with-bg {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .f-content-list-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-grid-two-column-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .f-grid-benefits {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .f-button-wrapper-left-centered {
    justify-content: flex-start;
    align-items: center;
  }

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

  .f-content-image-wrapper-tall {
    height: 100%;
  }

  .f-grid-programm {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-5 {
    width: 60%;
  }

  .paragraph-3 {
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6em;
    overflow: visible;
  }

  .paragraph-3.datenschutz {
    font-size: 12px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .f-pricing-button-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-cf11cbb4-ac9f-47a4-ac11-77d6472816bc-70be6a3a {
  justify-self: end;
}

#w-node-f6f1c452-8bec-38ba-77f6-254543fb9461-70be6a3a {
  justify-self: start;
}

#w-node-f6f1c452-8bec-38ba-77f6-254543fb9463-70be6a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_399346fc-5861-c7a6-f0e0-13c3f9aff9ca-70be6a3a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7073c2ba-1c3e-c448-1e77-3ff79f332ac1-70be6a3a, #w-node-_7073c2ba-1c3e-c448-1e77-3ff79f332acb-70be6a3a, #w-node-_7073c2ba-1c3e-c448-1e77-3ff79f332acf-70be6a3a, #w-node-_7073c2ba-1c3e-c448-1e77-3ff79f332ade-70be6a3a, #w-node-_7073c2ba-1c3e-c448-1e77-3ff79f332ae8-70be6a3a, #w-node-_7073c2ba-1c3e-c448-1e77-3ff79f332aec-70be6a3a, #w-node-_45b09e43-0c5a-121d-b8b8-0a5dbbff3db0-70be6a3a, #w-node-_45b09e43-0c5a-121d-b8b8-0a5dbbff3dba-70be6a3a, #w-node-_45b09e43-0c5a-121d-b8b8-0a5dbbff3dbe-70be6a3a, #w-node-_45b09e43-0c5a-121d-b8b8-0a5dbbff3dc2-70be6a3a, #w-node-a2679e79-db18-1067-9367-a262957f0181-70be6a3a, #w-node-a2679e79-db18-1067-9367-a262957f018b-70be6a3a, #w-node-a2679e79-db18-1067-9367-a262957f018f-70be6a3a, #w-node-_7f3c9737-0c7e-f484-856a-b07ccd8c50be-70be6a3a, #w-node-_7f3c9737-0c7e-f484-856a-b07ccd8c50c8-70be6a3a, #w-node-_7f3c9737-0c7e-f484-856a-b07ccd8c50cc-70be6a3a, #w-node-_0f565c09-eaf6-9b7a-8aae-7b1fc220f6c4-70be6a3a, #w-node-_0f565c09-eaf6-9b7a-8aae-7b1fc220f6d1-70be6a3a, #w-node-_0f565c09-eaf6-9b7a-8aae-7b1fc220f6d5-70be6a3a, #w-node-_0f565c09-eaf6-9b7a-8aae-7b1fc220f6d9-70be6a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_938b3470-f75d-0eff-4496-90fd49b0a1da-70be6a3a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f1805869-18db-3841-dda7-a9a6bd245181-70be6a3a, #w-node-f1805869-18db-3841-dda7-a9a6bd245183-70be6a3a, #w-node-f1805869-18db-3841-dda7-a9a6bd245185-70be6a3a, #w-node-f1805869-18db-3841-dda7-a9a6bd245187-70be6a3a, #w-node-c6afcce2-b43c-1d78-3c48-4e920dcd3777-70be6a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-cf11cbb4-ac9f-47a4-ac11-77d6472816bc-70be6a3a {
    place-self: end center;
  }

  #w-node-f6f1c452-8bec-38ba-77f6-254543fb9461-70be6a3a {
    place-self: start center;
  }

  #w-node-_399346fc-5861-c7a6-f0e0-13c3f9aff9ca-70be6a3a {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_938b3470-f75d-0eff-4496-90fd49b0a1da-70be6a3a {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }
}


