:root {
  --purple: #584185;
  --white: white;
  --black: #0b011f;
  --sea-green: #0c9a58;
  --light-pink: #eeebf2;
  --light-purple: #cec8df;
  --sea-green-2: #c31515;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.screen--load {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load__img {
  width: 150px;
  height: 110px;
  margin-bottom: 30px;
}

.section--header {
  padding-top: 180px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.body {
  color: var(--purple);
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.container {
  max-width: 1100px;
}

.header__inner {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, 0));
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__brand__img {
  width: 100px;
}

.nav__brand {
  flex: 1;
}

.nav__menu {
  z-index: 20;
  width: 500px;
  height: 100vh;
  background-color: var(--purple);
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav__menu__a {
  z-index: 30;
  color: rgba(0, 0, 0, 0);
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  transition: all .2s;
}

.nav__menu__a:hover {
  color: var(--white);
}

.header__img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header__vertical--line {
  width: 3px;
  height: 100%;
  background-color: #fff;
}

.header__h {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2em;
}

.header__wrapper {
  border-left: 3px solid #fff;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.section--page-header {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.page-header__wrapper {
  border-left: 3px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  display: flex;
}

.page-header__h {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5em;
}

.header__overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(22, 15, 34, .73), rgba(22, 15, 34, .73));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-button {
  border: 2px solid var(--purple);
  color: var(--purple);
  cursor: pointer;
  background-color: rgba(88, 65, 133, .12);
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px 0 0;
  display: flex;
  position: relative;
}

.info-button.is--hide-mobile {
  background-color: #fff;
  margin-bottom: 45px;
  display: none;
}

.info-button__icon {
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: var(--purple);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  display: flex;
  position: relative;
}

.info-button__txt {
  z-index: 3;
  font-size: 18px;
  position: relative;
}

.section--index {
  background-color: rgba(88, 65, 133, .1);
  padding: 90px 60px;
}

.header__h--is-outline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
}

.load__bar {
  width: 200px;
  height: 3px;
  background-color: rgba(88, 65, 133, .12);
  border-radius: 2px;
  overflow: hidden;
}

