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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: quasimoda, sans-serif;
  color: #333;
  font-size: 4.17em;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

a {
  color: #333;
  text-decoration: none;
}

.grid {
  grid-auto-columns: 5.9em;
  grid-column-gap: 1.39em;
  grid-row-gap: 1.39em;
  -ms-grid-columns: 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em;
  grid-template-columns: 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em 5.9em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6.67em 6.67em 3.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-wrapper {
  overflow: hidden;
  width: 27.92em;
  height: 22.57em;
  margin-top: 5.56em;
}

.image-wrapper.small {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.99em;
  height: 36.81em;
  margin-top: 0em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-wrapper.small.portrait {
  height: 26.81em;
  margin-top: -10em;
}

.image-wrapper.small.portrait.x {
  width: 13.4em;
  height: 17.64em;
}

.image-wrapper.landscape {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.image-wrapper.portrait {
  position: relative;
  z-index: 1;
  width: 42.64em;
  height: 33.54em;
  margin-top: 7.8em;
}

.logo {
  width: 13.26em;
}

.image {
  position: static;
  z-index: 1;
  display: block;
  width: 130%;
  max-width: 130%;
  margin-top: -55px;
  margin-left: -80px;
}

.image-3 {
  position: static;
  z-index: 2;
  width: 28em;
  max-width: none;
}

.heading {
  line-height: 1.1;
}

.line {
  width: 12px;
  height: 2px;
  margin-top: 2.95em;
  margin-bottom: 2.95em;
  background-color: #39f;
}

.text-block {
  font-family: 'DM Mono', sans-serif;
  color: #39f;
}

.subhead {
  margin-bottom: -2em;
  padding-right: 0em;
  padding-left: 0em;
  font-family: 'DM Mono', sans-serif;
  color: #4b87ce;
  font-size: 1.25em;
  line-height: 1.33;
  text-align: left;
}

.subhead.lightgrey {
  padding-right: 0em;
  padding-left: 0em;
  color: #f2f2f2;
}

.subhead.lightgrey.right-align {
  padding-right: 0em;
  padding-left: 0em;
  color: #333;
  text-align: right;
}

.subhead.vertical {
  padding-right: 0em;
  padding-left: 0em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.subhead.em {
  margin-bottom: 0em;
}

.paragraph {
  margin-top: 1.35em;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 1.39em;
  line-height: 1.3;
}

.paragraph.mobile {
  display: none;
}

.paragraph.impressum {
  font-size: 1.2em;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100em;
  height: 12em;
  margin-top: 6.67em;
  padding: 3.3em 6.67em 6.67em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.footer-link {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.heading-2 {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  margin-bottom: 1.7em;
  color: #f2f2f2;
  font-size: 5.83em;
  line-height: 1.05;
  text-align: left;
}

.link-home {
  position: absolute;
  left: 6.67em;
  top: 6.67%;
  right: auto;
  bottom: auto;
}

.bold-text {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.bold-text-2 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

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

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.bold-text-6 {
  font-weight: 400;
}

.nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.67em;
}

.kontakt-link {
  position: absolute;
  top: 6.67em;
  right: 6.67em;
  padding: 1em;
}

.kontakt-link:hover {
  color: #4b87ce;
}

.spacer-2em {
  width: 2em;
  height: 2em;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-wrapper {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-wrapper.auto {
    height: auto;
  }

  .image-wrapper.small {
    margin-top: 0em;
  }

  .image-wrapper.portrait {
    height: 35.2em;
  }

  .logo {
    width: 18em;
  }

  .logo.invert {
    display: none;
  }

  .image {
    width: 110%;
    max-width: 110%;
    margin-top: -15px;
    margin-left: -37px;
  }

  .subhead {
    font-size: 2em;
  }

  .subhead.lightgrey {
    font-size: 1.8em;
    text-align: left;
  }

  .subhead.em {
    margin-bottom: 0em;
  }

  .paragraph {
    font-size: 2.1em;
  }

  .paragraph.impressum {
    font-size: 1.9em;
  }

  .footer {
    margin-top: 6.67em;
  }

  .heading-2 {
    margin-bottom: 1.9em;
    font-size: 6.4em;
  }

  .nav-link {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .image-wrapper.small {
    width: 27.9em;
    height: 39.2em;
    margin-top: 1em;
  }

  .image-wrapper.small.portrait {
    width: 27.92em;
    height: 36.9em;
    margin-top: 0em;
  }

  .image-wrapper.small.portrait.x {
    width: 20.4em;
    height: 26.6em;
  }

  .image-wrapper.landscape {
    width: 35em;
    height: 28.9em;
  }

  .image-wrapper.portrait {
    width: 51em;
    height: 43.6em;
  }

  .logo {
    width: 22.5em;
  }

  .image-3 {
    width: 29.1em;
  }

  .subhead {
    margin-bottom: -2em;
    font-size: 2.5em;
  }

  .subhead.lightgrey {
    font-size: 2em;
  }

  .subhead.lightgrey.right-align {
    font-size: 2.4em;
  }

  .subhead.vertical {
    display: none;
  }

  .paragraph {
    display: none;
    font-size: 2.5em;
  }

  .paragraph.mobile {
    display: block;
  }

  .paragraph.impressum {
    display: block;
    font-size: 2.4em;
    font-weight: 400;
  }

  .footer {
    padding-bottom: 6.67em;
  }

  .heading-2 {
    font-size: 7.5em;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .bold-text-4 {
    font-weight: 400;
  }

  .bold-text-5 {
    font-weight: 400;
  }

  .nav-link {
    font-size: 4em;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-row-gap: 7.5em;
  }

  .image-wrapper.small {
    width: 42.2em;
    height: 62.4em;
    margin-top: 0em;
    margin-bottom: 11.5em;
  }

  .image-wrapper.small.portrait {
    width: 40.63em;
    height: 53.13em;
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .image-wrapper.small.portrait.x {
    z-index: 2;
    width: 25.94em;
    height: 34.38em;
  }

  .image-wrapper.landscape {
    width: 48.13em;
    height: 39.06em;
  }

  .image-wrapper.portrait {
    width: 71.2em;
    height: 55.9em;
  }

  .logo {
    width: 34.38em;
  }

  .logo.invert {
    display: none;
  }

  .image {
    width: 140%;
    max-width: 140%;
  }

  .image-3 {
    width: 43.6em;
  }

  .subhead {
    margin-bottom: -2em;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 4.38em;
    text-align: left;
  }

  .subhead.lightgrey {
    font-size: 3.8em;
    text-align: center;
  }

  .subhead.lightgrey.right-align {
    font-size: 4.38em;
  }

  .subhead.vertical {
    display: none;
  }

  .paragraph {
    display: none;
    margin-top: 0em;
    font-size: 4.38em;
    white-space: normal;
  }

  .paragraph.mobile {
    display: block;
  }

  .paragraph.impressum {
    display: block;
    font-size: 4em;
  }

  .footer {
    height: 30em;
    padding-top: 6.67em;
    padding-bottom: 13.34em;
  }

  .heading-2 {
    font-size: 8.5em;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .bold-text-4 {
    font-weight: 400;
  }

  .bold-text-5 {
    font-weight: 400;
  }

  .link-3 {
    color: #333;
    text-decoration: none;
  }

  .nav-link {
    font-size: 6em;
  }

  .kontakt-link {
    display: block;
  }

  .spacer-2em {
    width: 4em;
  }

  .spacer-6-67em {
    height: 6.67em;
  }
}

#w-node-_533a8d66-5850-6b83-f59d-c6943b5fe3a9-1c16460c {
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 2;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fe1711a9-c512-69ce-aa3a-0e7869673f8a-1c16460c {
  -ms-grid-column-span: 7;
  grid-column-end: 10;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fe1711a9-c512-69ce-aa3a-0e7869673f8e-1c16460c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-fe1711a9-c512-69ce-aa3a-0e7869673f90-1c16460c {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-fe1711a9-c512-69ce-aa3a-0e7869673f92-1c16460c {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fa3b4e57-949a-e8bb-197a-744544a040fd-44a040fc {
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 2;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fa3b4e57-949a-e8bb-197a-744544a040fe-44a040fc {
  -ms-grid-column: 12;
  grid-column-start: 12;
  -ms-grid-column-span: 1;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fa3b4e57-949a-e8bb-197a-744544a04101-44a040fc {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 2;
  grid-column-end: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 0;
  grid-row-end: 4;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fa3b4e57-949a-e8bb-197a-744544a04102-44a040fc {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 1;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-21164611 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 6;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b5e2b64c-e8b6-1e06-1631-d5220133396d-21164611 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 5;
  grid-row-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-fc293131-807c-0d6c-752b-9483ce9c1e7d-21164611 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-_7305afe0-63d4-9df9-392f-ed3858891b41-58891b41 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-a6164612 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 5;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b5e2b64c-e8b6-1e06-1631-d5220133396d-a6164612 {
  -ms-grid-column-span: 6;
  grid-column-end: 10;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 5;
  grid-row-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

@media screen and (max-width: 991px) {
  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f8a-1c16460c {
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f92-1c16460c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-fa3b4e57-949a-e8bb-197a-744544a040fd-44a040fc {
    -ms-grid-column: 11;
    grid-column-start: 11;
    -ms-grid-column-span: 2;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-fa3b4e57-949a-e8bb-197a-744544a04101-44a040fc {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 2;
    grid-column-end: 10;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-21164611 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-fc293131-807c-0d6c-752b-9483ce9c1e7d-21164611 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7305afe0-63d4-9df9-392f-ed3858891b41-58891b41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f8e-1c16460c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 7;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f90-1c16460c {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f92-1c16460c {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 7;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-21164611 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133396d-21164611 {
    -ms-grid-column-span: 10;
    grid-column-end: 12;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-fc293131-807c-0d6c-752b-9483ce9c1e7d-21164611 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }

  #w-node-_7305afe0-63d4-9df9-392f-ed3858891b41-58891b41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-a6164612 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 7;
    grid-column-end: 10;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133396d-a6164612 {
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f8a-1c16460c {
    -ms-grid-column-span: 11;
    grid-column-end: 13;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f8e-1c16460c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f90-1c16460c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-fe1711a9-c512-69ce-aa3a-0e7869673f92-1c16460c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-fa3b4e57-949a-e8bb-197a-744544a040fd-44a040fc {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fa3b4e57-949a-e8bb-197a-744544a04101-44a040fc {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-21164611 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133396d-21164611 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-fc293131-807c-0d6c-752b-9483ce9c1e7d-21164611 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_7305afe0-63d4-9df9-392f-ed3858891b41-58891b41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133395d-a6164612 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 9;
    grid-column-end: 11;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b5e2b64c-e8b6-1e06-1631-d5220133396d-a6164612 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-span: 10;
    grid-column-end: 12;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
}

