:root {
  --blue: #39439b;
  --dunkelblau: #252c69;
  --black: black;
  --paragraph-blau: #161a41;
  --white: white;
}

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

body {
  color: #000;
  background-color: #f2f2f2;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--dunkelblau);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.5em;
}

h3 {
  color: var(--dunkelblau);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  color: var(--paragraph-blau);
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

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

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.top-40px {
  margin-top: 40px;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: var(--white);
}

.nav-link {
  color: var(--dunkelblau);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
}

.p-xss-start {
  padding-top: .5em;
}

.hero-landing {
  background-image: linear-gradient(0deg, var(--white), #fff0 44%), linear-gradient(270deg, #0000 42%, white 78%), url('../images/DSC09767---01.jpg');
  background-position: 0 0, 0 0, 595% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  padding-top: 60px;
  display: flex;
}

.hero-wrapper {
  width: 80%;
  margin-bottom: 100px;
  margin-left: 100px;
}

.button-blue {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 20px;
  padding: 15px 40px;
}

.button-blue.weisser {
  background-color: var(--white);
  color: var(--blue);
}

.facts-wrapper.container-w3 {
  background-color: #181f39;
  border-radius: 39px;
  flex-direction: column;
  justify-content: center;
  height: 213px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 0 13px #f4343f;
}

.facts-wrapper.container-w4 {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.p-xs-start {
  padding-top: 1em;
}

.gird-facts {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 25px;
  padding-right: 25px;
}

.white {
  color: #fff;
  font-size: 2.5em;
}

.white.centered {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.white.centered.title5.rot {
  color: #f4343f;
  margin-top: 10px;
  font-size: 1em;
}

.facts-heading {
  color: var(--blue);
  text-align: center;
  font-size: 1.25em;
}

.facts-landing {
  background-color: var(--blue);
  margin-top: 0;
}

.about-landing {
  background-color: var(--blue);
}

.quick-stack {
  padding: 0;
}

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

.weiss {
  color: var(--white);
}

.image {
  width: 100%;
}

.service-landing-wrapper {
  margin-top: 40px;
}

.quick-stack-2 {
  grid-row-gap: 40px;
  padding: 0;
}

.service-grid-wrapper {
  background-color: #eee;
  border: 1px solid #dedede;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #071f5700, 0 1px .4px #071f5708, 0 2px .8px #071f570a, 0 3.4px 1.6px #071f570b, 0 5.4px 2.9px #071f570c, 0 8.9px 5.3px #071f570c, 0 15.4px 10.4px #071f570d, 0 30.6px 22.8px #071f570e;
}

.image-2 {
  width: 64px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.product-landing {
  background-image: linear-gradient(90deg, var(--blue), #fff0), url('../images/DSC09890---01.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
}

.product-landing-wrapper {
  width: 60%;
  margin-left: 100px;
}

.subtitle {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-weight: 600;
}

.subtitle.grey {
  color: #a0a0a0;
}

.referenzen-landing {
  position: relative;
}

.referenzen-landing.hide {
  display: none;
}

.image-3 {
  z-index: -1;
  position: absolute;
  inset: 0% 5% auto auto;
}

.referenzen-landing-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
}

.centered.blue {
  color: var(--blue);
}

.quick-stack-3 {
  padding: 0;
}

.referenz-grid {
  background-image: url('../images/krane.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 409px;
  position: relative;
}

.div-block {
  background-color: var(--blue);
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.copy-referenze {
  color: #fff;
  font-size: .85em;
}

.projekt-heading {
  color: #fff;
  font-size: 1.4em;
}

.notfall-landing {
  background-color: #e6e6e6;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.title-footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.cell-7 {
  justify-content: flex-start;
  padding-right: 60px;
}

.quick-stack-4 {
  padding: 0;
}

.strich-footer {
  background-color: var(--blue);
  width: 80px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-block {
  flex: 0 auto;
  margin-bottom: 10px;
  display: flex;
}

.list {
  padding-left: 0;
}

.button-main {
  letter-spacing: 1px;
  background-color: #e95d0d;
  border: 1px solid #e95d0d;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 1.2em;
  font-weight: 400;
  transition: all .4s;
}

.button-main:hover {
  color: #e95d0d;
  background-color: #fff;
  border: 1px solid #e95d0d;
  box-shadow: 0 0 20px -2px #e95d0d;
}

.quick-stack-5 {
  padding: 0;
  overflow: visible;
}

.link {
  font-weight: 400;
}

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

.copy-small-2 {
  color: #fff;
  text-align: justify;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.copy-small-2._20px-left {
  padding-left: 20px;
}

.footer {
  background-image: url('../images/Footer-Background.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

.cell-8 {
  align-items: center;
}

.cell-10 {
  justify-content: flex-start;
  padding-right: 60px;
}

.quick-stack-6 {
  padding: 0;
}

.quick-stack-7 {
  padding: 0;
  overflow: visible;
}

.copy-small-3 {
  color: #fff;
  text-align: justify;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.copy-small-3._20px-left {
  padding-left: 20px;
}

.cell-11 {
  align-items: center;
}

.div-block-2 {
  z-index: 1;
  background-color: #fff0;
  border: 1px solid #eeeff3;
  border-radius: 20px;
  padding: 0;
  position: relative;
  box-shadow: 0 0 #071f5700, 0 1px .4px #071f5708, 0 2px .8px #071f570a, 0 3.4px 1.6px #071f570b, 0 5.4px 2.9px #071f570c, 0 8.9px 5.3px #071f570c, 0 15.4px 10.4px #071f570d, 0 30.6px 22.8px #071f570e;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.image-4 {
  border-radius: 20px;
}

.cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.body {
  background-color: #f2f2f2;
}

.benefit-about {
  background-color: #fff0;
  position: relative;
}

.blue {
  color: var(--blue);
}

.grid-about-werte {
  padding: 0;
}

.cell-about-werte {
  align-items: center;
}

.werte-grid-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 90%;
  height: 100%;
  box-shadow: 0 0 20px -1px #0000004a;
}

.werte-grid-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-werte-grid {
  color: var(--blue);
  font-size: 30px;
  font-weight: 800;
}

.image-8 {
  width: 50px;
}

.strich-werte {
  background-color: var(--blue);
  width: 90%;
  height: 2px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
}

.paragraph-6 {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.div-block-3 {
  z-index: -1;
  background-color: #e6e6e6;
  height: 75%;
  position: absolute;
  inset: 0% 0% auto;
}

.ceo-about {
  display: block;
}

.cell-14 {
  justify-content: center;
  align-items: flex-start;
}

.team-about.hide {
  display: none;
}

.team-wrappepr {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

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

.time-about.hide {
  display: none;
}

.timeline-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-details {
  margin-bottom: 40px;
}

.scroll-indicator {
  background-color: var(--blue);
  border: 2px #ccc;
  border-radius: 1286px;
  width: 15px;
  height: 15px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-2.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-2.expand {
  height: 200vh;
}

.scroll-line {
  background-color: #090ac433;
  width: 100%;
  height: 3px;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scroll-details {
  margin-bottom: 0;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.div-block-4 {
  background-image: url('../images/DSC09429---01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.quick-stack-8 {
  padding: 0;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 237px;
}

.image-13 {
  width: 45px;
}

.div-block-6 {
  background-color: #2783b4;
  width: 100px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-5 {
  justify-content: flex-end;
  display: flex;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.service-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-main-2 {
  background-color: #0252ee;
  border-radius: 0;
  padding: 11px 20px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: 2px 2px 0 2px #fff3;
}

.button-main-2:hover {
  box-shadow: none;
}

.button-main-2.other-color {
  background-color: #2783b4;
  border-radius: 0;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.service-display-wrapper {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 3px 15px #0003;
}

.link-block-11 {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.heading-10 {
  margin-bottom: 0;
  font-size: 1.5em;
}

.p-xs-start-2 {
  padding-top: .5em;
}

.copy-small-4 {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-7 {
  width: 100%;
  position: relative;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 400px;
}

.image-14.adjusted {
  object-position: 86% 438%;
}

.image-14.angepasst {
  object-fit: cover;
  object-position: 50% 50%;
  height: 400px;
}

.heading-service {
  background-color: var(--blue);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8em;
  position: absolute;
  inset: auto 0% 0%;
}

.button-main-3 {
  color: #fff;
  background-color: #4abdfe;
  border: 1px solid #4abdfe;
  border-radius: 0;
  padding: 12px 25px;
  font-weight: 700;
  transition: all .4s;
}

.button-main-3:hover {
  color: #009fe3;
  background-color: #fff;
  border: 1px solid #3898ec;
  box-shadow: 0 0 13px 1px #1eb0ec;
}

.link-block-12 {
  background-color: var(--blue);
  margin-left: 20px;
}

.image-15 {
  height: 100%;
  padding: 9px;
}

.div-block-8 {
  background-color: #eee;
  border: 1px solid #dedede;
  flex: 1;
  padding: 20px;
}

.title6-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.title6-2.contact-link {
  color: var(--blue);
  text-transform: none;
  padding-left: 20px;
  font-size: 1.3em;
  font-weight: 800;
}

.title6-2.contact-link.white {
  color: var(--blue);
  font-size: 1.3em;
}

.link-block-13 {
  text-decoration: none;
}

.div-block-26 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.error-text {
  color: #e23939;
}

.grid-contact {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.quick-stack-13 {
  padding: 0;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.uui-field-label {
  color: var(--blue);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.success-message-2 {
  background-color: var(--blue);
  border-top-right-radius: 0;
  padding: 1.5rem;
}

.grid-contact-wrapper {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-16 {
  width: 24px;
}

.kontakt {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/DSC09582---01.jpg');
  background-position: 0 0, 58%;
  background-size: auto, cover;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

.white-2 {
  color: var(--blue);
  text-align: center;
}

.white-2.smaller {
  font-size: 3em;
}

.white-2.smaller.slideup-1 {
  font-size: 2.8em;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #930d0f;
  border: 1px #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.button-2:hover {
  color: #930d0f;
  letter-spacing: 4px;
  background-color: #ececec;
  border-style: solid;
  border-color: #930d0f;
  font-size: 12px;
}

.button-2:active {
  background-color: #43464d;
}

.centered-2 {
  color: var(--blue);
  text-align: center;
  width: auto;
}

.cell-41 {
  justify-content: center;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_form-wrapper.gutter-outside {
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 -1px 5px #0003, 0 2px 5px #0003;
}

.uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
  z-index: 1;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #090ac4;
  border-radius: 0;
  width: 100%;
  position: relative;
  top: 0;
}

.strich-kontakt {
  background-color: var(--blue);
  width: 180px;
  height: 3px;
}

.uui-form-field-wrapper {
  flex: 1;
  padding-right: 10px;
  position: relative;
}

.cell-40 {
  justify-content: center;
  align-items: center;
}

.uui-form_input-2 {
  border: 1px solid var(--blue);
  outline-offset: 0px;
  color: #101828;
  background-color: #fff0;
  border-radius: 0;
  outline: 3px #101828;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  border-color: var(--blue);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.centered-3 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-42 {
  border-top: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  background-color: #fff;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-stack-14 {
  grid-column-gap: 24px;
  grid-row-gap: 25px;
  padding: 0;
}

.image-17 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.p-xs-start-3 {
  padding-top: 1em;
}

.section-referenzen {
  background-color: #fff;
}

.grid-notfall {
  background-color: var(--blue);
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}

.fair-wrapper-left {
  justify-content: center;
}

.heading-fair {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.quick-stack-11 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-fair {
  padding: 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fe7107;
  border: 2px solid #eca41f;
  border-radius: 8em;
  flex: none;
  order: 0;
  align-self: flex-start;
  padding: 1.1em 1.8em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .45s;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #098c01;
  border-color: #44a878;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.p-md-start-2 {
  padding-top: 4.5em;
}

.cell-43 {
  justify-content: center;
}

.about-hero {
  background-image: linear-gradient(#090ac433, #090ac433), url('../images/DSC09597---01.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.about-wrapper {
  text-align: center;
  background-image: none;
  padding: 20px 40px;
}

.white-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.white-3.w--current {
  color: #fff;
}

.title3-2 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.image-18 {
  padding-top: 5px;
}

.image-18-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-7 {
  margin-bottom: 0;
}

.gr-ndung-landing {
  background-image: linear-gradient(270deg, #0000, #fff 70%), url('../images/DSC09880---01.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
}

.nav-wrapper.container-w2.gutter-outside {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-44, .cell-45 {
  justify-content: center;
  align-items: center;
}

.gr-ndung-galery {
  background-color: var(--white);
}

.quick-stack-15 {
  padding: 0;
}

.image-19 {
  position: absolute;
  inset: 5% 0% auto auto;
}

.quick-stack-16 {
  padding: 0;
}

.cell-46 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-17 {
  padding: 0;
}

.badezimmer-wrapper.container-w2.gutter-outside.hide {
  display: none;
}

.cell-47, .cell-48, .cell-49, .cell-50, .cell-51 {
  justify-content: center;
  align-items: center;
}

.heizung-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-18 {
  width: 100%;
  padding: 0;
}

.heizung-produk-wrapper {
  background-color: var(--blue);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.heizung-titel {
  color: #fff;
  text-align: center;
}

.text-heizung {
  color: var(--white);
  text-align: justify;
  flex: 1;
}

.heizung_img {
  height: 80px;
}

.quick-stack-19 {
  padding: 0;
}

.cell-52, .cell-53 {
  justify-content: center;
  align-items: center;
}

.heading-13 {
  color: var(--dunkelblau);
}

.paragraph-8 {
  color: var(--paragraph-blau);
}

.bold-text {
  color: var(--dunkelblau);
}

.paragraph-9 {
  color: var(--paragraph-blau);
  width: 70%;
}

.heading-14 {
  color: var(--dunkelblau);
}

.paragraph-10 {
  color: var(--paragraph-blau);
}

.paragraph-11 {
  align-self: center;
  font-size: 1.4em;
}

.paragraph-11.slideup-1 {
  color: var(--blue);
  font-size: 1.6em;
  font-weight: 800;
}

.image-20 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 35% 50%;
}

.image-20.adjusted {
  object-position: 54% 50%;
}

.image-20.elena {
  object-position: 40% 50%;
}

.image-20.louis {
  object-position: 49% 50%;
}

.image-20.amini {
  object-position: 45% 50%;
}

.bild-gu {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 240px;
}

.fade-200ms.color-1 {
  color: #300404;
}

.lightbox-link {
  width: 100%;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 270.984px;
}

.heizung-text {
  font-size: 1.3em;
}

.cell-25 {
  justify-content: center;
  align-items: center;
}

.link-2 {
  font-size: .85em;
  font-weight: 300;
}

.cell-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-3 {
  margin-bottom: 40px;
}

.paragraph-14 {
  margin-top: 40px;
  padding-left: 0;
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .white {
    font-size: 2em;
  }

  .uui-field-label, .uui-form_input-2 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .hero-landing {
    background-position: 0 0, 0 0, 100% 0;
  }

  .div-block-8 {
    flex: 1;
  }

  .uui-form-field-wrapper {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-red {
    text-align: center;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link {
    color: var(--white);
    text-align: center;
  }

  .hero-landing {
    background-position: 0 0, 0 0, 0%;
    height: auto;
  }

  .hero-wrapper {
    width: 60%;
    margin-left: 20px;
  }

  .facts-wrapper.container-w3 {
    margin-top: -39px;
  }

  .facts-wrapper.container-w4.facts-mobile {
    margin-left: 20px;
    margin-right: 20px;
  }

  .white.centered {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .product-landing-wrapper {
    margin-left: 40px;
  }

  .cell-9 {
    justify-content: center;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-2.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .section-2.expand {
    height: auto;
    overflow: hidden;
  }

  .div-block-5 {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 20px;
  }

  .service-contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-display-wrapper {
    width: 100%;
  }

  .link-block-11 {
    margin-left: auto;
    margin-right: 40px;
  }

  .anfrage-balk {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link-block-12 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .button-2 {
    justify-content: center;
  }

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

  .gr-ndung-landing {
    background-position: 0 0, -9% 67%;
    background-size: auto, cover;
  }

  .paragraph-9 {
    width: 100%;
  }

  .paragraph-11.slideup-1 {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--dunkelblau);
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: var(--dunkelblau);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .hero-landing {
    background-position: 0 0, 0 0, 1%;
    background-size: auto, auto, cover;
  }

  .hero-wrapper {
    width: 80%;
    margin-bottom: 40px;
  }

  .facts-wrapper.container-w3 {
    height: auto;
  }

  .gird-facts {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }

  .white.centered {
    margin-top: 10px;
  }

  .team-wrappepr {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    border-radius: 20px;
    margin-top: 20px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 20px;
  }

  .service-contact-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .button-main-2.other-color {
    height: auto;
  }

  .service-display-wrapper {
    width: 90%;
  }

  .anfrage-balk {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-12 {
    margin-left: 10px;
  }

  .title6-2 {
    font-size: 1em;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

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

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .hero-landing {
    background-position: 0 0, 0 0, 25%;
    background-size: auto, auto, cover;
  }

  .facts-wrapper.container-w3 {
    border-top-left-radius: 8px;
    border-top-right-radius: 22px;
    height: auto;
    margin-top: 0;
  }

  .gird-facts {
    grid-template-columns: 1fr;
  }

  .white {
    color: #fff;
    font-size: 2em;
  }

  .weiss {
    overflow-wrap: anywhere;
  }

  .product-landing {
    height: 550px;
  }

  .product-landing-wrapper {
    width: 98%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .cell-7 {
    align-items: center;
    padding-right: 0;
  }

  .quick-stack-4 {
    grid-row-gap: 54px;
    margin-top: 0;
  }

  .copy-small-2 {
    font-size: 1em;
  }

  .footer {
    margin-top: 60px;
  }

  .cell-9 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-10 {
    align-items: center;
    padding-right: 0;
  }

  .quick-stack-6 {
    grid-row-gap: 54px;
    margin-top: 0;
  }

  .copy-small-3 {
    font-size: 1em;
  }

  .timeline-header {
    font-size: 2em;
  }

  .image-12 {
    margin-left: 0;
  }

  .div-block-5 {
    margin-top: 20px;
    margin-left: 0;
  }

  .service-contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-main-2.other-color {
    align-self: flex-start;
  }

  .service-display-wrapper {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-small-4 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .anfrage-balk {
    flex: 0 auto;
    display: flex;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .quick-stack-13 {
    grid-row-gap: 54px;
  }

  .uui-contact03_form {
    grid-row-gap: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-2.smaller.slideup-1 {
    font-size: 2.5em;
  }

  .uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-fair {
    text-align: center;
    align-self: auto;
  }

  .quick-stack-11 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .p-md-start-2 {
    display: block;
  }

  .gr-ndung-landing {
    background-position: 0 0, 26% 67%;
    justify-content: flex-start;
    align-items: flex-end;
    height: 43vh;
    margin-right: 0;
  }

  .heading-11 {
    font-size: 1.6em;
  }

  .heading-12 {
    font-size: 1.8em;
  }

  .image-20.louis {
    order: -1;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-cdf67723-5e21-ec13-42a0-2cce815d096e-b190a141, #w-node-_8e50dbae-e86c-6fee-1a7d-2539b6651ecf-b190a141, #w-node-_1c0ded59-638a-544f-07b6-03540678a28a-b190a141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_362f0ade-084a-282d-042c-ce61bded6599-b190a141 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f868c1b-9803-6d5e-725c-ef20cda8d619-b190a141 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_71cb65ff-c322-feb9-2b9e-009bd1c1d7ec-b190a141 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_726430cc-1e81-7d7f-d1cf-9983778d541b-778d5418 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ed3eb3d0-9c82-b46f-7f13-6c881b77679a-778d5418, #w-node-_877c142b-19e3-f059-f6f4-356c908db72a-ae57225a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c48654e-06bb-5e13-711b-c8e3ecfcb34c-ae57225a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9020dcc1-fdca-fbdd-486d-51db220be0b0-ae57225a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9020dcc1-fdca-fbdd-486d-51db220be0b4-ae57225a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_205d1eb8-3615-0be9-36c6-4fe70db5ebb9-3c20a52f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6179b9dc-f393-e5cd-892d-4b9885b243cc-3c20a52f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-dbb61fd7-c723-5b23-cf9e-2a335810c6e2-4a2d555a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbb61fd7-c723-5b23-cf9e-2a335810c6ef-4a2d555a, #w-node-_20d007ac-27c9-be58-8cc0-23399e607356-4a2d555a {
  justify-self: stretch;
}

#w-node-dbb61fd7-c723-5b23-cf9e-2a335810c6fc-4a2d555a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbb61fd7-c723-5b23-cf9e-2a335810c713-4a2d555a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a8f11ec5-5c08-af96-40c8-8621dd8f327c-c8685d18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a8f11ec5-5c08-af96-40c8-8621dd8f327d-c8685d18, #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f3287-c8685d18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8f11ec5-5c08-af96-40c8-8621dd8f3288-c8685d18 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a8f11ec5-5c08-af96-40c8-8621dd8f3289-c8685d18, #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f328c-c8685d18, #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f328f-c8685d18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1e0f03d-f285-391f-282e-3f7be4ace6de-0273f616 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a4e9925-280a-86d9-8a49-46cae23059f3-0273f616 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3ee57715-c301-afa9-a490-77b9714d84ed-0273f616, #w-node-_3ee57715-c301-afa9-a490-77b9714d84ee-0273f616 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3ee57715-c301-afa9-a490-77b9714d84fc-0273f616 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-df4a2057-8b2b-499c-ebab-16a78b3ad7c2-0273f616 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e46a87a5-392f-b06c-5d06-3d8e4ff32426-8c8e97d1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_016e5068-63f2-a3d7-2f92-161ec5467091-8c8e97d1, #w-node-_168f8816-85cb-d70c-d00d-e9cc779bc016-19ba946e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a81c7694-1b21-b594-4a3a-55b2193d2a44-c8a17e5f, #w-node-_301c6340-9fb2-3878-1fa2-aab2f8f45924-c8a17e5f, #w-node-_7056bdcb-ed0a-8fd3-d098-71bb496f437c-c8a17e5f, #w-node-b8bb1c69-cdbc-9035-67fd-e74ffbfebf85-c8a17e5f, #w-node-d6ff5feb-5931-152c-2328-9196c72c6eda-c8a17e5f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2f868c1b-9803-6d5e-725c-ef20cda8d619-b190a141 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_726430cc-1e81-7d7f-d1cf-9983778d541b-778d5418 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_877c142b-19e3-f059-f6f4-356c908db72a-ae57225a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_205d1eb8-3615-0be9-36c6-4fe70db5ebb9-3c20a52f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbb61fd7-c723-5b23-cf9e-2a335810c6e2-4a2d555a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbb61fd7-c723-5b23-cf9e-2a335810c704-4a2d555a {
    order: -9999;
  }

  #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f327c-c8685d18, #w-node-_168f8816-85cb-d70c-d00d-e9cc779bc016-19ba946e, #w-node-a81c7694-1b21-b594-4a3a-55b2193d2a44-c8a17e5f, #w-node-_301c6340-9fb2-3878-1fa2-aab2f8f45924-c8a17e5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_301c6340-9fb2-3878-1fa2-aab2f8f45926-c8a17e5f {
    order: -9999;
  }

  #w-node-_7056bdcb-ed0a-8fd3-d098-71bb496f437c-c8a17e5f, #w-node-b8bb1c69-cdbc-9035-67fd-e74ffbfebf85-c8a17e5f, #w-node-d6ff5feb-5931-152c-2328-9196c72c6eda-c8a17e5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_362f0ade-084a-282d-042c-ce61bded6599-b190a141 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2f868c1b-9803-6d5e-725c-ef20cda8d619-b190a141 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_71cb65ff-c322-feb9-2b9e-009bd1c1d7ec-b190a141, #w-node-_877c142b-19e3-f059-f6f4-356c908db72a-ae57225a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c48654e-06bb-5e13-711b-c8e3ecfcb34c-ae57225a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9020dcc1-fdca-fbdd-486d-51db220be0b4-ae57225a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_205d1eb8-3615-0be9-36c6-4fe70db5ebb9-3c20a52f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbb61fd7-c723-5b23-cf9e-2a335810c6e2-4a2d555a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbb61fd7-c723-5b23-cf9e-2a335810c704-4a2d555a {
    order: -9999;
  }

  #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f327c-c8685d18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f327d-c8685d18, #w-node-a8f11ec5-5c08-af96-40c8-8621dd8f3287-c8685d18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ee57715-c301-afa9-a490-77b9714d84ee-0273f616 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ee57715-c301-afa9-a490-77b9714d84fc-0273f616 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_016e5068-63f2-a3d7-2f92-161ec5467091-8c8e97d1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_362f0ade-084a-282d-042c-ce61bded6599-b190a141 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2f868c1b-9803-6d5e-725c-ef20cda8d619-b190a141 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_71cb65ff-c322-feb9-2b9e-009bd1c1d7ec-b190a141, #w-node-_726430cc-1e81-7d7f-d1cf-9983778d541b-778d5418, #w-node-ed3eb3d0-9c82-b46f-7f13-6c881b77679a-778d5418, #w-node-_877c142b-19e3-f059-f6f4-356c908db72a-ae57225a, #w-node-_6179b9dc-f393-e5cd-892d-4b9885b243cc-3c20a52f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbb61fd7-c723-5b23-cf9e-2a335810c704-4a2d555a {
    order: -9999;
  }

  #w-node-_9a4e9925-280a-86d9-8a49-46cae23059f3-0273f616 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ee57715-c301-afa9-a490-77b9714d84fc-0273f616 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e46a87a5-392f-b06c-5d06-3d8e4ff32426-8c8e97d1, #w-node-a81c7694-1b21-b594-4a3a-55b2193d2a44-c8a17e5f, #w-node-_7056bdcb-ed0a-8fd3-d098-71bb496f437c-c8a17e5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8bb1c69-cdbc-9035-67fd-e74ffbfebf8f-c8a17e5f {
    order: -9999;
  }

  #w-node-d6ff5feb-5931-152c-2328-9196c72c6eda-c8a17e5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


