.bn-modal.bn-mfa-modal {
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .bn-modal.bn-mfa-modal {
    align-items: flex-start;
  }
  .bn-modal.bn-mfa-modal > .bn-modal-wrap {
    margin-top: 12vh;
  }
}
.bn-modal.bn-mfa-modal > .bn-modal-wrap {
  width: 425px;
}
@media only screen and (max-width: 767px) {
  .bn-modal.bn-mfa-modal > .bn-modal-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    max-width: none;
    border-radius: 0;
  }
}
.bn-modal.bn-mfa-modal > .bn-modal-wrap .bn-mfa-modal-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bn-modal.bn-mfa-modal > .bn-modal-wrap .bn-mfa-modal-hide {
  opacity: 0;
  pointer-events: none;
}
.bn-mfa-navigator {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bn-mfa-navigator .bn-mfa-navigator-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bn-mfa-navigator .bn-mfa-navigator-header .bn-mfa-navigator-close, .bn-mfa-navigator .bn-mfa-navigator-header .bn-mfa-navigator-arrow {
  color: var(--color-PrimaryText);
  font-size: 24px;
}
.bn-mfa-navigator .bn-mfa-navigator-clickable {
  cursor: pointer;
}
.bn-mfa-navigator .bn-mfa-navigator-placeholder {
  flex: 1 1;
}

.bn-mfa-navigator {
  transition: height 0.2s;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .height-container {
    min-height: 0;
    flex: 1 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .bn-mfa-navigator {
    height: 100% !important;
  }
}
.text-secondary {
  color: var(--color-textSecondary);
}

.text-third {
  color: var(--color-textThird);
}

.text-brand {
  color: var(--color-textBrand);
}

.bids-widget-page-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .bids-widget-page-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }
}

.bids-widget-m-link {
  text-decoration: none !important;
  cursor: pointer;
}
.verify-page {
  width: 100%;
  overflow: hidden;
  padding: 0 24px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .verify-page {
    height: calc(100% - 58px);
    padding: 0 15px;
    overflow-y: auto;
  }
}

.verify-title {
  margin-bottom: var(--space-3xl);
}

.mfa-form-input {
  width: 100% !important;
  color: var(--color-textPrimary) !important;
  height: 48px !important;
}

