.quiz {
  position: relative;
}
.quiz:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../../images/techno.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.quiz .after-submit {
  padding: 128px 48px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 820px;
  background-color: rgba(19, 20, 22, 0.5019607843);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  color: #FFFFFF;
  display: none;
}
.quiz .after-submit .closer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .quiz .after-submit .closer {
    top: 16px;
    right: 16px;
  }
}
.quiz .after-submit .closer:hover {
  opacity: 0.5;
}
.quiz .after-submit .closer img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.quiz .after-submit .after-submit-heading {
  letter-spacing: -0.04em;
}
.quiz .after-submit .after-submit-sub-heading a {
  color: #F26419;
  transition: 0.5s;
}
.quiz .after-submit .after-submit-sub-heading a:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .quiz .after-submit {
    padding: 32px 24px;
  }
}
.quiz__body {
  display: flex;
  flex-direction: column;
}
.quiz__body:has(.after-submit.active) {
  min-height: 100dvh;
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .quiz__body:has(.after-submit.active) {
    padding-top: 100px;
    padding-bottom: 32px;
  }
}
.quiz__body:has(.cases-step.active) .quiz__nav-row, .quiz__body:has(.social-step.active) .quiz__nav-row, .quiz__body:has(.final-step.active) .quiz__nav-row {
  opacity: 0;
  pointer-events: none;
}
.quiz__form {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .quiz__form {
    padding-top: 120px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .quiz__steps .button-row {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 12px;
    z-index: 50;
  }
}
.quiz__steps .step {
  display: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .quiz__steps .step {
    margin-bottom: 64px;
    padding-top: 30px;
  }
}
.quiz__steps .step.active {
  pointer-events: all;
}
.quiz__steps .step .last-form {
  padding: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 820px;
  background-color: rgba(19, 20, 22, 0.5019607843);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
}
@media (max-width: 992px) {
  .quiz__steps .step .last-form {
    padding: 24px;
  }
}
.quiz__steps .step .prev-step-btn {
  color: #FFFFFF;
  opacity: 0.16;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .quiz__steps .step .prev-step-btn {
    height: 32px;
    top: 130px;
    white-space: nowrap;
  }
}
.quiz__steps .step .prev-step-btn:hover {
  opacity: 1;
}
.quiz__steps .step .prev-step-btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #FFFFFF;
}
.quiz__steps .step .prev-step-btn .arrow img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .quiz__steps .step .cases-wrap {
    margin-top: 60px !important;
  }
}
.quiz__steps .step .cases-wrap .case {
  padding: 24px;
  border-radius: 20px;
  background: rgba(19, 20, 22, 0.8);
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .quiz__steps .step .cases-wrap .case {
    flex-direction: row;
    column-gap: 24px;
    padding: 16px 24px;
    text-align-last: left;
    align-items: center;
  }
}
.quiz__steps .step .cases-wrap .case__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.quiz__steps .step .cases-wrap .case__image {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .quiz__steps .step .cases-wrap .case__image {
    margin-left: 0;
    margin-right: 0;
  }
}
.quiz__steps .step .cases-wrap .case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 auto;
}
.quiz__steps .step .cases-wrap .case__desc {
  text-align: center;
}
.quiz__steps .step .cases-wrap .case__heading {
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
}
.quiz__steps .step .cases-wrap .case__sub-heading {
  margin-top: 4px;
  color: #B5BABC;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
}
@media (max-width: 768px) {
  .quiz__steps .step .trust-wrap {
    flex-direction: column;
    row-gap: 24px;
  }
}
.quiz__steps .step .trust-wrap .trust-column {
  display: flex;
  align-items: center;
  column-gap: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .quiz__steps .step .trust-wrap .trust-column {
    width: 100%;
    justify-content: flex-start;
    max-width: 320px;
  }
}
.quiz__steps .step .trust-wrap .trust-column .trust-link {
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 768px) {
  .quiz__steps .step .trust-wrap .trust-column .trust-link {
    width: 135px;
  }
}
.quiz__steps .step .trust-wrap .trust-column .trust-link:hover {
  color: #F26419;
}
.quiz__steps .step .trust-wrap .trust-column .trust-link:hover span {
  transform: rotate(0);
  background: #F26419;
}
.quiz__steps .step .trust-wrap .trust-column .trust-link img, .quiz__steps .step .trust-wrap .trust-column .trust-link svg {
  height: 35px;
  object-fit: contain;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .quiz__steps .step .trust-wrap .trust-column .trust-link img, .quiz__steps .step .trust-wrap .trust-column .trust-link svg {
    height: 30px;
  }
}
.quiz__steps .step .trust-wrap .trust-column .trust-link span {
  height: 46.5px;
  width: 11.6px;
  position: relative;
  transition: 0.5s;
  transform: rotate(15deg);
  background: currentColor;
}
@media (max-width: 768px) {
  .quiz__steps .step .trust-wrap .trust-column .trust-link span {
    width: 9.7px;
    height: 38.8px;
  }
}
.quiz__steps .step .trust-wrap .trust-column .stars img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .quiz__steps .step.step-14 {
    padding-top: 0;
  }
}
.quiz__steps .step.step-1 {
  display: block;
}
.quiz__steps .step:has(.case) {
  margin-top: -70px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .quiz__steps .step:has(.case) .prev-step-btn {
    top: 140px;
  }
}
.quiz__steps .step:has(.case):before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(242, 100, 25, 0.4);
  z-index: -1;
}
@media (max-width: 768px) {
  .quiz__steps .step:has(.case) .heading-2 {
    font-size: 24px;
    line-height: 100%;
  }
  .quiz__steps .step:has(.case) .heading-2 br {
    display: none;
  }
}
.quiz__steps .step:has(.case) .btn {
  margin-top: 48px;
}
.quiz__steps .step:has(.case) .btn:hover {
  opacity: 0.7;
}
.quiz__steps .step:has(.case) .btn .arrow {
  transform: rotate(45deg);
}
.quiz__steps .step:has(.trust-column):before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(242, 100, 25, 0.4);
  z-index: -1;
}
@media (max-width: 768px) {
  .quiz__steps .step:has(.trust-column) .heading-2 {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .quiz__steps .step:has(.trust-column) .prev-step-btn {
    top: 80px;
  }
}
.quiz__steps .step:has(.trust-column) .btn {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .quiz__steps .step:has(.trust-column) .btn {
    margin-top: 155px;
  }
}
.quiz__steps .step:has(.trust-column) .btn:hover {
  opacity: 0.7;
}
.quiz__steps .step:has(.trust-column) .btn .arrow {
  transform: rotate(45deg);
}
.quiz__steps .step__count {
  color: #B5BABC;
}
@media (max-width: 768px) {
  .quiz__steps .step__count {
    margin-top: 32px;
  }
}
.quiz__steps .step__radio-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  row-gap: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1030px;
}
.quiz__steps .step__radio-row .radio {
  cursor: pointer;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.1607843137);
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  .quiz__steps .step__radio-row .radio {
    width: 100%;
    font-size: 14px;
    padding: 16px;
  }
}
.quiz__steps .step__radio-row .radio:has(input:checked) {
  background: #F26419;
}
.quiz__steps .step__radio-row .radio:hover {
  background: #F26419;
}
.quiz__steps .step__radio-row .radio input {
  display: none;
}
.quiz__nav-row {
  margin-top: auto;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .quiz__nav-row {
    margin-top: 0;
    flex-direction: column-reverse;
    row-gap: 96px;
  }
}
.quiz__info-text {
  transition: 0.5s;
}
.quiz__progress-bar {
  width: 100%;
  max-width: 360px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .quiz__progress-bar {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
  }
}
.quiz__progress-bar .progress-line {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.16);
  margin-top: 8px;
}
.quiz__progress-bar .progress-line .before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FFFFFF;
  transition: 0.5s;
  width: 8%;
}