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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

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

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

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

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

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

.paragraph-bigger.cc-bigger-white-light {
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0.6;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
}

.button {
  padding: 12px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #b20038;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

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

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  border-radius: 4px;
  background-color: #a40034;
}

.button.cc-contact-us:hover {
  background-color: #3d3d3d;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  position: relative;
  margin-right: 0px;
  opacity: 0.6;
  font-size: 15px;
}

.paragraph-light.wassen {
  font-size: 15px;
}

.heading-jumbo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 50px;
  text-align: right;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 48px;
  margin-bottom: 0px;
  color: #919193;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

.heading-jumbo-small.screen {
  margin-top: 0px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  display: none;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-header.oled {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0% 50%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.intro-header.wassen {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.intro-header.koelkast {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-header.schermen {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/LG_Gram_Accu-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/LG_Gram_Accu-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, auto 183%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 85%;
  margin-bottom: 20px;
  text-align: left;
}

.intro-content.cc-homepage.koelkast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.intro-content.wassen {
  width: 70%;
}

.motto-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

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

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

.home-content-wrap {
  margin-top: 0px;
  margin-bottom: 120px;
}

.home-section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: -3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-heading {
  position: relative;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-heading.wassen {
  font-weight: 400;
  text-decoration: none;
}

.about-grid {
  margin-top: 0px;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 5px 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  margin-top: 69px;
  margin-bottom: 69px;
  grid-column-gap: 23px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.25fr 23px 1.75fr;
  grid-template-columns: 2.25fr 1.75fr;
}

.about-grid.wassen {
  margin-top: 0px;
  margin-bottom: 0px;
}

.intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.bold-text {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 50px;
  line-height: 50px;
  text-align: right;
  text-shadow: -1px 0 11px rgba(0, 0, 0, 0.55);
}

.bold-text.wassen {
  text-align: left;
}

.bold-text.koelkast {
  text-align: left;
}

.image {
  position: relative;
  padding: 17px;
}

.image.wassen {
  width: 500px;
}

.image.koelkast {
  max-height: 500px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}

.text-block {
  color: #919193;
  font-size: 15px;
}

.image-2 {
  background-image: url('../images/VOETBAL.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-2.koelkast {
  margin-top: 0px;
}

.image-3 {
  display: block;
  margin-top: -65px;
}

.image-3.koelkast {
  width: auto;
  margin-top: 0px;
}

.image-3.screen {
  margin-top: 0px;
}

.paragraph {
  margin-top: 31px;
  color: #858585;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.paragraph.wassen {
  font-size: 15px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  max-height: 780px;
  margin-top: 45px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LG_Gram_headerimg.002.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  font-size: 12px;
}

.hero-overlay.wassen {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(0, 0, 0, 0.11)), color-stop(87%, rgba(0, 0, 0, 0.66))), url('../images/LG_LR2_WASSEN_IMG02_lifestyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 16%, rgba(0, 0, 0, 0.66) 87%), url('../images/LG_LR2_WASSEN_IMG02_lifestyle.jpg');
  background-position: 0px 0px, 50% 50%;
}

.hero-overlay.koelkast {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/LG_LR3_KOELEN_IMG07_koelekamer.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/LG_LR3_KOELEN_IMG07_koelekamer.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.hero-overlay.oled {
  background-image: url('../images/LIVING.jpg');
}

.hero-overlay.gamers {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/LG_LR5_GAMING_IMG06_blikvanger.jpeg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/LG_LR5_GAMING_IMG06_blikvanger.jpeg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

.centered-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-shadow: 1px 1px 8px #000, 1px 1px 6px rgba(0, 0, 0, 0.36);
}

.centered-container.screen {
  text-shadow: none;
}

.paragraph-2 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-2.wassen {
  font-size: 15px;
}

.paragraph-2.koelkast {
  font-weight: 500;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.58);
}

.paragraph-2.screen {
  color: #919193;
}

.heading-3.koelkast {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.24);
}

.disclaimer {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #929292;
  font-size: 12px;
}

.call-to-action {
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-3 {
  margin-right: 178px;
  margin-left: 178px;
}

.footer {
  margin-top: 53px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
  color: #333;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f7f7;
  text-align: left;
}

.footer-logo-link-2 {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  margin-right: -200px;
  padding-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11px;
  margin-bottom: -11px;
  color: #000;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.div-block-20 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.46);
  font-size: 12px;
}

.list {
  margin-top: 0px;
}

.container-2 {
  margin-bottom: -26px;
  padding-bottom: 0px;
}

.bold-text-2 {
  text-align: right;
}

.heading-5 {
  margin-right: 171px;
  margin-left: 171px;
}

.html-embed {
  margin-top: 27px;
  margin-bottom: 76px;
}

.html-embed.wassen {
  margin-top: -41px;
}

.html-embed.wassen._1 {
  margin-top: 70px;
}

.call-to-action-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a60f3e), to(#a60f3e));
  background-image: linear-gradient(180deg, #a60f3e, #a60f3e);
}

.call-to-action-1.koelkast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 47px;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.paragraph-4 {
  color: #fff;
}

.paragraph-4.koelkast {
  color: #000;
}

.heading-6 {
  color: #fff;
  text-shadow: none;
}

.heading-6.koelkast {
  margin-top: 0px;
  color: #000;
}

.button-2 {
  border-radius: 6px;
  background-color: #292929;
  color: #fff;
}

.button-2:hover {
  background-color: #404040;
  color: #fff;
}

.button-2.koelkast {
  margin-right: 20px;
  margin-left: 20px;
}

.image-4 {
  position: relative;
  display: block;
  max-width: 5%;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-5 {
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.73);
}

.bold-text-3 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.section-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebebeb;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.link-2 {
  margin-right: 34px;
  margin-left: 34px;
  font-size: 16px;
}

.menu-buttons {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 12px;
  text-decoration: none;
}

.menu-buttons:hover {
  font-weight: 700;
}

.menu-buttons.w--current {
  font-weight: 700;
}

.menu-bar-1-nb5 {
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navlink-nb5 {
  padding-right: 14px;
  padding-left: 14px;
  font-size: 16px;
  text-transform: uppercase;
}

.navlink-nb5:hover {
  text-decoration: underline;
}

.navlink-nb5.link-3-nb5 {
  z-index: 3;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
}

.navlink-nb5.link-3-nb5:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.navlink-nb5.link-3-nb5.w--current {
  font-weight: 700;
}

.navlink-nb5.link-2-nb5 {
  z-index: 2;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  text-transform: none;
}

.navlink-nb5.link-2-nb5:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.navlink-nb5.link-2-nb5.w--current {
  font-size: 14px;
  font-weight: 700;
}

.navlink-nb5.link-1-nb5 {
  z-index: 1;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

.navlink-nb5.link-1-nb5:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.navlink-nb5.link-1-nb5.w--current {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 700;
}

.image-5 {
  position: absolute;
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-5 {
  overflow: hidden;
  background-color: transparent;
}

.section-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 0px;
  padding: 0px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.nav-menu-nb5 {
  z-index: 3;
  margin-left: -253px;
  padding-left: 0px;
  font-size: 16px;
}

.menu-bar-2-nb5 {
  position: absolute;
  left: auto;
  top: 15px;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-icon-nb5 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.container-nb5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 246px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery {
  padding-top: 50px;
  padding-bottom: 100px;
}

.centered-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 40px;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  padding-right: 7px;
  padding-left: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns {
  position: relative;
}

.div-block-21 {
  height: 80vh;
  margin: 27px;
}

.column-2 {
  height: 100%;
  background-image: url('../images/LIVING.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.column-2.style {
  margin-right: auto;
  margin-left: auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-3 {
  background-image: url('../images/Styler-laundry-room-1012.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.oled {
  margin: 25px;
}

.hero.koelkast {
  margin: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LIVING.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.oled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/LIVING.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/LIVING.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-22.koelkast {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/Styler-laundry-room-1012.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/Styler-laundry-room-1012.jpg');
  background-position: 0px 0px, 70% 55%;
  background-size: auto, cover;
}

.heading-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-weight: 700;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Styler-laundry-room-1012.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.paragraph-6 {
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.41);
}

.bold-text-4 {
  text-align: left;
}

.bold-text-4.koelkast {
  text-align: left;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  margin-top: 20px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/LG_LR3_KOELEN_IMG08_verrijdbaar.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-25 {
  height: 60vh;
  background-image: url('../images/koelkast-6.png');
  background-position: 0px 0px;
  background-size: cover;
}

.koelhouders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  margin: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/koelkast-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/koelkast-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

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

.butto {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-schermen {
  margin-right: 30px;
  margin-left: 30px;
}

.schermen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-10 {
  line-height: 51px;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.64);
}

.paragraph-7 {
  line-height: 25px;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.73);
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  height: 30vh;
  margin-top: 30px;
  background-color: #ad103b;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  max-height: 780px;
  margin: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/LG_Gram_Accu.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/LG_Gram_Accu.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-11 {
  font-weight: 700;
}

.paragraph-8 {
  color: #919193;
  text-align: center;
}

.paragraph-9 {
  color: #919193;
  text-align: center;
}

.container-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-3 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.intro-header-gamers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/OLED_evo_GAME_02.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.intro-header-gamers.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-header-gamers.oled {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0% 50%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.intro-header-gamers.wassen {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.intro-header-gamers.koelkast {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-header-gamers.schermen {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/LG_Gram_Accu-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/LG_Gram_Accu-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, auto 183%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-3-gamers {
  display: block;
  margin-top: 0px;
  text-align: center;
}

.image-3-gamers.koelkast {
  width: auto;
  margin-top: 0px;
}

.image-3-gamers.screen {
  margin-top: 0px;
}

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

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.hero-overlay-gamers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  max-height: 780px;
  margin: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/OLED_evo_GAME_02.jpg'), url('../images/portfolio-4---wide.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36)));
  background-image: url('../images/OLED_evo_GAME_02.jpg'), url('../images/portfolio-4---wide.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
  background-position: 50% 50%, 50% 50%, 0px 0px;
  background-size: cover, cover, auto;
  background-repeat: no-repeat, repeat, repeat;
  color: #fff;
}

.call-to-action-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.call-to-action-2.koelkast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 47px;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.heading-6-copy {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 26px;
  text-shadow: none;
}

.heading-6-copy.koelkast {
  margin-top: 0px;
  color: #000;
}

.text-span {
  font-size: 12px;
}

.intro-header-cinema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/OLED-EVO_-movie_1.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.intro-header-cinema.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-header-cinema.oled {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0% 50%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.intro-header-cinema.wassen {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.intro-header-cinema.koelkast {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-header-cinema.schermen {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/LG_Gram_Accu-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/LG_Gram_Accu-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, auto 183%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bold-text-copy {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 50px;
  line-height: 50px;
  text-align: right;
  text-shadow: -1px 0 11px rgba(0, 0, 0, 0.55);
}

.bold-text-copy.wassen {
  text-align: left;
}

.bold-text-copy.koelkast {
  text-align: left;
}

.bold-text-copy-cinema {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 50px;
  line-height: 50px;
  text-align: right;
  text-shadow: -1px 0 11px rgba(0, 0, 0, 0.55);
}

.bold-text-copy-cinema.wassen {
  text-align: left;
}

.bold-text-copy-cinema.koelkast {
  text-align: left;
}

.bold-text-2-cinema {
  text-align: right;
  text-shadow: 1px 1px 2px #000;
}

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

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

.call-to-action-cinema {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a60f3e), to(#a60f3e));
  background-image: linear-gradient(180deg, #a60f3e, #a60f3e);
}

.call-to-action-cinema.koelkast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 47px;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.heading-6-cinema {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-shadow: none;
}

.heading-6-cinema.koelkast {
  margin-top: 0px;
  color: #000;
}

.italic-text-5 {
  font-size: 25px;
  line-height: 20px;
}

.div-block-27 {
  height: 60vh;
  background-image: url('../images/LG_LR6_FILM_IMG04_topgeluid.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.hero-overlay-home-cinema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  max-height: 780px;
  margin: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/OLED-EVO_-movie_1.jpg'), url('../images/portfolio-4---wide.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36)));
  background-image: url('../images/OLED-EVO_-movie_1.jpg'), url('../images/portfolio-4---wide.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
  background-position: 50% 50%, 50% 50%, 0px 0px;
  background-size: cover, cover, auto;
  background-repeat: no-repeat, repeat, repeat;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-block {
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-left: 0px;
    color: #fff;
    text-align: center;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

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

  .heading-jumbo-small {
    margin-right: -52px;
    margin-bottom: -36px;
    margin-left: -52px;
  }

  .heading-jumbo-small.wassen {
    margin-bottom: 0px;
  }

  .heading-jumbo-small.screen {
    margin: 28px 0px 0px;
    text-align: center;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

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

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-image: linear-gradient(91deg, rgba(0, 0, 0, 0.44), transparent), url('../images/COVER.jpg');
    background-position: 0px 0px, 55% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .intro-header.oled {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, auto 100%, cover;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .intro-header.wassen {
    margin-bottom: 30px;
    padding-right: 34px;
    padding-left: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-header.koelkast {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 80% 50%, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .intro-header.schermen {
    margin-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 80%, 100% 50%;
    background-size: auto, cover, cover;
  }

  .intro-content.cc-homepage {
    margin-right: 0px;
  }

  .intro-content.wassen {
    width: 95%;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    margin-top: -116px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-heading.wassen {
    margin-top: 82px;
  }

  .section-heading.koelkast {
    margin-top: 72px;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    margin-top: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
    margin-right: 0px;
    margin-left: 36px;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .bold-text {
    margin-left: 0px;
    text-align: center;
  }

  .bold-text.wassen {
    margin-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .image {
    margin-top: -22px;
    margin-bottom: 0px;
    padding: 88px;
  }

  .image.wassen {
    margin-top: -49px;
  }

  .image.koelkast {
    max-height: 400px;
    margin-top: 0px;
    padding: 0px;
  }

  .heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-overlay {
    margin-top: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

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

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

  .footer-flex-container-2 {
    margin-right: 52px;
    margin-left: 52px;
  }

  .bold-text-2 {
    opacity: 1;
    color: #fff;
    text-align: center;
  }

  .heading-5 {
    margin-right: 52px;
    margin-left: 52px;
  }

  .image-4 {
    max-width: 6%;
  }

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

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

  .navlink-nb5.link-3-nb5 {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .navlink-nb5.link-3-nb5.w--current {
    font-size: 10px;
  }

  .navlink-nb5.link-2-nb5 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
    line-height: 15px;
  }

  .navlink-nb5.link-2-nb5.w--current {
    font-size: 12px;
  }

  .navlink-nb5.link-1-nb5 {
    padding-right: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .nav-menu-nb5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-nb5 {
    margin-left: 336px;
    text-align: right;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .heading-7 {
    width: 90%;
    line-height: 50px;
    text-align: center;
  }

  .div-block-26 {
    width: 90%;
    padding-right: 34px;
    padding-left: 34px;
  }

  .section-gamers.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-header-gamers {
    background-image: linear-gradient(91deg, rgba(0, 0, 0, 0.44), transparent), url('../images/COVER.jpg');
    background-position: 0px 0px, 55% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .intro-header-gamers.oled {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, auto 100%, cover;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .intro-header-gamers.wassen {
    margin-bottom: 30px;
    padding-right: 34px;
    padding-left: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-header-gamers.koelkast {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 80% 50%, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .intro-header-gamers.schermen {
    margin-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 80%, 100% 50%;
    background-size: auto, cover, cover;
  }

  .section-gamer.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-header-cinema {
    background-image: linear-gradient(91deg, rgba(0, 0, 0, 0.44), transparent), url('../images/COVER.jpg');
    background-position: 0px 0px, 55% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .intro-header-cinema.oled {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/COVER.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, auto 100%, cover;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .intro-header-cinema.wassen {
    margin-bottom: 30px;
    padding-right: 34px;
    padding-left: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-header-cinema.koelkast {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 80% 50%, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .intro-header-cinema.schermen {
    margin-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 80%, 100% 50%;
    background-size: auto, cover, cover;
  }

  .bold-text-copy {
    margin-left: 0px;
    text-align: center;
  }

  .bold-text-copy.wassen {
    margin-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .bold-text-copy-cinema {
    margin-left: 0px;
    text-align: center;
  }

  .bold-text-copy-cinema.wassen {
    margin-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .bold-text-2-cinema {
    opacity: 1;
    color: #fff;
    text-align: center;
  }

  .section-cinema.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

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

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

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 39px;
    line-height: 50px;
    text-align: center;
  }

  .heading-jumbo.koelkast {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-jumbo-small {
    margin-right: 0px;
    margin-bottom: -36px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-jumbo-small.oled {
    margin-top: 0px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-header.koelkast {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 80% 50%, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .intro-header.schermen {
    margin-bottom: 50px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 100%;
  }

  .intro-content.cc-homepage.koelkast {
    width: 100%;
  }

  .intro-content.wassen {
    width: 100%;
  }

  .motto-wrap {
    width: 100%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    margin-top: 32px;
  }

  .intro-text {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .bold-text {
    margin-left: 0px;
    font-size: 40px;
    text-align: center;
  }

  .bold-text.wassen {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 40px;
    text-align: center;
  }

  .bold-text.koelkast {
    line-height: 40px;
    text-align: center;
  }

  .image {
    padding-right: 53px;
    padding-left: 53px;
  }

  .paragraph.wassen {
    width: 95%;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-5 {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 31px;
    line-height: 36px;
  }

  .italic-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -137px;
    margin-left: -137px;
  }

  .call-to-action-1 {
    padding: 40px 20px;
  }

  .image-4 {
    max-width: 8%;
  }

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

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

  .menu-button-nb5 {
    background-color: transparent;
  }

  .menu-button-nb5.w--open {
    background-color: transparent;
  }

  .menu-bar-1-nb5 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .navlink-nb5 {
    text-align: center;
  }

  .navlink-nb5.link-3-nb5 {
    display: none;
    padding-left: 0px;
  }

  .navlink-nb5.link-2-nb5 {
    display: none;
  }

  .navlink-nb5.link-1-nb5 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 300px;
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
  }

  .nav-menu-nb5 {
    background-color: transparent;
  }

  .menu-bar-2-nb5 {
    left: 18px;
    top: 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-icon-nb5 {
    display: none;
    background-color: transparent;
  }

  .menu-icon-nb5.w--open {
    background-color: transparent;
  }

  .container-nb5 {
    margin-left: 250px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .bold-text-4.koelkast {
    text-align: center;
  }

  .main-content {
    padding: 40px 20px;
  }

  .div-block-26 {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .paragraph-7 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

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

  .section-gamers.cc-cta {
    padding: 15px;
  }

  .section-gamers.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-gamers.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .intro-header-gamers.koelkast {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 80% 50%, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .intro-header-gamers.schermen {
    margin-bottom: 50px;
    padding-right: 31px;
    padding-left: 31px;
  }

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

  .section-gamer.cc-cta {
    padding: 15px;
  }

  .section-gamer.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-gamer.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .hero-overlay-gamers {
    padding: 40px 20px;
  }

  .call-to-action-2 {
    padding: 40px 20px;
  }

  .intro-header-cinema.koelkast {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/koelkast-4.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 80% 50%, 0px 0px;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .intro-header-cinema.schermen {
    margin-bottom: 50px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .bold-text-copy {
    margin-left: 0px;
    font-size: 40px;
    text-align: center;
  }

  .bold-text-copy.wassen {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 40px;
    text-align: center;
  }

  .bold-text-copy.koelkast {
    line-height: 40px;
    text-align: center;
  }

  .bold-text-copy-cinema {
    margin-left: 0px;
    font-size: 40px;
    text-align: center;
  }

  .bold-text-copy-cinema.wassen {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 40px;
    text-align: center;
  }

  .bold-text-copy-cinema.koelkast {
    line-height: 40px;
    text-align: center;
  }

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

  .section-cinema.cc-cta {
    padding: 15px;
  }

  .section-cinema.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-cinema.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .call-to-action-cinema {
    padding: 40px 20px;
  }

  .hero-overlay-home-cinema {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-right: 0px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px;
    margin-left: 48px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 21px;
  }

  .paragraph-light.wassen {
    font-size: 12px;
  }

  .heading-jumbo {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 35px;
    line-height: 49px;
  }

  .heading-jumbo.koelkast {
    font-size: 33px;
  }

  .heading-jumbo-small {
    margin: 0px 0px -20px;
    font-size: 12px;
    line-height: 21px;
  }

  .heading-jumbo-small.screen {
    font-size: 12px;
    line-height: 21px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header.oled {
    margin-bottom: 30px;
  }

  .intro-header.wassen {
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .intro-header.koelkast {
    margin-bottom: 30px;
  }

  .intro-header.schermen {
    margin-bottom: 50px;
    padding-right: 9px;
    padding-left: 9px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 50%, 100% 50%;
  }

  .intro-content.cc-homepage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .intro-content.cc-homepage.koelkast {
    width: 100%;
    margin-right: 0px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    margin-right: 22px;
    margin-left: 22px;
  }

  .section-heading {
    margin-top: 46px;
    font-size: 34px;
    line-height: 44px;
  }

  .about-grid {
    margin-right: -20px;
    margin-left: -20px;
  }

  .about-grid.cc-about-2 {
    margin-right: -3px;
    margin-left: -3px;
  }

  .intro-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .bold-text {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    line-height: 29px;
  }

  .bold-text.wassen {
    margin-right: 0px;
    font-size: 28px;
  }

  .bold-text.koelkast {
    line-height: 30px;
    text-align: center;
  }

  .image {
    margin-top: 32px;
    margin-bottom: 46px;
    padding: 0px 23px;
  }

  .image.wassen {
    margin-top: 20px;
  }

  .image.koelkast {
    max-height: 280px;
  }

  .heading {
    font-size: 34px;
    line-height: 44px;
  }

  .text-block {
    font-size: 12px;
    line-height: 21px;
  }

  .heading-2 {
    margin: -91px 14px -18px;
    text-align: center;
  }

  .image-3 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .paragraph {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 12px;
    line-height: 21px;
  }

  .paragraph.wassen {
    font-size: 12px;
  }

  .hero-overlay {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .hero-overlay.oled {
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/LIVING.jpg');
  }

  .hero-overlay.gamers {
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/LIVING.jpg');
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .paragraph-2.wassen {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .paragraph-2.screen {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }

  .heading-3 {
    line-height: 37px;
    text-align: center;
  }

  .call-to-action {
    padding-right: 6px;
    padding-left: 6px;
  }

  .paragraph-3 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-left: -72px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-image-2 {
    display: block;
    margin-right: -122px;
  }

  .div-block-20 {
    max-width: 100%;
    text-align: center;
  }

  .italic-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -7px;
    margin-left: -7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .heading-5 {
    font-size: 26px;
    line-height: 39px;
    text-align: center;
  }

  .italic-text-2 {
    margin-right: -9px;
    margin-left: -9px;
  }

  .html-embed {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .html-embed.wassen {
    margin-top: 0px;
  }

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

  .heading-6 {
    line-height: 31px;
    text-align: center;
  }

  .image-4 {
    max-width: 12%;
  }

  .navbar-5 {
    width: 250px;
    padding-left: 208px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nav-menu-nb5 {
    margin-left: 0px;
  }

  .container-nb5 {
    margin-left: -9px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .hero.oled {
    height: 50vh;
  }

  .hero.koelkast {
    height: 50vh;
  }

  .paragraph-6 {
    line-height: 26px;
    text-align: center;
  }

  .bold-text-4.koelkast {
    line-height: 26px;
  }

  .div-block-25 {
    height: 40vh;
    margin-top: 31px;
  }

  .hero-schermen {
    margin-right: 12px;
    margin-left: 12px;
  }

  .div-block-26 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-7 {
    font-size: 13px;
    line-height: 18px;
  }

  .centered-container-3 {
    text-align: left;
  }

  .paragraph-8 {
    font-size: 12px;
    line-height: 21px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 21px;
  }

  .screen {
    font-size: 24px;
    line-height: 20px;
  }

  .italic-text-3 {
    font-size: 24px;
  }

  .italic-text-4 {
    font-size: 24px;
  }

  .intro-header-gamers.oled {
    margin-bottom: 30px;
  }

  .intro-header-gamers.wassen {
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .intro-header-gamers.koelkast {
    margin-bottom: 30px;
  }

  .intro-header-gamers.schermen {
    margin-bottom: 50px;
    padding-right: 9px;
    padding-left: 9px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 50%, 100% 50%;
  }

  .image-3-gamers {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .heading-6-copy {
    line-height: 31px;
    text-align: center;
  }

  .intro-header-cinema.oled {
    margin-bottom: 30px;
  }

  .intro-header-cinema.wassen {
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Styler-laundry-room-1012.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .intro-header-cinema.koelkast {
    margin-bottom: 30px;
  }

  .intro-header-cinema.schermen {
    margin-bottom: 50px;
    padding-right: 9px;
    padding-left: 9px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/LG_Gram_Accu-1.jpg'), url('../images/portfolio-2---wide.svg');
    background-position: 0px 0px, 50% 50%, 100% 50%;
  }

  .bold-text-copy {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    line-height: 29px;
  }

  .bold-text-copy.wassen {
    margin-right: 0px;
    font-size: 28px;
  }

  .bold-text-copy.koelkast {
    line-height: 30px;
    text-align: center;
  }

  .bold-text-copy-cinema {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    line-height: 29px;
  }

  .bold-text-copy-cinema.wassen {
    margin-right: 0px;
    font-size: 28px;
  }

  .bold-text-copy-cinema.koelkast {
    line-height: 30px;
    text-align: center;
  }

  .heading-6-cinema {
    line-height: 31px;
    text-align: center;
  }
}

#w-node-_76cbf934-3b64-b193-ff44-b0a149c8eb2f-00688aa0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_76cbf934-3b64-b193-ff44-b0a149c8eb35-00688aa0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_76cbf934-3b64-b193-ff44-b0a149c8eb38-00688aa0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-a2688aa1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-a2688aa1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-a2688aa1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1c06a32-6af7-14dc-fac6-6d3324905be6-c5688aa6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a1c06a32-6af7-14dc-fac6-6d3324905bec-c5688aa6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a1c06a32-6af7-14dc-fac6-6d3324905bef-c5688aa6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-6c688aa9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-6c688aa9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-6c688aa9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_459bd577-a0e1-435c-eb5d-06bc0021072b-785f3e6f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_459bd577-a0e1-435c-eb5d-06bc00210731-785f3e6f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_459bd577-a0e1-435c-eb5d-06bc00210734-785f3e6f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a6ea9a56-ecee-8311-2483-9b16f69f3c6d-65760c7f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a6ea9a56-ecee-8311-2483-9b16f69f3c76-65760c7f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a6ea9a56-ecee-8311-2483-9b16f69f3c79-65760c7f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_76cbf934-3b64-b193-ff44-b0a149c8eb2f-00688aa0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_76cbf934-3b64-b193-ff44-b0a149c8eb35-00688aa0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_76cbf934-3b64-b193-ff44-b0a149c8eb38-00688aa0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-a2688aa1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-a2688aa1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-a2688aa1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a1c06a32-6af7-14dc-fac6-6d3324905be6-c5688aa6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a1c06a32-6af7-14dc-fac6-6d3324905bec-c5688aa6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a1c06a32-6af7-14dc-fac6-6d3324905bef-c5688aa6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-6c688aa9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-6c688aa9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-6c688aa9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_459bd577-a0e1-435c-eb5d-06bc0021072b-785f3e6f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_459bd577-a0e1-435c-eb5d-06bc00210731-785f3e6f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_459bd577-a0e1-435c-eb5d-06bc00210734-785f3e6f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a6ea9a56-ecee-8311-2483-9b16f69f3c6d-65760c7f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a6ea9a56-ecee-8311-2483-9b16f69f3c76-65760c7f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a6ea9a56-ecee-8311-2483-9b16f69f3c79-65760c7f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}