.dtx-cta {
  padding-left: calc(var(--column-fluid) * 1);
  padding-right: calc(var(--column-fluid) * 1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dtx-cta > * {
  --column-fluid: calc(100% / 10);
}
@media only screen and (max-width: 1440px) {
  .dtx-cta {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-cta > * {
    --column-fluid: calc(100% / 12);
  }
}
@media only screen and (max-width: 1260px) {
  .dtx-cta {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-cta > * {
    --column-fluid: calc(100% / 12);
  }
}
@media only screen and (max-width: 984px) {
  .dtx-cta {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-cta > * {
    --column-fluid: calc(100% / 12);
  }
}
.dtx-cta__left {
  width: calc(var(--column-fluid) * 4.5);
}
.dtx-cta__left .dtx-lazy {
  --ratio: 133%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dtx-cta__right {
  width: calc(var(--column-fluid) * 4);
}
.dtx-cta__right h2 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  font-size: max(3.6rem, min(calc(0.0740740741 * (100vw - 74.4rem) + 3.6rem), 10rem));
  line-height: 0.86;
  text-transform: uppercase;
}
.dtx-cta__right p {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
}
.dtx-cta__right a {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.75);
}

@media only screen and (max-width: 1920px) {
  .dtx-cta__right {
    width: calc(var(--column-fluid) * 4.5);
  }
}
@media only screen and (max-width: 1440px) {
  .dtx-cta__left {
    width: calc(var(--column-fluid) * 5);
  }
  .dtx-cta__right {
    width: calc(var(--column-fluid) * 6);
  }
}
@media only screen and (max-width: 744px) {
  .dtx-cta {
    flex-direction: column;
  }
  .dtx-cta__left {
    width: 100%;
    margin-bottom: calc(var(--container-padding) * 1);
  }
  .dtx-cta__right {
    width: 100%;
  }
}
#hero {
  position: relative;
}

.dtx-hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  height: 100vh;
  margin-top: calc(var(--header-height) * -1);
  padding-bottom: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
}
.dtx-hero__left {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: calc(var(--column-fluid) * 8);
}
.dtx-hero__left h1 {
  order: 2;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4.25);
  text-transform: uppercase;
}
.dtx-hero__left span {
  order: 1;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1.78;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.dtx-hero__left a {
  order: 3;
  width: -moz-fit-content;
  width: fit-content;
}
.dtx-hero__right {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(var(--column-fluid) * 2);
  color: #ffffff;
}
.dtx-hero__right:hover, .dtx-hero__right:focus {
  color: #ffffff;
}
.dtx-hero__right span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1);
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.75) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.25);
  font-size: max(2.6rem, min(calc(0.0162037037 * (100vw - 74.4rem) + 2.6rem), 4rem));
  line-height: 0.9;
  font-weight: 800;
  font-style: italic;
}
.dtx-hero__right span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  background-color: #ffffff;
  z-index: -1;
  opacity: 0.1;
}
.dtx-hero__right p {
  margin-bottom: 0;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
}
.dtx-hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--offset) * -1);
  right: calc(var(--offset) * -1);
}
.dtx-hero-image .dtx-lazy {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dtx-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
.dtx-hero-image .dtx-hero-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.dtx-hero-image video {
  width: 100%;
}

#product {
  position: relative;
  z-index: 2;
}

