:where(.rcq123) *,
:where(.rcq123) ::before,
:where(.rcq123) ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:where(.rcq123) ::before,
:where(.rcq123) ::after {
  --tw-content: '';
}

:where(.rcq123) html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

:where(.rcq123) body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

:where(.rcq123) h1,
:where(.rcq123) h2,
:where(.rcq123) h3,
:where(.rcq123) h4,
:where(.rcq123) h5,
:where(.rcq123) h6 {
  font-size: inherit;
  font-weight: inherit;
}

:where(.rcq123) a {
  color: inherit;
  text-decoration: inherit;
}

:where(.rcq123) b,
:where(.rcq123) strong {
  font-weight: bolder;
}

:where(.rcq123) h2,
:where(.rcq123) h3,
:where(.rcq123) h4,
:where(.rcq123) h5,
:where(.rcq123) h6,
:where(.rcq123) p {
  margin: 0;
}

:where(.rcq123) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.rcq123) img {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

:where(.rcq123) img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'Kapra';

  font-display: swap;

  src: url('/fonts/kapra-regular.otf') format('otf');
}

.rcq123__container {
  background-color: #f0fdff;
  /* max-width: 1100px; */
  margin: 0 auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rcq123__header {
  padding: 6rem 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .rcq123__header {
    padding: 2.5rem;
  }
}

.rcq123__title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.75rem;
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Kapra';
}

