.styles_container__0Mn20 {
  height: 100vh;
  width: 100%;
  display: flex;
}

.styles_leftPanel__WLEeP {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_question__hN3Pt {
  max-width: 30rem;
  margin-top: 2.5rem;

  display: flex;
  flex-direction: column;
}

.styles_question__hN3Pt .styles_description__xleyz {
    color: var(--black-500);
  }

.styles_question__hN3Pt .styles_choices__pQE8a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

.styles_question__hN3Pt .styles_choice___dfsr {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    gap: 0.5rem;
    padding: 1.25rem 1rem;

    border: 1px solid var(--grey-200);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.04) 0 1px 2px 0;
  }

:is(.styles_question__hN3Pt .styles_choice___dfsr):hover {
      border-color: var(--grey-600);
    }

:is(.styles_question__hN3Pt .styles_choice___dfsr) img {
      height: 1.5rem;
      aspect-ratio: auto 28 / 20;
    }

:is(.styles_question__hN3Pt .styles_choice___dfsr) .styles_chevron__mpPj4 {
      margin-left: auto;
    }

.styles_question__hN3Pt .styles_notListed__25lzr {
    margin-top: 1rem;
    align-self: center;
  }

.styles_rightPanel__Nownq {
  width: 50%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

@media (max-width: 768px) {

.styles_rightPanel__Nownq {
    display: none;
}
  }

.styles_pubLogo__9OWcW {
  display: block;
  width: 15rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.styles_pubTitle__D7OWN {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  background: linear-gradient(131.14deg, var(--white) 26.69%, rgba(255, 255, 255, 0) 143.65%) text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-align: center;
  width: 25rem;
  max-width: 100%;
  margin-bottom: 1rem;
}

.styles_pubArgs__bGxIy {
  font-size: 1.25rem;
  color: var(--grey-200);
}

.styles_pubArgs__bGxIy li {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 4rem;
  }

.styles_pubArgs__bGxIy img {
    width: 2.5rem;
    height: auto;
  }

@media (max-width: 1024px) {
  .styles_container__0Mn20 {
    flex-direction: column;
    height: fit-content;
  }

  .styles_leftPanel__WLEeP {
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    padding: 1rem;
  }
  .styles_question__hN3Pt {
    align-self: center;
    margin: auto;
    width: 100%;
    max-width: 30rem;
  }
    .styles_header__tjezh .styles_logo____66h {
      margin-left: 0;
    }

    .styles_header__tjezh .styles_actions__Eeff_ {
      gap: 0.5rem;

      margin-right: 0;
    }

  .styles_rightPanel__Nownq {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 1rem;
  }
}

