           
.hbspt-form {
  box-shadow: 5px 10px 40px rgb(0 0 0 / 25%);
  border-radius: 16px;
  padding: 2em;
  background-color: #fff;
  max-width: 620px;
  margin: 0 auto;
  padding: 32px;
  font-size: 1em;
  font-family: 'Open Sans', Segoe UI, sans-serif;
  color: #333;
}
.hbspt-form iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hbspt-form .hs-form-field > label {
  line-height: 1.2em;
  padding-top: 0.3em;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 5px;
  color: #333;
}
.hbspt-form .hs-form-field {
  margin: 0 1% 25px !important;
}
.hbspt-form h1 {
  padding: 0;
  color: #003356;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 1% 25px !important;
  padding-top: 25px !important;
  text-align: center;
}
.hbspt-form p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
}
.hbspt-form .hs-form-required {
  color: #bf0000;
  padding-left: 5px;
}
.hbspt-form .hs-error-msgs li {
  line-height: 32px;
}
.hbspt-form .hs-form-field, .hbspt-form input[type=url], .hbspt-form input[type=text], .hbspt-form input[type=date], .hbspt-form input[type=tel], .hbspt-form input[type=email], .hbspt-form input[type=number], .hbspt-form textarea, .hbspt-form select, .hbspt-form .hs-error-msgs {
  width: 100%;
}
.hbspt-form .hs-error-msgs {
  margin: 0;
  padding: 0;
}
.hbspt-form .hs-error-msgs li {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.hbspt-form .hs-error-msgs li::before {
  content: '';
  display: inline-block;
  background: url('https://more.ets.org/rs/709-ZCO-379/images/caution_symbol.png') no-repeat center;
  background-size: contain;
  width: 10px;
  height: 32px;
  margin-right: 4px;
}
.hbspt-form select {
  background: #d7d7d7;
  color: #333;
}
.hbspt-form input[type=url].error, .hbspt-form input[type=text].error, .hbspt-form input[type=date].error, .hbspt-form input[type=tel].error, .hbspt-form input[type=email].error, .hbspt-form input[type=number].error, .hbspt-form input[type=checkbox].error, .hbspt-form textarea.error, .hbspt-form select.error {
  border: 1px solid #c30;
}
.hbspt-form .hs-error-msgs label {
  color: #c30;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.hbspt-form input[type=url], .hbspt-form input[type=text], .hbspt-form input[type=date], .hbspt-form input[type=tel], .hbspt-form input[type=email], .hbspt-form input[type=number], .hbspt-form textarea, .hbspt-form select {
  height: auto;
  min-height: 39px;
  border: 1px solid #000;
  color: #000;
  font-size: 1em;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hbspt-form textarea {
  min-height: 75px;
}
.hbspt-form input[type=text]:hover, .hbspt-form input[type=url]:hover, .hbspt-form input[type=email]:hover, .hbspt-form input[type=tel]:hover, .hbspt-form input[type=number]:hover, .hbspt-form input[type=date]:hover, .hbspt-form select:hover, .hbspt-form textarea:hover {
  box-shadow: 0 0 0 2px #3072be;
  border: 1px solid #fff;
}
.hbspt-form input[type=text]:focus, .hbspt-form input[type=url]:focus, .hbspt-form input[type=email]:focus, .hbspt-form input[type=tel]:focus, .hbspt-form input[type=number]:focus, .hbspt-form input[type=date]:focus, .hbspt-form select:focus, .hbspt-form textarea:focus {
  box-shadow: 0 0 0 2px #3072be;
  width: 100%;
  background-color: #d8eaff;
  border: 1px solid #fff;
}
.hbspt-form option {
  background-color: #fff;
}
.hbspt-form input[type=text]:active, .hbspt-form input[type=url]:active, .hbspt-form input[type=email]:active, .hbspt-form input[type=tel]:active, .hbspt-form input[type=number]:active, .hbspt-form input[type=date]:active, .hbspt-form select:active, .hbspt-form textarea:active {
  box-shadow: 0 0 0 2px #3072be;
  width: 100%;
  border: 1px solid #fff;
}
.hbspt-form ::-webkit-input-placeholder {
  color: #808285;
}
.hbspt-form :-moz-placeholder {
  color: #808285;
}
.hbspt-form ::-moz-placeholder {
  color: #808285;
}
.hbspt-form :-ms-input-placeholder {
  color: #808285;
}
.hbspt-form select {
  background: none;
  appearance: none;
}
.hbspt-form .hs-input {
  padding: 2px 3px;
}
.hbspt-form select.hs-input {
  background: transparent url('https://more.ets.org/rs/709-ZCO-379/images/ETS-DownArrow.png') no-repeat 98% center;
  background-size: 15px;
  color: #808285;
}
.hbspt-form select.hs-input:focus {
  background-color: #d8eaff;
}
.hbspt-form .hs-button {
  background: #fff;
  color: #003356;
  border: 2px solid #003356;
  padding: 10px 20px;
  border-radius: 23px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin: 0 1% 25px !important;
  cursor: pointer;
}
.hbspt-form .hs-button:hover {
  background: #003356;
  border: 2px solid #003356;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.hbspt-form .hs-button:focus {
  background: #fff;
  border: 2px solid #003356;
  outline: 4px solid #3072be;
  color: #003356;
}
.hbspt-form .hs-button:active {
  background: #003356;
  border: 2px solid #003356;
  outline: 4px solid #3072be;
  color: #fff;
}
.hbspt-form .hs-button:disabled {
  background: #fff;
  color: #5a7b9f;
  border: 1px solid #a1b7cf;
  cursor: auto;
}
.hbspt-form ul {
  padding: 0 !important;
}
.hbspt-form .hs-form-booleancheckbox {
  padding: 0.3em;
  padding-left: 10px;
  border: 2px solid transparent;
  list-style: none;
}
.hbspt-form .hs-form-booleancheckbox label, .hbspt-form .hs-form-booleancheckbox input {
  cursor: pointer;
}
.hbspt-form .hs-form-booleancheckbox span {
  padding: 10px;
  margin-left: 2.5em !important;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  margin-right: 5px;
  line-height: 1.2em;
}
.hbspt-form .hs-form-booleancheckbox span p {
  position: relative;
  font-size: 16px;
  color: #151515;
  font-weight: 400;
  line-height: 24px;
}
.hbspt-form .hs-form-booleancheckbox:hover {
  background-color: #d8eaff;
  border-radius: 12px;
  border: 2px solid #3072be;
  color: #003082;
  vertical-align: middle;
}
.hbspt-form .hs-input[type="checkbox"] {
  appearance: none;
  outline: 0;
  background: #fff;
  height: 24px;
  width: 24px;
  border: 1px solid #3072be;
  color: white;
  border-radius: 4px;
  padding: 0px;
  margin-top: 17px;
  margin-left: 12px;
  content: url('https://www.ets.org/content/dam/ets-org/icons/commons/checkbox_unchecked.svg');
}
.hbspt-form .hs-input[type="checkbox"]:checked {
  content: url('https://www.ets.org/content/dam/ets-org/icons/commons/checkbox_checked.svg');
  color: white;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .hbspt-form .hs-form-field > label {
    font-size: 14px;
    line-height: 16.8px;
  }
  .hbspt-form .hs-error-msgs li::before {
    height: 28px;
  }
}

.theme-gre .hbspt-form .hs-button {
  background: #630f54;
  color: #fff;
  border: 2px solid #630f54;
  padding: 10px 20px;
  margin-top: 0px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}
.theme-gre .hbspt-form .hs-button:hover {
  background: #38002e;
  color: #fff;
  border: 2px solid #38002e;
  transition: all 0.4s ease 0s;
}
.theme-gre .hbspt-form .hs-button:focus {
  background: #fff;
  color: #630f54;
  border: 2px solid #630f54;
  outline: 4px solid #38002e;
}
.theme-gre .hbspt-form .hs-button:active {
  box-shadow: 0 0 0 2px #630f54;
  background: #630f54;
  color: #fff;
  border: 2px solid #630f54;
  outline: 4px solid #38002e;
}

.theme-toefl .hbspt-form .hs-richtext {
  margin: 0 1% 25px;
}
.theme-toefl .hbspt-form .hs-richtext p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding-top: 25px;
}
.theme-toefl .hbspt-form .hs-form-booleancheckbox span {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.theme-toefl .hbspt-form .hs-input[type=checkbox] {
  border-color: #151515;
  float: left;
}
.theme-toefl .hbspt-form .hs-button {
  background: #343579;
  color: #fff;
  background-image: none;
  border-radius: 0px;
  border: 1px solid #343579;
  transition: none;
}
.theme-toefl .hbspt-form .hs-button:hover {
  border: 1px solid #343579;
  box-shadow: inset 0 0 0 1px #343579;
  background: none;
  background-color: transparent;
  color: #343579;
}
.theme-toefl .hbspt-form .hs-button:focus {
  outline: 2px solid #343579;
  outline-offset: 2px;
  background: #343579;
  color: #fff;
}
.theme-toefl .hbspt-form .hs-button:active {
  background: none;
  background-color: transparent;
  color: #343579;
  background-image: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #343579;
  box-shadow: inset 0 0 0 1px #343579;
}




.gre-quiz-section .hbspt-form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0;
}
.gre-quiz-section .hbspt-form input {
  border: 0;
  border-bottom: 2px solid #da4727;
  border-radius: 0;
  padding: 8px 12px;
}
.gre-quiz-section .hbspt-form legend {
  margin-bottom: 0;
}
.gre-quiz-section .hbspt-form input[type=checkbox] {
  border-color: #000;
  border-radius: 0;
  margin-left: 0;
  margin-top: 0;
  content: none;
}
.gre-quiz-section .hbspt-form .hs-form-booleancheckbox {
  padding: 0;
  border: none;
  margin-top: 20px;
  label {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
  }
}
.gre-quiz-section .hbspt-form .hs-form-booleancheckbox:hover {
  background-color: transparent;
  border-radius: 0;
  color: #333;
  border: none;
}

.gre-quiz-section .hbspt-form .hs-form-booleancheckbox span {
  padding: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0 !important;
}
.gre-quiz-section .hbspt-form .hs-richtext.hs-main-font-element p {
  font-size: 14px !important;
}
.gre-quiz-section .hbspt-form .hs-form-booleancheckbox span p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}
.gre-quiz-section .hbspt-form input[type="checkbox"]:checked {
  content: none;
  border-radius: 0;
  background-color: #fff;
}
.gre-quiz-section .hbspt-form input[type="checkbox"]:checked::after {
  content: ' ';
  position: relative;
  display: block;
  left: 32%;
  top: 10%;
  width: 35%;
  height: 60%;
  border: solid #fff;
  border-width: 0px 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 1px;
  border-color: #000;
}
.gre-quiz-section .hbspt-form .hs-submit {
  padding-top: 40px;
}
.gre-quiz-section .hbspt-form .hs-button {
  background: #da4727;
  border: 2px solid #da4727;
  border-radius: 0;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 1.5rem;
  width: 100%;
}
.gre-quiz-section .hbspt-form .hs-button:hover {
  background: #fff;
  color: #da4727;
}
.gre-quiz-section .hbspt-form .hs-button:focus-visible {
  box-shadow: 0 0 0 4px #1a212b;
  outline: 2px solid #fff;
  outline-offset: 0;
}
.gre-quiz-section {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: inherit;
  margin: 0;
  --tw-bg-opacity: 1;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(244, 234, 229, var(--tw-bg-opacity));
}

