/*! normalize.css v7.0.0 | 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
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
  * Add the correct display in IE 9-.
  */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
  * Add the correct margin in IE 8.
  */
figure {
  margin: 1em 40px; }

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  -webkit-box-sizing: content-box;
          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
    ========================================================================== */
/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */
b,
strong {
  font-weight: inherit; }

/**
  * 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 style in Android 4.3-.
  */
dfn {
  font-style: italic; }

/**
  * Add the correct background and color in IE 9-.
  */
mark {
  background-color: #FF0;
  color: #000; }

/**
  * 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
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block; }

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden; }

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

/**
  * 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; }

/**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
  * 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */
details,
menu {
  display: block; }

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

/* Scripting
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block; }

/**
  * Add the correct display in IE.
  */
template {
  display: none; }

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

* {
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
  overflow: auto; }

body {
  margin: 0 auto;
  min-width: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  min-height: 100%;
  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-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

h1,
h2,
h3,
p {
  margin: 0;
  font-weight: initial; }

ul,
dl,
dt,
dd {
  margin: 0;
  list-style: none;
  padding: 0; }

a {
  text-decoration: none; }
  a::-moz-focus-inner, a::-moz-focus-outer {
    border: 0; }
  a:focus {
    outline: none; }

button::-moz-focus-inner, button::-moz-focus-outer,
input::-moz-focus-inner,
input::-moz-focus-outer,
optgroup::-moz-focus-inner,
optgroup::-moz-focus-outer,
select::-moz-focus-inner,
select::-moz-focus-outer,
textarea::-moz-focus-inner,
textarea::-moz-focus-outer {
  border: 0; }

button::-webkit-calendar-picker-indicator,
input::-webkit-calendar-picker-indicator,
optgroup::-webkit-calendar-picker-indicator,
select::-webkit-calendar-picker-indicator,
textarea::-webkit-calendar-picker-indicator {
  display: none; }

button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button,
optgroup::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none; }

button::-ms-expand, button::-ms-clear,
input::-ms-expand,
input::-ms-clear,
optgroup::-ms-expand,
optgroup::-ms-clear,
select::-ms-expand,
select::-ms-clear,
textarea::-ms-expand,
textarea::-ms-clear {
  display: none; }

button::-webkit-outer-spin-button, button::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
optgroup::-webkit-outer-spin-button,
optgroup::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

button:-moz-focusring,
input:-moz-focusring,
optgroup:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
optgroup::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b5b4b0; }

button::-moz-placeholder,
input::-moz-placeholder,
optgroup::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b5b4b0; }

button::-ms-input-placeholder,
input::-ms-input-placeholder,
optgroup::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b5b4b0; }

button::placeholder,
input::placeholder,
optgroup::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b5b4b0; }

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: none; }

