:root {
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.section {
  object-fit: fill;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  overflow: visible;
}

.section.cc-cta {
  background-color: var(--white);
  margin-top: -90px;
  margin-bottom: -90px;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  object-fit: fill;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 100px;
}

.container.container-serivce {
  background-color: #f4f4f4;
  padding: 10px;
}

.container.container-products, .container.container-media {
  margin-top: -10px;
}

.paragraph-bigger {
  opacity: 1;
  color: #1a1b1f;
  text-align: center;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger:hover {
  color: #000;
  overflow: visible;
}

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #8e2f29;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #999a9a;
}

.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 {
  color: #000;
  background-color: #8e2f29;
}

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

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

.button.cc-jumbo-button.cc-jumbo-white.home-slider-button-mobile {
  border-radius: 5px;
}

.button.cc-jumbo-button.cc-jumbo-white.home-slider-button-mobile:hover {
  background-color: #999a9a;
}

.button.cc-contact-us {
  z-index: 5;
  border-radius: 5px;
  position: relative;
}

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

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

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

.button.button-service-container {
  float: none;
  object-fit: fill;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 153.51px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  overflow: visible;
}

.button.button-service-container:hover {
  background-color: #999a9a;
}

.button.botton-download-mobile {
  border-radius: 5px;
}

.button.button-contact-mobile {
  border-radius: 5px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  color: #8e2f29;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
}

.heading-jumbo {
  color: #f0b31d;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  transition: opacity .2s;
  display: none;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.jumbo-home {
  margin-bottom: -60px;
  font-family: Varela Round, sans-serif;
}

.heading-jumbo-small.heading-jumbo-small-media {
  margin-bottom: 40px;
}

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #f4f4f4;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s, opacity .2s;
  transform: translate(0);
}

.navigation-item:hover {
  opacity: .9;
  color: #f7aa47;
  border-bottom: 3px solid #8e2f29;
}

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

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

.navigation-item.w--current:hover {
  opacity: .8;
  border-bottom-style: none;
}

.navigation-item.w--current:active {
  opacity: .7;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/home-banner-1.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Khulio-SIEMENS.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 480px;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
}

.intro-header.cc-subpage.header-product {
  background-image: url('../images/Khulio-Mobile-Containerised-Substations-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.intro-header.cc-subpage.header-product.header-product-mobile {
  background-image: url('../images/Khulio-Electric-Product-22.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 60px;
}

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

.intro-content.cc-homepage {
  margin: 120px auto 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

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

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  background-color: #0000;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

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

.service-icon {
  width: 140px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  background-color: #0000;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.contact-heading.contact-heading-mobile {
  font-family: Varela Round, sans-serif;
}

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

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

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

.work-heading {
  margin-top: 10px;
  margin-bottom: -30px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

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

.body {
  box-shadow: 1px 1px 3px #000;
}

.text-block {
  color: #fff;
  font-family: Varela Round, sans-serif;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  overflow: auto;
}

.grid.grid-about {
  grid-template-rows: auto;
  margin-top: 20px;
  margin-left: 108px;
  margin-right: 108px;
}

.grid.grid-about.grid-about-desktop.grid-about-tablet.grid-about-landscape.grid-about-mobile {
  margin-left: 114px;
  margin-right: 114px;
}

.service-box {
  border: 1px #000;
  border-right: 2px solid #8e2f29;
  padding-left: 10px;
  padding-right: 10px;
}

.service-box.last-box {
  border-right-style: none;
}

.home-slider {
  height: 480px;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
}

.slide {
  background-image: url('../images/home-banner-4.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide.slide-mobile-landscape.slide-mobile-portrait.slide-medium {
  color: #0000;
  background-image: url('../images/home-banner-4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/home-banner-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.slide-medium.slide-mobile-landscape.slide-mobile-portrait {
  background-image: url('../images/home-banner-5.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.client-slider {
  height: 230px;
  display: none;
}

.icon-client-slider {
  background-color: #999a9a;
}

.client-slide1 {
  background-color: var(--white);
  background-image: url('../images/Ford.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 315px 160px;
}

.client-slide2 {
  background-color: var(--white);
  background-image: url('../images/Goldi-Chicken.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 225px 150px;
}

.client-slide3 {
  background-color: var(--white);
  background-image: url('../images/Rustenburg-Local-Municipality.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 315px 160px;
}

.client-slide4 {
  background-color: var(--white);
  background-image: url('../images/Anglo-American.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.client-slide5 {
  background-color: var(--white);
  background-image: url('../images/Botswana-Power-Corporation.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px 136px;
}

.client-slide6 {
  background-color: var(--white);
  background-image: url('../images/Eksteen--Le-Roux.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 282px 36px;
}

.client-slide7 {
  background-color: var(--white);
  background-image: url('../images/OMNIA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.div-block {
  flex: 1;
  overflow: hidden;
}

.slide-nav {
  margin-top: 0;
  padding-top: 0;
  inset: auto auto 0% 0%;
}

.title-link-column-f2 {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.divider-f2 {
  background-color: #e9e9e9;
  width: 100px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-f2 {
  color: #333;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link-f2:hover {
  color: #f7aa47;
}

.link-f2.w--current {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link-f2.w--current:hover {
  color: #f7aa47;
}

.logo-wrapper-f2 {
  margin-bottom: 10px;
  display: none;
}

.address-f2 {
  margin-bottom: 8px;
}

.email-f2 {
  color: #333;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.email-f2:hover {
  color: #f7aa47;
}

.link-subwrapper-f2 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-left: 80px;
  padding-top: 6px;
  display: flex;
}

.bottom-wrapper-f2 {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.phone-f2 {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.phone-f2:hover {
  color: #f7aa47;
}

.social-media-wrapper-f2 {
  align-items: center;
  display: flex;
}

.copyright-f2 {
  color: #a8a8a8;
  margin-right: 10px;
}

.social-media-icon-f2 {
  display: block;
}

.social-media-icon-hover-f2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-wrapper-f2 {
  border-bottom: 1px solid #e9e9e9;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.social-media-icon-wrapper-f2 {
  margin-right: 10px;
  position: relative;
}

.footer-f2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.link-wrapper-f2 {
  display: flex;
}

.image {
  box-shadow: 5px 0 10px 5px #f4f4f4;
}

.image-about {
  text-align: left;
  width: 129px;
  height: 89px;
  margin-left: auto;
  margin-right: auto;
}

.phone-link {
  opacity: .6;
  margin-bottom: 5px;
  text-decoration: none;
}

.phone-link:hover {
  opacity: 1;
  color: #f7aa47;
}

.phone-link:active {
  opacity: .8;
}

.whatsapp-link {
  opacity: .6;
  margin-bottom: 5px;
  text-decoration: none;
}

.whatsapp-link:hover {
  opacity: 1;
  color: #f7aa47;
}

.whatsapp-link:active {
  opacity: .8;
}

.paragraph-hours, .paragraph-office {
  opacity: .6;
  text-align: left;
}

.client-slide8 {
  background-color: var(--white);
  background-image: url('../images/Scaw-Metal-Group.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide9 {
  background-color: var(--white);
  background-image: url('../images/Umhlathuze-Municipality.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide10 {
  background-color: var(--white);
  background-image: url('../images/Roshqott.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 315px 146px;
}

.client-slide11 {
  background-color: var(--white);
  background-image: url('../images/Power-Measurement.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide12 {
  background-color: var(--white);
  background-image: url('../images/Northam-Platinum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px 170px;
}

.client-slide13 {
  background-color: var(--white);
  background-image: url('../images/Foskor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 315px 160px;
}

.client-slide14 {
  background-color: var(--white);
  background-image: url('../images/NERM-Applications-and-Testing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide15 {
  background-color: var(--white);
  background-image: url('../images/Arcelormittal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px 155px;
}

.client-slide16 {
  background-color: var(--white);
  background-image: url('../images/AMJ-Electrical-Services.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide17 {
  background-color: var(--white);
  background-image: url('../images/Ethekwini-Municipality.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide18 {
  background-color: var(--white);
  background-image: url('../images/Alfred-Duma-Local-Municipality.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 218px 146px;
}

.client-slide19 {
  background-color: var(--white);
  background-image: url('../images/Eskom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 315px 160px;
}

.heading-jumbo-home {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 64px;
  line-height: 80px;
  transition: opacity .2s;
  display: block;
}

.grid-overview {
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  grid-auto-flow: column;
}

.image-value-proposition, .image-vision {
  text-align: left;
  width: 98px;
  height: 89px;
  margin-left: auto;
  margin-right: auto;
}

.intro-header-service {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/home-banner-1.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-service.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Khulio-SIEMENS.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 480px;
}

.intro-header-service.cc-subpage.header-service {
  background-image: url('../images/header-service.png');
  background-size: contain;
  margin-bottom: -50px;
  margin-left: 60px;
  margin-right: 60px;
}

.intro-header-service.cc-subpage.header-service.header-service-mobile.image {
  margin-bottom: 80px;
}

.intro-header-about {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/home-banner-1.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-about.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Khulio-SIEMENS.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 480px;
}

.intro-header-about.cc-subpage.header-about {
  background-color: #0000;
  background-image: url('../images/about-banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
}

.intro-header-about.cc-subpage.header-about.header-about-mobile {
  background-image: url('../images/about-banner.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.intro-header-about.cc-subpage.header-media {
  background-color: #0000;
  background-image: url('../images/Khulio-Electric-Billboard.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
}

.intro-header-about.cc-subpage.header-media.header-media-mobile {
  background-image: url('../images/Khulio-Electric-Product-36.jpeg');
}

.div-block-2 {
  display: flex;
}

.image-2 {
  display: block;
}

.div-block-3 {
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
  overflow: visible;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.item {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.main-wrapper {
  position: relative;
  overflow: visible;
}

.section-slider {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

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

.media-slider {
  height: 480px;
  display: block;
}

.media-slide1 {
  background-color: var(--white);
  background-image: url('../images/uMhlathuze-Business-Expo-2022-1.JPG');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 0;
  padding-bottom: 0;
}

.media-slide2 {
  background-color: var(--white);
  background-image: url('../images/uMhlathuze-Business-Expo-2022-2.JPG');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media-slide4 {
  background-color: var(--white);
  background-image: url('../images/uMhlathuze-Business-Expo-2022-4.JPG');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media-slide3 {
  background-color: var(--white);
  background-image: url('../images/uMhlathuze-Business-Expo-2022-3.JPG');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.mask {
  margin-top: 60px;
}

.container-map {
  object-fit: fill;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.container-map.container-container-map {
  background-color: #f4f4f4;
  padding: 10px;
}

.container-map.container-container-map.container-map-tablet {
  background-color: #0000;
  margin-bottom: 0;
}

.field-label.field-label-mobile, .field-label-2.field-label2-mobile, .field-label-3.field-label3-mobile {
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.slide-4 {
  background-image: url('../images/home-banner-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.slide-medium.slide-mobile-landscape.slide-mobile-portrait {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-10.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

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

.intro-content-kem22.cc-homepage-kem22 {
  text-align: center;
  width: 40%;
  margin: 120px auto 20px;
  display: block;
  position: static;
}

.kem22-slide-1 {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-10.jpeg');
  background-position: 50%;
  background-size: cover;
}

.kem22-slide-2 {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-9.jpeg');
  background-position: 50%;
  background-size: cover;
}

.kem22-slide-3 {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-11.jpeg');
  background-position: 50%;
  background-size: cover;
}

.kem22-slide-4 {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.kem22-slide-5 {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-14.jpeg');
  background-position: 50%;
  background-size: cover;
}

.kem22-slide-6 {
  background-image: url('../images/Khulio-Electric-KEM22-Breaker-18.jpeg');
  background-position: 50%;
  background-size: cover;
}

.kem22-slide-1-right-arrow, .kem22-slide-1-left-arrow, .kem22-slide-2-right-arrow, .kem22-slide-2-left-arrow {
  display: block;
}

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

.button-kem22:hover {
  color: #fff;
  background-color: #999a9a;
}

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

.button-kem22.botton-download-mobile {
  border-radius: 5px;
}

.kem22-slide-1-left-icon, .kem22-slide-1-right-icon, .kem22-slide-2-left-icon, .kem22-slide-2-right-icon {
  display: none;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-family: Varela Round, sans-serif;
}

.year {
  margin-right: 3px;
}

.media1 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-4.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 0;
  padding-bottom: 0;
}

.media2 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-18.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media3 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-15.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media4 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-17.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media5 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-19.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media6 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-20.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media7 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-25.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.media8 {
  background-color: var(--white);
  background-image: url('../images/Khulio-Electric-Product-31.jpeg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.code-embed {
  margin-top: -20px;
  padding: 0 20px 20px;
}

.privacy-link {
  color: #a8a8a8;
  text-decoration: none;
  display: inline;
}

.privacy-link:hover {
  color: #f7aa47;
}

.privacy-link.w--current {
  color: #a8a8a8;
  text-align: left;
  text-decoration: none;
  display: inline;
}

.privacy-link.w--current:hover {
  color: #f7aa47;
}

.menubutton {
  color: #ffc40a;
  margin-top: 11px;
  margin-right: 40px;
  font-size: 35px;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #fff;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #8e2f29;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_allow:hover {
  color: #fff;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_checkbox_field-3, .fs-consent_checkbox_field-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.cookie {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1px;
  display: flex;
  position: relative;
  bottom: 200px;
  left: 411px;
}

.cookie.cookie-tablet.cookie-mobile {
  width: auto;
  display: flex;
  left: auto;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #8e2f29;
  border: 1px solid #8e2f29;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button:hover {
  background-color: #999a9a;
  border-color: #999a9a;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  text-decoration: underline;
  display: block;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  max-width: 25rem;
  display: flex;
}

.fs-cc_custom-code {
  display: none;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  color: #fff;
  background-color: #a78aff;
  border-color: #a78aff;
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 3;
  background-color: #fff;
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  color: #fff;
  text-align: center;
  background-color: #1e1a35;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  color: #fff;
  background-color: #a78aff;
  transform: translate(0, -2px);
}

.heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

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

  .container {
    margin-top: -10px;
  }

  .container.container-serivce.container-service-tablet {
    width: 80%;
  }

  .container.container-contact-landscape.container-contact-mobile {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    font-size: 7px;
    line-height: 13px;
  }

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

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

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

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

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

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

  .navigation {
    padding: 25px 30px;
  }

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

  .navigation-item:hover {
    color: #f7aa47;
    background-color: #f4f4f4;
    border-bottom-style: none;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .intro-header.cc-subpage {
    background-size: cover;
    height: 280px;
    margin-bottom: 50px;
  }

  .intro-header.cc-subpage.header-product.header-product-mobile {
    background-size: cover;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .intro-content.cc-homepage {
    margin-top: 30px;
    padding-bottom: 0;
  }

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

  .service-icon {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .contact-form-grid.contact-form-grid-mobile.contact-form-landscape {
    justify-items: center;
  }

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

  .home-content-wrap.home-content-wrap-tablet {
    margin-left: 80px;
    margin-right: 80px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

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

  .grid.grid-about.grid-about-desktop.grid-about-tablet {
    margin-left: 80px;
    margin-right: 80px;
  }

  .grid.grid-about.grid-about-desktop.grid-about-tablet.grid-about-landscape.grid-about-mobile {
    margin-left: 76px;
    margin-right: 76px;
  }

  .service-box.small-device {
    border: 1px #000;
  }

  .home-slider {
    height: 280px;
    margin-bottom: 50px;
  }

  .slide {
    background-repeat: repeat;
    background-size: cover;
  }

  .slide.slide-medium {
    background-size: 768px 100%;
  }

  .slide.slide-mobile-landscape.slide-mobile-portrait.slide-medium {
    background-size: cover;
  }

  .slide-3.slide-medium {
    background-size: 768px 100%;
  }

  .div-block {
    overflow: hidden;
  }

  .link-subwrapper-f2 {
    margin-left: 60px;
  }

  .image.home-about-image-tablet {
    margin-right: 0;
    padding-left: 55px;
    padding-right: 55px;
  }

  .image.home-about-image-tablet.home-about-image-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-about {
    float: none;
    text-align: left;
    width: 129px;
    height: 89px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-hours, .paragraph-office {
    text-align: center;
  }

  .heading-jumbo-home {
    font-size: 32px;
    line-height: 40px;
  }

  .image-value-proposition {
    float: none;
    text-align: left;
    width: 94px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vision {
    float: none;
    text-align: left;
    width: 94px;
    height: 89px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-header-service.cc-subpage.header-service {
    height: 280px;
    margin-bottom: 50px;
  }

  .intro-header-service.cc-subpage.header-service.header-service-mobile.image {
    margin-bottom: 50px;
  }

  .intro-header-about.cc-subpage.header-about, .intro-header-about.cc-subpage.header-media {
    height: 280px;
    margin-bottom: 50px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .contact-details {
    display: inline-block;
  }

  .container-map.container-container-map.container-map-tablet {
    width: 80%;
  }

  .slide-4.slide-medium {
    background-size: 768px 100%;
  }

  .intro-content-kem22.cc-homepage-kem22 {
    margin-top: 30px;
    padding-bottom: 0;
  }

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

  .menubutton {
    margin-right: 0;
  }

  .icon-4 {
    color: #8e2f29;
  }

  .cookie.cookie-tablet {
    left: -25px;
  }

  .cookie.cookie-tablet.cookie-mobile {
    left: auto;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

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

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

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

  .container {
    text-align: center;
  }

  .container.container-about-tablet, .container.container-services-tablet {
    margin-top: -20px;
  }

  .container.container-services-tablet.container-services-mobile {
    margin-top: -30px;
  }

  .container.container-contact-landscape.container-contact-mobile {
    overflow: visible;
  }

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

  .paragraph-light {
    text-align: left;
    overflow: visible;
  }

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item:hover {
    border-bottom-style: none;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }

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

  .contact-form-grid.contact-form-grid-mobile.contact-form-landscape {
    justify-items: center;
  }

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

  .contact-form {
    flex-wrap: wrap;
    width: auto;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .grid {
    position: static;
  }

  .grid.grid-about.grid-about-desktop.grid-about-tablet.grid-about-landscape {
    margin-left: 50px;
    margin-right: 50px;
  }

  .grid.grid-about.grid-about-desktop.grid-about-tablet.grid-about-landscape.grid-about-mobile {
    margin-left: 55px;
    margin-right: 55px;
  }

  .home-slider {
    margin-bottom: 50px;
  }

  .slide.slide-mobile-landscape, .slide-3.slide-mobile-landscape {
    background-size: 568px 100%;
  }

  .client-slide1 {
    background-size: 300px 140px;
  }

  .client-slide6 {
    background-size: 272px 31px;
  }

  .link-subwrapper-f2 {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .social-media-wrapper-f2 {
    flex: none;
  }

  .copyright-f2 {
    padding-right: 20px;
  }

  .top-left-wrapper-f2 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-f2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-wrapper-f2 {
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 16px;
  }

  .image {
    width: auto;
    height: auto;
  }

  .image-about {
    width: 128px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-office {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .heading-jumbo-home {
    font-size: 32px;
    line-height: 40px;
  }

  .image-value-proposition {
    width: 94px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vision {
    width: 94px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-header-about.cc-subpage.header-about {
    background-size: contain;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .intro-header-about.cc-subpage.header-media {
    background-size: cover;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

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

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

  .section-contact.section-contact-landscape {
    margin-left: 80px;
    margin-right: 80px;
  }

  .media-slider {
    margin-left: 50px;
    margin-right: 40px;
  }

  .media-slider.media-slider-landscape {
    margin-left: 55px;
    margin-right: 55px;
  }

  .media-slide1, .media-slide2, .media-slide4, .media-slide3 {
    background-size: cover;
  }

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

  .field-label {
    object-fit: fill;
    overflow: hidden;
  }

  .slide-4.slide-mobile-landscape {
    background-size: 568px 100%;
  }

  .intro-content-kem22 {
    width: 80%;
  }

  .product-kem22-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .media1, .media2, .media3, .media4, .media5, .media6, .media7, .media8 {
    background-size: cover;
  }

  .cookie.cookie-tablet.cookie-mobile {
    left: auto;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

  .divider {
    margin-bottom: 0;
  }

  .container.container-serivce.container-service-tablet.container-service-mobile {
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .container.container-about-tablet.container-about-mobile {
    margin-top: -40px;
  }

  .container.container-services-tablet.container-services-mobile {
    margin-top: -50px;
  }

  .container.container-contact-landscape {
    margin-left: 24px;
    margin-right: 39px;
    overflow: hidden;
  }

  .container.container-contact-landscape.container-contact-mobile {
    object-fit: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .button {
    margin-left: 32px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.home-slider-button-mobile, .button.botton-download-mobile {
    margin-left: 0;
  }

  .button.button-contact-mobile {
    width: 218px;
    margin-left: 0;
  }

  .paragraph-light {
    text-align: left;
    overflow: visible;
  }

  .paragraph-light.paragraph-light-contact-mobile {
    width: 200px;
    margin-left: -32px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 42px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .navigation-item:hover {
    border-bottom-style: none;
  }

  .logo-image.logo-image-mobile {
    width: 158px;
    height: 63px;
  }

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

  .intro-header.cc-subpage.header-product.header-product-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header.cc-subpage.header-contact-mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-wrap {
    overflow: hidden;
  }

  .contact-form-wrap.contact-form-wrap-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 280px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

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

  .contact-form-grid.contact-form-grid-mobile {
    width: 80%;
  }

  .contact-form-grid.contact-form-grid-mobile.contact-form-landscape {
    width: auto;
    margin-left: -20px;
    margin-right: -19px;
  }

  .get-in-touch-form {
    overflow: visible;
  }

  .get-in-touch-form.get-in-touch-mobile-form-mobile {
    object-fit: none;
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    overflow: hidden;
  }

  .text-field.cc-contact-field {
    text-align: left;
    margin-left: 32px;
    overflow: visible;
  }

  .text-field.cc-contact-field.cc-contact-field-mobile, .text-field.cc-textarea.cc-contact-field.cc-textarea-mobile {
    margin-left: 0;
  }

  .contact-form {
    flex-wrap: nowrap;
    width: auto;
    overflow: hidden;
  }

  .contact-form-heading-wrap {
    object-fit: none;
    overflow: visible;
  }

  .contact-form-heading-wrap.contact-form-heading-mobile {
    margin-left: 32px;
    margin-right: 24px;
    overflow: visible;
  }

  .contact-heading {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .contact-heading.contact-heading-mobile {
    width: 200px;
    margin-left: -32px;
  }

  .home-content-wrap.home-content-wrap-tablet.home-content-wrap-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading {
    font-size: 26px;
    line-height: 42px;
  }

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

  .text-block {
    font-size: 7px;
    line-height: 13px;
  }

  .grid {
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
  }

  .grid.grid-about.grid-about-desktop.grid-about-tablet.grid-about-landscape.grid-about-mobile {
    margin-left: 30px;
    margin-right: 30px;
  }

  .home-slider {
    margin-bottom: 50px;
  }

  .home-slider.home-slider-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .slide {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .slide.slide-mobile-landscape.slide-mobile-portrait {
    background-size: 320px 100%;
  }

  .slide-3.slide-medium.slide-mobile-landscape.slide-mobile-portrait {
    background-size: cover;
  }

  .icon-client-slider {
    display: none;
  }

  .client-slide1, .client-slide2, .client-slide3 {
    background-size: 150px;
  }

  .client-slide4 {
    background-repeat: no-repeat;
    background-size: 150px;
  }

  .client-slide5, .client-slide6, .client-slide7 {
    background-size: 150px;
  }

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

  .link-subwrapper-f2 {
    margin-left: 0;
    margin-right: 20px;
  }

  .top-wrapper-f2 {
    flex-wrap: wrap;
  }

  .top-left-wrapper-f2 {
    margin-bottom: 30px;
  }

  .footer-f2 {
    width: 100%;
  }

  .image {
    height: auto;
  }

  .image.home-about-image-tablet.home-about-image-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .icon, .icon-2 {
    display: none;
  }

  .image-about {
    width: 128px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

  .paragraph-office {
    text-align: center;
    overflow: visible;
  }

  .client-slide8, .client-slide9, .client-slide10, .client-slide11, .client-slide12, .client-slide13, .client-slide14, .client-slide15, .client-slide16, .client-slide17, .client-slide18, .client-slide19 {
    background-size: 150px;
  }

  .heading-jumbo-home {
    font-size: 32px;
    line-height: 26px;
  }

  .grid-overview {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .image-value-proposition {
    width: 94px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-vision {
    width: 94px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .intro-header-service.cc-subpage.header-service {
    height: 280px;
  }

  .intro-header-service.cc-subpage.header-service.header-service-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header-service.cc-subpage.header-service.header-service-mobile.image {
    margin-bottom: 90px;
  }

  .intro-header-about.cc-subpage.header-about {
    background-size: contain;
    height: 280px;
  }

  .intro-header-about.cc-subpage.header-about.header-about-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header-about.cc-subpage.header-about.header-about-mobile.image {
    margin-bottom: 70px;
  }

  .intro-header-about.cc-subpage.header-media {
    background-size: cover;
    height: 280px;
  }

  .intro-header-about.cc-subpage.header-media.header-media-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-details {
    display: inline-block;
  }

  .div-block-4 {
    overflow: visible;
  }

  .section-contact.section-contact-landscape.section-contact-mobile {
    object-fit: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .media-slider.media-slider-landscape.media-slider-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .media-slide1, .media-slide2, .media-slide4, .media-slide3 {
    background-size: cover;
  }

  .field-label {
    margin-left: 32px;
    display: block;
    overflow: hidden;
  }

  .field-label.field-label-mobile {
    margin-left: 0;
  }

  .field-label-2 {
    margin-left: 32px;
  }

  .field-label-2.field-label2-mobile {
    margin-left: 0;
  }

  .field-label-3 {
    margin-left: 32px;
  }

  .field-label-3.field-label3-mobile {
    margin-left: 0;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    transform: scale(.7);
  }

  .slide-4.slide-medium.slide-mobile-landscape.slide-mobile-portrait {
    background-size: cover;
  }

  .product-kem22-grid {
    grid-auto-flow: column;
  }

  .button-kem22 {
    margin-left: 32px;
  }

  .button-kem22.botton-download-mobile {
    margin-left: 0;
  }

  .media1, .media2, .media3, .media4, .media5, .media6, .media7, .media8 {
    background-size: cover;
  }

  .menubutton {
    margin-top: -3px;
    margin-right: 0;
    font-size: 35px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .cookie.cookie-tablet.cookie-mobile, .cookie.cookie-mobile {
    left: auto;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cw-button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-e50737ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-e50737ab, #w-node-_86e64837-0616-515b-4568-76c147234d41-e50737ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-e50737ab, #w-node-bab9d38b-f8a6-5755-61d4-5c3371a24d14-f10737b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1dd0edef-ca84-b0da-ede6-9ac89ae31d3d-f10737b0 {
  place-self: center;
}

#w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d38-fc0737b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d3e-fc0737b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d54-fc0737b1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d5a-fc0737b1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d60-fc0737b1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_61a0cc3d-494e-e945-6faf-10685ad25e3e-fc0737b1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_310fc3f5-d5c7-4604-28c1-5f362ace46a0-fc0737b1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d67-fc0737b1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9e3d312e-ee85-29ee-3701-b7d45fea1048-fc0737b1 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f50737b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f50737b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e07c863-bef0-8a77-1e1f-177d8ea74b29-130737b9, #w-node-a5d6df14-ee39-dce7-5024-237a3e0e4ea8-130737b9, #w-node-_5f1d0a1c-206c-183d-84b4-7a087c7f312c-130737b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-e50737ab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-e50737ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-e50737ab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-e50737ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d54-fc0737b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d5a-fc0737b1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d60-fc0737b1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_61a0cc3d-494e-e945-6faf-10685ad25e3e-fc0737b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_310fc3f5-d5c7-4604-28c1-5f362ace46a0-fc0737b1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d67-fc0737b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e3d312e-ee85-29ee-3701-b7d45fea1048-fc0737b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f50737b2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d3e-fc0737b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d54-fc0737b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d5a-fc0737b1 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d60-fc0737b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_61a0cc3d-494e-e945-6faf-10685ad25e3e-fc0737b1 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_310fc3f5-d5c7-4604-28c1-5f362ace46a0-fc0737b1 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_302be23b-eb7c-1387-ad6f-973d05fa3d67-fc0737b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9e3d312e-ee85-29ee-3701-b7d45fea1048-fc0737b1 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f50737b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c915742-7e6c-3303-a921-cd4230c310bd-130737b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e07c863-bef0-8a77-1e1f-177d8ea74b29-130737b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5d6df14-ee39-dce7-5024-237a3e0e4ea8-130737b9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5f1d0a1c-206c-183d-84b4-7a087c7f312c-130737b9 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bab9d38b-f8a6-5755-61d4-5c3371a24d14-f10737b0 {
    grid-column-end: 2;
  }

  #w-node-_1dd0edef-ca84-b0da-ede6-9ac89ae31d3d-f10737b0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f50737b2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }
}