.dtx-products--desktop {
  position: relative;
  height: 100vh;
}
.dtx-products--desktop .dtx-products--background {
  position: absolute;
  right: calc(var(--offset) * -1);
  top: -100vh;
  bottom: 0;
  width: calc(100% + var(--offset) * 2);
  overflow-x: hidden;
  overflow-y: visible;
  transform-origin: right;
}
.dtx-products--desktop .dtx-products--background--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #009EE2;
  z-index: 2;
}
.dtx-products--desktop .dtx-products--background--extra {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  transform-origin: center;
  overflow: hidden;
}
.dtx-products--desktop .dtx-products--background--extra .dtx-inner {
  width: 35rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 350 2506' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2506 350 0v2506H0Z' fill='%23009EE2'/%3E%3C/svg%3E");
}
.dtx-products--desktop .dtx-products-list {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 2;
}
.dtx-products--desktop .dtx-products-list__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dtx-products--desktop .dtx-products-list__item__inner {
  position: relative;
  width: calc(var(--column-fluid) * 9);
  margin: 0 auto;
}
.dtx-products--desktop .dtx-products-list__item__inner:hover .dtx-lazy, .dtx-products--desktop .dtx-products-list__item__inner:focus .dtx-lazy {
  transform: scale(1.05);
}
.dtx-products--desktop .dtx-products-list__item__image {
  overflow: hidden;
}
.dtx-products--desktop .dtx-products-list__item__image .dtx-lazy {
  --ratio: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.dtx-products--desktop .dtx-products-list__item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.dtx-products--desktop .dtx-products-list__item__content__inner {
  position: absolute;
  bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.75);
  right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.75);
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.dtx-products--desktop .dtx-products-list__item__content p {
  margin-bottom: 0.6rem;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
}
.dtx-products--desktop .dtx-products-list__item__content:hover, .dtx-products--desktop .dtx-products-list__item__content:focus {
  color: #ffffff;
}
.dtx-products--desktop .dtx-products-list__item__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dtx-products--desktop .dtx-products-list__item__label {
  position: absolute;
  top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.25);
  right: -1rem;
  padding: 0.9rem calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.25);
  text-transform: uppercase;
  font-weight: 900;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  color: #ffffff;
}
.dtx-products--desktop .dtx-products-list__item__label::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 1rem;
  height: 1.4rem;
  clip-path: polygon(100% 0, 0 0, 0 65%);
}
.dtx-products--desktop .dtx-products-list__item__label--sold {
  background-color: #E52526;
}
.dtx-products--desktop .dtx-products-list__item__label--sold::after {
  background-color: #651010;
}
.dtx-products--desktop .dtx-products-list__item__label--new {
  background-color: #EC7507;
}
.dtx-products--desktop .dtx-products-list__item__label--new::after {
  background-color: #814107;
}
.dtx-products--desktop .dtx-products-list__item__label--option {
  background-color: #fcc203;
}
.dtx-products--desktop .dtx-products-list__item__label--option::after {
  background-color: #8b6b02;
}
.dtx-products--desktop .dtx-products-list--titel {
  --titelHeight: 0;
  position: absolute;
  top: calc(var(--titelHeight) + (max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem))* 4.5));
  left: 0;
  width: 100%;
  z-index: 2;
}
.dtx-products--desktop .dtx-products-list--titel h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.dtx-products--desktop .dtx-products-list--titel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.dtx-products--desktop .dtx-products-list--titel__item.dtx-active {
  z-index: 2;
}
.dtx-products--desktop .dtx-products-list--titel__item h3 {
  font-size: max(3rem, min(calc(0.0277777778 * (100vw - 74.4rem) + 3rem), 5.4rem));
  line-height: 1.07;
  text-transform: uppercase;
  font-style: italic;
}
.dtx-products--desktop .dtx-products-list--titel__item h3 span {
  display: block;
  color: #009EE2;
  font-style: normal;
}
.dtx-products--desktop .dtx-products-list--titel__item h3 a {
  color: #ffffff;
}
.dtx-products--desktop .dtx-btn-primary {
  --buttonHeight: 0;
  position: absolute;
  left: 0;
  bottom: calc(var(--buttonHeight) + max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.75);
  z-index: 3;
}