.mfa-verify-button {
  width: 100%;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.first-link-space {
  margin-bottom: 24px;
}

.bn-mfa-switcher-text {
  text-decoration: none !important;
}

.second-link-space {
  margin-bottom: 24px;
  text-decoration: none !important;
  cursor: pointer;
}

.sent-suffix {
  display: inline-flex;
  align-items: center;
  color: var(--color-textThird) !important;
}

.bn-mfa-send-code {
  cursor: pointer;
}

.bn-mfa-web .bn-formItem-tips {
  color: var(--color-textThird);
}
.bn-mfa-web .bn-formItem-tips, .bn-mfa-web .bn-formItem-errMsg {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bn-mfa-web .data-leave.bn-formItem-errMsg {
  display: none !important;
}

.bids-widget-page-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
}

.bn-mfa-web .bids-widget-page-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-web .bids-widget-page-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
.nezha .bn-pin > .bn-pin-item {
  --fgp-parent-gap-row: var(--space-m);
  --fgp-parent-gap-column: var(--space-m);
  --fgp-margin-top: calc(var(--fgp-gap-row) + var(--orig-margin-top, 0px));
  --fgp-margin-left: calc(var(--fgp-gap-column) + var(--orig-margin-left, 0px));
  margin-top: var(--fgp-margin-top);
  margin-left: var(--fgp-margin-left);
}
.nezha .bn-pin > .bn-pin-item:first-of-type {
  margin-left: 0;
}
.nezha .bn-pin {
  --fgp-gap: var(--has-fgp, --space-m);
  --fgp-gap-column: var(--space-m);
  --orig-margin-top: var(--space-3xs);
  --fgp-margin-top: calc(var(--fgp-parent-gap-row, 0px) - var(--fgp-gap-row) + var(--orig-margin-top, 0px));
  --fgp-margin-left: calc(var(--fgp-parent-gap-column, 0px) - var(--fgp-gap-column) + var(--orig-margin-left, 0px));
  display: flex;
  grid-gap: 0px !important;
  gap: 0px !important;
  grid-gap: var(--fgp-gap, 0px) !important;
  gap: var(--fgp-gap, 0px) !important;
  margin-top: var(--orig-margin-top);
  margin-top: var(--fgp-margin-top, var(--orig-margin-top));
}
@media only screen and (max-width: 374px) {
  .nezha .bn-pin {
    --fgp-gap: var(--has-fgp, --space-s);
    --fgp-gap-column: var(--space-s);
  }
}

.nezha2 .bn-pin-item {
  width: 100%;
  min-width: 40px;
  max-width: 50px;
  border-radius: 10px;
}
.nezha2 .bn-pin-item.cursor {
  border-color: var(--color-line);
}

@media only screen and (min-width: 768px) {
  .web .bn-pin {
    --fgp-gap: var(--has-fgp, var(--space-xl));
    grid-gap: 0px !important;
    gap: 0px !important;
    grid-gap: var(--fgp-gap, 0px) !important;
    gap: var(--fgp-gap, 0px) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .web .bn-pin {
    --fgp-gap: var(--has-fgp, var(--space-xl));
    grid-gap: 0px !important;
    gap: 0px !important;
    grid-gap: var(--fgp-gap, 0px) !important;
    gap: var(--fgp-gap, 0px) !important;
  }
}
.web .pin-input .bn-pin-item {
  background-color: inherit;
  border-color: var(--color-line);
}

@media only screen and (min-width: 768px) {
  .web2 .bn-pin {
    --fgp-gap: var(--has-fgp, var(--space-m));
    grid-gap: 0px !important;
    gap: 0px !important;
    grid-gap: var(--fgp-gap, 0px) !important;
    gap: var(--fgp-gap, 0px) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .web2 .bn-pin {
    --fgp-gap: var(--has-fgp, var(--space-m));
    grid-gap: 0px !important;
    gap: 0px !important;
    grid-gap: var(--fgp-gap, 0px) !important;
    gap: var(--fgp-gap, 0px) !important;
  }
}
.web2 .pin-input .bn-pin-item {
  background-color: inherit;
  border-color: var(--color-InputLine);
  border-radius: 10px;
}

.pin-input {
  width: 100%;
}
.pin-input .bn-pin-item {
  background-color: var(--color-bg3);
}
.pin-input.password .bn-pin-item {
  font-size: 24px;
  font-weight: 500;
}

.pin-title {
  align-items: center;
}

.forgot-link {
  margin-top: var(--space-s);
  font-weight: 400 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.forgot-link.web {
  font-weight: 500 !important;
  margin-bottom: var(--space-3xl);
  margin-top: var(--space-m);
  text-align: center;
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.getter-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
.bio-error {
  width: 250px;
  text-align: center;
  margin-top: var(--space-xs);
}

.fido-content {
  height: 155px;
  width: 155px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -78px;
  margin-top: -128px;
  border-radius: 12px;
}
.fido-content .fido-image {
  width: 96px;
  height: 96px;
}
.fido-content .fido-image.bn-lazy-img {
  background-color: transparent;
}
.fido-content .fido-icon {
  height: 155px;
  width: 155px;
  justify-content: center;
  align-items: center;
}
.fido-content .bio-error {
  margin-left: -49px;
}

.fido-tap-box {
  position: absolute;
  top: 100%;
  width: 100%;
}
.fido-tap-box .tap-text {
  margin-top: var(--space-l);
  text-align: center;
}

.switch-text {
  height: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.yubikey-content {
  width: 100%;
  height: 254px;
  position: relative;
  top: 50%;
  margin-top: -167px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yubikey-content .bio-error {
  margin-left: auto;
  margin-right: auto;
}

.bottom-text {
  color: var(--color-textBrand);
  text-align: center;
}

.bn-mfa-web .bn-mfa-fido.verify-page {
  padding-bottom: 24px;
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-icon {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
  border-radius: 4px;
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textPrimary);
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
  color: var(--color-textThird);
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-button {
  margin-top: 24px;
  width: 100%;
}
.bn-mfa-ga-paste {
  cursor: pointer;
}
.bn-mfa-switcher-drawer .bn-drawer-wrap {
  padding-bottom: 24px;
}

.bn-mfa-drawer-header {
  height: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  font-size: 20px;
}
.bn-mfa-drawer-header .bn-mfa-switcher-drawer-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textPrimary);
  flex: 1 1;
}
.bn-mfa-drawer-header .bn-mfa-switcher-close {
  font-size: 24px;
  cursor: pointer;
  color: var(--color-iconNormal);
}

.bn-mfa-switcher-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 15px 0;
  background-color: var(--color-bg3);
  height: 72px;
  border-radius: 4px;
  cursor: pointer;
}
.bn-mfa-switcher-option:hover {
  background-color: var(--color-line);
}
.bn-mfa-switcher-option .bn-mfa-switcher-option-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 12px;
}
.bn-mfa-switcher-option .bn-mfa-switcher-option-name {
  color: var(--color-textPrimary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.bn-mfa-switcher-option .bn-sending-switcher-option-recommend {
  background-color: rgba(240, 185, 11, 0.1);
  border-radius: 4px;
  color: #d89f00;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 6px;
  padding: 2px 4px;
}

.bn-mfa-switcher-invisible {
  display: none !important;
}

.bn-mfa-switcher-modal-content {
  padding: 0 9px 24px;
}

.bn-mfa-switcher-modal-header {
  padding-top: 4px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
}
.bn-mfa-switcher-modal-header .bn-mfa-switcher-close {
  font-size: 28px;
  cursor: pointer;
  color: var(--color-iconNormal);
}

.bn-mfa-switcher-modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  height: 24px;
  margin-bottom: 24px;
  padding: 0 24px;
}

.bn-mfa-modal.bn-modal > .bn-modal-wrap {
  overflow: visible;
}

.bn-mfa-switcher-modal.bn-modal > .bn-modal-wrap {
  overflow: visible;
  width: 384px;
}

.bn-mfa-switcher-modal.bn-modal {
  border-radius: 16px;
}
.bn-mfa-sending-method-terms-content {
  padding: 60px 15px 75px;
}

.bn-sending-method-terms-title {
  color: var(--color-textPrimary);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.bn-sending-method-terms-detail {
  color: var(--color-textPrimary);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}

.bn-sending-method-terms-ok-btn {
  width: 100%;
  margin-top: 40px;
}

.bn-mfa-sending-method-terms-modal-content {
  padding: 24px;
}

.bn-sending-method-terms-modal-title {
  color: var(--color-textPrimary);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.bn-sending-method-terms-modal-detail {
  color: var(--color-textPrimary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}

.bn-sending-method-terms-modal-ok-btn {
  width: 100%;
  margin-top: 24px;
}
.voiceGet {
  display: inline-block;
  color: var(--color-textBrand);
  cursor: pointer;
}

.smsType {
  display: inline-block;
  font-weight: 500;
}

.otp-send-tip-wrapper {
  font-size: 12px;
  line-height: 16px;
}
.bn-mfa-face-page {
  align-items: stretch;
  display: flex;
}

.bn-mfa-face-wrapper {
  padding-bottom: 70px;
}

.bn-mfa-face-icon {
  width: 100%;
  display: block;
}

.bn-mfa-face-tip {
  margin: 20px 5px 16px;
  color: var(--color-textThird);
}

.bn-mfa-face-button {
  width: 100%;
}

.bn-mfa-face-link-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 24px;
}

.bn-mfa-face-manual-verification {
  margin-top: 24px;
}

.bn-mfa-web .bn-mfa-face-tip {
  margin: 24px auto;
}
@media only screen and (min-width: 768px) {
  .bn-modal.bids-widget-error-alert {
    border-radius: 16px;
  }
}
.bn-mfa-multi-sign-page {
  display: flex;
  align-items: center;
}

.bn-mfa-multi-sign-page-title {
  align-self: flex-start;
}

.bn-mfa-multi-validator-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-textThird);
  margin-top: -16px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-validator-subtitle {
    color: var(--color-textSecondary);
  }
}

.bn-mfa-multi-validator-highlight {
  color: var(--color-textPrimary);
  display: inline;
}

.bn-mfa-multi-sign-expired {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
  color: var(--color-textPrimary);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-expired {
    margin-bottom: 0;
  }
}
.bn-mfa-multi-sign-expired .bn-mfa-multi-sign-expired-icon {
  width: 60px;
  height: 60px;
  margin: 80px auto 16px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-expired .bn-mfa-multi-sign-expired-icon {
    margin-top: 0;
  }
}

.bn-mfa-multi-sign-button {
  margin-top: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-multi-sign-button {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

.bn-mfa-multi-sign-buttonv2 {
  margin-top: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-multi-sign-buttonv2 {
    margin-top: 16px;
  }
}

.bn-mfa-multi-sign-countdown {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-textPrimary);
  text-align: center;
  margin: 48px auto 16px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-countdown {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 0px auto 16px;
  }
}

.bn-mfa-multi-sign-detail {
  width: 208px;
  height: 152px;
  border-radius: 12px;
  background-color: var(--color-bg3);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detail {
    width: 215px;
    height: 155px;
  }
}

.bn-mfa-multi-sign-detailv2 {
  width: 208px;
  height: 106px;
  border-radius: 12px;
  background-color: var(--color-Input);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detailv2 {
    width: 215px;
    height: 148px;
    padding-top: 32px;
    padding-bottom: 30px;
    background-color: transparent;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-2l);
    grid-gap: 24px;
    gap: 24px;
  }
}

.bn-mfa-multi-sign-detail-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-PrimaryText);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detail-title {
    color: var(--color-textSecondary);
    margin-bottom: 0;
  }
}

.bn-mfa-multi-sign-detail-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-textThird);
  margin-top: 8px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detail-status {
    margin-top: 27px;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }
}
.bn-mfa-multi-sign-detail-status .bn-mfa-multi-sign-detail-status-active {
  color: var(--color-primaryHover);
}
.bn-mfa-multi-sign-detail-status .bn-mfa-multi-sign-detail-status-slash {
  margin: 0 8px;
}

.bn-mfa-multi-sign-detail-title-slash {
  margin: 0 8px;
  color: var(--color-TertiaryText);
}

.bn-mfa-multi-sign-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-textThird);
  margin-top: 8px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-info {
    color: var(--color-textSecondary);
  }
}

