.section {
  margin: auto;
}

.background-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  padding-bottom: 0px;
  background-color: #d1d1d1;
}

.qr-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 142px;
  height: 183px;
  margin-top: 50px;
  margin-left: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.21);
}

.qr-image {
  margin: 14px auto auto;
  padding-right: 19px;
  padding-left: 19px;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  text-align: center;
}

.text-div {
  position: absolute;
  display: block;
  width: 410px;
  height: 200px;
  margin-top: 25%;
  margin-left: 50px;
}

.text-div.noclick {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 50%;
  margin-top: 23%;
  margin-left: 10%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-block-3 {
  margin: auto;
  padding-bottom: 14px;
  font-family: Vwhead, sans-serif;
  color: #fff;
  font-size: 39px;
  font-weight: 300;
}

.text-block-4 {
  font-family: Vwhead, sans-serif;
  color: #6a767d;
  font-size: 70px;
  line-height: 70%;
  font-weight: 300;
}

.text-block-5 {
  font-family: Vwhead, sans-serif;
  color: #fff;
  font-size: 125px;
  line-height: 90%;
  font-weight: 700;
}

.desktop-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin: auto;
  padding-bottom: 0px;
  background-color: #fff;
}

.colors-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  background-color: rgba(180, 134, 134, 0);
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71px;
  height: 71px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.circle-div.tuquios {
  width: 71px;
  height: 71px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #53d5d2;
}

.innercircle-div {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #fff;
}

.innercircle-div.orange {
  background-color: #fd8817;
}

.innercircle-div.turqoise {
  background-color: #43d3d0;
}

.innercircle-div.blue {
  background-color: #063465;
}

.innercircle-div.grey {
  background-color: #333;
}

.outercircle-div {
  position: absolute;
  width: 78px;
  height: 78px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
}

.painttext-div {
  display: block;
  width: 410px;
  height: 200px;
  margin-top: 50px;
  margin-left: 172px;
}

.text-block-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 3em;
  line-height: 100%;
  font-weight: 700;
}

.text-block-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 3em;
  line-height: 100%;
}

.frontpage-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.mobile-div {
  display: none;
}

.mobilepainttext-div {
  display: block;
  width: 410px;
  height: 200px;
  margin-top: 50px;
  margin-left: 172px;
}

.colortext-div {
  display: none;
}

.colortext-div.turqious {
  display: none;
}

.colortext-div.blue {
  display: none;
}

.colortext-div.orange {
  display: none;
}

.colortext-div.white {
  display: none;
}

.colortext-div.black {
  display: none;
}

.iframe-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
}

.html-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

.radio-button-label-2 {
  display: block;
  min-height: 64px;
  min-width: 64px;
  margin: auto;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/white3x.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
  font-size: 74px;
  line-height: 74px;
}

.radio-button-label-3 {
  display: block;
}

.radio-button-label-4 {
  display: block;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(66, 218, 235, 0);
  border-radius: 100%;
  background-image: url('../images/grey3x.png');
  background-position: 50% 50%;
  background-size: 62px 62px;
  background-repeat: no-repeat;
}

.radio-button-label-4:hover {
  border-color: rgba(66, 218, 235, 0.37);
}

.radio-button-label-4.blue {
  background-image: url('../images/INDUIUMGREY_TROC.svg');
}

.radio-button-label-4.white {
  background-image: url('../images/blue_TROC.svg');
}

.radio-button-label-4.turqoise {
  background-image: url('../images/BLACK_TROC.svg');
}

.radio-button-label-4.grey {
  background-image: url('../images/purewhit_TROC.svg');
}

.radio-button-label-4.orange {
  background-image: url('../images/red_TROC.svg');
}

.radio-button-label-5 {
  display: block;
}

.radio-button-field {
  padding-right: 5px;
  padding-left: 5px;
  color: #333;
}

.radio-button {
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: #fd8817;
}

.radio-button.blue {
  position: static;
  display: none;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: #243f4d;
  background-clip: border-box;
}

.radio-button.blue.w--redirected-checked {
  position: static;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-radius: 61%;
}

.radio-button.blue.display-none {
  display: none;
}

