﻿
.w-hidden {
  display: none;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --white: white;
  --light: #c8c8c8;
  --bg_grey: #323438;
  --bg-dark: #222426;
  --green-dark: #424c45;
  --luxxion: #ffc800;
  --presents2u: #ff6432;
  --dyvixion: #00db8a;
  --inthetgroup\<deleted\|variable-86c73437\>: #f60;
  --signal_red: #ff5e5e;
  --transparent: rgba(0, 0, 0, 0);
  --medium: #646464;
  --bg_gradient_mid: rgba(224, 255, 186, .25);
  --signal_green: #5eff84;
  --active-tab: rgba(255, 200, 0, .1);
  --text: #abb2bf;
}

.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-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metronic, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

p {
  color: var(--light);
  text-align: justify;
  margin-bottom: 40px;
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 2rem;
}

a {
  text-decoration: underline;
}

.pagebg {
  background-color: var(--bg_grey);
  background-image: linear-gradient(to right, var(--bg-dark), var(--green-dark));
}

.heading {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.heading-2 {
  color: #646870;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Metronic, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.heading-2.white {
  color: var(--light);
  text-transform: none;
  font-weight: 100;
}

._5 {
  margin-left: 5%;
  margin-right: 5%;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph {
  color: var(--light);
  text-align: justify;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 15px;
  font-family: Metronic, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.8rem;
  display: block;
}

.paragraph.marge {
  color: var(--light);
  margin: 40px 40px 0;
}

._5-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  position: relative;
}

._5-grid.marge {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.lux_icontittletext_holder {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-7 {
  width: 100%;
  height: 1px;
  background-color: var(--white);
  object-fit: fill;
}


.fadebg {
  z-index: 0;
  width: 100vw;
  height: 56.25vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.fadebutton {
  border: 2px solid var(--inthetgroup\<deleted\|variable-86c73437\>);
  color: var(--inthetgroup\<deleted\|variable-86c73437\>);
  text-transform: uppercase;
  background-color: rgba(255, 102, 0, .1);
  border-radius: 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.fadebutton:hover {
  border-color: var(--inthetgroup\<deleted\|variable-86c73437\>);
  color: var(--white);
  background-color: rgba(255, 255, 255, .1);
}

.heading_l {
  color: var(--light);
  text-align: right;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.iconholder {
  width: 100px;
  align-self: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph_l {
  color: #000;
  text-align: justify;
  align-items: flex-start;
  margin-top: 5%;
  font-family: Metronic, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  display: flex;
}

.fade_grid {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
  position: relative;
}

.fade_grid.footer {
  border-top-style: none;
  margin-left: auto;
  margin-right: auto;
}

.fadeoverlay-1 {
  z-index: 1;
  width: 100vw;
  height: 56.25vw;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.height-56-25vw {
  height: 56.25vw;
}

.height-56-25vw._41-67vw {
  height: 41.67vw;
}

.div_height-56-25vw {
  height: 56.25vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div_height-56-25vw._41-67vw {
  height: 41.67vw;
}

.div_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div_sticky.home {
  width: 100vw;
  top: 50px;
}

.lux_contact_headerimage {
  z-index: -1;
  width: 100vw;
  position: absolute;
}

.main-bar {
  height: 50px;
  background-color: var(--bg-dark);
  background-image: none;
  display: block;
}

.menu-link {
  color: var(--white);
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  transition: color .2s linear;
  display: flex;
}

.menu-link:hover, .menu-link:active {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, 0));
}

.menu-link.w--current {
  border-bottom: 1px solid var(--luxxion);
  color: var(--white);
  transition-property: flex-grow, color;
}

.menu-link.hide {
  display: none;
}

.brand {
  z-index: 5;
  display: inline-block;
}

.nav-menu {
  height: 50px;
  align-items: stretch;
  display: flex;
}

.menu-selection {
  height: 35px;
  display: none;
}

.menu-item {
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.menu-item:hover {
  color: var(--white);
}

.nav-div {
  height: 50px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.logo {
  z-index: 1;
  width: 200px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.formfiled {
  border: 1px solid var(--bg-dark);
  color: var(--white);
  background-color: rgba(100, 100, 100, .4);
  border-radius: 8px;
  transition: background-color .2s linear;
}

.formfiled:hover {
  background-color: rgba(100, 100, 100, .6);
}

.formfiled:focus {
  border-color: var(--bg_grey) var(--bg_grey) var(--bg_grey) var(--luxxion);
  color: var(--white);
  background-color: rgba(100, 100, 100, .8);
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
}

.formfiled.message {
  height: 140px;
}

.formfiled.last-name {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfiled.first-name {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.div-block-37 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lux_contact_form {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.success-message {
  color: #80ffaa;
  background-color: rgba(128, 255, 170, .1);
  border-radius: 8px;
  margin-bottom: 60px;
}

.succes_message_text {
  font-family: Metronic, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.error-message {
  color: var(--signal_red);
  text-align: center;
  background-color: rgba(255, 70, 70, .1);
  border-radius: 8px;
  margin-bottom: 60px;
  font-family: Metronic, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/6195204a9eec8b438b98f7bf_PCB-4K.jpg");
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 20vw;
  border: 2px solid var(--luxxion);
  background-color: var(--bg-dark);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin: auto;
  padding: 20px;
  display: flex;
}

.lux_404_linkblock {
  color: var(--white);
  font-family: Metronic, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  text-decoration: none;
}

.lux_404_linkblock:hover {
  color: var(--luxxion);
}

.skewblock {
  width: 80px;
  height: 8px;
  background-color: var(--luxxion);
  margin-top: 50px;
  margin-left: 220px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -.5vw;
  transform: skew(-45deg);
}

.spacer-200-px {
  height: 200px;
}

.poi-image-100vw {
  width: 100vw;
}

.poi-image-100vw.contactpage {
  z-index: -1;
  filter: grayscale();
}

.slide_layers_1 {
  height: 200vh;
  position: relative;
}

.slidelayer-0 {
  width: 100vw;
  height: 56.25vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 100vw;
}

.slidelayer-0.home {
  height: 41.67vw;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/6579c66b601fdbd3f12962fc_Technical%20Animation%20Wireframe-001-gigapixel-scale-2_00x.jpg");
  background-position: 0 0;
  background-size: 100vw;
  background-attachment: scroll;
  position: static;
}

.slidelayer-0.tms {
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/61a4f41ecfe6f7029f1cc88d_Fr0-000%20Basic.jpg");
  background-position: 0 0;
  background-size: 100vw;
  background-attachment: scroll;
}

.slidelayer-1 {
  width: 80vw;
  height: 56.25vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slidelayer-1.home {
  height: 41.67vw;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/6579c66bfe5fbfd67c6926fc_Technical%20Animation%20Photo%20Realistic-001-gigapixel-scale-2_00x.jpg");
  background-position: 0%;
  background-size: 100vw;
  background-attachment: scroll;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slidelayer-1.tms {
  width: 80vw;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/61a4f2d6cce403c965104baf_Fr0-000.jpg");
  background-position: 0%;
  background-size: 100vw;
  background-attachment: scroll;
}

._3-grid-buttons {
  grid-column-gap: 0px;
  	border-radius: 16px;
	background-image: radial-gradient(circle, rgba(34, 36, 38, .2) 40%, rgba(34, 36, 38, .8));
}

._3-grid-buttons.home {
  background-image: none;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

.lux_fx-layer {
  width: 100vw;
  max-width: none;
}

.cases {
  margin-top: 140px;
  overflow: hidden;
}

.products {
  text-decoration: none;
}

.spacer-40px {
  height: 40px;
  display: block;
}

.centerbutton {
  background-color: var(--luxxion);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.number-2 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.spacer-100-px {
  height: 100px;
  position: relative;
}

.lux_reflogo {
  width: 8%;
  filter: brightness(140%);
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.div-block-39 {
  width: 200vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.heading-10 {
  color: #c8c8c8;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  display: block;
  position: relative;
}

.fade_1hl-l {
  height: 200vh;
  margin-top: 100px;
  display: block;
  position: relative;
}

.fade_1hl-l.projecten {
  margin-top: 0;
}

.portfolioslider {
  background-image: linear-gradient(to bottom, var(--transparent), var(--bg-dark) 20%);
  position: relative;
  overflow: hidden;
}

.reference {
  margin-left: auto;
  margin-right: auto;
}

.reference-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lux_refholders {
  width: 200%;
  background-image: none;
  flex-flow: wrap;
  display: flex;
}

.lux_text-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

._3-grid-button {
  border: 2px solid var(--luxxion);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  transition: none;
  position: relative;
}

._3-grid-button:hover {
  background-color: rgba(255, 200, 0, .2);
}

._3-grid-button:active {
  background-color: var(--luxxion);
}

._5-grid-holder {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.portfolioslider_imageholder {
  width: 33.33vw;
  float: left;
  display: block;
  position: relative;
}

._1920x800 {
  width: 100vw;
  height: 41.67vw;
  position: relative;
  overflow: hidden;
}

._1920x800.bottomline {
  border-bottom: 1px solid var(--luxxion);
}

.skewblock_navbar {
  z-index: 1;
  width: 80px;
  height: 16px;
  background-color: var(--luxxion);
  margin-top: 50px;
  margin-left: 220px;
  display: block;
  position: absolute;
  transform: skew(-45deg);
}

.spacer-50px {
  height: 50px;
  position: relative;
}

.slidelayer-2 {
  width: 60vw;
  height: 56.25vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slidelayer-2.tms {
  width: 60vw;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/61a4f2d6e778cafdcfffc2c7_Fr0-001.jpg");
  background-position: 0%;
  background-size: 100vw;
  background-attachment: scroll;
}

.slidelayer-3 {
  width: 40vw;
  height: 56.25vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slidelayer-3.tms {
  width: 40vw;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/61a4f2d715483078ade76999_Fr0-002.jpg");
  background-position: 0%;
  background-size: 100vw;
  background-attachment: scroll;
}

.slidelayer-4 {
  width: 20vw;
  height: 56.25vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slidelayer-4.tms {
  width: 20vw;
  background-image: url("https://assets-global.website-files.com/6195204a9eec8b596a98f74e/61a4f2d6d32ee528aa29da0b_Fr0-003.jpg");
  background-position: 0%;
  background-size: 100vw;
  background-attachment: scroll;
}

.slide-layers {
  position: relative;
}

.slide-layers._5-images {
  height: 400vh;
}

.engine {
  width: 100vw;
  position: relative;
}

.image-slider-trigger {
  position: relative;
}

.image-slider-text-holder {
  z-index: 2;
  width: 20vw;
  height: 50vw;
  border-right: 1px solid var(--light);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-slider-image {
  z-index: -1;
  width: 100vw;
  min-width: 100vw;
  object-fit: fill;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-slider-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.lux_projecten_bg-image {
  z-index: -1;
  width: 100vw;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-slider-gradient {
  width: 20vw;
  opacity: 0;
  background-image: linear-gradient(rgba(255, 200, 0, .1), rgba(50, 52, 56, .95) 70%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-slider-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-slider-logo.hitec {
  filter: invert() grayscale();
  margin-bottom: 40px;
  padding: 10px;
}

.image-slider-logo.cape {
  width: 140px;
  filter: grayscale();
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 10px;
}

.image-slider-logo.ratiox {
  width: 200px;
  filter: grayscale();
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 10px;
}

.image-slider-logo.nedschroef {
  width: 250px;
  filter: invert() grayscale() brightness(140%);
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 10px;
}

.image-slider-logo.plymovent {
  width: 250px;
  filter: invert() grayscale();
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 10px;
}

.image-slider-logo.kuhn {
  width: 200px;
  filter: grayscale();
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 10px;
}

.image-slider-logo.inther {
  width: 200px;
  filter: grayscale() contrast(350%) brightness(300%);
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 10px;
}

.link-5 {
  color: #fff;
}

.reference-logo-big {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.grid-7 {
  max-width: 1300px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto 1fr;
  justify-items: start;
  position: relative;
}

.filter-button {
  border: 1px solid var(--bg-dark);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  margin-bottom: 0;
  padding: 4px 10px;
  font-family: Metronic, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1rem;
  transition: color .2s, background-color .2s;
  position: relative;
}

.filter-button:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.filter-button.is-active {
  border-color: var(--luxxion);
  background-color: var(--bg_grey);
  color: var(--luxxion);
}

.filter-button.is-active:hover {
  background-color: var(--bg-dark);
}

.filter-button.bg_red {
  color: #ffa2a2;
  background-color: rgba(255, 162, 162, .1);
}

.filter-button.bg_red:hover {
  background-color: var(--bg-dark);
}

.filter-button.bg_green {
  color: #a2ffa2;
  background-color: rgba(162, 255, 162, .1);
}

.filter-button.bg_green:hover {
  background-color: var(--bg-dark);
}

.filter-button.bg_green.is-active {
  background-color: var(--transparent);
  border-color: #a2ffa2;
}

.filter-button.bg_green.is-active:hover {
  background-color: var(--bg-dark);
}

.filter-button.bg_purple {
  color: #a2d8ff;
  background-color: rgba(162, 216, 255, .1);
}

.filter-button.bg_purple:hover {
  background-color: var(--bg-dark);
}

.filter-button.bg_purple.is-active {
  background-color: var(--transparent);
  border-color: #a2d8ff;
}

.filter-button.bg_purple.is-active:hover {
  background-color: var(--bg-dark);
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.filters-hide {
  display: none;
}

.collection-list-item {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.checkbox-2 {
  cursor: pointer;
  margin-top: 0;
  display: none;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--medium);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(0, 120px);
  grid-auto-flow: column;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.collection-list-3.noline {
  border-bottom-style: none;
}

.svg-invert {
  filter: invert();
}

.technische-animatie {
  background-image: linear-gradient(60deg, var(--bg-dark), var(--green-dark));
}

.tab-icon {
  flex-direction: column;
  display: flex;
}

.tabs-overlay {
  margin-top: 0;
  margin-bottom: 0;
}

.round-loope {
  background-color: var(--bg-dark);
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

.engine_text {
  width: 50vw;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: minmax(min-content, max-content) minmax(auto, min-content) 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 40px;
  margin-top: 5vw;
  margin-left: 5vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph_1-2rem {
  color: var(--light);
  text-align: justify;
  letter-spacing: .5px;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 2rem;
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 2rem;
  display: block;
}

.paragraph_1-2rem.margin-1rem {
  margin-top: 1rem;
}

.paragraph_1-2rem.form {
  margin-bottom: 0;
  margin-left: 20px;
}

.paragraph_1-2rem.formheading {
  color: var(--white);
  margin-bottom: 0;
  font-family: Metronic, sans-serif;
  font-weight: 600;
}

.paragraph_1-2rem.sign-up {
  color: var(--luxxion);
  margin-bottom: 1rem;
}

.magnifying-glass {
  width: 15vw;
  opacity: .2;
  margin-top: 220px;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 15%;
  right: 0%;
}

.tablink_diensten_titel {
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.tablink_diensten_svg {
  opacity: .75;
  align-self: center;
}

.tabs_content_heading {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.diensten_tabs {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu_horizontal {
  z-index: 1;
  width: 90%;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.diensten_tablink {
  color: var(--light);
  background-color: rgba(34, 36, 38, .25);
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: flex-start;
  margin: 20px;
  padding: 15px 10px 5px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.diensten_tablink:hover {
  color: var(--white);
  background-color: rgba(34, 36, 38, .5);
  background-image: none;
}

.diensten_tablink.w--current {
  border-color: var(--luxxion);
  background-color: rgba(34, 36, 38, .5);
}

.diensten_h4 {
  color: var(--white);
  text-align: justify;
  letter-spacing: .5px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  display: block;
}

.diensten_h4.first {
  margin-top: 0;
}

.body_diensten {
  background-color: var(--bg_grey);
}

.lux_tabpane-1600 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.image_cvt, .image_nedform {
  background-image: linear-gradient(to bottom, var(--transparent), var(--bg_gradient_mid) 55%, var(--transparent));
}

.image_chemplant {
  background-image: linear-gradient(to bottom, var(--transparent), var(--bg_gradient_mid) 75%, var(--transparent));
}

.image_besi {
  background-image: linear-gradient(to top, var(--transparent), var(--bg_gradient_mid) 50%, var(--transparent));
}

.image_productielijn {
  background-image: none;
}

.filter_cat {
  background-color: var(--bg-dark);
  color: var(--white);
  text-align: right;
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  margin-top: 11px;
  padding: 4px 10px;
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.2rem;
  transition: none;
  position: relative;
}

.checkbox-label-5 {
  margin-bottom: 0;
  font-family: Metronic, sans-serif;
}

.filter_form-block {
  width: 90vw;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item {
  flex-wrap: wrap;
}

.q-a {
  max-width: 90vw;
  grid-row-gap: 0px;
  grid-template-columns: .5fr .5fr;
}

.q-a-column {
  min-height: 60px;
  border-top: 1px solid #646464;
  position: relative;
}

.q-a-column:hover {
  background-image: linear-gradient(to right, rgba(128, 255, 208, 0), rgba(128, 255, 208, .1));
}

.div-trigger {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.table-arrow {
  width: 20px;
  cursor: auto;
  position: absolute;
  top: 20px;
  bottom: 0%;
  left: auto;
  right: 20px;
}

.question {
  z-index: 10;
  width: 85%;
  color: #fff;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Metronic, sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 2rem;
}

.info-wrapper-2 {
  padding-left: 20px;
}

.answer {
  z-index: 10;
  width: 85%;
  color: #abb2bf;
  text-align: left;
  padding-bottom: 10px;
  font-family: Metronic, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.lux_mobile_sidebar {
  background-color: var(--bg-dark);
  border-radius: 8px 0 0 8px;
  flex-direction: column;
  display: none;
  position: fixed;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 0%;
}

.lux_mobile_image {
  width: 60px;
  padding: 20px 10px 20px 15px;
}

.filter_mobile_imageholder {
  z-index: 1;
}

.video-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lux_filter_quality {
  color: var(--luxxion);
}

.lux_nested_industries {
  color: #78ff8a;
}

.lux_nested_events {
  color: #ffd478;
}

.lux_filter_reset {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(0, 120px);
  grid-auto-flow: column;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.lux_filter_promo, .lux_filter_4k, .lux_filter_voice-over, .lux_filter_music, .lux_filter_sound-effects, .lux_filter_subtitles, .lux_filter_depth-of-field, .lux_filter_motion-blur {
  color: var(--luxxion);
}

.lux_filter_pro-environment {
  color: var(--white);
}

.lux_filter_natural-environment {
  color: var(--light);
}

.lux_filter_exploded-view, .lux_filter_intersection, .lux_filter_highlight, .lux_filter_x-ray {
  color: var(--luxxion);
}

.nested_linkblock {
  display: none;
}

.lux_vid-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lux_work-visualholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.lux_nested_work-pricing {
  color: var(--white);
  white-space: nowrap;
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none;
}

.lux_work-pricingholder {
  height: 540px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 5%;
  overflow: auto;
}

.lux_work_generalprice {
  color: var(--white);
  white-space: nowrap;
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

.lux_work_generalprice.options {
  color: var(--white);
  margin-top: 20px;
}

.lux_work_projectprice {
  color: var(--luxxion);
  font-family: Metronic, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

.lux_work_line {
  width: 50%;
  min-width: 100px;
  border-bottom: 1px solid var(--luxxion);
  margin-bottom: 20px;
}

.lux_userpage_image {
  margin-top: -100px;
}

.heading-12 {
  color: var(--white);
  font-family: Metronic, sans-serif;
}

.lux_userpage_form_field {
  border: 1px solid var(--transparent);
  background-color: var(--bg-dark);
  color: var(--white);
  border-radius: 8px;
}

.lux_userpage_form_field:focus {
  border-color: var(--luxxion);
}

.lux_userpage_form_field::-ms-input-placeholder {
  color: var(--medium);
}

.lux_userpage_form_field::placeholder {
  color: var(--medium);
}

.lux_userpage_form_field-label {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Metronic, sans-serif;
  font-weight: 100;
}

.lux_userpage_wrapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lux_userpage_formblock {
  width: 340px;
  border: 1px solid var(--bg-dark);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(50, 52, 56, .9);
  border-radius: 16px;
  align-self: center;
  padding-bottom: 20px;
}

.lux_userpage_formblock.user-account {
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.lux_userpage_formblock.accesdenied {
  padding-left: 20px;
  padding-right: 20px;
}

.lux_userpage_button {
  background-color: var(--luxxion);
  color: var(--bg-dark);
  border-radius: 8px;
  font-weight: 700;
}

.lux_userpage_button.grey {
  background-color: var(--light);
}

.lux_userpage_text {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Metronic, sans-serif;
}

.lux_userpage_link-block {
  color: var(--luxxion);
}

.lux_userpage_section {
  background-image: linear-gradient(60deg, var(--bg-dark), var(--green-dark));
  position: relative;
}

.lux_global_image {
  width: 24px;
}

.lux_global_image.overlay {
  opacity: 0;
  position: absolute;
}

.lux_global_image.overlay:hover {
  opacity: 1;
}

.dropdown-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 3px 0;
}

.dropdown-list {
  background-color: var(--bg-dark);
  padding: 10px 20px;
}

.lux_language {
  background-color: var(--bg-dark);
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

.lux_language:hover {
  color: var(--luxxion);
}

.user-log-in-log-out {
  border: 1px solid var(--medium);
  background-color: var(--bg-dark);
  color: var(--white);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Metronic, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.user-log-in-log-out:hover {
  border-color: var(--luxxion);
}

.lux_form_heading {
  color: var(--white);
  font-family: Metronic, sans-serif;
  font-weight: 100;
}

.lux_form_heading.yellow {
  color: var(--luxxion);
}

.lux_form_heading.green {
  color: var(--signal_green);
}

.lux_form_heading.red {
  color: var(--signal_red);
}

.form_image-inverted {
  filter: invert();
  margin-top: 20px;
}

.lux_form_paragraph {
  color: var(--white);
  font-family: Metronic, sans-serif;
}

.form_link-block {
  color: var(--signal_red);
}

.lux_userpage_form_error-state {
  background-color: #ff5e5e;
  border-radius: 8px;
}

.spacer-10px {
  height: 10px;
  display: block;
}

.lux_userpage_wrapper_account {
  max-width: 800px;
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}



.lux_scroll {
  width: 80px;
}

.lux_scrolldiv {
  width: 200px;
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-down-bar {
  height: 200px;
  min-width: 20px;
  border: 2px solid var(--light);
  background-image: linear-gradient(to bottom, var(--medium), var(--transparent));
  border-radius: 8px;
  margin-right: 40px;
}


.spacer-20px {
  height: 20px;
}

.image-55 {
  width: 28px;
  float: right;
  opacity: .65;
  margin-right: 20px;
}



.lux_project_scrolldownholder {
  width: 90vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 20vh;
  left: 0%;
  right: 0%;
}

.collection-list-4 {
  flex-wrap: wrap;
  display: flex;
}

.collection-item-2 {
  width: 33.3%;
}

.lux_projects_video {
  width: 50%;
  margin-right: 10px;
}

.lux_projects_image {
  width: 50%;
  align-self: stretch;
}

.lux_contact {
  background-image: linear-gradient(to bottom, var(--bg_grey), var(--transparent));
}

.section {
  width: 100vw;
}

.quote_1-2rem {
  color: var(--light);
  text-align: justify;
  letter-spacing: .5px;
  flex: 0 auto;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  line-height: 4rem;
  display: block;
}

.lux_home_intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  margin-left: auto;
  margin-right: auto;
}

.lux_projects_quoteicon {
  width: 100px;
  opacity: .5;
  align-self: flex-start;
  margin-right: 100px;
}

.lux_projects_quoteblock {
  display: flex;
}

.empty-state {
  display: none;
}

.lux_work_iconholder {
  flex-direction: column;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lux_work_icon {
  width: 3vw;
  margin-bottom: 10px;
}

.lux_work_icon.fx {
  width: 32px;
  margin-bottom: 0;
}

.lux_work_icon._4k {
  width: 2.6vw;
  align-self: center;
}

.lux_work_lb {
  background-color: rgba(34, 36, 38, .5);
  border-radius: 4px;
  align-self: flex-start;
}

.heading_icontitletext {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.lux_userpage_form_subsection {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.lux_userpage_form_checbox_label {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Metronic, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1rem;
}

.lux_algvw_partitel {
  color: var(--luxxion);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.lux_policy_holder {
  width: 800px;
  max-width: 90vw;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  background-color: var(--bg_grey);
  color: var(--white);
  border-radius: 8px;
}

.lux_form_checkbox {
  width: 20px;
  height: 20px;
  margin-top: 6px;
}

.lux_form_checkbox.w--redirected-checked {
  border-color: var(--bg-dark);
  background-color: var(--bg-dark);
}

.lux_form_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--luxxion);
}

.paragraph_1rem {
  color: var(--light);
  text-align: justify;
  letter-spacing: .5px;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 2rem;
  font-family: Metronic, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.8rem;
  display: block;
}

.lux_contact_pricequote {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.lux_lb-button {
  background-color: var(--light);
  color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lux_lb-button:hover {
  background-color: var(--luxxion);
}

.lux_lb-button_text {
  color: var(--bg-dark);
  font-size: 1.2rem;
  font-weight: 600;
}

.lux_button_arrow {
  width: 60px;
  display: block;
}

.lux_contactheading {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.lux_contactformhead {
  color: var(--light);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.error_message_text {
  color: var(--signal_red);
}

.grid_form_name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

._800max {
  width: 90vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.lux_quote-form {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_quote_form {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

@media screen and (max-width: 991px) {
  ._5-grid {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  ._5-grid.marge {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lux_icontittletext_holder {
    margin-bottom: 100px;
  }

  .button-standard._5-block-icon-text {
    margin-top: 0;
    margin-bottom: 140px;
  }

  .button-standard.cases {
    margin-bottom: 140px;
  }

  .footertext {
    padding-right: 0;
  }

  ._1600max {
    clear: none;
  }

  .div-footer {
    margin-bottom: 40px;
  }

  .div-footer.marge, .footermenu {
    margin-bottom: 10px;
  }

  .fadebutton {
    padding: 5px 10px;
  }

  .heading_l {
    text-align: left;
  }

  .iconholder {
    margin: 10px 15px 10px 10px;
  }

  .div_sticky {
    top: 52px;
  }

  .main-bar {
    height: 40px;
  }

  .menu-link {
    justify-content: center;
    padding: 5px 10px;
    font-size: 24px;
  }

  .hamburger-middle-2 {
    width: 100%;
    height: 2px;
    background-color: var(--luxxion);
  }

  .brand {
    width: 150px;
  }

  .nav-menu {
    height: 40px;
    line-height: 30px;
  }

  .menu-item {
    font-size: .75rem;
  }

  .hamburger-wrapper {
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-div {
    height: 40px;
  }

  .hamburger-bottom-2, .hamburger-top-2 {
    width: 100%;
    height: 2px;
    background-color: #c8c8c8;
  }

  .utility-page-wrap {
    background-position: 50%;
    background-size: cover;
  }

  .utility-page-content {
    width: 25vw;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .progressbar {
    height: 12px;
    margin-top: 40px;
  }

  .underlogocorner {
    height: 12px;
    margin-top: 40px;
    padding-right: 200px;
  }

  .sectiontitle.marge {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .fadebutton-2 {
    padding: 5px 10px;
  }

  .skewblock {
    height: 12px;
    margin-top: 40px;
    margin-left: 170px;
  }

  .poi-image-100vw {
    margin-top: 0;
  }

  .cases {
    overflow: auto;
  }

  .tabs-content {
    height: auto;
    background-image: none;
    padding-left: 0;
  }

  .spacer-100-px.home {
    display: none;
  }

  .lux_reflogo {
    width: 33.3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-39 {
    width: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fade_1hl-l {
    height: 400vh;
  }

  .reference-grid {
    width: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .lux_refholders {
    width: auto;
  }

  .skewblock_navbar {
    height: 12px;
    margin-top: 40px;
    margin-left: 170px;
  }

  .engine {
    margin-bottom: 40px;
  }

  .image-slider-trigger {
    aspect-ratio: 16 / 9;
  }

  .image-slider-text-holder {
    width: 20vw;
    height: 100%;
    border-right-color: var(--bg-dark);
    -webkit-text-fill-color: inherit;
    background-color: rgba(34, 36, 38, .5);
    background-clip: border-box;
  }

  .image-slider-text-holder:hover {
    background-color: rgba(34, 36, 38, .8);
  }

  .image-slider-image {
    width: 50vw;
    display: block;
    position: absolute;
  }

  .image-slider-text {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider-grid {
    flex-direction: column;
    display: flex;
  }

  .image-slider-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reference-logo-big {
    width: 150px;
    height: 90px;
  }

  .cms-portfolio {
    margin-top: 60px;
  }

  .grid-7 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-item {
    width: 100vw;
  }

  .collection-list-3 {
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: minmax(0, 15vw);
    grid-auto-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-pane-tab-1 {
    margin-top: 0;
  }

  .tab-icon {
    width: 100%;
    flex-direction: row;
  }

  .engine_text {
    width: 90vw;
    margin-top: 0;
    position: static;
  }

  .tablink_diensten_titel {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tabs-menu_horizontal {
    justify-content: center;
  }

  .diensten_tablink {
    border: 1px solid var(--bg-dark);
    background-color: rgba(34, 36, 38, .5);
    border-radius: 8px;
    margin: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .diensten_tablink:hover, .diensten_tablink.w--current {
    background-color: var(--bg-dark);
    background-image: none;
  }

  .filter_cat {
    width: auto;
    margin-top: 0;
  }

  .q-a-column {
    position: relative;
  }

  .answer {
    width: 100%;
  }

  .lux_mobile_sidebar {
    border-top: 1px solid var(--luxxion);
    border-bottom: 1px solid var(--luxxion);
    border-left: 1px solid var(--luxxion);
    display: flex;
  }

  .video-2 {
    display: none;
  }

  .lux_filter_reset {
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: minmax(0, 15vw);
    grid-auto-flow: row;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lux_work-pricingholder {
    height: auto;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lux_userpage_image {
    display: none;
  }

  .lux_userpage_wrapper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
    position: static;
  }

  .lux_userpage_formblock {
    background-color: var(--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
  }

  .lux_userpage_section {
    background-image: none;
  }

  .lux_userpage_body {
    background-color: var(--medium);
  }

  .lux_global_image {
    width: 20px;
  }

  .lux_global_image.overlay {
    margin-bottom: 7px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .user-log-in-log-out {
    line-height: 16px;
  }

  .dropdown {
    align-self: center;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footertext-2 {
    padding-right: 0;
  }

  .grid-9 {
    grid-template-columns: auto;
    margin-bottom: 40px;
  }

  .lux_footer_line {
    margin-bottom: 40px;
  }

  .lux_logorefs {
    width: auto;
    flex-flow: wrap;
  }

  .lux_logorefs.off {
    display: none;
  }

  .refs {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .engine_heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .lux_scrolldiv {
    display: none;
  }

  .scroll-down-bar {
    width: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle-3 {
    padding-bottom: 10px;
  }

  .dropdown-icon {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .dropdown-list-3 {
    top: 40px;
  }

  .logo-dyvixion {
    width: 156px;
  }

  .iconholder_tabs {
    width: 40px;
    margin: 10px 15px 10px 10px;
  }

  .lux_projects_visualfade {
    height: 200px;
  }

  .lux_projecttext {
    font-size: 3rem;
    line-height: 3rem;
  }

  .lux_projecttextholder {
    bottom: 60px;
  }

  .lux_projects {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .lux_project_hd-text {
    margin-bottom: 0;
  }

  .lux_project_referentieholder {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .lux_project_hd-refererentie {
    margin-top: 100px;
    margin-left: 0;
    padding-left: 0;
  }

  .lux_project_scrolldown_image.desktop {
    display: none;
  }

  .lux_project_scrolldown_image.mobile {
    display: block;
  }

  .lux_project_scrolldownholder {
    display: none;
    bottom: 0;
  }

  .quote_1-2rem {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .lux_home_intro {
    margin-left: 5%;
    margin-right: 5%;
  }


@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.marge {
    margin-left: 5%;
    margin-right: 15px;
  }

  ._5-grid, ._5-grid.marge {
    grid-template-columns: 1fr 1fr;
  }

  .button-standard {
    border-width: 2px;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
  }

  .button-standard.m-projects {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button-standard.cases {
    margin-bottom: 100px;
  }

  .iconholder {
    width: 80px;
  }

  .paragraph_l {
    font-size: 16px;
    line-height: 24px;
  }

  .div_sticky {
    top: 0;
  }

  .main-bar {
    height: 50px;
    background-color: var(--bg-dark);
    background-image: none;
  }

  .menu-link {
    padding: 5px 0;
  }

  .menu-link.w--current {
    border-left: 1px solid var(--luxxion);
    color: var(--luxxion);
    border-bottom-style: none;
  }

  .menu-link.hide {
    display: flex;
  }

  .hamburger-middle-2 {
    background-color: var(--luxxion);
  }

  .brand {
    padding-left: 0;
    position: static;
  }

  .nav-menu {
    z-index: 1;
    height: 100vh;
    background-color: var(--bg_grey);
    padding-top: 10vh;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-item {
    font-size: 18px;
  }

  .menu-button {
    z-index: 10;
    padding: 16px 0 0;
  }

  .nav-div {
    height: 50px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar {
    z-index: 10;
  }

  .utility-page-wrap {
    background-position: 0 0;
    background-size: 100vw;
  }

  .utility-page-content {
    width: 50vw;
  }

  .lux_algvw_numbers {
    font-size: 20px;
    line-height: 20px;
  }

  .column-3-block {
    padding-left: 0;
    padding-right: 0;
  }

  .progressbar, .underlogocorner {
    display: none;
  }

  .main_image, .hoover_image {
    width: 100vw;
  }

  ._3-grid-buttons.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cases {
    margin-top: 20px;
  }

  .spacer-40px.diensten {
    display: none;
  }

  .spacer-100-px.diensten {
    height: 50px;
  }

  .div-block-39 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .fade_1hl-l {
    height: 600vh;
  }

  .reference-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .portfolioslider_imageholder {
    width: 100vw;
  }

  ._1920x800.marginmobmenu {
    margin-top: 50px;
  }

  .skewblock_navbar {
    display: none;
  }

  .image-slider-text-holder {
    width: 25vw;
  }

  .image-slider-image {
    opacity: 1;
  }

  .slider-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
  }

  .lux_projecten_bg-image {
    width: 100vw;
    object-fit: cover;
  }

  .image-slider-gradient {
    width: 25vw;
  }

  .image-slider-logo {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .reference-logo-big {
    width: 100vw;
    display: block;
  }

  .cms-portfolio {
    margin-top: 20px;
  }

  .grid-7 {
    grid-column-gap: 10px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .paragraph_1-2rem {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .tabs_content_heading {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
  }

  .tabs-menu_horizontal {
    top: 10px;
  }

  .diensten_h4 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .q-a-column {
    position: relative;
  }

  .question {
    font-size: 14px;
  }

  .lux_vid-image {
    width: 100vw;
  }

  .lux_nested_work-pricing, .lux_work_generalprice {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .lux_work_projectprice {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .dropdown-toggle {
    margin-left: 0;
  }

  .lux_language {
    text-align: center;
  }

  .user-log-in-log-out {
    width: 20vw;
    margin-left: 40vw;
    margin-right: 40vw;
    line-height: 32px;
  }

  .footer_bottom-2 {
    justify-content: flex-start;
  }

  .grid-8 {
    grid-template-areas: ".";
  }

  .div-block-60-copy {
    width: 100vw;
    justify-content: center;
    display: flex;
  }

  .engine_heading {
    font-size: 25px;
    line-height: 30px;
  }

  .dropdown-toggle-3 {
    float: left;
    padding-bottom: 6px;
    padding-right: 10vw;
    display: inline-block;
  }

  .dropdown-icon {
    font-size: 2rem;
    line-height: 1.6rem;
  }

  .dropdown-list-3 {
    margin-left: -5%;
    position: static;
  }

  .lux_brand-dropdown {
    height: 32px;
    max-height: 60px;
    margin-top: 9px;
  }

  .div-block-62 {
    width: 100vw;
    border-style: none;
    border-radius: 0;
    padding-left: 5%;
    padding-right: 0;
  }

  .spacer-20px {
    display: none;
  }

  .logo-dyvixion {
    position: absolute;
  }

  .image-55 {
    margin-right: 5%;
  }

  .lux_projecttext {
    font-size: 2rem;
  }

  .rte h2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .rte h1 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .lux_project_scrolldownholder {
    display: block;
    bottom: 25vh;
  }

  .lux_projects_video {
    width: 100%;
    margin-bottom: 40px;
  }

  .lux_projects_image {
    width: 100%;
  }

  .flex-block {
    flex-direction: column;
  }

  .heading-15 {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .quote_1-2rem {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .lux_projects_quoteicon {
    width: 40px;
  }

  .lux_projects_quoteblock {
    flex-direction: column;
  }

  .image-58 {
    width: 100px;
  }

  .lux_work_icon, .lux_work_icon._4k {
    width: 8vw;
  }

  .lux_algvw_partitel {
    font-size: 16px;
  }

  .paragraph_1rem {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .lux_contact_pricequote {
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  ._5-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._5-grid.marge {
    grid-template-columns: 1fr;
  }

  .heading_l {
    text-align: left;
  }

  .fade_grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .hamburger-middle-2 {
    background-color: var(--luxxion);
  }

  .formfiled.last-name {
    border-top-width: 0;
    border-left-width: 1px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .formfiled.last-name:focus {
    border-bottom-left-radius: 0;
  }

  .formfiled.first-name {
    border-bottom-width: 0;
    border-right-width: 1px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .lux_contact_form {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .utility-page-wrap {
    background-size: cover;
    justify-content: center;
  }

  .utility-page-content {
    width: 80vw;
    clear: both;
    margin-left: auto;
  }

  .poi-image-100vw {
    margin-left: 0;
  }

  .slidelayer-1.tms {
    width: 87.5vw;
  }

  ._3-grid-buttons {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  ._3-grid-buttons.home {
    grid-template-columns: 1fr;
  }

  .products {
    width: 100vw;
  }

  .spacer-100-px {
    height: 60px;
  }

  .fade_1hl-l {
    height: 400vh;
  }

  .reference-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slidelayer-2.tms {
    width: 75vw;
  }

  .slidelayer-3.tms {
    width: 62.5vw;
  }

  .image-slider-text-holder {
    width: 140px;
  }

  .image-slider-logo {
    width: 25vw;
  }

  .grid-7 {
    width: 90vw;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-3 {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .engine_text {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .q-a-column {
    position: relative;
  }

  .table-arrow {
    width: 20px;
    display: inline-block;
  }

  .info-wrapper-2 {
    display: none;
  }

  .answer {
    overflow: visible;
  }

  .filter_mobile_imageholder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .lux_userpage_formblock {
    width: 100%;
    border-style: none;
  }

  .user-log-in-log-out {
    width: 40vw;
    margin-left: 30vw;
    margin-right: 30vw;
  }

  .footertext-2 {
    text-align: left;
    margin-left: auto;
    margin-right: 0;
  }

  .footer_logo {
    width: 60%;
  }

  .lux_scrolldiv {
    justify-content: center;
    display: flex;
  }

  .dropdown-toggle-3 {
    padding-right: 15vw;
  }

  .lux_brand-dropdown.w--current {
    position: static;
  }

  .div-block-62 {
    width: 100vw;
  }

  .logo-dyvixion {
    position: absolute;
  }

  .lux_project_scrolldownholder {
    display: none;
    bottom: 0;
  }

  .quote_1-2rem {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .lux_work_icon, .lux_work_icon._4k {
    width: 10vw;
  }

  .lux_algvw_partitel {
    white-space: normal;
  }

  .lux_contact_pricequote {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid_form_name {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lux_quote-form {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid_quote_form {
    grid-template-columns: 1fr;
  }
}

#w-node-_9f0dff4b-2069-f638-76b2-863cc9e58ae3-c8dd5abb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef2-c8dd5abb {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef3-c8dd5abb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef5-c8dd5abb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef7-c8dd5abb {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_874dbc27-e171-02dc-9584-6a660d52a070-c8dd5abb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_874dbc27-e171-02dc-9584-6a660d52a078-c8dd5abb {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_874dbc27-e171-02dc-9584-6a660d52a080-c8dd5abb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_874dbc27-e171-02dc-9584-6a660d52a088-c8dd5abb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_874dbc27-e171-02dc-9584-6a660d52a090-c8dd5abb {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d11-c8dd5abb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d14-c8dd5abb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d16-c8dd5abb {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d18-c8dd5abb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d1b-c8dd5abb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d1d-c8dd5abb {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d1f-c8dd5abb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d2d-c8dd5abb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d22-c8dd5abb {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d24-c8dd5abb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c2395304-9ae8-82fc-49bd-4d6397071247-c8dd5abb {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_9658e518-0b87-7670-0071-8f306cf5ceb6-c8dd5abb {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d27-c8dd5abb {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_023842f1-1c22-7b5e-07c6-9f806363f65d-c8dd5abb {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_016b0bd6-d16f-d519-e7a6-a882e87280bd-c8dd5abb {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d2a-c8dd5abb {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_91ef9e6b-ed1f-dab5-e922-e7c6066329c5-c8dd5abb {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-f2e245d3-7a73-7fae-429a-ddb4e3289b81-c8dd5abb {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-d25fee4b-93f3-ca86-95b9-673a90a475cd-c8dd5abb, #w-node-_8cd90df0-2552-4bb3-abb6-8bcd7d07fbad-c8dd5abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2dc858e-1cb0-2311-ea8f-94872c77218c-c8dd5abb {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-c7805e1c-a3ec-04cf-e374-28f117e2a43a-c8dd5abb, #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a443-c8dd5abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7805e1c-a3ec-04cf-e374-28f117e2a44c-c8dd5abb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c7805e1c-a3ec-04cf-e374-28f117e2a455-c8dd5abb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c7805e1c-a3ec-04cf-e374-28f117e2a45e-c8dd5abb {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3c649a2e-f0d9-bdaf-bb91-e5148d72718d-c8dd5abb, #w-node-d69f7529-2bea-a800-aacd-891dbfd70785-8ed67a96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d69f7529-2bea-a800-aacd-891dbfd7078a-8ed67a96 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-d69f7529-2bea-a800-aacd-891dbfd70799-8ed67a96 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_443be066-8504-0120-40a8-00bfd75bcebb-8ed67a96 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-d69f7529-2bea-a800-aacd-891dbfd707b4-8ed67a96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_443be066-8504-0120-40a8-00bfd75bcec2-8ed67a96 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_443be066-8504-0120-40a8-00bfd75bcec3-8ed67a96, #w-node-_443be066-8504-0120-40a8-00bfd75bcec6-8ed67a96 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d69f7529-2bea-a800-aacd-891dbfd707b9-8ed67a96 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-d69f7529-2bea-a800-aacd-891dbfd707b6-8ed67a96 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_87638965-57a6-9963-cf01-1a7c66cefbc3-8ed67a96 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-d69f7529-2bea-a800-aacd-891dbfd707be-8ed67a96 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf0c-c8dd5b4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf1a-c8dd5b4a {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf2a-c8dd5b4a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_02cfe7cb-4ab1-37c9-7bb5-3c1c023427ea-c8dd5b4a, #w-node-_9dc6088a-c78d-0dc2-9c8d-45e4546e1909-c8dd5b4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0cfbb742-2027-1de9-d1fb-6b7ef0298797-c8dd5b4a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0cfbb742-2027-1de9-d1fb-6b7ef0298798-c8dd5b4a {
  grid-area: 1 / 1 / 2 / 2;
}

#Contact_Field.w-node-_89128062-6c61-11e7-d1db-f670f9290e9e-c8dd5b4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89128062-6c61-11e7-d1db-f670f9290e9f-c8dd5b4a {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_4bf475d7-a5c8-b6e4-8dfc-bb2c83e12382-c8dd5b4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32dd2abc-365b-e466-fa1e-bdaf8abc709e-c8dd5b4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d816c7e7-3bb9-75cc-14b7-82154981bdf5-c8dd5b4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d816c7e7-3bb9-75cc-14b7-82154981bdf6-c8dd5b4e, #w-node-_1ff42bac-fc07-451c-da80-3694235e33c2-c8dd5b4e, #w-node-adc51725-9379-da63-4979-3204a755695e-c8dd5b4e, #w-node-_6242bdac-41ae-cd0b-06c3-373dc9854e23-c8dd5b4e, #w-node-ef2b3ebd-f949-9ae3-a9a2-888d8b20651a-c8dd5b4e, #w-node-_0c33620a-32c6-d8c1-54f1-bd1f44272be3-c8dd5b4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f63778-46fd-0976-a938-59c4b054b6d4-c8dd5b4e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_48f63778-46fd-0976-a938-59c4b054b6dc-c8dd5b4e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0ae55ce2-6d67-e11f-f2f5-eeff76daa584-c8dd5b4e, #w-node-_441a66de-9fc2-f6e7-ade0-fe134b384ec8-c8dd5b4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd1ffbed-76fb-ea42-6cee-10c6870e78a7-c8dd5b66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd1ffbed-76fb-ea42-6cee-10c6870e78b0-c8dd5b66 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ac6794e6-8141-4f74-ed41-6b840314d946-c8dd5bb8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35daa954-e516-e55e-1436-eda6328ac0d5-c8dd5bb8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_678d07a8-3cd3-1644-2f9c-156791bf556b-c8dd5bb8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5ce5ee91-96f0-d018-796f-1de57cb824a5-c8dd5bb8 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-f5d69f7a-8d7c-9b88-07af-2fe38ac03c5c-c8dd5bb8 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_91b7f7ce-c172-90c4-33df-3d7eab828019-c8dd5bb8 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-f1ca6ac3-e883-6e64-37f9-89e4efdf7dca-c8dd5bb8 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-ec91b2d8-8ac3-aced-5680-0ce094af6a6f-c8dd5bf8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a4c-c8dd5bf8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: baseline;
}

#w-node-_2dfaa9cf-822e-4c89-4b99-8cba93fd20d1-c8dd5bf8 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_2b8a950a-88dc-50d2-3e39-01cd0915e5f0-c8dd5bf8 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_0f6274c5-458a-695b-61da-0c6cc0d3a305-c8dd5bf8, #w-node-d3c7e24f-920a-587b-72a2-650dcd468989-c8dd5bf8 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a6a-c8dd5bf8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: baseline;
  justify-self: end;
}

#w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a6e-c8dd5bf8 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: baseline;
  justify-self: end;
}

#w-node-c3bff549-5ffe-1c62-aa34-51617ac24854-c8dd5bf8 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: baseline;
  justify-self: end;
}

#w-node-bb5da289-14c1-86de-8016-cf6eb0d0f7bf-c8dd5bf8 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_424ec047-fdb0-d995-4157-73dfee9e9c4e-c8dd5bf8 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2d6-5ec683fe {
  grid-area: 1 / 1 / 2 / 2;
}

#E-mail.w-node-_571f4615-134e-75db-e404-5874603ef2d9-5ec683fe {
  grid-area: 1 / 2 / 2 / 3;
}

#Website.w-node-_571f4615-134e-75db-e404-5874603ef2da-5ec683fe {
  grid-area: 2 / 1 / 3 / 2;
}

#Telefoon.w-node-_571f4615-134e-75db-e404-5874603ef2db-5ec683fe {
  grid-area: 2 / 2 / 3 / 3;
}

#field.w-node-_571f4615-134e-75db-e404-5874603ef2dc-5ec683fe {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2dd-5ec683fe {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2e1-5ec683fe {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2e5-5ec683fe {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2e9-5ec683fe {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2ea-5ec683fe {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2ec-5ec683fe {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2ef-5ec683fe {
  grid-area: 8 / 2 / 9 / 3;
}

#Production-time.w-node-_571f4615-134e-75db-e404-5874603ef2f1-5ec683fe {
  grid-area: 9 / 2 / 10 / 3;
}

#Budget.w-node-_571f4615-134e-75db-e404-5874603ef2f2-5ec683fe {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2f3-5ec683fe {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef2f5-5ec683fe {
  grid-area: 11 / 1 / 12 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef305-5ec683fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_571f4615-134e-75db-e404-5874603ef30e-5ec683fe {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_571f4615-134e-75db-e404-5874603ef317-5ec683fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_571f4615-134e-75db-e404-5874603ef324-5ec683fe {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_571f4615-134e-75db-e404-5874603ef32d-5ec683fe {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_571f4615-134e-75db-e404-5874603ef341-5ec683fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_571f4615-134e-75db-e404-5874603ef346-5ec683fe {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_9f0dff4b-2069-f638-76b2-863cc9e58ae3-c8dd5abb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef3-c8dd5abb {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef5-c8dd5abb {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef7-c8dd5abb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a070-c8dd5abb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a078-c8dd5abb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a080-c8dd5abb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a088-c8dd5abb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a090-c8dd5abb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d2d-c8dd5abb {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d24-c8dd5abb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c2395304-9ae8-82fc-49bd-4d6397071247-c8dd5abb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9658e518-0b87-7670-0071-8f306cf5ceb6-c8dd5abb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d27-c8dd5abb {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_023842f1-1c22-7b5e-07c6-9f806363f65d-c8dd5abb {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_016b0bd6-d16f-d519-e7a6-a882e87280bd-c8dd5abb {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d2a-c8dd5abb {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_91ef9e6b-ed1f-dab5-e922-e7c6066329c5-c8dd5abb {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-f2e245d3-7a73-7fae-429a-ddb4e3289b81-c8dd5abb {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-d2dc858e-1cb0-2311-ea8f-94872c77218c-c8dd5abb {
    grid-column-end: 5;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a43a-c8dd5abb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a443-c8dd5abb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a44c-c8dd5abb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a455-c8dd5abb {
    grid-area: 3 / 2 / 4 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a45e-c8dd5abb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bed-c8dd5abb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bef-c8dd5abb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bf1-c8dd5abb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_41bbe168-604b-f30a-b5cf-65d6cba6a508-c8dd5abb {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-d2f6e99f-af72-4407-2afc-c45efeb20328-c8dd5abb {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_3c649a2e-f0d9-bdaf-bb91-e5148d72718d-c8dd5abb, #w-node-d69f7529-2bea-a800-aacd-891dbfd70785-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd7078a-8ed67a96 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd70799-8ed67a96 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_443be066-8504-0120-40a8-00bfd75bcebb-8ed67a96 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_443be066-8504-0120-40a8-00bfd75bcec2-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b9-8ed67a96 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b6-8ed67a96 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_87638965-57a6-9963-cf01-1a7c66cefbc3-8ed67a96 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf0c-c8dd5b4a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf1a-c8dd5b4a {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf2a-c8dd5b4a {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf32-c8dd5b4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d816c7e7-3bb9-75cc-14b7-82154981bdf5-c8dd5b4e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1ff42bac-fc07-451c-da80-3694235e33c2-c8dd5b4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-adc51725-9379-da63-4979-3204a755695e-c8dd5b4e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0c33620a-32c6-d8c1-54f1-bd1f44272be3-c8dd5b4e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ae55ce2-6d67-e11f-f2f5-eeff76daa584-c8dd5b4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_35daa954-e516-e55e-1436-eda6328ac0d5-c8dd5bb8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_678d07a8-3cd3-1644-2f9c-156791bf556b-c8dd5bb8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5ce5ee91-96f0-d018-796f-1de57cb824a5-c8dd5bb8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f5d69f7a-8d7c-9b88-07af-2fe38ac03c5c-c8dd5bb8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_91b7f7ce-c172-90c4-33df-3d7eab828019-c8dd5bb8 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-f1ca6ac3-e883-6e64-37f9-89e4efdf7dca-c8dd5bb8 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a4c-c8dd5bf8 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a6a-c8dd5bf8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a6e-c8dd5bf8 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-c3bff549-5ffe-1c62-aa34-51617ac24854-c8dd5bf8 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-bb5da289-14c1-86de-8016-cf6eb0d0f7bf-c8dd5bf8 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_424ec047-fdb0-d995-4157-73dfee9e9c4e-c8dd5bf8 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2f5-5ec683fe {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef305-5ec683fe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef30e-5ec683fe {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef317-5ec683fe {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef324-5ec683fe {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef32d-5ec683fe {
    grid-area: 3 / 1 / 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef3-c8dd5abb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef5-c8dd5abb {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef7-c8dd5abb {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d18-c8dd5abb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d1b-c8dd5abb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d1d-c8dd5abb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d1f-c8dd5abb {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d2d-c8dd5abb {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d22-c8dd5abb {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d24-c8dd5abb {
    grid-row: 10 / 11;
  }

  #w-node-c2395304-9ae8-82fc-49bd-4d6397071247-c8dd5abb {
    grid-row: 11 / 12;
  }

  #w-node-_9658e518-0b87-7670-0071-8f306cf5ceb6-c8dd5abb {
    grid-row: 12 / 13;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d27-c8dd5abb {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_023842f1-1c22-7b5e-07c6-9f806363f65d-c8dd5abb {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_016b0bd6-d16f-d519-e7a6-a882e87280bd-c8dd5abb {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-cddbf2c9-a6dc-106f-d1b5-b9be35a19d2a-c8dd5abb {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_91ef9e6b-ed1f-dab5-e922-e7c6066329c5-c8dd5abb {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-f2e245d3-7a73-7fae-429a-ddb4e3289b81-c8dd5abb {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a44c-c8dd5abb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a455-c8dd5abb {
    grid-column: 2 / 3;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a45e-c8dd5abb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bed-c8dd5abb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bf1-c8dd5abb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_41bbe168-604b-f30a-b5cf-65d6cba6a508-c8dd5abb {
    grid-column: 2 / 3;
  }

  #w-node-d2f6e99f-af72-4407-2afc-c45efeb20328-c8dd5abb {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd70785-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd7078a-8ed67a96 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd70799-8ed67a96 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_443be066-8504-0120-40a8-00bfd75bcebb-8ed67a96 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b4-8ed67a96, #w-node-_443be066-8504-0120-40a8-00bfd75bcec2-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b9-8ed67a96 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf2a-c8dd5b4a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf32-c8dd5b4a {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_02cfe7cb-4ab1-37c9-7bb5-3c1c023427ea-c8dd5b4a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0cfbb742-2027-1de9-d1fb-6b7ef0298797-c8dd5b4a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0c33620a-32c6-d8c1-54f1-bd1f44272be3-c8dd5b4e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ac6794e6-8141-4f74-ed41-6b840314d946-c8dd5bb8, #w-node-_35daa954-e516-e55e-1436-eda6328ac0d5-c8dd5bb8, #w-node-_678d07a8-3cd3-1644-2f9c-156791bf556b-c8dd5bb8, #w-node-_5ce5ee91-96f0-d018-796f-1de57cb824a5-c8dd5bb8, #w-node-f5d69f7a-8d7c-9b88-07af-2fe38ac03c5c-c8dd5bb8, #w-node-_91b7f7ce-c172-90c4-33df-3d7eab828019-c8dd5bb8, #w-node-f1ca6ac3-e883-6e64-37f9-89e4efdf7dca-c8dd5bb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec91b2d8-8ac3-aced-5680-0ce094af6a6f-c8dd5bf8 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f0dff4b-2069-f638-76b2-863cc9e58ae3-c8dd5abb, #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef3-c8dd5abb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef5-c8dd5abb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e266d967-89de-2d65-5a6a-6b4ae80dfef7-c8dd5abb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a070-c8dd5abb {
    grid-column-end: 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a078-c8dd5abb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a080-c8dd5abb {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a088-c8dd5abb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_874dbc27-e171-02dc-9584-6a660d52a090-c8dd5abb {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-d2dc858e-1cb0-2311-ea8f-94872c77218c-c8dd5abb {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a43a-c8dd5abb {
    grid-column-end: 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a443-c8dd5abb {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a44c-c8dd5abb {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a455-c8dd5abb {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-c7805e1c-a3ec-04cf-e374-28f117e2a45e-c8dd5abb {
    grid-row: 9 / 10;
    grid-column-end: 2;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bed-c8dd5abb {
    grid-row-end: 3;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bef-c8dd5abb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_22396615-0aff-bcb5-31ee-f86ecf7d2bf1-c8dd5abb {
    grid-row: 6 / 7;
  }

  #w-node-_41bbe168-604b-f30a-b5cf-65d6cba6a508-c8dd5abb {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-d2f6e99f-af72-4407-2afc-c45efeb20328-c8dd5abb {
    grid-row: 10 / 11;
    grid-column-end: 2;
  }

  #w-node-_3c649a2e-f0d9-bdaf-bb91-e5148d72718d-c8dd5abb, #w-node-d69f7529-2bea-a800-aacd-891dbfd70785-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd7078a-8ed67a96 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd70799-8ed67a96 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b4-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_443be066-8504-0120-40a8-00bfd75bcec2-8ed67a96 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b9-8ed67a96 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d69f7529-2bea-a800-aacd-891dbfd707b6-8ed67a96 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf0c-c8dd5b4a {
    grid-column-end: 2;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf1a-c8dd5b4a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf2a-c8dd5b4a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f4f8b0d6-85b4-aab4-0c42-9136bd16bf32-c8dd5b4a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Contact_Name.w-node-_89128062-6c61-11e7-d1db-f670f9290e9a-c8dd5b4a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Contact_Email.w-node-_89128062-6c61-11e7-d1db-f670f9290e9b-c8dd5b4a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Contact_Website.w-node-_89128062-6c61-11e7-d1db-f670f9290e9c-c8dd5b4a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Contact_Phone.w-node-_89128062-6c61-11e7-d1db-f670f9290e9d-c8dd5b4a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Contact_Field.w-node-_89128062-6c61-11e7-d1db-f670f9290e9e-c8dd5b4a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_89128062-6c61-11e7-d1db-f670f9290e9f-c8dd5b4a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_48f63778-46fd-0976-a938-59c4b054b6d3-c8dd5b4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48f63778-46fd-0976-a938-59c4b054b6d4-c8dd5b4e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_48f63778-46fd-0976-a938-59c4b054b6dc-c8dd5b4e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0ae55ce2-6d67-e11f-f2f5-eeff76daa584-c8dd5b4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec91b2d8-8ac3-aced-5680-0ce094af6a6f-c8dd5bf8 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a4c-c8dd5bf8 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_2b8a950a-88dc-50d2-3e39-01cd0915e5f0-c8dd5bf8 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_3b91c024-f568-fdec-8d1f-68ff821d0a6e-c8dd5bf8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c3bff549-5ffe-1c62-aa34-51617ac24854-c8dd5bf8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_424ec047-fdb0-d995-4157-73dfee9e9c4e-c8dd5bf8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2d6-5ec683fe, #Voornaam.w-node-_571f4615-134e-75db-e404-5874603ef2d7-5ec683fe {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Achternaam.w-node-_571f4615-134e-75db-e404-5874603ef2d8-5ec683fe, #E-mail.w-node-_571f4615-134e-75db-e404-5874603ef2d9-5ec683fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Website.w-node-_571f4615-134e-75db-e404-5874603ef2da-5ec683fe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Telefoon.w-node-_571f4615-134e-75db-e404-5874603ef2db-5ec683fe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #field.w-node-_571f4615-134e-75db-e404-5874603ef2dc-5ec683fe {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2dd-5ec683fe {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2e1-5ec683fe {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2e5-5ec683fe {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2ea-5ec683fe {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2ec-5ec683fe {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2ef-5ec683fe {
    grid-area: 12 / 1 / 13 / 2;
  }

  #Production-time.w-node-_571f4615-134e-75db-e404-5874603ef2f1-5ec683fe {
    grid-area: 13 / 1 / 14 / 2;
  }

  #Budget.w-node-_571f4615-134e-75db-e404-5874603ef2f2-5ec683fe {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2f3-5ec683fe {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef2f5-5ec683fe {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef305-5ec683fe {
    grid-column-end: 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef30e-5ec683fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef317-5ec683fe {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef324-5ec683fe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef32d-5ec683fe {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_571f4615-134e-75db-e404-5874603ef346-5ec683fe {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@font-face {
  font-family: 'Metronic';
  src: url('https://assets.website-files.com/6195204a9eec8b596a98f74e/6195204a9eec8b7aea98f772_320B49_0_0.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}