.bn-mfa-multi-sign-info-icon {
  font-size: 20px;
  margin-left: 7px;
  color: var(--color-iconNormal);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-info-icon {
    color: var(--color-textThird);
  }
}

.bn-mfa-multi-sign-approver {
  width: 135px;
}

.bn-mfa-multi-sign-approver-item, .bn-mfa-multi-sign-approver-item-pending {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-textPrimary);
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-approver-item, .bn-mfa-multi-sign-approver-item-pending {
    height: 40px;
  }
}
.bn-mfa-multi-sign-approver-item .bn-mfa-multi-sign-approver-item-title, .bn-mfa-multi-sign-approver-item-pending .bn-mfa-multi-sign-approver-item-title {
  flex: 1 1;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.bn-mfa-multi-sign-approver-item .bn-mfa-multi-sign-approver-item-icon-approved, .bn-mfa-multi-sign-approver-item-pending .bn-mfa-multi-sign-approver-item-icon-approved {
  color: var(--color-success);
  width: 24px;
  height: 24px;
}
.bn-mfa-multi-sign-approver-item .bn-mfa-multi-sign-approver-item-icon-rejected, .bn-mfa-multi-sign-approver-item-pending .bn-mfa-multi-sign-approver-item-icon-rejected {
  color: var(--color-error);
  width: 24px;
  height: 24px;
}

.bn-mfa-multi-sign-approver-item-pending {
  color: var(--color-textDisabled);
}

.bn-mfa-multi-sign-approvers-modal {
  border-radius: 16px;
}
.bn-mfa-multi-sign-approvers-modal .bn-modal-wrap {
  width: 425px !important;
}

.bn-mfa-multi-sign-approvers-drawer .bn-drawer-wrap {
  padding: 50px 15px 40px;
  display: flex;
  flex-direction: column;
}

.bn-mfa-multi-sign-approvers-content {
  flex: 1 1;
  overflow-y: auto;
}
.bn-mfa-multi-sign-approvers-content::-webkit-scrollbar {
  display: none;
}

.bn-mfa-multi-sign-approvers-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-textPrimary);
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-approvers-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.bn-mfa-multi-sign-approvers-modal-content {
  max-height: 400px;
  overflow: auto;
}
.bn-mfa-multi-sign-approvers-modal-content::-webkit-scrollbar {
  display: none;
}

.bn-mfa-multi-sign-approvers-button {
  width: 100%;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-approvers-button {
    margin-top: 40px;
  }
}

.bn-mfa-multi-sign-skeleton-page {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-multi-sign-skeleton-page {
    height: 440px;
  }
}

.bn-mfa-multi-sign-skeleton-box1 {
  align-self: flex-start;
  height: 28px;
  width: 155px;
  background: #848e9c;
  opacity: 0.08;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box1 {
    width: 124px;
  }
}

.bn-mfa-multi-sign-skeleton-box2 {
  height: 12px;
  width: 100%;
  margin-top: 16px;
  background: #848e9c;
  opacity: 0.08;
  border-radius: 4px;
}

.bn-mfa-multi-sign-skeleton-box3 {
  align-self: flex-start;
  height: 12px;
  width: 259px;
  margin-top: 8px;
  background: #848e9c;
  opacity: 0.08;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box3 {
    width: 235px;
  }
}

.bn-mfa-multi-sign-skeleton-box4 {
  height: 12px;
  width: 139px;
  margin-top: 48px;
  background: #848e9c;
  opacity: 0.08;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box4 {
    margin-top: 80px;
    width: 120px;
  }
}

