.wm-quiz {
  text-align: center;
}
.wm-quiz * {
  font-family: "Roboto", Sans-serif;
}
.wm-quiz .step-counter {
  float: right;
  top: -40px;
  right: 0;
top: -40px;
position: absolute;
  margin: 0px 0px 0px 0px;
  padding: 22px 22px 22px 22px;
  transform: rotateZ(19deg);
  background-image: url("/assets/img/02f4ddcc4e50007dade561a123556fa5-step-counter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
    font-weight: 900;

}
.wm-quiz .quiz-title, .wm-quiz .step .step-title {
  color: #18254A;
  font-weight: 900;
  line-height: 36px;
}
.wm-quiz .quiz-title {
  font-size: 32px;
  margin-bottom: 18px;
}
.wm-quiz .step .step-title {
  font-size: 24px;
}
.wm-quiz .step button.step-answer {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  fill: #54C5FF;
  color: #54C5FF;
  background-color: #FFFFFF;
	min-width: 165px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #54C5FF;
  border-radius: 36px 36px 36px 36px;
  padding: 15px 25px 15px 25px;
  margin: 10px 10px;
  text-align: center;
}

.wm-quiz .step button.step-navigation {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  fill: #54C5FF;
  color: #54C5FF;
  background-color: #FFFFFF;
  min-width: 80px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #54C5FF;
  border-radius: 36px 36px 36px 36px;
  padding: 6px 14px 6px 14px;
  margin: 10px 10px;
  text-align: center;
}

.wm-quiz .step.step-finished img {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  width: 100%;
  max-height: 300px;
}
.wm-quiz .step.step-finished .result-box {
  padding: 30px;
  background: #fff;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.wm-quiz .step.step-finished .result-box a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  fill: #54C5FF;
  color: #ffffff;
  background-color: #54C5FF;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #54C5FF;
  border-radius: 36px 36px 36px 36px;
  padding: 15px 25px 15px 25px;
  margin: 10px 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wm-quiz button.step-answer {
    width: 100%;
  }
}
.backreset svg {
  margin-right:  8px;
  padding-top: 4px;
  display: inline-block;
}

.backreset {
  margin-top:  16px;
  color:  #333;
  display:  block;
  font-size: 1.13rem;
  font-weight:  600;
}