:root {
  --black: black;
  --orange: #f99300;
  --white: white;
  --dark: #2b3a3f;
  --footergray: #849ba6;
}

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

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

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

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

.body {
  color: #fff;
  letter-spacing: .25px;
  background-image: linear-gradient(#849ba6, #849ba6);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.header {
  z-index: 10;
  width: 100%;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  background-image: url('../images/Banner_012x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}

.container.relative {
  position: relative;
}

.container.relative.z2 {
  z-index: 2;
}

.container.relative.z2.verticalaligncenter {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.relative.z2.marginbottom25 {
  margin-bottom: 25px;
}

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

.container.margintop75 {
  margin-top: 75px;
}

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

.row.alignright {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.row.verticalaligncenter {
  align-items: center;
  margin-bottom: 50px;
}

.row.verticalaligncenter.marginbottom50 {
  margin-bottom: 50px;
}

.row.verticalaligncenter.center {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  margin-bottom: 0;
}

.row.h100 {
  height: 100%;
}

.row.between {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.row.gapy20 {
  grid-row-gap: 20px;
  flex-wrap: wrap;
}

.row.margintop50 {
  margin-top: 50px;
}

.row.margintop75 {
  margin-top: 75px;
}

.w50 {
  text-align: left;
  width: 50%;
}

.w50.marginyauto {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.w50.verticalbetween {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h2 {
  color: #fff;
  letter-spacing: .64px;
  width: 100%;
  font-family: Jost, sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

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

.paragraph {
  width: 100%;
  margin-bottom: .9rem;
  font-size: 18px;
  line-height: 1.5em;
}

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

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

.btn {
  background-image: linear-gradient(#f69300, #f69300);
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 10px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.btn:hover {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.btn.menu {
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff);
  transition: all .2s;
}

.btn.menu:hover {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
}

.btn.margintop25 {
  margin-top: 25px;
}

.btntext {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.btntext.black {
  color: #000;
}

.btnicon {
  height: 15px;
  margin-left: 25px;
}

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

.section-2 {
  margin-top: 100px;
}

.paragraph-2 {
  font-size: 22px;
  line-height: 1.5em;
}

.paragraph-2.center {
  text-align: center;
}

.paragraph-2.center.marginbottom25 {
  margin-bottom: 25px;
}

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

.grid.marginy75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.image {
  background-image: url('../images/Kamera_Operator.png');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  display: block;
}

.image.greencircle {
  background-image: url('../images/Ellipse-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image.orangecircle {
  background-image: url('../images/Ellipse-1-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image.darkcircle {
  background-image: url('../images/Ellipse-19.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.h3 {
  letter-spacing: .36px;
  font-family: Jost, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
}

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

.h3.center.dark {
  color: #2b3a3f;
  width: 100%;
}

.h3.dark {
  color: var(--dark);
}

.div-block {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.projekte {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.projekt {
  color: #fff;
  height: 100%;
  text-decoration: none;
  display: block;
}

.projekt.projekt1 {
  background-image: url('../images/Kettler_Kolleg_Beitragsbild_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.projekt.projekt2 {
  background-image: url('../images/Samsung_Google_2022-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projekt.projekt3 {
  background-image: url('../images/Mazda_2022-61.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projekt.projekt4 {
  background-image: url('../images/GWC_2021-52.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projektoverlay {
  z-index: 2;
  border: 5px solid var(--orange);
  opacity: 0;
  background-image: linear-gradient(#0000, #f99300);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projektoverlay.test {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.projekttitle {
  letter-spacing: .36px;
  font-family: Jost, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
  text-decoration: none;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 1.5em;
}

.div-block-3 {
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-3.marginbottom50 {
  margin-bottom: 50px;
}

.w33 {
  width: 33.333%;
}

.w66 {
  width: 66.666%;
}

.w66.paddingleft25 {
  padding-left: 25px;
}

.w66.center {
  grid-row-gap: 25px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.heading {
  color: var(--dark);
  font-family: Jost, sans-serif;
  line-height: 1.1em;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 1.5em;
}

.container-2 {
  text-align: center;
}

.section-4 {
  background-image: url('../images/Gruppe-5862x-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 100px;
  position: relative;
}

.section-4.margintop0 {
  margin-top: 0;
}

.div-block-4 {
  z-index: 1;
  opacity: .5;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.container-3 {
  z-index: 2;
  text-align: center;
  position: relative;
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  padding-top: 100px;
  padding-bottom: 100px;
}

.referenzen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w16 {
  width: 16.666%;
}

.moreblogartikel {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.blogartikel {
  grid-row-gap: 5px;
  flex-wrap: wrap;
  text-decoration: none;
  display: flex;
}

.blogtitel {
  color: var(--dark);
  text-align: left;
  width: 100%;
  font-family: Jost, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
  text-decoration: none;
}

.blogtitel.maintitel {
  letter-spacing: .36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.blogimage {
  width: 100%;
}

.blogteaser {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.image-2 {
  height: 45px;
}

.menubtn {
  color: #000;
  flex-wrap: nowrap;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.footer {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  margin-top: 0;
  padding-top: 75px;
}

.div-block-5 {
  text-align: center;
}

.image-3 {
  height: 50px;
}

.footerimages {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.footertitel {
  color: var(--footergray);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.footertitel.big {
  letter-spacing: .36px;
  font-size: 28px;
}

.footertext {
  font-size: 18px;
  line-height: 1.5em;
}

.footertext.paddingright100 {
  padding-right: 100px;
}

.footernav {
  padding-left: 0;
  list-style-type: none;
}

.text-block {
  font-size: 18px;
  line-height: 1.5em;
}

.list-item {
  margin-bottom: 5px;
}

.sociallinks {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 35px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sociallinks.margintop0 {
  margin-top: 0;
  margin-bottom: 5px;
}

.socialiconlink {
  color: #fff;
  display: block;
}

.sociallink {
  text-align: left;
  align-self: center;
  min-width: 37.5px;
}

.socialicon {
  color: #fff;
  height: 30px;
}

.subfooter {
  background-image: linear-gradient(to bottom, var(--footergray), var(--footergray));
  margin-top: 75px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.footerlogo {
  width: 150px;
  height: auto;
}

.moreblogartikelarea {
  text-align: center;
  margin-top: 100px;
}

.moreblogartikelarea.margintop50 {
  margin-top: 50px;
}

.moreblogartikelarea.margintop0 {
  margin-top: 0;
}

.blogsection {
  margin-top: 100px;
}

.sitetitle {
  text-align: center;
  letter-spacing: .64px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

.siteheader {
  background-image: url('../images/Gruppe-maskieren-92x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.siteheadline {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

.siteheaderoverlay {
  z-index: 1;
  opacity: .5;
  background-image: linear-gradient(#0000, #000);
  position: absolute;
  inset: 0%;
}

.equipment4er {
  margin-top: 100px;
}

.equipmentgrid {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-6 {
  background-image: url('../images/Gruppe-5812x-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  min-height: 75vh;
  display: flex;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.h4 {
  min-height: 48px;
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.section-6 {
  background-image: url('../images/Banner_042x-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-6.backgroundlight {
  background-image: url('../images/Banner_022x.png');
}

.video {
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.playbtn {
  margin: auto;
  position: absolute;
  inset: 0;
}

.section-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.spacery100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-8 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-9 {
  padding-top: 25px;
}

.section-10 {
  margin-top: 75px;
  margin-bottom: 100px;
}

.textsection {
  margin-top: 25px;
  margin-bottom: 100px;
}

.megamenu {
  z-index: 9999;
  background-image: linear-gradient(to bottom, var(--footergray), var(--footergray));
  height: 0%;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.navtitel {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.navi {
  margin-bottom: 0;
  padding-left: 0;
}

.navitem {
  list-style-type: none;
}

.navlink {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  color: var(--orange);
}

.navlinktext {
  letter-spacing: .64px;
  font-family: Jost, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.padding20 {
  padding: 20px;
}

.btnscrollupicon {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.btnscrollup {
  z-index: 3;
  cursor: pointer;
  position: fixed;
  inset: auto 20px 20px auto;
}

.heading-2 {
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.footernavigationlink {
  color: var(--white);
  text-decoration: none;
}

.heading-3 {
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.textlink {
  color: var(--orange);
  text-decoration: none;
}

.textlink:hover {
  text-decoration: underline;
}

.contactlink {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.contactlink:hover {
  color: var(--orange);
}

.projekt-item {
  min-height: 300px;
  position: relative;
}

.mainblogimg {
  margin-bottom: .9rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.projekt-image {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  .row.mobiletabletnoflex {
    display: block;
  }

  .w50 {
    width: 100%;
  }

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

  .w66.tabletwidth100, .w16.tabletwidth100 {
    width: 100%;
  }

  .siteheader {
    min-height: 75vh;
  }

  .equipmentgrid, .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.margintop75.margintopmobile {
    margin-top: 25px;
  }

  .row {
    display: flex;
  }

  .row.mobilewidenoflex {
    display: block;
  }

  .grid.marginy75, .projekte {
    grid-template-columns: 1fr;
  }

  .w66 {
    width: 100%;
  }

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

  .w16 {
    width: 100%;
  }

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

  .div-block-6 {
    min-height: 50vh;
  }

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

  .megamenu {
    overflow: auto;
  }

  .navi {
    margin-bottom: 15px;
  }
}

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

  .container.hidemobile {
    display: none;
  }

  .row {
    display: flex;
  }

  .row.verticalaligncenter, .row.verticalaligncenter.marginbottom50, .row.mobilenoflex {
    display: block;
  }

  .h2 {
    overflow-wrap: normal;
    font-size: 40px;
  }

  .h2.center {
    display: flex;
  }

  .h2.center.mainblogtitelmobile {
    font-size: 35px;
  }

  .btn.margintop25 {
    margin-bottom: 20px;
  }

  .btntext.black.btntextmobile {
    width: 0;
    overflow: hidden;
  }

  .btnicon.btniconmobile {
    margin-left: 0;
  }

  .w33 {
    width: 100%;
  }

  .w66.paddingleft25 {
    padding-left: 0;
  }

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

  .image-2 {
    height: 40px;
  }

  .sociallink {
    min-width: 27.5px;
  }

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

  .div-block-6 {
    min-height: 25vh;
  }

  .playbtn {
    width: 75px;
  }

  .navlinktext {
    font-size: 40px;
  }

  .link-block {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .link-block.last {
    margin-bottom: 0;
  }

  .marginbottom15 {
    margin-bottom: 15px;
  }
}

#w-node-_0190170d-3741-db6e-7d94-3e643aadef11-997ec66f, #w-node-a2be5e85-e796-43cb-f4f6-7fff65f2e37f-997ec66f, #w-node-_42f6d822-d28f-c67b-50e7-ebe2ab47a76d-997ec66f {
  place-self: start center;
}

#w-node-_47a4b34a-26b7-e33b-071f-215a45fb348d-45fb3450, #w-node-_47a4b34a-26b7-e33b-071f-215a45fb348e-45fb3450, #w-node-_6707ffb9-31cd-7c61-e6dc-58e964a728b4-64a7289e, #w-node-_6707ffb9-31cd-7c61-e6dc-58e964a728ba-64a7289e, #w-node-_6707ffb9-31cd-7c61-e6dc-58e964a728c0-64a7289e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf10-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf11-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf12-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf13-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf14-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf15-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf16-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf17-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf18-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf19-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf1a-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf1b-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf1c-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf1d-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf1e-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf1f-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf20-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf21-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf22-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf23-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf24-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf25-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf26-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02134868-27e1-fa13-8197-028238e1cf27-38e1cf05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e522fedf-9def-c267-88d8-4ab705c7414b-3d79ff40, #w-node-c41a8b7d-2e97-8605-1d4d-2124b1aee1dc-3d79ff40, #w-node-_73bb8a99-ae43-3c6a-45e8-22748a87e0ae-3d79ff40, #w-node-_5139fec0-4bfd-607e-fd60-9e9a8b375cfc-3d79ff40 {
  place-self: start center;
}

#w-node-_8d0c6ca0-ea06-5f6d-c108-87b871a157b0-3d79ff40, #w-node-_282405af-a0b8-b75f-604d-0e7098d9e62d-3d79ff40, #w-node-c2662eaf-ef1c-6148-29d3-6159f1ba4c5a-3d79ff40, #w-node-cfe5dfbd-9cce-8b75-6353-4f91f69c1df9-ffb4ef73, #w-node-f04dbbca-3ee0-9337-82e1-e88732c25cf5-ffb4ef73, #w-node-f04dbbca-3ee0-9337-82e1-e88732c25cfd-ffb4ef73, #w-node-d712ed12-0bfb-1218-8ffb-5fa120f6b475-ffb4ef73, #w-node-b776ead0-8c16-a494-c4fd-03c597ea3a5c-ffb4ef73, #w-node-_076b80ef-6e6c-757c-9f99-411fa59fba09-ffb4ef73, #w-node-_90e4c5f8-a7df-da68-a0e5-b4a4c5271d81-ffb4ef73, #w-node-f04dbbca-3ee0-9337-82e1-e88732c25ced-ffb4ef73, #w-node-d88b968d-2948-815f-e654-0ad1eea43c24-ffb4ef73, #w-node-_87863424-478d-7d49-02dc-304253915e77-8d7ebc5e, #w-node-_87863424-478d-7d49-02dc-304253915e7d-8d7ebc5e, #w-node-_87863424-478d-7d49-02dc-304253915e83-8d7ebc5e, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f3-24b2ce9a, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f9-24b2ce9a, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156ff-24b2ce9a, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f3-2a895644, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f9-2a895644, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156ff-2a895644, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f3-f417ff84, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f9-f417ff84, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156ff-f417ff84, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f3-ba8b2ce2, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156f9-ba8b2ce2, #w-node-_8f1903a9-39be-2449-f7a9-dcd9ee9156ff-ba8b2ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


