.quiz {
  text-align: center;
  min-height: 720px;
  padding: 34px 50px;
  box-sizing: border-box;
  box-shadow: 0 0 100px rgba(128, 128, 128, 0.3) inset;
}
.quiz .wrapper {
  width: 100%;
  max-width: 1060px;
  min-height: 666px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.quiz .all-completed-wrapper {
  display: none;
}
.quiz h2,
.quiz h3 {
  line-height: 1;
}
.quiz h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  width: 228px;
  margin: 16px auto;
  position: relative;
  color: black;
}
.quiz h3:before,
.quiz h3:after {
  content: "";
  display: block;
  height: 3px;
  width: 420px;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: absolute;
  top: 10px;
}
.quiz h3:before {
  left: -420px;
}
.quiz h3:after {
  right: -420px;
}
.quiz h2 {
  position: relative;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  font-family: "Roboto", sans-serif;
  z-index: 0;
}
.quiz h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: -21px;
  left: 0;
  background: url("../images/quiz-shadow-top.png") no-repeat center top;
}
.quiz .gift-options {
  padding-top: 24px;
}

.quiz .social-options,
.quiz .gift-options {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.quiz .social-options li {
  flex: 1 1 0;
  max-width: 160px;
}

.quiz .social-options button {
  border: 1px solid #E6E8EB;
  background-color: #ffffff;
  padding: 16px 12px 10px 12px;
  width: 100%;
}

@media (max-width: 1024px) {
  .quiz .gift-options {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .quiz .gift-options li {
    max-width: unset;
  }

  .quiz .gift-options li button {
    min-width: 235px;
  }
}

.quiz .social-options .js-share-via-email,
.quiz .social-options .js-share-on-facebook {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.quiz .social-options .js-share-via-email .share-email-icon,
.quiz .social-options .js-share-on-facebook .share-facebook-icon {
  display: block;
  flex-shrink: 0;
}

.quiz .social-options .js-share-via-email .share-email-icon path,
.quiz .social-options .js-share-on-facebook .share-facebook-icon path {
  fill: currentColor;
  transition: fill 0.5s;
}

.quiz .social-options .js-share-via-email .share-email-label,
.quiz .social-options .js-share-on-facebook .share-facebook-label {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
}

.quiz .social-options .js-share-via-email:hover .share-email-icon path,
.quiz .social-options .js-share-via-email:focus .share-email-icon path,
.quiz .social-options .js-share-via-email:focus-visible .share-email-icon path,
.quiz .social-options .js-share-on-facebook:hover .share-facebook-icon path,
.quiz .social-options .js-share-on-facebook:focus .share-facebook-icon path,
.quiz .social-options .js-share-on-facebook:focus-visible .share-facebook-icon path {
  fill: currentColor;
}

.quiz ul {
  margin: 0;
  padding: 0;
}
.quiz ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.quiz .questions-container {
  position: relative;
}
.quiz ul.quiz-steps {
  margin: 40px auto 0 auto;
  padding: 0;
}
.quiz ul.quiz-steps li {
  margin: 0 0 18px 20px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}
.quiz ul.quiz-steps li.active {
  color: black;
}
.quiz ul.quiz-steps li.step-2:before,
.quiz ul.quiz-steps li.step-3:before {
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 2px;
  font-weight: 700;
  font-size: 16px;
}
.quiz ul.quiz-steps li.step-2:before {
  content: "+";
  background-position: -116px -24px;
}
.quiz ul.quiz-steps li.step-3:before {
  content: "=";
  background-position: -137px -24px;
}
.quiz ul.quiz-steps li:first-child {
  margin-left: 0;
}

.quiz a.btn-link,
.quiz button {
	font-weight: 700;
  background-color: #ffce00;
  color: #213245;
  border-radius: 4px;
  line-height: 26px;
  border: 0;
  font-size: 16px;
	padding: 8px 20px;
	transition: 0.5s;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.quiz a.btn-link:not([disabled]):hover,
.quiz button:not([disabled]):hover {
  background-color: #666;
  color: #fff;
  cursor: pointer;
}

.quiz a.btn-link[disabled],
.quiz button[disabled] {
  background-color: transparent;
  border: 1px #ccc solid;
  color: #ccc;
}
.quiz a.btn-link {
  display: inline-block;
}
.quiz p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.quiz .questions-mask {
  overflow: hidden;
  min-height: 456px;
  position: relative;
}
.quiz .questions-mask ul.quiz-questions {
  width: 300%;
  height: 100%;
  min-height: 400px;
  position: relative;
  -webkit-transition:
    left 0.3s ease-out,
    opacity 0.3s ease-out;
  transition:
    left 0.3s ease-out,
    opacity 0.3s ease-out;
  left: 0;
}
.quiz .questions-mask ul.quiz-questions:focus {
  outline: none;
}
.quiz .questions-mask ul.quiz-questions.question-0 {
  left: 0;
}
.quiz .questions-mask ul.quiz-questions.question-1 {
  left: -100%;
}
.quiz .questions-mask ul.quiz-questions.question-2 {
  left: -200%;
}
.quiz .questions-mask ul.quiz-questions.question-3 {
  opacity: 0;
}
.quiz .questions-mask ul.quiz-questions li {
  height: 100%;
  min-height: 400px;
  width: 33%;
  padding: 32px 100px;
  float: left;
  text-align: left;
}
.quiz .questions-mask ul.quiz-questions li ul {
  width: 100%;
  height: auto;
  min-height: 1px;
}
.quiz .questions-mask ul.quiz-questions li ul li {
  width: 100%;
  height: auto;
  min-height: 1px;
  display: block;
  font-size: 16px;
  float: none;
  padding: 0;
  margin: 0;
}
.quiz .questions-mask ul.quiz-questions li ul li .question-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  position: relative;
}
.quiz .questions-mask ul.quiz-questions li ul li .question-wrapper label {
  display: block;
  width: 100%;
  line-height: 1.2;
}
.quiz .questions-mask ul.quiz-questions li ul li .question-wrapper label svg {
  display: none;
  position: absolute;
  top: -1px;
  right: -20px;
  height: 100%;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  width: 20px;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  label
  svg
  polyline {
  fill: #F8F9FA;
  stroke: #333333;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  label
  span.label {
  border: 1px transparent solid;
  padding: 15px 32px 15px 45px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 46%;
  height: 100%;
  font-size: 18px;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  label
  span.error-wrapper {
  padding-left: 58px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
  width: 50%;
  position: absolute;
  right: 0;
  top: 35%;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  left: 9px;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:focus {
  outline: 1px #008cba solid;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 2px black solid;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: 13px;
  z-index: 9;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  left: 17px;
  background: black;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.label {
  border: 1px #333333 solid;
  background: #F8F9FA;
  border-right: 0;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.label
  svg {
  display: block;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.error-wrapper {
  opacity: 1;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.error-wrapper
  .error-message {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.error-wrapper
  .error-message:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-right: 14px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -30px;
  background: url("../images/sprite.png") no-repeat;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.error-wrapper
  .error-message.correct:before {
  top: 2px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cg clip-path='url(%23clip0_21712_28086)'%3E%3Cpath d='M5.6 10.6L1.4 6.4L0 7.8L5.6 13.4L17.6 1.4L16.2 0L5.6 10.6Z' fill='%2353832E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_21712_28086'%3E%3Crect width='18' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px;
}
.quiz
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.error-wrapper
  .error-message.incorrect:before {
  top: 2px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 14L14 2M2 2L14 14L2 2Z' stroke='%23C71B0A' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.quiz .questions-mask button.next-step {
  margin-top: 16px;
}
.quiz .shadow-container {
  position: relative;
  z-index: 1;
}
.quiz .shadow-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 72px;
  left: 0;
  background: url("../images/quiz-shadow-bottom.png") no-repeat center top;
}
.quiz .completed-container {
  overflow: hidden;
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  min-height: 456px;
  width: 100%;
  position: absolute;
  top: 100%;
  padding-top: 20px;
  display: block;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
.quiz .completed-container .social-options {
  padding-top: 24px;
}
@media (max-width: 768px) {
  .quiz .completed-container .social-options {
    align-items: center;
    gap: 8px;
  }

  .quiz .completed-container .social-options li button {
    min-width: unset;
  }
}
.quiz .completed-container .logged-in {
  display: none;
}
.quiz .completed-container .not-logged-in {
  display: block;
}
.quiz .completed-container h4 {
  color: black;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
}
.quiz .completed-container button.next-step {
  margin-top: 80px;
}
.quiz .completed-container.shadow-container:after {
  bottom: -70px;
}

.quiz.completed .questions-container {
  display: none;
}
.quiz.completed .completed-container {
  top: 150px;
}
.quiz.completed.all-completed .wrapper {
  display: none;
}
.quiz.completed.all-completed .all-completed-wrapper {
  display: block;
}
.quiz.completed.all-completed .all-completed-wrapper h3 {
  width: 300px;
}
.quiz.completed.all-completed .all-completed-wrapper h3:before {
  left: -430px;
}
.quiz.completed.all-completed .all-completed-wrapper h3:after {
  right: -430px;
}
.quiz.completed.all-completed
  .all-completed-wrapper
  .shadow-container.completed-container {
  min-height: 460px;
  position: relative;
  top: 0;
  padding-bottom: 40px;
}
.quiz.completed.all-completed
  .all-completed-wrapper
  .shadow-container.completed-container:after {
  bottom: 0;
}

.quiz.completed.all-completed .all-completed-wrapper .centered-box {
  text-align: center;
  padding: 10px 0;
}
.quiz.completed.all-completed .all-completed-wrapper .centered-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.quiz.completed.all-completed .all-completed-wrapper .centered-box p {
  font-size: 16px;
}
.quiz.completed.all-completed .all-completed-wrapper .centered-box a.btn-link {
  width: auto;
}

.quiz .all-completed-wrapper 

.authenticated .quiz .completed-container .logged-in {
  display: block;
}
.authenticated .quiz .completed-container .logged-in ul.badges li {
  opacity: 0.3;
}
.authenticated .quiz .completed-container .logged-in ul.badges li.completed {
  opacity: 1;
}
.authenticated .quiz .completed-container .not-logged-in {
  display: none;
}

/* colorified */
.quiz[data-quiz="1"] h3 {
  color: #d41c16;
}
.quiz[data-quiz="1"] h3:before,
.quiz[data-quiz="1"] h3:after {
  border-top: 1px rgba(212, 28, 22, 0.1) solid;
  border-bottom: 1px rgba(212, 28, 22, 0.1) solid;
}
.quiz[data-quiz="1"] h2 {
  border-bottom: 1px rgba(212, 28, 22, 0.1) solid;
}
.quiz[data-quiz="1"] ul.quiz-steps li.active {
  color: #d41c16;
}
.quiz[data-quiz="1"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #d41c16 solid;
}
.quiz[data-quiz="1"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #d41c16;
}
.quiz[data-quiz="1"] .completed-container h4 {
  color: #d41c16;
}

.quiz[data-quiz="2"] h3 {
  color: #d5681d;
}
.quiz[data-quiz="2"] h3:before,
.quiz[data-quiz="2"] h3:after {
  border-top: 1px rgba(213, 104, 29, 0.1) solid;
  border-bottom: 1px rgba(213, 104, 29, 0.1) solid;
}
.quiz[data-quiz="2"] h2 {
  border-bottom: 1px rgba(213, 104, 29, 0.1) solid;
}
.quiz[data-quiz="2"] ul.quiz-steps li.active {
  color: #d5681d;
}
.quiz[data-quiz="2"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #d5681d solid;
}
.quiz[data-quiz="2"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #d5681d;
}
.quiz[data-quiz="2"] .completed-container h4 {
  color: #d5681d;
}

.quiz[data-quiz="3"] h3 {
  color: #ecb701;
}
.quiz[data-quiz="3"] h3:before,
.quiz[data-quiz="3"] h3:after {
  border-top: 1px rgba(236, 183, 1, 0.1) solid;
  border-bottom: 1px rgba(236, 183, 1, 0.1) solid;
}
.quiz[data-quiz="3"] h2 {
  border-bottom: 1px rgba(236, 183, 1, 0.1) solid;
}
.quiz[data-quiz="3"] ul.quiz-steps li.active {
  color: #ecb701;
}
.quiz[data-quiz="3"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #ecb701 solid;
}
.quiz[data-quiz="3"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #ecb701;
}
.quiz[data-quiz="3"] .completed-container h4 {
  color: #ecb701;
}

.quiz[data-quiz="4"] h3 {
  color: #9ec200;
}
.quiz[data-quiz="4"] h3:before,
.quiz[data-quiz="4"] h3:after {
  border-top: 1px rgba(158, 194, 0, 0.1) solid;
  border-bottom: 1px rgba(158, 194, 0, 0.1) solid;
}
.quiz[data-quiz="4"] h2 {
  border-bottom: 1px rgba(158, 194, 0, 0.1) solid;
}
.quiz[data-quiz="4"] ul.quiz-steps li.active {
  color: #9ec200;
}
.quiz[data-quiz="4"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #9ec200 solid;
}
.quiz[data-quiz="4"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #9ec200;
}
.quiz[data-quiz="4"] .completed-container h4 {
  color: #9ec200;
}

.quiz[data-quiz="5"] h3 {
  color: #02a033;
}
.quiz[data-quiz="5"] h3:before,
.quiz[data-quiz="5"] h3:after {
  border-top: 1px rgba(2, 160, 51, 0.1) solid;
  border-bottom: 1px rgba(2, 160, 51, 0.1) solid;
}
.quiz[data-quiz="5"] h2 {
  border-bottom: 1px rgba(2, 160, 51, 0.1) solid;
}
.quiz[data-quiz="5"] ul.quiz-steps li.active {
  color: #02a033;
}
.quiz[data-quiz="5"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #02a033 solid;
}
.quiz[data-quiz="5"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #02a033;
}
.quiz[data-quiz="5"] .completed-container h4 {
  color: #02a033;
}

.quiz[data-quiz="6"] h3 {
  color: #0089bc;
}
.quiz[data-quiz="6"] h3:before,
.quiz[data-quiz="6"] h3:after {
  border-top: 1px rgba(0, 137, 188, 0.1) solid;
  border-bottom: 1px rgba(0, 137, 188, 0.1) solid;
}
.quiz[data-quiz="6"] h2 {
  border-bottom: 1px rgba(0, 137, 188, 0.1) solid;
}
.quiz[data-quiz="6"] ul.quiz-steps li.active {
  color: #0089bc;
}
.quiz[data-quiz="6"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #0089bc solid;
}
.quiz[data-quiz="6"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #0089bc;
}
.quiz[data-quiz="6"] .completed-container h4 {
  color: #0089bc;
}

.quiz[data-quiz="7"] h3 {
  color: #6c57a3;
}
.quiz[data-quiz="7"] h3:before,
.quiz[data-quiz="7"] h3:after {
  border-top: 1px rgba(108, 87, 163, 0.1) solid;
  border-bottom: 1px rgba(108, 87, 163, 0.1) solid;
}
.quiz[data-quiz="7"] h2 {
  border-bottom: 1px rgba(108, 87, 163, 0.1) solid;
}
.quiz[data-quiz="7"] ul.quiz-steps li.active {
  color: #6c57a3;
}
.quiz[data-quiz="7"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #6c57a3 solid;
}
.quiz[data-quiz="7"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #6c57a3;
}
/* .quiz[data-quiz="7"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.label {
  border: 1px #6c57a3 solid;
  border-right: 0;
  background: rgba(108, 87, 163, 0.05);
} */
.quiz[data-quiz="7"] .completed-container h4 {
  color: #6c57a3;
}
@media (min-width: 1025px) {
  .quiz[data-quiz="8"] .wrapper {
    min-height: 725px;
  }
}
.quiz[data-quiz="8"] h3 {
  color: #d52d88;
}
.quiz[data-quiz="8"] h3:before,
.quiz[data-quiz="8"] h3:after {
  border-top: 1px rgba(213, 45, 136, 0.1) solid;
  border-bottom: 1px rgba(213, 45, 136, 0.1) solid;
}
.quiz[data-quiz="8"] h2 {
  border-bottom: 1px rgba(213, 45, 136, 0.1) solid;
}
.quiz[data-quiz="8"] ul.quiz-steps li.active {
  color: #d52d88;
}
.quiz[data-quiz="8"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #d52d88 solid;
}
.quiz[data-quiz="8"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #d52d88;
}
.quiz[data-quiz="8"] .completed-container h4 {
  color: #d52d88;
}

.quiz[data-quiz="9"] h3 {
  color: #7c7c7b;
}
.quiz[data-quiz="9"] h3:before,
.quiz[data-quiz="9"] h3:after {
  border-top: 1px rgba(124, 124, 123, 0.1) solid;
  border-bottom: 1px rgba(124, 124, 123, 0.1) solid;
}
.quiz[data-quiz="9"] h2 {
  border-bottom: 1px rgba(124, 124, 123, 0.1) solid;
}
.quiz[data-quiz="9"] ul.quiz-steps li.active {
  color: #7c7c7b;
}
.quiz[data-quiz="9"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  label
  svg
  polyline {
  fill: rgba(124, 124, 123, 0.05);
  stroke: #7c7c7b;
}
.quiz[data-quiz="9"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]
  + label:before {
  border: 2px #7c7c7b solid;
}
.quiz[data-quiz="9"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label:after {
  background: #7c7c7b;
}
.quiz[data-quiz="9"]
  .questions-mask
  ul.quiz-questions
  li
  ul
  li
  .question-wrapper
  input[type="radio"]:checked
  + label
  span.label {
  border: 1px #7c7c7b solid;
  border-right: 0;
  background: rgba(124, 124, 123, 0.05);
}
.quiz[data-quiz="9"] .completed-container h4 {
  color: #7c7c7b;
}

@media (max-width: 1024px) {
  .all-completed-wrapper ul.badges-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 0 5px;
  }
  .all-completed-wrapper ul.badges-list li {
    flex: 1 1 0;
    min-width: 0;
  }
  .all-completed-wrapper ul.badges-list li img {
    width: 100%;
    height: auto;
  }
  .quiz
    .questions-mask
    ul.quiz-questions
    li
    ul
    li
    .question-wrapper
    label
    span.label {
    padding: 8px 32px 8px 32px;
    font-size: 18px;
  }

  .quiz {
    width: 100%;
    min-height: 400px;
    padding: 34px 50px 120px 50px;
    overflow-x: hidden;
  }
  .quiz .wrapper {
    overflow: visible;
    min-height: 536px;
  }
  .quiz .wrapper:before,
  .quiz .wrapper:after {
    content: "";
    display: table;
  }
  .quiz .wrapper:after {
    clear: both;
  }
  .quiz .wrapper h2,
  .quiz .wrapper h3 {
    width: auto;
  }
  .quiz .wrapper h3:before,
  .quiz .wrapper h3:after {
    display: none;
  }
  .quiz .wrapper h2 {
    font-size: 44px;
  }
  .quiz .wrapper h2:after {
    display: none;
  }
  .quiz .wrapper .questions-container {
    width: -webkit-calc(100% + 20px);
    overflow-x: hidden;
  }
  .quiz .wrapper .questions-container .quiz-steps {
    width: 670px;
    text-align: left;
  }
  .quiz .wrapper .questions-container .quiz-steps.question-2 {
    left: -444px;
  }
  .quiz .wrapper .questions-container .questions-mask {
    min-height: 0;
  }
  .quiz .wrapper .questions-container .questions-mask ul.quiz-questions {
    min-height: 0;
  }
  .quiz .wrapper .questions-container .questions-mask ul.quiz-questions:before,
  .quiz .wrapper .questions-container .questions-mask ul.quiz-questions:after {
    content: "";
    display: table;
  }
  .quiz .wrapper .questions-container .questions-mask ul.quiz-questions:after {
    clear: both;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions.question-0 {
    left: 0;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions.question-1 {
    left: -99%;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions.question-2 {
    left: -198%;
  }
  .quiz .wrapper .questions-container .questions-mask ul.quiz-questions li {
    min-height: 200px;
    height: auto;
    padding: 50px 16px 16px 0;
    width: 33.333333%;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions
    li
    ul
    li {
    min-height: 0;
    padding: 0;
    width: 100%;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions
    li
    ul
    li
    .question-wrapper
    label
    span.label {
    width: 95%;
    padding-right: 10px;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions
    li
    ul
    li
    .question-wrapper
    label
    span.error-wrapper {
    display: none;
    width: 100%;
    padding-left: 22px;
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 8px;
  }
  .quiz
    .wrapper
    .questions-container
    .questions-mask
    ul.quiz-questions
    li
    ul
    li
    .question-wrapper
    input[type="radio"]:checked
    + label
    span.error-wrapper {
    display: block;
    margin-bottom: 16px;
  }
  .quiz .wrapper .shadow-container:before {
    display: none;
  }
  .quiz .wrapper .shadow-container:after {
    display: block;
  }
  .quiz.completed .wrapper .shadow-container:after {
    display: none;
  }
  .quiz .wrapper .completed-container {
    top: 0;
    display: none;
  }
  .quiz.completed .questions-container {
    display: none;
  }
  .quiz.completed .completed-container {
    position: static;
    display: block;
  }
}
@media (max-width: 700px) {
  .quiz {
    padding: 34px 20px;
  }
}
@media (max-width: 480px) {
  .quiz:before,
  .quiz:after {
    content: "";
    display: table;
  }
  .quiz:after {
    clear: both;
  }
}
.quiz p.quiz__note {
  margin: 8px 0;
  font-size: 16px;
}
.quiz p.quiz__badge-name {
  margin: 0 0 24px 0px;
}

@media (max-width: 1024px) {
  .quiz .wrapper .questions-container ul.quiz-steps {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
  }

  .quiz ul.quiz-steps li {
    margin: 4px auto;
  }

  .quiz ul.quiz-steps li:first-child {
    margin-left: inherit;
  }

  .quiz ul.quiz-steps li.step-2::before, 
  .quiz ul.quiz-steps li.step-3::before {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .quiz .questions-mask ul.quiz-questions li ul li .question-wrapper input[type="radio"],
  .quiz .questions-mask ul.quiz-questions li ul li .question-wrapper input[type="radio"] + label::before {
    top: 10px;
    left: 8px;
  }

  .quiz .questions-mask ul.quiz-questions li ul li .question-wrapper input[type="radio"]:checked + label::after {
    top: 14px;
    left: 12px;
  }

  .quiz .questions-mask ul.quiz-questions li ul li .question-wrapper input[type="radio"]:checked + label span.error-wrapper .error-message {
    left: 10px;
    font-size: 18px;
  }

  .quiz .questions-mask ul.quiz-questions li ul li .question-wrapper input[type="radio"]:checked + label span.error-wrapper .error-message::before {
    left: -24px;
  }

  .quiz .questions-mask ul.quiz-questions li ul li .question-wrapper label {
    margin-bottom: 20px;
  }

  .quiz .wrapper .shadow-container:after {
    bottom: 55px;
  }
}