button:invalid,
input:invalid,
optgroup:invalid,
select:invalid,
textarea:invalid {
  border-color: #d6d3d3; }

img[src=""] {
  display: none; }

main {
  overflow-x: hidden;
  border-top: 3px solid #000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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; }

@media only screen and (max-device-width: 1200px) {
  body,
  div,
  table {
    cursor: pointer; } }

header,
footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

section {
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: 2px solid #9a9997;
  background-color: #fff;
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin: 0 5px 2px 0;
  outline: none;
  vertical-align: text-top;
  -webkit-border-radius: 50px;
          border-radius: 50px; }
  input[type="radio"]:checked {
    background-color: #9a9997; }
    input[type="radio"]:checked::before {
      position: absolute;
      font-size: 1rem;
      left: 4px;
      color: #fff;
      top: 1px;
      content: '\02143';
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg);
      font-weight: bold; }
    input[type="radio"]:checked::-ms-check {
      border-color: #9a9997;
      color: #fff; }

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: 2px solid #9a9997;
  background-color: #fff;
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin: 0 5px 2px 0;
  outline: none;
  vertical-align: text-top;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  input[type="checkbox"]:checked {
    background-color: #9a9997; }
    input[type="checkbox"]:checked::before {
      position: absolute;
      font-size: 1.2rem;
      left: 3px;
      color: #fff;
      top: 0;
      content: '\02143';
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg);
      font-weight: bold; }
    input[type="checkbox"]:checked::-ms-check {
      border-color: #9a9997;
      color: #fff; }

textarea {
  border: 1px solid #d6d3d3;
  font-size: 1.6rem;
  padding: 10px;
  resize: none;
  height: 200px;
  width: 100%;
  line-height: 1.3em; }
  textarea:focus {
    border-color: #fedca1; }

.header {
  background-color: #fff;
  height: 70px; }
  .header__logo {
    height: 70px;
    display: block;
    margin: 0 auto;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    padding: 5px; }
  .header__wrapper {
    display: inline-block;
    height: 100%; }

.footer {
  background-color: #262626; }
  .footer__wrapper {
    padding: 10px; }
  .footer__link {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: underline; }

.survey {
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 20px 15px; }
  .survey__title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.6rem; }
    .survey__title--complete {
      margin-bottom: 20px;
      display: block; }
    .survey__title--with-padding {
      padding: 20px 10px 0; }
  .survey__paragraph {
    margin-bottom: 15px; }
    .survey__paragraph--promo-code {
      font-weight: bold;
      margin: 30px 0;
      text-align: center; }
    .survey__paragraph--red {
      color: red; }
  .survey__suggestion-paragraph {
    text-align: center; }
  .survey__qr-code-container {
    border: 2px dashed #6f6f6f;
    margin: 20px auto 0;
    padding: 10px 50px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
    @media screen and (max-width: 767px) {
      .survey__qr-code-container {
        max-width: inherit;
        padding: 10px 0; } }
  .survey__link {
    color: #00f;
    text-decoration: underline; }
  .survey__link-wrapper {
    margin-bottom: 20px; }
    .survey__link-wrapper--home {
      margin-bottom: 10px; }
  .survey__link-container {
    border-top: 2px solid #d6d3d3;
    padding: 15px 0; }
  .survey__container {
    padding-bottom: 15px; }
  .survey__button-wrapper {
    padding-top: 10px; }
  .survey--no-padding {
    padding: 0; }
  .survey__content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .survey__action-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .survey__failed {
    color: red;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center; }

.form {
  background-color: #fff;
  margin: 0; }
  .form__group {
    margin-bottom: 15px; }
    .form__group:last-of-type {
      margin-bottom: 0; }
  .form__radio-group {
    display: block;
    margin-bottom: 3px; }
  .form__option-text {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: text-top;
    line-height: 18px; }
  .form__label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  .form__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #d6d3d3;
    font-size: 1.6rem;
    padding: 5px; }
    .form__input:focus {
      border-color: #fedca1; }
    .form__input--small {
      width: 80px; }
  .form__error {
    padding-top: 5px;
    color: #b81c22;
    font-size: 1.5rem; }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1.8rem;
  padding: 8px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(50%, #e6e6e6), to(#bababa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e6e6e6 50%, #bababa 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e6e6e6 50%, #bababa 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e6e6e6 50%, #bababa 100%);
  border: 1px solid #d6d3d3;
  color: #000;
  display: block;
  text-align: center; }
  .button:disabled {
    color: #9d9d9d;
    background: #f4f4f4;
    border: 1px solid #bebebe; }
  .button--download {
    margin: 20px auto 30px;
    width: 250px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    -webkit-box-shadow: -1px 3px 7px #d6d3d3;
            box-shadow: -1px 3px 7px #d6d3d3; }

.question__item {
  padding: 10px;
  background-color: #fff; }
  .question__item:nth-of-type(even) {
    background-color: #d6d3d3; }
  .question__item:last-of-type {
    display: block;
    margin-bottom: 15px; }

.progress {
  background-color: #fff; }
  .progress__wrapper {
    padding: 10px;
    text-align: center; }
  .progress__text {
    font-size: 1.6rem;
    font-weight: bold; }

.loading {
  display: none;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%; }
  .loading__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .loading__gif {
    width: 50px; }
  .loading--active {
    display: block; }

[v-cloak] {
  display: none; }