.gre-quiz-section *,
.gre-quiz-section :after,
.gre-quiz-section :before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
.gre-quiz-section :after,
.gre-quiz-section :before {
  --tw-content: "" ;
}
.gre-quiz-section hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
.gre-quiz-section abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.gre-quiz-section h1,
.gre-quiz-section h2,
.gre-quiz-section h3,
.gre-quiz-section h4,
.gre-quiz-section h5,
.gre-quiz-section h6 {
  font-size: inherit;
  font-weight: inherit;
}
.gre-quiz-section a {
  color: inherit;
  text-decoration: inherit;
}
.gre-quiz-section b,
.gre-quiz-section strong {
  font-weight: bolder;
}
.gre-quiz-section code,
.gre-quiz-section kbd,
.gre-quiz-section pre,
.gre-quiz-section samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
.gre-quiz-section small {
  font-size: 80%;
}
.gre-quiz-section sub,
.gre-quiz-section sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.gre-quiz-section sub {
  bottom: -0.25em;
}
.gre-quiz-section sup {
  top: -0.5em;
}
.gre-quiz-section table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
.gre-quiz-section button,
.gre-quiz-section input,
.gre-quiz-section optgroup,
.gre-quiz-section select,
.gre-quiz-section textarea {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.gre-quiz-section button,
.gre-quiz-section select {
  text-transform: none;
}
.gre-quiz-section [type=button],
.gre-quiz-section [type=reset],
.gre-quiz-section [type=submit],
.gre-quiz-section button {
  background-color: transparent;
  background-image: none;
}
.gre-quiz-section :-moz-focusring {
  outline: auto;
}
.gre-quiz-section :-moz-ui-invalid {
  box-shadow: none;
}
.gre-quiz-section progress {
  vertical-align: baseline;
}
.gre-quiz-section ::-webkit-inner-spin-button,
.gre-quiz-section ::-webkit-outer-spin-button {
  height: auto;
}
.gre-quiz-section [type=search] {
  outline-offset: -2px;
}
.gre-quiz-section ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.gre-quiz-section ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.gre-quiz-section summary {
  display: list-item;
}
.gre-quiz-section blockquote,
.gre-quiz-section dd,
.gre-quiz-section dl,
.gre-quiz-section fieldset,
.gre-quiz-section figure,
.gre-quiz-section h1,
.gre-quiz-section h2,
.gre-quiz-section h3,
.gre-quiz-section h4,
.gre-quiz-section h5,
.gre-quiz-section h6,
.gre-quiz-section hr,
.gre-quiz-section p,
.gre-quiz-section pre {
  margin: 0;
}
.gre-quiz-section legend {
  padding: 0;
}
.gre-quiz-section menu,
.gre-quiz-section ol,
.gre-quiz-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gre-quiz-section dialog {
  padding: 0;
}
.gre-quiz-section textarea {
  resize: vertical;
}
.gre-quiz-section input::-moz-placeholder,
.gre-quiz-section textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.gre-quiz-section input::placeholder,
.gre-quiz-section textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.gre-quiz-section [role=button],
.gre-quiz-section button {
  cursor: pointer;
}
.gre-quiz-section :disabled {
  cursor: default;
}
.gre-quiz-section audio,
.gre-quiz-section canvas,
.gre-quiz-section embed,
.gre-quiz-section iframe,
.gre-quiz-section img,
.gre-quiz-section object,
.gre-quiz-section svg,
.gre-quiz-section video {
  display: block;
  vertical-align: middle;
}
.gre-quiz-section img,
.gre-quiz-section video {
  height: auto;
  max-width: 100%;
}
.gre-quiz-section [hidden] {
  display: none;
}
.gre-quiz-section *,
.gre-quiz-section :after,
.gre-quiz-section :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.gre-quiz-section ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.gre-quiz-section .quiz-container {
  width: 100%;
}
@media (min-width: 640px) {
  .gre-quiz-section .quiz-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .gre-quiz-section .quiz-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .gre-quiz-section .quiz-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .gre-quiz-section .quiz-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .gre-quiz-section .quiz-container {
    max-width: 1536px;
  }
}
.gre-quiz-section .button,
.gre-quiz-section button {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(218, 71, 39, var(--tw-bg-opacity));
  border-color: rgba(218, 71, 39, var(--tw-border-opacity));
  border-width: 2px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1.5rem;
}
.gre-quiz-section .button:hover,
.gre-quiz-section button:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #FFF;
  color: rgba(218, 71, 39, var(--tw-text-opacity));
}
.gre-quiz-section .button.blue,
.gre-quiz-section button.blue {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(222, 236, 252, var(--tw-bg-opacity)) !important;
  border-color: rgba(222, 236, 252, var(--tw-border-opacity)) !important;
  color: rgba(100, 14, 84, var(--tw-text-opacity)) !important;
}
.gre-quiz-section .button.blue:hover,
.gre-quiz-section button.blue:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(100, 14, 84, var(--tw-bg-opacity)) !important;
    border-color: rgb(100, 14, 84, var(--tw-border-opacity)) !important;
    color: rgb(222, 236, 252, var(--tw-text-opacity)) !important;
}
.gre-quiz-section .button.inline,
.gre-quiz-section button.inline {
  display: inline;
}
.gre-quiz-section .quiz-container {
  max-width: 72rem;
  width: 91.666667%;
}
.gre-quiz-section fieldset {
  border: 0;
  padding: 0;
}
.gre-quiz-section fieldset.wrong-answered .answer-explanation * {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.gre-quiz-section math {
  display: inline math;
}
.gre-quiz-section span[aria-hidden=true] {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.gre-quiz-section input:focus,
.gre-quiz-section label:focus {
  outline: 2px solid #000;
}
.gre-quiz-section .show-results input,
.gre-quiz-section .show-results label {
  pointer-events: none;
}
.gre-quiz-section .math .input-wrapper {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .gre-quiz-section .quiz-wrapper legend,
.gre-quiz-section legend {
    margin-bottom: 1rem;
  }
}
.gre-quiz-section .quiz-wrapper legend,
.gre-quiz-section legend {
  display: block !important;
}
.gre-quiz-section .input-wrapper {
  margin-bottom: 1rem;
  position: relative;
}
.gre-quiz-section .input-wrapper label {
  line-height: 1;
}
.gre-quiz-section .input-wrapper label:before {
  --tw-border-opacity: 1;
  appearance: none;
  background-color: transparent;
  border-color: rgb(218, 71, 39);
  border-radius: 50%;
  border-width: 2px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.gre-quiz-section .checkboxes .input-wrapper label:before {
  border-radius: 0;
}
.gre-quiz-section .input-wrapper input:checked + label:before {
  background-image: url(clientlib-gre-quiz/resources/orange-circle.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
.gre-quiz-section .checkboxes .input-wrapper input:checked + label:before {
  background-image: url(clientlib-gre-quiz/resources/orange-square.svg);
}
.gre-quiz-section .input-wrapper.wrong input:checked + label:before {
  --tw-bg-opacity: 1 ;
}
.gre-quiz-section .input-wrapper.wrong input:checked + label:before,
.gre-quiz-section .input-wrapper.wrong label:before {
  background-color: rgba(100, 14, 84, var(--tw-bg-opacity));
  background-image: url(clientlib-gre-quiz/resources/purple-wrong.svg);
  background-size: cover;
}
.gre-quiz-section .input-wrapper.wrong label:before {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgba(100, 14, 84, var(--tw-border-opacity));
}
.gre-quiz-section .input-wrapper.correct input + label:before,
.gre-quiz-section .input-wrapper.correct input:checked + label:before,
.gre-quiz-section .input-wrapper.correct.wrong input + label:before,
.gre-quiz-section .input-wrapper.correct.wrong input:checked + label:before {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 71, 39, var(--tw-bg-opacity));
  background-image: url(clientlib-gre-quiz/resources/orange-correct.svg);
  background-size: cover;
  border-color: rgba(218, 71, 39, var(--tw-border-opacity));
}
.gre-quiz-section .input-wrapper input {
  border: 0;
  cursor: pointer;
  height: 0;
  left: 0;
  margin-bottom: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
.gre-quiz-section .input-wrapper input:focus + label:before {
  --tw-bg-opacity: 0.3;
  background-color: rgba(218, 71, 39, var(--tw-bg-opacity));
}
.gre-quiz-section .input-wrapper input:checked:focus + label:before {
  background-color: transparent;
}
.gre-quiz-section .quiz-wrapper button {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(218, 71, 39, var(--tw-bg-opacity));
  border-color: rgba(218, 71, 39, var(--tw-border-opacity));
  border-width: 2px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1.5rem;
}
.gre-quiz-section .quiz-wrapper button:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #FFF;
  color: rgba(218, 71, 39, var(--tw-text-opacity));
}
.gre-quiz-section .quiz-wrapper button:disabled {
  opacity: 0.5;
}
.gre-quiz-section .intro-block,
.gre-quiz-section .quiz-wrapper {
  padding: 3rem 0;
  align-items: center;
  display: flex;
  min-height: calc(100vh - 150px);
  width: 100%;
}
@media (min-width: 768px) {
  .gre-quiz-section .intro-block,
.gre-quiz-section .quiz-wrapper {
    min-height: calc(100vh - 163px);
  }
}
.gre-quiz-section .question-container {
  align-items: stretch;
}
@media (min-width: 768px) {
  .gre-quiz-section .question-container {
    display: flex;
    min-height: 75vh;
  }
}
.gre-quiz-section .quiz-question {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 236, 252, var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .gre-quiz-section .quiz-question {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .gre-quiz-section .quiz-question {
    width: 40%;
  }
}
.gre-quiz-section .quiz-question legend {
  padding: 1rem;
}
@media (min-width: 768px) {
  .gre-quiz-section .quiz-question legend {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .gre-quiz-section .quiz-question legend {
    padding: 2.5rem;
  }
}
.gre-quiz-section .quiz-options {
  --tw-bg-opacity: 1;
  background-color: #FFF;
  padding: 1rem;
}
@media (min-width: 768px) {
  .gre-quiz-section .quiz-options {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 1.5rem;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .gre-quiz-section .quiz-options {
    padding: 2.5rem;
    width: 60%;
  }
}
.gre-quiz-section .question-number {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(100, 14, 84, var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .gre-quiz-section .question-number {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .gre-quiz-section .question-number {
    padding: 2.5rem;
  }
}
.gre-quiz-section .question-number__image {
  margin-right: 1rem;
  width: 3rem;
}
@media (min-width: 768px) {
  .gre-quiz-section .question-number__image {
    margin-right: 1.5rem;
    width: 4rem;
  }
}
.gre-quiz-section .question-number__copy {
  --tw-text-opacity: 1;
  color: rgba(244, 234, 229, var(--tw-text-opacity));
  font-weight: 700;
}
.gre-quiz-section .question-number__text {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .gre-quiz-section .question-number__text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.gre-quiz-section .question-number__count {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .gre-quiz-section .question-number__count {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.gre-quiz-section .question-label {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.gre-quiz-section .error-message {
  display: none;
  padding-top: 1rem;
  text-align: center;
}
.gre-quiz-section button.download-answers-button,
.gre-quiz-section button.quiz-prev {
  display: none;
}
.gre-quiz-section .answer-explanation {
  display: none;
  margin-top: 1.25rem;
}
.gre-quiz-section .explainations-copy {
  display: none;
  margin-bottom: 1.5rem;
}
.gre-quiz-section .results-cta {
  display: none;
}
.gre-quiz-section .show-results .results-cta {
  display: flex;
}
.gre-quiz-section .show-results .explainations-copy {
  display: block;
}
.gre-quiz-section .show-results .error-message,
.gre-quiz-section .show-results .question-label {
  display: none;
}
.gre-quiz-section .show-results .answer-explanation {
  display: block;
}
.gre-quiz-section .show-results .input-wrapper {
  opacity: 0.4;
}
.gre-quiz-section .show-results .input-wrapper.correct,
.gre-quiz-section .show-results .input-wrapper.wrong {
  opacity: 1;
}
.gre-quiz-section .show-results button.download-answers-button,
.gre-quiz-section .show-results button.quiz-prev {
  display: block;
}
.gre-quiz-section .contact-form input {
  --tw-border-opacity: 1;
  border-bottom-width: 2px;
  border-color: rgba(218, 71, 39, var(--tw-border-opacity));
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 100%;
}
.gre-quiz-section .answer-results img {
  width: 1.5rem;
}
.gre-quiz-section .answer-results .correct,
.gre-quiz-section .answer-results .wrong {
  height: 1.5rem;
  width: 1.5rem;
}
.gre-quiz-section .answer-results .correct {
  background-image: url(clientlib-gre-quiz/resources/orange-correct.svg);
  background-size: cover;
}
.gre-quiz-section .answer-results .wrong {
  background-image: url(clientlib-gre-quiz/resources/purple-wrong.svg);
  background-size: cover;
}
.gre-quiz-section form.mktoForm {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .gre-quiz-section form.mktoForm {
    width: 66% !important;
  }
}
.gre-quiz-section form.mktoForm label {
  font-weight: 700 !important;
}
.gre-quiz-section form.mktoForm .mktoAsterix {
  display: none !important;
}
.gre-quiz-section form.mktoForm input[type=email],
.gre-quiz-section form.mktoForm input[type=text] {
  border: 0 !important;
  border-bottom: 2px solid #da4727 !important;
  border-radius: 0 !important;
  padding: 0.5rem 0.75rem !important;
}
.gre-quiz-section form.mktoForm input[type=email].mktoField:hover,
.gre-quiz-section form.mktoForm input[type=text].mktoField:hover {
  border-bottom: 2px solid #da4727 !important;
  box-shadow: none !important;
}
.gre-quiz-section form.mktoForm .mktoErrorMsg {
  margin-bottom: 0.5rem !important;
}
.gre-quiz-section form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(218, 71, 39, var(--tw-bg-opacity));
  border-color: rgba(218, 71, 39, var(--tw-border-opacity));
  border-width: 2px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1.5rem;
}
.gre-quiz-section form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #FFF;
  color: rgb(218, 71, 39);
}
.gre-quiz-section form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: #da4727 !important;
  border: 2px solid #da4727 !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: block !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0.5rem 1.5rem !important;
  width: 100% !important;
}
.gre-quiz-section form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #fff !important;
  color: #da4727 !important;
}
.gre-quiz-section form.mktoForm input[type=checkbox]:checked {
  background-color: #fff !important;
}
.gre-quiz-section form.mktoForm input[type=checkbox]:after {
  border-color: #fff !important;
}
.gre-quiz-section form.mktoForm input[type=checkbox]:checked:after {
  border-color: #000 !important;
}
.gre-quiz-section form.mktoForm input[type=checkbox] {
  border-color: #000 !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.gre-quiz-section form.mktoForm input[type=checkbox] + label {
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.gre-quiz-section .mktoCheckboxList label {
  font-weight: 400 !important;
}
.gre-quiz-section .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoValid {
  border: 0 !important;
  padding: 0 !important;
}
.gre-quiz-section .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoValid:hover {
  background-color: transparent !important;
  border: 0 !important;
}
.gre-quiz-section .fixed {
  position: fixed;
}
.gre-quiz-section .left-0 {
  left: 0;
}
.gre-quiz-section .top-0 {
  top: 0;
}
.gre-quiz-section .z-10 {
  z-index: 10;
}
.gre-quiz-section .m-1 {
  margin: 0.25rem;
}
.gre-quiz-section .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.gre-quiz-section .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.gre-quiz-section .my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.gre-quiz-section .my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.gre-quiz-section .my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.gre-quiz-section .mb-10 {
  margin-bottom: 2.5rem;
}
.gre-quiz-section .mb-2 {
  margin-bottom: 0.5rem;
}
.gre-quiz-section .mb-4 {
  margin-bottom: 1rem;
}
.gre-quiz-section .mb-5 {
  margin-bottom: 1.25rem;
}
.gre-quiz-section .mb-6 {
  margin-bottom: 1.5rem;
}
.gre-quiz-section .mb-8 {
  margin-bottom: 2rem;
}
.gre-quiz-section .ml-2 {
  margin-left: 0.5rem;
}
.gre-quiz-section .ml-3 {
  margin-left: 0.75rem;
}
.gre-quiz-section .mt-10 {
  margin-top: 2.5rem;
}
.gre-quiz-section .mt-2 {
  margin-top: 0.5rem;
}
.gre-quiz-section .mt-6 {
  margin-top: 1.5rem;
}
.gre-quiz-section .block {
  display: block;
}
.gre-quiz-section .inline {
  display: inline;
}
.gre-quiz-section .flex {
  display: flex;
}
.gre-quiz-section .hidden {
  display: none;
}
.gre-quiz-section .h-\[100px\] {
  height: 100px;
}
.gre-quiz-section .w-11\/12 {
  width: 91.666667%;
}
.gre-quiz-section .w-20 {
  width: 5rem;
}
.gre-quiz-section .w-24 {
  width: 6rem;
}
.gre-quiz-section .w-28 {
  width: 7rem;
}
.gre-quiz-section .w-36 {
  width: 9rem;
}
.gre-quiz-section .w-48 {
  width: 12rem;
}
.gre-quiz-section .w-8 {
  width: 2rem;
}
.gre-quiz-section .w-full {
  width: 100%;
}
.gre-quiz-section .max-w-4xl {
  max-width: 56rem;
}
.gre-quiz-section .max-w-6xl {
  max-width: 72rem;
}
.gre-quiz-section .max-w-\[8rem\] {
  max-width: 8rem;
}
.gre-quiz-section .max-w-lg {
  max-width: 32rem;
}
.gre-quiz-section .max-w-xs {
  max-width: 20rem;
}
.gre-quiz-section .flex-col {
  flex-direction: column;
}
.gre-quiz-section .items-end {
  align-items: flex-end;
}
.gre-quiz-section .items-center {
  align-items: center;
}
.gre-quiz-section .justify-center {
  justify-content: center;
}
.gre-quiz-section .justify-between {
  justify-content: space-between;
}
.gre-quiz-section .gap-2 {
  gap: 0.5rem;
}
.gre-quiz-section .gap-4 {
  gap: 1rem;
}
.gre-quiz-section .gap-6 {
  gap: 1.5rem;
}
.gre-quiz-section .gap-8 {
  gap: 2rem;
}
.gre-quiz-section .border-2 {
  border-width: 2px;
}
.gre-quiz-section .border-b-2 {
  border-bottom-width: 2px;
}
.gre-quiz-section .border-orange {
  --tw-border-opacity: 1;
  border-color: rgba(218, 71, 39, var(--tw-border-opacity));
}
.gre-quiz-section .border-purple {
  --tw-border-opacity: 1;
  border-color: rgba(100, 14, 84, var(--tw-border-opacity));
}
.gre-quiz-section .bg-white {
  --tw-bg-opacity: 1;
  background-color: #FFF;
}
.gre-quiz-section .p-0 {
  padding: 0;
}
.gre-quiz-section .p-4 {
  padding: 1rem;
}
.gre-quiz-section .p-6 {
  padding: 1.5rem;
}
.gre-quiz-section .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gre-quiz-section .py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.gre-quiz-section .text-center {
  text-align: center;
}
.gre-quiz-section .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.gre-quiz-section .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.gre-quiz-section .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.gre-quiz-section .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.gre-quiz-section .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.gre-quiz-section .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.gre-quiz-section .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.gre-quiz-section .font-bold {
  font-weight: 700;
}
.gre-quiz-section .leading-none {
  line-height: 1;
}
.gre-quiz-section .text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.gre-quiz-section .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 640px) {
  .gre-quiz-section .sm\:m-2 {
    margin: 0.5rem;
  }
  .gre-quiz-section .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .gre-quiz-section .sm\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 768px) {
  .gre-quiz-section .md\:my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .gre-quiz-section .md\:mb-0 {
    margin-bottom: 0;
  }
  .gre-quiz-section .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .gre-quiz-section .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .gre-quiz-section .md\:mt-16 {
    margin-top: 4rem;
  }
  .gre-quiz-section .md\:flex {
    display: flex;
  }
  .gre-quiz-section .md\:w-1\/3 {
    width: 33.333333%;
  }
  .gre-quiz-section .md\:w-2\/3 {
    width: 66.666667%;
  }
  .gre-quiz-section .md\:w-32 {
    width: 8rem;
  }
  .gre-quiz-section .md\:flex-row {
    flex-direction: row;
  }
  .gre-quiz-section .md\:gap-10 {
    gap: 2.5rem;
  }
  .gre-quiz-section .md\:p-10 {
    padding: 2.5rem;
  }
  .gre-quiz-section .md\:p-6 {
    padding: 1.5rem;
  }
  .gre-quiz-section .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .gre-quiz-section .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .gre-quiz-section .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .gre-quiz-section .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .gre-quiz-section .lg\:mb-0 {
    margin-bottom: 0;
  }
  .gre-quiz-section .lg\:mt-20 {
    margin-top: 5rem;
  }
  .gre-quiz-section .lg\:flex {
    display: flex;
  }
  .gre-quiz-section .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .gre-quiz-section .lg\:w-3\/12 {
    width: 25%;
  }
  .gre-quiz-section .lg\:w-48 {
    width: 12rem;
  }
  .gre-quiz-section .lg\:flex-row {
    flex-direction: row;
  }
  .gre-quiz-section .lg\:items-start {
    align-items: flex-start;
  }
  .gre-quiz-section .lg\:justify-between {
    justify-content: space-between;
  }
  .gre-quiz-section .lg\:gap-10 {
    gap: 2.5rem;
  }
  .gre-quiz-section .lg\:p-10 {
    padding: 2.5rem;
  }
  .gre-quiz-section .lg\:p-16 {
    padding: 4rem;
  }
  .gre-quiz-section .lg\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .gre-quiz-section .lg\:text-left {
    text-align: left;
  }
}