[data-css="c-form"]
  #car-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:after,
[data-css="c-form"]
  #car-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:before,
[data-css="c-form"]
  #contact-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:after,
[data-css="c-form"]
  #contact-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:before,
[data-css="c-form"]
  #topics-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:after,
[data-css="c-form"]
  #topics-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:before {
  opacity: 1;
}
.c-actions .actions__btn:focus,
[data-css="c-form"] #contact-container .form__input-text:focus,
[data-css="c-form"] .form__submit:focus {
  outline: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: vw-text;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.09px;
}
body b,
body strong {
  font-weight: 700 !important;
}
body input {
  border-radius: 0;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.js-logger {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  height: calc(100% / 6);
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  font-size: 14px;
  overflow-y: auto;
  z-index: 9999;
  border-radius: 10px;
  border: 10px solid red;
}
.is-aural {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
head {
  font-family: desktop;
}
@media only screen and (min-width: 1024px) {
  head {
    font-family: tablet-l;
  }
}
@media only screen and (min-width: 768px) {
  head {
    font-family: tablet-p;
  }
}
@media only screen and (min-width: 657px) {
  head {
    font-family: mobile-l;
  }
}
@media only screen and (min-width: 480px) {
  head {
    font-family: mobile-p;
  }
}
@media only screen and (min-width: 360px) {
  head {
    font-family: mobile-s;
  }
}
[data-css="c-home"] {
  overflow: hidden;
  padding: 0 !important;
  margin: 0 auto;
}
[data-css="c-home"][data-nav="preferences"] .c-intro {
  display: none;
}
[data-css="c-home"] .c-actions {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-css="c-home"] .c-actions .home__link {
  display: inline-block;
  font-family: vw-text;
  text-decoration: none;
  font-size: 16px;
  line-height: 44px;
  width: 261px;
  height: 44px;
  border-radius: 24px;
  min-width: 200px;
  background-color: #001e50;
  color: #fff;
  margin: 132px auto 100px;
  transition: background-color 0.2s ease-in-out;
}
[data-css="c-home"] .c-actions .home__link:hover {
  background-color: #fff;
  color: #001e50;
  border: 1px solid #001e50;
}
[data-css="c-form"] input[type="radio"]:focus,
[data-css="c-form"] input[type="checkbox"]:focus,
[data-css="c-form"] label {
  background: 0 0;
  box-shadow: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent !important;
}
[data-css="c-form"] input:-webkit-autofill,
[data-css="c-form"] input:-webkit-autofill:focus,
[data-css="c-form"] input:-webkit-autofill:hover,
[data-css="c-form"] select:-webkit-autofill,
[data-css="c-form"] select:-webkit-autofill:focus,
[data-css="c-form"] select:-webkit-autofill:hover,
[data-css="c-form"] textarea:-webkit-autofill,
[data-css="c-form"] textarea:-webkit-autofill:focus,
[data-css="c-form"] textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #001e50;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
[data-css="c-form"] abbr {
  text-decoration: none;
  font-size: 1.4rem;
  font-family: vw-text;
}
[data-css="c-form"] abbr[title] {
  text-decoration: none;
}
[data-css="c-form"] input[type="checkbox"] {
  visibility: hidden;
}
[data-css="c-form"] a {
  color: #001e50;
  font-family: vw-text;
  font-weight: 700;
  letter-spacing: -0.09px;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
}
[data-css="c-form"] .form__fieldset {
  padding: 0 !important;
  margin: 0 auto;
}
[data-css="c-form"] .form__legend {
  font-family: vw-head;
  font-weight: 100;
  padding: 132px 8.33vw 34px;
  margin: auto;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  width: auto !important;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .form__legend {
    padding: 132px 8.33vw 68px;
    font-size: 32px;
    line-height: 36px;
  }
}
[data-css="c-form"] .form__flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__legend {
    font-size: 48px;
    line-height: 56px;
    max-width: 960px;
  }
  [data-css="c-form"] .form__flex-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
[data-css="c-form"] .form__flex-wrapper .form__radio-strong {
  font-size: 16px;
  line-height: 20px;
}
[data-css="c-form"] .border-box {
  border: 2px solid #000;
  max-width: 960px;
  padding: 20px 10px;
  margin: 68px 0 0;
}
@media screen and (max-width: 459px) {
  [data-css="c-form"] .border-box {
    margin: 120px 0 0;
  }
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .border-box {
    padding: 55px 20px;
    margin: 96px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__flex-wrapper .form__radio-strong {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] .border-box {
    padding: 55px 40px;
    margin: 96px -51px 0;
  }
}
[data-css="c-form"] .border-box .form__checkbox-label {
  margin: 0;
}
[data-css="c-form"] p.form__text {
  font-family: vw-text;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.09px;
  font-weight: 300;
  max-width: 900px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] p.form__text {
    font-size: 20px;
    line-height: 32px;
  }
}
[data-css="c-form"] p.form__text.form-detail {
  color: red;
}
[data-css="c-form"] .form__text-mev {
  font-family: vw-text;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.09px;
  font-weight: 300;
  max-width: 837px;
}
[data-css="c-form"] #contact-container {
  max-width: 960px;
  padding: 0 8.33vw !important;
}
[data-css="c-form"] #contact-container .radio-box {
  max-width: 840px;
  width: 100%;
}
[data-css="c-form"] #contact-container .is-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
  margin: 27px 0 68px;
}
[data-css="c-form"] #contact-container .is-flex .form__input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] #contact-container .is-flex .form__input-wrapper {
    width: calc(50% - 8px);
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__text-mev {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] #contact-container .is-flex .form__input-wrapper {
    width: calc(50% - 60px);
    margin-right: 60px;
  }
}
[data-css="c-form"]
  #contact-container
  .is-flex
  .form__input-wrapper:nth-of-type(2) {
  margin-top: 24px;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"]
    #contact-container
    .is-flex
    .form__input-wrapper:nth-of-type(2) {
    margin: 0 0 0 8px;
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"]
    #contact-container
    .is-flex
    .form__input-wrapper:nth-of-type(2) {
    margin: 0 0 0 60px;
    width: calc(50% - 60px);
  }
}
[data-css="c-form"]
  #contact-container
  .is-flex
  .form__input-wrapper:last-of-type {
  margin-top: 24px;
  margin-right: 0;
}
[data-css="c-form"] #contact-container .form__input-label {
  margin-bottom: 10px;
  color: #001e50;
  font-size: 14px;
  line-height: 20px;
}
[data-css="c-form"] #contact-container .form__input-text {
  border-bottom: 1px solid #dfe4e8;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: vw-text;
  color: #001e50;
  height: 32px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] #contact-container .form__input-text {
    font-size: 20px;
    line-height: 32px;
  }
}
[data-css="c-form"] #contact-container .form__input-text.is-invalid {
  border-bottom: 1px solid #e4002c;
  color: #e4002c;
  border-radius: 0;
}
[data-css="c-form"] #contact-container .form__input-text.is-invalid:focus {
  color: #001e50;
}
[data-css="c-form"] #contact-container .form__input-text:-ms-input-placeholder {
  color: #6a767d;
  font-family: vw-text;
  letter-spacing: -0.09px;
  font-size: 16px;
  line-height: 20px;
}
[data-css="c-form"] #contact-container .form__input-text::placeholder {
  color: #6a767d;
  font-family: vw-text;
  letter-spacing: -0.09px;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"]
    #contact-container
    .form__input-text:-ms-input-placeholder {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] #contact-container .form__input-text::placeholder {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] #contact-container .form__detail-headline:last-of-type {
    margin: 68px 0 24px;
  }
}
[data-css="c-form"] #contact-container .form__detail-headline {
  font-family: vw-head;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.17px;
  font-weight: 700;
  margin: 68px 0 24px;
  max-width: 840px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] #contact-container .form__detail-headline {
    padding: 0;
    margin: 68px 0 24px;
    font-size: 24px;
    line-height: 28px;
  }
}
[data-css="c-form"] #contact-container .form__detail-headline.mev-headline {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.17px;
  text-align: left;
  margin: 0 0 0 -12px;
  top: -60px;
  padding: 1px 10px;
}
@media screen and (max-width: 459px) {
  [data-css="c-form"] #contact-container .form__detail-headline.mev-headline {
    top: -100px;
  }
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"]
    #contact-container
    .is-flex
    .form__input-wrapper:last-of-type {
    width: 100%;
  }
  [data-css="c-form"] #contact-container .form__input-text {
    min-width: 0;
  }
  [data-css="c-form"] #contact-container .form__detail-headline.mev-headline {
    top: -72px;
    padding: 1px 13px;
  }
  [data-css="c-form"] #contact-container .form-detail {
    max-width: 560px;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] #contact-container .form__detail-headline.mev-headline {
    top: -68px;
    padding: 1px 20px;
  }
  [data-css="c-form"] #contact-container .form-detail {
    max-width: 840px;
  }
}
[data-css="c-form"] #contact-container .form-detail {
  padding-top: 24px;
}
[data-css="c-form"] #contact-container .form-detail.form-text {
  font-family: vw-text;
  font-size: 20px;
  margin-bottom: 56px;
}
[data-css="c-form"] #contact-container .form__details {
  max-width: 840px;
  margin: -68px auto 0;
}
[data-css="c-form"] #contact-container .form__details .agb {
  margin-top: 68px;
  padding-top: 24px;
}
[data-css="c-form"] #contact-container .form__details .form-text {
  font-family: vw-text;
  font-size: 20px;
}
[data-css="c-form"] #contact-container .form__details .form__detail-box {
  font-family: vw-text;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.09px;
  max-width: 840px;
}
[data-css="c-form"]
  #contact-container
  .form__details
  .form__inline-error-msg:nth-of-type(2) {
  transform: translateY(-10px);
  padding: 0;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] #contact-container .form__details .form__detail-box {
    margin: 0 auto;
  }
  [data-css="c-form"]
    #contact-container
    .form__details
    .form__inline-error-msg {
    padding: 10px 0;
  }
}
[data-css="c-form"] #contact-container .form__checkbox {
  display: none;
}
[data-css="c-form"] #contact-container .input-box .form__checkbox-label-text {
  font-size: 16px;
  line-height: 32px;
}
[data-css="c-form"] #contact-container .form__checkbox-label {
  width: 100%;
  height: auto;
  margin: 0 auto 27px;
  max-width: 840px;
  min-height: 24px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"]
    #contact-container
    .form__details
    .form__inline-error-msg {
    padding: 10px 0;
  }
  [data-css="c-form"] #contact-container .input-box .form__checkbox-label-text {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] #contact-container .form__checkbox-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
