.styles_container__FryQj {
  height: 100vh;
  width: 100%;

  display: flex;
}

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

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

  display: flex;
  flex-direction: column;
}

.styles_question__jpMHs .styles_description__9lvue {
    color: var(--black-500);
  }

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

.styles_question__jpMHs .styles_choice___PaEA {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 6rem;
    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) 0px 1px 2px 0px;
    text-decoration: none;
  }

:is(.styles_question__jpMHs .styles_choice___PaEA):hover {
      border-color: var(--grey-600);
    }

:is(.styles_question__jpMHs .styles_choice___PaEA) img {
      height: 2.5rem;
      width: 2.5rem;
    }

:is(.styles_question__jpMHs .styles_choice___PaEA) .styles_chevron__4oxRm {
      margin-left: auto;
    }

.styles_question__jpMHs .styles_notListed__Gvuf3 {
    margin-top: 1rem;
    align-self: center;
  }

.styles_rightPanel__YBwKp {
  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__YBwKp {
    display: none;
}
  }

.styles_pubTitle__eUXuA {
  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;
  margin-bottom: 1rem;
  max-width: 35rem;
}

.styles_pubTitle__eUXuA strong {
    font-size: 8rem;
    line-height: 12rem;
  }

.styles_pubSubtitle__Bar3J {
  color: var(--grey-200);
  max-width: 26rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

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

  .styles_leftPanel__iLweM {
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    padding: 1rem;
  }

  .styles_rightPanel__YBwKp {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 2rem;
    height: auto;
    height: 100vh;
  }

  .styles_question__jpMHs {
    align-self: center;
    margin: auto;
    width: 100%;
    max-width: 30rem;
  }
    .styles_question__jpMHs .styles_questionTitle__19DKB {
      text-align: center;
    }
    .styles_question__jpMHs .styles_choice___PaEA {
      height: auto;
    }
}

