@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-15Thin.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-15Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-16ThinItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-16ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-25Thin.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-25Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-26ThinItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-26ThinItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-35Thin.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-35Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-36ThinItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-36ThinItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-45Light.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-45Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-46LightItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-46LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display Roman";
  src: url("../fonts/VoltaModernDisplay-55Roman.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-55Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-56Italic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-56Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-65Medium.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-65Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-66MediumItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-66MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-75Bold.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-75Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-76BoldItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-76BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-95Black.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-95Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Volta Modern Display";
  src: url("../fonts/VoltaModernDisplay-96BlackItalic.woff2") format("woff2"), url("../fonts/VoltaModernDisplay-96BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #263368;
  font-family: "Volta Modern Display", "Arial", sans-serif;
}

#app {
  background-color: #E7F1F8;
  max-width: 945px;
  min-height: 368px;
  margin: auto;
  padding: 50px 60px;
}
@media (max-width: 945px) {
  #app {
    padding: 25px 30px;
  }
}
@media (max-width: 500px) {
  #app {
    padding: 15px 20px;
  }
}

#thanks {
  text-align: center;
}
#thanks h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  #thanks h1 {
    font-size: 26px;
  }
}
#thanks img {
  margin-top: 30px;
  width: 130px;
  display: inline-block;
}

#question h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

#submit {
  color: #FFF;
  font-size: 24px;
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 10px;
  display: block;
  background: #0460A9;
  border: none;
  transition: 200ms;
}
#submit:hover {
  transform: scale(0.95);
}

#vue-slider {
  margin: 50px auto;
  position: relative;
  min-height: 100px;
  max-width: 673px;
}
#vue-slider .bg-red {
  background-color: #E74A21;
}
#vue-slider .bg-yellow {
  background-color: #EC9A1E;
}
#vue-slider .bg-blue {
  background-color: #0460A9;
}
#vue-slider .c-red {
  font-weight: 700 !important;
  color: #E74A21;
}
#vue-slider .c-yellow {
  font-weight: 700 !important;
  color: #EC9A1E;
}
#vue-slider .c-blue {
  font-weight: 700 !important;
  color: #0460A9;
}
#vue-slider .vue-slider-rail {
  background-color: #fff;
}
@media (max-width: 400px) {
  #vue-slider .vue-slider-rail {
    height: 8px;
  }
}
#vue-slider .vue-slider-mark-label {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
#vue-slider .vue-slider-mark-step {
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  border: 5px solid #fff;
  cursor: pointer;
  background-color: #C1CBDC;
}
@media (max-width: 400px) {
  #vue-slider .vue-slider-mark-step {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}
#vue-slider .vue-slider-mark-step.vue-slider-mark-step-active {
  opacity: 0;
}
#vue-slider .custom-dot {
  position: absolute;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  border: 5px solid #fff;
  cursor: pointer;
}
@media (max-width: 400px) {
  #vue-slider .custom-dot {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}

.legend {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  text-align: center;
  bottom: 0;
}
.legend span {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  font-size: 14px;
  font-weight: 600;
}
.legend#left {
  left: 0;
}
@media (max-width: 800px) {
  .legend#left span {
    left: -10px;
    transform: none;
  }
}
.legend#right {
  right: 0;
}
@media (max-width: 800px) {
  .legend#right span {
    right: -10px;
    left: auto;
    transform: none;
  }
}

/*# sourceMappingURL=main.css.map */
