*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}


body {
  font-family: Public Sans, sans-serif;
}

.quiz-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}

label {
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--app-accent);
  box-shadow: 0 0 0 0.25rem #fc5b0840;
}

.quiz__tip {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin: 0;
}

.quiz__tip > span {
  color: var(--app-accent);
  cursor: pointer;
}

.quiz__tip a {
  color: var(--app-accent) !important;
}

.quiz__error-message {
  color: #f04438;
  font-size: 13px;
  margin-top: 6px;
}

.quiz__error-input {
  border: 1px solid #f04438 !important;
}

.quiz-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quiz__submit {
  border-radius: 8px;
  background-color: var(--app-accent);
  height: 60px;
  color: #fff;
  border: none;
  outline: none;
}

.quiz__submit:hover {
  background-color: #d54d07;
}

.loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid white;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 0.7s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.modal-backdrop {
  background-color: #00000061;
}

.base-option[data-v-56d209d4] {
  display: flex;
  width: 100%;
  align-items: center;
  height: 60px;
  padding: 0 17px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px #0000000d;
  background-color: transparent;
  cursor: pointer;
}

.base-option[data-v-56d209d4]:hover {
  background-color: var(--app-accent);
  border: 1px solid var(--app-accent);
  color: #fff;
}

.base-option:hover > svg[data-v-56d209d4],
.base-option:hover span[data-v-56d209d4] {
  color: #fff;
}

.base-option__prepend-icon[data-v-56d209d4] {
  height: 18px;
  color: var(--app-accent);
  margin-right: 16px;
  width: 18px;
}

.base-option__append-icon[data-v-56d209d4] {
  margin-left: auto;
  color: var(--app-accent);
}

.base-option > span[data-v-56d209d4] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
}

.modal-body[data-v-a047675f] {
  padding: 24px;
}

.modal-body > h3[data-v-a047675f] {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #101828;
}

.modal-body > p[data-v-a047675f] {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #667085;
  margin-top: 20px;
}

.modal-body > button[data-v-a047675f] {
  border: 1px solid var(--app-accent);
  background-color: transparent;
  color: #fc5b08;
  font-size: 16px;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  margin-top: 32px;
}

.modal-body > button[data-v-a047675f]:hover {
  background-color: var(--app-accent);
  color: #fff;
}

.quiz__alert_box[data-v-b6044380] {
  display: flex;
  width: 100%;
  flex-direction: row;
  background: #fff2eb;
  border: 1px solid rgb(254.5704, 231.5152, 219.6296);
  border-radius: 0.5rem;
  padding: 3px 5px;
}

.quiz__alert_box div[data-v-b6044380] {
  padding: 5px 10px;
  font-size: 13px;
  color: #fc7630;
  opacity: 0.9;
}

.quiz__alert_icon[data-v-b6044380] {
  color: #fd8d54;
  width: 1.2rem;
}

h3[data-v-b6044380] {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}

.loader[data-v-b6044380] {
  height: 28px;
  width: 28px;
  border-top: 3px solid white !important;
}

.tips > p[data-v-b6044380] {
  position: relative;
  color: #667085;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.tips > p[data-v-b6044380]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  background-color: var(--app-accent);
  border-radius: 0 20px 20px 0;
}

h3[data-v-0d1644b9] {
  font-size: 24px;
  margin-top: 24px;
}

.loading-text[data-v-0d1644b9] {
  display: block;
  color: #101828;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 25px;
}

.success-text > h3[data-v-0d1644b9] {
  text-align: center;
  color: #101828;
  font-size: 20px;
}

.success-text > p[data-v-0d1644b9] {
  text-align: center;
  color: #344054;
}

.success-text > p > span[data-v-0d1644b9] {
  color: var(--app-accent);
}

.tips > p[data-v-0d1644b9] {
  position: relative;
  color: #667085;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.tips > p[data-v-0d1644b9]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  background-color: var(--app-accent);
  border-radius: 0 20px 20px 0;
}

