.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;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.08;
  }
  to {
    opacity: 0.2;
  }
}
.bn-mfa-skeleton-page {
  padding: 0 24px;
}
.bn-mfa-skeleton-page .skeleton-item {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  animation-name: blink;
  background: #848e9c;
  border-radius: 4px;
  margin-bottom: 16px;
}
.bn-mfa-skeleton-page .skeleton-text-item {
  height: 12px;
}
.\!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;
}
.top-4 {
  top: 1rem;
}
.top-\[2px\] {
  top: 2px;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.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-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-\[24px\] {
  margin-bottom: 24px;
  margin-top: 24px;
}
.\!mb-\[82px\] {
  margin-bottom: 82px !important;
}
.-mr-\[24px\] {
  margin-right: -24px;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.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: 0;
}
.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-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.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: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 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-\[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-\[20px\] {
  height: 20px;
}
.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-\[445px\] {
  max-height: 445px;
}
.\!w-\[96px\] {
  width: 96px !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-\[20px\] {
  width: 20px;
}
.w-\[237px\] {
  width: 237px;
}
.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-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.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;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.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-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-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
  margin-top: calc(16px * (1 - 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;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.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-b {
  border-bottom-width: 1px;
}
.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-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.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-bottom: 3rem;
  padding-top: 3rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-\[16px\] {
  padding-bottom: 16px;
  padding-top: 16px;
}
.py-\[20px\] {
  padding-bottom: 20px;
  padding-top: 20px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.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-\[16px\] {
  padding-right: 16px;
}
.pt-0 {
  padding-top: 0;
}
.pt-12 {
  padding-top: 3rem;
}
.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-\[96px\] {
  font-size: 96px !important;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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-medium {
  font-weight: 500;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[20px\] {
  line-height: 20px;
}
.text-\[--SecondaryText\] {
  color: var(--SecondaryText);
}
.text-\[--color-DisabledText\] {
  color: var(--color-DisabledText);
}
.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-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-textDisabled\] {
  color: var(--color-textDisabled);
}
.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);
}
.blur,
.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-duration: 0.15s;
  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);
}
.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;
  }
}
.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-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-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    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 {
  margin-right: 8px;
  padding-bottom: 0;
  padding-top: 0;
}
@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 {
  flex-direction: column;
  height: calc(100% - 64px);
  overflow-y: scroll;
  padding: 0 1.5rem;
  width: 100%;
}
@media (min-width: 640px) {
  .mfa-verify-page {
    height: auto;
    min-height: 452px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.mfa-verify-buttonv2 {
  margin-bottom: 16px;
  margin-top: var(--space-xl);
  width: 100%;
}
.mfa-security-unavailable {
  padding: 8px 0;
}
@media (min-width: 640px) {
  .mfa-security-unavailable {
    text-align: center;
  }
}
.mfa-security-page-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0.5rem;
}
@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 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 1rem;
  }
  @media only screen and (min-width: 768px) {
    .mfa-security-page-title {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }
  }
}
.mfa-option-box {
  grid-gap: 0.75rem;
  align-items: center;
  border-color: var(--color-Line);
  border-radius: 0.75rem;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  height: 72px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  @media (min-width: 640px) {
    width: calc(100% - 2px);
  }
}
@media (min-width: 640px) {
  .mfa-option-box {
    border-color: var(--color-InputLine);
    height: 64px;
  }
  .mfa-option-box:hover {
    --tw-shadow: 0 0 0px 0.5px var(--color-PrimaryText);
    --tw-shadow-colored: 0 0 0px 0.5px var(--tw-shadow-color);
    border-color: var(--color-PrimaryText);
  }
  .mfa-option-box.bn-mfa-overview-step-done:hover,
  .mfa-option-box:hover {
    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 {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    border-style: none;
  }
}
.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-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .typography-Btn_link1 {
    font-size: 20px;
    line-height: 28px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-Btn_link2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-Btn_link3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-Btn_link4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-Caption1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .typography-Caption1 {
    font-size: 12px;
    font-weight: 500;
    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-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-btnLink2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-btnLink3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }
}
.typography-btnLink4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  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-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    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;
  }
}
@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;
    }
  }
}
.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-textBrand\]:hover {
  color: var(--color-textBrand);
}
@media (max-width: 639px) {
  .mobile\:mt-auto {
    margin-top: auto;
  }
  .mobile\:h-6 {
    height: 1.5rem;
  }
  .mobile\:w-6 {
    width: 1.5rem;
  }
  .mobile\:border {
    border-width: 1px;
  }
  .mobile\:border-solid {
    border-style: solid;
  }
  .mobile\:border-\[--color-Line\] {
    border-color: var(--color-Line);
  }
  .mobile\:text-left {
    text-align: left;
  }
  .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\:bidscls-btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    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-color: currentColor;
      text-decoration-color: currentColor;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      -webkit-text-decoration-style: solid;
      text-decoration-style: solid;
      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-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:h-24 {
    height: 6rem;
  }
  .sm\:h-5 {
    height: 1.25rem;
  }
  .sm\:h-\[48px\] {
    height: 48px;
  }
  .sm\:h-\[96px\] {
    height: 96px;
  }
  .sm\:w-24 {
    width: 6rem;
  }
  .sm\:w-5 {
    width: 1.25rem;
  }
  .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-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-bottom: calc(1rem * var(--tw-space-y-reverse));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  }
  .sm\:rounded-\[8px\] {
    border-radius: 8px;
  }
  .sm\:bg-\[--color-Vessel\] {
    background-color: var(--color-Vessel);
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .sm\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .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-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\:subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  @media only screen and (min-width: 768px) {
    .sm\:subtitle3 {
      font-size: 16px;
      font-weight: 500;
      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-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-bottom: 1rem;
    margin-top: 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\:ml-\[8px\] {
    margin-left: 8px;
  }
  .lg\:w-\[156px\] {
    width: 156px;
  }
  .lg\:w-\[164px\] {
    width: 164px;
  }
  .lg\:w-\[240px\] {
    width: 240px;
  }
  .lg\:w-\[400px\] {
    width: 400px;
  }
  .lg\:w-\[792px\] {
    width: 792px;
  }
}
@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .bn-modal.bids-widget-error-alert {
    border-radius: 16px;
  }
}
.bn-mfa-bind-guide-close {
  color: var(--color-iconNormal);
  cursor: pointer;
  position: absolute;
}
.bn-mfa-bind-guide-modal .bn-modal-wrap {
  padding-top: 60px;
  width: 440px !important;
}
.bn-mfa-bind-guide-modal .bn-mfa-bind-guide-close {
  right: 24px;
  top: 20px;
}
@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 {
  right: 14px;
  top: 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;
}
.mfa-need-bind-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 24px 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mfa-need-bind-page {
    padding: 0 16px 24px;
  }
}
.mfa-need-bind-pageV2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 40px 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mfa-need-bind-pageV2 {
    min-height: auto;
    padding: 0 24px 24px;
  }
}
.mfa-need-bind-page-icon {
  height: 96px;
  margin: 18px auto var(--space-m);
  width: 96px;
}
.need-bind-title {
  font-size: 20px;
  font-weight: 600;
  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 {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: flex-start;
}
.mfa-need-bind-option + .mfa-need-bind-option {
  margin-top: 23px;
}
.mfa-need-bind-option .mfa-need-bind-option-icon {
  align-items: center;
  background-color: var(--color-bg2);
  border-radius: 48px;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-right: 10px;
  padding: 12px;
  width: 48px;
}
.mfa-need-bind-option .mfa-need-bind-option-name {
  color: var(--color-textPrimary);
}
.mfa-need-bind-option .mfa-need-bind-option-warning {
  color: #f0b90b;
  font-size: 24px;
  margin-left: auto;
}
.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 .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-subscript.otp-bind-select-option {
  --color-checkmark: var(--color-bg3);
  border-width: 2px;
}
.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);
  background-color: var(--color-bg1);
  border-style: solid;
}
.bn-subscript.otp-bind-select-option.checked > .bn-subscript-icon {
  display: block;
}
.bn-subscript.otp-bind-select-option.checked > .bn-subscript-icon .bn-svg {
  position: absolute;
  right: 1px;
  top: -1px;
  transform: scale(0.9);
}
.bn-subscript.otp-bind-select-optionV2 {
  border-radius: var(--radii-2l);
  border-width: 1px;
}
.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-color: var(--color-PrimaryText);
  border-style: solid;
  border-width: 1px;
  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;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-web.bn-mfa-page-style .bn-mfa-overview .bn-mfa-overview-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}
