/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* stylelint-enable */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  height: auto;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.vans_plugin iframe {
  width: 100%;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  /* Browsers have different default form fonts */
  font-size: inherit;
  /* Browsers have different default form fonts */
  line-height: 1;
  vertical-align: middle;
  white-space: normal;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Remove dotted outline of button in firefox */
*::-moz-focus-inner {
  border: 0;
}

/* Box Sizing Reset
----------------------------------------------- */
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
----------------------------------------------- */
input[type=range] {
  -webkit-appearance: none;
  appearance: none;
}

/* in own declaration by design because whole declaration is dropped if pseudo element is unknown */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

/* Button Controls
----------------------------------------------- */
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* Search Input
----------------------------------------------- */
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
----------------------------------------------- */
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  width: auto;
  overflow: visible;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
----------------------------------------------- */
textarea {
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  /* Move the label to the top */
  vertical-align: top;
}

/* Selects
----------------------------------------------- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-size: 1em;
}

select::-ms-value {
  background: none;
  color: inherit;
}

input::-ms-clear {
  display: none;
}

select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* Fix for IE11. Without this, if you have an SVG icon in an <a>-tag, events are not fired in IE11 if you click them.  */
a svg {
  pointer-events: none;
}

@font-face {
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-family: CorporateSDemi;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-family: CorporateSRegular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-family: CorporateSBold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-family: CorporateACondensedRegular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-family: Daimler-Corpo-AC;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-family: MBKCorporateARegular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-family: MBKCorporateSRegular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@keyframes vans_zoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes vans_zoomin {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@keyframes vans_blendin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vans_blendout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vans_slideUp {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vans_slideDown {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
}
@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vans_slideLeft-40 {
  0% {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vans_slideRight {
  0% {
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vans_slideRight-20 {
  0% {
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vans_slideRight-80 {
  0% {
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50vh);
  }
}
@keyframes bottomToTopCurrent {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes bottomToTopNew {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes factZoomIn {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tis-move-up {
  0% {
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slide-out {
  0% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
}
@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-20px, 0, 0);
  }
}
@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(20px, 0, 0);
  }
}
@keyframes tis-zoom-in-light {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}
@keyframes tis-zoom-in-dark {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html,
body {
  font-family: "CorporateSRegular", -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:lang(ko) {
  word-wrap: break-word;
  word-break: keep-all;
}

body {
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
}
body.-lock-scroll {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #000000;
}

/* External cookie layer */
.emb-cp-layer {
  min-width: 320px !important;
}

sup,
sub {
  position: relative;
  font-size: 0.7em;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  font-weight: 400;
  vertical-align: sub;
}

input,
textarea,
button,
select,
label,
a,
div,
span {
  -webkit-tap-highlight-color: transparent;
}

.vans_theme-light {
  background: #ffffff;
  color: #333333;
}

.vans_theme-dark {
  background: #000000;
  color: #ffffff;
}

.test_typography-container {
  max-width: 480px;
}

.test_disable-animation * {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  animation-duration: 0s !important;
  animation-delay: 0s !important;
}

.test_disable-antialiasing {
  -webkit-font-smoothing: none;
}
.test_disable-antialiasing img {
  image-rendering: pixelated !important;
}

@media only screen and (min-width: 1024px) {
  .test_scroll-to-bottom .vans_modal__header {
    position: fixed;
  }
  html:not([dir=rtl]) .test_scroll-to-bottom .vans_modal__header {
    margin-left: 44px;
  }

  html[dir=rtl] .test_scroll-to-bottom .vans_modal__header {
    margin-right: 44px;
  }

  html:not([dir=rtl]) .test_scroll-to-bottom .vans_modal__header {
    margin-right: 44px;
  }

  html[dir=rtl] .test_scroll-to-bottom .vans_modal__header {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .test_scroll-to-bottom .vans_modal__header {
    width: 1188px;
  }
  html:not([dir=rtl]) .test_scroll-to-bottom .vans_modal__header {
    margin-left: auto;
  }

  html[dir=rtl] .test_scroll-to-bottom .vans_modal__header {
    margin-right: auto;
  }

  html:not([dir=rtl]) .test_scroll-to-bottom .vans_modal__header {
    margin-right: auto;
  }

  html[dir=rtl] .test_scroll-to-bottom .vans_modal__header {
    margin-left: auto;
  }
}

.test_headline--1 {
  font-family: CorporateACondensedRegular, sans-serif;
  font-display: swap;
  color: #ffffff;
}
:lang(ko) .test_headline--1 {
  font-family: MBKCorporateARegular, sans-serif;
}
@media only screen and (min-width: 0) {
  .test_headline--1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .test_headline--1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .test_headline--1 {
    font-size: 57px;
    line-height: 57px;
  }
}
.test_headline--2 {
  font-family: CorporateACondensedRegular, sans-serif;
  font-display: swap;
  color: #ffffff;
}
:lang(ko) .test_headline--2 {
  font-family: MBKCorporateARegular, sans-serif;
}
@media only screen and (min-width: 0) {
  .test_headline--2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .test_headline--2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .test_headline--2 {
    font-size: 40px;
    line-height: 40px;
  }
}
html:not([dir=rtl]) .test_headline--2, html[dir=rtl] .test_headline--2 {
  margin-top: 1.125em;
}
.test_headline--3 {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-display: swap;
  color: #ffffff;
}
:lang(ko) .test_headline--3 {
  font-family: MBKCorporateSRegular, sans-serif;
}
@media only screen and (min-width: 0) {
  .test_headline--3 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .test_headline--3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .test_headline--3 {
    font-size: 22px;
    line-height: 29px;
  }
}
html:not([dir=rtl]) .test_headline--3, html[dir=rtl] .test_headline--3 {
  margin-top: 0.875em;
}

.test_paragraph {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
:lang(ko) .test_paragraph {
  font-family: MBKCorporateSRegular, sans-serif;
}
html:not([dir=rtl]) .test_paragraph, html[dir=rtl] .test_paragraph {
  margin-top: 0.875em;
}
.test_paragraph--large {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-display: swap;
  color: #ffffff;
}
:lang(ko) .test_paragraph--large {
  font-family: MBKCorporateSRegular, sans-serif;
}
@media only screen and (min-width: 0) {
  .test_paragraph--large {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .test_paragraph--large {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .test_paragraph--large {
    font-size: 22px;
    line-height: 29px;
  }
}
html:not([dir=rtl]) .test_paragraph--large, html[dir=rtl] .test_paragraph--large {
  margin-top: 0.875em;
}
.test_paragraph--small {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
:lang(ko) .test_paragraph--small {
  font-family: MBKCorporateSRegular, sans-serif;
}
html:not([dir=rtl]) .test_paragraph--small, html[dir=rtl] .test_paragraph--small {
  margin-top: 0.625em;
}

.vans_no-word-break {
  white-space: nowrap;
}