.bn-mfa-multi-sign-skeleton-box5 {
  height: 152px;
  width: 208px;
  margin-top: 12px;
  background: #848e9c;
  opacity: 0.08;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box5 {
    margin-top: 16px;
    width: 215px;
    height: 155px;
  }
}

.bn-mfa-multi-sign-skeleton-box6 {
  height: 12px;
  width: 114px;
  margin-top: 12px;
  background: #848e9c;
  opacity: 0.08;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box6 {
    margin-top: 16px;
    width: 80px;
  }
}

.bn-mfa-multi-sign-valid-container,
.bn-mfa-multi-sign-expired-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bn-mfa-roaming-content-image {
  width: 100%;
  margin: 0 auto 24px;
}

.bn-mfa-roaming-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textPrimary);
}

.bn-mfa-roaming-subtitle {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-textThird);
}

.bn-mfa-roaming-button {
  width: 100%;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

@media only screen and (min-width: 768px) {
  .bn-mfa-roaming-modal {
    border-radius: 16px;
  }
}
.bn-mfa-switcher {
  display: flex;
}

.bn-mfa-switcher-text {
  color: var(--color-textBrand);
  cursor: pointer;
}

.bn-mfa-switcher-drawerv2 .bn-drawer-wrap {
  padding: 0 16px 24px;
}

.bn-mfa-switcher-drawer .bn-drawer-wrap {
  padding-bottom: 24px;
}

.bn-mfa-drawer-header {
  height: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  font-size: 20px;
}
.bn-mfa-drawer-header .bn-mfa-switcher-drawer-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-textPrimary);
  flex: 1 1;
}
.bn-mfa-drawer-header .bn-mfa-switcher-close {
  font-size: 24px;
  cursor: pointer;
  color: var(--color-iconNormal);
}

.bn-mfa-switcher-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 15px 0;
  background-color: var(--color-bg7);
  height: 72px;
  border-radius: 4px;
  cursor: pointer;
}
.bn-mfa-switcher-option:hover {
  background-color: var(--color-disable);
}
.bn-mfa-switcher-option .bn-mfa-switcher-option-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 12px;
}
.bn-mfa-switcher-option .bn-mfa-switcher-option-name {
  color: var(--color-textPrimary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.bn-mfa-switcher-invisible {
  display: none !important;
}

.bn-mfa-switcher-modal-content {
  padding: 0 9px 24px;
}

.bn-mfa-switcher-modal-header {
  padding-top: 4px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
}
.bn-mfa-switcher-modal-header .bn-mfa-switcher-close {
  font-size: 28px;
  cursor: pointer;
  color: var(--color-iconNormal);
}

.bn-mfa-switcher-modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  height: 24px;
  margin-bottom: 24px;
  padding: 0 24px;
}

.bn-mfa-modal.bn-modal > .bn-modal-wrap {
  overflow: visible;
}

.bn-mfa-switcher-modal.bn-modal > .bn-modal-wrap {
  overflow: visible;
  width: 384px;
}

.bn-mfa-switcher-modalv2.bn-modal > .bn-modal-wrap {
  overflow: visible;
  width: 425px;
}

.bn-mfa-switcher-modal.bn-modal {
  border-radius: 16px;
}

.bn-mfa-switcher-passkey {
  margin-top: -8px;
}

.bn-mfa-switcher-passkey-button {
  position: relative;
  width: 100%;
}

.bn-mfa-switcher-splitv2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.bn-mfa-switcher-split-line {
  background-color: var(--color-line);
  width: 136px;
  height: 1px;
}

.bn-mfa-switcher-split-linev2 {
  background-color: var(--color-line);
  width: 100%;
  height: 1px;
}

.bn-mfa-switcher-split-line-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-textThird);
}

.bn-mfa-switcher-passkey-button-icon {
  width: 24px;
  height: 24px;
  position: absolute !important;
  left: 16px;
  top: 12px;
}
.risk-info .bn-tooltips{
    position: fixed;
    transform: translate(-50%, -24px) !important;
}
.dark .bn-mfa-overview-step {
  --color-line:#474D57 ;
}

.light .bn-mfa-overview-step {
  --color-line:#EAECEF ;
}

.bn-mfa-web.bn-mfa-page-style .bn-mfa-overview .bn-mfa-overview-title {
  color: #0f0 !important;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-web.bn-mfa-page-style .bn-mfa-overview .bn-mfa-overview-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .bn-mfa-web .bn-mfa-overview .bn-mfa-overview-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

.bn-mfa-overview2 .bn-mfa-overview-scroller {
  flex: 1 1;
  overflow-y: auto;
}
.bn-mfa-overview2 .bn-mfa-overview-scroller::-webkit-scrollbar {
  display: none;
}
.bn-mfa-overview2 .bn-mfa-overview-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-textPrimary);
}
@media only screen and (max-width: 767px) {
  .bn-mfa-overview2 .bn-mfa-overview-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }
}
.bn-mfa-overview2 .bn-mfa-overview-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-textThird);
}
@media only screen and (max-width: 767px) {
  .bn-mfa-overview2 .bn-mfa-overview-subtitle {
    color: var(--color-textSecondary);
  }
}
.bn-mfa-overview2 .bn-mfa-overview-step-wrapper .mfa-option-box.bn-mfa-overview-step-done {
  cursor: auto;
  border: none;
}
.bn-mfa-overview2 .bn-mfa-overview-step-wrapper .mfa-option-box .bn-mfa-overview-step-icon {
  width: 24px;
  height: 24px;
}
.bn-mfa-overview2 .bn-mfa-overview-step-wrapper .mfa-option-box .bn-mfa-overview-step-content {
  flex: 1 1;
}
.bn-mfa-overview2 .bn-mfa-overview-step-wrapper .mfa-option-box .bn-mfa-overview-step-content .bn-mfa-overview-step-title {
  color: var(--color-textPrimary);
}
.bn-mfa-overview2 .bn-mfa-overview-step-wrapper .mfa-option-box .bn-mfa-overview-step-content .bn-mfa-overview-step-desc {
  color: var(--color-textSecondary);
}
.bn-mfa-overview2 .bn-mfa-overview-button {
  margin-top: 24px;
}
.bn-subscript.otp-bind-select-option {
  border-width: 2px;
  --color-checkmark: var(--color-bg3);
}
.bn-subscript.otp-bind-select-option.bg-\[--color-bg2\] {
  --color-checkmark: var(--color-bg2);
}
.bn-subscript.otp-bind-select-option > .bn-subscript-icon {
  display: none;
}
.bn-subscript.otp-bind-select-option.checked {
  --color-checkmark: var(--color-primaryHover);
  border-style: solid;
  background-color: var(--color-bg1);
}
.bn-subscript.otp-bind-select-option.checked > .bn-subscript-icon {
  display: block;
}
.bn-subscript.otp-bind-select-option.checked > .bn-subscript-icon .bn-svg {
  transform: scale(0.9);
  position: absolute;
  right: 1px;
  top: -1px;
}

