/******************
Import
******************/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
#cookie-notice {
  background: transparent !important;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  background: #242429;
  padding: 1.6rem;
  text-align: left;
}
#cookie-notice #cn-notice-text {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
#cookie-notice #cn-notice-text a {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice #cn-notice-buttons {
  margin-left: 2.4rem;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
  margin-right: 10px;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: #fbba01;
  color: #fff;
  font-weight: bold;
  padding: 0 3.2rem;
  border-radius: 0;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 100%;
  transition: all 0.2s ease;
  margin-left: auto;
  white-space: nowrap;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  background: #fec217;
}
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: none;
  border: 1px solid #fff;
}
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: #fbba01;
  color: #fff;
  border-color: #fbba01;
}
.cn-close-icon {
  margin-top: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 4rem !important;
  height: 4rem !important;
}
.cn-close-icon:after,
.cn-close-icon:before {
  top: 1.2rem !important;
}
@media only screen and (max-width: 767px) {
  #cookie-notice .cookie-notice-container {
    flex-direction: column;
    align-items: flex-start;
  }
  #cookie-notice #cn-notice-buttons {
    margin-left: 0;
    margin-top: 0.8rem;
    width: 100%;
  }
  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-more-info {
    margin: 0;
    height: 4rem;
    font-size: 1.4rem;
  }
  .cn-close-icon {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.cookie-settings-modal .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close::before,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 16px;
  height: 3px;
  left: 11px;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0px !important;
}
.cookie-settings-modal ul li {
  padding-left: 0 !important;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 9px !important;
  width: 13px !important;
  height: 13px !important;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 13px no-repeat;
  content: "";
  background-color: transparent !important;
  border-radius: 0 !important;
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  font-size: 20px !important;
  margin-top: 0;
  font-weight: bold !important;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 28px !important;
}
.cookie-settings-modal .button {
  line-height: 100%;
  background: #fbba01;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin: 32px 0 0;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}
.cookie-settings-modal .button:hover {
  background: #fec217;
}
.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
/******************
Browser reset
******************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
html {
  font-size: 62.5%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/******************
General
******************/
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.hidden {
  overflow: hidden;
  display: none;
}
/******************
Float & Align
******************/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/******************
Mixins
******************/
.transit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@font-face {
  font-family: 'planet_estyleregular';
  src: url('../fonts/plane__-webfont.eot');
  src: url('../fonts/plane__-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/plane__-webfont.woff') format('woff'), url('../fonts/plane__-webfont.ttf') format('truetype'), url('../fonts/plane__-webfont.svg#planet_estyleregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Regular';
  src: url('../fonts/Raleway-Regular.ttf');
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Bold';
  src: url('../fonts/Raleway-Bold.ttf');
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Raleway Medium';
  src: url('../fonts/Raleway-Medium.ttf');
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway SemiBold';
  src: url('../fonts/Raleway-SemiBold.ttf');
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
.purplegradient {
  background: -moz-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8a1f5a), color-stop(100%, #6c1847));
  background: -webkit-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -o-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -ms-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: linear-gradient(to right, #8a1f5a 0%, #6c1847 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a1f5a', endColorstr='#6c1847', GradientType=1);
}
/******************
Sprite
******************/
.sprite {
  background: url('../images/sprite.png') no-repeat;
}
.flex-direction-nav {
  display: none;
  visibility: hidden;
}
.col-1-2.fn {
  float: none;
}
/******************
Grid
******************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  max-width: 100%;
  width: 144rem;
  padding: 0 1.6rem;
}
.cntr {
  max-width: 144rem;
  position: relative;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/******************
Columns
******************/
.col-1-1 {
  float: none;
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.6666%;
}
/******************
Text & Fonts
******************/
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: normal;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-weight: normal;
}
.times {
  font-family: "Times New Roman", Times, Garamond, serif;
  font-weight: normal;
}
.planet {
  font-family: "planet_estyleregular", sans-serif;
  letter-spacing: 0.02em;
}
.montreg {
  font-family: 'Montserrat Regular';
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.02em;
}
.ralewayreg {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
}
.ralewaybold {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
}
.ralewaymedium {
  font-family: 'Raleway Medium';
  letter-spacing: 0.02em;
}
.ralewaysemibold {
  font-family: 'Raleway SemiBold';
  letter-spacing: 0.02em;
}
.montbold {
  font-family: 'Montserrat Bold';
  font-weight: normal !important;
  letter-spacing: 0.02em;
}
.indent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*
 * Headings
 *
 * Op basis van Figma:
 * - H2: Raleway Bold 4.4rem #77274F line-height 1.1 (node 2:57)
 * - H5: Raleway Bold 1.8rem zwart line-height 1.7  (node 2:58, kleur op verzoek zwart)
 *
 * H1 is proportioneel groter dan H2; H3 en H4 zijn proportioneel kleiner
 * met dezelfde paarse kleur en line-height. H6 volgt H5-stijl met kleinere
 * font-size.
 */
h1 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 6.4rem;
  line-height: 1;
  color: #77274F;
  margin-bottom: 1.6rem;
}
h2 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 4.4rem;
  line-height: 1;
  color: #77274F;
  margin-bottom: 1.6rem;
}
h3 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 3.4rem;
  line-height: 1;
  color: #77274F;
  margin-bottom: 1.6rem;
}
h4 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 2.6rem;
  line-height: 1;
  color: #77274F;
  margin-bottom: 1.6rem;
}
body.page-template-page-kaart h4 {
  margin-bottom: 0;
}
h5 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.6rem;
}
h6 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFB600;
  margin-bottom: 1.6rem;
}
a {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #8a1f5a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #474747;
  margin-bottom: 2.4rem;
}
ul {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
}
li {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
}
span {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
}
strong {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
}
.editor h1,
.article h1 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 7.6rem;
  line-height: 7.6rem;
  color: #31323B;
  margin-bottom: 0.8rem !important;
}
.editor p,
.article p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #474747;
  margin-bottom: 2.4rem;
}
.editor ul,
.article ul {
  margin-bottom: 2.4rem;
}
.editor ul li,
.article ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.6rem;
  padding-left: 2rem;
  color: #474747;
}
.editor ul li:before,
.article ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.6rem;
  width: 0.9rem;
  height: 1.2rem;
  background-image: url("/wp-content/themes/technolease/static/images/list-svg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.editor ol,
.article ol {
  margin-bottom: 2.4rem;
  counter-reset: section;
}
.editor ol li,
.article ol li {
  position: relative;
  counter-increment: section;
  font-size: 1.5rem;
  line-height: 2.6rem;
  padding-left: 2rem;
  color: #474747;
}
.editor ol li:before,
.article ol li:before {
  content: counter(section) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  color: purple;
}
.editor img,
.article img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .editor h1 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .editor h1 br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .editor h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
/******************
Form
******************/
.form p,
.wpcf7-form p {
  padding: 0 20px 0 0;
  margin-bottom: 5px;
}
.form .row,
.wpcf7-form .row,
.form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  padding: 0 0 5px 0;
}
.form .row.werkzaamheden,
.wpcf7-form .row.werkzaamheden,
.form .wpcf7-form-control-wrap.werkzaamheden,
.wpcf7-form .wpcf7-form-control-wrap.werkzaamheden {
  overflow: hidden;
}
.form .row.werkzaamheden .wpcf7-list-item,
.wpcf7-form .row.werkzaamheden .wpcf7-list-item,
.form .wpcf7-form-control-wrap.werkzaamheden .wpcf7-list-item,
.wpcf7-form .wpcf7-form-control-wrap.werkzaamheden .wpcf7-list-item {
  width: 50%;
  float: left;
}
.form .input-text,
.wpcf7-form .input-text,
.form .wpcf7-date,
.wpcf7-form .wpcf7-date,
.form .wpcf7-text,
.wpcf7-form .wpcf7-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  line-height: 20px;
  color: #7f7d7d;
  width: 100%;
  height: 50px;
  padding: 16px;
  font-size: 13px;
  border: 1px solid #e4d3dd;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
.form .input-text:focus,
.wpcf7-form .input-text:focus,
.form .wpcf7-date:focus,
.wpcf7-form .wpcf7-date:focus,
.form .wpcf7-text:focus,
.wpcf7-form .wpcf7-text:focus {
  -webkit-box-shadow: 0 0 3px #e0e0e0;
  -moz-box-shadow: 0 0 3px #e0e0e0;
  box-shadow: 0 0 3px #e0e0e0;
  border: 1px solid #d4d4d4;
}
.form .input-text.large,
.wpcf7-form .input-text.large,
.form .wpcf7-date.large,
.wpcf7-form .wpcf7-date.large,
.form .wpcf7-text.large,
.wpcf7-form .wpcf7-text.large {
  height: 42px;
  padding: 11px 12px;
  font-size: 12px;
  border: 2px solid #ededed;
}
.form .input-text.large:focus,
.wpcf7-form .input-text.large:focus,
.form .wpcf7-date.large:focus,
.wpcf7-form .wpcf7-date.large:focus,
.form .wpcf7-text.large:focus,
.wpcf7-form .wpcf7-text.large:focus {
  border: 2px solid green;
}
.form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ok {
  background: #bfdc75;
  border: 1px solid #a3cc38;
  color: #ffffff;
  margin: 0;
  padding: 12px 28px;
}
.form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-validation-errors {
  color: #ffffff;
  border: 0;
  padding: 12px 28px;
  margin: 0;
  background: #eb8995;
  border: 1px solid #e0485a;
}
.form .textarea,
.wpcf7-form .textarea,
.form .wpcf7-textarea,
.wpcf7-form .wpcf7-textarea {
  display: inline-block;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  font-size: 11px;
  height: 30px;
  padding: 5px 12px;
  line-height: 20px;
  color: #7f7d7d;
  border: 1px solid #ededed;
  width: 100%;
  height: auto;
  resize: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}