@media (min-width: 768px) {
  .rcq123__title {
    flex-direction: row;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.rcq123__title--navy {
  color: #043c92;
  margin-bottom: -20px;
}

.rcq123__title--blue {
  color: #30b4e9;
  margin-bottom: -20px;
}

.rcq123__title--divider {
  background-repeat: no-repeat;
  background-size: 52px 54px;
  width: 52px;
  height: 54px;
  display: flex;
  margin-bottom: -5px;
}

.rcq123__title--divider span {
  display: none;
}

.rcq123__intro {
  color: #020268;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

.rcq123__intro p {
  margin-bottom: 1rem;
}

.rcq123__take-quiz {
  margin: auto;
}

.rcq123__content {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .rcq123__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.rcq123__qnumber {
  font-family: 'Kapra';
  font-size: 12.5rem;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

.rcq123__qtitle {
  font-family: 'Kapra';
  color: #020268;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
}

.rcq123__q1 .rcq123__qnumber,
.rcq123__q4 .rcq123__qnumber,
.rcq123__q7 .rcq123__qnumber {
  color: #ffb8da;
}

.rcq123__q2 .rcq123__qnumber,
.rcq123__q6 .rcq123__qnumber {
  color: #4dc1ed;
}

.rcq123__q3 .rcq123__qnumber,
.rcq123__q5 .rcq123__qnumber,
.rcq123__q8 .rcq123__qnumber {
  color: #58b237;
}

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

.rcq123__questions li {
  color: #020268;
  margin-bottom: 15px;
  border-radius: 100px;
  padding: 15px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
}

.rcq123__questions:hover {
  cursor: pointer;
}

.rcq123__questions li::before {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  font-family: 'Kapra';
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.rcq123__questions li:nth-child(1)::before {
  content: 'A.';
}

.rcq123__questions li:nth-child(2)::before {
  content: 'B.';
}

.rcq123__questions li:nth-child(3)::before {
  content: 'C.';
}

.rcq123__questions li:nth-child(4)::before {
  content: 'D.';
}

.rcq123__questions li:last-child {
  margin-bottom: 0;
}

.rcq123__1 .rcq123__questions li,
.rcq123__4 .rcq123__questions li,
.rcq123__7 .rcq123__questions li {
  background-color: #30b4e9;
}

.rcq123__2 .rcq123__questions li,
.rcq123__5 .rcq123__questions li,
.rcq123__8 .rcq123__questions li {
  background-color: #68bc46;
}

.rcq123__3 .rcq123__questions li,
.rcq123__6 .rcq123__questions li {
  background-color: #0050a4;
  color: #fff;
}

.rcq123__question--selected {
  filter: brightness(85%);
}

.rcq123__highlight-unanswered::after {
  content: 'Please answer this question';
  margin-top: 1rem;
  display: flex;
  font-weight: 700;
  color: rgb(255, 0, 129);
}

.rcq123__q1 {
  min-height: 247px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-top: -100px;
}

@media (min-width: 768px) {
  .rcq123__q1 {
    background-size: 294px 247px;
  }
}

.rcq123__q2 {
  min-height: 247px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60%;
  text-align: right;
}

@media (min-width: 768px) {
  .rcq123__q2 {
    background-size: 319px 196px;
    background-position: left center;
  }
}

.rcq123__q3 {
  min-height: 196px;
  background-position: right top 20px;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (min-width: 768px) {
  .rcq123__q3 {
    background-size: 367px 196px;
    background-position: right center;
  }
}

.rcq123__q4 {
  min-height: 232px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60%;
  text-align: right;
}

@media (min-width: 768px) {
  .rcq123__q4 {
    background-size: 354px 232px;
  }
}

.rcq123__q5 {
  min-height: 231px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (min-width: 768px) {
  .rcq123__q5 {
    background-size: 286px 231px;
    background-position: right center;
  }
}

.rcq123__q6 {
  min-height: 232px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
  text-align: right;
}

@media (min-width: 768px) {
  .rcq123__q6 {
    background-size: 300px 232px;
    background-position: left bottom;
  }
}

.rcq123__q7 {
  min-height: 244px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (min-width: 768px) {
  .rcq123__q7 {
    background-size: 300px 244px;
    background-position: right center;
  }
}

.rcq123__q8 {
  min-height: 208px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 55%;
  text-align: right;
}

@media (min-width: 768px) {
  .rcq123__q8 {
    background-size: 313px 208px;
    background-position: left center;
  }
}

.rcq123__answer {
  border-radius: 50px;
  padding: 40px 50px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #020268;
  display: none;
}

.rcq123__reveal {
  display: block;
}

.rcq123__answer-intro {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rcq123__answer-country {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rcq123__answer-destination {
  font-family: 'Kapra';
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: -10px;
}

.rcq123__answer--3 .rcq123__answer-destination {
  margin-bottom: 1rem;
}

.rcq123__answer--1 {
  background-color: #043c92;
  color: #fff;
}

.rcq123__answer--2 {
  background-color: #58b237;
}

.rcq123__answer--3 {
  background-color: #ffb8da;
}

.rcq123__answer--4 {
  background-color: #4dc1ed;
}

.rcq123__footer {
  color: #020268;
  /* padding: 2rem; */
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

.rcq123__footer p {
  margin-bottom: 2rem;
}

.rcq123__footer a {
  color: #043c92;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  .rcq123__footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.rcq123__logo {
  margin: auto;
}

.rcq123__startover {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #043c92;
}

a.rcq123__startover {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.rcq123__startover:hover {
  background-color: #4dc1ed;
}

.download_footer {
  display: flex;
  padding: 2rem 2rem;
  background-color: #30b4e9;
  justify-content: flex-end;
  align-items: center;
  width: 100%;

  color: #020268;
  text-decoration: underline;
  font-weight: bolder;
}

.download_footer > span {
  display: flex;
}

@media (max-width: 768px) {
  .download_footer {
    padding: 1.5rem 2rem;
  }
}

.initial-capital {
  font-size: 5.5rem;
  margin: 25px 0.05em 15px 0;
}

@media (width >= 768px) {
  .initial-capital {
    font-size: 8rem;
    margin: 40px 0.05em 30px 0;
  }
}

@media (width >= 1440px) {
  .initial-capital {
    font-size: 8rem;
    margin: 40px 0.05em 30px 0;
  }
}

@media (width >= 1920px) {
  .initial-capital {
    font-size: 6.5rem;
    margin: 30px 0.05em 30px 0;
  }
}

.longForm .meet-the-author-section {
  max-width: initial;
}