.bn-subscript.otp-bind-select-optionV2 {
  border-width: 1px;
  border-radius: var(--radii-2l);
}
.bn-subscript.otp-bind-select-optionV2:hover {
  border-color: var(--color-PrimaryText);
  border-width: 1px;
  box-shadow: 0 0 1px 0.5px var(--color-PrimaryText);
}
.bn-subscript.otp-bind-select-optionV2 > .bn-subscript-icon {
  display: none;
}
.bn-subscript.otp-bind-select-optionV2.checked {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-PrimaryText);
  box-shadow: 0 0 1px 0.5px var(--color-PrimaryText);
}

.need-bind-redirect-button {
  margin-top: auto;
  width: 100%;
}

.bn-mfa-web .need-bind-redirect-button {
  margin-top: 24px;
}
.mfa-need-bind-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-align: center;
  padding: 0 24px 24px;
}
@media only screen and (max-width: 767px) {
  .mfa-need-bind-page {
    padding: 0 16px 24px;
  }
}

.mfa-need-bind-pageV2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-align: center;
  padding: 0 40px 24px;
}
@media only screen and (max-width: 767px) {
  .mfa-need-bind-pageV2 {
    padding: 0 24px 24px;
    min-height: auto;
  }
}

.mfa-need-bind-page-icon {
  width: 96px;
  height: 96px;
  margin: 18px auto var(--space-m);
}

.need-bind-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .need-bind-title {
    margin-bottom: 16px;
  }
}

.need-bind-subtitle {
  color: var(--color-textThird);
  margin-bottom: var(--space-xl);
}
@media only screen and (max-width: 767px) {
  .need-bind-subtitle {
    color: var(--color-textSecondary);
  }
}