[data-css="c-form"]
  #contact-container
  .form__checkbox-label
  .form__visual-checkbox {
  border: 2px solid #000;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-css="c-form"]
  #contact-container
  .form__checkbox-label
  .form__checkbox-label-text {
  font-family: vw-text;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.09px;
  font-weight: 300;
  margin: -40px 0 0;
  margin-left: calc(4vw + 19px);
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"]
    #contact-container
    .form__checkbox-label
    .form__checkbox-label-text {
    margin-left: calc(3vw + 19px);
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"]
    #contact-container
    .form__checkbox-label
    .form__checkbox-label-text {
    font-size: 20px;
    line-height: 32px;
    max-width: 797px;
    margin: -24px 0 0 19px;
  }
}
[data-css="c-form"]
  #contact-container
  .form__checkbox-label
  .form__checkbox-label-text.mev {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"]
    #contact-container
    .form__checkbox-label
    .form__checkbox-label-text.mev {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] .form__checkbox-wrapper.is-small {
    max-width: 840px;
  }
}
[data-css="c-form"]
  #contact-container
  .form__checkbox:checked
  + .form__checkbox-label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23001E50' d='M24 0v24H0V0h24zm-2 2H2v20h20V2zm-3.497 2.136l1.092.759-9.007 12.969a.669.669 0 01-.969.134l-4.993-4.095.844-1.028 4.436 3.638 8.597-12.377z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
[data-css="c-form"]
  #contact-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
}
[data-css="c-form"] #contact-container .text-small {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04px;
  text-align: left;
  padding-top: 12px;
}
@media screen and (min-width: 620px) {
  [data-css="c-form"] #car-selection-container,
  [data-css="c-form"] #topics-selection-container {
    width: 526px;
  }
}
@media screen and (min-width: 860px) {
  [data-css="c-form"] #car-selection-container,
  [data-css="c-form"] #topics-selection-container {
    width: 808px;
  }
}
@media screen and (min-width: 1150px) {
  [data-css="c-form"] #car-selection-container,
  [data-css="c-form"] #topics-selection-container {
    width: 1090px;
  }
}
[data-css="c-form"] #car-selection-container input,
[data-css="c-form"] #topics-selection-container input {
  display: none;
}
[data-css="c-form"]
  #car-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox,
[data-css="c-form"]
  #topics-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox {
  border: 2px solid #2e9bd6;
  border-radius: 8px;
  position: absolute;
}
[data-css="c-form"]
  #car-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:after,