.radio-button.turqoise {
  display: none;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: #53d5d2;
}

.radio-button.white {
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.radio-button.white.display-none {
  display: none;
}

.radio-button.grey {
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: #333;
}

.radio-button.grey.display-none {
  display: none;
}

.radio-button.orange {
  display: none;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arbuttons-div {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.topbutton-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  margin-left: 6px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.37);
}

.topbar-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buy-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 101px;
  height: 48px;
  margin-left: 10px;
  float: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Vwhead, sans-serif;
  font-weight: 700;
}

.preloading_div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001e50;
}

.image-4 {
  width: 100px;
  height: 100px;
  margin: auto;
}

.image-5 {
  display: none;
}

.text-block-18 {
  display: none;
  margin-bottom: 199px;
  font-family: Vwhead, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.base-div {
  position: absolute;
  display: none;
  width: 300px;
  height: 300px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #747474;
}

.div-block-19 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}

.div-block-20 {
  position: static;
  display: block;
  height: 100%;
}

.logo-div {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/Volkswagen_logo_inverted.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-21 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: 25%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.div-block-22 {
  background-color: #929292;
}

.image-6 {
  background-image: url('../images/noaudio.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-7 {
  background-image: url('../images/eye.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.arbuttons-div-desktop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-right: 136px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-8 {
  display: block;
  max-width: 35%;
  padding: 48px 0px 0px;
}

.html-embed-2.click {
  height: 100%;
}

.mainimagediv {
  display: none;
}

.mainimagediv.clearspace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  padding: 0px 100px;
}

.text-block-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin: auto auto 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.desktopmainimage {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 7% auto auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 35%;
  height: 30%;
  margin: auto auto auto 118px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-block-21 {
  position: static;
  top: auto;
  display: block;
  margin: auto;
  padding-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.image-14 {
  position: relative;
  display: block;
  width: 92%;
  margin: auto;
  padding: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .mainimagediv {
    display: none;
  }

  .mainimagediv.clearspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .desktop-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-div {
    display: none;
  }

  .preloading_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mainimagediv {
    display: none;
  }

  .mainimagediv.clearspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .desktop-div {
    display: none;
  }

  .colors-div {
    position: static;
    height: auto;
    margin-bottom: 61px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .innercircle-div.orange {
    background-color: #fd8817;
  }

  .innercircle-div.white {
    background-color: #dbdde2;
  }

  .innercircle-div.turqoise {
    background-color: #43d3d0;
  }

  .innercircle-div.blue {
    background-color: #063465;
  }

  .innercircle-div.grey {
    background-color: #747372;
  }

  .outercircle-div {
    border-color: #dbdde2;
  }

  .outercircle-div.orange {
    display: none;
    border-color: #fd8817;
  }

  .outercircle-div.white {
    display: none;
  }

  .outercircle-div.turqoise {
    display: none;
    border-color: #43d3d0;
  }

  .outercircle-div.blue {
    display: none;
    border-color: #063465;
  }

  .outercircle-div.grey {
    display: none;
    border-color: #747372;
  }

  .painttext-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin: auto;
    padding-top: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-block-6 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 2em;
  }

  .text-block-7 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
  }

  .frontpage-div {
    display: block;
    margin: 50px auto auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2b2b;
    text-decoration: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paintselection-div {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 194px;
    height: 58px;
    margin: auto auto 46px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 29px;
    background-color: #fff;
  }

  .text-block-8 {
    display: block;
    margin: auto auto auto -21px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-family: Vwtext, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
  }

  .text-block-8.one {
    margin-left: -30px;
    padding-bottom: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
  }

  .image-2 {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }

  .mobile-div {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: transparent;
  }

  .colourselection-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001e50;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-template-areas: ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .mobilepainttext-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 10%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .beginar-div {
    display: none;
    width: 132px;
    height: 58px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 29px;
    background-color: #fff;
  }

  .beginar-div.orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto auto 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #06b0f0;
  }

  .text-block-9 {
    margin-top: 20%;
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }

  .text-block-10 {
    margin-bottom: 15%;
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }

  .div-block-3 {
    min-width: 50px;
    margin: auto;
  }

  .bottomcolorcircle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-template-areas: ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-4 {
    padding-right: 26px;
    padding-bottom: 0px;
    padding-left: 26px;
  }

  .text-block-11 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 100%;
    font-weight: 700;
  }

  .text-block-12 {
    padding-bottom: 10%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 100%;
  }

  .closebutton-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-left: 38px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.19);
  }

  .closebutton-div.nocircle {
    margin-top: 30px;
    margin-left: 30px;
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .colortext-div.turqious {
    display: block;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-top: 5%;
    margin-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paintbuttons-div {
    width: 100%;
  }

  .radio-button-label {
    display: none;
  }

  .radio-button-label-2 {
    display: none;
  }

  .radio-button-label-3 {
    display: none;
  }

  .radio-button-label-4 {
    display: none;
  }

  .radio-button-label-4.blue {
    display: block;
  }

  .radio-button-label-4.white {
    display: block;
  }

  .radio-button-label-4.turqoise {
    display: block;
  }

  .radio-button-label-4.grey {
    display: block;
    background-image: url('../images/grey3x.png');
  }

  .radio-button-label-4.orange {
    display: block;
  }

  .radio-button-label-5 {
    display: none;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .radio-button-field {
    padding: 5px 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .radio-button {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    border-style: none;
    background-color: #fd8817;
  }

  .radio-button.w--redirected-checked {
    display: block;
  }

  .radio-button.blue {
    background-color: #243f4d;
  }

  .radio-button.turqoise {
    background-color: #53d5d2;
    color: #53d5d2;
  }

  .radio-button.white {
    background-color: #fff;
  }

  .radio-button.grey {
    background-color: #3d3936;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .div-block-9 {
    display: block;
    width: 100px;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-10 {
    width: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .radio-button-field-2 {
    padding-left: 0px;
  }

  .radio-button-field-3 {
    padding-left: 0px;
  }

  .radio-button-field-4 {
    padding-left: 0px;
  }

  .radio-button-field-5 {
    padding-left: 0px;
  }

  .headertext-div {
    margin-top: 65px;
    margin-left: 0px;
  }

  .text-block-13 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    text-align: center;
  }

  .text-block-14 {
    display: block;
    overflow: visible;
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 65px;
    line-height: 0.9em;
    font-weight: 700;
    text-align: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .text-block-15 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 90px;
    line-height: 0.9em;
    font-weight: 300;
  }

  .image-3 {
    display: block;
    margin-right: 7px;
  }

  .text-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .form-block {
    display: block;
  }

  .div-block-12 {
    position: absolute;
    width: 132px;
    height: auto;
    min-height: 58px;
    padding: 0px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    min-width: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .arbuttons-div {
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
  }

  .topbutton-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.32);
  }

  .topbar-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-top: 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .buy-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 101px;
    height: 48px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #fff;
  }

  .text-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Vwtext, sans-serif;
    font-size: 15px;
  }

  .preloading_div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    padding-top: 0%;
    padding-right: 35%;
    padding-left: 35%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5 {
    display: block;
    margin: auto;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-18 {
    display: block;
    margin-bottom: 0px;
    padding-top: 12px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
  }

  .text-block-18.tap {
    display: none;
  }

  .text-block-18.audio {
    display: none;
  }

  .text-block-18.clear {
    display: none;
  }

  .base-div {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 200px;
    height: 4px;
    margin: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .logo-div {
    background-image: url('../images/Volkswagen_logo_inverted.svg');
    background-size: cover;
  }

  .div-block-21 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 0%;
    height: 100%;
    background-color: #3fa3e0;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 66px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #06b0f0;
    border-radius: 100%;
  }

  .form-block-2 {
    margin-bottom: 30px;
  }

  .text-block-19 {
    margin: auto;
    padding-right: 66px;
    padding-left: 66px;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .html-embed-2 {
    display: block;
    height: 100%;
  }

  .button-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .mainimagediv {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 135px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mainimagediv.clearspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .loadinglogo {
    display: block;
    margin-top: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .loadinglogo.tap {
    width: 75px;
    margin-right: auto;
    margin-left: auto;
  }

  .androidinsta {
    display: none;
    min-height: 100%;
    min-width: 100%;
    background-color: #0e2a59;
  }

  .div-block-25 {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 50%;
    max-height: 50%;
    min-height: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-10 {
    position: absolute;
    top: 15%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-21 {
    position: static;
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .backgroundwhite {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin: auto;
    padding: 0px;
    background-color: #fff;
  }

  .arlogodiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 87px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arlogo {
    display: block;
  }

  .button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 67px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: rgba(56, 152, 236, 0);
    opacity: 0;
    font-family: Vwhead, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .text-block-22 {
    padding-top: 64px;
    padding-right: 18px;
    padding-left: 18px;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .image-13 {
    position: static;
    display: block;
    margin: auto;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@supports (-webkit-touch-callout: none) {
  .desktop-div {
    display: none;
  }

  .colors-div {
    position: static;
    height: auto;
    margin-bottom: 61px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .innercircle-div.orange {
    background-color: #fd8817;
  }

  .innercircle-div.white {
    background-color: #dbdde2;
  }

  .innercircle-div.turqoise {
    background-color: #43d3d0;
  }

  .innercircle-div.blue {
    background-color: #063465;
  }

  .innercircle-div.grey {
    background-color: #747372;
  }

  .outercircle-div {
    border-color: #dbdde2;
  }

  .outercircle-div.orange {
    display: none;
    border-color: #fd8817;
  }

  .outercircle-div.white {
    display: none;
  }

  .outercircle-div.turqoise {
    display: none;
    border-color: #43d3d0;
  }

  .outercircle-div.blue {
    display: none;
    border-color: #063465;
  }

  .outercircle-div.grey {
    display: none;
    border-color: #747372;
  }

  .painttext-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin: auto;
    padding-top: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-block-6 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 2em;
  }

  .text-block-7 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
  }

  .frontpage-div {
    display: block;
    margin: 50px auto auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2b2b;
    text-decoration: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paintselection-div {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 194px;
    height: 58px;
    margin: auto auto 46px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 29px;
    background-color: #fff;
  }

  .text-block-8 {
    display: block;
    margin: auto auto auto -21px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-family: Vwtext, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
  }

  .text-block-8.one {
    margin-left: -30px;
    padding-bottom: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
  }

  .image-2 {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }

  .mobile-div {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: transparent;
  }

  .colourselection-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001e50;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-template-areas: ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .mobilepainttext-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 10%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .beginar-div {
    display: none;
    width: 132px;
    height: 58px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 29px;
    background-color: #fff;
  }

  .beginar-div.orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto auto 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #06b0f0;
  }

  .text-block-9 {
    margin-top: 20%;
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }

  .text-block-10 {
    margin-bottom: 15%;
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }

  .div-block-3 {
    min-width: 50px;
    margin: auto;
  }

  .bottomcolorcircle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-template-areas: ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-4 {
    padding-right: 26px;
    padding-bottom: 0px;
    padding-left: 26px;
  }

  .text-block-11 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 100%;
    font-weight: 700;
  }

  .text-block-12 {
    padding-bottom: 10%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 100%;
  }

  .closebutton-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-left: 38px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.19);
  }

  .closebutton-div.nocircle {
    margin-top: 30px;
    margin-left: 30px;
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .colortext-div.turqious {
    display: block;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-top: 5%;
    margin-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paintbuttons-div {
    width: 100%;
  }

  .radio-button-label {
    display: none;
  }

  .radio-button-label-2 {
    display: none;
  }

  .radio-button-label-3 {
    display: none;
  }

  .radio-button-label-4 {
    display: none;
  }

  .radio-button-label-4.blue {
    display: block;
  }

  .radio-button-label-4.white {
    display: block;
  }

  .radio-button-label-4.turqoise {
    display: block;
  }

  .radio-button-label-4.grey {
    display: block;
    background-image: url('../images/grey3x.png');
  }

  .radio-button-label-4.orange {
    display: block;
  }

  .radio-button-label-5 {
    display: none;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .radio-button-field {
    padding: 5px 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .radio-button {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    border-style: none;
    background-color: #fd8817;
  }

  .radio-button.w--redirected-checked {
    display: block;
  }

  .radio-button.blue {
    background-color: #243f4d;
  }

  .radio-button.turqoise {
    background-color: #53d5d2;
    color: #53d5d2;
  }

  .radio-button.white {
    background-color: #fff;
  }

  .radio-button.grey {
    background-color: #3d3936;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .div-block-9 {
    display: block;
    width: 100px;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-10 {
    width: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .radio-button-field-2 {
    padding-left: 0px;
  }

  .radio-button-field-3 {
    padding-left: 0px;
  }

  .radio-button-field-4 {
    padding-left: 0px;
  }

  .radio-button-field-5 {
    padding-left: 0px;
  }

  .headertext-div {
    margin-top: 65px;
    margin-left: 0px;
  }

  .text-block-13 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    text-align: center;
  }

  .text-block-14 {
    display: block;
    overflow: visible;
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 65px;
    line-height: 0.9em;
    font-weight: 700;
    text-align: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .text-block-15 {
    font-family: Vwhead, sans-serif;
    color: #fff;
    font-size: 90px;
    line-height: 0.9em;
    font-weight: 300;
  }

  .image-3 {
    display: block;
    margin-right: 7px;
  }

  .text-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .form-block {
    display: block;
  }

  .div-block-12 {
    position: absolute;
    width: 132px;
    height: auto;
    min-height: 58px;
    padding: 0px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    min-width: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .arbuttons-div {
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
  }

  .topbutton-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.32);
  }

  .topbar-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-top: 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .buy-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 101px;
    height: 48px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #fff;
  }

  .text-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Vwtext, sans-serif;
    font-size: 15px;
  }

  .preloading_div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    padding-top: 0%;
    padding-right: 35%;
    padding-left: 35%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5 {
    display: block;
    margin: auto;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-18 {
    display: block;
    margin-bottom: 0px;
    padding-top: 12px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
  }

  .text-block-18.tap {
    display: none;
  }

  .text-block-18.audio {
    display: none;
  }

  .text-block-18.clear {
    display: none;
  }

  .base-div {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 200px;
    height: 4px;
    margin: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .logo-div {
    background-image: url('../images/Volkswagen_logo_inverted.svg');
    background-size: cover;
  }

  .div-block-21 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 0%;
    height: 100%;
    background-color: #3fa3e0;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 66px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #06b0f0;
    border-radius: 100%;
  }

  .form-block-2 {
    margin-bottom: 30px;
  }

  .text-block-19 {
    margin: auto;
    padding-right: 66px;
    padding-left: 66px;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .html-embed-2 {
    display: block;
    height: 100%;
  }

  .button-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .mainimagediv {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 135px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mainimagediv.clearspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .loadinglogo {
    display: block;
    margin-top: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .loadinglogo.tap {
    width: 75px;
    margin-right: auto;
    margin-left: auto;
  }

  .androidinsta {
    display: none;
    min-height: 100%;
    min-width: 100%;
    background-color: #0e2a59;
  }

  .div-block-25 {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 50%;
    max-height: 50%;
    min-height: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-10 {
    position: absolute;
    top: 15%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-21 {
    position: static;
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .backgroundwhite {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin: auto;
    padding: 0px;
    background-color: #fff;
  }

  .arlogodiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 87px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arlogo {
    display: block;
  }

  .button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 67px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: rgba(56, 152, 236, 0);
    opacity: 0;
    font-family: Vwhead, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .text-block-22 {
    padding-top: 64px;
    padding-right: 18px;
    padding-left: 18px;
    font-family: Vwtext, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .image-13 {
    position: static;
    display: block;
    margin: auto;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@font-face {
  font-family: 'Vwtext';
  src: url('../fonts/VWText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vwhead';
  src: url('../fonts/VWHead-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vwhead';
  src: url('../fonts/VWHead-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#arIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#LaunchButton {
  position: absolute;
  bottom: 15%;
  width: 65%;
  left: 50%;
  transform: translateX(-50%);
}