<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***** ANIMATIONS *****/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.populate {
  width: 27.5%;
  margin-top: 50px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 0.333s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipInX {
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipInY {
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes push {
  50% {
    filter: hue-rotate(30deg) brightness(0.5);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
.push {
  animation: push 0.125s linear;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: pulse 3s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  animation: rotate 3s linear infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-3px, 3px);
  }
  30%, 40%, 60%, 80% {
    transform: translate(3px, -3px);
  }
}
.shake {
  animation: shake 0.7s ease-in-out;
}

@font-face {
  font-family: HyundaiSansHead-Bold;
  src: url("font-hyundai-head-bold.ttf");
}
@font-face {
  font-family: HyundaiSansHead-Medium;
  src: url("font-hyundai-head-medium.ttf");
}
@font-face {
  font-family: HyundaiSansHead-Reg;
  src: url("font-hyundai-head-regular.ttf");
}
@font-face {
  font-family: HyundaiSansText-Bold;
  src: url("font-hyundai-text-bold.ttf");
}
@font-face {
  font-family: HyundaiSansText-Reg;
  src: url("font-hyundai-text-regular.ttf");
}
@font-face {
  font-family: HyundaiSansText-Med;
  src: url("font-hyundai-text-medium.otf");
}
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}
.button-wrapper_end {
  flex: 1 1 auto;
  justify-content: flex-end;
  margin: 1rem 0 1rem auto;
}

.button {
  background-color: #00aad2;
  border: 0;
  box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 1rem;
  font-family: HyundaiSansHead-Bold, sans-serif;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.button#manualButton {
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}
.button_large {
  font-size: 1.25rem;
  padding: 0.75rem 2rem;
}

@media screen and (min-width: 700px) and (orientation: portrait) {
  .button {
    font-size: 1.5rem;
    padding: 1rem 2.5rem;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.footer__image {
  width: 20%;
  display: block;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .footer__image {
    width: 15%;
  }
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .footer__image {
    width: 10%;
  }
}

.footer__copy {
  color: #000;
}

.form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 10px;
  color: #000;
  margin: 0 auto;
  font-family: HyundaiSansText-Reg, sans-serif;
  line-height: 1.2;
}
.form#mozeus-consumer-data, .form#mozeus-vehicle-info {
  align-items: baseline;
}
.form#mozeus-opinion-questions, .form#mozeus-dealer-contact {
  width: 100%;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .form#mozeus-opinion-questions, .form#mozeus-dealer-contact {
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .form {
    width: 80%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .form {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form {
    justify-content: space-between;
  }
}
.form__section {
  display: flex;
  flex-direction: column;
  margin: 0.75rem auto 0;
  width: 100%;
}
.form__section_row {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form__section_margin {
  margin: 0.75rem 0 0 1.5rem;
}

.form__section_no-margin {
  margin: 0;
}

.form__section_email {
  flex: 1 1 auto;
  width: auto;
  width: initial;
}

.form__section_domain {
  width: auto;
  width: initial;
  flex: 0 0 15%;
}

.form__section_col-1 {
  width: 100%;
}

.form__section_col-2 {
  width: 49%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .form__section_col-2 {
    width: 100%;
    margin: 0;
  }
}

.form__section_col-3 {
  width: 32%;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .form__section_col-3 {
    width: 100%;
  }
}

.form__section_col-4 {
  width: 25%;
}

.form__input-text {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #bdbdbd;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: HyundaiSansText-Reg, sans-serif;
  flex: 1 1 auto;
  height: 2.25rem;
  margin: 0.25rem 0;
  outline: 0;
  padding: 0.25rem;
  width: 100%;
}
.form__input-text.disabled {
  background-color: #d6d6d6;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .form__input-text {
    font-size: 1.2rem;
    height: 2.5rem;
  }
}

.form__select {
  -webkit-appearance: none;
          appearance: none;
  background: #fff url("icon-arrow.png");
  background-size: 1rem 50%;
  background-repeat: no-repeat;
  background-position: 98% center;
  border-radius: 0;
  border: 2px solid #bdbdbd;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: HyundaiSansText-Reg, sans-serif;
  flex: 1 1 auto;
  height: 2.25rem;
  margin: 0.25rem 0;
  outline: 0;
  padding: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .form__select {
    font-size: 1.2rem;
    height: 2.5rem;
  }
}

.form__label-text {
  color: #00aad2;
  margin: 0.5rem 0 0 0;
  min-width: 15%;
  width: auto;
  font-family: HyundaiSansText-Reg, sans-serif;
}
.form__label-text#primaryYearCopy, .form__label-text#primaryMakeCopy, .form__label-text#primaryModelCopy {
  font-family: HyundaiSansHead-Bold, sans-serif;
  color: #000;
  margin: 0.5rem 0;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .form__label-text {
    font-size: 1.2rem;
  }
}

.form__radio-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: inherit;
}
.form__radio-wrapper.invalid .form__heading {
  color: #e63312;
}

.form__input-radio {
  background: #fff;
  border-radius: 100%;
  border: 2px solid #00aad2;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__input-radio:checked {
  background-image: url("icon-radio-on.png");
  background-size: 100% auto;
  border: 2px solid #002c5f;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}

.form__label-radio {
  min-width: 15%;
  width: auto;
  font-size: 1.25rem;
  margin: 0 0 0 0.5rem;
  max-width: 85%;
}

.form__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem auto 0;
  width: 100%;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__checkbox-wrapper {
    margin: 0.5rem auto;
  }
}
.form__checkbox-wrapper#phoneConsentWrap {
  margin: 1rem 1rem 0 2rem;
}

