@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: New Montserrat;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --gold: #f1c751;
  --white: white;
  --black: black;
}

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

body {
  color: #1a1b1f;
  font-family: New Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: New Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.section-3 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 60px 36px;
}

.paragraph-70 {
  opacity: .7;
  color: #1a1b1f;
  margin-bottom: 10px;
  font-family: New Montserrat, sans-serif;
  font-style: normal;
  display: block;
}

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

.paragraph-70.infotext {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-70.liste {
  margin-bottom: 0;
}

.deco-dot {
  background-color: #4e6f85d9;
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: New Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
  font-size: 34px;
}

.content16-left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content16-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

.section-4 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 0 36px 60px;
}

.content20-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 20px;
  display: flex;
}

.section-5 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 60px 36px;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content29-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-qa-item {
  padding-right: 103px;
}

.content35-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 273px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/Korbus-Thielking-Hamburg-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-2.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image2 {
  background-image: url('../images/Korbus-Thielking-Hamburg-1.jpg');
  background-position: 0%;
  background-size: cover;
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/Haustechnik-Hamburg-Korbus-Thielking-1.jpg');
  background-position: 50%;
}

.button-label-2 {
  font-family: New Montserrat, sans-serif;
}

.button-label-2.label3 {
  font-size: 20px;
}

.button-small-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4e6f85d9;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-2:hover {
  color: #fff;
  background-color: #0d6fa3a3;
}

.button-small-2.b2 {
  background-color: #4e6f85e8;
  margin-bottom: 7px;
}

.hero5-image-wrap {
  color: #fff;
  background-image: linear-gradient(#18181d80, #18181d80);
  border-bottom: 4px solid #ecb211;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 60px 36px;
  display: flex;
}

.hero5-image-wrap.slide1 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-1.jpg');
  background-position: 0 0, 50% 88%;
  background-size: auto, cover;
  border-bottom-color: #1b74a3;
}

.hero5-image-wrap.slide2 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-color: #1b74a3;
}

.hero5-image-wrap.slide3 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/Lueftungstechnik-Hamburg-Korbus.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-bottom-color: #1b74a3;
}

.hero5-image-wrap.slide4 {
  background-image: url('../images/Haus-Sanitaertechnik-Hamburg-Korbus-2.jpg'), linear-gradient(#18181d80, #18181d80);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom-color: #9ed7f5;
}

.hero5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero5-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 479px;
  display: flex;
}

.size1-text-2 {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: New Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
}

.hero5-text {
  flex: 1;
  margin-bottom: 30px;
}

.product5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.home-sections-label {
  position: sticky;
  top: 120px;
  bottom: 120px;
}

.homepage-layouts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.product3-content-wrap {
  margin-top: 26px;
}

.section-7 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 60px 36px;
  font-style: normal;
}

.slider {
  height: 640px;
}

.slide-nav {
  color: #fff;
  font-size: 8px;
}

.left-arrow {
  background-color: #0000;
  width: 26px;
  height: 100%;
}

.left-arrow:hover {
  background-color: #2b9dd93b;
}

.right-arrow {
  background-color: #0000;
  width: 26px;
  height: 100%;
  line-height: 16px;
}

.right-arrow:hover {
  background-color: #2b9dd93b;
}

.icon, .icon-2 {
  font-size: 22px;
}

