.history__grid {
  row-gap: 12px;
  align-items: center;
}
.history__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
  text-align: center;
}
.history__title__label-text {
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
  text-align: center;
}
.history__item__change-expired {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.27px;
  text-align: center;
}
.history__item__change-expires {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__date__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__comment__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__category__label {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__category__label-text {
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 30.1px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 30.1px;
  text-align: center;
}
.refer__hero {
  grid-area: xtop;
  border-radius: 28px;
  display: block;
}
.refer__wrapper {
  background-color: #D8EBFF;
  color: #4165C9;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.refer__disclaimer {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.refer__input-field {
  font-family: var(--theme-font-body-family);
  font-size: 10.7px;
  font-weight: 600;
  line-height: 16px;
  color: #4165C9;
  background-color: #fff;
  border-color: transparent;
  border-radius: 6px;
}
.refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-size: 10.7px;
  font-weight: 600;
  line-height: 16px;
}
.refer__input-field::placeholder:disabled {
  color: #bdbdbd;
}
.refer__input-field:disabled {
  background-color: #fff;
}
.refer__input-group {
  margin-top: 0px;
}
.refer__social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  align-items: stretch;
  column-gap: 24px;
  row-gap: 4px;
}
.refer__content-area {
  grid-area: bottom;
  padding-top: 28px;
  padding-bottom: 28px;
}
.refer__header-title {
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}
.refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #4165C9;
  border-radius: 6px;
}
.refer__input-button:hover {
  color: #fff;
  background-color: #4165C9;
}
.refer__input-section {
  margin-top: 16px;
}
.refer__social-prompt {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.refer__sign-in-prompt {
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  margin-top: 8px;
}
.refer__header-subtitle {
  color: #4165C9;
  margin-top: 4px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  max-width: 350px;
}
.refer__header-capnotice {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.refer__header-overtitle {
  color: #4165C9;
  margin-bottom: 4px;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.refer__social-button-icon {
  width: 20px;
  height: 20px;
}
.refer__social-button-icon-img {
  width: 100%;
  height: 100%;
}
.refer__input-group-with-button {
  display: flex;
  flex-direction: column;
}
.refer__input-group-with-button-button {
  align-self: center;
}
.refer__input-group-with-button-button.refer__input-group-with-button-button--solo {
  align-self: stretch;
}
.refer__attachment-copy-link-above__container {
  margin-bottom: 12px;
}
.refer__attachment-copy-link-above__container__box {
  margin-bottom: 12px;
}
.refer__attachment-copy-link-above__line1__label {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.refer__attachment-copy-link-above__line1__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.refer__attachment-copy-link-above__line2__copy-icon {
  width: 1.250rem;
  height: 1.250rem;
  margin-right: 0.250rem;
  opacity: 0.5;
}
.refer__attachment-copy-link-above__line2__link-field {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #989898;
  border-width: 1px;
  border-color: #bdbdbd;
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 20px;
  height: 52px;
  margin-top: 0.500rem;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.member-refer__hero {
  grid-area: xtop;
  border-radius: 28px;
  display: block;
}
.member-refer__wrapper {
  background-color: #D8EBFF;
  color: #4165C9;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.member-refer__disclaimer {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.member-refer__input-field {
  font-family: var(--theme-font-body-family);
  font-size: 10.7px;
  font-weight: 600;
  line-height: 16px;
  color: #4165C9;
  background-color: #fff;
  border-color: transparent;
  border-radius: 6px;
}
.member-refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-size: 10.7px;
  font-weight: 600;
  line-height: 16px;
}
.member-refer__input-field::placeholder:disabled {
  color: #bdbdbd;
}
.member-refer__input-field:disabled {
  background-color: #fff;
}
.member-refer__input-group {
  margin-top: 0px;
}
.member-refer__social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  align-items: stretch;
  column-gap: 24px;
  row-gap: 4px;
}
.member-refer__content-area {
  grid-area: bottom;
  padding-top: 28px;
  padding-bottom: 28px;
}
.member-refer__header-title {
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}
.member-refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #4165C9;
  border-radius: 6px;
}
.member-refer__input-button:hover {
  color: #fff;
  background-color: #4165C9;
}
.member-refer__input-section {
  margin-top: 16px;
}
.member-refer__social-prompt {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.member-refer__sign-in-prompt {
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  margin-top: 8px;
}
.member-refer__header-subtitle {
  color: #4165C9;
  margin-top: 4px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  max-width: 483px;
}
.member-refer__header-capnotice {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.member-refer__header-overtitle {
  color: #4165C9;
  margin-bottom: 4px;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.member-refer__social-button-icon {
  width: 20px;
  height: 20px;
}
.member-refer__social-button-icon-img {
  width: 100%;
  height: 100%;
}
.member-refer__input-group-with-button {
  display: flex;
  flex-direction: column;
}
.member-refer__input-group-with-button-button {
  align-self: center;
}
.member-refer__input-group-with-button-button.member-refer__input-group-with-button-button--solo {
  align-self: stretch;
}
.member-refer__attachment-copy-link-above__container {
  margin-bottom: 12px;
}
.member-refer__attachment-copy-link-above__line2__copy-icon {
  width: 1.250rem;
  height: 1.250rem;
  margin-right: 0.250rem;
  opacity: 0.5;
}
.member-refer__attachment-copy-link-above__line2__link-field {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #989898;
  border-width: 1px;
  border-color: #bdbdbd;
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 20px;
  height: 52px;
  margin-top: 0.500rem;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.member-refer__attachment-copy-link-above__container__box {
  margin-bottom: 12px;
}
.member-refer__attachment-copy-link-above__line1__label {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.member-refer__attachment-copy-link-above__line1__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.nonmem-intro__area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.nonmem-intro__wrapper {
  background-color: #fff;
}
.nonmem-intro__item-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
.nonmem-intro__item-title {
  color: #46585C;
  margin-bottom: 4px;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nonmem-intro__items-grid {
  column-gap: 12px;
  row-gap: 12px;
}
.nonmem-intro__header-title {
  color: #4165C9;
  margin-bottom: 24px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
}
.nonmem-intro__item-details {
  color: #46585C;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
}
.nonmem-intro__item-divider {
  width: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.member-intro__area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.member-intro__wrapper {
  background-color: #fff;
}
.member-intro__item-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
.member-intro__item-title {
  color: #46585C;
  margin-bottom: 4px;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.member-intro__items-grid {
  column-gap: 12px;
  row-gap: 12px;
}
.member-intro__header-title {
  color: #4165C9;
  margin-bottom: 24px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
}
.member-intro__item-details {
  color: #46585C;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
}
.member-intro__item-divider {
  width: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.referralhistory__header__info-value__label {
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}
.referralhistory__header__info-value__label-text {
  font-family: var(--theme-font-header-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}
.referralhistory__header__title__label {
  margin-bottom: 32px;
  text-align: center;
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
}
.referralhistory__header__title__label-text {
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
}
.referralhistory__header__container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.referralhistory__header__info-grid__grid {
  display: grid;
  grid-auto-flow: column;
  column-gap: 12px;
  row-gap: 24px;
  grid-auto-columns: 173px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
}
.referralhistory__header__info-label__label {
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
}
.referralhistory__header__info-label__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
}
.referralhistory__content-area {
  grid-area: full;
  padding-top: 32px;
  padding-bottom: 32px;
}
.referralhistory__background-area {
  background-color: #D8EBFF;
}
.referralhistory__entries__list__box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.referralhistory__entries__entry__coupon-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__reward-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__status-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__target-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-items: start;
}
.referralhistory__entries__entry__reward-value__label {
  text-align: left;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__reward-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__reward-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__target-pending-status-value__label {
  text-align: left;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__target-pending-status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-pending-status-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-pending-status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-pending-status-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-pending-status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__coupon-value__label {
  text-align: left;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__coupon-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__coupon-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__container__box {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 6px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  column-gap: 16px;
  row-gap: 16px;
  background-color: #fff;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--invited.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--approved.referralhistory__entries__entry__container__box {
  background-color: #4165C9;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--rejected.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--qualified.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__reward-label__label {
  text-align: left;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__reward-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__reward-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-label__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-label__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__status-value__label {
  text-align: left;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__target-value__label {
  text-align: left;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__target-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__target-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-value__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-value__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-value__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referralhistory__entries__entry__status-label__label {
  text-align: left;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__status-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__status-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-label__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-label__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-label__label:hover {
  color: #4165C9;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-label__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__coupon-label__label {
  text-align: left;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__coupon-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__coupon-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-label__label:hover {
  color: #fff;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.member-header__title {
  color: #4165C9;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}
.member-header__wrapper {
  background-color: #FFF0E1;
  height: 400px;
}
.member-header__subtitle {
  color: #4165C9;
  text-align: center;
  margin-top: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-width: 440px;
}
.member-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.member-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.member-header__content-area {
  grid-area: full;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.member-header__attachment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #FFC188;
  color: #46585C;
  --tw-ring-color: #FFC188;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
}
.member-header__attachment__button:hover {
  background-color: #FFC188;
  color: #46585C;
}
.mobilemember-header__title {
  color: #4165C9;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}
.mobilemember-header__wrapper {
  background-color: #FFF0E1;
  height: auto;
}
.mobilemember-header__subtitle {
  color: #4165C9;
  text-align: center;
  margin-top: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-width: 440px;
}
.mobilemember-header__hero-area {
  grid-area: xtop;
  display: block;
  height: 400px;
}
.mobilemember-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.mobilemember-header__content-area {
  grid-area: bottom;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobilemember-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.mobilemember-header__attachment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #FFC188;
  color: #46585C;
  --tw-ring-color: #FFC188;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
}
.mobilemember-header__attachment__button:hover {
  background-color: #FFC188;
  color: #46585C;
}
.faq-header__title {
  color: #4165C9;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
}
.faq-header__wrapper {
  background-color: #fff;
  margin-top: 0px;
  height: auto;
}
.faq-header__subtitle {
  color: #4165C9;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.faq-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__content-area {
  grid-area: full;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faq-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.faq__area {
  padding-top: 0px;
  padding-bottom: 40px;
}
.faq__area > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.10);
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.faq__wrapper {
  background-color: #fff;
  color: #4165C9;
}
.faq__question {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.logout-header__title {
  color: #4165C9;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.logout-header__wrapper {
  height: auto;
}
.logout-header__subtitle {
  color: #4165C9;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.logout-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.logout-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.logout-header__content-area {
  grid-area: full;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.logout-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.logout-header__attachment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #4165C9;
  color: #fff;
  --tw-ring-color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
}
.logout-header__attachment__button:hover {
  background-color: #4165C9;
  color: #fff;
}
.login__message {
  color: rgb(220, 38, 38);
}
.login__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.login__input-field:focus {
  --tw-ring-color: #4165C9;
}
.login__submit-button {
  background-color: #4165C9;
  color: #fff;
}
.login__submit-button:hover {
  background-color: #4165C9;
}
.login__submit-button:focus-visible {
  outline-color: #4165C9;
}
.login__message.login__message--error {
  color: rgb(220, 38, 38);
}
.login__resend-code-button {
  color: #4165C9;
  font-weight: 600;
  font-size: 14px;
}
.login__resend-code-button:hover {
  color: #4165C9;
}
.login__resend-code-button:focus-visible {
  outline-color: #4165C9;
}
.login__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.login__title__label-text {
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.login__field-label__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__field-label__label-text {
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.messagepopup__message {
  color: #4165C9;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__copy-done {
  color: neutral-900;
}
.group:hover .messagepopup__copy-icon {
  color: neutral-900;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-code {
  border-radius: 4px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__cta-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.messagepopup__buttonbar:empty {
  display: none;
}
.messagepopup__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__failure-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__buttons-container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.referrallink__wrapper {
  margin-top: 50px;
  margin-bottom: 0px;
}
.referrallink__hero-area {
  grid-area: top;
  display: block;
}
.referrallink__content-area {
  grid-area: bottom;
  align-self: center;
}
.referrallink__content__container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.referrallink__content__container__box {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.referrallink__content__line3__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referrallink__content__line3__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referrallink__content__line5__code {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: 1 1 0%;
}
.referrallink__content__line5__container {
  display: flex;
  flex-direction: column;
  gap: 0.750rem;
}
.referrallink__content__line5__copy-done {
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referrallink__content__line5__copy-button {
  gap: 2px;
}
.referrallink__content__line5__code__label {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-width: 1px;
  border-color: #4165C9;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referrallink__content__line5__code__label-text {
  background-color: transparent;
  border-width: 1px;
  border-color: #4165C9;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referrallink__content__line5__copy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  height: 58px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #4165C9;
  color: #fff;
  --tw-ring-color: #4165C9;
  border-width: 0px;
  border-color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
}
.referrallink__content__line5__copy__button:hover {
  background-color: #4165C9;
  color: #fff;
  border-color: #4165C9;
}
.referrallink__content__line5__container__box {
  margin-bottom: 30px;
}
.referrallink__content__line2__label {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}
.referrallink__content__line2__label-text {
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}
.referrallink__content__line4__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referrallink__content__line4__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.referrallink__content__line1__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referrallink__content__line1__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.referrallink__content__line7__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.referrallink__content__line7__buttonbar:empty {
  display: none;
}
.referrallink__content__line7__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #4165C9;
  color: #fff;
  --tw-ring-color: #4165C9;
  border-width: 0px;
  border-color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
}
.referrallink__content__line7__button1__button:hover {
  background-color: #4165C9;
  color: #fff;
  border-color: #4165C9;
}
.referrallink__content__line7__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.referrallink__content__line7__buttonbar:empty {
  display: none;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.messagepopup__message {
  color: #4165C9;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__copy-done {
  color: neutral-900;
}
.group:hover .messagepopup__copy-icon {
  color: neutral-900;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-code {
  border-radius: 4px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__failure-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__cta-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__buttons-container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.messagepopup__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.messagepopup__buttonbar:empty {
  display: none;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.login__message {
  color: rgb(220, 38, 38);
}
.login__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.login__input-field:focus {
  --tw-ring-color: #4165C9;
}
.login__submit-button {
  background-color: #4165C9;
  color: #fff;
}
.login__submit-button:hover {
  background-color: #4165C9;
}
.login__submit-button:focus-visible {
  outline-color: #4165C9;
}
.login__message.login__message--error {
  color: rgb(220, 38, 38);
}
.login__resend-code-button {
  color: #4165C9;
  font-weight: 600;
  font-size: 14px;
}
.login__resend-code-button:hover {
  color: #4165C9;
}
.login__resend-code-button:focus-visible {
  outline-color: #4165C9;
}
.login__field-label__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__field-label__label-text {
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.login__title__label-text {
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.login__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.history__grid {
  row-gap: 12px;
  align-items: center;
}
.history__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
  text-align: center;
}
.history__title__label-text {
  color: #4165C9;
  font-family: var(--theme-font-header-family);
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
  text-align: center;
}
.history__item__change-expired {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.27px;
  text-align: center;
}
.history__item__change-expires {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__category__label {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__category__label-text {
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: t-brown;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__date__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__comment__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #4165C9;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 30.1px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 30.1px;
  text-align: center;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
@media (min-width: 450px) {
  .refer__social-grid {
    justify-content: start;
  }
  .member-refer__social-grid {
    justify-content: start;
  }
}
@media (min-width: 1024px) {
  .referralhistory__header__info-grid__grid {
    grid-template-rows: auto auto;
  }
  .referrallink__content__line5__container {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 640px) {
  .history__grid {
    gap: 32px;
    grid-template-columns: 1fr minmax(min-content,30%) 1fr 1fr;
  }
  .history__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .refer__hero {
    grid-area: xright;
    display: block;
    height: 677px;
  }
  .refer__content-area {
    grid-area: xleft;
    padding-left: 48px;
    padding-right: 48px;
  }
  .refer__input-button.refer__input-button--solo {
    max-width: fit-content;
  }
  .refer__input-group-with-button-button.refer__input-group-with-button-button--solo {
    max-width: fit-content;
  }
  .member-refer__hero {
    grid-area: xright;
    display: block;
    height: 677px;
  }
  .member-refer__content-area {
    grid-area: xleft;
    padding-left: 48px;
    padding-right: 48px;
  }
  .member-refer__input-button.member-refer__input-button--solo {
    max-width: fit-content;
  }
  .member-refer__input-group-with-button-button.member-refer__input-group-with-button-button--solo {
    max-width: fit-content;
  }
  .nonmem-intro__header-title {
    font-size: 40px;
    line-height: 44px;
  }
  .member-intro__header-title {
    font-size: 40px;
    line-height: 44px;
  }
  .referralhistory__header__title__label {
    font-size: 40px;
    line-height: 44px;
  }
  .referralhistory__header__title__label-text {
    font-size: 40px;
    line-height: 44px;
  }
  .referralhistory__header__info-grid__grid {
    column-gap: 40px;
    row-gap: 8px;
    grid-auto-columns: 193px;
  }
  .referralhistory__content-area {
    grid-area: full;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .referralhistory__entries__list__box {
    row-gap: 10px;
  }
  .referralhistory__entries__entry__coupon-block {
    min-width: 73px;
  }
  .referralhistory__entries__entry__reward-block {
    min-width: 73px;
  }
  .referralhistory__entries__entry__status-block {
    min-width: 73px;
  }
  .referralhistory__entries__entry__container__box {
    flex-direction: row;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    column-gap: 32px;
  }
  .member-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .member-header__content-area {
    grid-area: left;
  }
  .member-header__content-area.member-header__content-area--no-hero {
    grid-area: full;
  }
  .mobilemember-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .mobilemember-header__content-area {
    grid-area: left;
  }
  .mobilemember-header__content-area.mobilemember-header__content-area--no-hero {
    grid-area: full;
  }
  .faq-header__title {
    font-size: 40px;
    line-height: 44px;
  }
  .faq-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .faq-header__content-area {
    grid-area: left;
    padding-top: 56px;
  }
  .faq-header__content-area.faq-header__content-area--no-hero {
    grid-area: full;
  }
  .logout-header__title {
    font-size: 32px;
  }
  .logout-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .logout-header__content-area {
    grid-area: left;
  }
  .logout-header__content-area.logout-header__content-area--no-hero {
    grid-area: full;
  }
  .login__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .login__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .messagepopup__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .messagepopup__button {
    flex: 0 1 auto;
  }
  .messagepopup__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .referrallink__hero-area {
    grid-area: left;
    display: block;
    height: 37vw;
  }
  .referrallink__content-area {
    grid-area: right;
  }
  .referrallink__content__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__container__box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .referrallink__content__line7__button {
    flex: 0 1 auto;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .messagepopup__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .messagepopup__button {
    flex: 0 1 auto;
  }
  .messagepopup__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .login__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .login__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__grid {
    gap: 32px;
    grid-template-columns: 1fr minmax(min-content,30%) 1fr 1fr;
  }
  .history__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media not all and (min-width: 640px) {
  .history__last-cell {
    margin-bottom: 32px;
  }
  .history__item__date__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__comment__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__category__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__expiration__label {
    text-align: center;
    justify-content: center;
  }
  .refer__hero {
    height: 77vw;
  }
  .member-refer__hero {
    height: 77vw;
  }
  .referrallink__hero-area {
    height: 77vw;
  }
  .history__last-cell {
    margin-bottom: 32px;
  }
  .history__item__category__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__expiration__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__date__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__comment__label {
    text-align: center;
    justify-content: center;
  }
}