.form .textarea:focus,
.wpcf7-form .textarea:focus,
.form .wpcf7-textarea:focus,
.wpcf7-form .wpcf7-textarea:focus {
  -webkit-box-shadow: 0 0 3px #e0e0e0;
  -moz-box-shadow: 0 0 3px #e0e0e0;
  box-shadow: 0 0 3px #e0e0e0;
  border: 1px solid #d4d4d4;
}
.form .textarea.large,
.wpcf7-form .textarea.large,
.form .wpcf7-textarea.large,
.wpcf7-form .wpcf7-textarea.large {
  height: 42px;
  padding: 11px 12px;
  font-size: 12px;
  border: 2px solid #ededed;
}
.form .textarea.large:focus,
.wpcf7-form .textarea.large:focus,
.form .wpcf7-textarea.large:focus,
.wpcf7-form .wpcf7-textarea.large:focus {
  border: 2px solid green;
}
.form .input-button,
.wpcf7-form .input-button {
  display: inline-block;
  padding: 17px 22px;
}
.form .wpcf7-submit,
.wpcf7-form .wpcf7-submit {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-appearance: none;
  background: #8a1f5a;
  color: #ffffff;
  border: 0;
  font-weight: bold !important;
  -webkit-font-smoothing: antialiased;
  height: 5rem !important;
  padding: 0 3.2rem !important;
  font-size: 1.4rem !important;
  cursor: pointer;
  margin-top: 1.6rem;
}
.form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:hover {
  background: #ab2670;
}
.form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 29px;
  font-size: 11px;
  color: #e0485a;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ededed;
}
.form .wpcf7-not-valid-tip-no-ajax,
.wpcf7-form .wpcf7-not-valid-tip-no-ajax {
  display: block;
  color: #f00;
}
.form .wpcf7-list-item,
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-display-none,
.wpcf7-form .wpcf7-display-none {
  display: none;
}
.form .wpcf7 img.ajax-loader,
.wpcf7-form .wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 0;
}
.form .wpcf7 div.ajax-error,
.wpcf7-form .wpcf7 div.ajax-error {
  display: none;
}
.form .wpcf7 .placeheld,
.wpcf7-form .wpcf7 .placeheld {
  color: #888;
}
/******************
TablePress
******************/
.tablepress thead {
  line-height: 14px !important;
}
.tablepress thead th {
  background: none !important;
}
.tablepress.shortlease .column-4 {
  background: #a3cc38 !important;
  color: #ffffff !important;
}
.tablepress.shortlease .column-5 {
  background: orange !important;
  color: #ffffff !important;
}
.tablepress.shortlease .column-6 {
  background: #e0485a !important;
  color: #ffffff !important;
}
.tablepress caption {
  display: none;
}
/******************
Video
******************/
.fluidcontainer {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  border: 4px solid #8a1f5a;
}
.fluidcontainer .thumb {
  position: absolute;
  top: -20%;
  left: -20%;
  bottom: 0;
  right: 0;
  width: 140%;
  height: 140%;
}
.fluidcontainer .overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
}
.fluidcontainer .overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 20px;
  margin-top: -16px;
  margin-left: -9px;
  background: url('../images/sprite.png') no-repeat;
  background-position: -180px 0;
}
/******************
Buttons
******************/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  color: #989797;
  text-decoration: none;
  padding: 0 3.2rem;
  font-size: 1.5rem;
  font-weight: normal;
  border: 0;
  height: 5rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.btn:hover {
  background: #fafafa;
}
.btn.yellow {
  background: #FFB600;
  color: #ffffff !important;
  font-weight: bold;
}
.btn.yellow a {
  color: white;
}
.btn.yellow:hover {
  background: #8a1f5a;
}
.btn.purple {
  color: #ffffff;
  font-weight: bold;
  background: #8a1f5a;
  border: 1px solid #8a1f5a;
}
.btn.purple:hover {
  background: #a51f76;
}
.btn.ghost {
  border: 0.1rem solid #31323b;
  background: transparent;
  color: #31323b !important;
}
.btn.ghost:hover {
  background: #8a1f5a;
  border: 0.1rem solid #8a1f5a;
  color: white !important;
}
.btn.afspraak {
  padding-left: 50px !important;
}
.btn.afspraak .icon {
  width: 25px;
  height: 25px;
}
.btn.offerte {
  padding-left: 48px !important;
}
.btn.actie {
  padding-left: 50px !important;
}
.btn.newletter {
  padding-left: 50px !important;
}
.link {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: bold;
}
.link--yellow {
  color: #FFB600;
}
.link--yellow svg {
  width: 1.1rem;
  height: 0.8rem;
  margin-left: 1.6rem;
}
/******************
General Lay-out
- --site-header-height wordt door custom.js gevuld met de actuele hoogte
  van het fixed .header element. De fallback (17.8rem desktop / 6.4rem
  mobiel) zorgt dat de pagina ook zonder JS bruikbaar blijft.
- We gebruiken `html body` om voldoende specificiteit te hebben tegenover
  andere `body { padding-top: ... }` regels in plugin-CSS of later in dit
  bestand zelf.
******************/
:root {
  --site-header-height: 17.8rem;
}
html body {
  padding-top: var(--site-header-height, 17.8rem);
}
body {
  background: #F4F4F4;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
body.page-id-201 li#80 a {
  border-bottom: 2px solid #46132A;
  border-left: 5px solid #46132A;
  background: #8a1f5a;
  color: #FFB600;
  border-top: 0;
  background: -moz-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8a1f5a), color-stop(100%, #6c1847));
  background: -webkit-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -o-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -ms-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: linear-gradient(to right, #8a1f5a 0%, #6c1847 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a1f5a', endColorstr='#6c1847', GradientType=1);
}
body.page-id-201 li#80 a span {
  color: #ffffff;
}
body.page-id-201 li#80 a span:hover {
  background: #821d55;
}
body.page-template-page-overview {
  background: white;
}
@media only screen and (max-width: 991px) {
  :root {
    --site-header-height: 6.4rem;
  }
  html body {
    padding-top: var(--site-header-height, 6.4rem);
  }
}
.row--full {
  width: 100%;
}
/******************
Header
******************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
.header__top {
  background: #F4F4F4;
  height: 4rem;
}
.header__top .base-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.header__middle {
  padding: 1.6rem 0;
}
.header__middle .base-grid {
  display: flex;
  flex-direction: row;
}
.header__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 2.8rem;
}
.header__contact--phone svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header__contact--mail svg {
  widht: 1.5rem;
  height: 1.2rem;
}
.header__contact li {
  padding: 0 1.2rem;
}
.header__contact li a {
  display: flex;
  align-items: center;
  color: #31323B;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.6rem;
}
.header__contact li a svg {
  margin-right: 1.2rem;
}
.header__bottom {
  background: #31323B;
  height: 5.6rem;
}
.header__bottom .base-grid {
  height: 100%;
}
.header__usps {
  display: flex;
  flex-direction: row;
  margin-left: -1.2rem;
}
.header__usps li {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: rgba(49, 50, 59, 0.8);
  padding: 0 1.2rem;
}
.header__usps li svg {
  width: 1.1rem;
  height: 0.9rem;
  margin-right: 1rem;
}
.header.headroom--not-top {
  transform: translateY(-100%);
}
.header.headroom--not-top.headroom--pinned {
  transform: translateY(0);
}
.header--pos-relative {
  position: relative !important;
  transform: none !important;
}
@media only screen and (max-width: 991px) {
  .header__top {
    display: none;
  }
  .header__contact {
    top: 0;
    margin-right: 4.8rem;
    height: 100%;
  }
  .header__contact li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    padding: 0;
    height: 100%;
  }
  .header__contact li a {
    font-size: 0;
  }
  .header__contact li a svg {
    margin-right: 0;
  }
  .header__middle {
    display: flex;
    align-items: center;
    height: 6.4rem;
    padding: 0;
  }
  .header__middle .base-grid {
    height: 100%;
    align-items: center;
  }
  .header__middle .btn {
    display: none;
  }
  .header__bottom {
    position: fixed;
    padding: 2.4rem 0;
    left: 0;
    top: 6.4rem;
    width: 100%;
    height: calc(100vh - 6.4rem);
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  .header__bottom .base-grid {
    padding: 0;
  }
  .header__bottom--active {
    transform: translateX(0);
  }
}
/******************
Topmenu
******************/
.menu-topmenu-container {
  margin-left: auto;
  margin-right: -1.2rem;
}
.menu-topmenu-container ul {
  display: flex;
  flex-direction: row;
}
.menu-topmenu-container ul li {
  padding: 0 1.2rem;
}
.menu-topmenu-container ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: rgba(49, 50, 59, 0.8);
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .menu-topmenu-container {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .menu-topmenu-container ul {
    flex-direction: column;
  }
  .menu-topmenu-container ul li {
    padding: 0;
  }
  .menu-topmenu-container ul li a {
    display: inline-flex;
    padding: 0.8rem 2.4rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
/******************
Mobiel submenu
******************/
.menu-mobiele-submenu-container {
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-mobiele-submenu-container {
    display: block;
    text-align: center;
  }
  .menu-mobiele-submenu-container ul li a {
    text-decoration: none;
    display: inline-flex;
    padding: 0.8rem 2.4rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
/******************
Hoofdmenu
******************/
.menu-hoofdmenu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.menu-hoofdmenu-container ul {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.menu-hoofdmenu-container ul > li {
  position: relative;
  padding: 0 3.2rem;
  height: 100%;
}
.menu-hoofdmenu-container ul > li:before {
  position: absolute;
  content: "";
  left: 3.2rem;
  bottom: 0;
  width: calc(100% - 6.4rem);
  max-width: 0;
  height: 0.2rem;
  background: #FFB600;
  transition: all 0.3s ease-in-out;
}
.menu-hoofdmenu-container ul > li > a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.2rem;
  height: 100%;
}
.menu-hoofdmenu-container ul > li > a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0.2rem;
  color: yellow;
  width: 100%;
  max-width: 0;
}
.menu-hoofdmenu-container ul > li .sub-menu {
  position: absolute;
  left: 3.2rem;
  top: 5.6rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.6rem);
  transition: all 0.2s ease-in-out;
}
.menu-hoofdmenu-container ul > li .sub-menu > li {
  padding: 0;
}
.menu-hoofdmenu-container ul > li .sub-menu > li:before {
  display: none;
}
.menu-hoofdmenu-container ul > li .sub-menu > li > a {
  position: relative;
  display: inline-flex;
  background: #31323B;
  padding: 1.6rem 2.4rem;
  width: 30rem;
  text-transform: none;
  font-weight: normal;
  font-size: 1.5rem;
  color: white;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
}
.menu-hoofdmenu-container ul > li .sub-menu > li > a:before {
  display: none;
}
.menu-hoofdmenu-container ul > li .sub-menu > li > a:hover {
  color: #FFB600;
}
.menu-hoofdmenu-container ul > li .sub-menu > li:last-child > a {
  border-bottom: 0;
}
.menu-hoofdmenu-container ul > li.menu-item-has-children {
  position: relative;
}
.menu-hoofdmenu-container ul > li.menu-item-has-children:before {
  width: calc(100% - 4.4rem);
}
.menu-hoofdmenu-container ul > li.menu-item-has-children a {
  position: relative;
}
.menu-hoofdmenu-container ul > li.menu-item-has-children a:before {
  position: absolute;
  content: "";
  right: -2rem;
  top: 50%;
  width: 0.8rem;
  height: 0.4rem;
  background-image: url('../svg/arrow-nav-down.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.menu-hoofdmenu-container ul > li:hover:before {
  max-width: 100%;
}
.menu-hoofdmenu-container ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.submenu-toggle {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1300px) {
  .menu-hoofdmenu-container {
    justify-content: flex-start;
  }
  .menu-hoofdmenu-container ul > li {
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .submenu-toggle {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    background-image: url('../svg/arrow-nav-down.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 888;
  }
  .menu-hoofdmenu-container {
    height: auto;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .menu-hoofdmenu-container ul {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .menu-hoofdmenu-container ul > li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .menu-hoofdmenu-container ul > li:before {
    display: none;
  }
  .menu-hoofdmenu-container ul > li > a {
    width: 100%;
    display: inline-flex;
    height: auto;
    padding: 1.6rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
  .menu-hoofdmenu-container ul > li.menu-item-has-children a:before {
    right: 1.6rem;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
  .menu-hoofdmenu-container ul > li.has-subnav--active a:before {
    transform: rotate(-180deg);
  }
  .menu-hoofdmenu-container ul > li .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    transition: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .menu-hoofdmenu-container ul > li .sub-menu > li > a {
    border: 0;
    font-size: 1.4rem;
    line-height: 2.6rem;
    width: 100%;
    justify-content: flex-start;
    padding: 0.8rem 1.6rem;
    opacity: 0.8;
  }
  .menu-hoofdmenu-container ul > li.hide-desktop a {
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    color: #FFB600;
  }
  .menu-hoofdmenu-container ul > li.hide-desktop a:before {
    position: absolute;
    content: "";
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 0.8rem;
    background-image: url('../svg/arrow-right-yellow.svg');
    background-size: 11px;
    background-repeat: no-repeat;
  }
}
/******************
Hide desktop
******************/
.hide-desktop {
  display: none;
}
@media only screen and (max-width: 991px) {
  .hide-desktop {
    display: block;
  }
}
/******************
Logo
******************/
.logo {
  display: inline-flex;
}
.logo img {
  max-width: 12rem;
  object-fit: contain;
}
.logo svg {
  width: 15rem;
  height: 4.8rem;
}
@media only screen and (max-width: 991px) {
  .logo svg {
    width: 10rem;
    height: 3.2rem;
  }
}
/******************
Nav toggle
******************/
.nav-toggle {
  display: none;
}
@media only screen and (max-width: 991px) {
  .nav-toggle {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    background: #F4F4F4;
    top: 0;
    right: 0;
  }
  .nav-toggle svg {
    width: 2.6rem;
    height: 1.3rem;
  }
}
/******************
Overlay background
******************/
.overlay-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 50, 59, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.overlay-bg--visible {
  opacity: 1;
  visibility: visible;
}
.keurmerk {
  position: fixed;
  z-index: 9999;
  max-width: 180px;
  left: 0;
  bottom: -20px;
  margin-left: 2.4rem;
}
.keurmerk img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .keurmerk {
    display: none;
  }
}
.section--intro {
  padding-top: 6.4rem;
}
.section--intro + .section--white {
  margin-top: 4rem;
}
.section--request-offer {
  padding-top: 8rem;
}
.section--white {
  background: white;
  padding: 8rem 0;
}
.section--white + .footer {
  margin-top: 0;
}
.section--quicklinks {
  position: relative;
  margin-top: -7.6rem;
  margin-bottom: 6.4rem;
  z-index: 50;
}
.section--flex {
  padding: 6.4rem 0;
}
.section--flex .editor h1,
.section--flex .editor h2,
.section--flex .editor h3,
.section--flex .editor h4,
.section--flex .editor h5,
.section--flex .editor h6 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #31323B;
}
.section--flex.section--white {
  position: relative;
  padding: 11.2rem 0;
  margin-top: 6.4rem;
}
.flex-image img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .section--intro {
    padding-top: 6.4rem;
  }
  .section--request-offer {
    padding-top: 6.4rem;
  }
  .section--white {
    padding: 6.4rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .section--request-offer {
    padding-top: 2.4rem;
  }
  .section--quicklinks {
    margin-top: -6.4rem;
    margin-bottom: 2.4rem;
  }
  .section--flex {
    padding: 2.4rem 0;
  }
  .section--flex.section--white {
    padding: 6.4rem 0;
    margin-top: 2.4rem;
  }
  .flex-image {
    margin-top: 3.2rem;
    max-height: 32rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .section--intro {
    padding-top: 4rem;
  }
  .section--white {
    padding: 4rem 0;
  }
  .section--quicklinks {
    padding: 2.4rem 0;
    margin: 0;
  }
  .section--flex .editor h1,
  .section--flex .editor h2,
  .section--flex .editor h3,
  .section--flex .editor h4,
  .section--flex .editor h5,
  .section--flex .editor h6 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .section--flex .editor .btn {
    width: 100%;
  }
  .section--flex.section--white {
    padding: 4rem 0;
  }
}
.downloads {
  background: #e4d3dd;
  padding: 2.4rem 4rem;
  float: left;
  width: auto;
}
.downloads a {
  color: #8a1f5a;
  text-decoration: none;
  font-weight: normal;
}
.downloads a:hover {
  text-decoration: underline;
}
.downloads ul {
  margin-bottom: 0;
}
.auto-lease-usps {
  position: relative;
  background: #77274F;
  margin-top: 2.4rem !important;
}
.auto-lease-usps__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.auto-lease-usps__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auto-lease-usps ul {
  padding: 4rem !important;
}
.auto-lease-usps ul li {
  color: white !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
  padding: 0.6rem 0 0.6rem 2.8rem !important;
}
.auto-lease-usps ul li:before {
  top: 1.2rem !important;
  width: 1.4rem !important;
  background-size: 14px !important;
  background-image: url("/wp-content/themes/technolease/static/svg/checkmark-white.svg") !important;
}
@media only screen and (max-width: 1199px) {
  .auto-lease-usps ul {
    padding: 2.4rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .auto-lease-usps ul {
    margin-bottom: 0 !important;
  }
}
.footer {
  background: #31323B;
  overflow: hidden;
  margin-top: 8.8rem;
}
.footer__top {
  display: flex;
  flex-direction: row;
}
.footer__top .footer__column {
  display: flex;
  flex-direction: row;
  padding-top: 8.8rem;
}
.footer__top .footer__column--right {
  flex-direction: column;
}
.footer__bottom {
  display: flex;
  flex-direction: row;
}
.footer__bottom .footer__column--left,
.footer__bottom .footer__column--right {
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
}
.footer__bottom .menu-topmenu-container ul li:first-child a {
  padding-left: 0 !important;
}
.footer__bottom .menu-topmenu-container ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer__column--left {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
  width: 66.6666%;
}
.footer__column--right {
  position: relative;
  padding-left: 9.6rem;
  background: #242429;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.footer__column--right:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100rem;
  background: #242429;
  height: 100%;
  transform: translateX(100rem);
}
.footer__title {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  color: #FFB600;
}
.footer__address {
  margin-bottom: 3.6rem;
}
.footer__address li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 2.6rem;
  padding: 0.4rem 0;
}
.footer__socials li {
  padding: 0.5rem 0;
  font-weight: normal;
}
.footer__socials li a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-decoration: none;
  font-weight: normal;
}
.footer__socials li a svg {
  margin-right: 1.6rem;
}
.footer__social-icon--phone a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.footer__social-icon--whatsapp a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.footer__social-icon--linkedin a svg {
  width: 1.4rem;
  height: 1.4rem;
}
.footer__social-icon--mail a svg {
  width: 1.5rem;
  height: 1.2rem;
}
.footer__social-icon--route a svg {
  width: 1.7rem;
  height: 1.7rem;
}
body.home .footer {
  margin-top: 0;
}
.footer--no-top {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .footer__top .footer__column {
    padding-top: 6.4rem;
  }
  .footer__bottom .menu-topmenu-container ul {
    flex-direction: row;
  }
  .footer__bottom .menu-topmenu-container ul li a {
    padding: 0 0.8rem;
  }
  .footer__column--right {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer .base-grid {
    padding: 0;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__bottom .footer__column {
    padding: 0 1.6rem;
    background: #24242a;
  }
  .footer__bottom .footer__column--left {
    padding-top: 1.6rem;
  }
  .footer__bottom .menu-topmenu-container ul li a {
    font-size: 1.3rem;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__top .footer__column {
    padding-top: 4rem;
  }
  .footer__column--left {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer__column--right {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 1.6rem;
  }
  .footer__socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__socials li {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    margin-top: 4rem;
  }
}
.copyright {
  display: flex;
  flex-direction: row;
  color: white;
  font-size: 1.3rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 991px) {
  .copyright {
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .copyright {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.menu-copyright-container ul {
  display: flex;
  flex-direction: row;
  margin-left: 1.2rem;
}
.menu-copyright-container ul li {
  padding: 0 1.2rem;
}
.menu-copyright-container ul li a {
  font-size: 1.3rem;
  line-height: 2.6rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .menu-copyright-container ul {
    margin-left: 0;
  }
  .menu-copyright-container ul li {
    padding: 0;
    padding-right: 1.6rem;
  }
  .menu-copyright-container ul li:last-child {
    padding-right: 0;
  }
}
.menu-footermenu-container {
  width: 100%;
}
.menu-footermenu-container > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-footermenu-container > ul > li {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.menu-footermenu-container > ul > li > a {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  display: inline-flex;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
  color: white;
  text-decoration: none;
}
.menu-footermenu-container > ul > li > ul {
  margin-bottom: 4rem;
}
.menu-footermenu-container > ul > li > ul > li {
  padding: 0.4rem 0;
}
.menu-footermenu-container > ul > li > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: normal;
}
.menu-footermenu-container > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.menu-footermenu-container > ul > li > ul > li.yellow-arrow-right > a {
  position: relative;
  color: #FFB600;
}
.menu-footermenu-container > ul > li > ul > li.yellow-arrow-right > a:before {
  position: absolute;
  content: "";
  right: -2.7rem;
  top: 0.6rem;
  width: 1.1rem;
  height: 0.8rem;
  background-image: url('../svg/arrow-right-yellow.svg');
  background-size: 11px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .menu-footermenu-container > ul > li {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .menu-footermenu-container {
    padding: 0 1.6rem;
  }
}
.header-image {
  height: 32rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8rem;
  background: #46132A;
}
.header-image__image {
  position: relative;
  height: 100%;
}
.header-image__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header-image--frontpage {
  height: 63.7rem;
  position: relative;
  margin-bottom: 0;
}
.header-image--frontpage .header-image__image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.header-image--frontpage .header-image__image img {
  opacity: 0.2;
}
.header-image--frontpage .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 50;
  padding-bottom: 7.2rem;
}
.header-image--frontpage .container .editor h1,
.header-image--frontpage .container .editor h2,
.header-image--frontpage .container .editor h3,
.header-image--frontpage .container .editor h4,
.header-image--frontpage .container .editor h5,
.header-image--frontpage .container .editor h6 {
  color: white;
  font-size: 7.6rem;
  line-height: 7.6rem;
}
.header-image--frontpage .container .editor p {
  color: white;
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .header-image--frontpage {
    height: 48rem;
  }
  .header-image--frontpage .container {
    padding-bottom: 6.4rem;
  }
  .header-image--frontpage .container .editor h1,
  .header-image--frontpage .container .editor h2,
  .header-image--frontpage .container .editor h3,
  .header-image--frontpage .container .editor h4,
  .header-image--frontpage .container .editor h5,
  .header-image--frontpage .container .editor h6 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .header-image--frontpage {
    height: auto;
  }
  .header-image--frontpage .container {
    padding: 4rem 2.4rem;
  }
  .header-image--frontpage .container .editor h1,
  .header-image--frontpage .container .editor h2,
  .header-image--frontpage .container .editor h3,
  .header-image--frontpage .container .editor h4,
  .header-image--frontpage .container .editor h5,
  .header-image--frontpage .container .editor h6 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  .header-image--frontpage .container .editor .btn {
    width: 100%;
  }
}
/******************
Landingspage header
- Op basis van Figma design (node 1:126)
- Achtergrond: image + paarse overlay rgba(70,19,42,0.8)
- Content links uitgelijnd, breadcrumb -> titel -> tekst -> knoppen
- De header schuift omhoog achter de fixed site-header (.header) zodat de
  achtergrondafbeelding doorloopt tot bovenaan het scherm. De content krijgt
  vervolgens een extra padding-top gelijk aan de hoogte van de site-header.
  De waarde --site-header-height wordt centraal beheerd vanuit body.less
  (fallback) en aangevuld door custom.js (actuele gemeten hoogte).
******************/
.header-image--landingspage {
  height: auto;
  min-height: 48rem;
  margin-top: calc(var(--site-header-height) * -1);
  margin-bottom: 0;
  background: #46132A;
}
.header-image--landingspage .header-image__image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 19, 42, 0.8);
  z-index: 5;
}
.header-image--landingspage .header-image__image img {
  opacity: 1;
}
.header-image--landingspage .container {
  align-items: stretch;
  padding-top: calc(var(--site-header-height) + 5.6rem);
  padding-bottom: 8.8rem;
}
.header-image--landingspage .container .editor {
  text-align: left;
}
.header-image--landingspage .container .editor.header-image__inner {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  align-items: flex-start;
}
.header-image--landingspage .header-image__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 83rem;
  width: 100%;
}
.header-image--landingspage .header-image__title {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  color: white;
  font-size: 6rem;
  line-height: 1.1;
  margin: 0;
}
.header-image--landingspage .header-image__text {
  color: rgba(255, 255, 255, 0.95);
}
.header-image--landingspage .header-image__text p {
  font-family: 'Raleway Regular';
  color: white;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}
.header-image--landingspage .header-image__text p:last-child {
  margin-bottom: 0;
}
.header-image--landingspage .header-image__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.header-image--landingspage .header-image__buttons .btn {
  height: auto;
  padding: 1.6rem 2.4rem;
  font-family: 'Raleway Bold';
  font-size: 1.5rem;
  line-height: 1;
}
.header-image--landingspage .header-image__buttons .btn.yellow {
  color: #46132A !important;
}
.header-image--landingspage .header-image__buttons .btn.yellow:hover {
  background: #ffc433;
  color: #46132A !important;
}
.header-image--landingspage .header-image__buttons .btn.purple-mid {
  background: #77274F;
  color: white !important;
  font-weight: bold;
}
.header-image--landingspage .header-image__buttons .btn.purple-mid:hover {
  background: #8a2e5b;
}
@media only screen and (max-width: 991px) {
  .header-image--landingspage {
    min-height: 0;
  }
  .header-image--landingspage .container {
    padding-top: calc(var(--site-header-height) + 4rem);
    padding-bottom: 4.8rem;
  }
  .header-image--landingspage .container .editor.header-image__inner {
    gap: 4rem;
  }
  .header-image--landingspage .header-image__title {
    font-size: 4rem;
    line-height: 1.15;
  }
}
@media only screen and (max-width: 640px) {
  .header-image--landingspage .container {
    padding: calc(var(--site-header-height) + 3.2rem) 2.4rem 4rem;
  }
  .header-image--landingspage .container .editor.header-image__inner {
    gap: 3.2rem;
  }
  .header-image--landingspage .header-image__content {
    gap: 2.4rem;
  }
  .header-image--landingspage .header-image__title {
    font-size: 3.2rem;
  }
  .header-image--landingspage .header-image__buttons {
    gap: 1.2rem;
    width: 100%;
  }
  .header-image--landingspage .header-image__buttons .btn {
    width: 100%;
  }
}
/******************
Breadcrumbs (Yoast + fallback)
******************/
.breadcrumbs--landingspage {
  color: #FFB600;
  font-family: 'Raleway Bold';
  font-size: 1.5rem;
  line-height: 1.7;
}
.breadcrumbs--landingspage a,
.breadcrumbs--landingspage span,
.breadcrumbs--landingspage .breadcrumb_last {
  color: #FFB600 !important;
  text-decoration: none;
  font-family: 'Raleway Bold';
  font-size: 1.5rem;
  line-height: 1.7;
}
.breadcrumbs--landingspage a:hover {
  text-decoration: underline;
}
.breadcrumbs--landingspage span.breadcrumbs__sep,
.breadcrumbs--landingspage .breadcrumbs__sep {
  display: inline-block;
  margin: 0 1rem;
  padding: 0;
  font-family: 'Raleway Medium' !important;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFB600 !important;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
}
.breadcrumbs--landingspage .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs--landingspage .breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #FFB600;
  position: relative!important;
}
.breadcrumbs--landingspage .breadcrumbs__item:before {
  display: none;
}
.breadcrumbs--landingspage .breadcrumbs__item + .breadcrumbs__item:before {
  display: inline-block;
  content: "•";
  margin-right: 0.8rem;
  color: #FFB600;
  font-family: 'Raleway Bold';
  position: relative!important;
}
.breadcrumbs--landingspage .breadcrumbs__item a {
  color: #FFB600;
}
.breadcrumbs--landingspage .breadcrumbs__item--current {
  opacity: 0.85;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs--landingspage,
  .breadcrumbs--landingspage a,
  .breadcrumbs--landingspage span,
  .breadcrumbs--landingspage .breadcrumbs__item,
  .breadcrumbs--landingspage .breadcrumb_last {
    font-size: 1.3rem;
  }
}
/******************
Landingspage content blocks
- Op basis van Figma design (nodes 9:404, 2:32 / 2:39 / 2:43 / 2:47, 2:54, 2:160)
- Titel: Raleway Bold, paars (#77274F), 4.4rem
- Tekst: Raleway Medium, donkergrijs (#242429), 1.5rem
- Usecase card: 342x296, 1px border #E2E7E6, border-radius 5px,
  achtergrondafbeelding met gradient overlay (transparent -> #31323B),
  content rechtsonder uitgelijnd (titel 1.8rem + tekst 1.3rem, gap 1.6rem)
- Sectie-achtergronden: wit (#FFFFFF), lichtgrijs (#F4F4F4), donkergrijs (#31323B)
******************/
.section--landingspage {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.landingspage-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.landingspage-section .landingspage-column {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.landingspage-section--bg-white {
  background-color: #FFFFFF;
}
.landingspage-section--bg-lightgrey {
  background-color: #F4F4F4;
}
.landingspage-section--bg-darkgrey {
  background-color: #31323B;
}
.landingspage-section--bg-darkgrey .landingspage-block--title {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .landingspage-block--text {
  color: rgba(255, 255, 255, 0.95);
}
.landingspage-section--bg-darkgrey .landingspage-block--text p {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .landingspage-block--text a {
  color: #FFB600;
}
.landingspage-section--bg-darkgrey .landingspage-block--text a:hover {
  color: #FFB600;
}
.landingspage-block + .landingspage-block {
  margin-top: 0;
}
.landingspage-section--align-left .landingspage-block--title,
.landingspage-section--align-left .landingspage-block--text {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.landingspage-section--align-center .landingspage-block--title,
.landingspage-section--align-center .landingspage-block--text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.landingspage-section--align-right .landingspage-block--title,
.landingspage-section--align-right .landingspage-block--text {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.landingspage-block--title {
  margin: 0;
  max-width: 83rem;
}
.landingspage-block--text {
  color: #242429;
  max-width: 83rem;
}
.landingspage-block--text p {
  font-family: 'Raleway Medium';
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}
.landingspage-block--text p:last-child {
  margin-bottom: 0;
}
.landingspage-block--text a {
  color: #77274F;
  text-decoration: underline;
}
.landingspage-block--text a:hover {
  text-decoration: none;
}
.landingspage-block--usecases .usecases {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.landingspage-block--usecases .usecase-col {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 3.2rem;
}
.landingspage-block--usecases .usecase-col--fifth {
  position: relative;
  width: 100%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 767px) {
  .landingspage-block--usecases .usecase-col--fifth {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.usecase {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 29.6rem;
  padding: 4rem;
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  overflow: hidden;
  background: #5A5B62;
  color: white;
  height: 100%;
}
.usecase__media {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.usecase__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.usecase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(49, 50, 59, 0) 0%, #31323B 64.9%);
}
.usecase__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  color: white;
}
.usecase__title {
  font-family: 'Raleway Bold';
  color: white;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0;
}
.usecase__text {
  font-family: 'Raleway Medium';
  color: white;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0;
}
.landingspage-block--usps .usps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4rem;
  align-items: stretch;
}
.usp-card {
  width: 100%;
  min-height: 15.1rem;
  padding: 4rem 2.4rem;
  background-color: rgba(90, 91, 98, 0.25);
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  text-align: center;
}
.usp-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background-color: #5A5B62;
  border-radius: 4px;
}
.usp-card__icon img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.usp-card__text {
  font-family: 'Raleway Bold';
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.landingspage-section--bg-white .usp-card,
.landingspage-section--bg-lightgrey .usp-card {
  background-color: #31323B;
  border-color: #31323B;
}
.landingspage-block--stappenplan .stappenplan {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8rem;
  align-items: stretch;
  position: relative;
}
.landingspage-block--stappenplan .stappenplan::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #E2E7E6 0, #E2E7E6 4px, transparent 4px, transparent 12px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
  z-index: 0;
  pointer-events: none;
}
.landingspage-block--stappenplan .stappenplan__item {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  z-index: 1;
  display: flex;
}
.stap-card {
  width: 100%;
  background-color: #77274F;
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  text-align: center;
  color: #FFFFFF;
}
.stap-card__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  line-height: 1.1;
}
.stap-card__number {
  font-family: 'Raleway Bold';
  color: #FFB600;
  font-size: 2.4rem;
  line-height: 1.1;
  flex-shrink: 0;
}
.stap-card__title {
  font-family: 'Raleway Bold';
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0;
}
.stap-card__text {
  font-family: 'Raleway Medium';
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0;
  width: 100%;
}
.landingspage-section--bg-darkgrey .stap-card,
.landingspage-section--bg-darkgrey .stap-card__title,
.landingspage-section--bg-darkgrey .stap-card__text {
  color: #FFFFFF;
}
.landingspage-block--pakketten .pakketten-grid {
  display: grid;
  grid-template-columns: repeat(var(--pakketten-cols, 3), minmax(0, 1fr));
  gap: 2.4rem;
  align-items: stretch;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landingspage-block--pakketten .pakketten-grid--5cols {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .landingspage-block--pakketten .pakketten-grid--5cols .pakket-card {
    grid-column: span 2;
  }
  .landingspage-block--pakketten .pakketten-grid--5cols .pakket-card:nth-child(4):nth-last-child(2) {
    grid-column: 2 / span 2;
  }
  .landingspage-block--pakketten .pakketten-grid--5cols .pakket-card:nth-child(5):nth-last-child(1) {
    grid-column: 4 / span 2;
  }
}
.pakket-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  padding: 2.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  text-align: left;
  height: 100%;
}
.pakket-card--featured {
  background-color: #FFFFFF;
  border-color: #FFB600;
}
.pakket-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  text-align: center;
}
.pakket-card__label-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.pakket-card__image {
  display: block;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 auto 1.6rem;
  height: auto;
}
.pakket-card__label {
  font-family: 'Raleway Bold';
  font-size: 1.6rem;
  line-height: 1.1;
  color: #FFB600;
  margin: 0;
  white-space: nowrap;
}
.pakket-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.2rem;
  background-color: #FFB600;
  color: #77274F;
  font-family: 'Raleway Bold';
  font-size: 0.8rem;
  line-height: 1.1;
  border-radius: 99px;
  white-space: nowrap;
}
.pakket-card__price {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.pakket-card__price-line {
  margin: 0;
  color: #46132A;
  font-family: 'Raleway Bold';
  line-height: 0;
  font-variant-numeric: tabular-nums;
}
.pakket-card__price-amount {
  font-size: 4rem;
  line-height: 1.1;
  font-family: 'Raleway Bold';
  font-weight: 700;
}
.pakket-card__price-per {
  font-size: 1.6rem;
  line-height: 1.1;
}
.pakket-card__price-meta {
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 1rem;
  line-height: 1.7;
  color: #5A5B62;
}
.pakket-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.pakket-card__class {
  margin: 0;
  font-family: 'Raleway Bold';
  font-size: 1.6rem;
  line-height: 1.1;
  color: #46132A;
}
.pakket-card__class-toelichting {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1D1D1D;
}
.pakket-card__usps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.pakket-card__usp {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Raleway Medium';
  font-size: 1.2rem;
  line-height: 1.7;
  color: #1D1D1D;
  padding-bottom: 0.5rem;
}
.pakket-card__usp::before {
  content: '';
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #77274F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%2377274F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
}
.pakket-card__usp--yellow::before {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%23FFB600' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 15px;
}
.pakket-card__usp--spark::before {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1L2 10H7L6 15L14 6H9L8 1Z' fill='%2371bc25'/%3E%3C/svg%3E");
  background-size: 15px;
}
.pakket-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background-color: #FFB600;
  color: #46132A;
  font-family: 'Raleway SemiBold';
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  margin-top: auto;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pakket-card__cta:hover,
.pakket-card__cta:focus {
  background-color: #77274F;
  color: #FFFFFF;
  text-decoration: none;
}
.landingspage-section--bg-darkgrey .pakket-card:not(.pakket-card--featured) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.landingspage-section--bg-darkgrey .pakket-card:not(.pakket-card--featured) .pakket-card__class,
.landingspage-section--bg-darkgrey .pakket-card:not(.pakket-card--featured) .pakket-card__class-toelichting,
.landingspage-section--bg-darkgrey .pakket-card:not(.pakket-card--featured) .pakket-card__usp,
.landingspage-section--bg-darkgrey .pakket-card:not(.pakket-card--featured) .pakket-card__price-line {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .pakket-card:not(.pakket-card--featured) .pakket-card__price-meta {
  color: rgba(255, 255, 255, 0.7);
}
.pakketten-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  text-align: left;
}
.pakketten-disclaimer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 3px solid #77274F;
  border-radius: 50%;
  font-family: 'Raleway Bold';
  font-size: 32px;
  line-height: 1;
  color: #77274F;
}
.pakketten-disclaimer__text {
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 1.2rem;
  line-height: 1.7;
  color: #5A5B62;
}
.pakketten-disclaimer__lead {
  font-family: 'Raleway Bold';
}
.landingspage-section--bg-darkgrey .pakketten-disclaimer {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.landingspage-section--bg-darkgrey .pakketten-disclaimer .pakketten-disclaimer__text {
  color: rgba(255, 255, 255, 0.85);
}
.landingspage-block--faq .faq-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.landingspage-block--faq .faq-item {
  background-color: #F4F4F4;
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.landingspage-block--faq .faq-item__trigger {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 1.6rem 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  text-align: left;
  cursor: pointer;
  color: #31323B;
  font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
}
.landingspage-block--faq .faq-item__trigger:focus-visible {
  outline: 2px solid #FFB600;
  outline-offset: -2px;
}
.landingspage-block--faq .faq-item__question {
  flex: 1 1 auto;
  min-width: 0;
}
.landingspage-block--faq .faq-item__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  transition: transform 0.25s ease;
}
.landingspage-block--faq .faq-item__icon::before,
.landingspage-block--faq .faq-item__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #31323B;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}
.landingspage-block--faq .faq-item__icon::before {
  width: 1.2rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}
.landingspage-block--faq .faq-item__icon::after {
  width: 0.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
}
.landingspage-block--faq .faq-item__panel {
  padding: 0 2.4rem 1.6rem;
}
.landingspage-block--faq .faq-item__answer {
  margin: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #5A5B62;
}
.landingspage-block--faq .faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
}
.landingspage-section--bg-darkgrey .landingspage-block--faq .faq-item {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
.landingspage-section--bg-darkgrey .landingspage-block--faq .faq-item__trigger {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .landingspage-block--faq .faq-item__icon::before,
.landingspage-section--bg-darkgrey .landingspage-block--faq .faq-item__icon::after {
  background-color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .landingspage-block--faq .faq-item__answer {
  color: rgba(255, 255, 255, 0.85);
}
.landingspage-block--toegewezen-persoon {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.toegewezen-persoon__card {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.6rem 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #E2E7E6;
  border-radius: 5px;
}
.toegewezen-persoon__avatar {
  flex: 0 0 auto;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 3px;
  object-fit: cover;
  display: block;
}
.toegewezen-persoon__intro {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.toegewezen-persoon__name {
  margin: 0;
  font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #31323B;
}
.toegewezen-persoon__role {
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  color: #5A5B62;
}
.toegewezen-persoon__availability {
  margin: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5A5B62;
}
.toegewezen-persoon__contact {
  list-style: none;
  margin: 0;
  padding: 0.8rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.toegewezen-persoon__contact .contact-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.contact-row__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  color: #77274F;
}
.contact-row__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-row__icon--phone {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-row__icon--mail {
  width: 1.6rem;
  height: 1.28rem;
}
.contact-row__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.contact-row__primary {
  font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #31323B;
  text-decoration: none;
}
.contact-row__primary:hover,
.contact-row__primary:focus {
  color: #FFB600;
  text-decoration: none;
}
.contact-row__secondary {
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #5A5B62;
}
.landingspage-section--bg-darkgrey .toegewezen-persoon__card {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
.landingspage-section--bg-darkgrey .toegewezen-persoon__name {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .toegewezen-persoon__role,
.landingspage-section--bg-darkgrey .toegewezen-persoon__availability,
.landingspage-section--bg-darkgrey .contact-row__secondary {
  color: rgba(255, 255, 255, 0.75);
}
.landingspage-section--bg-darkgrey .contact-row__icon {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .contact-row__primary {
  color: #FFFFFF;
}
.landingspage-section--bg-darkgrey .contact-row__primary:hover,
.landingspage-section--bg-darkgrey .contact-row__primary:focus {
  color: #FFB600;
}
.landingspage-section .wpcf7-form,
.section--landingspage .wpcf7-form,
.landingspage-section .gform_wrapper,
.section--landingspage .gform_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 4rem;
  background-color: #FFFFFF;
  border: 1px solid #E2E7E6;
  border-radius: 5px;
  box-shadow: none;
}
.landingspage-section .gform_wrapper form,
.section--landingspage .gform_wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.landingspage-section .wpcf7-form > h2,
.section--landingspage .wpcf7-form > h2,
.landingspage-section .wpcf7-form > h3,
.section--landingspage .wpcf7-form > h3,
.landingspage-section .gform_wrapper .gform_heading,
.section--landingspage .gform_wrapper .gform_heading {
  margin: 0 0 0.8rem;
}
.landingspage-section .wpcf7-form > h2,
.section--landingspage .wpcf7-form > h2,
.landingspage-section .wpcf7-form > h3,
.section--landingspage .wpcf7-form > h3,
.landingspage-section .gform_wrapper .gform_title,
.section--landingspage .gform_wrapper .gform_title {
  font-family: 'Raleway Bold', 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #77274F;
}
.landingspage-section .gform_wrapper .gform_title,
.section--landingspage .gform_wrapper .gform_title {
  margin: 0;
}
.landingspage-section .wpcf7-form > h2 + p,
.section--landingspage .wpcf7-form > h2 + p,
.landingspage-section .wpcf7-form > h3 + p,
.section--landingspage .wpcf7-form > h3 + p,
.landingspage-section .gform_wrapper .gform_description,
.section--landingspage .gform_wrapper .gform_description {
  display: block;
  margin: 1.6rem 0 0;
  padding: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #242429;
}
.landingspage-section .wpcf7-form > p,
.section--landingspage .wpcf7-form > p,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields,
.section--landingspage .gform_wrapper form .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.landingspage-section .wpcf7-form label,
.section--landingspage .wpcf7-form label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #242429;
  text-transform: none;
  letter-spacing: 0;
}
.landingspage-section .wpcf7-form .wpcf7-form-control-wrap,
.section--landingspage .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.landingspage-section .wpcf7-form label > .wpcf7-form-control-wrap,
.section--landingspage .wpcf7-form label > .wpcf7-form-control-wrap {
  margin-top: 0.4rem;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #242429;
  text-transform: none;
  letter-spacing: 0;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
  padding: 0;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required_text,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required_text {
  color: #242429;
  margin-left: 0.2rem;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_name,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_name {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex > span,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex > span,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_name > span,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_name > span {
  display: flex;
  flex-direction: column;
  flex: 1 1 14rem;
  min-width: 0;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
}
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .gform-field-label--type-sub,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .gform-field-label--type-sub {
  order: -1;
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #242429;
  text-transform: none;
  letter-spacing: 0;
}
.landingspage-section .wpcf7-form input.wpcf7-text,
.section--landingspage .wpcf7-form input.wpcf7-text,
.landingspage-section .wpcf7-form input.wpcf7-date,
.section--landingspage .wpcf7-form input.wpcf7-date,
.landingspage-section .wpcf7-form input.wpcf7-number,
.section--landingspage .wpcf7-form input.wpcf7-number,
.landingspage-section .wpcf7-form input.wpcf7-tel,
.section--landingspage .wpcf7-form input.wpcf7-tel,
.landingspage-section .wpcf7-form input.wpcf7-email,
.section--landingspage .wpcf7-form input.wpcf7-email,
.landingspage-section .wpcf7-form input.wpcf7-url,
.section--landingspage .wpcf7-form input.wpcf7-url,
.landingspage-section .wpcf7-form input.wpcf7-quiz,
.section--landingspage .wpcf7-form input.wpcf7-quiz,
.landingspage-section .wpcf7-form select.wpcf7-select,
.section--landingspage .wpcf7-form select.wpcf7-select,
.landingspage-section .wpcf7-form textarea.wpcf7-textarea,
.section--landingspage .wpcf7-form textarea.wpcf7-textarea,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="number"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="number"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="url"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="url"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="password"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="password"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="date"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="date"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="search"],
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="search"],
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  height: 5.6rem;
  margin: 0;
  padding: 1.8rem 2.4rem;
  background-color: #F4F4F4;
  border: 0;
  border-radius: 3px;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #242429;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.landingspage-section .wpcf7-form input.wpcf7-text::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-text::placeholder,
.landingspage-section .wpcf7-form input.wpcf7-date::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-date::placeholder,
.landingspage-section .wpcf7-form input.wpcf7-number::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-number::placeholder,
.landingspage-section .wpcf7-form input.wpcf7-tel::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-tel::placeholder,
.landingspage-section .wpcf7-form input.wpcf7-email::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-email::placeholder,
.landingspage-section .wpcf7-form input.wpcf7-url::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-url::placeholder,
.landingspage-section .wpcf7-form input.wpcf7-quiz::placeholder,
.section--landingspage .wpcf7-form input.wpcf7-quiz::placeholder,
.landingspage-section .wpcf7-form select.wpcf7-select::placeholder,
.section--landingspage .wpcf7-form select.wpcf7-select::placeholder,
.landingspage-section .wpcf7-form textarea.wpcf7-textarea::placeholder,
.section--landingspage .wpcf7-form textarea.wpcf7-textarea::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="number"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="number"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="url"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="url"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="password"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="password"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="date"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="date"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="search"]::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="search"]::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #242429;
  opacity: 0.5;
}
.landingspage-section .wpcf7-form input.wpcf7-text:focus,
.section--landingspage .wpcf7-form input.wpcf7-text:focus,
.landingspage-section .wpcf7-form input.wpcf7-date:focus,
.section--landingspage .wpcf7-form input.wpcf7-date:focus,
.landingspage-section .wpcf7-form input.wpcf7-number:focus,
.section--landingspage .wpcf7-form input.wpcf7-number:focus,
.landingspage-section .wpcf7-form input.wpcf7-tel:focus,
.section--landingspage .wpcf7-form input.wpcf7-tel:focus,
.landingspage-section .wpcf7-form input.wpcf7-email:focus,
.section--landingspage .wpcf7-form input.wpcf7-email:focus,
.landingspage-section .wpcf7-form input.wpcf7-url:focus,
.section--landingspage .wpcf7-form input.wpcf7-url:focus,
.landingspage-section .wpcf7-form input.wpcf7-quiz:focus,
.section--landingspage .wpcf7-form input.wpcf7-quiz:focus,
.landingspage-section .wpcf7-form select.wpcf7-select:focus,
.section--landingspage .wpcf7-form select.wpcf7-select:focus,
.landingspage-section .wpcf7-form textarea.wpcf7-textarea:focus,
.section--landingspage .wpcf7-form textarea.wpcf7-textarea:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="number"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="number"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="url"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="url"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="password"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="password"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="date"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="date"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="search"]:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="search"]:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: none;
  background-color: #ECECEC;
  box-shadow: 0 0 0 2px rgba(119, 39, 79, 0.2);
  border: 0;
}
.landingspage-section .wpcf7-form textarea.wpcf7-textarea,
.section--landingspage .wpcf7-form textarea.wpcf7-textarea,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: auto;
  min-height: 12rem;
  line-height: 1.5;
  resize: vertical;
}
.landingspage-section .wpcf7-form select.wpcf7-select,
.section--landingspage .wpcf7-form select.wpcf7-select,
.landingspage-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.section--landingspage .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  padding-right: 4.8rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='%23242429' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 2.4rem center;
  font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.landingspage-section .wpcf7-form .wpcf7-list-item,
.section--landingspage .wpcf7-form .wpcf7-list-item,
.landingspage-section .gform_wrapper .gfield_checkbox li,
.section--landingspage .gform_wrapper .gfield_checkbox li,
.landingspage-section .gform_wrapper .gfield_radio li,
.section--landingspage .gform_wrapper .gfield_radio li {
  margin: 0 0 0.4rem;
}
.landingspage-section .wpcf7-form .wpcf7-list-item label,
.section--landingspage .wpcf7-form .wpcf7-list-item label,
.landingspage-section .gform_wrapper .gfield_checkbox li label,
.section--landingspage .gform_wrapper .gfield_checkbox li label,
.landingspage-section .gform_wrapper .gfield_radio li label,
.section--landingspage .gform_wrapper .gfield_radio li label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.landingspage-section .wpcf7-form input.wpcf7-submit,
.section--landingspage .wpcf7-form input.wpcf7-submit,
.landingspage-section .gform_wrapper .gform_footer input[type="submit"],
.section--landingspage .gform_wrapper .gform_footer input[type="submit"],
.landingspage-section .gform_wrapper .gform_footer button[type="submit"],
.section--landingspage .gform_wrapper .gform_footer button[type="submit"],
.landingspage-section .gform_wrapper .gform_page_footer input[type="submit"],
.section--landingspage .gform_wrapper .gform_page_footer input[type="submit"] {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.6rem 2.4rem;
  background-color: #FFB600;
  border: 0;
  border-radius: 0;
  color: #46132A;
  font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.landingspage-section .wpcf7-form input.wpcf7-submit:hover,
.section--landingspage .wpcf7-form input.wpcf7-submit:hover,
.landingspage-section .gform_wrapper .gform_footer input[type="submit"]:hover,
.section--landingspage .gform_wrapper .gform_footer input[type="submit"]:hover,
.landingspage-section .gform_wrapper .gform_footer button[type="submit"]:hover,
.section--landingspage .gform_wrapper .gform_footer button[type="submit"]:hover,
.landingspage-section .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.section--landingspage .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.landingspage-section .wpcf7-form input.wpcf7-submit:focus,
.section--landingspage .wpcf7-form input.wpcf7-submit:focus,
.landingspage-section .gform_wrapper .gform_footer input[type="submit"]:focus,
.section--landingspage .gform_wrapper .gform_footer input[type="submit"]:focus,
.landingspage-section .gform_wrapper .gform_footer button[type="submit"]:focus,
.section--landingspage .gform_wrapper .gform_footer button[type="submit"]:focus,
.landingspage-section .gform_wrapper .gform_page_footer input[type="submit"]:focus,
.section--landingspage .gform_wrapper .gform_page_footer input[type="submit"]:focus {
  background-color: #E6A300;
  color: #46132A;
}
.landingspage-section .wpcf7-form input.wpcf7-submit:focus-visible,
.section--landingspage .wpcf7-form input.wpcf7-submit:focus-visible,
.landingspage-section .gform_wrapper .gform_footer input[type="submit"]:focus-visible,
.section--landingspage .gform_wrapper .gform_footer input[type="submit"]:focus-visible,
.landingspage-section .gform_wrapper .gform_footer button[type="submit"]:focus-visible,
.section--landingspage .gform_wrapper .gform_footer button[type="submit"]:focus-visible,
.landingspage-section .gform_wrapper .gform_page_footer input[type="submit"]:focus-visible,
.section--landingspage .gform_wrapper .gform_page_footer input[type="submit"]:focus-visible {
  outline: 2px solid #46132A;
  outline-offset: 2px;
}
.landingspage-section .wpcf7-form input.wpcf7-submit:disabled,
.section--landingspage .wpcf7-form input.wpcf7-submit:disabled,
.landingspage-section .gform_wrapper .gform_footer input[type="submit"]:disabled,
.section--landingspage .gform_wrapper .gform_footer input[type="submit"]:disabled,
.landingspage-section .gform_wrapper .gform_footer button[type="submit"]:disabled,
.section--landingspage .gform_wrapper .gform_footer button[type="submit"]:disabled,
.landingspage-section .gform_wrapper .gform_page_footer input[type="submit"]:disabled,
.section--landingspage .gform_wrapper .gform_page_footer input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.landingspage-section .gform_wrapper .gform_footer,
.section--landingspage .gform_wrapper .gform_footer,
.landingspage-section .gform_wrapper .gform_page_footer,
.section--landingspage .gform_wrapper .gform_page_footer {
  margin: 0.8rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.landingspage-section .wpcf7-form > p.form-submit-row,
.section--landingspage .wpcf7-form > p.form-submit-row {
  margin-top: 0.8rem;
}
.landingspage-section .wpcf7-form .wpcf7-not-valid-tip,
.section--landingspage .wpcf7-form .wpcf7-not-valid-tip {
  position: static;
  height: auto;
  margin-top: 0.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #C0392B;
}
.landingspage-section .wpcf7 form .wpcf7-response-output,
.section--landingspage .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1.2rem 1.6rem;
  border-radius: 3px;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.landingspage-section .wpcf7-form input.wpcf7-not-valid,
.section--landingspage .wpcf7-form input.wpcf7-not-valid,
.landingspage-section .wpcf7-form select.wpcf7-not-valid,
.section--landingspage .wpcf7-form select.wpcf7-not-valid,
.landingspage-section .wpcf7-form textarea.wpcf7-not-valid,
.section--landingspage .wpcf7-form textarea.wpcf7-not-valid {
  box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.4);
}
.landingspage-section .gform_wrapper .gfield_error .gfield_label,
.section--landingspage .gform_wrapper .gfield_error .gfield_label {
  color: #C0392B;
}
.landingspage-section .gform_wrapper .gfield_error .ginput_container input,
.section--landingspage .gform_wrapper .gfield_error .ginput_container input,
.landingspage-section .gform_wrapper .gfield_error .ginput_container select,
.section--landingspage .gform_wrapper .gfield_error .ginput_container select,
.landingspage-section .gform_wrapper .gfield_error .ginput_container textarea,
.section--landingspage .gform_wrapper .gfield_error .ginput_container textarea {
  box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.4);
}
.landingspage-section .gform_wrapper .validation_message,
.section--landingspage .gform_wrapper .validation_message,
.landingspage-section .gform_wrapper .gfield_validation_message,
.section--landingspage .gform_wrapper .gfield_validation_message,
.landingspage-section .gform_wrapper .gform_validation_errors,
.section--landingspage .gform_wrapper .gform_validation_errors {
  margin-top: 0.4rem;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: 'Raleway Medium', 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #C0392B;
}
.landingspage-section .wpcf7-form .form-disclaimer,
.section--landingspage .wpcf7-form .form-disclaimer,
.landingspage-section .gform_wrapper .form-disclaimer,
.section--landingspage .gform_wrapper .form-disclaimer,
.landingspage-section .gform_wrapper .gform_footer + .form-disclaimer,
.section--landingspage .gform_wrapper .gform_footer + .form-disclaimer {
  margin: 0;
  padding: 0;
  font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #5A5B62;
  text-align: center;
}
.landingspage-section--bg-darkgrey .wpcf7-form input.wpcf7-text,
.landingspage-section--bg-darkgrey .wpcf7-form input.wpcf7-tel,
.landingspage-section--bg-darkgrey .wpcf7-form input.wpcf7-email,
.landingspage-section--bg-darkgrey .wpcf7-form select.wpcf7-select,
.landingspage-section--bg-darkgrey .wpcf7-form textarea.wpcf7-textarea,
.landingspage-section--bg-darkgrey .gform_wrapper .ginput_container input,
.landingspage-section--bg-darkgrey .gform_wrapper .ginput_container select,
.landingspage-section--bg-darkgrey .gform_wrapper .ginput_container textarea {
  background-color: #F4F4F4;
}
@media only screen and (max-width: 991px) {
  .section--landingspage,
  .landingspage-section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .landingspage-section .landingspage-column {
    gap: 2.4rem;
  }
  .landingspage-block--title {
    font-size: 3.2rem;
    line-height: 1.15;
  }
  .usecase {
    min-height: 26rem;
    padding: 2.4rem;
  }
  .landingspage-block--usps .usps-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .landingspage-block--stappenplan .stappenplan {
    gap: 3.2rem;
  }
  .landingspage-block--pakketten .pakketten-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .landingspage-block--title {
    font-size: 2.8rem;
  }
  .landingspage-block--usecases .usecase-col {
    margin-bottom: 2.4rem;
  }
  .landingspage-block--usecases .usecase-col:last-child {
    margin-bottom: 0;
  }
  .usp-card {
    min-height: 14rem;
    padding: 2.4rem 1.6rem;
  }
  .landingspage-block--usps .usps-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .landingspage-block--faq .faq-item__trigger {
    padding: 1.4rem 1.6rem;
  }
  .landingspage-block--faq .faq-item__panel {
    padding: 0 1.6rem 1.4rem;
  }
  .toegewezen-persoon__card {
    gap: 1.6rem;
    padding: 1.4rem 1.6rem;
  }
  .toegewezen-persoon__avatar {
    width: 4.8rem;
    height: 4.8rem;
  }
  .landingspage-section .wpcf7-form,
  .section--landingspage .wpcf7-form,
  .landingspage-section .gform_wrapper form,
  .section--landingspage .gform_wrapper form {
    padding: 2.4rem;
    gap: 2rem;
  }
  .landingspage-section .wpcf7-form > h2,
  .section--landingspage .wpcf7-form > h2,
  .landingspage-section .wpcf7-form > h3,
  .section--landingspage .wpcf7-form > h3,
  .landingspage-section .gform_wrapper .gform_title,
  .section--landingspage .gform_wrapper .gform_title {
    font-size: 2.6rem;
  }
  .landingspage-block--stappenplan .stappenplan {
    flex-direction: column;
    gap: 1.6rem;
  }
  .landingspage-block--stappenplan .stappenplan::before {
    display: none;
  }
  .landingspage-block--stappenplan .stap-card {
    padding: 2.4rem;
  }
  .landingspage-block--pakketten .pakketten-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .landingspage-block--pakketten .pakket-card {
    padding: 2.4rem;
  }
}
.quicklinks {
  display: flex;
  flex-direction: row;
}
.tile__inner {
  position: relative;
  background: white;
  overflow: hidden;
}
.tile__content {
  position: relative;
  z-index: 40;
}
.tile__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 7.6rem;
  height: 100%;
  background: #46132A;
}
.tile__arrow svg {
  width: 0.8rem;
  height: 0.4rem;
  transform: rotate(-90deg);
}
.tile__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: #31323B;
  height: 100%;
  width: 100%;
}
.tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile__title {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  color: white;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
}
.tile__paragraph {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: white;
  font-size: 1.5rem;
  line-height: 2.6rem;
  opacity: 0.8;
  max-width: 51rem;
  margin-bottom: 1.6rem;
}
.tile--quicklink .tile__inner {
  -webkit-box-shadow: 0 0 2rem 0 rgba(49, 50, 59, 0.05);
  -moz-box-shadow: 0 0 2rem 0 rgba(49, 50, 59, 0.05);
  box-shadow: 0 0 2rem 0 rgba(49, 50, 59, 0.05);
}
.tile--quicklink .tile__inner > a {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  position: relative;
  display: flex;
  background: #77274F;
  color: white;
  font-size: 2rem;
  line-height: 3.2rem;
  padding: 2.2rem 4rem;
  font-weight: normal;
}
.tile--quicklink .tile__inner > a:hover {
  text-decoration: none;
}
.tile--quicklink .tile__inner ul {
  padding: 3.2rem 4rem;
}
.tile--quicklink .tile__inner ul li {
  padding: 0.4rem 0;
}
.tile--quicklink .tile__inner ul li a {
  color: #1D1D1D;
  opacity: 0.8;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: normal;
}
.tile--quicklink .tile__inner ul li a svg {
  width: 1.1rem;
  height: 0.8rem;
  margin-right: 1.6rem;
}
.tile--flex {
  height: 38rem;
}
.tile--flex .tile__inner {
  display: flex;
  align-items: flex-end;
  padding: 4rem;
  height: 100%;
}
.tile--flex .tile__image:before {
  position: absolute;
  content: "";
  background: #31323B;
  height: 12rem;
  bottom: 0;
  width: 100%;
}
.tile--flex .tile__image:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(49, 50, 59, 0) 0%, #31323b 100%);
  height: 19rem;
  left: 0;
  bottom: 12rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .tile--quicklink {
    margin-bottom: 1.6rem;
  }
  .tile--quicklink .tile__inner > a {
    padding: 1.6rem;
    font-size: 1.8rem;
  }
  .tile--quicklink .tile__inner ul {
    padding: 2.4rem;
  }
  .tile--quicklink:last-child {
    margin-bottom: 0;
  }
  .tile--flex {
    margin-bottom: 1.6rem;
  }
  .tile--flex:last-child {
    margin-bottom: 0;
  }
  .tile--mobile {
    height: auto;
  }
  .tile--mobile .tile__inner {
    padding: 0;
    flex-direction: column;
  }
  .tile--mobile .tile__content {
    background: #31323B;
    width: 100%;
    padding: 2.4rem;
  }
  .tile--mobile .tile__image {
    position: relative;
  }
  .tile--mobile .tile__image:before,
  .tile--mobile .tile__image:after {
    display: none;
  }
  .tile--mobile .tile__image img {
    object-fit: contain;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .tile__arrow {
    width: 5rem;
  }
  .tile__paragraph {
    max-width: 100%;
  }
  .tile--quicklink .tile__inner > a {
    line-height: 1.8rem;
  }
  .tile--quicklink .tile__inner ul {
    padding: 1.6rem;
  }
  .tile--flex .tile__inner {
    padding: 2.4rem;
  }
  .tile--mobile .tile__inner {
    padding: 0;
  }
}
.page-template-page-overview .editor ul li {
  padding-left: 0;
  line-height: inherit;
  font-size: inherit;
}
.page-template-page-overview .editor ul li::before {
  display: none;
}
.page-template-page-overview .pagination {
  margin-left: 0;
}
.page-template-page-overview .mox-bootstrap .form-control {
  font-size: inherit;
  font-family: inherit;
}
.page-template-page-overview .mox-bootstrap .mox-occasion-list select.form-control {
  padding-right: 22px !important;
  font-size: 14px;
}
.page-template-page-overview .mox-bootstrap .mox-occasion-list .mox-apply-filter,
.page-template-page-overview .mox-bootstrap .mox-occasion-list #resetfilter {
  color: #ffffff !important;
  font-size: 14px;
  display: flex;
}
.page-template-page-overview .mox-bootstrap .mox-occasion-list .mox-mob-bg {
  display: none !important;
  pointer-events: none;
}
.page-template-page-overview .mox-bootstrap .card .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 2rem;
}
.page-template-page-overview .mox-bootstrap .card .btn.d-md-none {
  display: none !important;
}
.page-template-page-overview .mox-bootstrap .card .btn i {
  margin-right: 1.5rem;
}
.page-template-page-overview .mox-bootstrap.mox-occasion-detail .container {
  max-width: 100%;
  padding: 0;
}
.page-template-page-overview .mox-bootstrap.mox-occasion-detail h5.mox-bold {
  font-size: 25px;
}
.page-template-page-overview .mox-bootstrap.mox-occasion-detail span.mox-bold {
  font-size: 18px;
  font-weight: 600;
}
.page-template-page-overview .mox-bootstrap.mox-occasion-detail .spec-list li {
  float: left;
  border-left: 1px solid #ccc;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 15px;
}
.page-template-page-overview .mox-bootstrap.mox-occasion-detail #inventory_interest .btn {
  font-size: 16px;
  padding: 0 20px;
}
.page-template-page-overview .mox-mob-bg {
  display: none !important;
  pointer-events: none;
}
body.page-template-page-autodiskplugin #more-results-button {
  padding-top: 10px;
  padding-bottom: 8px;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar {
  display: flex;
  flex-direction: column;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar .sticky-wrapper {
  order: 1;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar .prijs-container {
  order: 2;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar #instellingen-container {
  order: 3;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar #prive-kosten-container {
  order: 4;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar .gekozen-opties-container {
  order: 5;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar .uitvoering-info-button {
  background: #F4F4F4;
  font-weight: bold;
  font-size: 1.5rem;
  border: 0;
  padding: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  margin-top: 8px;
}
body.page-template-page-autodiskplugin .calculatie-page .calculatie-sidebar .uitvoering-info-button:hover {
  background: #E1E1E1;
}
body.page-template-page-autodiskplugin .autodisk-popup-wrapper > *:first-child {
  width: 60%;
  padding: 16px !important;
}
body.page-template-page-autodiskplugin .autodisk-popup-wrapper > *:first-child table {
  width: 80%;
  text-align: left;
}
body.page-template-page-autodiskplugin .autodisk-popup-wrapper > *:first-child .button.button-primary {
  background: #FFB600;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  border: 0;
  height: 5.6rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
}
body.page-template-page-autodiskplugin .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier {
  padding: 6.4rem 4rem 4rem 4rem !important;
}
body.page-template-page-autodiskplugin .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .close {
  background: #46132A;
  cursor: pointer;
  transition: background-color ease-in-out 0.15s;
}
body.page-template-page-autodiskplugin .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .close:hover {
  background: #BA8CA5;
}
.maincontent--car-configurator .grid.cntr.moac {
  width: 100%;
  padding: 0;
}
.maincontent--car-configurator .car-configurator__row h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: clamp(2.8rem, 5.2vw, 4.4rem);
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 991px) {
  body.page-template-page-autodiskplugin .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container {
    padding: 2.4rem !important;
  }
  body.page-template-page-autodiskplugin .autodisk-car-configurator-geel-plugin .calculatie-sidebar #instellingen-container .box-header,
  body.page-template-page-autodiskplugin .autodisk-car-configurator-geel-plugin .calculatie-sidebar #prive-kosten-container .box-header {
    margin-bottom: 0.8rem !important;
  }
}
.base-grid {
  margin: 0 auto;
  max-width: 100%;
  width: 144rem;
  padding: 0 1.6rem;
}
body.body--pos-relative {
  padding-top: 0;
}
body.body--fixed {
  overflow: hidden;
}
.maincontent--car-configurator {
  background: white;
  overflow: hidden;
}
.maincontent--car-configurator .autodisk-single {
  position: relative;
}
.maincontent--car-configurator .autodisk-single:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100rem;
  background: #f8f3f6;
  height: 100%;
  transform: translateX(100%);
}
.maincontent .slideshow.figure {
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  max-height: 32rem;
  overflow: hidden;
}
.maincontent .slideshow.figure img {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 100%;
}
.maincontent .slideshow.figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/overlay.png') no-repeat bottom center;
}
.maincontent .moac .post {
  padding: 8rem 0;
}
.maincontent .moac .section {
  float: left;
}
.maincontent .moac .section.slideshow {
  background: #c7a4b8;
  float: left;
  padding: 30px 30px 1px 30px;
}
.maincontent .moac .section.slideshow .article {
  z-index: 0;
  height: 235px;
  background: #ffffff;
  margin-top: -80px;
  position: absolute;
  padding-right: 70px;
  border-top-left-radius: 705px 7px;
  -moz-border-radius-topleft: 705px 7px;
  -webkit-border-top-left-radius: 705px 7px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
.maincontent .moac .section.slideshow .article p {
  margin-bottom: 16px;
}
.maincontent .moac .section.slideshow .article.target {
  z-index: 2;
}
.maincontent .moac .section.slideshow .slide_navigation {
  background: #f8f3f6;
  height: 235px;
  margin-top: -80px;
  float: right;
  position: relative;
  z-index: 3;
  border-top-right-radius: 235px 5px;
  -moz-border-radius-topright: 235px 5px;
  -webkit-border-top-right-radius: 235px 5px;
  overflow: hidden;
}
.maincontent .moac .section.slideshow .slide_navigation ul {
  height: 100%;
  float: none;
  width: 100%;
}
.maincontent .moac .section.slideshow .slide_navigation ul li {
  height: 33.33%;
  position: relative;
}
.maincontent .moac .section.slideshow .slide_navigation ul li a {
  height: 100%;
  border-bottom: 2px solid #e4d3dd;
  border-left: 5px solid #eee3e9;
  text-transform: uppercase;
  font-family: 'Raleway Regular';
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.02em;
  color: #8a1f5a;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 21px 30px;
  line-height: 18px;
  border-top: 1px solid #d3b7c7;
}
.maincontent .moac .section.slideshow .slide_navigation ul li a span {
  font-size: 14px;
  text-transform: lowercase;
  display: block;
}
.maincontent .moac .section.slideshow .slide_navigation ul li a:hover {
  background: #f4edf1;
}
.maincontent .moac .section.slideshow .slide_navigation ul li .pointer {
  display: none;
  background: #ffffff;
  z-index: 4;
  position: absolute;
  top: 25px;
  left: -20px;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.maincontent .moac .section.slideshow .slide_navigation ul li.active .pointer {
  display: block;
}
.maincontent .moac .section.slideshow .slide_navigation ul li.active a {
  border-bottom: 2px solid #46132A;
  border-left: 5px solid #46132A;
  background: #8a1f5a;
  color: #FFB600;
  border-top: 0;
  background: -moz-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8a1f5a), color-stop(100%, #6c1847));
  background: -webkit-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -o-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: -ms-linear-gradient(left, #8a1f5a 0%, #6c1847 100%);
  background: linear-gradient(to right, #8a1f5a 0%, #6c1847 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a1f5a', endColorstr='#6c1847', GradientType=1);
}
.maincontent .moac .section.slideshow .slide_navigation ul li.active a:hover {
  background: #821d55;
}
.maincontent .moac .section.slideshow .slide_navigation ul li.active a span {
  color: #ffffff;
}
.maincontent .moac .section.shortcuts {
  padding-bottom: 0;
  padding-top: 0;
}
.maincontent .moac .section.shortcuts .shortcut_navigation ul {
  float: none;
  width: 100%;
}
.maincontent .moac .section.shortcuts .shortcut_navigation ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.maincontent .moac .section.shortcuts .shortcut_navigation ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: none;
  width: 100%;
  padding: 35px 30px 20px;
  background: #c7a4b8;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Raleway Regular';
  font-weight: normal !important;
  letter-spacing: 0.02em;
  font-size: 23px;
  display: block;
  text-transform: uppercase;
  position: relative;
  border: 3px solid #82506d;
}
.maincontent .moac .section.shortcuts .shortcut_navigation ul li a:hover {
  background: #8a1f5a;
  border: 3px solid #8a1f5a;
}
.maincontent .moac .section.shortcuts .shortcut_navigation ul li a:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 20px;
  left: 32px;
  background: url('../images/sprite.png') no-repeat;
  background-position: -53px -8px;
}
.maincontent .moac .section.shortcuts .shortcut_navigation ul li a:after {
  content: "Direct naar";
  font-size: 12px;
  font-family: 'Raleway Regular';
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.02em;
  position: absolute;
  top: 15px;
  left: 40px;
}
.maincontent .moac .section.content {
  min-height: 240px;
}
.maincontent .moac .section.content.autodisk {
  margin-top: -80px;
  min-height: 240px;
}
.maincontent .moac .section.content.autodisk-single {
  margin-top: 0;
}
.maincontent .moac .section.content .article {
  padding-bottom: 25px;
}
.maincontent .moac .section.content .article.verhuur .tablepress.autoverhuur .column-4 {
  background: #ededed !important;
  color: #000000 !important;
}
.maincontent .moac .section.content .article.verhuur .tablepress.autoverhuur .column-5 {
  background: #e0485a !important;
  color: #ffffff !important;
}
.maincontent .moac .section.content .article.verhuur .tablepress.autoverhuur .column-6 {
  background: #FFB600 !important;
  color: #ffffff !important;
}
.maincontent .moac .section.content .article.verhuur .tablepress.autoverhuur .column-1 {
  background: #FFB600 !important;
  color: #ffffff !important;
}
.maincontent .moac .section.content .article .date {
  color: #c7a4b8;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  padding: 0 0 12px;
  text-transform: capitalize;
}
.maincontent .moac .section.content .article .head {
  height: auto;
  float: left;
  width: 100%;
  display: block;
  padding: 5px 0 0 0;
}
.maincontent .moac .section.content .article .head .date {
  float: left;
  color: #c7a4b8;
  font-weight: bold;
  padding: 0 5px 0 0;
  font-size: 14px;
  line-height: 17px;
}
.maincontent .moac .section.content .article .head .heading {
  font-size: 14px;
  font-family: Arial, "Raleway Bold", Helvetica, sans-serif;
  font-weight: bold;
  font-weight: bold !important;
  float: left;
  line-height: 17px;
  padding: 0 0 10px 0;
}
.maincontent .moac .section.content .article .head .heading a {
  text-decoration: none;
  color: #8a1f5a;
}
.maincontent .moac .section.content .article .head .heading a:hover {
  text-decoration: underline;
}
.maincontent .moac .section.content .pagination ul li {
  float: left;
  list-style: none;
  padding: 0 4px;
}
.maincontent .moac .section.content .pagination ul li.active {
  font-weight: bold;
}
.maincontent .moac .section.content img {
  max-width: 100%;
  height: auto;
}
.maincontent .moac .section.content img.aligncenter {
  margin: 0 auto;
}
.maincontent .moac .section.content img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.maincontent .moac .section.content img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.maincontent .moac .voorraadlijst {
  overflow: hidden;
  width: 100%;
  padding: 0 6%;
  float: left;
  margin-top: -30px;
}
.maincontent .moac .voorraadlijst .fallback {
  display: none;
}
body.home .maincontent .moac {
  background: white;
}
body.home .maincontent .moac .section.slideshow {
  padding: 30px;
}
body.home .maincontent .moac .section.slideshow .slide_navigation {
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
body.home .maincontent .moac .post {
  padding: 30px;
}
body.home .maincontent .moac .post .content {
  margin-top: 0;
  min-height: 0;
}
@media (max-width: 767px) {
  .maincontent--car-configurator {
    padding-top: 0;
  }
  .maincontent--car-configurator .cntr {
    width: 100%;
    padding: 0;
  }
}
.aside {
  background: #ffffff;
  padding-left: 0;
  padding-right: 21px;
  margin-left: -9px;
}
.aside .btn {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.aside .btn.afspraak .icon {
  top: 8px;
}
.aside .figure {
  margin: 0;
  border: 1px solid #bebdbd;
  position: relative;
  border-bottom: 0;
}
.aside .figure img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.aside .figure .figcaption {
  background: dodgerblue;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #ffffff;
  font-family: 'Raleway Bold';
  font-weight: bold !important;
  letter-spacing: 0.02em;
  font-size: 16px;
  padding: 15px 20px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 980px) {
  .maincontent .slideshow.figure {
    left: 0;
    top: 40px;
    width: 100%;
    margin: 0;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a {
    font-size: 14px;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a span {
    font-size: 12px;
  }
  .maincontent .moac .section.shortcuts .shortcut_navigation ul li a {
    font-size: 21px;
    padding: 30px 30px 15px;
  }
  .maincontent .moac .section.content .voorraadlijst iframe {
    display: none;
  }
  .maincontent .moac .section.content .voorraadlijst .fallback {
    display: block;
    color: #e0485a;
  }
  .aside .figure .figcaption {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
  }
}
.pagination {
  width: 100%;
  margin: 4rem 1.6rem 0 1.6rem;
}
.pagination ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.pagination ul li {
  opacity: 0.2;
  padding: 0 0.8rem;
  transition: all 0.2s ease-in-out;
}
.pagination ul li a {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  font-weight: normal;
  border-radius: 100%;
  font-size: 1.5rem;
  border: 0.15rem solid #8a1f5a;
}
.pagination ul li.active {
  opacity: 1;
}
.pagination ul li.active a {
  color: white;
  background: #8a1f5a;
}
.pagination ul li.next {
  position: absolute;
  right: 0;
  opacity: 1;
}
.pagination ul li.next a {
  border: 0;
  border-radius: 0;
  width: auto;
}
.pagination ul li.prev {
  position: absolute;
  left: 0;
  opacity: 1;
}
.pagination ul li.prev a {
  border: 0;
  border-radius: 0;
  width: auto;
}
.pagination ul li:hover {
  opacity: 1;
}
.pagination ul li:hover a {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .pagination ul li {
    padding: 0 0.4rem;
  }
}
.article--news {
  padding: 1.6rem;
}
.article--news .article__thumbnail {
  height: 24rem;
  overflow: hidden;
}
.article--news .article__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--news .article__content {
  padding: 3.2rem;
}
.article--news .article__inner {
  background: white;
  height: 100%;
}
.article--news .article__inner h2 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
}
.article--news .article__inner .btn {
  width: 100%;
}
.date {
  color: #c7a4b8;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  padding: 0 0 12px;
  text-transform: capitalize;
}
@media only screen and (max-width: 640px) {
  .article--news {
    padding: 0 1.6rem;
    margin-bottom: 1.6rem;
  }
  .article--news .article__inner {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .maincontent .moac .section.slideshow .article .heading {
    font-size: 22px;
    line-height: 28px;
  }
  .maincontent .moac .section.content .article .head .heading {
    float: none;
  }
}
@media only screen and (max-width: 720px) {
  .maincontent .moac .section.content.autodisk:not(.autodisk-single) {
    margin-top: -266px;
    min-height: 240px;
  }
  .maincontent .moac .section.slideshow {
    padding-left: 15px;
    padding-right: 15px;
  }
  .maincontent .moac .section.slideshow .slide_navigation {
    display: none;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a {
    font-size: 14px;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a span {
    font-size: 12px;
  }
  .maincontent .moac .section.shortcuts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .maincontent .moac .section.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .maincontent .moac .post.autodisk-wrapper {
    padding: 0px;
  }
  .maincontent .moac .aside {
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  body.home .maincontent .moac .section.slideshow {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.home .maincontent .moac .section.slideshow .slide_navigation {
    display: block;
  }
  .btn.afspraak .icon {
    top: 7px !important;
  }
}
@media only screen and (max-width: 719px) {
  .maincontent .slideshow.figure {
    background-position: 150% auto;
  }
  .maincontent .moac .section.slideshow .article .heading {
    font-size: 22px;
    line-height: 26px;
  }
  .maincontent .moac .section.slideshow .article p {
    display: none;
  }
  .maincontent .moac .section.slideshow .article .btn {
    margin-bottom: 5px;
    float: none;
    width: 100%;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a {
    padding: 21px 25px;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a span {
    display: none;
  }
  .maincontent .moac .section.shortcuts {
    padding-top: 15px;
  }
  .maincontent .moac .post {
    float: none;
    width: 100%;
  }
  .maincontent .moac .aside {
    float: none;
    width: 100%;
    padding-left: 15px;
  }
  body.home .maincontent {
    padding-top: 220px;
  }
  body.home .maincontent .moac .post {
    padding: 0;
  }
  form .col-1-2 {
    width: 100%;
  }
  .wpcf7-form-control-wrap.werkzaamheden .wpcf7-list-item {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 719px) {
  .maincontent:not(.maincontent--car-configurator) {
    padding-top: 340px;
  }
  .maincontent .moac .aside .figure {
    background: blue;
    overflow: hidden;
  }
  .maincontent .moac .aside .figure img {
    width: 33.33333%;
    float: left;
  }
  .maincontent .moac .aside .figure .figcaption {
    width: 66.66666%;
    float: left;
    position: relative;
    height: 100%;
  }
  .maincontent .moac .post {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .maincontent .slideshow.figure {
    top: 50px;
  }
  .maincontent .slideshow.figure .overlay {
    height: 150%;
  }
  .maincontent .moac .section.slideshow .article {
    display: none;
  }
  .maincontent .moac .section.slideshow .slide_navigation {
    float: none;
    width: 100%;
    height: 200px;
    display: none;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a {
    padding: 15px 20px;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li a span {
    display: block;
  }
  .maincontent .moac .section.slideshow .slide_navigation ul li.active .pointer {
    display: none;
  }
  .maincontent .moac .section.shortcuts {
    display: none;
  }
  .maincontent .moac .section.shortcuts .shortcut_navigation ul li {
    float: none;
    width: 100%;
  }
  .maincontent .moac .section.shortcuts .shortcut_navigation ul li a {
    padding: 25px 20px 10px;
  }
  .maincontent .moac .section.shortcuts .shortcut_navigation ul li a:before {
    top: 14px;
    left: 22px;
    width: 8px;
  }
  .maincontent .moac .section.shortcuts .shortcut_navigation ul li a:after {
    top: 9px;
    left: 30px;
  }
  .maincontent .moac .post {
    padding: 0;
  }
  .maincontent .moac .aside .figure img {
    float: none;
    width: 100%;
    height: auto;
  }
  body.home .maincontent {
    padding-top: 150px;
  }
  body.home .maincontent .moac .section.slideshow .slide_navigation {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .tablepress {
    position: relative;
  }
  .tablepress:before {
    content: "Uw scherm is te klein voor deze tabel. Bekijk deze pagina op een groter scherm of bekijk deze in landscape.";
    height: auto;
    color: #e0485a;
  }
  .tablepress tbody,
  .tablepress thead,
  .tablepress tfoot,
  .tablepress caption {
    display: none;
  }
}
body.page-id-1288 .table_toggle,
body.page-id-1386 .table_toggle,
body.page-id-1421 .table_toggle,
body.page-id-1460 .table_toggle,
body.page-id-1502 .table_toggle,
body.page-id-1512 .table_toggle,
body.page-id-1478 .table_toggle,
body.page-id-1491 .table_toggle {
  display: none;
}
body.page-id-1288 .tablepress-table-name,
body.page-id-1386 .tablepress-table-name,
body.page-id-1421 .tablepress-table-name,
body.page-id-1460 .tablepress-table-name,
body.page-id-1502 .tablepress-table-name,
body.page-id-1512 .tablepress-table-name,
body.page-id-1478 .tablepress-table-name,
body.page-id-1491 .tablepress-table-name {
  display: none;
}
body.page-id-1288 .maincontent .moac .section.content .article .tablepress,
body.page-id-1386 .maincontent .moac .section.content .article .tablepress,
body.page-id-1421 .maincontent .moac .section.content .article .tablepress,
body.page-id-1460 .maincontent .moac .section.content .article .tablepress,
body.page-id-1502 .maincontent .moac .section.content .article .tablepress,
body.page-id-1512 .maincontent .moac .section.content .article .tablepress,
body.page-id-1478 .maincontent .moac .section.content .article .tablepress,
body.page-id-1491 .maincontent .moac .section.content .article .tablepress {
  max-height: inherit !important;
}
/**********************
Offerte button AutoDisk plugin
**********************/
.offerte-button-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: white;
  transform: translateY(-119px);
  transition: all 0.3s ease-in-out;
}
.offerte-button-wrapper.visible {
  transform: translateY(0px);
}
.offerte-button-wrapper .fixed-model {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "planet_estyleregular", sans-serif;
  font-size: 15px;
  font-weight: normal !important;
  letter-spacing: 0.02em;
  line-height: 30px;
}
.offerte-button-wrapper .btn-wrapper {
  text-align: center;
  margin-top: 10px;
}
.offerte-button-wrapper .fixed-btn {
  position: relative;
  width: auto;
  cursor: pointer;
  background-color: #2DBD14 !important;
  border: 1px solid #2DBD14 !important;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 18px !important;
  font-size: 14px !important;
}
.offerte-button-wrapper .fixed-btn:hover {
  background: #299c15 !important;
  border: 1px solid #299c15 !important;
}
.offerte-inner {
  position: relative;
  padding: 20px !important;
  min-height: 82px;
  height: auto;
}
.offerte-inner .back-to-overview {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: white !important;
  font-weight: 500;
}
.offerte-inner .back-to-overview:before {
  content: "";
  float: left;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  margin-top: 7px;
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .offerte-inner {
    text-align: center;
  }
  .offerte-inner .back-to-overview {
    position: relative;
    padding-left: 10px;
  }
  .offerte-inner .back-to-overview:before {
    position: absolute;
    left: 0px;
  }
}
@media only screen and (max-width: 560px) {
  .offerte-button-wrapper {
    transform: translateY(-102px);
  }
  .offerte-button-wrapper .fixed-model {
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
  }
  .offerte-button-wrapper .fixed-btn {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 10px;
    width: 100% !important;
  }
  .offerte-inner {
    text-align: center;
    padding: 10px !important;
  }
}
/**********************
Pricing manager API
**********************/
#autodisk-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.2rem;
  box-sizing: border-box;
}
#autodisk-form * {
  box-sizing: border-box;
}
#autodisk-form button[type="submit"] {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-appearance: none;
  background: #8a1f5a;
  color: #ffffff;
  border: 0;
  font-weight: bold !important;
  -webkit-font-smoothing: antialiased;
  height: 5rem !important;
  padding: 0 3.2rem !important;
  font-size: 1.4rem !important;
  cursor: pointer;
  margin-left: 1.6rem;
}
#autodisk-form button[type="submit"]:hover {
  background: #ab2670;
}
#autodisk-form select {
  display: block;
  background-color: white;
  height: 5rem !important;
  margin-left: 1.6rem;
  padding: 0 3.2rem 0 1.6rem !important;
  text-align: left;
  font-size: 1em;
  font-family: inherit;
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
#autodisk-form select:first-child {
  margin-left: 0;
}
#autodisk-form select[name="sortering"] {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  #autodisk-form {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #autodisk-form select {
    margin-left: 0;
    flex-basis: calc(50% - 0.8rem);
    max-width: calc(50% - 0.8rem);
    width: 100%;
    margin-bottom: 0.8rem;
  }
  #autodisk-form select[name="brand"] {
    order: 1;
  }
  #autodisk-form select[name="transmission"] {
    order: 2;
  }
  #autodisk-form select[name="fuel"] {
    order: 3;
  }
  #autodisk-form select[name="sortering"] {
    order: 4;
  }
  #autodisk-form button[type="submit"] {
    order: 5;
    margin-top: 0.8rem;
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 500px) {
  #autodisk-form select {
    margin-bottom: 0.8rem;
  }
  #autodisk-form select,
  #autodisk-form button[type="submit"] {
    margin-left: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.actie-autos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}
.actie-autos__no-results {
  padding: 1.6rem;
  margin: 1.6rem;
  width: 100%;
  background-color: white;
}
.actie-autos__no-results p {
  margin: 0;
}
.actie-autos .auto-box {
  text-decoration: none;
  width: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  padding: 1.6rem;
}
.actie-autos .auto-box .auto-wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  height: 100%;
}
.actie-autos .auto-box .img-wrapper {
  height: 27.6rem;
  position: relative;
}
.actie-autos .auto-box .img-wrapper .price-tag-wrapper.sale .sale-tag {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 1.5rem;
  right: 13rem;
  background-color: #b76492;
  border-radius: 0.4rem;
  color: white;
  width: 7rem;
  height: 7rem;
}
.actie-autos .auto-box .img-wrapper .car-img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.actie-autos .auto-box .img-wrapper .price-tag {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  background-color: #FFB600;
  border-radius: 100%;
  color: white;
  width: 10rem;
  height: 10rem;
}
.actie-autos .auto-box .img-wrapper .price-tag .tag-wrapper {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.actie-autos .auto-box .img-wrapper .price-tag span {
  display: block;
  margin-bottom: 0.5rem;
}
.actie-autos .auto-box .img-wrapper .price-tag span:first-child {
  font-size: 1.3rem;
}
.actie-autos .auto-box .img-wrapper .price-tag span:last-child {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.actie-autos .auto-box .img-wrapper .price-tag span.price {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  font-size: 2.2rem;
}
.actie-autos .auto-box .img-wrapper .sale-tag .tag-wrapper {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.actie-autos .auto-box .img-wrapper .sale-tag span {
  display: block;
  margin-bottom: 5px;
}
.actie-autos .auto-box .img-wrapper .sale-tag span.price {
  font-size: 20px;
  font-weight: bold;
  text-decoration: line-through;
}
.actie-autos .auto-box .img-wrapper .sale-tag span.price.price--poa {
  font-size: 16px;
}
.actie-autos .auto-box .extra-tag ul {
  margin: 0.8rem -0.4rem;
  display: flex;
}
.actie-autos .auto-box .extra-tag ul li {
  display: flex;
  flex-direction: row;
  font-size: 1.3rem;
  line-height: 2.6rem;
  color: #46132A;
  background: rgba(117, 26, 76, 0.1);
  opacity: 0.8;
  margin: 0 0.2rem;
  padding: 0.2rem 1.2rem;
  text-transform: lowercase;
  border-radius: 0.2rem;
}
.actie-autos .auto-box .car-info {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3.2rem 4rem;
  flex-grow: 1;
}
.actie-autos .auto-box .car-info .title {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-weight: bold !important;
  color: #333132;
  padding-bottom: 0.4rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.actie-autos .auto-box .car-info .link {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #8a1f5a;
  margin-top: auto;
}
.actie-autos .auto-box .car-info .link .order-icon {
  padding-left: 1.2rem;
  transform: translateX(0px);
  transition: all 0.2s ease-in-out;
}
.actie-autos .auto-box .car-info .link .order-icon svg {
  widht: 1.1rem;
  height: 0.8rem;
}
@media only screen and (max-width: 1199px) {
  .actie-autos .auto-box .car-info {
    padding: 2.4rem;
  }
  .actie-autos .auto-box .img-wrapper {
    height: 23rem;
  }
}
@media only screen and (max-width: 991px) {
  .actie-autos .auto-box {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .actie-autos .auto-box {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/**********************
Autodisk single
**********************/
.autodisk-single .left {
  width: 40%;
  float: left;
  padding: 0 30px;
  padding-top: 5.6rem;
}
.autodisk-single .right {
  width: 60%;
  float: left;
  padding: 60px 0 0;
  position: relative;
  background: #f8f3f6;
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 767px) {
  .autodisk-single .left {
    width: 100%;
    padding: 0;
    order: 1;
  }
  .autodisk-single .right {
    width: 100%;
    padding: 30px 0;
  }
  .maincontent .moac .section.content.autodisk-single {
    background-color: #f8f3f6;
  }
}
/**********************
Pricing Manager Detail
**********************/
.car-configurator {
  display: flex;
  flex-flow: row wrap;
}
.car-configurator h2 {
  font-weight: bold !important;
  font-size: 16px;
  color: inherit;
}
.car-configurator__heading {
  flex: 1 1 100%;
  margin-bottom: 1.5rem;
}
.car-configurator__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid rgba(137, 33, 89, 0.2);
  padding: 0 60px 1.5rem;
}
.car-configurator__row.car-configurator__row-color {
  flex-flow: row;
}
.car-configurator__row.car-configurator__row-color h2,
.car-configurator__row.car-configurator__row-color .car-configurator__input {
  flex: 0 1 50%;
  margin-bottom: 0px;
}
.car-configurator__row .car-configurator__information {
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.car-configurator__row .car-configurator__information-title {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.car-configurator__row .car-configurator__information-title:hover {
  color: #8a1f5a;
}
.car-configurator__row--no-bottom {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.car-configurator__row--contactform {
  background: #8a1f5a;
  border-bottom: 0;
  margin: 6rem;
  padding: 4rem;
  color: white;
}
.car-configurator__row--contactform h2 {
  padding: 0 0.8rem;
  font-size: 2rem;
}
.car-configurator__row--contactform .btn {
  margin: 0.8rem;
  margin-top: 1.6rem;
  width: 100%;
}
.car-configurator__input {
  display: flex;
  align-items: center;
  flex: 1 1 50%;
  margin: 0 0 10px;
  line-height: 110%;
}
.car-configurator__input label {
  display: inherit;
  align-items: inherit;
  cursor: pointer;
}
.car-configurator__input input {
  opacity: 0;
  position: absolute;
  margin: 0;
}
.car-configurator__input input:checked ~ [class*="-ui"]::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.car-configurator__input-ui {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  margin: 0 8px 0 0;
  display: inherit;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  flex-shrink: 0;
}
.car-configurator__input-ui:before {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transform-origin: center;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #8a1f5a;
  border-radius: inherit;
  transition: all 0.2s ease;
}
.car-configurator__input-ui--checkbox {
  border-radius: 0;
}
.car-configurator__input-preview {
  position: relative;
  width: 32px;
  height: 20px;
  margin: 0 8px 0 0;
  border-radius: 4px;
  flex-shrink: 0;
}
.car-configurator__input-preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.car-configurator__own-options {
  display: flex;
  flex-direction: row;
}
.car-configurator__own-options .car-configurator__input-checkmark {
  padding-right: 10px;
}
.car-configurator__own-options .car-configurator__input-label {
  position: relative;
}
.car-configurator__select {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  margin: 0 0 8px;
}
.car-configurator__select select {
  min-width: 150px;
  background-color: white;
  color: inherit;
  font-family: inherit;
  height: auto;
  padding: 7px 24px 7px 12px;
  -webkit-appearance: none;
}
.car-configurator__select-label {
  flex: 0 1 50%;
}
.car-configurator__select-wrap {
  position: relative;
}
.car-configurator__select-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-image: url("/wp-content/themes/technolease/static/images/iconmonstr-arrow-80.svg");
  background-size: contain;
}
.car-configurator__additional-costs {
  color: rgba(0, 0, 0, 0.5);
}
.car-configurator__price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: normal;
  font-weight: bold;
  flex: 1 1 100%;
}
.car-configurator__price--summary {
  flex: 0 1 auto;
  margin: 0 30px 0 0;
}
.car-configurator__price--summary .car-configurator__price-value {
  font-size: 26px;
  color: white;
}
.car-configurator__price--summary .car-configurator__price-period {
  color: white;
}
.car-configurator__price-currency {
  font-size: 18px;
  color: #8a1f5a;
  display: none;
}
.car-configurator__price-value {
  font-family: "planet_estyleregular", sans-serif;
  font-size: 3rem;
  display: inline-block;
  margin: 0 4px 0 0;
  color: #8a1f5a;
}
.car-configurator__price-period {
  display: block;
  font-weight: normal;
  padding-bottom: 0.4rem;
  margin-left: 0.4rem;
  color: #8a1f5a;
  opacity: 0.8;
}
.car-configurator__specs {
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid #eee;
}
.car-configurator__information {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px 30px;
  margin-bottom: 10px;
}
.car-configurator__information .car-configurator__location-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.car-configurator__information .car-configurator__information-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.car-configurator__information .car-configurator__information-title.open:before {
  transform: translate(0, -50%) rotate(90deg);
}
.car-configurator__information .car-configurator__information-title.standard_open:before {
  transform: translate(0, -50%) rotate(90deg);
}
.car-configurator__information .car-configurator__information-title.standard_open.open:before {
  transform: translate(0, -50%) rotate(0deg);
}
.car-configurator__information .car-configurator__information-title:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: black;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.car-configurator__information .car-configurator__information-title:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: black;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
.car-configurator__information .car-configurator__information-col {
  padding-top: 20px;
  display: none;
}
.car-configurator__information .car-configurator__information-col.standard_open {
  display: block;
}
.car-configurator__location {
  margin-bottom: 10px;
}
.car-configurator__location .car-configurator__location-title {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px 30px 5px 30px;
}
.car-configurator__location .car-configurator__location-location {
  background: rgba(0, 0, 0, 0.03);
  padding: 0px 30px 25px 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.car-configurator__usps {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.car-configurator__usps li {
  list-style: none;
  position: relative;
  flex: 0 1 48%;
  padding-left: 20px;
  margin: 0 0 8px;
}
.car-configurator__usps li:before {
  content: "";
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url("/wp-content/themes/technolease/static/images/iconmonstr-check-mark-1.svg");
  background-size: contain;
}
.car-configurator__summary {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 60px;
  background-color: rgba(0, 0, 0, 0.7);
}
.car-configurator__summary .btn {
  margin: 0;
  background-color: #2DBD14;
  border-color: #2DBD14;
  color: white;
}
.car-configurator__summary .btn:hover {
  background-color: #299c15;
  border-color: #299c15;
}
.car-configurator__summary-title {
  color: white;
  flex: 1 1 100px;
  font-family: "planet_estyleregular", sans-serif;
  font-size: 18px;
  margin: 0 30px 0 0;
}
.car-configurator__table-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.car-configurator__table-col {
  flex: 0 1 48%;
}
.car-configurator__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 0.8rem;
}
.car-configurator__form input {
  padding: 0 2.4rem;
  border-radius: 0 !important;
  border: 0 !important;
  display: inherit;
  height: 5rem;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.car-configurator__form input:invalid {
  border-color: red;
}
.car-configurator__form input:focus {
  border-color: #8a1f5a;
}
.car-configurator__form label {
  margin-top: 8px;
  flex: 0 1 50%;
  font-size: 1.4rem;
}
.car-configurator__form label:nth-of-type(1) {
  margin-top: 0;
}
.car-configurator__form span {
  position: absolute;
  padding: 0;
  right: -15px;
}
.car-configurator__red {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  color: white;
  opacity: 0.6;
  margin-top: -1.5rem;
  font-size: 1.4rem;
  padding: 0 0.8rem;
}
.is-fixed {
  position: fixed;
}
@media (max-width: 1024px) {
  .car-configurator__input {
    flex: 1 1 100%;
  }
  .car-configurator__select select {
    font-size: 1rem;
  }
  .car-configurator__usps li {
    flex: 1 1 100%;
  }
}
@media (max-width: 1023px) {
  .car-configurator__summary-title {
    flex: 1 1 100%;
    margin: 0 0 6px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .car-configurator__row {
    padding: 0 0 1.5rem;
  }
  .car-configurator__row--contactform {
    margin: 0;
    padding: 2.4rem;
    flex-direction: column;
    flex-flow: column;
    margin-bottom: 1.6rem;
  }
  .car-configurator__row--contactform h2 {
    padding-left: 0;
  }
  .car-configurator__row--contactform .btn {
    padding: 1.6rem;
    margin: 1.6rem 0 0;
  }
  .car-configurator__specs {
    padding: 15px;
  }
  .car-configurator__summary {
    order: 100;
    padding: 15px 30px;
  }
  .car-configurator__summary.is-fixed {
    padding: 8px 15px;
  }
  .car-configurator__summary-title {
    display: none;
  }
  .car-configurator__form {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0.8rem 0;
  }
}
/**********************
Car slider
**********************/
.car-slider {
  margin: 0 0 30px;
}
.car-slider__current {
  padding: 0 30px;
}
.car-slider__thumbs {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.car-slider__thumbs:before,
.car-slider__thumbs:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: white;
  filter: blur(4px);
  z-index: 1;
}
.car-slider__thumbs:before {
  left: -10px;
}
.car-slider__thumbs:after {
  right: -10px;
}
.car-slider__thumbs img {
  cursor: pointer;
}
@media (max-width: 767px) {
  .car-slider {
    width: 100%;
  }
  .car-slider__thumbs:before,
  .car-slider__thumbs:after {
    background-color: #f8f3f6;
  }
}
.error:not([style*="display: none;"]) ~ input {
  border-color: red;
}
.spacing {
  height: 20px;
}
.white-text {
  color: white;
}
.noborder {
  border-bottom: 0px;
}
[v-cloak] {
  display: none;
}
/* Algemeen autonieuws */
.autonieuws-wrapper.post {
  padding: 30px !important;
}
.maincontent .moac .autonieuws-wrapper .section.content:before {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 1340px;
  height: 100%;
  background-color: #FAFAFD;
  content: "";
  z-index: 0;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .article {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid rgba(212, 212, 213, 0.5);
  background: white;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .article .head {
  float: none;
  padding: 30px;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .article .head .date {
  float: none;
  padding-bottom: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .article .head h2 {
  float: none;
  font-family: "planet_estyleregular", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.02em;
  color: #8a1f5a;
  padding-bottom: 7px;
  font-size: 18px;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .article .head p {
  font-size: 14px;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .article img {
  width: 400px;
  height: 100%;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .autonieuws-pagination {
  position: relative;
  z-index: 1;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .autonieuws-pagination ul li {
  float: left;
  padding: 0 10px 0 0;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .autonieuws-pagination ul li a.current {
  font-weight: bold;
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .overlay {
  position: absolute;
  z-index: 100;
  height: calc(100% - 81px);
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.maincontent .moac .autonieuws-wrapper .section.content .autonieuws-inner .overlay img {
  position: fixed;
}
/**************
Nieuwsbrief formulier (Mailchimp)
**************/
#mc_embed_signup {
  margin-top: 32px;
}
#mc_embed_signup form .indicates-required {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 8px;
}
#mc_embed_signup form .mc-field-group {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 8px;
}
#mc_embed_signup form .mc-field-group label,
#mc_embed_signup form .mc-field-group br {
  display: none;
}
#mc_embed_signup form .mc-field-group input {
  width: 100%;
  height: 50px;
  padding: 16px;
  font-size: 13px;
  border: 1px solid #e4d3dd;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
#mc_embed_signup form .mc-field-group.has-required:before {
  position: absolute;
  content: "*";
  right: 16px;
  top: 16px;
  width: 8px;
  height: 8px;
  color: red;
  font-size: 14px;
}
#mc_embed_signup form .mc-submit {
  padding: 8px;
}
#mc_embed_signup form .mc-submit input {
  cursor: pointer;
  -webkit-appearance: none;
}
#mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
}
@media (max-width: 991px) {
  #mc_embed_signup_scroll {
    width: 100%;
    margin-left: 0;
  }
  #mc_embed_signup form .indicates-required {
    padding: 8px 0;
  }
  #mc_embed_signup form .mc-field-group {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 8px 0;
  }
  #mc_embed_signup form .mc-submit {
    padding: 8px 0;
    width: 100%;
  }
  #mc_embed_signup form .mc-submit input {
    width: 100%;
  }
}
.autolease {
  width: 100%;
}
.autolease h1,
.autolease h2,
.autolease h3,
.autolease h4,
.autolease h5,
.autolease h6,
.autolease p {
  width: 50%;
}
.autolease .container {
  padding: 0;
}
@media only screen and (max-width: 850px) {
  .autolease .container {
    padding: 0 0.9rem;
  }
}
@media only screen and (max-width: 640px) {
  .autolease .container {
    padding: 0;
  }
}
.page-intro {
  display: none;
}
.page-intro--show {
  display: flex;
}
.page-intro__columns {
  margin-bottom: 3.2rem;
}
body.page-template-page-autodiskplugin .page-intro ul,
body.page-template-page-pricing-manager .page-intro ul {
  background: #14A183;
  margin: 0;
  padding: 2.4rem 7.2rem 2.4rem 2.4rem;
  display: inline-flex;
  flex-direction: column;
  float: right;
}
body.page-template-page-autodiskplugin .page-intro ul li,
body.page-template-page-pricing-manager .page-intro ul li {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  padding-left: 2.8rem;
  color: white;
}
body.page-template-page-autodiskplugin .page-intro ul li:before,
body.page-template-page-pricing-manager .page-intro ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("/wp-content/themes/technolease/static/svg/checkmark-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  body.page-template-page-autodiskplugin .page-intro ul,
  body.page-template-page-pricing-manager .page-intro ul {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .autolease h1,
  .autolease h2,
  .autolease h3,
  .autolease h4,
  .autolease h5,
  .autolease h6,
  .autolease p {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .autolease .container {
    margin-top: 0;
  }
}
.autodisk-car-configurator-geel-plugin .breadcrumbs {
  display: none !important;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar {
  padding: 0 !important;
  padding-right: 1.6rem !important;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .slider-handle {
  margin-top: -0.5rem;
  border-radius: 50%;
  background-image: none;
  background-color: #D4D4D4;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0;
  cursor: pointer;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .slider-handle:first-child {
  margin-left: -0.2rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box {
  padding: 1.6rem 0;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.prive-kilometer-per-jaar-filter-box select,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.merk-filter-box select,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.model-filter-box select,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.belastings-percentage-filter-box select,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.looptijd-filter-box select,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.kilometer-per-jaar-filter-box select {
  height: 5rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  background: white;
  border: 0;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.eigen-bijdrage-filter-box input[type="text"] {
  padding: 0 1.6rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.acceleratie-filter-box,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.vermogen-filter-box {
  display: none !important;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.text-filter-filter-box .box-content {
  position: relative;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.text-filter-filter-box .box-content:before {
  position: absolute;
  content: "";
  right: 2.4rem;
  top: 1.6rem;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../svg/search-loop.svg");
  background-size: 17px;
  background-repeat: no-repeat;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.text-filter-filter-box .box-content:placeholder {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #1D1D1D;
  opacity: 0.4;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.bijtellings-percentage-filter-box .box-content > div,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.brandstof-etiket-filter-box .box-content > div {
  display: flex;
  flex-direction: row;
  margin-left: -0.8rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.bijtellings-percentage-filter-box .box-content > div label,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.brandstof-etiket-filter-box .box-content > div label {
  margin: 0;
  padding: 0 0.8rem;
  flex-direction: column;
  width: auto;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.bijtellings-percentage-filter-box .box-content > div .label,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.brandstof-etiket-filter-box .box-content > div .label {
  padding: 0;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.co2-uitstoot-filter-box .box-header,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.gemiddeld-verbruik-filter-box .box-header,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.auto-prijs-filter-box .box-header,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.acceleratie-filter-box .box-header,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.vermogen-filter-box .box-header {
  margin-bottom: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.co2-uitstoot-filter-box .box-content > div,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.gemiddeld-verbruik-filter-box .box-content > div,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.auto-prijs-filter-box .box-content > div,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.acceleratie-filter-box .box-content > div,
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.vermogen-filter-box .box-content > div {
  width: calc(100% - 1.6rem);
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.co2-uitstoot-filter-box .box-content input[type="text"],
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.gemiddeld-verbruik-filter-box .box-content input[type="text"],
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.auto-prijs-filter-box .box-content input[type="text"],
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.acceleratie-filter-box .box-content input[type="text"],
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-box.vermogen-filter-box .box-content input[type="text"] {
  margin-top: 1.6rem;
  width: 9rem;
  text-align: left;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: rgba(51, 49, 50, 0.8);
  padding-left: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .filter-area > .box-header {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  padding: 1.4rem 2.4rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  background: #77274F;
  color: #fff;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-header {
  color: #333132;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-header.collapsible-box-header {
  position: relative;
  margin: 0;
  margin-bottom: 1.2rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-header.collapsible-box-header:before {
  position: absolute;
  content: "";
  right: 2.4rem;
  top: 2.2rem;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../svg/sidebar-collapse.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  transform-origin: center center;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-header.collapsible-box-header:after {
  display: none;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-header.collapsible-box-header.closed:before {
  transform: rotate(180deg);
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-content > div {
  display: flex;
  flex-direction: column;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-content > div label {
  display: flex !important;
  padding: 0.2rem 0;
  flex-direction: row;
  align-items: center;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-content input[type="text"] {
  height: 5rem;
  border: 0.1rem solid #D4D4D4;
  padding: 1.2rem 2.4rem;
}
.autodisk-car-configurator-geel-plugin .filter-sidebar .box-content input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .col-1-1 {
  padding: 0 !important;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .row {
  margin: 0 !important;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .merk-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0 !important;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  margin: 0 !important;
  padding: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk a {
  display: inline-flex;
  width: 100%;
  background: white;
  padding: 2.4rem 3.2rem;
  justify-content: space-between;
  align-items: center;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk .merk-logo-container {
  width: 5.6rem;
  height: 5.6rem !important;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk .merk-naam {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #46132A;
  margin-top: 0 !important;
  padding-right: 2.3rem;
}
.autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk .merk-naam:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 0.8rem;
  background-image: url('../svg/arrow-right-purple.svg');
  background-size: 11px;
  background-repeat: no-repeat;
}
.autodisk-car-configurator-geel-plugin .model-list-page,
.autodisk-car-configurator-geel-plugin .zoek-page {
  padding-top: 6.4rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .summary .count-wrapper span,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .summary .count-wrapper span {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #31323B;
  font-size: 3.2rem;
  line-height: 4.8rem;
  width: auto;
  height: auto;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model a,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model a {
  background: transparent !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-foto,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-foto {
  background-size: contain !important;
  height: 16rem !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .uitvoering-container,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .uitvoering-container {
  margin-top: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .uitvoering-container h2,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .uitvoering-container h2 {
  display: none;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .uitvoering-container table thead,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .uitvoering-container table thead {
  display: none;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .uitvoering-container tbody tr,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .uitvoering-container tbody tr {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.1rem solid #cfcfcf;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .uitvoering-container tbody tr td.vergelijk-cell .uitvoering-link,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .uitvoering-container tbody tr td.vergelijk-cell .uitvoering-link {
  display: flex;
  text-align: left;
  padding: 0;
}
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .uitvoering-container tbody tr td.vergelijk-cell .uitvoering-link svg,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .uitvoering-container tbody tr td.vergelijk-cell .uitvoering-link svg {
  width: 0.7rem;
  margin-left: 0.8rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page .row,
.autodisk-car-configurator-geel-plugin .zoek-page .row {
  margin: 0;
}
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 {
  padding: 0;
  padding-left: 1.6rem;
  margin-top: -7.2rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4 .content,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 .content,
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4 .model-list,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 .model-list {
  padding: 0;
}
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4 .content,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 .content {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4 .content .model-count,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 .content .model-count {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #31323B;
  font-size: 3.2rem;
  line-height: 4.8rem;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4 .content .auto-naam,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 .content .auto-naam {
  padding-left: 0.8rem;
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin: 0 !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page .col-3-4 .content .auto-naam span,
.autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 .content .auto-naam span {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #31323B;
  font-size: 3.2rem;
  line-height: 4.8rem;
  width: auto;
  height: auto;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 3.2rem);
  max-width: calc(100% + 3.2rem);
  margin-left: -1.6rem !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model {
  position: relative;
  text-decoration: none;
  font-weight: normal;
  display: flex !important;
  flex-direction: column;
  padding: 1.6rem !important;
  flex-basis: 33.3333% !important;
  max-width: 33.3333% !important;
  width: 33.3333% !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model > a,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model > a,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model > a,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model > a {
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-header,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-header,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-header,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-header {
  display: none;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content {
  background: white;
  padding: 2.4rem 4rem 0 4rem !important;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content .info,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content .info,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .info,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .info {
  display: none;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content .auto-foto,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content .auto-foto,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-foto,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-foto {
  max-width: 25rem;
  max-height: 18rem;
  margin: 0 auto;
  margin-top: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content .auto-naam,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content .auto-naam,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-naam,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-naam {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #333132;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 2.4rem 0 1.1rem 0;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content .auto-prijs-vanaf,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content .auto-prijs-vanaf,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-prijs-vanaf,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-prijs-vanaf {
  display: flex !important;
  flex-direction: column;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content .auto-prijs-vanaf .label,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content .auto-prijs-vanaf .label,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-prijs-vanaf .label,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-prijs-vanaf .label {
  display: inline-flex;
  margin-right: 0;
  color: #1D1D1D;
  opacity: 0.7;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  line-height: 2rem;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content .auto-prijs-vanaf .prijs,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content .auto-prijs-vanaf .prijs,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-prijs-vanaf .prijs,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-prijs-vanaf .prijs {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #46132A;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-footer,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-footer,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-footer,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-footer {
  display: flex;
  align-items: flex-end;
  background: white;
  padding: 2.4rem 4rem 3.2rem 4rem;
  flex-grow: 1;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-footer .button,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-footer .button,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-footer .button,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-footer .button {
  margin: 0;
  padding: 0;
  height: 5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0 !important;
  background: #fbba01;
  color: white;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.autodisk-car-configurator-geel-plugin .model-list-page .model-list .model:hover .box-footer .button,
.autodisk-car-configurator-geel-plugin .zoek-page .model-list .model:hover .box-footer .button,
.autodisk-car-configurator-geel-plugin .model-list-page #search-results .model:hover .box-footer .button,
.autodisk-car-configurator-geel-plugin .zoek-page #search-results .model:hover .box-footer .button {
  background: #8a1f5a;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page {
  padding-top: 6.2rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .row {
  margin: 0;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .col-3-4 {
  padding: 0;
  padding-left: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list {
  margin-top: -7.2rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info {
  position: relative;
  margin: 0;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .content {
  padding: 0 !important;
  margin-bottom: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .car-image {
  position: absolute;
  right: 8rem;
  top: -4rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .uitvoering-count {
  display: none;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .auto-naam {
  padding-left: 0.8rem;
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin: 0 !important;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .auto-naam span {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #31323B;
  font-size: 3.2rem;
  line-height: 4.8rem;
  width: auto;
  height: auto;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group {
  background: white;
  padding: 7.2rem 8rem 2rem 8rem !important;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group:last-child {
  padding: 2rem 8rem 8rem 8rem !important;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group h2 {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  color: #333132;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  width: 100%;
  line-height: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table {
  table-layout: auto !important;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table thead tr th {
  background: #77274F;
  padding: 1.4rem 2.4rem !important;
  color: white;
  text-align: left;
  font-size: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr {
  border: 0.1rem solid #D4D4D4;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td {
  padding: 1.4rem 2.4rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #1D1D1D;
  opacity: 0.8;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td.vergelijk-cell {
  text-align: right;
  opacity: 1;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td.vergelijk-cell .uitvoering-link--purple {
  color: #77274F;
  font-weight: bold;
  opacity: 1;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td.vergelijk-cell .uitvoering-link--purple svg {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.8rem;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td .info-link {
  display: none;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td a {
  color: #1D1D1D;
  font-weight: normal;
}
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .filter-area .filter-box.acceleratie-filter-box,
.autodisk-car-configurator-geel-plugin .uitvoering-list-page .filter-area .filter-box.vermogen-filter-box {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page {
  padding: 0 1.6rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .row {
  margin: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .auto-naam {
  width: 100%;
  margin-bottom: 3.2rem !important;
  line-height: 3.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .auto-naam .subtitle {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
  color: #77274F;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .auto-naam span {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #31323B;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .col-3-4 {
  padding: 0;
  width: calc(100% - 48rem);
}
.autodisk-car-configurator-geel-plugin .calculatie-page .row {
  margin-bottom: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .row:last-child {
  display: flex;
  flex-direction: row-reverse;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar {
  width: 48rem;
  padding: 0;
  padding-left: 8rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container {
  background: #46132A;
  padding: 4rem 4.8rem;
  z-index: 888 !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container .offerte-button {
  background: #FFB600;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  border: 0;
  height: 5.6rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container .offerte-button:hover {
  background: #e6ad07;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container-bottom {
  background: #46132A;
  padding: 4rem 4.8rem;
  margin-top: -6.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container-bottom .button {
  background: transparent;
  border: 0.1rem solid white;
  font-weight: normal;
  color: white;
  height: 4.8rem;
  font-size: 1.5rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container {
  background: white;
  padding: 4.8rem 4.8rem 4rem 4.8rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container #prive-kosten-container {
  padding: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container #prive-kosten-container .netto-bijtelling-per-maand {
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: space-between;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container #prive-kosten-container .netto-bijtelling-per-maand .label {
  color: #31323B;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container #prive-kosten-container .netto-bijtelling-per-maand .content {
  font-weight: bold;
  color: #46132A;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container .auto-prijs-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container .auto-prijs-container .label {
  color: #31323B;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container .auto-prijs-container .auto-prijs {
  font-weight: bold;
  color: #46132A;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container {
  background: white;
  padding: 0 4.8rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-header.collapsible-box-header,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-header.collapsible-box-header {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .form-row,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row {
  padding-bottom: 1.6rem;
  margin-bottom: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .form-row .label,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row .label {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  color: #1D1D1D;
  font-weight: bold;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .form-row .content,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row .content {
  color: rgba(29, 29, 29, 0.8);
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .form-row .content select,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row .content select {
  height: 4rem;
  padding: 0 1.6rem;
  font-size: 1.3rem;
  color: rgba(29, 29, 29, 0.4);
  border: 0.1rem solid #D4D4D4;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .form-row .content select::-ms-expand,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row .content select::-ms-expand {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .form-row .content input[type="text"],
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row .content input[type="text"] {
  height: 4rem;
  padding: 0 1.6rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .meer-instellingen .box-content,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .meer-instellingen .box-content {
  display: block !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content .meer-instellingen .box-content label,
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .meer-instellingen .box-content label {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: rgba(29, 29, 29, 0.8);
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container {
  padding-bottom: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content .form-row.fiscale-waarde {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container {
  background: white;
  padding: 0 4.8rem 4.8rem 4.8rem;
  position: relative;
  z-index: 10;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container > .box-header.collapsible-box-header {
  position: relative;
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  height: 4rem;
  background: rgba(186, 140, 165, 0.3);
  color: #46132A;
  font-size: 1.5rem;
  padding: 0 1.6rem;
  line-height: 4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container > .box-header.collapsible-box-header:after {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container > .box-header.collapsible-box-header:before {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url('../svg/sidebar-collapse--purple.svg');
  background-size: 10px;
  background-repeat: no-repeat;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie {
  margin-bottom: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie .box-header.collapsible-box-header {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  color: #1D1D1D;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie .box-header.collapsible-box-header:after {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie .box-content {
  text-transform: uppercase;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie .box-content .optie-table {
  table-layout: auto;
  border: 0;
  border-spacing: 0;
  padding: 0.4rem 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie .box-content .optie-table:first-child {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container #gekozen-opties .opties .categorie .box-content .optie-table .cell {
  font-size: 1.3rem;
  color: rgba(29, 29, 29, 0.8);
  line-height: 2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container .totaal-prijs {
  padding-top: 1.2rem;
  border-top: 0.1rem solid #D4D4D4;
  margin-top: 1.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container .totaal-prijs .label {
  color: #31323B;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container .totaal-prijs .prijs {
  float: right;
  font-weight: bold;
  color: #46132A;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container {
  position: relative;
  margin-bottom: 4.8rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .thumbnail-container {
  display: flex !important;
  justify-content: center;
  position: absolute;
  bottom: 2.4rem;
  width: 100%;
  z-index: 40;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .thumbnail-container a {
  padding: 0 0.8rem;
  width: 8rem;
  height: 4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .thumbnail-container a img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.1rem solid #F4F4F4;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery {
  height: 48rem !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery button {
  background: #F4F4F4;
  width: 5.6rem !important;
  height: 5.6rem !important;
  z-index: 50 !important;
  opacity: 1 !important;
  border: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  background-image: url('../svg/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: center center;
  right: 0;
  left: unset;
  cursor: pointer;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery > div {
  height: 48rem !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery > div:last-child {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container {
  margin-bottom: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-header.collapsible-box-header {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #46132A;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-header.collapsible-box-header:after {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-content .form-row {
  margin-bottom: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-content .form-row .label {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-content .form-row .content {
  position: relative;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-content .form-row .content input[type="text"] {
  height: 5rem;
  background: white;
  border: 0.1rem solid #D4D4D4;
  padding: 0 2.4rem;
  font-size: 1.5rem;
  color: #1D1D1D;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #zoek-opties-container .box-content .form-row .content:before {
  position: absolute;
  content: "";
  right: 1.8rem;
  top: 1.6rem;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../svg/search-loop.svg");
  background-size: 17px;
  background-repeat: no-repeat;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container {
  border-left: 0.1rem solid #D4D4D4;
  border-right: 0.1rem solid #D4D4D4;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie {
  border-bottom: 0.1rem solid #46132A;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-header.collapsible-box-header {
  position: relative;
  background: #77274F;
  height: 5rem;
  color: white;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-header.collapsible-box-header:after {
  position: absolute;
  right: 2.4rem;
  border-color: white;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table {
  border-spacing: 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .row {
  background: white;
  border-spacing: 0;
  margin: 0 !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .row .cell {
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #D4D4D4;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .cell {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .cell.optie-input-cell {
  width: 2.8rem !important;
  text-align: right !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .cell.optie-input-cell input[type="checkbox"] {
  width: 1.2rem;
  height: 1.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .cell:nth-child(2) {
  width: 10rem !important;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .cell .beschrijving {
  color: #1D1D1D;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .optie-table .cell .bijzonderheden {
  color: rgba(29, 29, 29, 0.6);
  font-size: 1.3rem;
  line-height: 2rem;
  opacity: 1 !important;
  padding-right: 4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container {
  margin-top: 4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-header.collapsible-box-header {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #46132A;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-header.collapsible-box-header:after {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content {
  background: white;
  border: 0.1rem solid #D4D4D4;
  padding: 2.4rem 2.4rem 1.4rem 2.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row .content {
  width: 100%;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row .content select,
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row .content input[type="text"] {
  height: 4rem;
  background: white;
  border: 0.1rem solid #D4D4D4;
  width: 100%;
  padding: 0 1.6rem;
  color: #1D1D1D;
  font-size: 1.3rem;
  line-height: 2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row .label {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1D1D1D;
  width: 21rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row input[type="submit"] {
  height: 5rem;
  background: #FFB600;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2rem;
  border: 0;
  padding: 0 3.2rem;
  margin-top: 0.6rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table {
  margin-bottom: 4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .box-header {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #46132A;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  display: flex;
  flex-direction: row;
  padding: 0.4rem 0;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li:before {
  display: none;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li span {
  display: inline-flex;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  color: #1D1D1D;
  font-size: 1.3rem;
  line-height: 2rem;
  opacity: 0.8;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li span:first-child {
  font-weight: bold;
  opacity: 1;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #standaard-opties {
  margin-bottom: 5.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #standaard-opties .box-header {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  color: #46132A;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #standaard-opties ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #standaard-opties ul li {
  position: relative;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  display: inline-flex;
  color: #1D1D1D;
  font-size: 1.3rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0.4rem 0;
  padding-left: 2.4rem;
}
.autodisk-car-configurator-geel-plugin .calculatie-page #standaard-opties ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.8rem;
  width: 1.3rem;
  height: 1rem;
  background-image: url('../svg/standard-options-checkmark.svg');
  background-size: 13px;
  background-repeat: no-repeat;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper #autodisk-optie-mutatie-container .optie-table .row .cell {
  font-weight: bold !important;
  color: #31323B !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper #autodisk-optie-mutatie-container .optie-table .row.header-row .cell {
  font-weight: bold !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper #autodisk-optie-mutatie-container .cluster {
  margin-bottom: 1.6rem !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper #autodisk-optie-mutatie-container .cluster .optie-table:last-child {
  margin-bottom: 1.6rem !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper #autodisk-optie-mutatie-container #optie-mutatie-confirm-button {
  margin-top: 1.6rem;
  background: #FFB600;
  color: white;
  border: 0;
  height: 5rem;
  font-weight: bold;
  cursor: pointer;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier {
  padding: 6.4rem 4rem 4rem 4rem !important;
  width: 100% !important;
  max-width: 70rem !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .close {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0;
  background: #BA8CA5;
  border: 0;
  color: white;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .header {
  position: relative;
  margin-bottom: 2.4rem !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .header h1 {
  margin-bottom: 1.2rem !important;
  font-size: 3rem !important;
  line-height: 4rem !important;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .header p {
  color: #4A4A4A;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0;
  margin-bottom: 0;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  color: #1D1D1D;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .content input[type="text"] {
  height: 5rem;
  padding: 0 2.4rem;
  font-size: 1.4rem;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .content input[type="text"]::placeholder {
  color: #A5A5A5;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .submit {
  height: 5.6rem;
  background: #FFB600;
  color: white;
  font-weight: bold;
  border: 0;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .submit:hover {
  background: #46132A;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .cancel {
  height: 5rem;
  background: transparent;
  color: #1D1D1D;
  border: 0.1rem solid #CDCDCD;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .form-row .cancel:hover {
  border: 0.1rem solid #46132A;
  background: #46132A;
  color: white;
}
.autodisk-popup-wrapper {
  background: rgba(49, 50, 59, 0.6) !important;
}
.autodisk-popup-wrapper .mutatie-popup {
  margin: 0 !important;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  padding: 4rem !important;
}
.autodisk-popup-wrapper .mutatie-popup .header {
  font-family: 'Raleway Regular';
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 2.4rem;
  position: relative;
  margin: 0 !important;
  margin-bottom: 1.6rem !important;
}
@media only screen and (max-width: 1199px) {
  .autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-content,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-content,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content {
    padding: 0 2.4rem 0 2.4rem !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .box-footer,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .box-footer,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-footer,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-footer {
    padding: 2.4rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar {
    padding-left: 3.2rem;
    width: 40rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .col-3-4 {
    width: calc(100% - 40rem);
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li span:first-child {
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li span:last-child {
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table {
    table-layout: fixed !important;
  }
}
@media only screen and (max-width: 991px) {
  .autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .col-3-4 {
    padding-left: 0 !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page {
    margin-left: 0;
    margin-right: 0;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .row:last-child {
    flex-direction: column;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar {
    padding-left: 0 !important;
    width: 100%;
    margin-bottom: 4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container {
    padding: 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container {
    padding: 0 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container {
    padding: 0 2.4rem;
    padding-bottom: 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container {
    padding: 0 2.4rem;
    padding-bottom: 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container {
    padding: 2.4rem 2.4rem 0.8rem 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container-bottom {
    padding: 0.8rem 2.4rem 2.4rem 2.4rem;
    margin-top: 0;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .col-3-4 {
    width: 100%;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container {
    margin-bottom: 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery {
    height: 32rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery > div {
    height: 32rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row input[type="submit"] {
    width: 100%;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table {
    margin-bottom: 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li span {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #uitvoering-table .uitvoering-info-table li span:first-child {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #standaard-opties ul li {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 849px) {
  .autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk {
    padding: 0.8rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page {
    padding: 0;
  }
  .autodisk-car-configurator-geel-plugin .filter-sidebar {
    padding-right: 0 !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page,
  .autodisk-car-configurator-geel-plugin .zoek-page {
    padding-top: 0;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .filter-sidebar,
  .autodisk-car-configurator-geel-plugin .zoek-page .filter-sidebar {
    padding-right: 0;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .col-3-4,
  .autodisk-car-configurator-geel-plugin .zoek-page .col-3-4 {
    padding: 0;
    margin-top: 4rem;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model {
    padding: 0.8rem !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model > a,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model > a,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model > a,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model > a {
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page {
    padding-top: 0;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list {
    margin-top: 0;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info {
    display: flex;
    align-items: center;
    background: white;
    padding: 2.4rem 2.4rem 0 2.4rem;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .auto-foto {
    margin-left: 0;
    width: 10rem;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .car-image {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    width: 10rem !important;
    max-width: 10rem !important;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .content {
    margin-bottom: 0;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .auto-naam {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .model .model-info .auto-naam span {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group {
    padding: 0 2.4rem !important;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group:last-child {
    padding: 0 2.4rem !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-sidebar #instellingen-container,
  .autodisk-car-configurator-geel-plugin .calculatie-sidebar #prive-kosten-container {
    padding: 0 1.6rem 1.6rem 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-sidebar #instellingen-container .box-header,
  .autodisk-car-configurator-geel-plugin .calculatie-sidebar #prive-kosten-container .box-header {
    font-family: 'Raleway Regular';
    display: block !important;
    position: relative;
    font-weight: normal !important;
    letter-spacing: 0.02em;
    height: 4rem !important;
    background: rgba(186, 140, 165, 0.3);
    color: #46132A !important;
    font-size: 1.5rem !important;
    padding: 0 1.6rem !important;
    line-height: 4rem;
    text-align: left !important;
    margin-bottom: 0 !important;
    border: 0 !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-sidebar #instellingen-container .box-header:after,
  .autodisk-car-configurator-geel-plugin .calculatie-sidebar #prive-kosten-container .box-header:after {
    margin-top: 1.3rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .autodisk-car-configurator-geel-plugin .merk-list-page .merk-list {
    width: 100%;
    margin-left: 0;
  }
  .autodisk-car-configurator-geel-plugin .merk-list-page .merk-list .merk {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page,
  .autodisk-car-configurator-geel-plugin .zoek-page {
    padding: 0 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .box-content .auto-foto,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .box-content .auto-foto {
    height: 16rem !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model {
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model .model-info,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model .model-info,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model .model-info,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model .model-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .auto-naam {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .auto-naam .subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .auto-naam span {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container {
    padding: 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .button-container-bottom {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container {
    padding: 2.4rem 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .prijs-container #prive-kosten-container {
    padding: 0 !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container {
    padding: 0 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-header {
    display: block !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar .gekozen-opties-container {
    padding: 0 1.6rem;
    padding-bottom: 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container,
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container {
    padding: 0 1.6rem 1.6rem 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #instellingen-container .box-content,
  .autodisk-car-configurator-geel-plugin .calculatie-page .calculatie-sidebar #prive-kosten-container .box-content {
    padding-top: 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery {
    height: 24rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page .gallery-container .gallery > div {
    height: 24rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content {
    padding: 1.6rem 1.6rem 0.8rem 1.6rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #add-eigen-optie-container .box-content .form-row .label {
    margin-bottom: 0.8rem;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .table.optie-table .row .cell:nth-child(2) {
    width: 5rem !important;
  }
  .autodisk-car-configurator-geel-plugin .calculatie-page #optie-container .categorie .box-content .table.optie-table .cell.optie-input-cell {
    width: 2.4rem !important;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table thead th.prijs-cell,
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table thead th.vergelijk-cell {
    display: none;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.8rem 0;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td {
    width: 100%;
    padding: 0.4rem 1.6rem;
    line-height: 1.8rem;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .model-list .uitvoering-group table tbody tr td.vergelijk-cell {
    text-align: left;
  }
}
@media only screen and (max-width: 720px) {
  .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .header {
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper {
    width: calc(100% - 3.2rem);
    height: calc(100% - 3.2rem);
    left: 1.6rem;
    top: 1.6rem;
    background: white !important;
    border: 0.1rem solid #cbccce;
  }
  .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .mutatie-popup {
    left: 50% !important;
    top: 0;
    transform: translateX(-50%) !important;
    padding: 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 2.4rem !important;
    background: transparent !important;
  }
  .autodisk-car-configurator-geel-plugin.autodisk-popup-wrapper .contact-formulier .header {
    background: transparent;
    margin-bottom: 0.8rem !important;
  }
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .uitvoering-group .uitvoering .model-naam,
  .autodisk-car-configurator-geel-plugin .uitvoering-list-page .uitvoering-group .uitvoering .deuren {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 480px) {
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 1.6rem !important;
  }
  .autodisk-car-configurator-geel-plugin .model-list-page .model-list .model > a,
  .autodisk-car-configurator-geel-plugin .zoek-page .model-list .model > a,
  .autodisk-car-configurator-geel-plugin .model-list-page #search-results .model > a,
  .autodisk-car-configurator-geel-plugin .zoek-page #search-results .model > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.autodisk-wrapper {
  margin-top: 2.4rem;
}
body.page-template-page-pricing-manager .autodisk-wrapper {
  padding: 1.6rem;
}
.autodisk-wrapper.refreshing:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.4;
  z-index: 997;
  cursor: wait;
}
.autodisk-wrapper.refreshing:after {
  position: fixed;
  top: calc(50vh - 30px);
  left: calc(50vw - 30px);
  content: "";
  display: block;
  border: 8px solid white;
  /* Light grey */
  border-top: 8px solid #8a1f5a;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  z-index: 998;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.autodisk-wrapper.refreshing button,
.autodisk-wrapper.refreshing select {
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .autodisk-wrapper {
    margin-top: 0;
  }
}
/*******************
Request offer
*******************/
.request-offer__form {
  background: white;
  padding: 7.2rem 8rem;
}
.request-offer__sidebar {
  padding-right: 6.5rem;
}
@media only screen and (max-width: 1199px) {
  .request-offer__sidebar {
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .request-offer__form {
    padding: 3.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .request-offer__form {
    padding: 2.4rem;
  }
}
.request-offer-car {
  padding: 5.6rem 4rem 4.3rem 4rem;
  border: 0.1rem solid #CDCDCD;
  margin-bottom: 2.4rem;
}
.request-offer-car__image {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8rem;
}
.request-offer-car__title {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #46132A;
  margin-bottom: 1.6rem;
}
.request-offer-car ul li {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.request-offer-car ul li span:first-child {
  font-weight: bold;
}
.request-offer-car ul li span:last-child {
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .request-offer-car {
    padding: 2.4rem;
  }
  .request-offer-car__image {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .request-offer-car__image img {
    max-width: 12rem;
  }
}
/*******************
Gform wrapper
*******************/
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: #059e67;
  background: rgba(5, 158, 103, 0.1);
  padding: 0.8rem 1.6rem;
}
.gform_ajax_spinner {
  margin-top: 1.6rem;
}
.gform_wrapper .validation_error {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: #c30000;
  background: rgba(195, 0, 0, 0.1);
  padding: 0.8rem 1.6rem;
}
.gform_wrapper form .gform_heading {
  margin-bottom: 2.4rem;
}
.gform_wrapper form .gform_heading .gform_title {
  font-family: 'Raleway Bold';
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin-bottom: 0.8rem;
}
.gform_wrapper form .gform_heading .gform_description {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #474747;
  margin-bottom: 2.4rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  padding: 1.2rem 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield:before {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: inline-flex;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #46132A;
  margin-left: 0.3rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: #c30000;
  margin-top: 0.8rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"] {
  height: 4.8rem;
  border: 0.1rem solid #D4D4D4;
  background: white;
  width: 100%;
  padding: 0 1.6rem;
  color: #474747;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"]::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="email"]::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="tel"]::placeholder {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(29, 29, 29, 0.4);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  font-family: 'Arial', sans-serif;
  height: 9.6rem;
  border: 0.1rem solid #D4D4D4;
  background: white;
  width: 100%;
  padding: 1.6rem;
  color: #474747;
  resize: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-family: 'Arial', sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(29, 29, 29, 0.4);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container ul {
  margin-bottom: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container ul li {
  padding-left: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container ul li:before {
  display: none;
}
.gform_wrapper form .gform_footer {
  margin-top: 2rem;
}
.gform_wrapper form .gform_footer .button {
  cursor: pointer;
  background: #FFB600;
  color: white;
  border: 0;
  width: 100%;
  height: 5.6rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper form .gform_footer .button:hover {
  background: #8a1f5a;
}
.editor .gform_wrapper {
  max-width: 50rem;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper form .gform_heading {
    margin-bottom: 1.6rem;
  }
  .gform_wrapper form .gform_heading .gform_title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .gform_wrapper form .gform_footer {
    margin-top: 0.8rem;
  }
}
.request-offer-usps {
  background: #77274F;
  position: relative;
  overflow: hidden;
  padding: 4.8rem 4rem;
}
.request-offer-usps ul {
  position: relative;
  z-index: 20;
}
.request-offer-usps ul li {
  padding: 0.8rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: white;
}
.request-offer-usps ul li svg {
  width: 1.2rem;
  height: 0.9rem;
  margin-right: 1.6rem;
}
.request-offer-usps__bg {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.request-offer-usps__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .request-offer-usps {
    display: none;
  }
}