.heading {
  font-family: New Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.button-text-2 {
  color: #18181d;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #505057;
  padding: 45px 50px 35px;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.size1-text-3 {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: New Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.column, .column-2 {
  padding-left: 0;
}

.section-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.section-8.startseite {
  background-image: url('../images/Korbus-Thielking-Hamburg-1.jpg');
  background-position: 0%;
  background-attachment: fixed;
}

.section-9 {
  color: #fff;
  background-color: #505057;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-toggle {
  text-transform: uppercase;
  padding: 9px 20px;
  font-weight: 500;
}

.section-10 {
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-10.kontakt {
  background-image: url('../images/Modernisierung-Allround-Handwerk-Hamburg.jpg');
  background-position: 50% 78%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.section-10.sanit-rinstallation {
  background-image: url('../images/Korbus-Thielking-Hamburg-3.jpg');
  background-position: 50% 67%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.section-10.heizungstechnik {
  background-image: url('../images/Heizungsbau-Hamburg-Korbus--Thielking4.jpg');
  background-position: 50% 80%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.section-10.lueftungstechnik {
  background-image: url('../images/Lueftungstechnik-Hamburg-Korbus.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.section-10.hausanschluss {
  background-image: url('../images/Haus-Sanitaertechnik-Hamburg-Korbus-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-10.karriere {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.textlink {
  color: #4e6f85d9;
  display: inline-block;
}

.section-11 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 36px;
  padding-right: 36px;
}

.section-11.portfolio {
  margin-top: 0;
  margin-bottom: 0;
}

.content13-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content13-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 376px;
  transition: opacity .2s;
}

.content13-image:hover {
  opacity: .8;
}

.content13-image.allroundhandwerk1 {
  background-image: url('../images/Heizungsbau-Hamburg-Korbus--Thielking4.jpg');
}

.content13-image.allroundhandwerk2 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-4.jpg');
  background-position: 50%;
}

.content13-image.allroundhandwerk3 {
  background-image: url('../images/Fussbodenheizung-Hamburg-Korbus-Thielking-2.jpg');
}

.content13-image.allroundhandwerk4 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-1.jpg');
  background-position: 50% 100%;
}

.content13-image.allroundhandwerk5 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-5.jpg');
}

.content13-image.allroundhandwerk6 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-1.jpg');
  background-position: 50% 100%;
}

.content13-image.allroundhandwerk7 {
  background-image: url('../images/Haus-Sanitaertechnik-Hamburg-Korbus-2.jpg');
}

.content13-image.allroundhandwerk8 {
  background-image: url('../images/Fussbodenheizung-Hamburg-Korbus-Thielking-2.jpg');
}

.content13-image.allroundhandwerk9 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-5.jpg');
  background-position: 100%;
}

.content13-image.allroundhandwerk10 {
  background-image: url('../images/Heizungsbau-Hamburg-Korbus--Thielking4.jpg');
}

.content13-image.allroundhandwerk11 {
  background-image: url('../images/Heizungsbau-Hamburg-Korbus--Thielking3.jpg');
}

.content13-image.allround-handwerk14 {
  background-image: url('../images/Sanitarinstallation-Hamburg-Korbus-Thielking-4.jpg');
}

.button-label-3 {
  font-family: New Montserrat, sans-serif;
}

.dropdown-link {
  color: #374167;
}

.dropdown-link.w--current {
  color: #1a1b1f;
  font-weight: 600;
}

.dropdown {
  background-color: #fff0;
}

.dropdown:hover {
  background-color: #d1d1d1c7;
}

.dropdown.w--current {
  color: #2b9dd9;
}

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

.dropdown-list.w--open {
  background-color: #ffffffc4;
}

.cookie-modal {
  z-index: 999;
  background-color: #383838f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  inset: auto auto 5% 5%;
}

.p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.line.rotate-45 {
  transform: rotate(45deg);
}

.line.rotate-min45 {
  transform: rotate(-45deg);
}

.link-3 {
  color: #4d92b7;
  display: inline-block;
}

.link-3:hover {
  color: #fff;
}

.columns {
  font-style: normal;
}

.button-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
}

.button-2:hover {
  color: var(--gold);
}

.social-media {
  z-index: 1000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 35px;
  height: 60px;
  margin-top: 1px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  position: fixed;
  inset: auto 0% 0% auto;
}

.social-list-link-2 {
  margin-bottom: 5px;
  margin-left: 9px;
  margin-right: 9px;
  transition: opacity .2s;
}

.social-list-link-2:hover {
  opacity: .5;
}

.navbar-social-icon-2 {
  max-height: 20px;
}

.list-2 {
  color: #4e6f85d9;
  padding-left: 20px;
}

.list-item {
  margin-bottom: 0;
}

.smaller-headline {
  font-size: 26px;
  line-height: 32px;
  display: block;
}

.klimatechnik {
  background-image: url('../images/Haus-Sanitaertechnik-Hamburg-Korbus-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.image {
  margin-top: 51px;
}

.infotext {
  font-size: 12px;
  line-height: 12px;
}

.link-4 {
  display: flex;
}

.link-4.w--current, .link-4.textlink {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    background-color: #fff;
    padding: 25px 30px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

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

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content16-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

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

  .content29-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .hero5-grid, .product5-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .home-sections-label {
    margin-bottom: 30px;
    position: static;
  }

  .homepage-layouts-grid {
    grid-column-gap: 24px;
  }

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

  .slider {
    margin-top: 109px;
  }

  .content33-content {
    margin-bottom: 20px;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .content33-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
    display: flex;
  }

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

  .content13-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .dropdown, .text-block-2, .dropdown-2 {
    text-align: center;
  }

  .social-media {
    width: 30px;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation.mobilenav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-image.mobile-logos {
    width: 249px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .text-label {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 15px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-70 {
    font-size: 14px;
    line-height: 22px;
  }

  .size1-text {
    margin-top: 1px;
    font-size: 25px;
    line-height: 32px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content16-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .section-4, .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content29-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content35-pictures-feed {
    grid-template: "."
    / 1fr 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    min-height: 180px;
  }

  .button-small-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero5-image-wrap {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero5-image-wrap.slide3 {
    min-height: 100%;
  }

  .hero5-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero5-content {
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .size1-text-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .product5-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .homepage-layouts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    justify-items: end;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider {
    height: 600px;
    margin-top: 80px;
  }

  .slide-nav {
    display: none;
  }

  .heading {
    font-size: 25px;
    line-height: 32px;
  }

  .content33-items-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .content33-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .size1-text-3 {
    font-size: 34px;
    line-height: 42px;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content13-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .dropdown {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .cookie-modal {
    margin-right: 30px;
    bottom: 17%;
  }

  .p {
    line-height: 18px;
  }

  .button-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .social-media {
    width: 30px;
    top: 14%;
    bottom: 14%;
    right: 1%;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: none;
    margin-top: 12px;
    margin-left: 27px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .text-label {
    line-height: 19px;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-70.white {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
  }

  .size1-text {
    font-size: 25px;
    line-height: 32px;
  }

  .size1-text.size1-top-clear {
    font-size: 22px;
    line-height: 28px;
  }

  .content16-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-5 {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content29-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    min-height: 350px;
  }

  .button-label-2 {
    font-size: 12px;
  }

  .button-label-2.label3 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-small-2 {
    flex: none;
    align-self: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero5-image-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero5-image-wrap.slide1 {
    margin-top: 27px;
  }

  .hero5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero5-text {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .product5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .homepage-layouts-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider {
    margin-top: 55px;
  }

  .heading {
    width: 60%;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .content33-items-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 25px 30px 15px;
    display: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-text-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-11 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content13-image {
    height: 260px;
  }

  .button-label-3 {
    font-size: 11px;
  }

  .dropdown {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
  }

  .cookie-modal {
    bottom: 5%;
  }

  .p {
    line-height: 18px;
  }

  .button-2 {
    clear: left;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 14px;
    display: block;
  }

  .smaller-headline {
    text-align: left;
    font-size: 22px;
    line-height: 24px;
  }
}

#w-node-_947aaeb2-f358-27a5-a6bf-de9beafbe411-1858b8ed {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4a056a2e-3a9e-e438-349d-1fc60133ceae-1858b8ed, #w-node-cead82ff-58d2-0eb8-c3cf-7c5d89e25374-1858b8ed, #w-node-a1dee135-b194-39f8-0488-c06136758492-1858b8ed {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb00-1858b8ed {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb0d-1858b8ed {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5fa6d4f1-842b-15d9-b741-81b49b23978a-1858b8ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_5fa6d4f1-842b-15d9-b741-81b49b239791-1858b8ed {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_00b1723e-de13-914f-f4e2-8275b1c15050-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c15052-1858b8ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_00b1723e-de13-914f-f4e2-8275b1c1504e-1858b8ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: auto;
}

#w-node-_00b1723e-de13-914f-f4e2-8275b1c15051-1858b8ed {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_00b1723e-de13-914f-f4e2-8275b1c1504f-1858b8ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf2-1858b8ed {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf5-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcfe-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dd10-1858b8ed, #w-node-_8c1e0c97-ac1f-fc66-ab5b-3c291a7a325c-1858b8ed, #w-node-e2c76e9d-83f5-52f8-609e-5be12c4657e4-1858b8ed, #w-node-_2ef1b03c-387d-8d1f-3fe5-f07f76324c0b-1858b8ed, #w-node-dac30ab6-d780-8b22-3096-6cfd8b25258b-1858b8ed, #w-node-_48f554d6-af0e-f952-ddf6-74e15d73e3a9-1858b8ed, #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcc5-27d3dcc3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcf2-27d3dcc3 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-bc58b8f3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-bc58b8f3 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-1358b8f4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-1358b8f4 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-0558b8f6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-0558b8f6 {
  grid-area: 1 / 7 / 2 / 17;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-e958b8fb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-e958b8fb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374d-e958b8fb {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: auto;
}

#w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374e-e958b8fb, #w-node-_85e5f697-1264-d9da-ad1a-3b15f4b0368f-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374f-e958b8fb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3750-e958b8fb, #w-node-_2de1b821-b70d-c8dd-9b4d-9e47cb6b508a-e958b8fb {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3751-e958b8fb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-3958b900 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-3958b900 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-4a8f81fc {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-4a8f81fc {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-444ad2a2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-444ad2a2 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-c0e5a3d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-c0e5a3d4 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-ecf4c63d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-ecf4c63d {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-34405b98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-34405b98 {
  grid-area: 1 / 5 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_947aaeb2-f358-27a5-a6bf-de9beafbe411-1858b8ed, #w-node-_4a056a2e-3a9e-e438-349d-1fc60133ceae-1858b8ed, #w-node-cead82ff-58d2-0eb8-c3cf-7c5d89e25374-1858b8ed, #w-node-a1dee135-b194-39f8-0488-c06136758492-1858b8ed {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb00-1858b8ed {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb0d-1858b8ed, #w-node-_5fa6d4f1-842b-15d9-b741-81b49b23978a-1858b8ed, #w-node-_5fa6d4f1-842b-15d9-b741-81b49b239791-1858b8ed {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_00b1723e-de13-914f-f4e2-8275b1c15050-1858b8ed {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_00b1723e-de13-914f-f4e2-8275b1c15052-1858b8ed {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_00b1723e-de13-914f-f4e2-8275b1c15051-1858b8ed {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf2-1858b8ed {
    grid-column: span 8 / span 8;
  }

  #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf5-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcfe-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dd10-1858b8ed, #w-node-_8c1e0c97-ac1f-fc66-ab5b-3c291a7a325c-1858b8ed, #w-node-e2c76e9d-83f5-52f8-609e-5be12c4657e4-1858b8ed, #w-node-_2ef1b03c-387d-8d1f-3fe5-f07f76324c0b-1858b8ed, #w-node-dac30ab6-d780-8b22-3096-6cfd8b25258b-1858b8ed, #w-node-_48f554d6-af0e-f952-ddf6-74e15d73e3a9-1858b8ed {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcc5-27d3dcc3 {
    grid-column: 1 / 9;
  }

  #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcf2-27d3dcc3 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-bc58b8f3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-bc58b8f3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-1358b8f4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-1358b8f4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-0558b8f6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-0558b8f6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-e958b8fb {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-e958b8fb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374f-e958b8fb {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3750-e958b8fb, #w-node-_2de1b821-b70d-c8dd-9b4d-9e47cb6b508a-e958b8fb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3751-e958b8fb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-3958b900, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-3958b900, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-4a8f81fc, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-4a8f81fc, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-444ad2a2, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-444ad2a2, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-c0e5a3d4, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-c0e5a3d4, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-ecf4c63d, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-ecf4c63d, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-34405b98, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-34405b98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_947aaeb2-f358-27a5-a6bf-de9beafbe411-1858b8ed, #w-node-_4a056a2e-3a9e-e438-349d-1fc60133ceae-1858b8ed, #w-node-cead82ff-58d2-0eb8-c3cf-7c5d89e25374-1858b8ed, #w-node-a1dee135-b194-39f8-0488-c06136758492-1858b8ed, #w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb00-1858b8ed, #w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb0d-1858b8ed, #w-node-_5fa6d4f1-842b-15d9-b741-81b49b23978a-1858b8ed, #w-node-_5fa6d4f1-842b-15d9-b741-81b49b239791-1858b8ed {
    grid-column: span 6 / span 6;
  }

  #w-node-_00b1723e-de13-914f-f4e2-8275b1c15050-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c15052-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c1504e-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c15051-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c1504f-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf2-1858b8ed {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf5-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcfe-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dd10-1858b8ed, #w-node-_8c1e0c97-ac1f-fc66-ab5b-3c291a7a325c-1858b8ed, #w-node-e2c76e9d-83f5-52f8-609e-5be12c4657e4-1858b8ed, #w-node-_2ef1b03c-387d-8d1f-3fe5-f07f76324c0b-1858b8ed, #w-node-dac30ab6-d780-8b22-3096-6cfd8b25258b-1858b8ed, #w-node-_48f554d6-af0e-f952-ddf6-74e15d73e3a9-1858b8ed {
    grid-column: span 6 / span 6;
  }

  #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcc5-27d3dcc3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcf2-27d3dcc3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-bc58b8f3, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-bc58b8f3, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-1358b8f4, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-1358b8f4, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-0558b8f6, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-0558b8f6, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-e958b8fb, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-e958b8fb {
    grid-column: span 6 / span 6;
  }

  #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374d-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374e-e958b8fb, #w-node-_85e5f697-1264-d9da-ad1a-3b15f4b0368f-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374f-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3750-e958b8fb, #w-node-_2de1b821-b70d-c8dd-9b4d-9e47cb6b508a-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3751-e958b8fb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-3958b900, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-3958b900, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-4a8f81fc, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-4a8f81fc, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-444ad2a2, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-444ad2a2, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-c0e5a3d4, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-c0e5a3d4, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-ecf4c63d, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-ecf4c63d, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-34405b98, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-34405b98 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_947aaeb2-f358-27a5-a6bf-de9beafbe411-1858b8ed, #w-node-cead82ff-58d2-0eb8-c3cf-7c5d89e25374-1858b8ed, #w-node-a1dee135-b194-39f8-0488-c06136758492-1858b8ed, #w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb00-1858b8ed, #w-node-_683695f3-90b3-1f9c-a78b-16ed905fbb0d-1858b8ed, #w-node-_5fa6d4f1-842b-15d9-b741-81b49b23978a-1858b8ed, #w-node-_5fa6d4f1-842b-15d9-b741-81b49b239791-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c15050-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c15052-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c1504e-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c15051-1858b8ed, #w-node-_00b1723e-de13-914f-f4e2-8275b1c1504f-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf2-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcf5-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dcfe-1858b8ed, #w-node-_10fc6809-e3a5-54d9-1072-9fe33142dd10-1858b8ed, #w-node-_8c1e0c97-ac1f-fc66-ab5b-3c291a7a325c-1858b8ed, #w-node-e2c76e9d-83f5-52f8-609e-5be12c4657e4-1858b8ed, #w-node-_2ef1b03c-387d-8d1f-3fe5-f07f76324c0b-1858b8ed, #w-node-dac30ab6-d780-8b22-3096-6cfd8b25258b-1858b8ed, #w-node-_48f554d6-af0e-f952-ddf6-74e15d73e3a9-1858b8ed, #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcc5-27d3dcc3, #w-node-_33babd9f-def7-23fa-bf92-1c4927d3dcf2-27d3dcc3, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-bc58b8f3, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-bc58b8f3, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-1358b8f4, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-1358b8f4, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-0558b8f6, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-0558b8f6, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e3285a-e958b8fb, #w-node-_4e110c95-8dad-dce4-e1e7-4fb4d4e32869-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374d-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374e-e958b8fb, #w-node-_85e5f697-1264-d9da-ad1a-3b15f4b0368f-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f374f-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3750-e958b8fb, #w-node-_2de1b821-b70d-c8dd-9b4d-9e47cb6b508a-e958b8fb, #w-node-_5d4bf67a-3e80-1048-1067-8b170b9f3751-e958b8fb, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-3958b900, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-3958b900, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-4a8f81fc, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-4a8f81fc, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-444ad2a2, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-444ad2a2, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-c0e5a3d4, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-c0e5a3d4, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-ecf4c63d, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-ecf4c63d, #w-node-a45195c1-dfee-c8fb-133d-a46173201fd8-34405b98, #w-node-a45195c1-dfee-c8fb-133d-a46173201fdd-34405b98 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}