:root {
  --headings: #445965;
  --text: #1f1f1f;
  --almost-white: #f8fdfe;
  --green: #33c16e;
  --white: white;
  --light-blue-2: #edf5f7;
  --light-blue: #edf5f7;
  --dark-blue: #33434d;
  --white-2: #fafcfc;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1f1f1fb3;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3em;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: .75em;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 30px;
}

h4 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 800;
  line-height: 20px;
}

h6 {
  color: #1f1f1f80;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75em;
  font-weight: 600;
  line-height: 1em;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  text-decoration: underline;
}

.main-nav {
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.nav-link {
  color: var(--almost-white);
  padding: 20px 15px;
  font-size: .95em;
  font-weight: 800;
  position: relative;
}

.nav-link:hover {
  color: var(--green);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white);
}

.style-guide-div {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.divider {
  background-color: var(--light-blue-2);
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 90px;
}

.divider.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-color {
  width: 100px;
  height: 80px;
  margin-right: 15px;
  display: inline-block;
}

.style-guide-color.light-blue {
  background-color: var(--light-blue);
}

.style-guide-color.dark-blue {
  background-color: var(--dark-blue);
}

.style-guide-color.green {
  background-color: var(--green);
}

.style-guide-color.medium-blue {
  background-color: var(--headings);
}

.primary-nav {
  color: var(--almost-white);
  align-items: center;
  display: flex;
}

.logo {
  width: 240px;
}

.hero {
  background-color: var(--headings);
  width: 100%;
  height: 70vh;
  color: var(--almost-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.subpage {
  text-align: center;
  height: auto;
  padding-top: 180px;
  padding-bottom: 120px;
}

.hero.subpage.tall {
  height: 80vh;
}

.hero.imagegallery {
  text-align: center;
  justify-content: center;
  height: 80vh;
  padding-top: 0;
}

.hero-image {
  z-index: 1;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0;
}

.hero-image.color {
  filter: none;
}

.hero-overlay {
  z-index: 2;
  background-color: #44596599;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-logo-mark {
  opacity: .08;
  width: 1000px;
  height: 1000px;
  margin-top: 0%;
  margin-right: -10%;
}

.hero-content {
  max-width: 740px;
}

.hero-heading {
  color: var(--almost-white);
  font-size: 3.5em;
  font-weight: 800;
}

.button {
  background-color: var(--green);
  color: #f8fdfecc;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  max-width: 320px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.button:hover {
  color: var(--white);
  text-decoration: none;
}

.button.transparent {
  width: auto;
  min-width: 240px;
  max-width: 100%;
  color: var(--green);
  background-color: #0000;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 15px 0;
  font-size: 1em;
}

.button.cta {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.button.support {
  margin-top: 60px;
}

.button.cta-outline {
  border: 1px solid var(--almost-white);
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button.cta-outline:hover {
  background-color: #33434d33;
  border-color: #f8fdfe00;
}

.button.light-blue {
  background-color: var(--light-blue-2);
  max-width: 100%;
  color: var(--green);
  margin-bottom: 0;
  transition: background-color .2s, color .2s;
}

.button.light-blue:hover {
  background-color: #e6eef0;
}

.button.contact {
  min-width: auto;
}

.button.category-scroll {
  border: 1px solid var(--light-blue);
  max-width: 100%;
  color: var(--dark-blue);
  background-color: #0000;
  margin-bottom: 0;
  font-weight: 800;
  transition: background-color .2s, color .2s;
}

.button.category-scroll:hover {
  background-color: #e6eef0;
}

.button-icon-right {
  width: 20px;
  color: var(--light-blue);
}

.button-icon-right.transparent {
  width: 16px;
}

.hero-container {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.hero-container.subpage {
  flex: 1;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-dealers {
  background-color: var(--green);
  color: var(--white);
  letter-spacing: .1px;
  text-transform: uppercase;
  border-radius: 5px 0 0 5px;
  margin-left: 15px;
  padding: 12px 15px;
  font-size: .7em;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s, color .2s;
}

.nav-link-dealers:hover {
  background-color: #33c16e99;
  text-decoration: none;
}

.nav-link-dealers.language-select {
  color: var(--green);
  background-color: #33c16e33;
  border-radius: 0 5px 5px 0;
  margin-left: 0;
}

.nav-link-dealers.language-select:hover {
  color: var(--almost-white);
  background-color: #33c16e99;
}

.nav-link-dealers.language-select.language {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #edf5f733;
  border-radius: 0;
}

.nav-link-dealers.language-select.language:hover {
  color: var(--white);
  background-color: #2ca65e;
}

.language-nav {
  background-color: var(--green);
  border-radius: 5px;
  flex-direction: column;
  width: 46px;
  height: 108px;
  display: none;
  position: absolute;
  inset: 49px 0% auto auto;
  overflow: hidden;
}

.container {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
  display: flex;
  position: relative;
}

.container.no-tb-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container.news {
  padding-right: 0;
}

.container.dealer-map {
  padding-top: 0;
  padding-bottom: 0;
}

.intro-grid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.intro-item-wrapper {
  color: #1f1f1fb3;
  width: 100%;
  max-width: 360px;
}

.intro-icon {
  width: 100%;
}

.button-text {
  white-space: nowrap;
  padding-right: 30px;
}

.intro-icon-wrapper {
  align-items: flex-end;
  width: 70px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
}

.cta-call-us {
  background-color: var(--light-blue-2);
  background-image: linear-gradient(#edf5f780, #edf5f780), url('../images/logo-mark-vengsystem-white.svg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 425px 414px;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  margin-top: 80px;
  padding: 45px 60px 50px;
  position: relative;
}

.call-us-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
  align-items: center;
  position: relative;
}

.call-us-image {
  width: 100%;
  height: auto;
}

.call-us-image-wrapper {
  z-index: 0;
  width: 300px;
  height: 260px;
  position: absolute;
  inset: auto auto 0% 55%;
  overflow: hidden;
  transform: translate(-150px);
}

.call-us-text {
  color: var(--headings);
  font-size: 1.75em;
  position: relative;
}

.call-us-link {
  color: var(--headings);
  font-weight: 800;
}

.call-us-link:hover {
  color: var(--green);
  text-decoration: none;
}

.about {
  background-color: var(--light-blue-2);
  color: var(--headings);
  position: relative;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.about-vengsystem {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}

.support {
  margin-right: -30px;
  display: flex;
  position: relative;
}

.button-container {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.support-image {
  z-index: 1;
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.support-info {
  z-index: 3;
  background-color: #33434dcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 90px 60px;
  display: flex;
  position: relative;
  inset: 0%;
}

.support-text {
  max-width: 400px;
  color: var(--light-blue-2);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.support-heading {
  color: var(--light-blue-2);
}

.support-icon {
  width: 30px;
  height: auto;
  margin-bottom: 15px;
}

.brand-link {
  margin-bottom: 5px;
}

.brand-link.w--current {
  margin-left: -10px;
}

.frontpage-news {
  margin-bottom: 100px;
}

.frontpage-newslist {
  position: relative;
}

.slide {
  width: 330px;
  margin-right: 30px;
}

.news-item-wrapper {
  flex-direction: column;
  display: flex;
}

.news-item-image-wrapper {
  overflow: hidden;
}

.news-item-text-wrapper {
  background-color: var(--light-blue-2);
  color: #1f1f1fb3;
  padding: 30px;
  font-size: .85em;
}

.news-list-heading {
  color: var(--text);
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 800;
}

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

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 15px;
}

.slide-nav {
  display: none;
}

.news-list-date {
  color: #1f1f1f80;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: .6rem;
}

.news-list-date.news-item {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 600;
}

.slider-arrow-left {
  width: 32px;
}

.left-arrow {
  width: 32px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 0;
  top: 100%;
  left: 0%;
  overflow: visible;
}

.slider-arrow-right {
  width: 32px;
}

.right-arrow {
  width: 32px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: -80px;
  top: 100%;
  right: 100%;
}

.news-list-link, .news-list-link:hover {
  text-decoration: none;
}

.footer {
  background-color: var(--headings);
  color: var(--almost-white);
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: normal;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.footer-address {
  color: #edf5f799;
  margin-left: 73px;
}

.address {
  color: #f8fdfe99;
  font-style: normal;
}

.footer-logo {
  width: 274px;
  height: auto;
  margin-bottom: 20px;
  margin-left: -10px;
}

.footer-nav-link {
  color: #fffc;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-nav-link:hover {
  color: var(--white);
  text-decoration: none;
}

.footer-nav-link-icon {
  width: 20px;
  height: auto;
  margin-right: 30px;
}

.footer-nav-link-text:hover {
  text-decoration: none;
}

.footer-contact-cta {
  margin-bottom: 20px;
  display: flex;
}

.footer-contact-cta-icon {
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  display: flex;
}

.footer-cta-icon {
  width: 31px;
  margin-top: 3px;
}

.footer-contact-cta-text {
  color: #fffc;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-contact-cta-text:hover {
  color: var(--white);
  text-decoration: none;
}

.footer-cta-all-caps {
  color: #f8fdfe80;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75em;
}

.footer-cta-icon-map-marker {
  width: 27px;
  margin-top: 2px;
}

.footer-overlay {
  z-index: 2;
  background-color: #44596599;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.footer-logo-mark {
  opacity: .08;
  width: 1400px;
  margin-top: 15%;
  margin-right: -10%;
}

.hero-bulletin {
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-bulletin-link {
  background-color: var(--dark-blue);
  color: var(--almost-white);
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-bulletin-link:hover {
  color: var(--green);
  text-decoration: none;
}

.hero-bulletin-text {
  padding: 30px;
  font-weight: 600;
}

.hero-bulletin-date {
  color: #f8fdfe80;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 400;
}

.hero-bulletin-icon-wrapper {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 110px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-2 {
  font-size: 1.25em;
}

.nav-container {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.cta-green {
  background-color: var(--green);
  color: var(--almost-white);
  background-image: linear-gradient(#33c16ee6, #33c16ee6), url('../images/logo-mark-vengsystem-white.svg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 425px 414px;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  margin-top: 80px;
  padding: 45px 60px 50px;
  position: relative;
}

.call-us-text-green {
  color: var(--almost-white);
  font-size: 1.75em;
}

.call-us-link-green {
  color: var(--almost-white);
  font-weight: 800;
}

.call-us-link-green:hover {
  color: #f8fdfecc;
  text-decoration: none;
}

.product-category-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-category-item-wrapper {
  color: #1f1f1fb3;
  width: 100%;
  max-width: 360px;
  padding-right: 30px;
}

.product-category-icon-wrapper {
  align-items: flex-end;
  width: 70px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
}

.product-catgory-icon {
  width: 100%;
}

.product-category-link-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
}

.product-page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 60px;
}

.product-page-fact-box {
  background-color: var(--dark-blue);
  color: var(--white);
}

.breadcrumbs {
  border-bottom: 2px solid var(--light-blue-2);
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: #33434d80;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-right: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: .75em;
  line-height: 1;
  display: inline-block;
}

.breadcrumb-link:hover {
  color: #33434d;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: var(--green);
  padding-top: 22px;
  padding-bottom: 22px;
}

.breadcrumb-icon-right {
  width: 5px;
  margin-right: 20px;
}

.product-page-description {
  padding-top: 60px;
  font-size: 1.25em;
  line-height: 1.75;
}

.fact-box-heading {
  color: var(--almost-white);
  border-bottom: 2px solid #f8fdfe40;
  padding: 15px;
}

.all-caps {
  color: #1f1f1f80;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 800;
}

.all-caps.fact-box-heading {
  color: var(--light-blue-2);
  padding: 25px 30px;
}

.all-caps.fact-box-heading.mb30 {
  margin-bottom: 30px;
}

.fact-box-content {
  padding: 30px;
  font-size: 1.25em;
}

.fact-box-link {
  color: #f8fdfecc;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  display: flex;
}

.fact-box-link:hover {
  color: #f8fdfe;
  text-decoration: none;
}

.fact-box-link-icon {
  width: 25px;
}

.news-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.news-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.news-page-description {
  padding-top: 60px;
  font-size: 1.25em;
  line-height: 1.75;
}

.subpage-news {
  background-color: var(--almost-white);
  margin-bottom: 0;
  padding-bottom: 60px;
}

.standard-page-description {
  padding-top: 0;
  font-size: 1.25em;
  line-height: 1.75;
}

.standard-page-fact-box {
  background-color: var(--dark-blue);
  color: var(--light-blue-2);
}

.contact-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-item-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-item-image-wrapper {
  overflow: hidden;
}

.contact-item-text-wrapper {
  flex-direction: column;
  padding: 30px 0;
  display: flex;
}

.contact-item-link {
  color: var(--green);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
}

.contact-item-link:hover {
  color: #1f1f1fb3;
  text-decoration: none;
}

.contact-item-name {
  margin-bottom: 5px;
}

.contact-item-title {
  margin-bottom: 1.5em;
}

.contact-cta {
  height: 100%;
  display: flex;
  position: relative;
}

.contact-cta-image {
  z-index: 1;
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-info {
  z-index: 1;
  background-color: #33434dcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 15px;
  display: flex;
  position: static;
  inset: 0%;
}

.contact-text {
  color: var(--light-blue-2);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-cta-buttons {
  margin-top: 15%;
}

.text-block-3 {
  padding-right: 15px;
}

.current-page-indicator {
  background-color: var(--green);
  border-radius: 3px;
  width: 30px;
  height: 4px;
  display: none;
  position: absolute;
  inset: auto 0% 8px 50%;
  transform: translate(-15px);
}

.color-fill {
  z-index: 0;
  background-color: #34444d;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.image-fade {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--dark-blue) 1%, #33434d00 99%);
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-imagegallery-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-imagegallery {
  height: 80vh;
}

.hero-imagegallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.hero-imagegallery-dots {
  margin-bottom: 60px;
}

.hero-imagegallery-arrow {
  display: none;
}

.centered-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25em;
  display: flex;
}

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

.cases-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.case-wrapper {
  display: flex;
}

.case-logo-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 40px 40px 55px;
  display: flex;
}

.case-description-wrapper {
  background-color: var(--light-blue-2);
  flex: 1;
  width: 60%;
  padding: 40px;
  font-size: .9rem;
}

.case-logo {
  width: 230px;
}

.imagegallery-overlay {
  z-index: 1;
  background-color: #44596599;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.product-category-scroll-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.button-icon-down {
  width: 20px;
  color: var(--light-blue);
  transform: rotate(90deg);
}

.button-icon-down.transparent {
  width: 16px;
}

.product-catgory-button-icon {
  width: 50px;
  margin-right: 15px;
}

.text-wrapper {
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-prefs3_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-prefs3_submit {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: var(--light-blue);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: relative;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-banner3_component {
  z-index: 1000;
  background-color: var(--light-blue);
  border-radius: 0;
  margin-top: 2rem;
  padding: 2rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: var(--green);
  border-radius: 999rem;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 2rem 2rem;
  box-shadow: 0 10px 12px #0000001a;
}

.fs-cc-manager3_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white-2);
  display: inline-block;
}

.fs-cc-prefs3_header {
  background-color: var(--green);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-manager3_text {
  color: var(--dark-blue);
  margin-left: .625rem;
  font-weight: 700;
  display: none;
}

.fs-cc-banner3_text-link {
  border-bottom: 2px solid var(--green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner3_text {
  color: var(--green);
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-preferences3_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--green);
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner3_paragraph {
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-banner3_button {
  background-color: var(--green);
  color: #fff;
  border-radius: 10px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: var(--dark-blue);
  border-radius: 10px;
  margin-right: .75rem;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-prefs3_label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.hero-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    border-bottom: 1px solid #edf5f71a;
    justify-content: center;
    padding-left: 15px;
    font-size: 1.1em;
    display: flex;
  }

  .divider {
    margin-bottom: 30px;
  }

  .divider.hidden-tablet-and-below {
    display: none;
  }

  .primary-nav {
    background-color: var(--dark-blue);
    align-items: center;
    width: 100%;
    padding: 90px 30px 30px;
  }

  .logo {
    width: 220px;
  }

  .hero.imagegallery {
    height: 60vh;
  }

  .hero-heading {
    font-size: 3em;
  }

  .button.transparent {
    margin-right: 0;
  }

  .button.cta, .button.cta-outline {
    max-width: 70%;
    margin-top: 30px;
  }

  .hero-container {
    margin-top: 15px;
  }

  .nav-link-dealers {
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: .85em;
  }

  .nav-link-dealers.language-select {
    margin-top: 0;
    display: none;
  }

  .nav-link-dealers.language-select.language {
    border-bottom-width: 0;
    border-bottom-color: #0000;
    margin-right: 0;
    display: block;
  }

  .language-nav {
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 10px;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }

  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.product-page {
    padding-top: 0;
  }

  .intro-grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .intro-item-wrapper {
    max-width: 100%;
  }

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

  .call-us-image {
    width: 300px;
    min-width: 300px;
  }

  .call-us-image-wrapper {
    border-radius: 0 0 10px;
    width: 210px;
    height: 280px;
    margin-left: 100%;
    left: auto;
    right: 0;
    transform: none;
  }

  .call-us-text {
    font-size: 1.65em;
  }

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

  .about-vengsystem {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

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

  .button-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-link {
    z-index: 999;
    margin-bottom: 0;
  }

  .menu-button {
    color: var(--light-blue);
    background-color: #0000;
    position: absolute;
    right: 15px;
  }

  .menu-button.w--open {
    z-index: 1000;
    background-color: var(--green);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: background-color .2s;
    display: flex;
  }

  .frontpage-newslist {
    padding-right: 30px;
  }

  .slide {
    width: 50%;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-address {
    margin-left: 57px;
  }

  .footer-logo {
    width: 215px;
    margin-left: -6px;
  }

  .text-block-2 {
    font-size: .85em;
  }

  .nav-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-green {
    margin-top: 40px;
  }

  .call-us-text-green {
    font-size: 1.65em;
  }

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

  .product-category-item-wrapper {
    max-width: 100%;
    padding-right: 0;
  }

  .product-page-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .product-page-description {
    font-size: 1em;
  }

  .fact-box-content {
    padding-bottom: 15px;
    font-size: 1em;
  }

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

  .news-page-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .news-page-description {
    font-size: 1em;
  }

  .subpage-news {
    padding-bottom: 90px;
  }

  .standard-page-description {
    padding-top: 30px;
    font-size: 1em;
  }

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

  .contact-page-cta {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .contact-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-cta-buttons {
    margin-top: 60px;
  }

  .color-fill, .image-fade {
    display: none;
  }

  .hero-imagegallery {
    height: 60vh;
  }

  .cases-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .product-category-scroll-nav {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 200px;
  }

  .hero {
    height: auto;
    padding-top: 90px;
  }

  .hero.subpage, .hero.imagegallery {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .hero-heading {
    font-size: 2.5em;
  }

  .button.transparent {
    width: 100%;
    margin-top: 0;
  }

  .button.cta, .button.cta-outline {
    margin-top: 40px;
  }

  .hero-container {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.product-page {
    padding-top: 5px;
  }

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

  .call-us-grid {
    grid-template-columns: 1.75fr;
  }

  .call-us-text {
    font-size: 1.3em;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .brand-link.w--current {
    margin-left: -5px;
  }

  .slide {
    width: 49%;
    margin-right: 15px;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-nav-link {
    margin-left: 6px;
  }

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

  .call-us-text-green {
    font-size: 1.25em;
  }

  .product-category-link-grid {
    grid-template-columns: 1fr;
  }

  .product-page-description {
    padding-top: 30px;
  }

  .fact-box-link {
    font-size: 1em;
  }

  .paragraph {
    font-size: 1em;
    line-height: 1.5;
  }

  .news-page-description, .standard-page-description {
    padding-top: 30px;
  }

  .contact-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .case-wrapper {
    flex-direction: column;
  }

  .case-logo-wrapper, .case-description-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 175px;
  }

  .hero {
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 2em;
  }

  .button {
    min-width: 100%;
    max-width: 100%;
  }

  .button.cta, .button.cta-outline {
    min-width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .button-icon-right {
    width: 15px;
  }

  .cta-call-us {
    padding: 30px;
  }

  .call-us-grid {
    text-align: center;
    justify-items: center;
  }

  .call-us-image-wrapper {
    display: none;
  }

  .support-info {
    padding: 60px 30px;
  }

  .slide {
    width: 100%;
  }

  .hero-bulletin {
    display: none;
  }

  .cta-green {
    padding: 30px;
  }

  .breadcrumbs {
    display: none;
  }

  .news-list-grid, .contact-list-grid {
    grid-template-columns: 1fr;
  }

  .contact-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-logo-wrapper {
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-description-wrapper {
    padding: 30px;
  }

  .button-icon-down {
    width: 15px;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }
}

#w-node-b8dacdb6-fe41-d6c1-733e-7672a410c365-a410c362 {
  place-self: center start;
}

#w-node-_162ab46b-c23a-57a5-160e-60e4265d5da6-3b8224f8, #w-node-_0a8a7165-de45-820d-4c41-a8ecd3cc5991-3b8224f8, #w-node-_91ba1ede-6719-b3d6-50d8-cd8f02f1aeee-3b8224f8, #w-node-c5c95b1e-b143-a164-b607-c3b4e1f9dd25-d3145a7d {
  align-self: start;
}

#w-node-_80ed1ba2-27fa-dacb-ba70-821cccc1aa49-f7641960 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-b4dd3e93-e680-870f-fcd5-efc3408c5de2-408c5ddf {
    order: 9999;
  }

  #w-node-b4dd3e93-e680-870f-fcd5-efc3408c5e01-408c5ddf {
    order: -9999;
  }

  #w-node-_80ed1ba2-27fa-dacb-ba70-821cccc1aa49-f7641960 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80ed1ba2-27fa-dacb-ba70-821cccc1aa49-f7641960 {
    grid-column: span 1 / span 1;
  }
}


