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);
}

.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;
  }