.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 {
  color: var(--color-textPrimary);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@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 {
  color: var(--color-textThird);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@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 {
  border: none;
  cursor: auto;
}
.bn-mfa-overview2
  .bn-mfa-overview-step-wrapper
  .mfa-option-box
  .bn-mfa-overview-step-icon {
  height: 24px;
  width: 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-switcher {
  align-items: center;
  color: var(--color-textBrand);
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  padding: 8px 0;
}
.bn-mfa-overview2 .bn-mfa-overview-button {
  margin-top: 24px;
}
.bn-mfa-navigator {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bn-mfa-navigator .bn-mfa-navigator-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
}
.bn-mfa-navigator .bn-mfa-navigator-header .bn-mfa-navigator-arrow,
.bn-mfa-navigator .bn-mfa-navigator-header .bn-mfa-navigator-close {
  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 {
  overflow: hidden;
  transition: height 0.2s;
}
@media only screen and (max-width: 767px) {
  .height-container {
    align-items: stretch;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }
  .bn-mfa-navigator {
    height: 100% !important;
  }
}
.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 {
    border-radius: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}
.bn-modal.bn-mfa-modal > .bn-modal-wrap .bn-mfa-modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.bn-modal.bn-mfa-modal > .bn-modal-wrap .bn-mfa-modal-hide {
  opacity: 0;
  pointer-events: none;
}
.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-option {
  background-color: var(--color-bg7);
}
.bn-mfa-switcher-option:hover {
  background-color: var(--color-disable);
}
.bn-mfa-switcher-modalv2.bn-modal > .bn-modal-wrap {
  overflow: visible;
  width: 425px;
}
.bn-mfa-switcher-passkey {
  margin-top: -8px;
}
.bn-mfa-switcher-passkey-button {
  position: relative;
  width: 100%;
}
.bn-mfa-switcher-splitv2 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
}
.bn-mfa-switcher-split-line {
  background-color: var(--color-line);
  height: 1px;
  width: 136px;
}
.bn-mfa-switcher-split-linev2 {
  background-color: var(--color-line);
  height: 1px;
  width: 100%;
}
.bn-mfa-switcher-split-line-text {
  color: var(--color-textThird);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-mfa-switcher-passkey-button-icon {
  height: 24px;
  left: 16px;
  position: absolute !important;
  top: 12px;
  width: 24px;
}
.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;
  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 {
  cursor: pointer;
  text-decoration: none !important;
}
.bio-error {
  margin-top: var(--space-xs);
  text-align: center;
  width: 250px;
}
.fido-content {
  border-radius: 12px;
  height: 155px;
  left: 50%;
  margin-left: -78px;
  margin-top: -128px;
  position: absolute;
  top: 50%;
  width: 155px;
}
.fido-content .fido-image {
  height: 96px;
  width: 96px;
}
.fido-content .fido-image.bn-lazy-img {
  background-color: transparent;
}
.fido-content .fido-icon {
  align-items: center;
  height: 155px;
  justify-content: center;
  width: 155px;
}
.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 {
  align-items: center;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between;
}
.yubikey-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 254px;
  margin-top: -167px;
  position: relative;
  top: 50%;
  width: 100%;
}
.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 {
  border-radius: 4px;
  display: block;
  margin-bottom: 24px;
  margin-top: 24px;
  width: 100%;
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-subtitle {
  color: var(--color-textPrimary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-desc {
  color: var(--color-textThird);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}
.bn-mfa-web .bn-mfa-fido.verify-page .bn-mfa-fido-button {
  margin-top: 24px;
  width: 100%;
}
.verify-page {
  flex-direction: column;
  overflow: hidden;
  padding: 0 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .verify-page {
    height: calc(100% - 58px);
    overflow-y: auto;
    padding: 0 15px;
  }
}
.verify-title {
  margin-bottom: var(--space-3xl);
}
.mfa-form-input {
  color: var(--color-textPrimary) !important;
  height: 48px !important;
  width: 100% !important;
}
.mfa-verify-button {
  margin-bottom: var(--space-xl);
  margin-top: var(--space-xl);
  width: 100%;
}
.first-link-space {
  margin-bottom: 24px;
}
.bn-mfa-switcher-text,
.second-link-space {
  text-decoration: none !important;
}
.second-link-space {
  cursor: pointer;
  margin-bottom: 24px;
}
.sent-suffix {
  align-items: center;
  color: var(--color-textThird) !important;
  display: inline-flex;
}
.bn-mfa-send-code {
  cursor: pointer;
}
.bn-mfa-web .bn-formItem-tips {
  color: var(--color-textThird);
}
.bn-mfa-web .bn-formItem-errMsg,
.bn-mfa-web .bn-formItem-tips {
  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-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-web .bids-widget-page-title {
    font-size: 24px;
    font-weight: 600;
    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-left: var(--fgp-margin-left);
  margin-top: var(--fgp-margin-top);
}
.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)
  );
  grid-gap: 0 !important;
  grid-gap: var(--fgp-gap, 0) !important;
  display: flex;
  gap: 0 !important;
  gap: var(--fgp-gap, 0) !important;
  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 {
  border-radius: 10px;
  max-width: 50px;
  min-width: 40px;
  width: 100%;
}
.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: 0 !important;
    grid-gap: var(--fgp-gap, 0) !important;
    gap: 0 !important;
    gap: var(--fgp-gap, 0) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .web .bn-pin {
    --fgp-gap: var(--has-fgp, var(--space-xl));
    grid-gap: 0 !important;
    grid-gap: var(--fgp-gap, 0) !important;
    gap: 0 !important;
    gap: var(--fgp-gap, 0) !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: 0 !important;
    grid-gap: var(--fgp-gap, 0) !important;
    gap: 0 !important;
    gap: var(--fgp-gap, 0) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .web2 .bn-pin {
    --fgp-gap: var(--has-fgp, var(--space-m));
    grid-gap: 0 !important;
    grid-gap: var(--fgp-gap, 0) !important;
    gap: 0 !important;
    gap: var(--fgp-gap, 0) !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 {
  cursor: pointer;
  font-weight: 400 !important;
  margin-top: var(--space-s);
  text-decoration: none !important;
}
.forgot-link.web {
  font-weight: 500 !important;
  margin-bottom: var(--space-3xl);
  margin-top: var(--space-m);
  text-align: center;
}
.voiceGet {
  color: var(--color-textBrand);
  cursor: pointer;
}
.smsType,
.voiceGet {
  display: inline-block;
}
.smsType {
  font-weight: 500;
}
.otp-send-tip-wrapper {
  font-size: 12px;
  line-height: 16px;
}
.bn-mfa-switcher-drawer .bn-drawer-wrap {
  padding-bottom: 24px;
}
.bn-mfa-drawer-header {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 52px;
  justify-content: flex-start;
  padding: 0 15px;
}
.bn-mfa-drawer-header .bn-mfa-switcher-drawer-title {
  color: var(--color-textPrimary);
  flex: 1 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-mfa-drawer-header .bn-mfa-switcher-close {
  color: var(--color-iconNormal);
  cursor: pointer;
  font-size: 24px;
}
.bn-mfa-switcher-option {
  align-items: center;
  background-color: var(--color-bg3);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 72px;
  justify-content: flex-start;
  margin: 16px 15px 0;
}
.bn-mfa-switcher-option:hover {
  background-color: var(--color-line);
}
.bn-mfa-switcher-option .bn-mfa-switcher-option-icon {
  align-items: center;
  border-radius: 48px;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px;
  width: 48px;
}
.bn-mfa-switcher-option .bn-mfa-switcher-option-name {
  color: var(--color-textPrimary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.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;
  font-weight: 400;
  line-height: 16px;
  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 {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: flex-end;
  padding-right: 24px;
  padding-top: 4px;
}
.bn-mfa-switcher-modal-header .bn-mfa-switcher-close {
  color: var(--color-iconNormal);
  cursor: pointer;
  font-size: 28px;
}
.bn-mfa-switcher-modal-title {
  font-size: 20px;
  font-weight: 600;
  height: 24px;
  line-height: 28px;
  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;
}
@-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;
  perspective: 1000px;
  transform: translateZ(0);
}
.bn-mfa-sending-method-terms-content {
  padding: 60px 15px 75px;
}
.bn-sending-method-terms-title {
  color: var(--color-textPrimary);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.bn-sending-method-terms-detail {
  color: var(--color-textPrimary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
}
.bn-sending-method-terms-ok-btn {
  margin-top: 40px;
  width: 100%;
}
.bn-mfa-sending-method-terms-modal-content {
  padding: 24px;
}
.bn-sending-method-terms-modal-title {
  color: var(--color-textPrimary);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.bn-sending-method-terms-modal-detail {
  color: var(--color-textPrimary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}
.bn-sending-method-terms-modal-ok-btn {
  margin-top: 24px;
  width: 100%;
}
.bn-mfa-ga-paste {
  cursor: pointer;
}
.bn-mfa-face-page {
  align-items: stretch;
  display: flex;
}
.bn-mfa-face-wrapper {
  padding-bottom: 70px;
}
.bn-mfa-face-icon {
  display: block;
  width: 100%;
}
.bn-mfa-face-tip {
  color: var(--color-textThird);
  margin: 20px 5px 16px;
}
.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;
}
.bn-mfa-multi-sign-page {
  align-items: center;
  display: flex;
}
.bn-mfa-multi-sign-page-title {
  align-self: flex-start;
}
.bn-mfa-multi-validator-subtitle {
  color: var(--color-textThird);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  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 {
  color: var(--color-textPrimary);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}
@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 {
  height: 60px;
  margin: 80px auto 16px;
  width: 60px;
}
@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-bottom: 24px;
    margin-top: 48px;
  }
}
.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 {
  color: var(--color-textPrimary);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 48px auto 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-countdown {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 auto 16px;
  }
}
.bn-mfa-multi-sign-detail {
  align-items: center;
  background-color: var(--color-bg3);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 152px;
  justify-content: flex-start;
  padding-top: 32px;
  width: 208px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detail {
    height: 155px;
    width: 215px;
  }
}
.bn-mfa-multi-sign-detailv2 {
  align-items: center;
  background-color: var(--color-Input);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 106px;
  justify-content: flex-start;
  padding: 16px 24px;
  width: 208px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detailv2 {
    grid-gap: 24px;
    background-color: transparent;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-2l);
    gap: 24px;
    height: 148px;
    padding-bottom: 30px;
    padding-top: 32px;
    width: 215px;
  }
}
.bn-mfa-multi-sign-detail-title {
  align-items: center;
  color: var(--color-PrimaryText);
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  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 {
  align-items: center;
  color: var(--color-textThird);
  display: flex;
  flex-direction: row;
  font-size: 56px;
  font-weight: 600;
  justify-content: center;
  line-height: 64px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-detail-status {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 27px;
  }
}
.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 {
  color: var(--color-TertiaryText);
  margin: 0 8px;
}
.bn-mfa-multi-sign-info {
  align-items: center;
  color: var(--color-textThird);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  line-height: 16px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-info {
    color: var(--color-textSecondary);
  }
}
.bn-mfa-multi-sign-info-icon {
  color: var(--color-iconNormal);
  cursor: pointer;
  font-size: 20px;
  margin-left: 7px;
}
@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 {
  align-items: center;
  color: var(--color-textPrimary);
  display: flex;
  height: 48px;
  justify-content: space-between;
}
@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;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 8px;
}
.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);
  height: 24px;
  width: 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);
  height: 24px;
  width: 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 {
  display: flex;
  flex-direction: column;
  padding: 50px 15px 40px;
}
.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 {
  color: var(--color-textPrimary);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  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 {
  margin-top: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-approvers-button {
    margin-top: 40px;
  }
}
.bn-mfa-multi-sign-skeleton-page {
  align-items: center;
  display: flex;
}
@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;
  background: #848e9c;
  border-radius: 4px;
  height: 28px;
  opacity: 0.08;
  width: 155px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box1 {
    width: 124px;
  }
}
.bn-mfa-multi-sign-skeleton-box2 {
  background: #848e9c;
  border-radius: 4px;
  height: 12px;
  margin-top: 16px;
  opacity: 0.08;
  width: 100%;
}
.bn-mfa-multi-sign-skeleton-box3 {
  align-self: flex-start;
  background: #848e9c;
  border-radius: 4px;
  height: 12px;
  margin-top: 8px;
  opacity: 0.08;
  width: 259px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box3 {
    width: 235px;
  }
}
.bn-mfa-multi-sign-skeleton-box4 {
  background: #848e9c;
  border-radius: 4px;
  height: 12px;
  margin-top: 48px;
  opacity: 0.08;
  width: 139px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box4 {
    margin-top: 80px;
    width: 120px;
  }
}
.bn-mfa-multi-sign-skeleton-box5 {
  background: #848e9c;
  border-radius: 4px;
  height: 152px;
  margin-top: 12px;
  opacity: 0.08;
  width: 208px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box5 {
    height: 155px;
    margin-top: 16px;
    width: 215px;
  }
}
.bn-mfa-multi-sign-skeleton-box6 {
  background: #848e9c;
  border-radius: 4px;
  height: 12px;
  margin-top: 12px;
  opacity: 0.08;
  width: 114px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-multi-sign-skeleton-box6 {
    margin-top: 16px;
    width: 80px;
  }
}
.bn-mfa-multi-sign-expired-container,
.bn-mfa-multi-sign-valid-container {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.bn-mfa-roaming-content-image {
  margin: 0 auto 24px;
  width: 100%;
}
.bn-mfa-roaming-title {
  color: var(--color-textPrimary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bn-mfa-roaming-subtitle {
  color: var(--color-textThird);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
.bn-mfa-roaming-button {
  margin-bottom: var(--space-xl);
  margin-top: var(--space-xl);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-roaming-modal {
    border-radius: 16px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-web.bn-mfa-page-style .bn-mfa-overview .bn-mfa-overview-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .bn-mfa-web .bn-mfa-overview .bn-mfa-overview-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.bn-mfa-overview {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  padding: 0 24px 24px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-overview {
    max-height: 100%;
    padding: 0 15px 24px;
  }
}
.bn-mfa-overview .bn-mfa-overview-scroller {
  flex: 1 1;
  overflow-y: auto;
}
.bn-mfa-overview .bn-mfa-overview-scroller::-webkit-scrollbar {
  display: none;
}
.bn-mfa-overview .bn-mfa-overview-title {
  color: var(--color-textPrimary);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-overview .bn-mfa-overview-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }
}
.bn-mfa-overview .bn-mfa-overview-subtitle {
  color: var(--color-textThird);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .bn-mfa-overview .bn-mfa-overview-subtitle {
    color: var(--color-textSecondary);
  }
}
.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step {
  grid-gap: 8px;
  align-items: center;
  background-color: rgba(252, 213, 53, 0.15);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 78px;
  justify-content: flex-start;
  margin-top: 16px;
  padding: 0 16px;
}
.bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step:hover {
  background-color: rgba(252, 213, 53, 0.3);
}
@media only screen and (min-width: 768px) {
  .bn-mfa-overview .bn-mfa-overview-step-wrapper .bn-mfa-overview-step {
    height: 72px;
  }
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step.bn-mfa-overview-step-done {
  background-color: transparent;
  cursor: auto;
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step
  .bn-mfa-overview-step-icon {
  height: 24px;
  width: 24px;
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step
  .bn-mfa-overview-step-content {
  flex: 1 1;
  margin: 0 8px;
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step
  .bn-mfa-overview-step-content
  .bn-mfa-overview-step-title {
  color: var(--color-textPrimary);
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step
  .bn-mfa-overview-step-content
  .bn-mfa-overview-step-desc {
  color: var(--color-textSecondary);
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step
  .bn-mfa-overview-step-status-undo {
  color: var(--color-textPrimary);
  height: 24px;
  width: 24px;
}
.bn-mfa-overview
  .bn-mfa-overview-step-wrapper
  .bn-mfa-overview-step
  .bn-mfa-overview-step-status-done {
  color: var(--color-buy);
  height: 24px;
  width: 24px;
}
.bn-mfa-overview .bn-mfa-overview-switcher {
  align-items: center;
  color: var(--color-textBrand);
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .bn-mfa-overview .bn-mfa-overview-switcher {
    justify-content: center;
    width: 100%;
  }
}
.bn-mfa-overview .bn-mfa-overview-switcher .bn-mfa-overview-switcher-icon {
  color: var(--color-textBrand);
  font-size: 20px;
  margin-left: 4px;
}
.bn-mfa-overview .bn-mfa-overview-button {
  margin-top: 24px;
}
.header-select-options-group {
  margin: 16px;
  width: 200px;
}
.header-select-options-body {
  height: 288px;
  margin-top: 16px;
  overflow: auto;
}
.header-select-options-group .bn-textField {
  width: 200px;
}
.header-select-options-group-flat {
  color: var(--color-textPrimary);
}
.header-select-options {
  cursor: pointer;
}
.header-select-options + .header-select-options {
  margin-top: 16px;
}
.header-select-options.active,
.header-select-options:hover {
  color: var(--color-textBrand);
}
.header-select-display {
  cursor: default;
}
.header-select-options-group-flat .typography-Body3 {
  margin-bottom: 16px;
}
.header-select-display.active,
.header-select-display.active .text-body2 {
  color: var(--color-textBrand);
}
.header-select-options-group-flat .text-body2 {
  color: var(--color-textThird);
}
.header-select-options-group-flat .bn-textField.data-size-small {
  font-size: 14px;
  height: 32px;
}
.header-select-options-group-flat .bn-textField-input {
  font-size: 14px;
  width: 100%;
}
.header-lngCur-content {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 3fr 2fr;
  grid-template-columns: 1fr;
  padding: 24px;
  width: 250px;
}
.bn-drawer-wrap .header-lngCur-content {
  padding: 0 24px 24px;
}
.header-lngCur-content .header-lngCur-item {
  --scroll-bg: transparent;
  --scroll-size: 5px;
  --scroll-color: var(--color-line);
  height: 370px;
  width: 196px;
}
.header-lngCur-item .header-select-options-group-flat-options {
  --scroll-color: var(--color-line);
  height: 300px;
  overflow: auto;
}
.header-select-options-group-flat-options.is-mobile {
  height: calc(100vh - 182px);
}
.header-lngCur-content.is-mobile {
  height: calc(100vh - 72px);
  width: 100%;
}
.header-lngCur-content.is-mobile .header-lngCur-item,
.header-lngCur-item .bn-textField {
  width: 100%;
}
.mt-16 {
  margin-top: 16px;
}
.color-t_third {
  color: var(--color-textThird);
}
.third-login-button {
  --button-bg: unset !important;
  position: relative;
  width: 100%;
}
.passkey-intro-content::-webkit-scrollbar {
  width: 0;
}
.passkey-intro-content {
  max-height: calc(90vh - 52px);
  padding-bottom: 32px;
}
.passkey-intro-content.page-sheet {
  height: calc(100% - 44px);
  max-height: none;
}
.web-2fa-management-warning > .bn-modal-confirm-desc {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.need-login-modal .bn-modal-confirm-icon {
  height: 64px;
  width: 64px;
  @media screen and (min-width: 768px) {
    height: 96px;
    width: 96px;
  }
}
.content-card {
  background-color: var(--color-BasicBg);
  border: 1px solid var(--color-line);
  border-radius: 24px;
  min-height: 580px;
  padding: 40px;
  width: 425px;
}
@media only screen and (max-width: 767px) {
  .content-card {
    background-color: var(--color-CardBg);
    border: none;
    min-height: auto;
    padding: 0;
    width: 100%;
  }
}
.content-card .icon-wrap {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content-card .icon-wrap {
    margin-bottom: 8px;
    padding: 12px 0 20px;
  }
}
.content-card .default-icon {
  height: 28px;
  width: 140px;
}
.content-card .institutional-icon {
  height: 24px;
  width: 279px;
}