.form__input-checkbox {
  background-color: #fff;
  border: 2px solid #00aad2;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.125rem;
  margin: 0 0.5rem 0 0;
  padding: 0.65rem;
  -webkit-appearance: none;
  appearance: none;
}
.form__input-checkbox:checked {
  background: #fff url("icon-check-on.png");
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
}

.form__label-checkbox {
  margin: 0;
  flex: 0 0 87%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .form__label-checkbox {
    font-size: 1.2rem;
  }
}

.form__heading {
  font-size: 1.15rem;
  margin: 1rem auto 0.5rem;
  font-family: HyundaiSansText-Bold, sans-serif, sans-serif;
  font-weight: 100;
  min-width: 100%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .form__heading {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__heading {
    font-size: 1.25rem;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header__image {
  display: block;
  width: 50%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .header__image {
    width: 35%;
  }
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .header__image {
    width: 20%;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .logo {
    padding: 0;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .logo {
    margin: 0 auto 0.5rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .logo {
    width: 90%;
  }
}
.logo__image {
  display: block;
  width: 90%;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .logo__image {
    width: 55%;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .logo__image {
    width: 45%;
  }
}
.logo__image_large {
  margin: 2rem 0 1rem;
  width: 100%;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .logo__image_large {
    width: 55%;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .logo__image_large {
    width: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .logo__image_large {
    width: 55%;
  }
}

.logo__image_medium {
  margin: 1rem auto;
  width: 60%;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .logo__image_medium {
    width: 35%;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .logo__image_medium {
    width: 75%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .logo__image_medium {
    width: 50%;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .logo__image_medium {
    width: 35%;
  }
}

.logo__image_small {
  margin: 1rem 0 0;
  width: 50%;
  align-self: flex-start;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .logo__image_small {
    width: 30%;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .logo__image_small {
    width: 35%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .logo__image_small {
    width: 25%;
  }
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  font-family: HyundaiSansText-Reg, sans-serif;
  padding: 2rem;
  width: 100%;
}
.modal_hidden {
  display: none;
}

.modal__wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 1200px;
}

.modal__close-icon {
  position: absolute;
  top: 2%;
  right: 1%;
  z-index: 1;
  width: 1.5rem;
}

.modal__header {
  color: #000;
  font-family: HyundaiSansHead-Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.modal__subheader {
  color: #000;
  font-family: HyundaiSansHead-Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.modal__table {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  border: 1px solid #000;
  margin: 1.5rem auto;
}
.modal__table_double {
  grid-template-columns: 1fr 1fr;
}

.modal__section {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.modal__text {
  margin: 0.5rem 0;
  color: #000;
  font-size: 1rem;
}
.modal__text_indent {
  margin: 0.5rem 0 0.5rem 2rem;
}

.modal__text_pad {
  padding: 0.25rem 0.5rem;
  text-align: center;
}

.modal#sorry {
  color: #00aad2;
  font-size: 1.5rem;
  font-family: HyundaiSansText-Bold, sans-serif;
  text-align: center;
}
.modal .spinner {
  width: 100%;
}
.modal .spinner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20vw;
}
@media screen and (orientation: portrait) {
  .modal .spinner__wrapper {
    margin-top: 50vw;
  }
}

.modal .spinner__copy {
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
}

.modal .spinner__image {
  margin: 2rem auto;
  display: block;
  align-self: center;
  width: 6vw;
  animation: rotation 2s infinite;
}

.orientation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  height: 100%;
  width: 100%;
  display: none;
}
.orientation__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orientation__section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orientation__text {
  font-size: 1.5rem;
  font-style: italic;
}

.orientation__image {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
  margin: 0 auto;
  max-width: 75%;
}
.orientation__image_medium {
  max-width: 50%;
}

.orientation__image_small {
  max-width: 25%;
}

.start-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-copy__text {
  font-size: 2rem;
}

.hidden {
  display: none;
}

.full-viewport-height {
  height: 100vh;
}

.keypad {
  clear: both;
  height: 50%;
}

.link {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.opacity-zero {
  opacity: 0;
}

/***** TEXT CLASSES *****/
.text-align-center {
  text-align: center;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

/***** FLEX-BOX CLASSES *****/
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 0.5 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 760px) {
  html {
    font-size: calc(16px + 2 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: calc(18px + 2 * (100vw - 320px) / 680);
  }
}

body {
  background: #fff;
  color: #fff;
  font-family: HyundaiSansText-Reg, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: 0;
}

.wrapper {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5% 5%;
  width: 100%;
  height: 100%;
}
.wrapper_flex-start {
  justify-content: flex-start;
}
.wrapper_active {
  display: flex;
}

.wrapper .main {
  margin: 0 auto;
  width: 90%;
}
.wrapper .main_consumer-data {
  margin: 0 auto auto;
}

.wrapper .main_language {
  margin: 4rem auto auto;
  width: 70%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper .main_language {
    margin: 0 auto;
    width: 100%;
  }
  .wrapper .main_language .form {
    justify-content: center;
    width: auto;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper .main_language {
    margin: 1.5rem auto;
    width: 100%;
  }
  .wrapper .main_language .form {
    justify-content: center;
    width: auto;
  }
}

.wrapper .main_dealer {
  margin: 0.5rem auto auto;
  width: 90%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper .main_dealer {
    margin: 0 auto auto;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper .main_dealer {
    margin: 0 auto auto;
  }
}

.wrapper .main_thanks {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper .main_thanks {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper .main_thanks {
    margin: 0 auto;
  }
}

.wrapper .mz-invalid-color {
  color: #e63312 !important;
}
.wrapper .mz-invalid-border,
.wrapper .invalid-border {
  border: 2px solid #e63312 !important;
}

#VOIselect {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem 1rem;
}
#VOIselect.invalid .form__heading {
  color: #e63312;
}
#VOIselect .voiIconTxt {
  font-size: 0.75rem;
  text-align: center;
}
#VOIselect .voiSection {
  border-bottom: 1px solid #00aad2;
  color: #00aad2;
  font-family: HyundaiSansText-Bold, sans-serif;
  font-size: 1.4rem;
  margin: 1rem 0 0.5rem;
}
#VOIselect #VOIselectCopy,
#VOIselect .voiSection {
  grid-column: 1/span 4;
}
#VOIselect .voiIconImg {
  width: 100%;
  display: block;
  object-fit: cover;
}
#VOIselect .voiIcon {
  position: relative;
}
#VOIselect .voiIcon label &gt; input {
  visibility: hidden;
  position: absolute;
}
#VOIselect .voiIcon label &gt; input:checked + img {
  outline: 2px solid #00aad2;
}

#voiChoices {
  color: #002c5f;
  border: 1px solid #bdbdbd;
  box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-family: HyundaiSansHead-Bold, sans-serif;
  font-size: 1.5rem;
  height: auto;
  margin: 2rem 0;
  overflow: auto;
  padding: 0.25rem;
  width: 100%;
}
#voiChoices #voiChoiceText {
  font-size: 1.5rem;
  color: #00aad2;
  text-transform: uppercase;
}
#voiChoices #voiChoiceDisclaimer {
  font-size: 0.75rem;
  color: #00aad2;
  font-style: italic;
  margin: 0;
}

.hide {
  display: none;
}

.js-hide-view {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#yesPreferredContactMethod {
  margin: 0 0 0 1rem;
}

.invalid .validateLabel,
.invalid .form__heading {
  color: #e63312;
}

#mainThanks {
  color: #00aad2;
  font-size: 1.75rem;
  margin-top: 2rem;
  text-align: center;
  font-family: HyundaiSansHead-Bold, sans-serif;
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  #mainThanks {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  #mainThanks {
    font-size: 2.75rem;
  }
}

#qrcode {
  width: 80%;
  display: block;
  padding: 1rem;
  max-width: 350px;
  margin: 0 auto 3rem;
  border: 3px solid #03aad2;
  border-radius: 0.5rem;
}
#qrcode img {
  width: 100%;
  display: block;
}

.rulesLink,
.optinSweeps {
  z-index: 9;
  text-decoration: underline;
}

.close,
.closeSweeps, .closeMexModal, .closeMexModalSpanish {
  color: #000;
  text-align: right;
  font-size: 2rem;
}

.footerLink {
  align-self: flex-start;
  margin: 0.25rem 0 0.25rem 2rem;
}
.footerLink a {
  color: #000;
  font-family: HyundaiSansText-Reg, sans-serif;
}

#validCover {
  width: 100%;
}

.wrapper_alt-fuel {
  background: #000 url("background-alt-fuel-portrait.jpg") no-repeat;
  background-size: 100%;
  background-position: 50% top;
  padding: 0;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .wrapper_alt-fuel {
    background: transparent url("background-alt-fuel.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_alt-fuel {
    background: transparent url("background-alt-fuel-portrait.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .wrapper_alt-fuel {
    background: transparent url("background-alt-fuel-landscape.jpg") no-repeat;
    background-size: 100%;
    background-position: 50% 80%;
  }
}
.wrapper_alt-fuel .header {
  padding: 2.5% 5% 0;
}
.wrapper_alt-fuel .main {
  padding: 0 5%;
  opacity: 0;
  pointer-events: none;
}
.wrapper_alt-fuel .footer {
  background-color: transparent;
}
.wrapper_alt-fuel .footer a {
  color: #fff;
}
.wrapper_alt-fuel .footer__copy {
  text-transform: uppercase;
  font-family: HyundaiSansText-Bold, sans-serif;
  font-size: 1rem;
  margin: 0.25rem auto;
  text-align: center;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .wrapper_alt-fuel .footer__copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_alt-fuel .footer__copy {
    font-size: 1.25rem;
  }
}

.wrapper_alt-fuel .footer .row:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1rem 0 13vw 1rem;
  width: 100%;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .wrapper_alt-fuel .footer .row:nth-of-type(1) {
    padding: 0.25rem 5%;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_alt-fuel .footer .row:nth-of-type(1) {
    padding: 1rem 5%;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .wrapper_alt-fuel .footer .row:nth-of-type(1) {
    padding: 0 15%;
  }
}
.wrapper_alt-fuel .footer .row:nth-of-type(2) {
  padding: 0.75rem 5%;
  background-color: #000;
  width: 100%;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .wrapper_alt-fuel .footer .row:nth-of-type(2) {
    border-top: 0;
    border-top: initial;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_alt-fuel .footer .row:nth-of-type(2) {
    border-top: 0;
    border-top: initial;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .wrapper_alt-fuel .footer .row:nth-of-type(2) {
    padding: 0.5rem 5%;
  }
}
.wrapper_alt-fuel .form__label-checkbox {
  color: #fff;
}

.info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 0;
  transform: translateY(-5vw);
}
@media screen and (min-width: 700px) {
  .info {
    transform: translateY(-2.5vw);
  }
}
@media screen and (min-width: 1300px) {
  .info {
    transform: translateY(-1.5vw);
  }
}
.info_second {
  margin-top: 2rem;
  align-items: center;
}
.info__block {
  width: 80%;
  max-width: 400px;
}
.info__title {
  padding: 0.65rem 0;
  background-color: #FFF;
}
.info__title p {
  text-align: center;
  margin: 0;
  font-family: HyundaiSansHead-Bold, sans-serif;
}
.info__text {
  font-size: 0.75rem;
}
@media screen and (min-width: 1300px) {
  .info__text {
    font-size: 1rem;
  }
}

.wrapper_n-sweeps {
  background: #aacae6;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .wrapper_n-sweeps {
    display: none;
    grid-template-columns: 35vw auto;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 750px) and (orientation: portrait) {
  .wrapper_n-sweeps {
    grid-template-columns: initial;
    grid-template-rows: initial;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper_n-sweeps {
    display: none;
    grid-template-columns: 35vw auto;
    grid-template-rows: 1fr 1fr;
  }
}
.wrapper_n-sweeps.wrapper_active-grid {
  display: grid;
}
.wrapper_n-sweeps .header {
  padding: 1rem 2rem 0;
  display: block;
}
.wrapper_n-sweeps .header .logo {
  margin: 0;
  width: 100%;
  display: block;
}
.wrapper_n-sweeps .header img {
  width: 60%;
  margin: 0;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .wrapper_n-sweeps .header img {
    width: 100%;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_n-sweeps .header img {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .wrapper_n-sweeps .header {
    padding: 1.5rem 3rem;
  }
  .wrapper_n-sweeps .header img {
    width: 100%;
    max-width: none;
    max-width: initial;
    margin: 0 auto;
  }
}
.wrapper_n-sweeps .main {
  margin: 0;
  width: auto;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .wrapper_n-sweeps .main {
    flex-direction: column-reverse;
  }
}
.wrapper_n-sweeps .main .n-sweeps-copy {
  padding: 0 2rem;
}
@media screen and (min-width: 1100px) {
  .wrapper_n-sweeps .main .n-sweeps-copy {
    padding: 0 2rem 0 0;
  }
}
.wrapper_n-sweeps .main .n-sweeps-copy h3 {
  font-size: 0.75rem;
  margin-top: 2rem;
}
.wrapper_n-sweeps .main .n-sweeps-copy p {
  font-size: 0.7rem;
}
.wrapper_n-sweeps .main .n-sweeps-hero {
  position: relative;
  padding: 0 0 0 2rem;
}
.wrapper_n-sweeps .main .n-sweeps-hero img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .wrapper_n-sweeps .main .n-sweeps-hero img {
    width: 75%;
    margin: 0 0 0 auto;
  }
}
.wrapper_n-sweeps .main .n-sweeps-hero button {
  background-color: #e63312;
  text-transform: inherit;
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .wrapper_n-sweeps .main .n-sweeps-hero button {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 700px) {
  .wrapper_n-sweeps .main .n-sweeps-hero {
    padding: 0;
  }
  .wrapper_n-sweeps .main .n-sweeps-hero img {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (orientation: portrait) {
  .wrapper_n-sweeps .main .n-sweeps-hero {
    padding: 0 0 0 2rem;
  }
}
.wrapper_n-sweeps .footer {
  background-color: transparent;
}
.wrapper_n-sweeps .footer img {
  align-self: flex-end;
  max-width: 50px;
  margin: 1rem 2rem;
}
@media screen and (min-width: 700px) {
  .wrapper_n-sweeps .footer img {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1100px) {
  .wrapper_n-sweeps .footer img {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100px;
    margin: 2rem;
  }
}
.wrapper_n-sweeps .footer a {
  color: #fff;
}
.wrapper_n-sweeps .footer__copy {
  text-transform: uppercase;
  font-family: HyundaiSansText-Bold, sans-serif;
  font-size: 1rem;
  margin: 0.25rem auto;
  text-align: center;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .wrapper_n-sweeps .footer__copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_n-sweeps .footer__copy {
    font-size: 1.25rem;
  }
}

.wrapper_n-sweeps .footer .row:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 100%;
}
.wrapper_n-sweeps .footer .row:nth-of-type(2) {
  padding: 0.75rem 5%;
  background-color: #000;
  width: 100%;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .wrapper_n-sweeps .footer .row:nth-of-type(2) {
    border-top: 0;
    border-top: initial;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .wrapper_n-sweeps .footer .row:nth-of-type(2) {
    border-top: 0;
    border-top: initial;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .wrapper_n-sweeps .footer .row:nth-of-type(2) {
    padding: 0.5rem 5%;
  }
}
.wrapper_n-sweeps #nSweepsRules {
  text-decoration: underline;
  cursor: pointer;
}
.wrapper_n-sweeps .form__checkbox-wrapper {
  margin-left: -2rem;
  width: 50vw;
  align-items: center;
  max-width: 320px;
}
@media screen and (min-width: 1300px) {
  .wrapper_n-sweeps .form__checkbox-wrapper {
    max-width: 500px;
  }
}
.wrapper_n-sweeps .form__input-checkbox {
  border-color: #7d7d7d;
}
.wrapper_n-sweeps .form__label-checkbox {
  color: #000;
  font-size: 0.75rem;
  flex: 1;
}
@media screen and (min-width: 1300px) {
  .wrapper_n-sweeps .form__label-checkbox {
    font-size: 1rem;
  }
}
.wrapper_n-sweeps #sweepsCopyHeader {
  display: none;
  color: #000;
  font-size: 0.9rem;
}
@media screen and (min-width: 700px) {
  .wrapper_n-sweeps #sweepsCopyHeader {
    display: block;
    margin-top: 4rem;
  }
}
.wrapper_n-sweeps #sweepsCopyMain {
  display: block;
}
@media screen and (min-width: 700px) {
  .wrapper_n-sweeps #sweepsCopyMain {
    display: none;
  }
}

#customQuestionSection {
  margin-bottom: 2rem;
}

#customQuestionLabel {
  color: #000;
  font-size: 1.25rem;
}

#CustomDataField {
  width: 55%;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  #CustomDataField {
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  #CustomDataField {
    width: 25%;
  }
}

.wrapper_salute {
  background: #fff url("background-salute-web-port.jpg") no-repeat center;
  background-size: cover;
  padding: 0;
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .wrapper_salute {
    background: #fff url("background-salute-web-land.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .wrapper_salute {
    background: #fff url("background-salute-ipad-port.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper_salute {
    background: #fff url("background-salute-ipad-land.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper_salute {
    background: #fff url("background-salute-web-land.jpg") no-repeat;
    background-size: cover;
  }
}
.wrapper_salute .header {
  padding: 0;
  height: 0;
}
.wrapper_salute .main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  padding: 2rem;
  justify-content: center;
}
.wrapper_salute .main .logo {
  margin: auto auto -2.5rem;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .wrapper_salute .main .logo {
    width: 45%;
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .wrapper_salute .main .logo {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper_salute .main .logo {
    width: 45%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper_salute .main .logo {
    width: 30%;
  }
}
.wrapper_salute .main .logo picture {
  width: 100%;
}
.wrapper_salute .main .logo p {
  margin: 0 auto -0.1rem;
  font-family: HyundaiSansText-Reg, sans-serif;
  font-size: max(1.15rem, min(3.5vw, 2rem));
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.75);
  line-height: 1.2;
  transform: scaleY(1.1);
}
@media screen and (orientation: portrait) {
  .wrapper_salute .main .logo p {
    font-size: 1.35rem;
  }
}
.wrapper_salute .main .logo p span {
  font-family: HyundaiSansHead-Medium, sans-serif;
}
.wrapper_salute .main .logo hr {
  margin: 0.2rem auto;
  width: 50%;
  max-width: 220px;
  height: 1px;
  background-color: lightgray;
  border: 0;
}
.wrapper_salute .main .logo a {
  font-family: HyundaiSansHead-Medium, sans-serif;
  line-height: 1.2;
  font-size: max(0.75rem, min(3.5vw, 1rem));
  text-decoration: none;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.75);
  color: #FFF;
  margin: 0 auto 2rem;
}
.wrapper_salute .main #variableLogo {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .wrapper_salute .main #variableLogo {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .wrapper_salute .main #variableLogo {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper_salute .main #variableLogo {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper_salute .main #variableLogo {
    width: 100%;
  }
}
.wrapper_salute .main .button-wrapper {
  display: block;
  max-width: 250px;
  padding: 0.5rem;
  position: relative;
  background: linear-gradient(to right, #858c97, #f5fbfb);
  margin: auto auto 0;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .wrapper_salute .main .button-wrapper {
    max-width: 300px;
    padding: 0.65rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .wrapper_salute .main .button-wrapper {
    max-width: 320px;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper_salute .main .button-wrapper {
    max-width: 350px;
  }
}
.wrapper_salute .main #startButton {
  background-color: #002C5F;
  width: 100%;
  text-transform: inherit;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .wrapper_salute .main #startButton {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .wrapper_salute .main #startButton {
    font-size: 1.25rem;
  }
}
.wrapper_salute .footer {
  height: 0;
  padding: 0;
  margin: 0;
}
.wrapper_salute .footer .js-hide-view {
  display: none;
}

.wrapper_motorsports {
  background-color: #aacae6;
  padding: 0;
  height: auto;
  min-height: 100%;
}
.wrapper_motorsports.start {
  flex-direction: column;
  justify-content: flex-start;
}
@media (orientation: landscape) {
  .wrapper_motorsports.start {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wrapper_motorsports .start__header {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
@media (orientation: landscape) {
  .wrapper_motorsports .start__header {
    width: 25%;
  }
}
@media (orientation: portrait) and (min-width: 760px) {
  .wrapper_motorsports .start__header {
    padding: 2.25rem 2.25rem 3rem 2.25rem;
  }
}
@media (orientation: landscape) and (min-width: 1400px) {
  .wrapper_motorsports .start__header {
    padding: 2.5rem 2.5rem 3rem 2.5rem;
  }
}
.wrapper_motorsports .start__header-image {
  width: 50%;
}
@media (orientation: landscape) {
  .wrapper_motorsports .start__header-image {
    width: 100%;
    max-width: 250px;
  }
}
@media (orientation: portrait) and (min-width: 760px) {
  .wrapper_motorsports .start__header-image {
    width: 35%;
  }
}
@media (orientation: landscape) and (max-width: 1000px) {
  .wrapper_motorsports .start__header-image {
    max-width: 200px;
  }
}
@media (orientation: landscape) {
  .wrapper_motorsports .start__main {
    width: 75%;
  }
}
.wrapper_motorsports .start__main-wrapper {
  position: relative;
  width: 90%;
  margin: 0 0 0 auto;
}
@media (orientation: landscape) {
  .wrapper_motorsports .start__main-wrapper {
    margin: 0 2rem 0 0;
    width: 95%;
  }
}
.wrapper_motorsports .start__main-image {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.wrapper_motorsports .start__main-image img {
  width: 100%;
}
.wrapper_motorsports .start__main-button {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  color: #000;
  font-size: 1.35rem;
  margin: 0 0 1.5rem -1.5rem;
  padding: 0.75rem 4rem 0.75rem 0.75rem;
  text-align: left;
  font-family: HyundaiSansHead-Bold, sans-serif;
}
@media (orientation: landscape) and (min-width: 1400px) {
  .wrapper_motorsports .start__main-button {
    margin: 0 0 2.5rem -2.5rem;
  }
}
.wrapper_motorsports .start__footer {
  display: flex;
  justify-content: flex-end;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  margin: auto 0 0 0;
}
@media (orientation: portrait) and (min-width: 760px) {
  .wrapper_motorsports .start__footer {
    padding: 3rem 2.25rem 2.25rem 2.25rem;
  }
}
@media (orientation: landscape) and (min-width: 1400px) {
  .wrapper_motorsports .start__footer {
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    justify-content: flex-start;
  }
}
.wrapper_motorsports .start__footer-image {
  max-width: 45px;
  align-self: center;
}
@media (orientation: landscape) {
  .wrapper_motorsports .start__footer-image {
    grid-column: 1/3;
    max-width: 80px;
  }
}
@media (orientation: portrait) and (min-width: 760px) {
  .wrapper_motorsports .start__footer-image {
    max-width: 60px;
  }
}
@media (orientation: landscape) and (max-width: 1000px) {
  .wrapper_motorsports .start__footer-image {
    max-width: 60px;
  }
}
/*# sourceMappingURL=app-web-hyundai.css.map */
</pre></body></html>