.input__v4DRM {
  --font-size: var(--default-font-size);

  border-radius: var(--input-default-border-radius);
  border: 0.0625rem solid var(--gray);
  box-sizing: border-box;
  font-family: var(--default-font-family);
  font-size: var(--font-size);
  padding: 0.5rem;
}

  .input__v4DRM::-moz-placeholder {
    font-family: var(--default-font-family);
    font-size: var(--font-size);
  }

  .input__v4DRM::placeholder {
    font-family: var(--default-font-family);
    font-size: var(--font-size);
  }

  .input__v4DRM:disabled {
    background: var(--lightest-gray);
    border: 0.0625rem dashed var(--gray);
  }

.compact__X0ECP {
  --font-size: 0.875rem;

  padding: 0.25rem 0.375rem;
}

.withStartAdornment__KBOo1 {
  position: relative;
}

.withStartAdornment__KBOo1 .input__v4DRM {
    margin-top: 0;
    padding-left: 1.75rem;
    width: 100%;
  }

.withStartAdornment__KBOo1 .adornment__yHA99 {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    left: 0.375rem;
    min-width: 0.9375rem;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    top: 0;
  }

.withStartAdornment__KBOo1.outlined__xTUm2 .input__v4DRM {
      padding-left: 2.25rem;
    }

.withStartAdornment__KBOo1.outlined__xTUm2 .adornment__yHA99 {
      border-radius: 0.5rem;
      border: 0.0625rem solid var(--light-gray);
      height: 74%;
      left: 0.25rem;
      padding: 0 0.1875rem;
      top: 0.25rem;
    }

.leftMenu__rx8BK {
  --menu-tertiary-color: #364253;

  background-color: var(--primary);
  border-top: 0.0625rem solid var(--menu-tertiary-color);
  box-sizing: border-box;
  font-size: 0.875rem;
  height: 100%;
  padding-top: 1rem;
}

  @media (max-width: 768px) {.leftMenu__rx8BK {
    display: none
}
  }

  @media print {.leftMenu__rx8BK {
    display: none
}
  }

.number__ygkD7 {
  background-color: var(--menu-tertiary-color);
  border-radius: 50%;
  color: var(--gray);
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin-left: -0.25rem;
  margin-right: 0.5rem;
  text-align: center;
  transition: background-color linear 300ms;
  width: 1.375rem;
}

.number__ygkD7:after {
    display: none;
  }

.item__sSWSe {
  align-items: center;
  display: flex;
  min-width: 11.625rem;
}

.item__sSWSe svg {
    color: var(--tertiary);
    margin-right: 0.625rem;
  }

.item__sSWSe .link__qj1Gi {
    align-items: center;
    color: var(--light-gray);
    display: flex;
    flex-grow: 1;
    font-family: var(--default-font-family);
    justify-content: flex-start;
    line-height: 1rem;
    padding: 0.625rem 1.625rem 0.625rem 1.25rem;
    text-align: left;
    white-space: nowrap;
  }

.item__sSWSe .link__qj1Gi:focus-within {
      text-decoration: none;
    }

.item__sSWSe.current__r_98o .link__qj1Gi, .item__sSWSe:hover .link__qj1Gi {
      font-family: var(--default-medium-font-family);
      color: var(--white);
    }

.item__sSWSe.current__r_98o .number__ygkD7, .item__sSWSe:hover .number__ygkD7 {
      background-color: var(--secondary);
      color: var(--dark-navy);
      font-family: var(--default-font-family);
    }

.skeletonItem__mmbmm {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  min-width: 11.625rem;
  padding: 0.625rem 0.9375rem 0.625rem 1.25rem;
}

.skeletonItem__mmbmm .MuiSkeleton-root {
    background-color: var(--navy);
  }

span.skeleton__expJ3 {
  background-color: rgba(100, 100, 100, 0.11);
  height: 100%;
}

  span.skeleton__expJ3 + .img__ItspQ {
    visibility: hidden;
    width: 0;
  }

.header__Qp5xk {
  align-items: center;
  background-color: var(--primary);
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 8;
}

  @media print {.header__Qp5xk {
    display: none
}
  }

.logo__Kmtwb {
  box-sizing: border-box;
  flex: 0;
  height: 3.625rem;
  margin-left: 0.5rem;
  padding: 0.6875rem;
}

.logo__Kmtwb a {
    display: inline-block;
    height: 100%;
    line-height: 0;
    vertical-align: middle;
  }

.logo__Kmtwb a svg, .logo__Kmtwb a img {
      color: var(--white);
      height: 100%;
    }