[data-css="c-form"]
  #topics-selection-container
  .form__checkbox:checked
  + .form__checkbox-label
  .form__visual-checkbox:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'%3E%3Cdefs%3E%3Cfilter id='a' width='275%25' height='290.9%25' x='-87.5%25' y='-95.5%25' filterUnits='objectBoundingBox'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3.5'/%3E%3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'/%3E%3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3C/filter%3E%3Cpath id='b' d='M4.39 11.39a.81.81 0 01-.51-.18L0 8.11l.88-1 3.39 2.67L10.86.39l1.14.76L4.88 11.3l-.37.08-.12.01z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2300B0F0'/%3E%3Cg transform='translate(6 6)'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 3px solid #fff;
  border-radius: 15px;
}
[data-css="c-form"] #car-selection-container .form__flex-wrapper,
[data-css="c-form"] #topics-selection-container .form__flex-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px;
  grid-template-columns: 240px;
  grid-gap: 44px;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 620px) {
  [data-css="c-form"] #car-selection-container .form__flex-wrapper,
  [data-css="c-form"] #topics-selection-container .form__flex-wrapper {
    -ms-grid-columns: 240px 240px;
    grid-template-columns: 240px 240px;
  }
}
@media screen and (min-width: 860px) {
  [data-css="c-form"] #car-selection-container .form__flex-wrapper,
  [data-css="c-form"] #topics-selection-container .form__flex-wrapper {
    -ms-grid-columns: 240px 240px 240px;
    grid-template-columns: 240px 240px 240px;
  }
}
@media screen and (min-width: 1150px) {
  [data-css="c-form"] #car-selection-container .form__flex-wrapper,
  [data-css="c-form"] #topics-selection-container .form__flex-wrapper {
    -ms-grid-columns: 240px 240px 240px 240px;
    grid-template-columns: 240px 240px 240px 240px;
  }
}
[data-css="c-form"] .form__checkbox-flex-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
[data-css="c-form"] .form__checkbox-flex-wrapper.is-large {
  width: 98%;
}
[data-css="c-form"] .form__checkbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-css="c-form"] .form__checkbox-wrapper.is-small.mev {
  margin-top: -44px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__checkbox-wrapper.is-small.mev {
    margin-top: 0;
  }
}
[data-css="c-form"] .form__checkbox-wrapper.is-topics {
  height: 80px;
}
[data-css="c-form"] .form__checkbox-img {
  display: block;
  margin-top: 8px;
  width: 100%;
}
[data-css="c-form"] .form__checkbox-label {
  width: 240px;
  height: 199px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(0, 30, 80, 0.03),
    0 10px 20px 0 rgba(0, 30, 80, 0.05);
  border-radius: 8px;
}
[data-css="c-form"] .form__checkbox-label.is-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
  height: 88px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] #contact-container .text-small {
    text-align: right;
  }
  [data-css="c-form"] .form__checkbox-label.is-small {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-css="c-form"] .form__checkbox-label-text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__checkbox-label.is-small {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [data-css="c-form"] .form__checkbox-label-text {
    font-size: 2rem;
  }
}
[data-css="c-form"] .form__checkbox-label.is-centered span {
  width: 240px;
  height: 199px;
  text-indent: 16px;
}
[data-css="c-form"] .form__checkbox-label.is-topics {
  text-align: center;
  margin: 0;
}
[data-css="c-form"] .form__checkbox-label.is-topics span {
  width: 241px;
  height: 80px;
}
[data-css="c-form"] #car-selection-container.form__visual-checkbox {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
[data-css="c-form"] #car-selection-container.is-small {
  width: 15px;
  height: 15px;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  top: 3px;
}
[data-css="c-form"] #car-selection-container.is-small:before {
  top: 8px;
  left: 2px;
  width: 4px;
  height: 1px;
}
[data-css="c-form"] #car-selection-container.is-small:after {
  height: 1px;
  width: 7px;
  top: 6px;
  left: 4px;
}
[data-css="c-form"] #car-selection-container:after,
[data-css="c-form"] #car-selection-container:before {
  position: absolute;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: opacity 0.2s ease-in-out;
  content: "";
  opacity: 0;
}
[data-css="c-form"] #car-selection-container:before {
  top: 16px;
  left: 8px;
  transform: rotate(40deg);
  width: 7px;
}
[data-css="c-form"] #car-selection-container:after {
  top: 13px;
  left: 11px;
  transform: rotate(-48deg);
  width: 13px;
}
[data-css="c-form"] .form__checkbox-label-text {
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: vw-text;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.09px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  padding-top: 16px;
}
[data-css="c-form"] .form__checkbox-label-text.is-topics {
  padding-top: 20px;
}
[data-css="c-form"] .form__checkbox-label-text.is-topics span {
  padding-left: 0;
  width: auto;
}
[data-css="c-form"] .form__checkbox-label-mail {
  color: #2e9bd6;
  text-decoration: none;
}
[data-css="c-form"] .form__checkbox-label-mail:hover {
  text-decoration: underline;
}
[data-css="c-form"] .form__radios-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0;
  max-width: 280px;
}
[data-css="c-form"]
  .form__radios-wrapper:first-of-type
  .form__radio-buttons-wrapper {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .form__radios-wrapper {
    max-width: 960px;
  }
  [data-css="c-form"]
    .form__radios-wrapper:first-of-type
    .form__radio-buttons-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
[data-css="c-form"] .form__radios-wrapper .form__radio-wrapper {
  max-width: 40vw;
}
[data-css="c-form"] .form__radio-buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
}
[data-css="c-form"] .form__radio {
  display: none;
}
[data-css="c-form"]
  .form__radio:checked
  + .form__radio-label
  .form__visual-radio:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 4a6 6 0 1 1 0 12 6 6 0 0 1 0-12z'/%3E%3C/defs%3E%3Cuse fill='%23001E50' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E%0A");
}
[data-css="c-form"] .form__radio-label {
  cursor: pointer;
}
[data-css="c-form"] .form__radio-label-text {
  font-family: vw-text;
  color: #001e50;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  margin-right: 159px;
  margin-left: 43px;
  font-size: 16px;
  line-height: 20px;
}
[data-css="c-form"] .form__visual-radio {
  position: relative;
  top: calc(50% - 10px);
}
[data-css="c-form"] .form__visual-radio:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z'/%3E%3C/defs%3E%3Cuse fill='%23001E50' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  background-size: auto;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
}
[data-css="c-form"] div.is-flex .form__input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
}
[data-css="c-form"] div.is-flex .form__input-wrapper:nth-of-type(2) {
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .form__radios-wrapper .form__radio-wrapper {
    max-width: 100%;
  }
  [data-css="c-form"] div.is-flex .form__input-wrapper:nth-of-type(2) {
    margin-left: 0;
    margin-top: 24px;
  }
}
[data-css="c-form"] div.is-flex .form__input-wrapper:last-of-type {
  margin-top: 24px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__radio-label-text {
    font-size: 20px;
    line-height: 32px;
  }
  [data-css="c-form"] div.is-flex .form__input-wrapper:nth-of-type(2) {
    margin-left: 120px;
  }
  [data-css="c-form"] div.is-flex .form__input-wrapper:last-of-type {
    width: 100vw;
  }
}
[data-css="c-form"] .address-box {
  overflow: hidden;
  max-width: 840px;
}
[data-css="c-form"] .wrapper_80_20 {
  letter-spacing: -0.09px;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .address-box {
    margin: 0 auto;
  }
  [data-css="c-form"] .wrapper_80_20 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[data-css="c-form"] .wrapper_80_20 .form__input-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .wrapper_80_20 .form__input-wrapper:first-child {
    width: 60%;
    margin-right: 10%;
  }
  [data-css="c-form"] .wrapper_80_20 .form__input-wrapper:last-child {
    width: 30%;
    margin-right: 0;
  }
}
[data-css="c-form"] .wrapper_20_80 {
  font-size: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 12px auto;
  width: 100%;
  max-width: 840px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .wrapper_20_80 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[data-css="c-form"] .wrapper_20_80 .form__input-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-css="c-form"] .wrapper_20_80 .form__input-wrapper:last-child {
  margin-bottom: 56px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .wrapper_20_80 .form__input-wrapper:first-child {
    margin-right: 10%;
    width: 30%;
  }
  [data-css="c-form"] .wrapper_20_80 .form__input-wrapper:last-child {
    width: 60%;
  }
}
[data-css="c-form"] .wrapper_30_30 .form__input-wrapper:first-child,
[data-css="c-form"] .wrapper_30_30 .form__input-wrapper:last-child {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
[data-css="c-form"] .wrapper_50_50 .form__input-wrapper:first-child,
[data-css="c-form"] .wrapper_50_50 .form__input-wrapper:last-child {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
[data-css="c-form"] .wrapper_80 {
  margin: 0 12px 44px auto;
  max-width: 840px;
  display: block;
  overflow: hidden;
}
[data-css="c-form"] .-moz-read-only,
[data-css="c-form"] .read-only {
  border-color: #939aa0;
  background-color: #c9ced0;
  color: #939aa0;
}
[data-css="c-form"] .form__submit {
  cursor: none;
  font-family: vw-text;
  font-size: 16px;
  line-height: 14px;
  display: inline-block;
  border: 0;
  min-width: 200px;
  width: 261px;
  border-radius: 24px;
  height: 44px;
  background-color: #001e50;
  color: #ffff !important;
  margin: 132px auto;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__submit {
    margin: 132px auto 0;
  }
}
[data-css="c-form"] .form__submit:hover:not([disabled]) {
  cursor: pointer;
  background-color: #0040c5;
}
[data-css="c-form"] .form__submit:disabled {
  color: #808890;
  background: #bdc3c6;
  border: 1px solid #808890;
  cursor: not-allowed;
}
[data-css="c-form"] .form__contact-error-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5b08a4;
  width: 568px;
  height: 56px;
  margin: 0 0 32px 48px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .form__contact-error-wrapper {
    margin-top: -40px;
    margin-bottom: 35px;
  }
}
[data-css="c-form"] .form__prefs-error-wrapper {
  display: -ms-flexbox;
  display: flex;
  background: #5b08a4;
  height: 56px;
  border-radius: 3px;
  margin-bottom: 32px;
  max-width: 590px;
}
[data-css="c-form"] .form__inline-error-msg {
  padding: 10px 0;
  color: #e4002c !important;
  font-family: vw-text;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.09px;
  max-width: 590px;
}
[data-css="c-form"] .form__contact-error,
[data-css="c-form"] .form__prefs-error {
  color: #fff;
  font-family: vw-text;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.09px;
  height: 56px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .form__contact-error,
  [data-css="c-form"] .form__prefs-error {
    font-size: 20px;
    padding-right: 12px;
  }
}
[data-css="c-form"] .form__contact-error::before,
[data-css="c-form"] .form__prefs-error::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M11.916 1.5c.87 0 1.632.46 2.038 1.23l8.61 16.36c.38.72.355 1.565-.065 2.262a2.284 2.284 0 01-1.972 1.112H3.305c-.813 0-1.55-.416-1.971-1.112a2.285 2.285 0 01-.066-2.263L9.878 2.73a2.266 2.266 0 012.038-1.23zm0 1.33a.944.944 0 00-.86.52L2.445 19.71a.963.963 0 00.027.955c.178.294.489.47.833.47h17.22a.966.966 0 00.834-.47.963.963 0 00.028-.955L12.776 3.349a.945.945 0 00-.86-.519zm.008 14.199c.449 0 .72.289.72.769 0 .465-.272.754-.72.754-.465 0-.737-.289-.737-.754 0-.48.272-.769.737-.769zm-.008-8.702c.367 0 .665.298.665.665v6.576a.665.665 0 01-1.33 0V8.992c0-.367.298-.665.665-.665z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-right: 32px;
}
[data-css="c-form"] .notification {
  background-color: #5b08a4;
  border-radius: 3px;
  height: 56px;
  width: 100%;
  max-width: 403px;
  margin-bottom: 68px;
  top: 27px;
  position: relative;
  will-change: transform, opacity;
  opacity: 0;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .notification {
    max-width: 560px;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-form"] .notification {
    max-width: 840px;
  }
}
[data-css="c-form"] .notification p {
  font-family: vw-text;
  color: #fff;
  letter-spacing: -0.09px;
  font-size: 16px;
  line-height: 24px;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
}
[data-css="c-form"] .notification p::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M11.916 1.5c.87 0 1.632.46 2.038 1.23l8.61 16.36c.38.72.355 1.565-.065 2.262a2.284 2.284 0 01-1.972 1.112H3.305c-.813 0-1.55-.416-1.971-1.112a2.285 2.285 0 01-.066-2.263L9.878 2.73a2.266 2.266 0 012.038-1.23zm0 1.33a.944.944 0 00-.86.52L2.445 19.71a.963.963 0 00.027.955c.178.294.489.47.833.47h17.22a.966.966 0 00.834-.47.963.963 0 00.028-.955L12.776 3.349a.945.945 0 00-.86-.519zm.008 14.199c.449 0 .72.289.72.769 0 .465-.272.754-.72.754-.465 0-.737-.289-.737-.754 0-.48.272-.769.737-.769zm-.008-8.702c.367 0 .665.298.665.665v6.576a.665.665 0 01-1.33 0V8.992c0-.367.298-.665.665-.665z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-right: 32px;
}
.c-home,
[data-css="c-header"] {
  padding: 0 !important;
  position: relative;
}
@media only screen and (min-width: 560px) {
  [data-css="c-form"] .notification p {
    font-size: 20px;
    line-height: 32px;
    height: 56px;
  }
}
[data-css="c-form"] .form__wrapper.is-centered {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-css="c-form"] .notification--animate-in {
  opacity: 1;
  margin-top: -20px;
  animation-duration: 0.3s;
  animation-name: animate;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-css="c-form"] .notification--animate-out {
  opacity: 0;
  animation-duration: 0.3s;
  animation-name: animate;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-direction: reverse;
}
.c-home {
  top: -120px;
}
@media screen and (max-width: 1005px) {
  .c-home[data-nav="subscribed"] .header-box {
    top: 66%;
  }
}
[data-css="c-header"] a {
  color: #001e50;
  font-family: vw-text;
  font-weight: 700;
  letter-spacing: -0.09px;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
}
[data-css="c-header"] .header-img {
  width: 100vw;
  height: calc(100vw * 1045 / 928);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  [data-css="c-header"] .header-img {
    width: 52vw;
    height: calc(50vw * 1045 / 928);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top:80px;
  }
}
[data-css="c-header"] .header-box {
  position: static;
  top: 50%;
  left: 50vw;
  margin: 40px 0 0;
  height: auto;
  padding: 0 8.33vw;
}
@media screen and (min-width: 1000px) {
  [data-css="c-header"] .header-box {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50vw;
    max-width: 50vw;
    padding-left: 60px;
    padding-right: 60px;
    height: auto;
    margin-top:80px;
  }
}
[data-css="c-header"] .header__headline {
  font-family: vw-head;
  font-weight: 100;
  color: #000;
  letter-spacing: -0.96px;
  font-size: 32px;
  line-height: 36px;
  margin: 0 auto 32px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-header"] .header__headline {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-header"] .header-box {
    padding: 0 120px;
  }
  [data-css="c-header"] .header__headline {
    font-size: 60px;
    line-height: 68px;
  }
}
[data-css="c-header"] .header__subline {
  font-family: vw-text;
  color: #000;
  letter-spacing: -0.09px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-header"] .header__subline {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 560px) {
  [data-css="c-intro"] .intro__headline {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-intro"] .intro__headline {
    font-size: 4.5rem;
  }
}
[data-css="c-intro"] .intro__list {
  list-style: none;
  font-family: vw-text;
  font-size: 16px;
  line-height: 20px;
  padding: 32px 0;
}
@media only screen and (min-width: 560px) {
  [data-css="c-intro"] .intro__list {
    padding: 32px 0 32px 105px;
    max-width: 560px;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-intro"] .intro__list {
    font-size: 20px;
    line-height: 24px;
    max-width: 790px;
    padding: 32px 0 32px 105px;
  }
}
[data-css="c-intro"] .intro__list-item {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-intro"] .intro__list-item {
    font-size: 20px;
    line-height: 32px;
  }
}
[data-css="c-intro"] .intro__list-item::before {
  content: "01";
  margin-right: 16px;
  font-weight: 700;
}
[data-css="c-intro"] .intro__list-item:nth-of-type(2)::before {
  content: "02";
}
[data-css="c-intro"] .intro__list-item:nth-of-type(3)::before {
  content: "03";
}
@media screen and (max-width: 1005px) and (min-width: 830px) {
  [data-nav="subscribed"] [data-css="c-teaser"] {
    padding-top: 180px;
  }
}
[data-css="c-teaser"] {
  position: relative;
  padding-top: 132px;
  padding-bottom: 68px;
}
[data-css="c-teaser"] .teaser__headline {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 68px;
  font-family: vw-head;
  font-weight: 200;
  font-size: 2.4rem;
}
@media screen and (min-width: 706px) {
  [data-css="c-teaser"] .teaser__headline {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 560px) {
  [data-css="c-teaser"] .teaser__headline {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-teaser"] .teaser__headline {
    font-size: 4.5rem;
  }
}
[data-css="c-teaser"] .teaser__wrapper {
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 705px) {
  [data-css="c-teaser"] .teaser__wrapper {
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 706px) {
  [data-css="c-teaser"] .teaser__wrapper {
    margin: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
[data-css="c-teaser"] .teaser__link-wrapper {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 4.16vw;
}
[data-css="c-teaser"] .teaser__link-wrapper:first-child {
  padding: 0 0 0 8.33vw;
}
[data-css="c-teaser"] .teaser__link-wrapper:last-child {
  padding: 0 8.33vw 0 0;
}
@media screen and (max-width: 705px) {
  [data-css="c-teaser"] .teaser__link-wrapper {
    padding: 0 8.33vw;
    margin-bottom: 40px;
  }
  [data-css="c-teaser"] .teaser__link-wrapper:first-child,
  [data-css="c-teaser"] .teaser__link-wrapper:last-child {
    padding: 0 8.33vw;
  }
}
[data-css="c-teaser"] .teaser__link {
  width: 100%;
  display: block;
  text-decoration: none;
}
[data-css="c-teaser"] .teaser__link:hover .teaser__text {
  color: #6a767d;
}
[data-css="c-teaser"] .teaser__img {
  width: 100%;
  margin-bottom: 10px;
}
[data-css="c-teaser"] .teaser__text {
  font-family: vw-head, sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
[data-css="c-teaser"] .teaser__overline {
  font-family: vw-head, sans-serif-bold;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #001e50;
}
[data-css="c-error"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 71px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #e4002c;
}
[data-css="c-error"] .error__message,
[data-css="c-error"] .error__status {
  color: #e4002c;
  font-family: vw-head, sans-serif-bold;
  font-weight: 400;
  font-size: 1.6rem;
}
[data-css="c-error"] .error__message {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
[data-css="c-error"] .error__highlight,
[data-css="c-error"] .error__status {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
[data-css="c-error"] .error__close-btn {
  font-family: vw-head, sans-serif-bold;
  font-weight: 400;
  font-size: 1.6rem;
  border: 1px solid #e4002c;
  background-color: #ff3259;
  padding: 10px 20px;
  color: #fff;
  transition: background-color 0.2s ease-in-out;
}
[data-css="c-error"] .error__close-btn:hover {
  background-color: #e4002c;
  cursor: pointer;
}
[data-nav="confirmationPending"] [data-css="c-intro"] .intro__list {
  margin-bottom: 0 !important;
}
[data-css="c-intro"] {
  position: relative;
  padding: 0 8.33vw !important;
  margin: 0 auto;
  max-width: 780px;
  box-sizing: content-box;
}
[data-css="c-intro"] .intro__headline {
  font-family: vw-head;
  font-weight: 200;
  font-size: 28px;
  line-height: 32px;
  padding: 66px 0 24px;
  max-width: 780px;
}
@media only screen and (min-width: 560px) {
  [data-css="c-intro"] .intro__headline {
    padding: 132px 0 24px;
    font-size: 32px;
    line-height: 36px;
  }
  [data-css="c-intro"] .intro__text {
    padding: 0;
    margin: 0 0 0 60px;
  }
}
@media only screen and (min-width: 1440px) {
  [data-css="c-intro"] {
    width: calc(100vw - 120px);
  }
  [data-css="c-intro"] .intro__headline {
    font-size: 48px;
    line-height: 56px;
  }
}
[data-css="c-intro"] .intro__text {
  font-family: vw-text;
  letter-spacing: -0.09px;
  max-width: 710px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1440px) {
  [data-css="c-intro"] .intro__text {
    font-size: 20px;
    line-height: 32px;
  }
}
[data-css="c-intro"] .intro__text a {
  color: #001e50;
  font-family: vw-text;
  font-weight: 700;
  letter-spacing: -0.09px;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
}
[data-css="c-intro"] .intro__mail {
  color: #2e9bd6;
  text-decoration: none;
}
[data-css="c-intro"] .intro__mail:hover {
  text-decoration: underline;
}
[data-css="c-intro"].intro-content .intro__list {
  margin-bottom: 132px;
  list-style: none;
}
[data-css="c-intro"].intro-content .intro__list-item {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  overflow: hidden;
}
[data-css="c-intro"].intro-content .intro__list-item:nth-of-type(1)::before,
[data-css="c-intro"].intro-content .intro__list-item:nth-of-type(2)::before {
  content: "";
  display: none;
}
[data-css="c-intro"].intro-content .intro__list-item:nth-of-type(3)::before {
  content: "03";
  margin-right: 16px;
  font-weight: 700;
  font-family: vw-text;
}
[data-css="c-intro"].intro-content .intro__list-item:nth-of-type(4)::before {
  content: "04";
  margin-right: 16px;
  font-weight: 700;
  font-family: vw-text;
}
[data-css="c-intro"].intro-content .intro__list-item span.text {
  font-size: 20px;
  width: calc(100% - 42px);
}
[data-css="c-intro"].intro-content .intro__list-item span.unchecked {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  display: none;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}
[data-css="c-intro"].intro-content .intro__list-item span.checked {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23001E50' fill-rule='nonzero' d='M8.787 22.392a.667.667 0 0 1-.422-.151l-7.49-6.142.844-1.028 6.933 5.685 13.1-18.861 1.092.759L9.333 22.106a.669.669 0 0 1-.546.286z'/%3E%3C/svg%3E");
}
.c-actions .actions__btn {
  cursor: none;
  margin-top: 68px;
  font-family: vw-text;
  font-size: 16px;
  line-height: 14px;
  display: inline-block;
  border: 0;
  min-width: 200px;
  width: 261px;
  border-radius: 24px;
  height: 44px;
  background-color: #001e50;
  color: #ffff !important;
}
@media only screen and (min-width: 560px) {
  .c-actions .actions__btn {
    max-width: 200px;
    margin-right: 40px;
  }
}
.c-actions .actions__btn:hover {
  cursor: pointer;
  background-color: #0040c5;
}
.c-actions .actions__btn-text {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: vw-text;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .ir a::after,
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.page-intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
}
.page-intro .outer-wrapper {
  position: relative;
  width: 768px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper {
    width: 1024px;
  }
}
.page-intro .outer-wrapper .header {
  position: relative;
  overflow: hidden;
  height: 1024px;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper .header {
    height: 768px;
  }
}
.page-intro .outer-wrapper .header img {
  position: absolute;
  width: 100%;
}
.page-intro .outer-wrapper .header img.portrait {
  display: block;
}
.page-intro .outer-wrapper .header img.landscape {
  display: none;
  height: 768px;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper .header img.portrait {
    display: none;
  }
  .page-intro .outer-wrapper .header img.landscape {
    display: block;
  }
}
.page-intro .outer-wrapper .header .headlines {
  position: absolute;
  top: 133px;
  left: 0;
  width: 70%;
  margin: 0 64px;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper .header .headlines {
    margin: 0 86px;
  }
}
.page-intro .outer-wrapper .header .headlines h1 {
  font-family: vw-head, serif;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin: 0 0 22px;
  text-align: left;
}
.page-intro .outer-wrapper .header .headlines h3 {
  font-family: vw-text, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper .header .headlines h3 {
    width: 75%;
  }
}
.page-intro .outer-wrapper .content {
  position: absolute;
  margin: 0 64px;
  padding-bottom: 48px;
  bottom: 580px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper .content {
    margin: 0 86px;
    bottom: 360px;
  }
}
.page-intro .outer-wrapper .content .teaser-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.page-intro .outer-wrapper .content .teaser-list .teaser {
  position: relative;
  display: table-cell;
  text-align: center;
  padding-top: 80px;
}
.page-intro .outer-wrapper .content .teaser-list .teaser h3 {
  display: inline-block;
  max-width: 180px;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .page-intro .outer-wrapper .content .teaser-list .teaser h3 {
    max-width: none;
  }
}
.page-intro .outer-wrapper .content .teaser-list .teaser p {
  padding: 0;
  margin: 0;
}
.page-intro .outer-wrapper .content .teaser-list .teaser:before {
  content: "";
  position: absolute;
  top: -55px;
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.page-intro .outer-wrapper .content .teaser-list .teaser:first-child:before {
  background-image: url(/MultistopPathfinder/static/media/intro-teaser-search.6614b49e.svg);
  background-position: 26px 27px;
}
.page-intro .outer-wrapper .content .teaser-list .teaser:nth-child(2):before {
  background-image: url(/MultistopPathfinder/static/media/intro-teaser-info.501998da.svg);
  background-position: 56px 25px;
}
.page-intro .outer-wrapper .content .teaser-list .teaser:nth-child(3):before {
  background-image: url(/MultistopPathfinder/static/media/intro-teaser-notes.64d57413.svg);
  background-position: 39px 37px;
}
.page-intro .outer-wrapper .content .button {
  display: inline-block;
  color: #001e50;
  background: #fff;
  border-radius: 4px;
  font-family: vw-text, serif;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 22px;
  width: 167px;
  text-align: center;
}
.form-text-element {
  margin-bottom: 24px;
  position: relative;
}
.form-text-element label {
  font-size: var(--textappearances-copy100-fontsize);
  color: #001e50;
  font-family: vw-text, serif;
}
.form-text-element label.has-content:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/MultistopPathfinder/static/media/check-green.1a3737a2.svg);
}
.form-text-element label textarea {
  border: 1px solid #e5e9ec;
  color: #001e50;
  font-family: vw-text;
  font-size: var(--textappearances-copy200-fontsize);
  line-height: var(--textappearances-copy200-lineheight);
  height: 170px;
  width: 100%;
}
.form-text-element label textarea::-webkit-input-placeholder {
  color: #848f95;
}
.form-text-element label textarea:-ms-input-placeholder,
.form-text-element label textarea::-ms-input-placeholder {
  color: #848f95;
}
.form-text-element label textarea::placeholder {
  color: #848f95;
}
.form-text-element label input {
  color: #001e50;
  display: block;
  height: 42px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e5e9ec;
  border-radius: 0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  font-size: var(--textappearances-copy200-fontsize);
  font-family: vw-text, serif;
  padding-left: 0;
  text-indent: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-text-element label input::-webkit-input-placeholder {
  color: #848f95;
}
.form-text-element label input:-ms-input-placeholder,
.form-text-element label input::-ms-input-placeholder {
  color: #848f95;
}
.form-text-element label input::placeholder {
  color: #848f95;
}
.form-text-element.error input {
  border-color: red;
}
.form-checkboxes-element h5 {
  font-family: vw-text, serif;
  font-size: 16px;
  font-weight: 200;
  margin: 0 0 10px;
  color: #000;
}
.form-checkboxes-element.error label input:after {
  background-image: url(https://image.nutzfahrzeuge.volkswagen-online.de/lib/fe43157075640575741570/m/1/69e14a3a-1774-40f8-b9fa-2fb871bb45c4.png);
  border: 0 solid #001e50 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-checkboxes-element label {
  font-family: vw-text, serif;
  font-size: 16px;
  padding-left: 44px;
  position: relative;
  line-height: 16px;
  padding-right: 10px;
  text-align: left;
  padding-top: 6px;
  min-width: 260px;
  margin-bottom: 20px;
  float: left;
}
.form-checkboxes-element label input {
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  margin: 0;
}
.form-checkboxes-element label .checkbox-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url(https://image.nutzfahrzeuge.volkswagen-online.de/lib/fe43157075640575741570/m/1/9be00043-f773-458e-99f9-bfeccc161c16.png);
  border: 0 solid #001e50 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-checkboxes-element label input:checked ~ .checkbox-item:after {
  background-image: url(https://image.nutzfahrzeuge.volkswagen-online.de/lib/fe43157075640575741570/m/1/9c868bf5-72a1-4f47-9d03-e85c05c284a6.png);
  border: 0 solid #001e50 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-checkboxes-element.error .checkbox-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url(https://image.nutzfahrzeuge.volkswagen-online.de/lib/fe43157075640575741570/m/1/69e14a3a-1774-40f8-b9fa-2fb871bb45c4.png);
  border: 0 solid #001e50 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-checkbox-element {
  padding-bottom: 7px;
  margin-bottom: 18px;
}
.form-checkbox-element label {
  display: block;
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy200-fontsize);
  line-height: var(--textappearances-copy200-lineheight);
  letter-spacing: var(--textappearances-copy200-letterspacing);
  padding-left: 44px;
  position: relative;
  padding-right: 10px;
  text-align: left;
  padding-top: 4px;
}
.form-checkbox-element label input {
  position: absolute;
  top: 6px;
  left: 0;
  border: none;
  margin: 0;
}
.form-checkbox-element label .checkbox-item:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url(https://image.nutzfahrzeuge.volkswagen-online.de/lib/fe43157075640575741570/m/1/9be00043-f773-458e-99f9-bfeccc161c16.png);
  border: 0 solid #001e50 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-checkbox-element label input:checked ~ .checkbox-item:after {
  background-image: url(https://image.nutzfahrzeuge.volkswagen-online.de/lib/fe43157075640575741570/m/1/9c868bf5-72a1-4f47-9d03-e85c05c284a6.png);
  border: 0 solid #001e50 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-radios-element {
  white-space: nowrap;
}
@media screen and (max-width: 420px) {
  .form-radios-element {
    white-space: normal;
  }
}
.form-radios-element h5 {
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy100-fontsize);
  font-weight: 200;
  margin: 0 0 10px 0;
  color: #000;
}
.form-radios-element.error .radio-item {
  border: 2px solid red;
}
.form-radios-element label {
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy200-fontsize);
  color: #000;
  position: relative;
  line-height: 30px;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  margin-right: 5px;
  margin-bottom: 12px;
  min-width: 70px;
}
@media screen and (max-width: 545px) {
  .form-radios-element label {
    width: 150px;
  }
}




/*
.form-radios-element label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border: none;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.form-radios-element label .radio-item {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #001e50;
  border-radius: 50%;
}
.form-radios-element label input:checked ~ .radio-item:before {
  position: absolute;
  content: "";
  background: #001e50;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1;
    left: 2.5px;
    top: 2.5px;
    transform: translate(-0.75px, -0.75px);
}
*/






.form-select-element {
  margin-bottom: 24px;
}
.form-select-element label {
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy100-fontsize);
  color: #001e50;
}
.form-select-element label select {
  background: #fff url(media/chevron-down.1be5fb6d.svg) no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #e5e9ec;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy200-fontsize);
  color: #001e50;
  margin-top: 0;
  height: 42px;
  padding-left: 0;
  text-indent: 0;
}
.form-select-element label select option {
  font-family: Helvetica, Arial, sans-serif;
}
.form-element {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-element.left {
  padding-right: 31px;
}
.form-element.right {
  padding-left: 31px;
}
.form-element .spacer {
  height: 24px;
}
@media screen and (max-width: 545px) {
  .form-element {
    width: 100% !important;
  }
  .form-element.left,
  .form-element.right {
    padding: 0;
  }
}
.page-models {
  padding-bottom: 68px;
  margin: -347px auto 0;
  width: 640px;
}
.page-models > h1 {
  font-family: vw-head, serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  margin: 36px 0 25px;
}
.page-models > h1 b {
  font-weight: 700;
}
.page-models > p {
  color: #fff;
  margin: 0 0 68px;
  font-size: 16px;
  line-height: 24px;
}
.page-models form {
  margin: 0 auto;
}
.page-models form .models {
  display: grid;
  grid-template-columns: 192px 192px 192px;
  grid-gap: 32px;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-models form .models {
    grid-template-columns: 192px 192px 192px;
  }
}
.page-models form .models label {
  width: 192px;
  height: 180px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.page-models form .models label input {
  display: none;
}
.page-models form .models label img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 192px;
}
.page-models form .models label p {
  color: #000;
  font-size: 16px;
  margin: 16px 17px 0;
  font-family: vw-head, serif;
  font-weight: 700;
}
.page-models form .models label.checked:before {
  color: #fff;
  content: "";
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-image: url(http://www.hyper-consulting.pl/checkbox-unchecked.svg);
  z-index: 2;
}
.page-models form .models label.checked:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 1;
}
.page-models form .models label.checked span {
  width: 192px;
  height: 180px;
  border: 2px solid #4cc7f4;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
}
.page-models form .requests {
  margin-top: 80px;
  padding: 40px 30px 20px;
  border: 2px solid #001e50;
  position: relative;
}
.page-models form .requests h2 {
  font-size: 20px;
  font-family: vw-head, serif;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 18px;
  border: 12px solid #fff;
}
.page-models form .requests .form-element .form-checkboxes-element {
  margin: 0 auto;
  overflow: hidden;
}
.page-models form .requests .form-element .form-checkboxes-element label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 288px;
  height: 48px;
  float: left;
}
.page-models
  form
  .requests
  .form-element
  .form-checkboxes-element
  label:last-child {
  width: auto;
}
.page-models form .requests .no-requests {
  color: red;
}
.page-models form .button {
  display: block;
  color: #fff;
  background: #001e50;
  border-radius: 4px;
  font-family: vw-text, serif;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  padding: 10px 20px;
  cursor: pointer;
  margin: 100px auto 0;
  border-radius: 22px;
  width: 230px;
}
.page-models form .button[data-disabled="true"] {
  color: #6a767d;
  background: #dfe4e8;
  cursor: not-allowed;
}
.page-models form .reset-link {
  margin-top: 24px;
  text-align: center;
}
.page-models form .reset-link a {
  color: #001e50;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
  font-size: 16px;
}
.page-models form .reset-link a :active,
.page-models form .reset-link a:focus,
.page-models form .reset-link a:hover,
.page-models form .reset-link a:visited {
  color: #001e50;
}
.page-data {
  padding-bottom: 68px;
}
.page-data .headerImage {
  width: 50vw;
  height: 50vw;
  position: absolute;
}
.page-data .headerImage img {
  width: 100%;
}
@media only screen and (max-width: 460px) {
  .page-data .headerImage {
    position: static;
    width: 100vw;
    height: 100vw;
  }
}
.page-data .header {
  width: 50vw;
  height: 50vw;
  padding: 0 60px;
  margin-left: 50vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 460px) {
  .page-data .header {
    position: static;
    padding: 0 40px;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .page-data .header {
    padding: 0 20px;
  }
}
.page-data .header .wrapper {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-data .header .wrapper h1 {
  font-family: vw-head, serif;
  font-weight: 200;
  font-size: var(--textappearances-headline400-fontsize);
  line-height: var(--textappearances-headline400-lineheight);
  letter-spacing: var(--textappearances-headline400-letterspacing);
  color: #000;
}
.page-data .header .wrapper h1 b {
  font-weight: 700;
}
@media only screen and (max-width: 799px) {
  .page-data .header .wrapper h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 620px) {
  .page-data .header .wrapper h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 460px) {
  .page-data .header .wrapper h1 {
    position: static;
    margin: 40px 0 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.page-data .header .wrapper p {
  display: none;
}
@media screen and (min-width: 690px) {
  .page-data .header .wrapper p {
    display: inline-block;
  }
}
.page-data .main-section {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 414px) {
  .page-data .main-section {
    padding: 0 20px;
  }
}
.page-data .main-section .intro {
  margin-top: 20px;
}
@media only screen and (max-width: 460px) {
  .page-data .main-section .intro {
    margin: 0;
  }
}
@media screen and (min-width: 690px) {
  .page-data .main-section .intro {
    display: none;
  }
}
.page-data .main-section form {
  padding: 40px 0 0;
}
@media only screen and (max-width: 414px) {
  .page-data .main-section form {
    padding: 20px 0 0;
  }
}
.page-data .main-section .form-element h5 {
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy100-fontsize);
  font-weight: 200;
  margin: 0 0 10px;
  color: #000;
}
.page-data .main-section .disclaimer {
  font-family: var(--font-family-text, vw-text, Helvetica, Arial, sans-serif);
  color: rgb(0, 0, 0);
  word-break: inherit;
  font-weight: normal;
  font-size: var(--textappearances-copy200-fontsize);
  line-height: var(--textappearances-copy200-lineheight);
  letter-spacing: var(--textappearances-copy200-letterspacing);
  margin: -0.11em 0px 0.11em;
  flex: 1 1 0%;
}
.page-data .advertising-section {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 414px) {
  .page-data .advertising-section {
    padding: 20px 0 20px 0;
  }
}
.page-data .advertising-section .inner {
  max-width: 780px;
  margin: 0 auto;
}
.page-data .advertising-section .inner .mev {
  margin-top: 50px;
  padding: 10px 0px 20px 0px;
  /* border: 2px solid #001e50; */
  position: relative;
  font-size: var(--textappearances-copy250fontsize);
  line-height: var(--textappearances-copy250-lineheight);
  letter-spacing: var(--textappearances-copy250-letterspacing);
}
@media screen and (max-width: 414px) {
  .page-data .advertising-section .inner .mev {
    padding: 20px 0 20px 0;
  }
}
.page-data .advertising-section .inner .mev p {
  line-height: 24px;
}
.page-data .advertising-section .inner h2 {
  font-size: 20px;
  font-family: vw-head, serif;
  font-weight: 700;
  color: #000;
  margin: 0 auto 20px;
  text-align: left;
  background: #fff;
}
.page-data .advertising-section .inner form .form-checkbox-element label {
  word-break: break-word;
}
.page-data .advertising-section .inner .note {
  background: #5b08a4;
  padding: 15px 15px 15px 50px;
  font-family: vw-text, serif;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  /* display: inline-block; */
  border-radius: 3px;
  max-width: 375px;
  display: flex;
  align-items: center;
  padding: 12px;
}
.page-data .advertising-section .inner .note:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-image: url(/MultistopPathfinder/static/media/alert.718c2f11.svg);
}
.page-data .advertising-section .inner #formPostal {
  overflow: hidden;
}
.page-data .advertising-section .inner #formPostal .form-element:nth-child(3) {
  width: 535px;
  float: left;
}
.page-data .advertising-section .inner #formPostal .form-element:nth-child(4),
.page-data .advertising-section .inner #formPostal .form-element:nth-child(5) {
  width: 222px;
  float: left;
}
.page-data .advertising-section .inner #formPostal .form-element:nth-child(6) {
  width: 535px;
  float: left;
}
.page-data .advertising-section .revocation {
  margin-top: 50px;
}
.page-data .advertising-section .revocation h2 {
  position: relative;
  border: 0;
  margin: 0;
  top: 0;
  font-family: var(--font-family-text, vw-text, Helvetica, Arial, sans-serif);
  color: rgb(0, 0, 0);
  word-break: inherit;
  font-size: var(--textappearances-copy200-fontsize);
  line-height: var(--textappearances-copy200-lineheight);
  letter-spacing: var(--textappearances-copy200-letterspacing);
}
.page-data .advertising-section .revocation p {
  font-family: vw-text, serif;
  font-size: var(--textappearances-copy250fontsize);
  line-height: var(--textappearances-copy250-lineheight);
  letter-spacing: var(--textappearances-copy250-letterspacing);
}
.page-data .advertising-section .revocation p a {
  font-weight: 700;
  color: #001e50;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
}
.page-data .advertising-section .revocation p a :active,
.page-data .advertising-section .revocation p a:focus,
.page-data .advertising-section .revocation p a:visited {
  color: #001e50;
}
.page-data .advertising-section .revocation p a:hover {
  color: #0068aa;
  border-bottom: 1px solid #0068aa;
}
.page-data .buttons {
  text-align: center;
  margin: 0 auto;
}
.page-data .buttons .button {
  display: inline-block;
  color: #fff;
  background: #001e50;
  border-radius: 4px;
  border: 2px solid #001e50;
  font-family: vw-text, serif;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 22px;
  width: 301px;
}
@media screen and (max-width: 414px) {
  .page-data .buttons .button {
    width: 200px;
  }
}
.page-data .buttons .button:first-child {
  background-color: #fff;
  color: #001e50;
  margin-right: 15px;
}
.page-data .buttons .button:last-child {
  margin-left: 15px;
}
.page-data .buttons .button[data-disabled="true"] {
  color: #6a767d;
  background: #dfe4e8;
  border: 2px solid #dee4e8;
  cursor: not-allowed;
}
.page-data .reset-link {
  margin-top: 24px;
  text-align: center;
}
.page-data .reset-link a {
  color: #001e50;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
  font-weight: 700;
}
.page-data .reset-link a :active,
.page-data .reset-link a:focus,
.page-data .reset-link a:hover,
.page-data .reset-link a:visited {
  color: #001e50;
}
.page-summary {
  padding-bottom: 50px;
  margin-top: -265px;
}
.page-summary .content {
  max-width: 640px;
  margin: 0 auto;
}
.page-summary .content h2,
.page-summary .content h3 {
  font-family: vw-head, serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.page-summary .content .disabled-checkbox {
  display: inline-block;
  min-width: 50%;
  position: relative;
  margin-bottom: 18px;
}
.page-summary .content .disabled-checkbox:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #fff;
  width: 24px;
  height: 24px;
  background-image: url(media/checkbox-checked.e673c607.svg);
}
.page-summary .content .disabled-checkbox p {
  padding-left: 40px;
  font-family: vw-text, serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 30px;
}
.page-summary .content .header {
  margin-bottom: 120px;
}
.page-summary .content .header h1 {
  font-family: vw-head, serif;
  font-weight: 200;
  font-size: 48px;
  color: #fff;
  margin: 36px 0 25px;
}
.page-summary .content .header h1 b {
  font-weight: 700;
}
.page-summary .content .header p {
  color: #fff;
  margin: 0 0 36px;
}
.page-summary .content .data {
  display: grid;
  grid-column-gap: 2%;
  grid-template-columns: 49% 49%;
}
.page-summary .content .data dl dt {
  font-family: vw-text, serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
.page-summary .content .data dl dt:first-child {
  margin-top: 0;
}
.page-summary .content .data dl dd {
  font-family: vw-text, serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 24px;
}
.page-summary .content hr {
  border: 1px solid #fff;
  margin: 30px 0;
}
.page-summary .content .models .selected-cars {
  display: grid;
  grid-template-columns: 192px 192px 192px;
  grid-gap: 35px;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-summary .content .models .selected-cars > div {
  width: 192px;
  height: 180px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.page-summary .content .models .selected-cars > div img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-summary .content .models .selected-cars > div p {
  color: #000;
  font-size: 16px;
  margin: 16px 17px 0;
  font-family: vw-head, serif;
  font-weight: 700;
}
.page-summary .content .advertising,
.page-summary .content .interests {
  margin-top: 50px;
}
.page-summary .content .buttons {
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
.page-summary .content .buttons .button {
  display: inline-block;
  color: #fff;
  background: #001e50;
  border-radius: 4px;
  border: 2px solid #001e50;
  font-family: vw-text, serif;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 22px;
  width: 301px;
}
.page-summary .content .buttons .button:first-child {
  background-color: #fff;
  color: #001e50;
  margin-right: 15px;
}
.page-summary .content .buttons .button:last-child {
  margin-left: 15px;
}
.page-summary .content .reset-link {
  margin-top: 24px;
  text-align: center;
}
.page-summary .content .reset-link a {
  color: #001e50;
  text-decoration: none;
  border-bottom: 1px solid #001e50;
  font-weight: 700;
}
.page-summary .content .reset-link a :active,
.page-summary .content .reset-link a:focus,
.page-summary .content .reset-link a:hover,
.page-summary .content .reset-link a:visited {
  color: #001e50;
}
.page-finished {
  padding-bottom: 50px;
  margin-top: -30px;
}
.page-finished .content .headerImage {
  width: 50vw;
  height: 50vw;
  position: absolute;
}
.page-finished .content .headerImage img {
  width: 100%;
}
@media only screen and (max-width: 460px) {
  .page-finished .content .headerImage {
    position: static;
    width: 100vw;
    height: 100vw;
  }
}
.page-finished .content .header {
  width: 50vw;
  height: 50vw;
  padding: 0 60px;
  margin-left: 50vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 460px) {
  .page-finished .content .header {
    position: static;
    width: 75vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}
.page-finished .content .header h1 {
  font-family: vw-head, serif;
  font-weight: 200;
  font-size: 48px;
  color: #000;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-finished .content .header h1 b {
  font-weight: 700;
}
@media only screen and (max-width: 799px) {
  .page-finished .content .header h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 620px) {
  .page-finished .content .header h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 460px) {
  .page-finished .content .header h1 {
    position: static;
    margin: 40px 0 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 75vw;
  }
}
.page-finished .content p {
  font-family: vw-text, serif;
  font-size: 16px;
  color: #000;
  width: 60%;
  line-height: 24px;
  margin: 60px auto 20px;
}
@media only screen and (max-width: 620px) {
  .page-finished .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .page-finished .content p {
    width: 75vw;
    margin: 40px auto 20px;
    position: static;
    font-size: 12px;
  }
}
.page-finished .content ul {
  width: 60%;
  margin: 0 auto;
  font-family: vw-text, serif;
  font-size: 16px;
}
@media only screen and (max-width: 620px) {
  .page-finished .content ul {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .page-finished .content ul {
    font-size: 12px;
    width: 75vw;
  }
}
.page-finished .content .personalData {
  font-family: vw-text, serif;
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
}
.page-finished .content .personalData h5 {
  font-family: vw-head, serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 620px) {
  .page-finished .content .personalData h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .page-finished .content .personalData h5 {
    font-size: 12px;
    width: 75vw;
  }
}
@media only screen and (max-width: 620px) {
  .page-finished .content .personalData {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .page-finished .content .personalData {
    font-size: 12px;
    width: 75vw;
  }
}
/* .main-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .main-wrapper {
    margin-top: 92px;
  }
}
@media screen and (max-width: 559px) {
  .main-wrapper {
    margin-top: 84px;
  }
} */
.main-wrapper .page-main {
  pointer-events: none;
  background-size: cover;
}
.main-wrapper .page-main[data-page="3"],
.main-wrapper .page-main[data-page="4"] {
  height: 0;
}
.main-wrapper .page-main .logo {
  text-align: center;
}
.main-wrapper .page-main .logo img {
  margin: 20px 0;
  width: 65px;
}
.main-wrapper .page-main .navigation {
  height: 40px;
  padding-top: 29px;
}
.main-wrapper .page-main .navigation ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 640px;
}
.main-wrapper .page-main .navigation ul li {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrapper .page-main .navigation ul li a {
  color: hsla(0, 0%, 100%, 0.5);
  position: relative;
  font-family: vw-text, serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.5);
  display: inline-block;
  width: 100%;
}
.main-wrapper .page-main .navigation ul li.active a {
  color: #fff;
  border-color: #fff;
}
.main-wrapper .page-main .navigation ul li.completed a,
.main-wrapper .page-main .navigation ul li:first-child a {
  color: #0099da;
  border-color: #0099da;
}
.main-wrapper .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: wait;
  background-color: hsla(204, 8%, 88%, 0.5);
}
.main-wrapper .loading-overlay img {
  position: absolute;
  width: 56px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 28px);
  pointer-events: none;
  opacity: 1;
}
.headlineParagraph {
  font-weight: normal;
  font-size: var(--textappearances-copy200-fontsize);
  line-height: var(--textappearances-copy200-lineheight);
  letter-spacing: var(--textappearances-copy200-letterspacing);
}
.formHeader {
  font-family: var(--font-family-head, vw-head, Helvetica, Arial, sans-serif);
  color: rgb(0, 0, 0);
  word-break: inherit;
  font-weight: 200;
  font-size: var(--textappearances-headline400-fontsize);
  line-height: var(--textappearances-headline400-lineheight);
  letter-spacing: var(--textappearances-headline400-letterspacing);
  text-align: center;
}
html body {
  margin: 0;
  padding: 0;
  font-family: vw-text, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#toForm:hover {
  cursor: pointer;
  background-color: #0040c5;
}
.albery-container,
.pagination-container {
  position: relative;
  /* center it */
  /*margin-left: auto;
 margin-right: auto;*/
  width: 900px;
  overflow: hidden;
}
.albery-wrapper {
  position: relative;
  height: auto;
  width: 1600px;
}
.albery-item {
  position: relative;
  float: left;
  width: 900px;
  /*cursor: zoom-in;*/
}
.albery-item img {
  width: 100%;
}
.move-left,
.move-right {
  position: absolute;
  width: 18%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.move-left a,
.move-right a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  width: 0;
  height: 0;
}
.move-left a:hover,
.move-right a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.move-left a {
  border-right: 34px solid rgba(255, 255, 255, 0.5);
}
.move-right a {
  border-left: 34px solid rgba(255, 255, 255, 0.5);
}
.move-left {
  left: 0;
}
.move-right {
  right: 0;
}
.pagination-wrapper {
  position: relative;
  height: auto;
  width: 1600px;
}
.pagination-item {
  position: relative;
  float: left;
  width: 144px;
  margin-right: 13px;
  cursor: pointer;
}
.pagination-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-panel {
  /*width: 100vw;*/
  margin: 0px auto 0px auto;
}
@media only screen and (min-width: 900px) {
  #other-branche,
  #other-rolle {
    width: 200%;
    display: inline-block;
    -webkitappearance: inline;
  }
}
@media only screen and (max-width: 900px) {
  .slide-panel {
    width: 80vw;
  }
  .indexbox {
    min-width: 60px;
  }
  .form-text-element label input {
    width: 100%;
  }
}
.main-section,
.advertising-section,
.buttons {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
}