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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  color: #161718;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  color: #161718;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #003671;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.body {
  color: #424548;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.section {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.section.nav {
  padding-left: 0;
  padding-right: 0;
}

.section.hero {
  padding-right: 0;
}

.section.light-blue {
  background-color: #f3f7fd;
}

.section.light-blue.relative {
  position: relative;
}

.section.footer {
  z-index: 1;
  background-color: #003671;
  position: relative;
}

.section.relative {
  position: relative;
}

.section.relative.start {
  margin-bottom: 80px;
}

.section.relative.blue {
  background-color: #f3f7fe;
}

.section.thanks-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.section.white {
  background-color: #fff;
  position: relative;
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  max-width: 1276px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.nav {
  max-width: 1340px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.nav.start {
  padding-left: 0;
  padding-right: 0;
}

.container.tb-padding-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.start {
  max-width: 1600px;
}

.container.h-60 {
  min-height: 60vh;
}

.container.tb-padding-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.tb-padding-80px.b-padding-120 {
  padding-bottom: 120px;
}

.nav-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.nav-wrap.center {
  justify-content: center;
  align-items: center;
}

.nav-wrap.center.absolute {
  position: absolute;
}

.logo-wrap {
  width: 200px;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #003671;
  background-color: #c1d8f3;
  border: 1px solid #c1d8f3;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280a;
}

.button:hover {
  background-color: #fff;
}

.button.white {
  background-color: #fff;
  border: 1px solid #ededed;
}

.button.white:hover {
  background-color: #c1d8f3;
}

.button.blue {
  color: #fff;
  background-color: #0000f5;
  border-style: solid;
  border-color: #0000f5;
  font-weight: 500;
}

.button.blue:hover {
  background-color: #fa7b15;
}

.button.round-blue {
  color: #fff;
  background-color: #0000f5;
  border-style: solid;
  border-color: #0000f5;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.round-blue:hover {
  color: #0000f5;
  background-color: #0000;
}

.button.round-orange {
  color: #fff;
  background-color: #fa7b15;
  border-color: #fa7b15;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.round-orange:hover {
  color: #fa7b15;
  background-color: #0000;
}

.button.round {
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.round:hover {
  background-color: #0000;
  border-color: #003671;
}

.nav-link {
  color: #585e62;
  padding: 0;
  font-size: 16px;
  transition: all .3s;
}

.nav-link:hover {
  color: #003671;
}

.heading-text {
  background-color: #fa7b15;
  padding: 6px 16px;
}

.heading-text.white-bg {
  background-color: #fff;
}

.heading-text.blue {
  background-color: #c1d8f3;
}

.heading-text.blue.round {
  border-radius: 50px;
}

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

.heading-text.center.mobile {
  display: none;
}

.heading-text.rounded {
  border-radius: 50px;
}

.heading-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-wrap.course {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  margin-top: -50px;
  margin-left: -6px;
  transform: rotate(-2deg);
}

.heading-wrap.course.large {
  height: 148px;
  margin-top: -80px;
}

.heading-wrap.course-cta {
  transform: rotate(-2deg);
}

.heading-wrap.center {
  justify-content: flex-start;
  align-items: center;
}

.heading-wrap.center._6px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.heading-wrap.mobile {
  display: none;
}

.heading-wrap.desktop.align-center {
  justify-content: flex-start;
  align-items: center;
}

.text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-wrap._80px-gap {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  position: relative;
}

.text-wrap._40px-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-wrap.course {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.text-wrap.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.text-wrap.hero {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.paragraph-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-wrap.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.h1 {
  font-size: 40px;
}

.h1.white {
  color: #fff;
}

.h1.dark-blue {
  color: #003671;
}

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

.max-width-520px {
  width: 100%;
  max-width: 520px;
}

.date-text {
  color: #82898e;
}

.tb-padding-48px {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.tb-padding-48px.impressum-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.h2 {
  font-size: 32px;
}

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

.h2.blue {
  color: #003671;
  font-weight: 500;
}

.max-width-720px {
  width: 100%;
  max-width: 720px;
}

.v-flex-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.v-flex-48px.center {
  justify-content: flex-start;
  align-items: center;
}

.v-flex-48px.left {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.features-wrap {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.features-wrap._4col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-wrap._6col {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #161718;
  background-color: #f3f7fd;
  flex-flow: column;
  width: 32%;
  padding: 60px 20px 20px;
  font-size: 18px;
  display: flex;
  position: relative;
}

.feature-block.with-border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #003671;
  border: 1px solid #00367129;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 20px;
  font-weight: 500;
}

.feature-block.with-border.orange-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 64px;
  line-height: 1.4;
}

.feature-title {
  color: #003671;
  font-size: 22px;
  font-weight: 500;
}

.orange-badge {
  background-color: #fa7b15;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: -34px auto auto 20px;
}

.orange-badge.large {
  color: #fff;
  text-align: center;
  flex-flow: column;
  width: 160px;
  height: 160px;
  font-size: 16px;
  font-weight: 400;
  inset: auto auto -70px 4%;
  transform: rotate(-15deg);
}

.orange-badge.center {
  color: #fff;
  font-size: 24px;
  left: auto;
}

.hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-wrap.impressum {
  border-bottom: 1px solid #ededed;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}

.hero-wrap.thank-page {
  background-color: #c1d8f333;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-wrap.new-home {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -200px;
}

.hero-wrap.team {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
}

.image-block {
  width: 80%;
  position: relative;
}

.image-block.absolute {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-block.start {
  width: 100%;
}

.hero-image {
  width: 600px;
  max-width: none;
}

.heyflow-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 884px;
  padding: 20px;
  display: grid;
}

.state {
  color: #003671;
  text-align: center;
  background-color: #c1d8f3;
  justify-content: center;
  align-items: center;
  height: 84px;
  padding: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280a;
}

.state:hover {
  color: #fff;
  background-color: #003671;
}

.badge-text {
  font-size: 28px;
  font-weight: 600;
}

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

.courses._2-columns {
  grid-template-columns: 1fr 1fr;
}

.courses.flex {
  display: flex;
}

.course-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c1d8f333;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.course-block.cta {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.course-block.cta.full-width {
  padding: 40px 64px;
}

.course-block.br-20 {
  border-radius: 20px;
  width: 100%;
}

.course-block.br-20.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.course-block.br-20.gap-32.br-0 {
  border-radius: 0;
}

.image-title {
  flex-flow: column;
  display: flex;
  position: relative;
}

.course-title {
  color: #fff;
  font-size: 20px;
}

.course-title.cta {
  color: #0a3e74;
  font-size: 24px;
  font-weight: 500;
}

.course-title.cta.white {
  color: #fff;
  font-weight: 400;
}

.text-16px {
  color: #161718;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.text-16px.dark-grey {
  color: #424548;
}

.text-16px.grey {
  color: #91989e;
}

.decor-absol {
  margin-bottom: -2px;
  position: absolute;
  inset: auto -250px 0% auto;
}

.decor-absol.girl-image {
  z-index: 1;
  width: 400px;
  inset: auto 0% 0% auto;
}

.decor-absol._3 {
  z-index: -1;
  width: 440px;
  inset: auto auto 0% -8%;
}

.decor-absol._3.v2 {
  width: 100%;
  max-width: 360px;
  left: -3%;
}

.decor-absol._4 {
  width: 520px;
  inset: auto 0% -160px auto;
}

.decor-absol._4.small {
  width: 440px;
}

.decor-absol.start {
  width: 48%;
  margin-bottom: 0;
  inset: auto auto -60px -20px;
  transform: rotate(-6deg);
}

.decor-absol._5 {
  inset: auto auto -22% -24%;
}

.b-padding-80px {
  padding-bottom: 80px;
}

.footer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fffc;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fff;
}

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

.footer-bottom {
  color: #fff9;
  text-align: center;
  margin-top: 40px;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.img1 {
  object-fit: cover;
  border-radius: 24px;
  width: 360px;
  height: 420px;
}

.img2 {
  z-index: 1;
  width: 500px;
  margin-left: -280px;
  position: relative;
}

.img2._4 {
  margin-bottom: -16px;
}

.img2.height-fixed {
  width: auto;
  height: 700px;
}

.img3 {
  z-index: 2;
  width: 560px;
  position: absolute;
  inset: auto 0% -90px auto;
}

.img4 {
  z-index: 3;
  border-radius: 24px;
  width: 200px;
  position: absolute;
  inset: 20px 360px auto auto;
}

.impressum-img {
  object-fit: cover;
  border-radius: 24px;
  height: 240px;
}

.article-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-text.gap-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: stretch;
  margin-bottom: 40px;
}

.data-text h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.data-text h2 {
  margin-top: 20px;
  margin-bottom: 16px;
}

.data-text h3 {
  color: #161718;
  font-weight: 500;
}

.data-text h4 {
  color: #161718;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.data-text p {
  color: #585e62;
}

.data-text strong {
  color: #161718;
  font-weight: 500;
}

.data-text a {
  color: #003671;
  background-image: linear-gradient(#fff 64%, #ecf3fd 64%);
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  transition: all .3s;
}

.data-text a:hover {
  background-image: linear-gradient(#fff, #ecf3fd 0%);
}

.data-text._2-col {
  column-count: 2;
}

.logo {
  width: 200px;
}

.course-img {
  object-fit: cover;
  height: 248px;
}

.course-img.br-20 {
  border-radius: 20px;
  height: 320px;
}

.start-page {
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  padding-top: 40px;
  padding-bottom: 120px;
  display: flex;
}

.h1-home {
  font-size: 64px;
  font-weight: 400;
}

.h1-home.tablet {
  display: none;
}

.start-img {
  width: 120%;
  max-width: none;
  margin-left: -20%;
}

.tablet {
  display: none;
}

.start-img-wrap {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  margin-left: -20%;
  padding: 0;
  position: relative;
}

.home-img {
  object-fit: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.hero-img {
  max-width: none;
  height: 100%;
}

.connection {
  width: 158px;
  max-width: none;
  position: absolute;
  inset: 16.5% 36% auto auto;
}

.faq-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

.dropdown {
  background-color: #ebf3fb;
  width: 100%;
  position: static;
}

.dropdown:hover {
  color: #fff;
  background-color: #fa7b15;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dropdown:active, .dropdown:focus {
  color: #424548;
  background-color: #ebf3fb;
}

.dropdown-toggle {
  width: 100%;
  text-decoration: none;
}

.dropdown-toggle:hover {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dropdown-toggle:active {
  color: #424548;
  background-color: #ebf3fb;
  text-decoration: none;
}

.dropdown-toggle:focus {
  color: #424548;
  background-color: #ebf3fb;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #ebf3fb;
  position: static;
}

.dropdown-link {
  white-space: normal;
  word-break: normal;
}

.div-block {
  white-space: normal;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: normal;
  flex-flow: column;
  display: flex;
}

.faq-answer-wrap {
  position: static;
}

.faq-answer-wrap:hover, .faq-answer-wrap:active, .faq-answer-wrap:focus {
  color: #424548;
  background-color: #ebf3fb;
}

.faq-answer-wrap.w--open {
  background-color: #ebf3fb;
}

.faq-answer-wrap.w--open:hover {
  color: #fff;
}

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

.dropdown-2 {
  background-color: #ebf3fb;
  width: 100%;
  position: static;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-right: 20px;
  display: flex;
  position: static;
}

.icon {
  width: 20px;
  height: 20px;
  position: static;
}

.icon.blue {
  color: #0000f5;
}

.img-absolute {
  opacity: .4;
  width: 60%;
  position: absolute;
  inset: auto auto -50% -10%;
}

.img-absolute.top {
  inset: -50% -10% auto auto;
}

.maxw-844 {
  width: 100%;
  max-width: 844px;
}

.maxw-628 {
  max-width: 628px;
}

.image-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-flex._w-auto {
  width: auto;
}

.img-sm {
  border-radius: 20px;
  width: 100%;
  max-width: 140px;
}

.imag-m {
  border-radius: 20px;
  width: 100%;
  max-width: 180px;
}

.img-l {
  border-radius: 20px;
  width: 100%;
  max-width: 250px;
}

.imag-xl {
  border-radius: 20px;
  width: 100%;
  max-width: 334px;
}

.h-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.h-flex.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.h-flex.gap-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
}

.img-wrap {
  width: 100%;
}

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

.img.h240 {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.img.h500 {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 500px;
}

.img.br-20 {
  border-radius: 20px;
}

.image-wrap {
  width: 100%;
}

.v-flex-64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.v-flex-64px.center {
  justify-content: flex-start;
  align-items: center;
}

.discount-highlight {
  color: #fff;
  background-color: #fa7b15;
  border-radius: 20px;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.course-img-wrap {
  width: 100%;
  max-width: 320px;
  overflow: hidden;
}

.h3 {
  color: #161718;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.v-flex-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.v-flex-16px.fill {
  flex: 1;
}

.list-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.circle {
  background-color: #161718;
  border-radius: 50px;
  flex: none;
  width: 4px;
  height: 4px;
}

.discount {
  color: #fff;
  background-color: #fa7b16;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1;
}

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

.courses-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.course-provider {
  margin-top: -24px;
  font-size: 14px;
}

.course-logo {
  background-color: #fff;
  border-radius: 8px;
  height: 48px;
  padding: 8px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.course-logo.br-0 {
  border-radius: 0;
}

.highlight {
  color: #fff;
  background-color: #fa7b15;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 1440px) {
  .nav-wrap.center.absolute {
    position: absolute;
  }

  .text-wrap.hero {
    justify-content: center;
    align-items: center;
  }

  .image-block.absolute {
    margin-top: -40px;
  }

  .hero-image {
    width: 640px;
  }

  .decor-absol._3 {
    left: -4%;
  }

  .decor-absol._3.v2 {
    max-width: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .container.h-60 {
    min-height: 40vh;
  }

  .text-wrap._80px-gap {
    z-index: 5;
  }

  .h1 {
    font-size: 44px;
  }

  .tb-padding-48px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tb-padding-48px.courses-block {
    padding-top: 40px;
  }

  .h2 {
    font-size: 32px;
  }

  .image-block.absolute {
    margin-top: 0;
    bottom: 25%;
  }

  .hero-image {
    width: 780px;
  }

  .course-block.cta {
    padding-top: 32px;
  }

  .decor-absol._3 {
    width: 560px;
    left: -2%;
  }

  .decor-absol._3.v2 {
    max-width: 480px;
    left: 2%;
  }

  .decor-absol._4 {
    width: 560px;
    bottom: -170px;
  }

  .decor-absol.start {
    width: 640px;
  }

  .decor-absol._5 {
    bottom: -18%;
    left: -10%;
  }

  .hero-image-wrap {
    margin-top: 0;
  }

  .img1 {
    width: 440px;
  }

  .img2 {
    width: 600px;
  }

  .img3 {
    width: 640px;
    bottom: -190px;
  }

  .img4 {
    width: 226px;
    top: 40px;
    right: 480px;
  }

  .start-page {
    height: 80vh;
  }

  .h1-home {
    font-size: 72px;
  }

  .start-img {
    width: 124%;
    margin-top: 64px;
    margin-left: -12%;
  }

  .start-img-wrap {
    margin-top: 64px;
    margin-left: -12%;
  }

  .home-img {
    height: 220px;
  }

  .hero-img {
    width: 126%;
    height: auto;
  }

  .connection {
    width: 400px;
    max-width: none;
    position: absolute;
  }

  .maxw-844 {
    max-width: 900px;
  }

  .maxw-628 {
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .section.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
  }

  .button.round-blue {
    text-align: center;
  }

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

  .burger-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .burger-menu.w--open {
    background-color: #c1d8f3;
  }

  .burger-line {
    background-color: #003671;
    flex: none;
    width: 24px;
    height: 1px;
    padding: 0;
  }

  .burger-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav-menu-wrap {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
  }

  .heading-text.rounded {
    border-radius: 24px;
  }

  .text-wrap._40px-gap {
    width: 100%;
  }

  .h1.white {
    font-size: 36px;
  }

  .max-width-520px {
    max-width: 320px;
  }

  .max-width-520px.desktop {
    display: none;
  }

  .tb-padding-48px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tb-padding-48px.hero-new {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .features-wrap._4col {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrap._6col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-wrap {
    flex-flow: column;
  }

  .hero-wrap.impressum {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .hero-wrap.new-home {
    margin-bottom: -170px;
  }

  .hero-wrap.team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-block.absolute {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: -100px;
    position: static;
  }

  .image-block.start {
    width: 120%;
  }

  .hero-image {
    margin-top: -480px;
    margin-right: -70px;
  }

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

  .decor-absol.girl-image {
    width: 320px;
  }

  .decor-absol._3 {
    left: -12%;
  }

  .decor-absol._3.v2 {
    max-width: 400px;
    left: -170px;
  }

  .decor-absol._4 {
    width: 440px;
    bottom: -130px;
  }

  .decor-absol._5 {
    left: -47%;
  }

  .hero-image-wrap {
    margin-top: -480px;
    margin-bottom: 60px;
    margin-right: -70px;
  }

  .hero-image-wrap.impressum {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .img1 {
    width: 280px;
  }

  .img2 {
    width: 400px;
    margin-left: -160px;
  }

  .img3 {
    width: 440px;
    bottom: -80px;
    right: 70px;
  }

  .img4 {
    width: 160px;
    top: 40px;
    right: 300px;
  }

  .impressum-img {
    object-fit: cover;
  }

  .start-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    height: auto;
    font-size: 16px;
  }

  .h1-home {
    font-size: 40px;
  }

  .h1-home.desktop {
    display: none;
  }

  .h1-home.tablet {
    display: block;
  }

  .start-img {
    width: 100%;
    margin-left: 0%;
  }

  .tablet {
    display: block;
  }

  .img-absolute {
    width: 80%;
  }

  .imag-m {
    max-width: 130px;
  }

  .img-l {
    max-width: 200px;
  }

  .imag-xl {
    max-width: 260px;
  }

  .h-flex.gap-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h-flex.gap-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .course-img-wrap {
    max-width: 240px;
  }

  .course-logo {
    order: -9999;
    margin-bottom: -20px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.hero {
    margin-bottom: -40px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section.relative.start {
    margin-bottom: 0;
  }

  .container.nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.tb-padding-40px.mobile-top-0px {
    padding-top: 0;
  }

  .container.tb-padding-80px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-text.center.mobile {
    display: block;
  }

  .heading-text.center.desktop {
    display: none;
  }

  .text-wrap._80px-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-wrap._40px-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.white {
    font-size: 28px;
  }

  .h1.dark-blue {
    font-size: 36px;
  }

  .max-width-520px {
    max-width: none;
    padding-right: 32px;
  }

  .tb-padding-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tb-padding-48px.mobile-top-0px {
    padding-top: 0;
  }

  .h2 {
    font-size: 24px;
  }

  .max-width-720px {
    max-width: 480px;
  }

  .features-wrap {
    grid-row-gap: 48px;
    flex-flow: wrap;
  }

  .feature-block {
    width: 49%;
    font-size: 16px;
  }

  .feature-block.last {
    width: 100%;
  }

  .feature-block.with-border.orange-icon {
    padding: 48px 16px 16px;
  }

  .feature-title {
    font-size: 20px;
  }

  .orange-badge.large {
    width: 120px;
    height: 120px;
    font-size: 12px;
    bottom: -50px;
  }

  .orange-badge.center {
    width: 56px;
    height: 56px;
    font-size: 20px;
    top: -28px;
  }

  .hero-wrap.impressum {
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-wrap.new-home {
    margin-bottom: 0;
  }

  .image-block.absolute {
    order: -1;
    margin-bottom: 0;
  }

  .image-block.start {
    width: 100%;
  }

  .hero-image {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .heyflow-block {
    grid-template-columns: 1fr 1fr;
  }

  .badge-text {
    font-size: 24px;
  }

  .courses, .courses._2-columns {
    grid-template-columns: 1fr;
  }

  .courses.flex {
    flex-flow: column;
  }

  .decor-absol.girl-image {
    width: 220px;
  }

  .decor-absol._3 {
    width: 280px;
    left: -12%;
  }

  .decor-absol._4 {
    width: 360px;
    bottom: -90px;
  }

  .decor-absol._4.small {
    bottom: -130px;
  }

  .decor-absol.start {
    display: none;
  }

  .decor-absol._5 {
    bottom: -13%;
    left: -55%;
  }

  .hero-image-wrap {
    margin-top: -60px;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .img1 {
    width: 300px;
    height: 360px;
  }

  .img3 {
    bottom: -80px;
    right: 0;
  }

  .data-text._2-col {
    column-count: 1;
  }

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

  .image-flex {
    align-items: stretch;
  }

  .image-flex._w-auto {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
  }

  .img-sm {
    object-fit: cover;
    max-width: none;
    height: 100px;
  }

  .imag-m {
    object-fit: cover;
    max-width: none;
    height: 140px;
  }

  .imag-m.mobile-order-3 {
    order: 3;
  }

  .imag-m.mobile-order-1 {
    order: -9999;
  }

  .img-l.mobile-order-2 {
    order: 2;
    max-width: none;
  }

  .imag-xl {
    object-fit: cover;
  }

  .h-flex.gap-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h-flex.gap-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .img.h500 {
    height: 400px;
  }

  .img.br-20 {
    width: 100%;
  }

  .course-img-wrap {
    order: -9999;
    max-width: 100%;
    height: 320px;
  }

  .h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .container.nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.tb-padding-80px.b-padding-120 {
    padding-bottom: 64px;
  }

  .logo-wrap {
    width: 160px;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.blue {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.round-blue {
    border-radius: 20px;
    font-size: 14px;
  }

  .button.round-orange {
    border-radius: 20px;
  }

  .button.round {
    border-radius: 20px;
    width: 100%;
  }

  .burger-menu.round {
    border-radius: 50px;
  }

  .heading-text {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-text.blue.round {
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-text.rounded {
    border-radius: 20px;
  }

  .heading-wrap.mobile {
    display: flex;
  }

  .heading-wrap.desktop {
    display: none;
  }

  .h1 {
    font-size: 24px;
  }

  .h1.white {
    font-size: 28px;
  }

  .tb-padding-48px.contact {
    padding-top: 0;
  }

  .h2 {
    font-size: 22px;
    font-weight: 500;
  }

  .v-flex-48px, .v-flex-48px.left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .features-wrap {
    flex-flow: column;
  }

  .features-wrap._4col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .features-wrap._6col {
    grid-template-columns: 1fr;
  }

  .feature-block {
    width: 100%;
    padding-top: 40px;
  }

  .orange-badge {
    width: 48px;
    height: 48px;
    padding: 12px;
    top: -24px;
  }

  .orange-badge.large {
    width: 120px;
    height: 120px;
    font-size: 12px;
    bottom: -50px;
  }

  .orange-badge.center {
    font-size: 18px;
  }

  .hero-wrap.impressum {
    flex-flow: column;
  }

  .hero-wrap.team {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-block.absolute {
    order: -1;
    margin-top: -40px;
    margin-bottom: -24px;
  }

  .image-block.start {
    order: -1;
  }

  .heyflow-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .state {
    height: 56px;
  }

  .badge-text {
    font-size: 24px;
  }

  .course-block {
    padding: 16px;
  }

  .course-block.cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .course-block.br-20.gap-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .course-title {
    font-size: 18px;
  }

  .course-title.cta {
    font-size: 16px;
  }

  .text-16px.dark-grey {
    font-size: 15px;
  }

  .decor-absol, .decor-absol.girl-image {
    display: none;
  }

  .decor-absol._3 {
    width: 200px;
    display: block;
  }

  .decor-absol._3.v2 {
    max-width: 300px;
    display: none;
    left: -140px;
  }

  .decor-absol._4 {
    width: 300px;
    display: none;
    bottom: -60px;
  }

  .decor-absol._5 {
    display: block;
    bottom: -11%;
    left: -50%;
  }

  .footer-wrap {
    flex-flow: column;
  }

  .hero-image-wrap {
    margin-top: 0;
  }

  .hero-image-wrap.impressum {
    order: -1;
  }

  .img1 {
    width: 70%;
    height: 240px;
  }

  .img2 {
    width: 75%;
    margin-left: -50%;
  }

  .img3 {
    bottom: -60px;
  }

  .img4 {
    border-radius: 16px;
    width: 34%;
    top: 0;
    right: 56%;
  }

  .article-text {
    margin-top: -40px;
  }

  .data-text h2 {
    font-size: 28px;
  }

  .logo {
    width: 160px;
  }

  .course-img.br-20 {
    object-position: 100% 50%;
    border-radius: 16px;
    height: 240px;
  }

  .start-page {
    padding-bottom: 80px;
  }

  .h1-home.tablet {
    font-size: 32px;
  }

  .dropdown-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    display: flex;
  }

  .text-block {
    white-space: normal;
    word-break: normal;
    width: 88%;
    text-decoration: none;
  }

  .img-absolute {
    width: 100%;
    bottom: -20%;
    left: 0%;
  }

  .img-absolute.top {
    top: -20%;
    right: 0%;
  }

  .image-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .img-sm {
    border-radius: 12px;
    height: 56px;
  }

  .imag-m.mobile-order-3, .imag-m.mobile-order-1 {
    border-radius: 12px;
    flex: 1;
  }

  .img-l {
    border-radius: 12px;
    height: 96px;
  }

  .img-l.mobile-order-2 {
    border-radius: 12px;
  }

  .imag-xl {
    border-radius: 12px;
    width: 50%;
    max-width: none;
  }

  .img.h240 {
    height: 240px;
  }

  .img.h500 {
    height: 280px;
  }

  .image-wrap {
    order: -9999;
  }

  .course-img-wrap {
    height: 180px;
  }

  .h3 {
    font-size: 18px;
  }

  .list-item {
    flex-flow: wrap;
  }

  .courses-wrap {
    width: 100%;
  }

  .course-provider {
    margin-top: -4px;
  }

  .course-logo {
    height: 40px;
    margin-bottom: -4px;
    position: static;
  }
}

#w-node-a8f3a69f-2acd-beb9-d6e1-2047763df5c1-5c875218, #w-node-c7faea83-2e8e-4ac7-39fd-c5503dd14641-5917bb9a, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-aaa40b77, #w-node-b232134e-a7ab-354c-abab-ecde898ca5bf-1f654538, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-9a4b6ab3, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-90883150, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-fdc6cc36, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-0dc1b7a7, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-8156a472, #w-node-a8f3a69f-2acd-beb9-d6e1-2047763df5c1-d3852f07, #w-node-c7faea83-2e8e-4ac7-39fd-c5503dd14641-4b0d73df, #w-node-a8f3a69f-2acd-beb9-d6e1-2047763df5c1-27d5879e, #w-node-c7faea83-2e8e-4ac7-39fd-c5503dd14641-b676e49e, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-64b0fff2, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-c039d7d9, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-c3951386, #w-node-b232134e-a7ab-354c-abab-ecde898ca5bf-f7b9ae32, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-11708f56, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-a38e4fa5, #w-node-b1bed903-867f-4601-e57e-e36606a243bc-6e91296e, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-6e91296e, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-6e91296e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-6e91296e {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_1d5528e4-a9f2-ff1e-898e-c2ef9f68965d-6e91296e, #w-node-b1bed903-867f-4601-e57e-e36606a243bc-098df0fa, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-098df0fa, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-098df0fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-098df0fa {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-098df0fa {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-b1bed903-867f-4601-e57e-e36606a243bc-a9c54d6d, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-a9c54d6d, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-a9c54d6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-a9c54d6d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-a9c54d6d {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-b1bed903-867f-4601-e57e-e36606a243bc-c64ed38b, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-c64ed38b, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-c64ed38b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-c64ed38b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-c64ed38b {
  grid-area: 2 / 4 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-6e91296e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d5528e4-a9f2-ff1e-898e-c2ef9f68965d-6e91296e {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-098df0fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-098df0fa {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-a9c54d6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-a9c54d6d {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-b1bed903-867f-4601-e57e-e36606a243bc-c64ed38b, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-c64ed38b, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-c64ed38b {
    grid-column: span 2 / span 2;
  }

  #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-c64ed38b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-c64ed38b {
    grid-area: 3 / 2 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8f3a69f-2acd-beb9-d6e1-2047763df5c1-5c875218, #w-node-c7faea83-2e8e-4ac7-39fd-c5503dd14641-5917bb9a, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-aaa40b77, #w-node-b232134e-a7ab-354c-abab-ecde898ca5bf-1f654538, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-9a4b6ab3, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-90883150, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-fdc6cc36, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-0dc1b7a7, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-8156a472, #w-node-a8f3a69f-2acd-beb9-d6e1-2047763df5c1-d3852f07, #w-node-c7faea83-2e8e-4ac7-39fd-c5503dd14641-4b0d73df, #w-node-a8f3a69f-2acd-beb9-d6e1-2047763df5c1-27d5879e, #w-node-c7faea83-2e8e-4ac7-39fd-c5503dd14641-b676e49e, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-64b0fff2, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-c039d7d9, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-c3951386, #w-node-b232134e-a7ab-354c-abab-ecde898ca5bf-f7b9ae32, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-11708f56, #w-node-f62b6567-3861-ddfc-e477-1f2885394aae-a38e4fa5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d5528e4-a9f2-ff1e-898e-c2ef9f68965d-6e91296e, #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-098df0fa, #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-a9c54d6d, #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-c64ed38b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1bed903-867f-4601-e57e-e36606a243bc-6e91296e, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-6e91296e, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-6e91296e, #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-6e91296e, #w-node-_1d5528e4-a9f2-ff1e-898e-c2ef9f68965d-6e91296e, #w-node-b1bed903-867f-4601-e57e-e36606a243bc-098df0fa, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-098df0fa, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-098df0fa, #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-098df0fa, #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-098df0fa, #w-node-b1bed903-867f-4601-e57e-e36606a243bc-a9c54d6d, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-a9c54d6d, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-a9c54d6d, #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-a9c54d6d, #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-a9c54d6d, #w-node-b1bed903-867f-4601-e57e-e36606a243bc-c64ed38b, #w-node-_6576e2cd-6e20-76da-3647-7ef39e85ddc7-c64ed38b, #w-node-_63e16459-8e4e-dfb6-6c91-dc07a0eb2c46-c64ed38b, #w-node-db4be3ee-5daf-dc3f-cc1f-c10cd920e64d-c64ed38b, #w-node-b91fe0dd-8f1c-ec7b-5b12-b9eba2f91e93-c64ed38b {
    grid-column: span 1 / span 1;
  }
}