.dtx-products--mobile {
  --bg-height: 0;
  display: none;
  position: relative;
}
.dtx-products--mobile h2 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.25);
  text-transform: uppercase;
  font-weight: 600;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.dtx-products--mobile .swiper {
  width: calc(100% + (var(--offset)));
  margin-right: calc(var(--offset) * -1);
}
.dtx-products--mobile .dtx-products-list {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.75);
}
.dtx-products--mobile .dtx-products-list__item {
  position: relative;
  max-width: calc(var(--column-fluid) * 11);
  min-width: calc(var(--column-fluid) * 11);
}
.dtx-products--mobile .dtx-products-list__item__titel {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.75);
}
.dtx-products--mobile .dtx-products-list__item__titel h3 {
  font-size: max(3rem, min(calc(0.0277777778 * (100vw - 74.4rem) + 3rem), 5.4rem));
  line-height: 1.07;
  text-transform: uppercase;
  font-style: italic;
}
.dtx-products--mobile .dtx-products-list__item__titel h3 span {
  display: block;
  color: #009EE2;
  font-style: normal;
}
.dtx-products--mobile .dtx-products-list__item__titel h3 a {
  color: #ffffff;
}
.dtx-products--mobile .dtx-products-list__item__titel h3 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dtx-products--mobile .dtx-products-list__item__label {
  position: absolute;
  top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1);
  right: -1rem;
  z-index: 1;
  padding: 0.9rem calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.25);
  text-transform: uppercase;
  font-weight: 900;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  color: #ffffff;
}
.dtx-products--mobile .dtx-products-list__item__label::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 1rem;
  height: 1.4rem;
  clip-path: polygon(100% 0, 0 0, 0 65%);
}
.dtx-products--mobile .dtx-products-list__item__label--sold {
  background-color: #E52526;
}
.dtx-products--mobile .dtx-products-list__item__label--sold::after {
  background-color: #651010;
}
.dtx-products--mobile .dtx-products-list__item__label--new {
  background-color: #EC7507;
}
.dtx-products--mobile .dtx-products-list__item__label--new::after {
  background-color: #814107;
}
.dtx-products--mobile .dtx-products-list__item__label--option {
  background-color: #fcc203;
}
.dtx-products--mobile .dtx-products-list__item__label--option::after {
  background-color: #8b6b02;
}
.dtx-products--mobile .dtx-products-list__item__image {
  position: relative;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.25);
}
.dtx-products--mobile .dtx-products-list__item__image .dtx-lazy {
  --ratio: 55%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dtx-products--mobile .dtx-products-list__item:last-of-type {
  margin-right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 6);
}
.dtx-products--mobile a {
  width: -moz-fit-content;
  width: fit-content;
}
.dtx-products--mobile::before {
  content: "";
  position: absolute;
  left: calc(var(--offset) * -1);
  right: calc(var(--offset) * -1);
  bottom: calc((max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem)) * -1) - 1px);
  top: 0;
  z-index: -1;
  background-color: #009EE2;
}
.dtx-products--mobile::after {
  content: "";
  position: absolute;
  left: calc(var(--offset) * -1);
  right: calc(var(--offset) * -1);
  top: 0;
  height: var(--bg-height);
  z-index: -1;
  background-color: #090909;
}

#nieuws {
  background-color: #009EE2;
}