.binary-option p[data-v-3a51e768] {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.binary-option__options[data-v-3a51e768] {
  display: flex;
  gap: 0.3rem;
}

.binary-option__options button[data-v-3a51e768] {
  width: 100%;
  padding: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.binary-option__options button[data-v-3a51e768]:hover {
  background-color: #d9d9de;
  border: 1px solid #e7e7ea;
}

.binary-option__options button.selected[data-v-3a51e768] {
  background-color: var(--app-accent);
  border: 1px solid var(--app-accent);
  color: #fff;
}

button.next-step[data-v-5002589a] {
  width: 100%;
  padding: 1rem;
  border: 1px solid hsl(30, 100%, 49.02%);
  border-radius: 14px;
  background-color: #fa7d00;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 1rem;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

button.next-step[data-v-5002589a]:hover {
  background-color: #ff8a15;
  border: 1px solid hsl(30, 100%, 59.02%);
}

form[data-v-cfd327a6] {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.agreement[data-v-cfd327a6] {
  margin-top: 1rem;
  font-size: 0.7rem;
  line-height: 1.3;
}

.binary-option p[data-v-20ccf83e] {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.binary-option__options[data-v-20ccf83e] {
  display: flex;
  gap: 0.3rem;
}

.binary-option__options button[data-v-20ccf83e] {
  width: 100%;
  padding: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.binary-option__options button[data-v-20ccf83e]:hover {
  background-color: var(--app-accent);
  border: 1px solid var(--app-accent);
  color: #fff;
}

.binary-option p[data-v-4975feb2] {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.binary-option__options[data-v-4975feb2] {
  display: flex;
  gap: 0.3rem;
}

.binary-option__options button[data-v-4975feb2] {
  width: 100%;
  padding: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.binary-option__options button[data-v-4975feb2]:hover {
  background-color: var(--app-accent);
  border: 1px solid var(--app-accent);
  color: #fff;
}

[data-v-8e945b2b] .error-message {
  position: absolute;
  bottom: 0;
  color: #a42a2f;
  padding: 0;
  margin: 0;
}

[data-v-8e945b2b] .form {
  position: relative;
  padding-bottom: 1.5rem;
}

form[data-v-8e945b2b] {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.go-back[data-v-8e945b2b] {
  color: #004375;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.agreement[data-v-8e945b2b] {
  margin-top: 1rem;
  font-size: 0.7rem;
  line-height: 1.3;
}

.quiz[data-v-79853cca] .step-label-error {
  color: #a42a2f;
}

@media screen and (max-width: 500px) {
  .quiz[data-v-79853cca] {
    width: 100%;
  }
}

.quiz__card[data-v-79853cca] {
  position: relative;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  width: 600px;
  max-width: 600px;
  padding: 30px 20px 32px;
  box-shadow: 0 4px 6px -2px #1018280d;
}

@media screen and (max-width: 500px) {
  .quiz__card[data-v-79853cca] {
    width: 100%;
    margin: 0 auto;
  }
}

.quiz__progress_wrapper[data-v-79853cca] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.8rem;
}

.quiz__avatar[data-v-79853cca] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  width: 108px;
  border-radius: 200px;
  border: 4px solid #fff2eb;
  padding: 2px;
  margin-bottom: 14px;
  top: -55px;
  left: 50%;
  transform: translate(-50%);
  background-color: #ffead5;
}

.quiz__avatar > svg[data-v-79853cca] {
  height: 50px;
}

.quiz__avatar > img[data-v-79853cca] {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.quiz__counter[data-v-79853cca] {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.quiz__progress[data-v-79853cca] {
  margin-left: 20px;
  margin-top: 1px;
  height: 0.7rem;
  background-color: #dbf0ff;
  border-radius: 5px;
  flex-grow: 1;
}

.quiz__progress-slider[data-v-79853cca] {
  background-color: #004375;
  height: 100%;
  transition: 0.3s;
  border-radius: 5px;
}

.quiz__title[data-v-79853cca] {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0 15px;
}

.quiz__title button[data-v-79853cca] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.quiz__title button > svg[data-v-79853cca] {
  height: 12px;
  width: 12px;
  cursor: pointer;
  color: #98a2b3;
  margin-left: 5px;
}

.quiz__title button > svg[data-v-79853cca]:hover {
  color: #585f69;
}

.quiz__form[data-v-79853cca] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quiz__tip[data-v-79853cca] {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 32px;
}

.quiz__submit[data-v-79853cca] {
  border-radius: 8px;
  background-color: var(--app-accent);
  height: 60px;
  color: #fff;
  border: none;
  outline: none;
}

.quiz__submit[data-v-79853cca]:hover {
  background-color: #d54d07;
}

.modal-trigger[data-v-02bf0c1f] {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  background: transparent;
  outline: none;
}

.modal-body[data-v-02bf0c1f] {
  padding: 24px;
}

.modal-body > h3[data-v-02bf0c1f] {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #101828;
}

.modal-body > p[data-v-02bf0c1f] {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #667085;
  margin-top: 20px;
}

.modal-body > button[data-v-02bf0c1f] {
  border: 1px solid var(--app-accent);
  background-color: transparent;
  color: #fc5b08;
  font-size: 16px;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  margin-top: 32px;
}

.modal-body > button[data-v-02bf0c1f]:hover {
  background-color: var(--app-accent);
  color: #fff;
}

.modal-trigger[data-v-569403a5] {
  border: none;
  background: transparent;
  outline: none;
  color: #a3a3a3;
  text-decoration: underline;
  font-size: 13px;
}

@media (max-width: 700px) {
  .modal-trigger[data-v-569403a5] {
    font-size: 12px;
  }
}

.header[data-v-0f307528] {
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header img[data-v-0f307528] {
  height: 40px;
}

button.selected {
  background-color: #0066b3 !important; /* Blue background for selected option */
  color: white;
}

#form2 {
  display: none;
}

.success-page {
  display: none;
}


#counter2{
    display: none;
}

.success-page[data-v-0867c33c] {
  max-width: 700px;
}

.dotted-alert[data-v-0867c33c] {
  border: 1px dashed #000;
  border-radius: 5px;
  padding: 1rem;
}

.dotted-alert img[data-v-0867c33c] {
  margin-right: 1rem;
}

small[data-v-0867c33c] {
  font-size: 11px;
}

.congrats[data-v-0867c33c] {
  background: #f9f9f9;
  border: 1px solid #838383;
  border-radius: 5px;
  display: block;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
}

.congrats h4[data-v-0867c33c] {
  color: #425563;
  font-size: 1.5rem;
  font-weight: 700;
}

.advocates[data-v-0867c33c] {
  font-size: 18px;
  line-height: 24px;
}

.advocates[data-v-0867c33c],
.advocates li[data-v-0867c33c] {
  margin-top: 1rem;
}
