:root {
  --yellow: #fff1ab;
  --purple: #150050;
  --light-purple: #c8c8e8;
  --mid-purple: #565066;
  --white: white;
  --green: #2dcc6d;
  --black: black;
  --grey: #e8e8ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  line-height: 150%;
}

.body {
  background-color: var(--yellow);
  color: #565066;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.body.mozzarella {
  background-color: #efedea;
}

.image {
  opacity: 1;
  background-color: #0000;
  margin-left: 0;
  padding-left: 0%;
}

.image:hover {
  opacity: .78;
}

.heading-3 {
  color: #150050;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.button {
  background-color: var(--purple);
  color: var(--light-purple);
  cursor: pointer;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button:hover {
  background-color: #616194;
}

.questions {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-question-card {
  color: #150050;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
}

.top-bar, .bottom-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category {
  color: var(--mid-purple);
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.card-flip-wrapper {
  perspective: 1000px;
  cursor: pointer;
  transform: rotate(-3deg);
}

.card-flip-card {
  width: 390px;
  height: 515px;
  position: relative;
}

.card-flip-front {
  backface-visibility: hidden;
  background-color: #fde185;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-flip-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #1d0963;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-2 {
  opacity: .28;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-3 {
  width: 70px;
}

.generate-button {
  display: none;
}

.mobile-controls {
  display: none;
  overflow: visible;
}

.modal {
  z-index: 999;
  color: #150050;
  background-color: #fff;
  border-radius: 20px;
  max-width: 324px;
  padding: 24px;
  display: block;
  position: fixed;
  inset: 9% 2% auto auto;
}

.modal-content {
  max-width: 324px;
  position: relative;
}

.about-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.paragraph.small {
  font-size: 14px;
}

.link {
  color: #837e93;
  cursor: pointer;
  line-height: 32px;
}

.link:hover {
  color: #3e3751;
}

.open-close {
  width: 74px;
  height: 37px;
  position: relative;
}

.close-button {
  float: none;
  clear: none;
  color: #a8a8a8;
  cursor: pointer;
  background-color: #edecf1;
  border-radius: 20px;
  align-self: flex-end;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: none;
  position: static;
  inset: auto auto 0% 0;
}

.close-button:hover {
  background-color: #616194;
}

.tag {
  color: #fff;
  background-color: #8b8bbf;
  border-radius: 20px;
  padding: 4px 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-close {
  color: #c8c8e8;
  cursor: pointer;
  background-color: #150050;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-close:hover {
  background-color: #616194;
}

.dropdown2_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--purple);
  color: var(--light-purple);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 190px;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.dropdown2_toggle.w--open {
  width: 190px;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown2_dropdown-list.w--open {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--purple);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 190px;
  margin-top: -.1rem;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: block;
  inset: 102% 0% auto auto;
  box-shadow: inset 0 7px 3px -6px #0003;
}

.dropdown2_dropdown-link {
  color: var(--purple);
  padding: .5rem;
}

.dropdown2_dropdown-link:hover {
  color: var(--purple);
  background-color: #eef;
  border-radius: 8px;
}

.dropdown2_dropdown-link.w--current {
  color: #5a39b6;
}

.dropdown2_dropdown-link.w--current:hover {
  background-color: #ededfc;
}

.category-wrap {
  background-color: var(--white);
  border-radius: 20px;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-info-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  color: var(--purple);
  border-radius: 20px;
  justify-content: flex-end;
  width: auto;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.dropdown-info-toggle.w--open {
  justify-content: flex-end;
  width: 190px;
  display: flex;
}

.right-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.html-embed {
  color: var(--mid-purple);
}

.icon {
  color: var(--mid-purple);
  width: 20px;
  height: 20px;
}

.category-info-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.category-info-dropdown-list {
  width: auto;
}

.category-info-dropdown-list.w--open {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--purple);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 190px;
  margin-top: -.1rem;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: block;
  inset: 102% 0% auto auto;
  box-shadow: inset 0 7px 3px -6px #0003;
}

.category-dropdown-info-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  color: var(--purple);
  border-radius: 20px;
  justify-content: flex-end;
  width: auto;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.category-dropdown-info-toggle.w--open {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.page-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  padding: 2%;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.slider {
  background-color: #0000;
  max-width: 100vw;
  height: 100%;
  min-height: 80vh;
  position: relative;
}

.mask {
  border: 1px #000;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.slider-content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox-field.form12_checkbox_field {
  color: var(--purple);
  background-color: #fff;
  border: 3px solid #3e34c81a;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  width: 90px;
  min-width: 130px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  color: var(--purple);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox-image {
  width: 45px;
}

.checkbox-title {
  color: var(--purple);
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block {
  color: #5b3acc;
  font-weight: 500;
}

.details-right {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.text-counter {
  color: #5b617c73;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.custom-calc-btn {
  float: none;
  background-color: var(--purple);
  box-shadow: none;
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 50px;
  width: 260px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 29rem auto auto 20%;
}

.previous:hover {
  opacity: 1;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  inset: 29rem 20% auto auto;
  overflow: visible;
}

.next-button {
  background-color: var(--purple);
  border-radius: 70px;
  flex: 1;
  align-self: center;
  padding: .8rem 2rem .7rem 2.7rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: background-color .2s ease-in;
}

.next-button:focus {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  box-shadow: inset 0 0 0 2px #816cf8;
}

.next-button:focus-visible, .next-button[data-wf-focus-visible] {
  box-shadow: inset 0 0 0 3px #816cf8;
}

.mobile-nav-bottom {
  display: none;
}

.success-message {
  background-color: var(--white);
  letter-spacing: 1px;
  padding: 50px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.if-lib-imageradio1_group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.if-lib-imageradio1_field {
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d2d2d2;
  border-radius: .35rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.if-lib-imageradio1_field:active {
  border-color: #b12222;
}

.if-lib-imageradio1_field:focus {
  border-color: #c21a1a;
}

.if-lib-imageradio1_field.is-checked {
  background-color: #edf0f4;
  border-color: #263245;
}

.if-lib-imageradio1_icon {
  cursor: pointer;
  background-color: #e1e6ed;
  background-image: url('../images/checkicon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border-style: none;
  border-radius: .25rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.if-lib-imageradio1_icon.w--redirected-checked {
  background-color: #257fe9;
  background-image: url('../images/checkicon_white.svg');
  background-position: 50%;
  background-size: 75% 75%;
}

.if-lib-imageradio1_icon.w--redirected-focus {
  box-shadow: none;
}

.if-lib-imageradio1_icon.w--redirected-focus-visible {
  outline-offset: .1rem;
  outline: .1rem solid #494759;
}

.if-lib-imageradio1_img {
  width: 75%;
  max-width: 5.5rem;
  margin-top: .25rem;
  margin-bottom: 1rem;
}

.if-lib-imageradio1_label {
  color: #131b30;
  margin-bottom: .5rem;
  font-weight: 500;
}

.inner-wrapper {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.radio-group {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.radio-group.question {
  justify-content: flex-start;
}

.form_radio-btn {
  background-color: var(--white);
  border: 3px #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 8.6rem;
  height: 11rem;
  margin-bottom: 0;
  margin-left: -5px;
  padding: 2.2rem 1rem 2.7rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #d9d9e0;
}

.form_radio-btn:focus-visible, .form_radio-btn[data-wf-focus-visible] {
  border-color: #c5c2e7;
}

.form_radio-btn.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.form_radio-btn.card-angle-1 {
  transform: translate(0, 30px)rotate(-14deg);
}

.form_radio-btn.card-angle-2 {
  transform: rotate(-8deg);
}

.form_radio-btn.card-angle-3 {
  transform: translate(0, -10px);
}

.form_radio-btn.card-angle-4 {
  transform: translate(0)rotate(8deg);
}

.form_radio-btn.card-angle-5 {
  transform: translate(0, 30px)rotate(14deg);
}

.form_radio-btn-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form_radio-btn-icon.w--redirected-checked {
  color: var(--white);
  background-image: none;
  border: 3px solid #2dcc6d;
  border-radius: 14px;
}

.form_radio-btn-icon.w--redirected-focus {
  border: 3px solid var(--green);
  box-shadow: none;
  border-radius: 14px;
}

.form_radio-btn-icon.w--redirected-focus-visible {
  border-width: 3px;
  border-color: var(--green);
  border-radius: 14px;
}

.form_radio-btn-label {
  z-index: 1;
  color: var(--light-purple);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  position: relative;
}

.multi-form24_radio-subtext {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 1rem;
  display: flex;
}

.radio-text {
  z-index: 1;
  color: var(--purple);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.results-container, .hidden_field {
  display: none;
}

.submit-btn {
  background-color: var(--purple);
  border-radius: 4px;
  font-family: Poppins, sans-serif;
}

.button-wrapper {
  display: flex;
}

.button2 {
  border: 1px solid var(--mid-purple);
  color: var(--purple);
  text-align: center;
  background-color: #fff0;
  border-radius: 40px;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
}

.button2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #0000;
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 31% auto 25% 12%;
}

.button-text {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.overall-result {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.curiosity-score {
  background-color: var(--purple);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.validation-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.validation-message {
  color: var(--purple);
  background-color: #fae7e7;
  max-width: 80vw;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  display: none;
}

.heading1 {
  color: var(--purple);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.categories-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.categories-wrapper.stacked {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
}

.category-graphic {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  max-width: 5rem;
  display: flex;
}

.category-graphic.small {
  max-width: 3rem;
}

.heading4 {
  color: var(--purple);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.card-stack_wrapper {
  padding: 20px;
  position: relative;
}

.container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 1060px;
  display: flex;
}

.image-4 {
  width: 43rem;
}

.card {
  filter: drop-shadow(0 6px 3px #3f3d3d5c);
  width: 17rem;
  display: block;
  position: static;
  transform: rotate(-9deg);
}

.card.layered {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(61px)rotate(7deg);
}

.card.layered.card-3 {
  transform: translate(88px)rotate(26deg);
}

.card.layered.card-4 {
  width: 17rem;
  transform: translate(115px)rotate(45deg);
}

.card.result {
  transform: rotate(7deg);
}

.align-left {
  text-align: left;
}

.category-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.stack-list-item {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  font-size: 14px;
}

.text-block-2 {
  color: var(--mid-purple);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button1 {
  float: none;
  background-color: var(--purple);
  box-shadow: none;
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 50px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading5 {
  color: #ff8000;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.about-small-text {
  color: var(--mid-purple);
  font-size: 10px;
  display: block;
}

.div-block-2 {
  width: 100%;
  margin-top: 20%;
  position: static;
}

.client-logo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .questions {
    position: relative;
  }

  .cursor-wrapper, .generate-button {
    display: none;
  }

  .mobile-controls {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .mobile-flip {
    width: 90px;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .container {
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 0;
  }

  .tag {
    display: none;
  }

  .right-stack {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .category-info-dropdown, .category-dropdown-info-toggle {
    display: none;
  }

  .form-full {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 90%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .checkbox-field.form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .previous {
    z-index: 6;
    position: fixed;
    bottom: 0%;
    left: 2%;
  }

  .next {
    z-index: 6;
    position: fixed;
    bottom: 0%;
    right: 5%;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .multi-form24_radio-subtext {
    flex-direction: column;
  }

  .radio-text {
    font-size: 11px;
  }

  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    display: flex;
  }

  .heading-3 {
    font-size: 18px;
  }

  .questions {
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .quote {
    font-size: 24px;
  }

  .s-question-card {
    font-size: 24px;
    line-height: 130%;
  }

  .top-bar {
    flex-wrap: nowrap;
    align-content: space-between;
  }

  .card-flip-card {
    width: 280px;
    height: 390px;
  }

  .generate-button {
    align-self: auto;
  }

  .mobile-controls {
    position: absolute;
    bottom: 4%;
  }

  .modal {
    display: none;
    overflow: scroll;
  }

  .open-close {
    display: none;
  }

  .close-button {
    display: block;
  }

  .dropdown2_toggle, .dropdown2_toggle.w--open {
    width: 140px;
  }

  .slider {
    height: auto;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .checkbox-field.form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .custom-calc-btn {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous {
    max-width: 80px;
    margin-left: 30px;
    display: flex;
  }

  .margin-bottom {
    margin-bottom: 0;
  }

  .if-lib-imageradio1_group {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .radio-group.question {
    flex-flow: column;
    align-items: stretch;
  }

  .form_radio-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 7vh;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .form_radio-btn.card-angle-1 {
    transform: rotate(2deg);
  }

  .form_radio-btn.card-angle-2 {
    transform: rotate(0);
  }

  .form_radio-btn.card-angle-3 {
    transform: none;
  }

  .form_radio-btn.card-angle-4 {
    transform: rotate(-3deg);
  }

  .form_radio-btn.card-angle-5 {
    transform: rotate(1deg);
  }

  .categories-wrapper {
    flex-flow: wrap;
  }

  .container {
    flex-flow: column;
  }

  .button1 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .client-logo-wrapper {
    flex-flow: column;
  }
}