.dtx-nieuws {
  padding-top: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
  padding-bottom: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
}
.dtx-nieuws h2 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1.78;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.dtx-nieuws-list {
  display: grid;
}
.dtx-nieuws-list--small {
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.5);
  margin-bottom: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
}
.dtx-nieuws-list--small__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: solid 0.1rem #D9D9D9;
  padding-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
}
.dtx-nieuws-list--small__item h3 {
  order: 2;
  flex-grow: 1;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  font-size: max(2rem, min(calc(0.0046296296 * (100vw - 74.4rem) + 2rem), 2.4rem));
  line-height: 0.9;
  text-transform: uppercase;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-nieuws-list--small__item span {
  order: 1;
  margin-bottom: max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem));
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-nieuws-list--small__item a {
  order: 3;
  width: -moz-fit-content;
  width: fit-content;
}
.dtx-nieuws-list--small__item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dtx-nieuws-list--small__item:hover h3,
.dtx-nieuws-list--small__item:hover span,
.dtx-nieuws-list--small__item:hover a, .dtx-nieuws-list--small__item:focus h3,
.dtx-nieuws-list--small__item:focus span,
.dtx-nieuws-list--small__item:focus a {
  color: rgba(255, 255, 255, 0.8);
}
.dtx-nieuws-list--highlight {
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.5);
}
.dtx-nieuws-list--highlight__item {
  position: relative;
}
.dtx-nieuws-list--highlight__item__image {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  overflow: hidden;
}
.dtx-nieuws-list--highlight__item__image .dtx-lazy {
  --ratio: 60%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-nieuws-list--highlight__item__content h3 {
  text-transform: uppercase;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.25);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-nieuws-list--highlight__item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dtx-nieuws-list--highlight__item:hover .dtx-lazy, .dtx-nieuws-list--highlight__item:focus .dtx-lazy {
  transform: scale(1.025);
}
.dtx-nieuws-list--highlight__item:hover h3, .dtx-nieuws-list--highlight__item:focus h3 {
  color: rgba(255, 255, 255, 0.8);
}

.dtx-e-powercars {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dtx-e-powercars__left {
  display: flex;
  flex-direction: column;
  width: calc(var(--column-fluid) * 4 - (max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25));
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.75) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4.5);
  background-color: #E52526;
}
.dtx-e-powercars__left h2 {
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.dtx-e-powercars__left p {
  flex-grow: 1;
  font-size: max(2.6rem, min(calc(0.0162037037 * (100vw - 74.4rem) + 2.6rem), 4rem));
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}
.dtx-e-powercars__left a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.dtx-e-powercars__right {
  position: relative;
  width: calc(var(--column-fluid) * 8);
}
.dtx-e-powercars__right .dtx-lazy {
  --ratio: 69%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dtx-e-powercars__right::after {
  content: "";
  position: absolute;
  right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.25);
  bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.25);
  z-index: 2;
  width: max(12rem, min(calc(0.0925925926 * (100vw - 74.4rem) + 12rem), 20rem));
  height: max(1.8rem, min(calc(0.0046296296 * (100vw - 74.4rem) + 1.8rem), 2.2rem));
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 182 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.63 3.426C23.946 1.13 26.73 0 29.982 0c2.636 0 4.78.87 6.447 2.644 1.668 1.773 2.489 3.947 2.489 6.565.147 6.33-5.215 11.904-11.784 11.79-2.61 0-4.747-.903-6.447-2.67-1.668-1.773-2.521-3.947-2.521-6.502 0-3.31 1.142-6.1 3.458-8.395l.006-.006Zm.706 13.448c1.263 1.366 2.963 2.059 5.074 2.059 2.61 0 4.836-.928 6.626-2.79 1.79-1.888 2.694-4.15 2.694-6.794 0-2.123-.647-3.864-1.905-5.23-1.257-1.367-2.931-2.06-5.01-2.06-2.636 0-4.862.928-6.684 2.816-1.79 1.855-2.694 4.092-2.694 6.736 0 2.123.648 3.89 1.905 5.256l-.006.007ZM56.894 17.338 63.75.318h2.553l-8.59 20.356h-2.488L53.083 3.947l-6.89 16.727h-2.52L40.889.318h2.373l2.11 17.02 6.8-17.02h2.669l2.053 17.02ZM66.034 20.674l2.9-20.356h13.451l-.32 2.09H70.837L69.87 9.26h10.905l-.295 2.09H69.575l-1.027 7.233h11.226l-.295 2.091H66.027h.007ZM122.196 17.28c-2.405 2.466-5.395 3.718-9 3.718-2.842 0-5.157-.87-6.915-2.644-1.758-1.773-2.636-4.035-2.636-6.825 0-3.515 1.173-6.305 3.489-8.396C109.45 1.043 112.349 0 115.781 0c3.227 0 5.863 1.277 7.884 3.832l-3.284 2.873c-1.347-1.773-3.047-2.67-5.132-2.67-1.79 0-3.432.668-4.895 2.003-1.437 1.334-2.168 3.133-2.168 5.37 0 1.716.501 3.05 1.527 4.067 1.026.986 2.348 1.481 3.926 1.481 2.373 0 4.394-.928 6.036-2.79l2.521 3.108v.006ZM137.489.318l5.131 20.356h-4.368l-1.084-4.01h-7.942l-2.168 4.01h-4.663L133.332.318h4.163-.006Zm-2.784 5.866-3.49 6.648h5.1l-1.61-6.648ZM171.313 12.107c-3.432-.724-5.363-2.67-5.363-5.663 0-1.976.789-3.54 2.374-4.703C169.934.578 171.839 0 174.071 0c3.374 0 6.216 1.449 7.769 3.337l-3.195 2.872c-1.142-1.366-3.021-2.262-5.01-2.262-1.989 0-3.284.902-3.284 2.205 0 1.017.878 1.652 2.636 1.945l2.284.438c3.868.725 5.805 2.67 5.805 5.835 0 1.976-.789 3.571-2.373 4.792-1.585 1.22-3.695 1.83-6.364 1.83-3.637 0-6.742-1.652-8.384-3.89l3.163-2.815c1.526 1.83 3.399 2.758 5.625 2.758 2.374 0 3.926-1.017 3.926-2.409 0-.96-.879-1.627-2.611-1.944l-2.758-.579.013-.006ZM14.889 1.945C13.689.87 12.073.318 10.052.318H2.899l-.295 2.09h7.448c2.726 0 4.394 1.367 4.394 3.719 0 3.254-2.226 4.995-5.626 4.995H1.36L0 20.674h2.226l1.058-7.493h4.927c5.363 0 8.5-2.67 8.5-7.054 0-1.716-.616-3.108-1.816-4.182h-.006ZM101.032 6.127c0-1.716-.584-3.108-1.79-4.182C98.043.87 96.427.318 94.38.318h-7.152l-.295 2.09h7.447c2.726 0 4.394 1.367 4.394 3.719 0 3.254-2.226 4.995-5.626 4.995h-7.46l-1.36 9.552h2.226l1.058-7.493h5.273l4.074 7.493h2.373l-4.22-7.753c3.662-.725 5.92-3.223 5.92-6.794ZM163.313 6.68c0-1.945-.673-3.515-1.995-4.646-1.321-1.131-3.047-1.716-5.131-1.716h-8.353l-.564 3.978h8.012c2.258 0 3.637.96 3.637 2.612 0 1.977-1.61 3.28-4.747 3.28h-7.736l-1.495 10.486h4.369l.936-6.533h3.49l3.105 6.533h4.952l-3.458-7.232c3.08-1.163 4.985-3.54 4.985-6.769l-.007.007Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.dtx-home-image {
  position: relative;
}
.dtx-home-image__inner {
  width: calc(100% + var(--offset) * 2);
  margin-left: calc(var(--offset) * -1);
}
.dtx-home-image__inner .dtx-lazy {
  --ratio: 60%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.dtx-quote {
  padding-left: calc(var(--column-fluid) * 3);
  padding-right: calc(var(--column-fluid) * 0);
}
.dtx-quote > * {
  --column-fluid: calc(100% / 9);
}
@media only screen and (max-width: 1440px) {
  .dtx-quote {
    padding-left: calc(var(--column-fluid) * 2);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-quote > * {
    --column-fluid: calc(100% / 11);
  }
}
@media only screen and (max-width: 1260px) {
  .dtx-quote {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-quote > * {
    --column-fluid: calc(100% / 12);
  }
}
@media only screen and (max-width: 984px) {
  .dtx-quote {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-quote > * {
    --column-fluid: calc(100% / 12);
  }
}
.dtx-quote blockquote {
  position: relative;
}
.dtx-quote blockquote p {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.75);
  font-size: max(3.6rem, min(calc(0.0740740741 * (100vw - 74.4rem) + 3.6rem), 10rem));
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.dtx-quote blockquote figcaption {
  text-transform: uppercase;
  font-weight: 700;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 1.78;
}
.dtx-quote blockquote::before {
  content: "";
  position: absolute;
  left: calc(var(--column-fluid) * -3);
  top: 0;
  width: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.75);
  height: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.75);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0H0v24L20 0ZM44 0H24v24L44 0Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.dtx-reviews-list {
  display: flex;
  flex-direction: column;
}
.dtx-reviews-list__item {
  position: relative;
  height: max(10rem, min(calc(0.0231481481 * (100vw - 74.4rem) + 10rem), 12rem));
  max-height: max(10rem, min(calc(0.0231481481 * (100vw - 74.4rem) + 10rem), 12rem));
  pointer-events: all;
  overflow: hidden;
}
.dtx-reviews-list__item__titel {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  border-top: solid 0.1rem #ffffff;
  border-bottom: solid 0.1rem #ffffff;
  overflow: hidden;
}
.dtx-reviews-list__item__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 75% 25%;
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  color: #ffffff;
  background-color: #009EE2;
  transition: clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.dtx-reviews-list__item h3 {
  margin-bottom: 0;
  font-size: max(2rem, min(calc(0.0138888889 * (100vw - 74.4rem) + 2rem), 3.2rem));
  line-height: 1;
  letter-spacing: 0.4px;
}
.dtx-reviews-list__item h3 span {
  margin-right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  white-space: nowrap;
}
.dtx-reviews-list__item__score {
  margin-bottom: 0;
  text-align: right;
  font-size: max(2rem, min(calc(0.0138888889 * (100vw - 74.4rem) + 2rem), 3.2rem));
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.4px;
}
.dtx-reviews-list__item__score--total {
  margin-bottom: 0;
  text-align: right;
  font-size: max(1.8rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.8rem), 2rem));
  font-weight: 500;
  letter-spacing: 0.4px;
}
.dtx-reviews-list__item__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  font-size: max(1.4rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.4rem), 1.6rem));
  letter-spacing: 0.4px;
}
.dtx-reviews-list__item:hover .dtx-reviews-list__item__content, .dtx-reviews-list__item:focus .dtx-reviews-list__item__content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media only screen and (max-width: 1440px) {
  .dtx-e-powercars__left {
    padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  }
  .dtx-quote blockquote::before {
    --column-fluid: calc(100% / 10);
    left: calc(var(--column-fluid) * -2);
  }
}
@media only screen and (max-width: 1260px) {
  .dtx-quote blockquote::before {
    position: relative;
    top: unset;
    left: unset;
    display: inline-block;
  }
  .dtx-quote blockquote p {
    margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4);
  }
}
@media only screen and (max-width: 984px) {
  .dtx-hero {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
  }
  .dtx-hero-image {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: calc(100% + var(--offset) * 2);
    margin-left: calc(var(--offset) * -1);
    margin-right: calc(var(--offset) * -1);
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 6.75);
    padding-bottom: 75%;
  }
  .dtx-hero-image .dtx-lazy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .dtx-hero-image::before {
    background-color: rgba(9, 9, 9, 0.4);
  }
  .dtx-hero__left {
    width: 100%;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  }
  .dtx-hero__right {
    width: 100%;
    font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  }
  .dtx-hero__right span {
    padding: 0.8rem;
    font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
    clip-path: none;
    background-color: #009EE2;
    opacity: 1;
  }
  .dtx-products--desktop {
    display: none;
  }
  .dtx-products--desktop--background {
    display: none;
  }
  .dtx-products--mobile {
    display: block;
  }
  .dtx-nieuws-list--small {
    grid-template-columns: 1fr;
    row-gap: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4);
  }
  .dtx-nieuws-list--highlight {
    grid-template-columns: 1fr;
    row-gap: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4);
  }
  .dtx-e-powercars {
    flex-direction: column;
  }
  .dtx-e-powercars__left {
    width: 100%;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
    padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4) calc(var(--column-fluid) * 0.5);
  }
  .dtx-e-powercars__right {
    width: 100%;
  }
}
@media only screen and (max-width: 744px) {
  .dtx-e-powercars__left {
    padding: var(--container-padding);
  }
  .dtx-e-powercars__right {
    width: 100%;
  }
  .dtx-e-powercars__right::after {
    bottom: var(--container-padding);
    right: var(--container-padding);
  }
  .dtx-nieuws-list--small {
    row-gap: var(--container-padding);
  }
  .dtx-nieuws-list--highlight {
    row-gap: var(--container-padding);
  }
  .dtx-reviews-list__item {
    pointer-events: none;
    cursor: normal;
    margin-left: calc(var(--container-padding) * -1);
    margin-right: calc(var(--container-padding) * -1);
  }
  .dtx-reviews-list__item__titel {
    display: none;
  }
  .dtx-reviews-list__item__content {
    display: flex;
    flex-direction: column;
    border-top: solid 0.1rem #ffffff;
    border-bottom: solid 0.1rem #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #090909;
  }
  .dtx-reviews-list__item__score {
    display: none;
  }
  .dtx-reviews-list__item__score--total {
    display: none;
  }
  .dtx-reviews-list__item__stars {
    height: 100%;
    align-items: flex-end;
  }
}