/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/* TYPOGRAPHY */
/* Google Fonts */
#block-saib-start-your-banking-journey-with-saib {
  display: none;
}

.spb_overlay {
  background-color: rgba(26, 28, 30, 0.7) !important;
}

.spb-popup-main-wrapper {
  background: #f7f7f7;
  border-radius: 2.5rem;
  padding: 0rem;
  overflow: hidden;
  position: relative;
  border: unset;
  max-width: 90%;
  max-height: 90%;
}
.spb-popup-main-wrapper.spb_center {
  transform: translateY(-50%) !important;
  margin: 0rem auto !important;
  left: unset !important;
}
.spb-popup-main-wrapper .spb-controls {
  inset-inline-end: 50px;
}
.spb-popup-main-wrapper .spb_close {
  position: absolute;
  inset-inline-end: -12px;
  top: 36px;
  font-size: 0;
  background: unset;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.spb-popup-main-wrapper .spb_close::before {
  content: "";
  display: block;
  background-size: 2rem !important;
  width: 32px;
  height: 32px;
  background: url("../images/icons/close-menus.svg") no-repeat center;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal {
  display: flex;
  min-height: 722px;
}
@media (max-width: 62rem) {
  .spb-popup-main-wrapper .block-content--type-open-account-modal {
    flex-direction: column;
  }
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-left {
  background: linear-gradient(135deg, #FBFAF9, #FBFAF9);
  padding: 3.5rem;
  text-align: center;
}
@media (max-width: 62rem) {
  .spb-popup-main-wrapper .block-content--type-open-account-modal .group-left {
    width: 100%;
  }
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-left .field--name-field-qr-code img {
  border-radius: 1.25rem;
  background: #FFFFFF;
  padding: 1.5rem;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-left .warpper {
  background: #000000;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-right {
  background: #FFFFFF;
  padding: 3.5rem;
}
@media (max-width: 62rem) {
  .spb-popup-main-wrapper .block-content--type-open-account-modal .group-right {
    width: 100%;
  }
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-right .field--name-field-steps {
  counter-reset: step;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-right .field--name-field-steps .field__item {
  color: #1A1C1E;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-right .field--name-field-steps .field__item::before {
  content: counter(step);
  counter-increment: step;
  background: #FBFAF9;
  color: #1A1C1E;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #E8E2DB;
  flex-shrink: 0;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-right .field--name-field-steps .field__item::after {
  content: "";
  position: absolute;
  inset-inline-start: 24px;
  top: 35px;
  width: 1px;
  height: calc(100% + 10px);
  background: #E8E2DB;
  z-index: 1;
}
.spb-popup-main-wrapper .block-content--type-open-account-modal .group-right .field--name-field-steps .field__item:last-child::after {
  display: none;
}
