.billing__input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.billing__input-container .billing__label {
  position: absolute;
  left: 16px;
  top: 21px;
  transition: 0.2s;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #626569;
  pointer-events: none;
}
.billing__input-container:has(.billing__input:focus) .billing__label, .billing__input-container:has(.billing__input:not(:placeholder-shown)) .billing__label {
  top: 10px;
  font-size: 14px;
  line-height: 140%;
  color: #909090;
}
.billing__input-container.error .billing__label {
  color: #e10e0e;
}
.billing__input-container.error .billing__input {
  border-color: #e10e0e;
}
.billing__input {
  padding: 30px 16px 10px;
  border: none;
  background-color: #383a3f;
  border-radius: 20px;
}
.billing__input::placeholder {
  color: transparent;
}
.billing__input:active, .billing__input:focus {
  outline: none;
}
.billing__input--text {
  display: block;
  width: 100%;
  padding-right: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__input--textarea {
  resize: none;
  overflow: hidden;
  height: 65px;
}
.billing__error-message {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #e10e0e;
}
.billing__error-messages-container {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.billing .wrapper-grid {
  max-width: 1056px;
  padding: 0 16px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .billing .wrapper-grid {
    grid-template-columns: 1.5fr 1fr;
    column-gap: 30px;
  }
}
.billing__btn {
  max-width: unset;
}
.billing__btn:disabled {
  background: #828282;
  opacity: 0.5;
  pointer-events: none;
}
.billing__btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}
.billing .framed-container {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .billing .framed-container {
    padding: 40px;
    background-color: #1e1f23;
  }
}
.billing .framed-container--border {
  position: relative;
  height: fit-content;
  border: 1px solid #383a3f;
  background-color: transparent !important;
  padding: 24px;
}
.billing .framed-container--border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(95.68deg, #b555db -6.45%, #3000d2 104.55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.billing__title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .billing__title {
    font-size: 28px;
    line-height: 120%;
    text-align: start;
  }
}
.billing__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #909090;
}
@media screen and (min-width: 768px) {
  .billing__description {
    text-align: start;
  }
}
.billing__title-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__title-2 img {
  display: block;
  width: 48px;
  height: 48px;
}
.billing__description-2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
}
.billing__divider {
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(95.68deg, #b555db -6.45%, #3000d2 104.55%);
  margin: 16px 0;
}
.billing__link-framed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #3f24ab;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__try-again-btn {
  max-width: 390px;
  margin: 0 auto;
}
.billing .text-center {
  text-align: center !important;
}
.billing__visible-img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}
.billing__details-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 4px;
}
.billing__details-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.billing__details-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #626569;
}
.billing__details-value {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__payment-method {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 14px 16px;
  border-radius: 20px;
  background-color: #383a3f;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__payment-method.active {
  background: linear-gradient(95.68deg, #b555db -6.45%, #3000d2 104.55%);
}
.billing__payment-method.active .billing__payment-icon--selected {
  display: block;
}
.billing__payment-method.active .billing__payment-icon--default {
  display: none;
}
.billing__payment-icon {
  display: block;
  margin-right: 16px;
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}
.billing__payment-icon--selected {
  display: none;
}
.billing__crypto-info {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: transparent;
  border-radius: 20px;
}
.billing__crypto-info::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(95.68deg, #b555db -6.45%, #3000d2 104.55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.billing__info-copy {
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.billing__info-copy:hover {
  opacity: 0.7;
}
.billing__crypto-info-content {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.billing__crypto-info-label {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #909090;
}
.billing__crypto-info-value {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  line-break: anywhere;
}
.billing__processing-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .billing__processing-container {
    border-radius: 20px;
  }
}
.billing__neon-header {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .billing__neon-header {
    padding: 24px;
    border-radius: 16px 16px 0 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.billing__neon-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100dvw;
  height: 100%;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background-color: #1e1f23;
}
@media screen and (min-width: 768px) {
  .billing__neon-header::before {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
.billing__payment-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__processing-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .billing__processing-info {
    width: fit-content;
    align-items: flex-end;
  }
}
.billing__processing-info--top {
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .billing__processing-info--top {
    align-items: flex-start;
  }
}
.billing__payment-amount {
  color: #fff;
  font-weight: 700;
}
.billing__payment-status {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #cb43f2;
}
.billing__payment-status img {
  width: 20px;
  height: 20px;
}
.billing__neon-header-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100dvw;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .billing__neon-header-bg {
    width: 100%;
  }
}
.billing__processing-content {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .billing__processing-content {
    padding: 40px;
    background-color: #1e1f23;
    border-radius: 0 0 20px 20px;
  }
}
.billing__processing-timer {
  font-family: "SF Pro Display", sans-serif;
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
  color: #cb43f2;
}
@media screen and (min-width: 768px) {
  .billing__processing-timer {
    font-size: 48px;
  }
}
.billing__note-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  max-width: 1020px;
  margin: 0 auto;
}
.billing__note-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(95.68deg, #b555db -6.45%, #3000d2 104.55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.billing__note-wrapper .billing__link-framed {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .billing__note-wrapper .billing__link-framed {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.billing__note-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.billing__note-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 8px;
}
.billing__note-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__processing-info-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__processing-info-value {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .billing__processing-info-value {
    font-size: 36px;
  }
}
.billing__payment-timer {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.billing__payment-timer-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #8e8595;
}
.billing__payment-timer-value {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #fff;
}
.billing .transparent {
  opacity: 0;
}
.billing__processing-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: start;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .billing__processing-title {
    font-size: 24px;
  }
}
.billing__banks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .billing__banks {
    grid-template-columns: 1fr 1fr;
  }
}
.billing__bank-item {
  width: 100%;
}
.billing__bank-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 20px;
  background-color: #383a3f;
  cursor: pointer;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__bank-btn img {
  width: 57px;
  height: 57px;
  border-radius: 5px;
  object-fit: cover;
}
.billing__bank-btn.active {
  background: linear-gradient(95.68deg, #b555db -6.45%, #3000d2 104.55%);
}
.billing__payment-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .billing__payment-container {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
.billing__payment-steps {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.billing__payment-step {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.billing__payment-step-number {
  display: flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(307.86deg, #b555db -8.25%, #3000d2 92.09%);
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.billing__payment-step-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__bank-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  height: 220px;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
}
.billing__bank-card-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border-radius: 20px;
  background-color: #1e1f23;
}
.billing__bank-card-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}
.billing__card-copy-wrapper, .billing__card-amount-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.billing__card-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__card-value {
  display: flex;
  align-items: center;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__card-amount-wrapper {
  position: relative;
  z-index: 1;
}
.billing__card-amount-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__card-amount-value {
  display: flex;
  align-items: center;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.billing__upload-check-wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .billing__upload-check-wrapper {
    margin-top: 32px;
  }
}
.billing__upload-check-input {
  pointer-events: none;
  position: absolute;
  z-index: -20;
  opacity: 0;
}
.billing__upload-check-container {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid #383a3f;
  background-color: #383a3f;
  cursor: pointer;
}
.billing__upload-check-container:has(.error) {
  border-color: #ea3e3e;
}
.billing__upload-check-container:has(.error) .billing__upload-check-action {
  color: #ea3e3e;
}
.billing__upload-check-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.billing__upload-check-label {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #626569;
}
.billing__upload-check-action {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #cb43f2;
  text-underline-offset: 3px;
}
.billing__upload-check-action:hover {
  text-decoration: none;
}
.billing__upload-check-img {
  position: relative;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background-color: #626569;
  border-radius: 16px;
}
.billing__upload-check-img.default .billing__check-img--default {
  display: block;
}
.billing__upload-check-img.error {
  background-color: #3e2429;
}
.billing__upload-check-img.error .billing__check-img--error {
  display: block;
}
.billing__upload-check-img.success {
  background: linear-gradient(307.86deg, #b555db -8.25%, #3000d2 92.09%);
}
.billing__upload-check-img.success .billing__check-img--success {
  display: block;
}
.billing__check-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: none;
}
.billing__checkbox-wrapper {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #8e8595;
}
.billing__checkbox-label {
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
}
.billing__checkbox-input {
  width: 16px;
  height: 16px;
}
.billing__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
}
.billing__modal.active {
  display: block;
}
.billing__modal-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100dvw;
  height: 100dvh;
  background-color: #1e1f23;
  opacity: 0.65;
  z-index: 1;
  cursor: pointer;
}
.billing__modal-frame {
  display: flex;
  flex-direction: column;
  background-color: #383a3f;
  width: 100%;
  height: fit-content;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 390px;
  border-radius: 20px;
}
.billing__modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
}
.billing__modal-close {
  background: none;
  border: none;
  cursor: pointer;
}
.billing__modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 32px 48px;
}
.billing__modal-content img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.billing__modal-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.billing__modal-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #909090;
}