.content__C16NV {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  place-content: space-between;
}

span.mobileTestName__O7zG8 {
  border-bottom: 0.0625rem solid var(--light-gray);
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin: 0.5rem 0.625rem 0;
  padding-bottom: 0.5rem;
  font-family: var(--default-font-family), sans-serif;
}

.reactHeader span.mobileTestName__O7zG8 {
  font-weight: normal;
}

.onboardingPage span.mobileTestName__O7zG8 {
  display: none;
}

a.menuLink__J4ez3 {
  color: var(--white);
  font-size: inherit;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.stringChildren__iCzxY, a.menuLink__J4ez3 > * {
  position: relative;
}

.stringChildren__iCzxY:after, a.menuLink__J4ez3 > *:after {
    background-color: transparent;
    bottom: -0.1875rem;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    transition: background-color linear 100ms;
    width: 100%;
  }

.stringChildren__iCzxY:hover:after,
.menuLink__J4ez3:hover > *:after {
  background-color: var(--white);
}

.stringChildren__iCzxY.active__Pk9YJ:after,
.menuLink__J4ez3.active__Pk9YJ > *:after {
  background-color: var(--tertiary);
}

.headerContent__RcFpS {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding-right: 1.25rem;
}

.headerContent__RcFpS + .menu__Y9NSj {
  color: var(--white);
  margin-right: 1.25rem;
}

.rightContent__DiC_I {
  display: inline-flex;
  gap: 1.25rem;
  margin-left: auto;
}

.rightContent__DiC_I a {
    align-self: center;
  }

a.menuLink__lvPtJ, .menu__Y9NSj button {
  font-size: 0.875rem;
}

.onboardingPage .headerContent__RcFpS {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .rightContent__DiC_I {
    display: none;
  }
}

.linkGroup__CmHuQ {
  margin-left: auto;
  margin-right: 1.25rem;
}

  .linkGroup__CmHuQ a {
    color: var(--lighter-gray);
    font-size: 0.75rem;
    text-decoration: none;
  }

  .linkGroup__CmHuQ a:hover {
      text-decoration: underline;
    }

  .linkGroup__CmHuQ .separator__KOO7a {
    border-right: none;
    border: 0.0625rem solid var(--darkest-gray);
    display: inline-block;
    height: 0.5625rem;
    margin: 0 0.5rem -0.125rem;
  }

.link__mAhh1 {
  align-items: center;
  align-self: baseline;
  display: inline-flex;
}

  .link__mAhh1.disabled__xIRie, .link__mAhh1.disabled__xIRie:hover, .link__mAhh1.disabled__xIRie:focus-within {
    background-color: var(--gray);
    color: white;
    cursor: not-allowed;
    text-decoration: none;
  }

.underlineOnlyOnHover__ncGP5 {
  text-decoration: none;
}

.underlineOnlyOnHover__ncGP5:hover {
    text-decoration: underline;
  }

.header__t1beM {
  align-items: center;
  background: var(--white);
  border-bottom: 0.0625rem solid var(--lighter-gray);
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  height: 5.25rem;
  padding: 0 1.875rem 0 2.75rem;
  width: 100%;
}

  .header__t1beM.center__hw3V7 {
    justify-content: center;
    padding: 0 1.25rem;
  }

  .header__t1beM > img, .header__t1beM > svg {
    height: 2.8125rem;
  }

.description__VLDFq {
  font-size: var(--default-font-size);
  margin: 0.75rem 0;
}

  .description__VLDFq p {
    font-weight: 200;
    line-height: 1.375rem;
  }

  .description__VLDFq ul {
    font-weight: 200;
    line-height: 1.5rem;
    list-style: disc;
    margin-bottom: 0.625rem;
    margin-top: 0.75rem;
    padding-left: 1.25rem;
  }

  .description__VLDFq ul li a {
        font-size: inherit;
      }

  .description__VLDFq strong, .description__VLDFq span, .description__VLDFq p, .description__VLDFq a {
    vertical-align: baseline;
  }

  .description__VLDFq strong, .description__VLDFq span, .description__VLDFq p, .description__VLDFq a, .description__VLDFq li, .description__VLDFq div {
    font-size: var(--default-font-size);
  }

.checkboxLabel__I2qov {
  flex-wrap: nowrap;
  margin-top: 0.5rem;
}

.checkboxLabel__I2qov span:first-child {
    align-self: flex-start;
    margin-right: 0.1875rem;
    margin-top: 0.1875rem;
  }

.agreementText__oUJF8 {
  line-height: 1.375rem;
  max-width: 50rem;
}

.alert__CMiAM {
  max-width: 50rem;
  width: 100%;
}

.alert__CMiAM strong, .alert__CMiAM span, .alert__CMiAM p, .alert__CMiAM a {
    vertical-align: baseline;
  }

.alert__CMiAM a {
    display: inline-flex;
    font-weight: 200;
    gap: 0.1875rem;
    vertical-align: top;
  }

.alert__CMiAM a svg {
      font-size: 0.875rem;
      margin-top: 0.125rem;
    }

.verifyIdButton___rUXg {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  width: 11.25rem;
}

.verifyIdButton___rUXg + small {
    color: var(--dark-gray);
  }

.verifyIdButton___rUXg svg {
    font-size: 1rem;
  }

.warning__wii1A {
  color: var(--dark-red);
  font-size: var(--default-font-size);
  font-weight: bold;
  line-height: 1.25rem;
  margin: 0.5rem 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .alert__CMiAM {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.heading__mrvWp {
  display: inline-block;
  padding: 0;
  width: 100%;
}

  .heading__mrvWp.h1__idhXx {
    font-size: 1.5rem;
  }

  .heading__mrvWp.h2__xaTda {
    font-size: 1.125rem;
  }

  .heading__mrvWp.h3__FHcza {
    font-size: 1rem;
  }

  .heading__mrvWp.h4__PSWeM {
    font-size: 0.875rem;
  }

  .heading__mrvWp.h5__c3bSt {
    font-size: 0.75rem;
  }

  .heading__mrvWp.h6__suEOP {
    font-size: 0.625rem;
  }

div .heading__mrvWp {
  font-weight: bold;
}

div .heading__mrvWp.bolder__bKHvE {
    font-weight: 900;
  }

.flex__GuDhq {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.main__h7n6P {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 100vw;
  padding: 0 0.75rem 1.25rem;
  width: 20.625rem;
}

  .main__h7n6P .heading__iI767 {
    margin-bottom: 0.625rem;
  }

  .main__h7n6P h2.heading__iI767 {
    font-size: 1.375rem;
  }

  .main__h7n6P.standalone__hgvaQ {
    width: 26.25rem;
  }

.centeredForm__mzWZy {
  display: block;
  width: 100%;
}

.standalone__hgvaQ .centeredForm__mzWZy {
  background-color: var(--lightest-gray);
  border-radius: 1.25rem;
  border: 0.0625rem solid var(--gray);
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 2.5rem;
}

.description__JENWl {
  font-size: 0.9375rem;
  font-weight: 200;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.inputLabel__BUgwE, .input__BgKU1, .button__P2X1B {
  width: 100%;
}

.button__P2X1B {
  margin-top: 1.5rem;
}

.bottomSection__HSvWt {
  margin-top: 1.25rem;
}

.inputLabel__BUgwE {
  gap: 1rem;
}

.labelText__WBaif {
  color: var(--darker-gray);
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.25rem;
}

.input__BgKU1 {
  border-radius: 0.25rem;
  height: 2.75rem;
}

.tooltip__gfnCb {
  margin-left: 0.3125rem;
  position: relative;
}

  .tooltip__gfnCb svg {
    bottom: -0.1875rem;
    color: var(--violet);
    position: absolute;
  }

  .tooltip__gfnCb:focus-visible svg {
    border: 0.0625rem solid var(--gray);
  }

.grayishSection__UXk9f {
  background-color: var(--lighter-gray);
  border-radius: 1rem;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 1.875rem 2.25rem 2.5rem;
  position: relative;
  width: 100%;
}

  .grayishSection__UXk9f > h2 {
    align-items: center;
    display: flex;
    font-family: var(--default-light-font-family), sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 0.625rem;
  }

  @media screen and (max-width: 1200px) {.grayishSection__UXk9f {
    padding: 1.375rem
}
  }

  @media screen and (max-width: 768px) {.grayishSection__UXk9f {
    padding: 1rem
}
  }

.reducedPadding__y3_a_ {
  padding: 1.25rem 1.5rem;
}

@media screen and (max-width: 1200px) {

.reducedPadding__y3_a_ {
    padding: 1.25rem
}
  }

@media screen and (max-width: 768px) {

.reducedPadding__y3_a_ {
    padding: 1rem
}
  }

span.statusText__p3575 {
  font-size: 0.8125rem;
}

.topRight__eq1I4 {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  right: 0.875rem;
  top: 0.625rem;
}

.container__EFbIj {
  align-items: center;
  background-color: var(--lightest-gray);
  border-radius: 0.25rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem;
}

.text__LfjUT {
  color: var(--darkest-gray);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.helpLinks__nx8aZ {
  display: flex;
  gap: 1vw;
  padding-right: 0.625rem;
}

  .helpLinks__nx8aZ > * {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    gap: 0.375rem;
    white-space: nowrap;
    font-family: Roobert-Light, sans-serif;
    text-decoration: none;
  }

  .helpLinks__nx8aZ span {
    border-bottom: 0.0625rem solid var(--lighter-gray);
  }

  .helpLinks__nx8aZ span:hover {
    border-bottom: 0.0625rem solid var(--darkest-gray);
  }

  .helpLinks__nx8aZ svg {
    color: var(--secondary)
  }

@media screen and (max-width: 900px) {
  .helpLinks__nx8aZ {
    gap: 0.625rem 1.125rem;
    width: 100%;
  }

    .helpLinks__nx8aZ > * {
      font-size: 0.9375rem;
    }
}

@media screen and (max-width: 768px) {
  .helpLinks__nx8aZ {
    display: none;
  }
}

.headerInlineMenu__WpISU {
  display: flex;
  flex-grow: 1;
  gap: 1.875rem;
  margin-left: 1.5rem;
}

.itemWrapper__W2PO0 {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
}

.testName___gilw {
  color: var(--white);
  display: inline-block;
  font-size: inherit;
  margin-left: 1.625rem;
  position: relative;
}

.testName___gilw:before {
    border-color: transparent transparent transparent var(--tertiary);
    border-style: solid;
    border-width: 0.4375rem;
    content: '';
    height: 0;
    left: -1rem;
    position: absolute;
    scale: 1 0.6;
    top: 50%;
    translate: 0 -50%;
    width: 0;
  }

.testName___gilw:after {
    background-color: var(--deep-space-sparkle);
    bottom: -0.125rem;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: 100%;
  }

@media screen and (max-width: 1200px) {
  .headerInlineMenu__WpISU {
    margin-left: 1.5rem;
    padding-right: 1.25rem;
  }

  .itemWrapper__W2PO0 {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 900px) {
  .headerInlineMenu__WpISU {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .headerInlineMenu__WpISU {
    margin-left: 0.75rem;
  }

  .testName___gilw {
    margin-left: 0;
  }

    .testName___gilw:before {
      display: none;
    }

  .itemWrapper__W2PO0 > a {
    display: none;
  }
}

.helpWidget___MDmc {
  bottom: 0.875rem;
  box-sizing: border-box;
  color: var(--light-violet);
  left: 0.625rem;
  padding: 1rem 0.625rem;
  position: absolute;
  width: 10.25rem;
}

  .helpWidget___MDmc > * {
    position: relative;
    z-index: 1;
  }

  .helpWidget___MDmc:before {
    border-radius: 0.25rem;
    border-top: 0.0625rem dashed var(--deep-space-sparkle);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .helpWidget___MDmc svg {
    color: var(--secondary);
  }

button.button__aD34n {
  color: var(--gray);
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  text-align: left;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .helpWidget___MDmc {
    display: none;
  }
}

.testerHeaderContent__eTFPg {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0 1rem;
}

span.skeleton__hTYdt {
  background-color: var(--navy);
  height: 0.875rem;
  margin-left: 1.25rem;
  width: 9.375rem;
}

@media screen and (max-width: 768px) {
  .testerHeaderContent__eTFPg {
    display: none;
  }
}

.keyPhrasesWrapper__VO6hM {
  margin: 0.5rem 0 0.75rem;
}

.keyPhrasesList__dXUCg {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  width: 100%;
}

.keyPhrasesList__dXUCg + .keyPhrasesList__dXUCg {
    margin-top: 0.875rem;
  }

.keyPhrase__XU0hK {
  align-items: center;
  background: var(--lighter-gray);
  border-radius: 1rem;
  display: flex;
  font-size: var(--default-font-size);
  line-height: 1.625rem;
  padding: 0.0625rem 0.625rem 0.125rem;
}

.keyPhrase__XU0hK svg {
    color: var(--sentiment-neutral);
    margin-right: 0.375rem;
    margin-top: 0.125rem;
  }

.keyPhrase__XU0hK.positive__Rb2br svg { color: var(--sentiment-positive) }

.keyPhrase__XU0hK.negative__Z8d6V svg { color: var(--sentiment-negative) }

.keyPhrase__XU0hK.active__D0Pl0 {
    border: 0.0625rem solid var(--darker-gray);
  }