.mfa-need-bind-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
}
.mfa-need-bind-option + .mfa-need-bind-option {
  margin-top: 23px;
}
.mfa-need-bind-option .mfa-need-bind-option-icon {
  width: 48px;
  height: 48px;
  background-color: var(--color-bg2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  margin-right: 10px;
  padding: 12px;
}
.mfa-need-bind-option .mfa-need-bind-option-name {
  color: var(--color-textPrimary);
}
.mfa-need-bind-option .mfa-need-bind-option-warning {
  margin-left: auto;
  color: #F0B90B;
  font-size: 24px;
}

.need-bind-redirect-button {
  margin-top: auto;
  width: 100%;
}

.bn-mfa-web .need-bind-subtitle {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-web .need-bind-subtitle {
    margin-bottom: 16px;
  }
}
.bn-mfa-web .mfa-need-bind-option-icon {
  margin-left: 4px;
  margin-right: -4px;
}
.bn-mfa-web .mfa-need-bind-option-warning {
  margin-right: 16px;
}
.bn-mfa-web .mfa-need-bind-option {
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-web .mfa-need-bind-option {
    height: 56px;
  }
}
.bn-mfa-web .mfa-need-bind-option + .mfa-need-bind-option {
  margin-top: 0;
}
.bn-mfa-web .need-bind-redirect-button {
  margin-top: 24px;
}
.bn-mfa-web .mfa-need-bind-page-icon {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-web .mfa-need-bind-page-icon {
    margin-top: 18px;
  }
  .bn-mfa-web .mfa-need-bind-page-icon.only-passkeys {
    margin-top: 32px;
  }
}
.bn-mfa-bind-guide-close {
  position: absolute;
  color: var(--color-iconNormal);
  cursor: pointer;
}

.bn-mfa-bind-guide-modal .bn-modal-wrap {
  width: 440px !important;
  padding-top: 60px;
}
.bn-mfa-bind-guide-modal .bn-mfa-bind-guide-close {
  top: 20px;
  right: 24px;
}

@media only screen and (max-width: 767px) {
  .bn-mfa-bind-guide-drawer .bn-drawer-wrap {
    padding-top: 34px;
  }
}
.bn-mfa-bind-guide-drawer .bn-mfa-bind-guide-close {
  top: 14px;
  right: 14px;
}

.bn-mfa-bind-guide-drawer .bn-drawer-wrap, .bn-mfa-bind-guide-modal .bn-drawer-wrap {
  overflow-y: scroll;
}
.bn-mfa-bind-guide-drawer .need-bind-redirect-button, .bn-mfa-bind-guide-modal .need-bind-redirect-button {
  margin-top: 24px !important;
}
.bn-mfa-page-style {
  padding: 0 15px;
}

.bn-mfa-web, .bn-mfa-web * {
  box-sizing: border-box;
}

.no-bg-loading > .bn-loading-box {
  background-color: transparent !important;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.08;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.08;
  }
  100% {
    opacity: 0.2;
  }
}
.bn-mfa-skeleton-page {
  padding: 0 24px;
}
.bn-mfa-skeleton-page .skeleton-item {
  border-radius: 4px;
  background: #848E9C;
  margin-bottom: 16px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bn-mfa-skeleton-page .skeleton-text-item {
  height: 12px;
}
/* @import 'tailwindcss/base'; */

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.z-20 {
  z-index: 20;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.\!mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}

.\!mb-\[82px\] {
  margin-bottom: 82px !important;
}

.-mr-\[24px\] {
  margin-right: -24px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[--space-4xs\] {
  margin-left: var(--space-4xs);
}

.ml-\[8px\] {
  margin-left: 8px;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-24px\] {
  margin-top: -24px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[144px\] {
  margin-top: 144px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-\[120px\] {
  height: 120px !important;
}

.\!h-\[96px\] {
  height: 96px !important;
}

.\!h-\[calc\(100vh_-_240px\)\] {
  height: calc(100vh - 240px) !important;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[8px\] {
  height: 8px;
}

.h-\[96px\] {
  height: 96px;
}

.h-full {
  height: 100%;
}

.max-h-\[calc\(100vh-140px\)\] {
  max-height: calc(100vh - 140px);
}

.\!w-\[120px\] {
  width: 120px !important;
}

.\!w-\[96px\] {
  width: 96px !important;
}

.\!w-\[inherit\] {
  width: inherit !important;
}

.\!w-full {
  width: 100% !important;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[111px\] {
  width: 111px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[132px\] {
  width: 132px;
}

.w-\[144px\] {
  width: 144px;
}

.w-\[237px\] {
  width: 237px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[425px\] {
  width: 425px;
}

.w-\[5px\] {
  width: 5px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[8px\] {
  width: 8px;
}

.w-\[96px\] {
  width: 96px;
}

.w-full {
  width: 100%;
}

.\!min-w-\[80px\] {
  min-width: 80px !important;
}

.min-w-\[8px\] {
  min-width: 8px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1248px\] {
  max-width: 1248px;
}

.flex-1 {
  flex: 1 1;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-\[12px\] {
  grid-gap: 12px;
  gap: 12px;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.overflow-y-auto {
  overflow-y: auto;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[--color-Line\] {
  border-color: var(--color-Line);
}

.border-\[--color-TagBg\] {
  border-color: var(--color-TagBg);
}

.border-\[--color-line\] {
  border-color: var(--color-line);
}

.bg-\[\#F0B90B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 185 11 / var(--tw-bg-opacity));
}

.bg-\[--color-badgeBg\] {
  background-color: var(--color-badgeBg);
}

.bg-\[--color-bg1\] {
  background-color: var(--color-bg1);
}

.bg-\[--color-bg2\] {
  background-color: var(--color-bg2);
}

.bg-\[--color-bg3\] {
  background-color: var(--color-bg3);
}

.bg-\[--color-primary\] {
  background-color: var(--color-primary);
}

.bg-tag-bg-primary {
  background-color: rgba(240, 185, 11, 0.1);
}

.bg-contain {
  background-size: contain;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[--space-m\] {
  padding-left: var(--space-m);
  padding-right: var(--space-m);
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[7px\] {
  padding-top: 7px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.text-left {
  text-align: left;
}

.\!text-center {
  text-align: center !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.\!text-\[96px\] {
  font-size: 96px !important;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-medium {
  font-weight: 500 !important;
}

.font-\[500\] {
  font-weight: 500;
}

.font-medium {
  font-weight: 500;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[20px\] {
  line-height: 20px;
}

.\!text-\[--color-PrimaryText\] {
  color: var(--color-PrimaryText) !important;
}

.text-\[--SecondaryText\] {
  color: var(--SecondaryText);
}

.text-\[--color-Buy\] {
  color: var(--color-Buy);
}

.text-\[--color-DisableText\] {
  color: var(--color-DisableText);
}

.text-\[--color-DisabledText\] {
  color: var(--color-DisabledText);
}

.text-\[--color-Error\] {
  color: var(--color-Error);
}

.text-\[--color-PirmaryText\] {
  color: var(--color-PirmaryText);
}

.text-\[--color-PrimaryText\] {
  color: var(--color-PrimaryText);
}

.text-\[--color-PrimaryYellow\] {
  color: var(--color-PrimaryYellow);
}

.text-\[--color-SecondaryText\] {
  color: var(--color-SecondaryText);
}

.text-\[--color-Success\] {
  color: var(--color-Success);
}

.text-\[--color-TertiaryText\] {
  color: var(--color-TertiaryText);
}

.text-\[--color-TextBuy\] {
  color: var(--color-TextBuy);
}

.text-\[--color-TextLink\] {
  color: var(--color-TextLink);
}

.text-\[--color-error\] {
  color: var(--color-error);
}

.text-\[--color-iconNormal\] {
  color: var(--color-iconNormal);
}

.text-\[--color-primaryHover\] {
  color: var(--color-primaryHover);
}

.text-\[--color-success\] {
  color: var(--color-success);
}

.text-\[--color-textBrand\] {
  color: var(--color-textBrand);
}

.text-\[--color-textPrimary\] {
  color: var(--color-textPrimary);
}

.text-\[--color-textSecondary\] {
  color: var(--color-textSecondary);
}

.text-\[--color-textThird\] {
  color: var(--color-textThird);
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bidscl-headline0 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .bidscl-headline0 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
  }
}

.headline1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

@media only screen and (min-width: 768px) {
  .headline1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }
}

/* 加前缀，避免跟别的项目撞名，导致样式覆盖 */

.bidscl-headline1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

@media only screen and (min-width: 768px) {
  .bidscl-headline1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.headline2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .headline2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}

.headline3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .headline3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.headline4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .headline4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.bidscl-headline4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .bidscl-headline4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}

.headline6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .headline6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.subtitle1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.bidscl-subtitle1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .bidscl-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.subtitle2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .subtitle2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.bidscl-subtitle2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .bidscl-subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.subtitle3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.subtitle4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.subtitle5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}

.body1 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 768px) {
  .body1 {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
  }
}

.body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.bidscl-body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .bidscl-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

.bidscl-body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .bidscl-body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.bidscl-body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .bidscl-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

.bidscl-caption1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .bidscl-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}

.caption2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

.caption3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .caption3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.bidscls-btnLink2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .bidscls-btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.bidscls-btnLink2 {
  text-decoration: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.account-deletion-textarea .bn-textarea-input {
  height: 120px
}

.reset-mfa-select-list .bn-checkbox-icon {
  font-size: 16px;
  margin: var(--space-4xs);
}

.bidscl-body2secondary {
  color: var(--color-SecondaryText);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .bidscl-body2secondary {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.mfa-passkey-loading {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .bn-mfa-web.bn-modal > .bn-modal-wrap {
    margin-top: 80px;
  }
}

.bn-mfa-page-style .mfa-need-bind-pageV2,
   .bn-mfa-page-style .mfa-verify-page {
  padding:0;
}

.mfa-verify-page {
  width: 100%;
  flex-direction: column;
  /* height: calc(100% - 64px); */
  flex: 1 1;
  overflow-y: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width: 640px) {
  .mfa-verify-page {
    height: auto;
    min-height: 452px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.mfa-verify-buttonv2 {
  width: 100%;
  margin-top: var(--space-xl);
  margin-bottom: 16px;
}

.mfa-security-unavailable {
  padding: 8px 0;
}

@media (min-width: 640px) {
  .mfa-security-unavailable {
    text-align: center;
  }
}

.mfa-security-page-title {
  margin-bottom: 0.5rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

@media only screen and (min-width: 768px) {
  .mfa-security-page-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

@media (min-width: 640px) {
  .mfa-security-page-title {
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  @media only screen and (min-width: 768px) {
    .mfa-security-page-title {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }

  .mfa-security-page-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  @media only screen and (min-width: 768px) {
    .mfa-security-page-title {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }
}

.bn-textField__line.\!focus:not(.static) {
  border-color: var(--color-PrimaryYellow) !important;
}

.bn-textField__line.focus:not(.static) {
  border-color: var(--color-PrimaryYellow);
}

.mfa-option-box {
  display: flex;
  height: 72px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-Line);
  padding-left: 1rem;
  padding-right: 1rem;
  @media (min-width: 640px) {
    width: calc(100% - 2px);
  }
}

@media (min-width: 640px) {
  .mfa-option-box {
    height: 64px;
    border-color: var(--color-InputLine);
  }

  .mfa-option-box:hover {
    border-color: var(--color-PrimaryText);
    --tw-shadow: 0 0 0px 0.5px var(--color-PrimaryText);
    --tw-shadow-colored: 0 0 0px 0.5px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mfa-option-box.bn-mfa-overview-step-done:hover {
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.bids-web-modal > .bn-modal-wrap {
  width: 425px;
}

.typography-Headline1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
  }
}

.typography-Headline2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}

.typography-Headline3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.typography-Headline4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.typography-Headline5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

.typography-Headline6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Headline6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.typography-Subtitle1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Subtitle2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Subtitle3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.typography-Subtitle4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.typography-Subtitle5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-Subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}

.typography-Body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-Body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.typography-Body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-Body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.typography-Body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-Body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.typography-Btn_link1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link1 {
    font-size: 20px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Btn_link2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Btn_link3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Btn_link4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-Btn_link4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-Caption1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption1 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}

.typography-Caption2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

.typography-Caption3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.typography-Caption4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-Caption4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.typography-Primary_num1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .typography-Primary_num1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.typography-Primary_num2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .typography-Primary_num2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

.typography-Primary_num3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .typography-Primary_num3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

.typography-Secondary_num1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Secondary_num1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Secondary_num2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-Secondary_num2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-Secondary_num3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-Secondary_num3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.typography-Tertiary_num1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-Tertiary_num1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}

.typography-Tertiary_num2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .typography-Tertiary_num2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
}

.typography-Tertiary_num3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .typography-Tertiary_num3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

/* 新字体 */

.typography-title1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

@media only screen and (min-width: 768px) {
  .typography-title1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
  }
}

.typography-title2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .typography-title2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}

.typography-headline0 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .typography-headline0 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
  }
}

.typography-headline1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

@media only screen and (min-width: 768px) {
  .typography-headline1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.typography-headline2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

@media only screen and (min-width: 768px) {
  .typography-headline2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.typography-headline2-1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .typography-headline2-1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}

.typography-headline3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-headline3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

.typography-headline4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .typography-headline4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}

.typography-headline5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .typography-headline5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}

.typography-subtitle4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-subtitle4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-subtitle5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-subtitle5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.typography-subtitle6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
}

.typography-subtitle1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.typography-subtitle2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.typography-subtitle3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-subtitle3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}

.typography-body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.typography-body1-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.typography-body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.typography-body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

.typography-body4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-body4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.typography-body5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-body5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

.typography-btnLink1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-btnLink1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-btnLink2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-btnLink3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-btnLink3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-btnLink4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px) {
  .typography-btnLink4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }
}

.typography-caption0 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-caption0 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}

.typography-caption1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}

.typography-caption2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}

.typography-caption3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .typography-caption3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}

.typography-primaryNum0 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

@media only screen and (min-width: 768px) {
  .typography-primaryNum0 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
}

.typography-primaryNum1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .typography-primaryNum1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }
}

.typography-primaryNum1-1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .typography-primaryNum1-1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.typography-primaryNum2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

@media only screen and (min-width: 768px) {
  .typography-primaryNum2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

.typography-primaryNum3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

@media only screen and (min-width: 768px) {
  .typography-primaryNum3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}

.typography-secondaryNum1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .typography-secondaryNum1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.typography-secondaryNum2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .typography-secondaryNum2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
}

.typography-secondaryNum3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .typography-secondaryNum3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.typography-tertiaryNum1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .typography-tertiaryNum1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

.typography-tertiaryNum2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-tertiaryNum2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}

.typography-tertiaryNum3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .typography-tertiaryNum3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}

/* @layer base {
    :root {
      --color-primary: 255 115 179;
      --color-secondary: 111 114 185;
      --color-notification: 216 159 0;
    }
  } */

/* @layer components {
    .t2fa-management-warning.bn-modal-confirm {
       & > .bn-modal-confirm-icon {
         height: 96px;
         width: 96px;
        }
        & > .bn-modal-confirm-actions {
          margin-bottom: 8px;
        }
        & > .bn-modal-confirm-desc {
          max-height: fit-content;
        }
    }
} */

@media (max-width: 639px) {
  .mobile\:bidscl-body2secondary {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-body2secondary {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
  }
}

@media (min-width: 640px) {
  .sm\:bids-card {
    border-radius: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-Line);
    padding: 1rem;
  }
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:content-\[\'\2022\'\]::before {
  --tw-content: '•';
  content: var(--tw-content);
}

.hover\:text-\[--color-PrimaryYellow\]:hover {
  color: var(--color-PrimaryYellow);
}

.hover\:text-\[--color-textBrand\]:hover {
  color: var(--color-textBrand);
}

@media (max-width: 639px) {
  .mobile\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mobile\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .mobile\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .mobile\:mb-8 {
    margin-bottom: 2rem;
  }

  .mobile\:mt-0 {
    margin-top: 0px;
  }

  .mobile\:mt-4 {
    margin-top: 1rem;
  }

  .mobile\:mt-auto {
    margin-top: auto;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:h-6 {
    height: 1.5rem;
  }

  .mobile\:w-6 {
    width: 1.5rem;
  }

  .mobile\:w-auto {
    width: auto;
  }

  .mobile\:flex-1 {
    flex: 1 1;
  }

  .mobile\:flex-row {
    flex-direction: row;
  }

  .mobile\:\!gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .mobile\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .mobile\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .mobile\:self-end {
    align-self: flex-end;
  }

  .mobile\:border {
    border-width: 1px;
  }

  .mobile\:border-b {
    border-bottom-width: 1px;
  }

  .mobile\:border-solid {
    border-style: solid;
  }

  .mobile\:border-\[--color-Line\] {
    border-color: var(--color-Line);
  }

  .mobile\:p-6 {
    padding: 1.5rem;
  }

  .mobile\:pt-0 {
    padding-top: 0px;
  }

  .mobile\:text-left {
    text-align: left;
  }

  .mobile\:text-right {
    text-align: right;
  }

  .mobile\:text-\[--color-SecondaryText\] {
    color: var(--color-SecondaryText);
  }

  .mobile\:bidscl-headline1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-headline1 {
      font-size: 40px;
      font-weight: 600;
      line-height: 48px;
    }
  }

  .mobile\:bidscl-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-headline2 {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }

  .mobile\:bidscl-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-headline2 {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }

  .mobile\:bidscl-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-subtitle1 {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
    }
  }

  .mobile\:bidscl-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-body3 {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }
  }

  .mobile\:bidscl-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-body3 {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }
  }

  .mobile\:bidscl-title2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-title2 {
      font-size: 48px;
      font-weight: 600;
      line-height: 56px;
    }
  }

  .mobile\:bidscl-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscl-caption1 {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
    }
  }

  .mobile\:bidscls-btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-underline-offset: 2px;
  }

  @media only screen and (min-width: 768px) {
    .mobile\:bidscls-btnLink2 {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      -webkit-text-decoration-style: solid;
              text-decoration-style: solid;
      -webkit-text-decoration-color: currentColor;
              text-decoration-color: currentColor;
      text-underline-offset: 2px;
    }
  }

  .mobile\:bidscls-btnLink2 {
    text-decoration: none;
  }
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-\[120px\] {
    height: 120px;
  }

  .sm\:h-\[48px\] {
    height: 48px;
  }

  .sm\:h-\[96px\] {
    height: 96px;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-\[120px\] {
    width: 120px;
  }

  .sm\:w-\[96px\] {
    width: 96px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .sm\:bg-\[--color-Vessel\] {
    background-color: var(--color-Vessel);
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:\!font-normal {
    font-weight: 400 !important;
  }

  .sm\:leading-\[16px\] {
    line-height: 16px;
  }

  .sm\:text-\[--color-PrimaryText\] {
    color: var(--color-PrimaryText);
  }

  .sm\:text-\[--color-PrimaryYellow\] {
    color: var(--color-PrimaryYellow);
  }

  .sm\:text-\[--color-SecondaryText\] {
    color: var(--color-SecondaryText);
  }

  .sm\:text-\[--color-TertiaryText\] {
    color: var(--color-TertiaryText);
  }

  .sm\:text-\[--color-textThird\] {
    color: var(--color-textThird);
  }

  .sm\:bidscl-headline1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-headline1 {
      font-size: 40px;
      font-weight: 600;
      line-height: 48px;
    }
  }

  .sm\:bidscl-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-headline2 {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }

  .sm\:bidscl-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-headline2 {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }

  .sm\:bidscl-headline4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-headline4 {
      font-size: 24px;
      font-weight: 600;
      line-height: 34px;
    }
  }

  .sm\:bidscl-headline5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-headline5 {
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
    }
  }

  .sm\:bidscl-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-subtitle1 {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
    }
  }

  .sm\:bidscl-subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-subtitle2 {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
    }
  }

  .sm\:bidscl-subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-subtitle6 {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
    }
  }

  .sm\:bidscl-body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-body1-1 {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
  }

  .sm\:body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:body2 {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
  }

  .sm\:bidscl-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-body3 {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }
  }

  .sm\:body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:body3 {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }
  }

  .sm\:bidscl-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-body3 {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }
  }

  .sm\:bidscl-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  @media only screen and (min-width: 768px) {
    .sm\:bidscl-caption1 {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
    }
  }
}

@media (min-width: 768px) {
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .md\:mt-\[64px\] {
    margin-top: 64px;
  }

  .md\:h-\[48px\] {
    height: 48px;
  }

  .md\:w-\[198px\] {
    width: 198px;
  }

  .md\:rounded-\[4px\] {
    border-radius: 4px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:\!font-normal {
    font-weight: 400 !important;
  }

  .md\:font-\[600\] {
    font-weight: 600;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:text-\[--color-textThird\] {
    color: var(--color-textThird);
  }
}

@media (min-width: 1024px) {
  .lg\:w-\[156px\] {
    width: 156px;
  }

  .lg\:w-\[164px\] {
    width: 164px;
  }

  .lg\:w-\[240px\] {
    width: 240px;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }
}

@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
