* {
  box-sizing: border-box;
}

html {
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #fff;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

main {
  display: block;
}

progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  color: #2f2f2f;
  text-align: center;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
html input[type="button"] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.quiz {
  padding-top: 60px;
  padding-bottom: 60px;
}

@font-face {
  font-family: webflow-icons;
  font-style: normal;
  font-weight: 400;
  src: url("") format("truetype");
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

button,
[type="button"] {
  cursor: pointer;
  border: 0;
}

.w-inline-block {
  display: inline-block;
  max-width: 100%;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.w-radio {
  display: block;
  padding-left: 20px;
  margin-bottom: 5px;
}

.w-radio::before,
.w-radio::after {
  display: table;
  grid-area: 1/1/2/2;
  content: " ";
}

.w-radio::after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
}

.container {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.page-padding {
  padding-right: 40px;
  padding-left: 40px;
}

.h1 {
  font-size: 33px;
  line-height: 1.25;
  letter-spacing: -1.25px;
}

.h1.v2 {
  font-size: 28px;
}

.subheading {
  margin-top: 16px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  color: #e43b2c;
  text-align: center;
  letter-spacing: -0.5px;
}

.quiz-form_wrapper {
  padding-top: 32px;
  margin-top: 24px;
  margin-bottom: 0;
  border: 1px #000;
  border-top: 1px dashed #ababab;
}

.question-number {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.progress-wrapper {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 100vw;
}

.progress {
  display: flex;
  width: 100%;
  height: 12px;
  padding: 0;
  overflow: hidden;
}

.progress-indicator {
  flex: 1;
  height: 100%;
  background-color: #ddd;
}

.progress-indicator.current {
  background-color: #0e8dc7;
}

.answers_wrapper {
  display: block;
  margin-top: 24px;
}

.radio-button-label {
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.radio-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 10px 10px 35px;
  margin-bottom: 16px;
  text-align: left;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  transition: all 0.1s;
}

.radio-button:hover {
  color: #fff;
  background-color: #0e8dc7;
  border-color: #10b0fb;
  box-shadow:
    0 0 0 1px #10b0fb,
    0 2px 5px #0003;
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  position: absolute;
  inset: 0% 0% auto auto;
  padding: 0.75rem 1rem;
  cursor: pointer;
  background: none;
  border: none;
}

.fs_modal-1_close:focus-visible {
  outline: var(--accessible-components--dark-grey) solid 2px;
  outline-offset: 4px;
}

.fs_modal-1_description {
  max-width: 37ch;
  margin: 16px auto 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: red;
  letter-spacing: -0.5px;
}

.fs_modal-1_heading {
  position: absolute;
  inset: 0%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
}

.fs_modal-1_content {
  display: flex;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  width: 100%;
  padding: 60px 32px;
  text-align: center;
  border-radius: 0;
}

.fs_modal-1_wrapper {
  position: fixed;
  inset: 0;
  z-index: 999;
  width: 720px;
  max-width: calc(100% - 2rem);
  height: fit-content;
  max-height: calc(100% - 2rem);
  margin: auto;
  overflow: auto;
  color: #000;
  background-color: #fff;
  border-radius: 16px;
}

.fs_modal-1_popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 1rem;
  overflow: auto;
  background-color: rgb(0 0 0 / 75%);
}

.progress-animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
}

.main-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  text-decoration: none;
  background-color: #0070c0;
  border-radius: 4px;
}

.main-cta:hover {
  background-color: #167fcb;
}

.main-cta-txt {
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.25px;
}

.secondary-cta-txt {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffffbf;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.secondary-cta-txt.mobile {
  display: none;
}

.play-icon {
  width: 28px;
  margin-top: 2px;
  margin-right: 10px;
}

.main-cta-_inner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.note-txt {
  margin-top: 24px;
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .quiz {
    padding-top: 40px;
  }

  .page-padding {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .fs_modal-1_heading {
    font-size: 12px;
  }

  .fs_modal-1_content {
    grid-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }

  .quiz {
    padding-top: 32px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  .page-padding {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h1 {
    font-size: 26px;
    letter-spacing: -1px;
  }

  .h1.v2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .subheading {
    line-height: 1.4;
  }

  .quiz-form_wrapper {
    padding-top: 24px;
    margin-top: 20px;
  }

  .question-number {
    font-size: 16px;
  }

  .progress-wrapper {
    margin-top: 12px;
  }

  .progress {
    margin-right: auto;
    margin-left: auto;
  }

  .radio-button-label {
    font-size: 18px;
  }

  .fs_modal-1_description {
    font-size: 20px;
  }

  .fs_modal-1_content {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .progress-animation {
    min-height: 26px;
  }

  .main-cta {
    flex-flow: column;
    padding-right: 16px;
    padding-left: 16px;
  }

  .main-cta-txt {
    font-size: 18px;
  }

  .secondary-cta-txt {
    font-size: 12px;
  }

  .secondary-cta-txt.desktop {
    display: none;
  }

  .secondary-cta-txt.mobile {
    display: block;
    margin-top: 2px;
    font-size: 12.5px;
    letter-spacing: 0.25px;
  }

  .play-icon {
    position: relative;
    z-index: 1;
    width: 24px;
    margin-top: 0;
    margin-right: 8px;
  }

  .note-txt {
    max-width: 30ch;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.3;
  }
}

.meter {
  position: relative;
  width: 100%;
  height: 36px;
}

.meter > span {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #04a783;
  border-radius: 999px;
}

.meter > span::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  content: "";
  background-image: linear-gradient(
    -45deg,
    rgb(255 255 255 / 20%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 20%) 50%,
    rgb(255 255 255 / 20%) 75%,
    transparent 75%,
    transparent
  );
  background-size: 50px 50px;
  border-radius: 999px;
  animation: meter-progress 2s linear infinite;
}

@keyframes meter-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}