body:has(.billing__modal.active) {
  overflow: hidden;
}

.violet {
  color: #cb43f2;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .m__mb-4 {
    margin-bottom: 4px;
  }
  .m__mb-8 {
    margin-bottom: 8px;
  }
  .m__mb-12 {
    margin-bottom: 12px;
  }
  .m__mb-16 {
    margin-bottom: 16px;
  }
  .m__mb-20 {
    margin-bottom: 20px;
  }
  .m__mb-24 {
    margin-bottom: 24px;
  }
  .m__mb-28 {
    margin-bottom: 28px;
  }
  .m__mb-32 {
    margin-bottom: 32px;
  }
  .m__mb-40 {
    margin-bottom: 40px;
  }
}
.m__mb-4 {
  margin-bottom: 4px;
}
.m__mb-8 {
  margin-bottom: 8px;
}
.m__mb-12 {
  margin-bottom: 12px;
}
.m__mb-16 {
  margin-bottom: 16px;
}
.m__mb-20 {
  margin-bottom: 20px;
}
.m__mb-24 {
  margin-bottom: 24px;
}
.m__mb-28 {
  margin-bottom: 28px;
}
.m__mb-32 {
  margin-bottom: 32px;
}
.m__mb-40 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .d__mb-4 {
    margin-bottom: 4px;
  }
  .d__mb-8 {
    margin-bottom: 8px;
  }
  .d__mb-12 {
    margin-bottom: 12px;
  }
  .d__mb-16 {
    margin-bottom: 16px;
  }
  .d__mb-20 {
    margin-bottom: 20px;
  }
  .d__mb-24 {
    margin-bottom: 24px;
  }
  .d__mb-28 {
    margin-bottom: 28px;
  }
  .d__mb-32 {
    margin-bottom: 32px;
  }
  .d__mb-40 {
    margin-bottom: 40px;
  }
}

.billing .wrapper-grid--single {
    max-width: 600px;
}

@media screen and (min-width: 768px) {
    .billing .wrapper-grid--single {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .billing .wrapper-grid--single {
        max-width: 100%;
        transform: none;
    }
}