.load__bar__progress {
  width: 1%;
  height: 100%;
  background-color: var(--purple);
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.general-h {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.general-h.is--no-margin {
  margin-bottom: 30px;
}

.index__grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.index__grid__item {
  background-color: var(--purple);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.index__grid__item:hover {
  opacity: .9;
}

.index__item__h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.section--faq {
  color: #150d25;
  padding: 90px 60px;
}

.faq__wrapper {
  margin-top: 30px;
}

.faq__single__top {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.faq__single__top__txt {
  font-size: 20px;
  font-weight: 500;
}

.faq__single__top__icon {
  font-size: 22px;
}

.faq__single__bottom {
  margin-bottom: 10px;
  overflow: hidden;
}

.faq__single__bottom__rich-txt {
  background-color: rgba(206, 200, 223, .25);
  border-radius: 5px;
  padding: 30px;
  overflow: hidden;
}

.screen--info-popup {
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-popup__inner {
  height: 100%;
  padding: 30px;
  overflow: auto;
}

.pop-up__header {
  z-index: 22;
  width: 100%;
  height: 200px;
  background-color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.pop-up__header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up__header__h {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.pop-up__header__inner {
  z-index: 2;
  text-align: center;
  position: relative;
}

.pop-up__header__p {
  color: var(--white);
  font-size: 18px;
}

.pop-up__header__overlay {
  z-index: 2;
  background-color: rgba(21, 15, 35, .73);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up__h {
  margin-top: 0;
  margin-bottom: 30px;
}

.pop-up__spec-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 60px;
  display: grid;
}

.pop-up__spec {
  background-color: rgba(88, 65, 133, .12);
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pop-up__spec__txt {
  color: var(--purple);
  font-size: 18px;
  font-weight: 400;
}

.pop-up__spec__txt.h {
  font-weight: 500;
}

.pop-up__spec__icon {
  width: 30px;
  height: 30px;
  background-color: var(--sea-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.pop-up__spec__icon.is--red {
  background-color: #c31515;
}

.pop-up__header__exit {
  z-index: 26;
  color: var(--white);
  cursor: pointer;
  padding: 15px;
  font-size: 28px;
  transition: all .2s;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.pop-up__header__exit:hover {
  transform: scale(1.2);
}

.pop-up__content {
  width: 100%;
  height: 100%;
  max-width: 600px;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.info-button__bg {
  z-index: 1;
  width: 0%;
  height: 100%;
  background-color: var(--purple);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav__menu-btn__icon {
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 1em;
  display: flex;
}

.index__single__icon {
  margin-right: 15px;
  font-size: 32px;
}

.nav__menu__wrapper {
  z-index: 38;
  width: 500px;
  height: 100vh;
  min-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-button {
  z-index: 26;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.info-button--is-mobile {
  color: var(--white);
  cursor: pointer;
  margin-right: 15px;
  font-size: 26px;
  line-height: 1em;
}

.sectie--overview {
  padding: 60px;
}

.overview__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.overview__single {
  width: 100%;
  color: var(--purple);
  background-color: rgba(88, 65, 133, .2);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  overflow: hidden;
}

.subtitle {
  color: var(--purple);
  font-weight: 500;
}

.nav__menu__switch {
  z-index: 30;
  background-color: var(--purple);
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

.nav__container {
  width: 100%;
  max-width: 2200px;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.overview__txt-wrapper {
  z-index: 4;
  align-items: center;
  padding: 20px 71px 20px 20px;
  display: flex;
  position: relative;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  margin-top: 10px;
}

.overview__single__icon {
  font-size: 32px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.over__single__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overview__specs {
  z-index: 2;
  height: 250px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: relative;
}

.overview__specs__single {
  z-index: 2;
  width: 90%;
  color: var(--white);
  flex-flow: wrap;
  flex: none;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.overview__specs__single__txt {
  font-size: 17px;
  font-weight: 400;
}

.overview__specs__single__txt.h {
  width: auto;
  word-break: break-all;
  flex: none;
  font-size: 17px;
  font-weight: 500;
}

.overview__single__spec__icon {
  line-height: 16px;
}

.section--controller {
  background-color: var(--light-pink);
  padding: 90px 60px;
}

.instructies__grid {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  transform-origin: 0 0;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0;
  transition: all .2s;
  display: flex;
  transform: scale(1);
}

.section--instructies {
  padding: 90px 60px;
}

.section--support {
  background-color: var(--light-pink);
  padding: 90px 60px;
}

.controller__wrapperr {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.header__info {
  z-index: 3;
  max-width: 600px;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.header__info__p {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 30px;
  font-weight: 500;
}

.header__info__wrapper {
  justify-content: flex-start;
  display: flex;
}

.controller__img__img {
  width: 500px;
}

.controller__img-wrapper {
  flex: none;
  margin-right: 15px;
  position: relative;
}

.controller__img-wrapper.is--new {
  opacity: .29;
}

.instructie__video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.controller__img__overlay {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  padding: 72px 58px 52px 50px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.controller__link {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.controller__link.is--one {
  cursor: pointer;
  transition: all .2s;
}

.controller__link.is--one:hover {
  background-color: rgba(255, 255, 255, .4);
}

.controller__link.is--two {
  cursor: pointer;
  transition: all .2s;
}

.controller__link.is--two:hover {
  background-color: rgba(255, 255, 255, .4);
}

.controller__link.is--three {
  cursor: pointer;
  transition: all .2s;
}

.controller__link.is--three:hover, .controller__link.is--start:hover {
  background-color: rgba(255, 255, 255, .4);
}

.controller__overlay__float {
  z-index: 3;
  width: 200px;
  padding: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: -100px;
}

.controller__img__overlay__p {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: rgba(59, 24, 128, .5);
  border-radius: 5px;
  padding: 15px;
  display: none;
}

.controller__img__overlay__p.is--one {
  display: block;
}

.controller__img__overlay__p.is--two, .controller__img__overlay__p.is--three {
  display: none;
}

.controller__img__overlay__p.is--start {
  display: block;
}

.header__info__line {
  width: 2px;
  height: 28px;
  background-color: var(--white);
  margin-right: 15px;
}

.instructie-video__cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(88, 65, 133, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instrucies__single {
  width: 100%;
  transform-origin: 0 0;
  cursor: pointer;
  border-radius: 5px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.instructie__title {
  font-size: 20px;
  font-weight: 400;
}

.instructie__video__icon {
  margin-top: 45px;
  margin-bottom: 15px;
  font-size: 52px;
}

.general-p {
  max-width: 420px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 400;
}

.info-button__txt-white {
  z-index: 3;
  color: var(--white);
  font-size: 18px;
  line-height: 1em;
  position: relative;
}

.info-button__nav-wrapper {
  z-index: 4;
  border: 2px solid var(--white);
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  margin-right: 15px;
  padding: 6px 15px;
  transition: all .2s;
  display: flex;
  position: static;
}

.info-button__nav-wrapper:hover {
  background-color: rgba(255, 255, 255, .21);
}

.header__spec {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.header__spec__txt {
  font-weight: 400;
  line-height: 1.2em;
}

.header__spec__txt.h {
  font-weight: 500;
}

.header__spec__icon {
  width: 20px;
  height: 22px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

.header__spec__icon.is--red {
  background-color: #c31515;
}

.header__spec__wrapper {
  max-width: 800px;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--purple);
  border-radius: 5px 5px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header__spec__h {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}

.header__flex {
  justify-content: space-between;
}

.header__specs__more {
  cursor: pointer;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.header__specs__more:hover {
  opacity: .7;
}

.div-block {
  display: flex;
}

.header__soecs__more__icon {
  margin-left: 5px;
  font-size: 20px;
}

.txt {
  font-weight: 500;
}

.overview__h {
  color: var(--black);
  text-transform: none;
  margin-bottom: 30px;
  font-weight: 600;
}

.overview__inner {
  margin-bottom: 120px;
}

.divider {
  width: 100%;
  height: 1px;
  max-height: 11px;
  min-height: 1px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 1px;
  flex: none;
  margin-top: 7px;
}

.heading {
  display: block;
}

.controller__wrapper-total {
  flex: none;
}

.controller__h {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
}

.section--properties {
  padding: 90px 60px;
}

.support__img {
  width: 500px;
  margin-top: 30px;
}

.footer {
  background-color: var(--black);
}

.footer__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.image {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.is--mobile {
  display: none;
}

.overviews__txt__people {
  background-color: var(--light-purple);
  border-radius: 3px;
  align-items: center;
  margin-left: 15px;
  padding: 8px 10px;
  display: flex;
}

.overview__txt__embed {
  width: 24px;
  margin-right: 5px;
  font-size: 26px;
}

.overview__txt {
  flex: 1;
}

.people__txt {
  font-weight: 400;
}

.image-2 {
  -webkit-text-stroke-color: var(--purple);
}

.image-3 {
  width: 22px;
}

@media screen and (max-width: 991px) {
  blockquote {
    color: var(--purple);
    background-color: rgba(206, 200, 223, .5);
    border-left-style: none;
    padding: 20px;
    font-size: 1rem;
  }

  .nav {
    z-index: 30;
  }

  .nav__brand__img {
    width: 80px;
  }

  .nav__menu {
    z-index: 20;
    width: 70vw;
    height: 100vh;
    background-color: var(--purple);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav__menu__a {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    font-weight: 500;
  }

  .header__h {
    display: inline;
  }

  .info-button.is--hide-mobile {
    display: none;
  }

  .faq__single__top__txt {
    font-weight: 500;
  }

  .faq__single__bottom {
    padding-right: 0;
  }

  .screen--info-popup {
    padding: 20px;
  }

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

  .nav__menu-btn__icon {
    color: var(--white);
    font-size: 28px;
  }

  .nav__menu__wrapper {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button {
    z-index: 30;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .info-button--is-mobile {
    margin-left: 0;
    margin-right: 5px;
    font-size: 24px;
    line-height: 1em;
    display: inline-block;
  }

  .nav__menu__switch {
    color: var(--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    word-break: break-all;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
  }

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

  .nav__menu__a-wrapper {
    padding-right: 15px;
  }

  .html-embed {
    font-size: 24px;
    line-height: 2.2em;
    display: inline-block;
  }

  .info-button__txt-white {
    color: #fff;
  }

  .info-button__nav-wrapper {
    border: 2px solid var(--white);
    align-items: center;
    padding: 5px 10px;
    display: flex;
  }

  .is--mobile {
    display: inline;
  }

  .is--desktop {
    display: none;
  }
}

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

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

  .nav__brand {
    padding-left: 0;
  }

  .header__h {
    font-size: 38px;
  }

  .header__wrapper {
    padding-bottom: 15px;
  }

  .section--page-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-header__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .page-header__h {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .section--index {
    padding: 60px 30px;
  }

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

  .section--faq {
    padding: 60px 30px;
  }

  .faq__single__top__txt {
    font-size: 18px;
  }

  .faq__single__bottom__rich-txt {
    padding: 15px;
    line-height: 1.5em;
  }

  .screen--info-popup {
    display: none;
  }

  .pop-up__spec {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    z-index: 3;
  }

  .menu-button.w--open {
    z-index: 22;
    background-color: rgba(0, 0, 0, 0);
  }

  .info-button--is-mobile {
    font-size: 32px;
  }

  .sectie--overview {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav__container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section--controller, .section--instructies, .section--support {
    padding: 60px 30px;
  }

  .controller__wrapperr {
    flex-direction: column;
  }

  .header__info__wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .controller__img-wrapper {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .support__p {
    color: var(--purple);
    margin-top: 15px;
  }

  .controller__overlay__float {
    padding: 5px;
  }

  .instrucies__single {
    width: 100%;
  }

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

  .section--properties {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 15px;
    padding-right: 0;
  }

  .nav__menu {
    width: 90vw;
  }

  .nav__menu__a {
    margin-bottom: 0;
  }

  .header__h {
    word-break: break-all;
    font-size: 26px;
  }

  .header__wrapper {
    padding-left: 15px;
  }

  .page-header__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .page-header__h {
    margin-bottom: 15px;
  }

  .info-button__txt {
    line-height: 1em;
  }

  .general-h {
    font-size: 22px;
    line-height: 1.2em;
  }

  .index__grid__item {
    min-height: 135px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
  }

  .index__item__h {
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
  }

  .faq__single__top__txt {
    line-height: 1.2em;
  }

  .index__single__icon {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 38px;
  }

  .nav__menu__wrapper {
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-button--is-mobile {
    margin-right: 0;
    font-size: 24px;
  }

  .sectie--overview {
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview__specs {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .overview__specs__single {
    width: 85%;
    flex-direction: column;
    align-items: flex-start;
  }

  .overview__specs__single__txt {
    word-break: break-all;
  }

  .overview__specs__single__txt.h {
    width: 100%;
    margin-bottom: 5px;
  }

  .controller__img__overlay {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 11vw 10vw 9vw 9vw;
  }

  .controller__link {
    border-radius: 3px;
  }

  .controller__overlay__float {
    bottom: 100%;
  }

  .info-button__txt-white {
    color: var(--white);
    font-size: 14px;
    line-height: 1em;
  }

  .info-button__nav-wrapper {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .header__spec__txt.h {
    word-break: break-all;
  }

  .is--hide-mobile, .overviews__txt__people {
    display: none;
  }
}

#w-node-c62c6846-a4c9-184c-d430-043a36e5b5be-6e52a293, #w-node-_412e33d9-02e9-c5e8-c968-165c179eeed5-6e52a293, #w-node-_3c54bf54-003a-9f6e-7b87-f25f0640d19a-6e52a293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9bd8cd7-518a-376e-4e94-a2a557fccb9b-6e52a293 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1bb0997a-c92d-a491-1e16-a204149a0173-6e52a293 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6fba48af-34af-3d58-ff8d-89b7ac0425ab-6e52a293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73ba18d5-3a3f-15f9-5b5a-670a2c899e2f-6e52a293 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ba18d5-3a3f-15f9-5b5a-670a2c899e36-6e52a293 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_73ba18d5-3a3f-15f9-5b5a-670a2c899e39-6e52a293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


