:root {
  --background: whitesmoke;
  --black: black;
  --white: white;
  --blue: #1c3a75;
  --background--1: #1c3a75b3;
  --grey: #6e6e6e;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--background);
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, 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: 700;
  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 {
  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: #ddd0;
}

.nav-link {
  color: #000;
}

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

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-5 {
  flex: 1;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-field-2 {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.background-video-5 {
  background-image: url('../images/Phunnid1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.paragraph-9 {
  color: #01448b;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.success-message-2 {
  background-color: var(--white);
  color: var(--white);
  margin-left: 140px;
  margin-right: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.image-7 {
  border-radius: 10px;
  width: 32px;
}

.div-block-27 {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-6 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.button-1 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  overflow: visible;
}

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

.image-39 {
  border-radius: 10px;
  width: 32px;
  margin-left: 10px;
}

.form-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-24 {
  color: #01448b;
}

.body {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/20945738.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-40 {
  position: absolute;
}

.image-41 {
  z-index: -1;
  position: absolute;
}

.image-42 {
  margin-bottom: 40px;
}

.ladning-hero {
  background-image: linear-gradient(90deg, var(--blue), #fff0 73%), url('../images/Firefly-home-cleaning-company-33540-1.png');
  background-position: 0 0, 0%;
  background-size: auto, auto 800px;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.ladning-hero-wrapper {
  width: 50%;
  margin-left: 100px;
}

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

.landing-facts {
  background-color: #f5f5f5;
}

.landing-facts-wrapper.container-w2.gutter-outside {
  position: relative;
}

.blue-title {
  z-index: 1;
  background-color: var(--blue);
  color: var(--white);
  width: 40%;
  padding: 11px 20px;
  position: relative;
}

.blue-title._60 {
  width: 60%;
}

.blue-title._80 {
  width: 80%;
}

.blue-title.fade-200ms {
  background-color: var(--blue);
}

.image-44 {
  z-index: 0;
  position: absolute;
  inset: -18% auto auto 0%;
}

.quick-stack {
  padding: 0;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.strich-48 {
  background-color: var(--blue);
  width: 38%;
  height: 5px;
}

.paragraph-10 {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.landing-about-wrapper.container-w2 {
  position: relative;
}

.image-45 {
  z-index: -1;
  position: absolute;
  inset: -2% auto auto 1%;
}

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

.blue-title-centered {
  z-index: 1;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px;
  position: relative;
}

.blue-title-centered._60 {
  width: 60%;
}

.services-grid-wrapper {
  background-image: linear-gradient(#1c3a75b3, #1c3a75b3), url('../images/31620acb-d1be-4b4c-87a6-d2b901a4fa5a.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding: 20px;
  display: flex;
}

.services-grid-wrapper.slideup-2 {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/2e6327a0-d7f4-4c82-9be5-90f9cfb72577.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.services-grid-wrapper.slideup-3 {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/31620acb-d1be-4b4c-87a6-d2b901a4fa5a.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.services-grid-wrapper.slideup-4 {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/83a4978c-c491-445c-93a5-fe096da0297b.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: relative;
}

.services-grid-wrapper.slideup-5 {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/bcbabce8-b5ed-4de1-bd51-f5dc3beaa222.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.services-grid-wrapper.hauswartung {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/2e6327a0-d7f4-4c82-9be5-90f9cfb72577.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.services-grid-wrapper.gebaude {
  background-image: linear-gradient(to bottom, null, null), url('../images/31620acb-d1be-4b4c-87a6-d2b901a4fa5a.webp');
}

.services-grid-wrapper.winterdienst {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/bcbabce8-b5ed-4de1-bd51-f5dc3beaa222.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.services-grid-wrapper.umyug {
  background-image: linear-gradient(to bottom, var(--background--1), var(--background--1)), url('../images/83a4978c-c491-445c-93a5-fe096da0297b.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-29 {
  background-color: var(--white);
  width: 40%;
  height: 4px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

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

.centered {
  text-align: center;
}

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

.cell-32 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
}

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

.error-text {
  color: #e23939;
}

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

.title6-3 {
  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-3.contact-link {
  color: #000;
  text-transform: none;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

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

.strich-kontakt {
  background-color: #3b89c9;
  width: 180px;
  height: 3px;
}

.strich-kontakt.slideup-3 {
  background-color: var(--blue);
}

.image-46 {
  width: 24px;
}

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

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

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

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.d-18 {
  color: #fff;
  background-color: #0658a8;
  border-radius: 2.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: border-radius .3s, background-color .3s;
}

.button-2.d-18:hover {
  background-color: #d32e27;
  border-radius: 0;
}

.button-2.d-18.white {
  color: #0658a8;
  background-color: #fff;
}

.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;
  background-color: #0658a8;
  border: 1px #e6e6e6;
  border-radius: 0;
  width: 100%;
  position: relative;
  top: 0;
  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;
}

.uui-contact03_form-wrapper.gutter-outside._10px-both-sides.fade-200ms {
  background-color: var(--blue);
}

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

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

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

.uui-form_input-2 {
  outline-offset: 0px;
  color: #101828;
  background-color: #fff;
  border: 1px solid #233f83;
  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-style: solid;
  border-color: #04bfff;
  box-shadow: 0 1px 2px #04bfff;
}

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

.uui-form_input-2.text-area {
  border-color: #233f83;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.success-message-3 {
  color: #fff;
  background-color: #233f83;
  border-top-right-radius: 0;
  padding: 1.5rem;
}

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

.quick-stack-13.container-w2.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-umwelt {
  font-family: Montserrat, sans-serif;
}

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

.umwelt-heading.kleiner-titel {
  text-align: left;
}

.umweltbewust-icon {
  width: 84px;
  max-width: none;
}

.image-18, .image-19 {
  color: var(--blue);
  max-width: 30%;
}

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

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

.zelle-umwelt {
  background-color: #fff;
  align-items: center;
  padding: 20px 20px 40px;
}

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

.input-dropdown {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  display: flex;
  box-shadow: 0 2px 7px #14142b14;
}

.input-dropdown:hover {
  border-color: #009fe3;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-dropdown:focus {
  color: #211f54;
  border-color: #009fe3;
}

.input-dropdown::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #009fe3;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.heading-form-privat-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}

.form-block {
  width: 90%;
}

.div-block-31 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.field-label-2 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.grid-2-columns.form {
  grid-row-gap: 21px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.radio-button-label-2 {
  margin-bottom: 0;
}

.radio-button-field {
  margin-left: 20px;
}

.div-block-35, .div-block-36 {
  display: flex;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.success-message {
  color: #4a3aff;
  -webkit-text-stroke-color: #fff;
  background-color: #07325b;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.coolbutton3 {
  z-index: 3;
  box-shadow: none;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  line-height: 16px;
  text-decoration: none;
  transition: transform .32s, box-shadow .32s;
  position: relative;
}

.coolbutton3:hover {
  border-radius: 5px;
  transform: translate(0, -2px);
  box-shadow: 0 11px 19px -5px #0000003d;
}

.coolbutton3:active {
  transform: translate(0);
  box-shadow: 0 7px 15px -5px #0000003d;
}

.coolbutton3.modi {
  background-color: #009fe3;
  padding: 20px;
}

._20px-right {
  margin-left: 20px;
}

.heading-form-privat {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.heading-form-privat.field-label-2 {
  margin-top: 20px;
  font-size: 18px;
}

.main-button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  text-align: center;
  border-radius: 20px;
  padding: 10px 50px;
  transition: all .45s;
}

.main-button:hover {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.main-button.offerte {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-button.offerte.white {
  margin-left: 20px;
}

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

._10pxtop {
  margin-top: 10px;
}

.image-47 {
  position: absolute;
  inset: 2% 2% auto auto;
}

.cell-42 {
  background-image: url('../images/31620acb-d1be-4b4c-87a6-d2b901a4fa5a.webp');
  background-position: 0 0;
  background-size: auto;
}

.heading-25 {
  font-size: 1.7em;
}

.heading-26, .heading-27 {
  font-size: 1.6em;
}

.img-benefit {
  width: 84px;
  max-width: none;
  font-size: 14px;
}

.image-49, .image-50, .image-51 {
  max-width: 50%;
}

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

.nav-mobile.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.image-52 {
  margin-top: 4px;
}

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

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

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

.cell-10 {
  flex-direction: row;
  align-items: center;
}

.paragraph-3 {
  text-align: justify;
  margin-top: 10px;
  padding-left: 20px;
}

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

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

.quick-stack-15.container-w2.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.benefit-grid-wrapper {
  background-color: var(--white);
  flex: 1;
  padding: 20px 20px 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.subtitle-2 {
  color: var(--blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
}

.subtitle-2._20px-left {
  color: #00649c;
  padding-left: 20px;
}

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

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

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

.partner-wrapper.container-w2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.footer-list {
  margin-bottom: 15px;
}

.footer-list.hide {
  display: none;
}

.cell-footer {
  padding-top: 20px;
}

.link-2 {
  color: var(--blue);
  font-size: .85em;
  font-weight: 300;
}

.link-footer {
  color: var(--blue);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.link-footer.more-space {
  line-height: 1.9em;
}

.link-footer.more-space.small {
  text-transform: none;
}

.footer-heading {
  font-size: 1.4em;
  font-weight: 400;
}

.footer-heading.white {
  color: var(--blue);
  font-size: 1.4em;
}

.spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.list {
  border-left: 2px solid var(--blue);
  flex: 1;
  height: 100%;
  padding-left: 20px;
}

.image-53 {
  width: 100%;
}

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

.footer {
  background-color: var(--background);
  background-image: none;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

.link-socials {
  width: 32px;
  height: 32px;
}

.div-block-3 {
  height: 100%;
}

.kontakt-footer-wrapper {
  border-left: 2px solid var(--blue);
  flex: 1;
  padding-left: 20px;
}

.text-span-6 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .uui-form_input-2, .uui-field-label {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .form-2 {
    grid-template-columns: 4fr;
    place-items: center;
  }

  .text-field-2 {
    width: 60%;
  }

  .background-video-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-9 {
    margin-bottom: 40px;
  }

  .button-1 {
    margin-top: 40px;
  }

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

  .input {
    width: 100%;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0;
    padding-right: 254px;
  }

  .grid-2-columns.form.gutter-outside {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .form-2 {
    flex-flow: column;
    place-items: center;
    width: 60%;
    display: flex;
  }

  .text-field-2 {
    margin-top: 20px;
  }

  .background-video-5 {
    background-image: url('../images/Phunnid1.jpg'), radial-gradient(circle, #000, #fff0 49%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .paragraph-9 {
    text-align: center;
    margin-bottom: 0;
  }

  .success-message-2 {
    background-color: #000;
  }

  .text-block-6 {
    letter-spacing: 2px;
    font-weight: 700;
  }

  .button-1 {
    margin-top: 40px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

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

  .ladning-hero {
    background-size: auto, cover;
  }

  .white {
    background-color: #1c3a7500;
  }

  .services-grid-wrapper {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/83a4978c-c491-445c-93a5-fe096da0297b.webp');
    background-position: 50% 0;
    background-size: auto;
    background-clip: border-box;
  }

  .services-grid-wrapper.hauswartung {
    background-image: url('../images/2e6327a0-d7f4-4c82-9be5-90f9cfb72577.webp'), linear-gradient(#cab6b680, #cab6b680);
    background-position: 50% 45%, 0 0;
    background-size: auto, auto;
  }

  .services-grid-wrapper.gebaude {
    background-color: #86aac7;
    background-image: url('../images/31620acb-d1be-4b4c-87a6-d2b901a4fa5a.webp');
    background-position: 50% 90%;
    background-size: auto;
  }

  .services-grid-wrapper.winterdienst {
    background-image: url('../images/bcbabce8-b5ed-4de1-bd51-f5dc3beaa222.webp');
    background-position: 100% 100%;
  }

  .input {
    width: 100%;
    display: block;
  }
}

@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);
  }

  .text-field-2 {
    border-radius: 12px;
    padding-top: 10px;
  }

  .button-1 {
    margin-top: 0;
  }

  .heading-24 {
    text-align: center;
    font-size: 2em;
  }

  .heading-24.biger {
    font-size: 2.4em;
  }

  .image-42 {
    display: none;
  }

  .image-43 {
    width: 150px;
  }

  .ladning-hero {
    background-size: auto, cover;
    height: 70vh;
  }

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

  .landing-facts-wrapper.container-w2.gutter-outside {
    flex-flow: column;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .cell-32 {
    padding-left: 0;
  }

  .success-text {
    color: #fff;
  }

  .uui-form_input-2 {
    border-radius: 2rem;
  }

  .uui-form_input-2.text-area {
    border-radius: 1rem;
    width: 100%;
  }

  .success-message-3 {
    background-color: #233f83;
    border-top-right-radius: 0;
  }

  .umweltbewust-icon {
    width: 84px;
    max-width: none;
  }

  .coolbutton3:hover {
    color: #fff;
  }

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

  .nav-menu {
    background-color: var(--blue);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-benefit {
    max-width: 30%;
    font-size: 14%;
  }

  .image-49, .image-50, .image-51 {
    max-width: 30%;
  }

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

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

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

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

  .link-footer {
    font-size: 1em;
  }

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

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

  .text-field-2 {
    width: 80%;
  }

  .form-block-2 {
    align-self: center;
    width: 100%;
  }

  .blue-title.fade-200ms {
    width: 60%;
  }

  .image-44 {
    top: -13%;
  }

  .blue-title-centered.slideup-1 {
    width: 100%;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .input-dropdown, .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input:hover {
    border-color: #44b5c4;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .img-benefit {
    width: 84px;
    max-width: none;
  }

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

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

  .form-2 {
    grid-template-columns: 4fr;
  }

  .div-block-5 {
    background-color: #fff0;
  }

  .text-field-2 {
    width: 100%;
  }

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

  .success-message-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6 {
    font-weight: 700;
    line-height: 30px;
  }

  .form-block-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ladning-hero {
    background-position: 0 0, 62%;
  }

  .ladning-hero-wrapper {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .white.slideup-2 {
    text-align: left;
    border-radius: 0;
  }

  .blue-title, .blue-title._60 {
    width: 80%;
  }

  .blue-title.fade-200ms {
    width: 80%;
    font-size: 2.5em;
  }

  .image-44 {
    vertical-align: baseline;
    margin-top: 40px;
    margin-bottom: 0;
    display: none;
  }

  .services-grid-wrapper {
    background-image: linear-gradient(#1c3a75e6, #1c3a75e6), url('../images/31620acb-d1be-4b4c-87a6-d2b901a4fa5a.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-grid-wrapper.slideup-2 {
    height: auto;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-32 {
    padding-left: 0;
  }

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

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

  .uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1vw;
    padding-right: 1vw;
  }

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

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

  .quick-stack-13.container-w2.gutter-outside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .umwelt-heading.kleiner-titel {
    text-align: center;
    font-size: 1.7em;
  }

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

  .p-md-start-2 {
    margin-bottom: 40px;
  }

  .input-dropdown {
    font-size: 16px;
    line-height: 18px;
  }

  .input-dropdown::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .field-label {
    background-color: #fff;
    border-radius: 0;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input:active {
    border-color: #44b5c4;
    box-shadow: 0 2px 12px #44b5c44a;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .form-block {
    width: auto;
  }

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

  .radio-button-field {
    margin-left: 0;
  }

  .div-block-35, .div-block-36 {
    flex-direction: column;
  }

  .coolbutton3.modi {
    background-color: #009fe3;
    padding: 20px;
    font-family: Open Sans, sans-serif;
  }

  ._20px-right {
    margin-left: 0;
  }

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

  .nav-menu {
    background-color: var(--blue);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-mobile {
    text-align: center;
  }

  .quick-stack-15 {
    z-index: 1;
    position: relative;
  }

  .quick-stack-15.container-w2.gutter-outside {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .centered-3 {
    font-size: 2.5em;
  }

  .link-footer {
    font-size: 1em;
  }

  .spacing.link-socials {
    margin-right: 0;
  }

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

  .image-54 {
    width: 127px;
  }
}

#Ihre-E-Mail.w-node-_80096f47-4c79-15f7-e8a3-4544317ac0a2-acc07caf {
  justify-self: center;
}

#w-node-_4e8949f0-4f35-6a01-7ce2-9f9655da310b-fd04ab71 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_572623f3-4f2e-10e2-0f07-db06ad2bec7b-fd04ab71 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f67f166b-f701-35b4-a480-668ad8fd90c7-fd04ab71 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8be43655-e617-3d28-e56f-2ab8999fd613-fd04ab71 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_24eb5e73-5e0a-5ca8-6feb-428a6efbd7ef-fd04ab71 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-efb976b7-9328-4a55-6224-c34d87c749bf-87c749bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-efb976b7-9328-4a55-6224-c34d87c749f8-87c749bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3c8d3d64-9970-70c5-ff0a-39051748d1ff-156ffa5e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a0c-d4419d36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a19-d4419d36 {
  justify-self: stretch;
}

#w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a26-d4419d36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a3e-d4419d36 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4e3-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4e5-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4e9-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4f5-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4f9-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d513-ce34ce1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d534-ce34ce1c {
  justify-self: start;
}

#w-node-_53ae7b2d-1532-92ff-16b1-93cdf0877747-6a00c06e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86b5020a-c12f-c183-2141-edc99c343443-6a00c06e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6686774d-a6f8-0f4e-8255-eacb82551435-6a00c06e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_80096f47-4c79-15f7-e8a3-4544317ac0a0-acc07caf {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_54a95377-aacd-59fc-0e49-86b374770934-acc07caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e8949f0-4f35-6a01-7ce2-9f9655da310b-fd04ab71 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_572623f3-4f2e-10e2-0f07-db06ad2bec7b-fd04ab71 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f67f166b-f701-35b4-a480-668ad8fd90c7-fd04ab71 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8be43655-e617-3d28-e56f-2ab8999fd613-fd04ab71, #w-node-_24eb5e73-5e0a-5ca8-6feb-428a6efbd7ef-fd04ab71 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-efb976b7-9328-4a55-6224-c34d87c749bf-87c749bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3c8d3d64-9970-70c5-ff0a-39051748d1ff-156ffa5e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a0c-d4419d36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #contact.w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a2e-d4419d36 {
    order: -9999;
  }

  #w-node-_86b5020a-c12f-c183-2141-edc99c343443-6a00c06e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6686774d-a6f8-0f4e-8255-eacb82551435-6a00c06e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_6686774d-a6f8-0f4e-8255-eacb82551436-6a00c06e, #w-node-_6686774d-a6f8-0f4e-8255-eacb82551438-6a00c06e, #w-node-_6686774d-a6f8-0f4e-8255-eacb8255143a-6a00c06e, #w-node-_6686774d-a6f8-0f4e-8255-eacb8255143c-6a00c06e, #w-node-_6686774d-a6f8-0f4e-8255-eacb8255143e-6a00c06e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e8949f0-4f35-6a01-7ce2-9f9655da310b-fd04ab71, #w-node-_8be43655-e617-3d28-e56f-2ab8999fd613-fd04ab71, #w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a0c-d4419d36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #contact.w-node-ce8c6e74-3d5c-0f9b-d2b1-5a3a9dc37a2e-d4419d36 {
    order: -9999;
  }

  #w-node-_53ae7b2d-1532-92ff-16b1-93cdf0877747-6a00c06e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86b5020a-c12f-c183-2141-edc99c343443-6a00c06e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6686774d-a6f8-0f4e-8255-eacb82551435-6a00c06e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e8949f0-4f35-6a01-7ce2-9f9655da310b-fd04ab71, #w-node-_572623f3-4f2e-10e2-0f07-db06ad2bec7b-fd04ab71, #w-node-_24eb5e73-5e0a-5ca8-6feb-428a6efbd7ef-fd04ab71, #w-node-efb976b7-9328-4a55-6224-c34d87c749bf-87c749bc, #w-node-efb976b7-9328-4a55-6224-c34d87c749f8-87c749bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4e3-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4ed-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4f1-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4fb-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d4ff-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d503-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d507-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d50b-ce34ce1c, #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d50f-ce34ce1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f0f63ec-254a-a1be-9e87-45c21d91d534-ce34ce1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_86b5020a-c12f-c183-2141-edc99c343443-6a00c06e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6686774d-a6f8-0f4e-8255-eacb82551435-6a00c06e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}