.oney-btn {
  background: #d9d9d7;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem;
  font-family: var(--light);
}

.oney-btn .icon {
  display: flex;
}

.oney-btn:focus {
  outline: none;
}

#oneyModal .modal-header .modal-header-wrapper .modal-logo {
  max-width: 100px;
}

#oneyModal .modal-header .modal-header-wrapper .modal-logo svg {
  width: 100%;
  height: 100%;
}

#oneyModal .modal-header .modal-header-wrapper .modal-text .modal-title {
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.4878))), 26px);
  font-family: var(--bold);
}

#oneyModal .modal-header .modal-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#oneyModal .modal-header .modal-header-wrapper .modal-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#oneyModal .modal-header .modal-header-wrapper .modal-text .modal-subtitle {
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
  font-family: var(--bold);
}

#oneyModal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#oneyModal .modal-body .modal-body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #eff1f3;
  padding: 1.5rem;
}

#oneyModal .modal-dialog {
  max-width: 900px;
}

#oneyModal .modal-body .modal-body-wrapper .modal-table-title .table-title {
  color: var(--brown);
  font-size: 14px;
  font-family: var(--bold);
}

#oneyModal .modal-body .modal-body-wrapper .modal-table {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#oneyModal .modal-body .modal-body-wrapper .modal-table .rate-price {
  background: #d0d5da;
  padding: 0.8rem;
}

#oneyModal .modal-body .modal-body-wrapper .modal-table .rate-price p {
  font-size: 14px;
  font-family: var(--regular);
  display: flex;
  justify-content: space-between;
}

#oneyModal .modal-body .modal-body-wrapper .modal-table .rate-price p span {
  font-family: var(--medium);
  font-size: 14px;
}

#oneyModal .modal-body .modal-table-terms p {
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  font-family: var(--regular);
}

#oneyModal .modal-body .modal-table-terms p a {
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  font-family: var(--regular);
  text-decoration: underline;
  color: var(--brown);
}

#oneyModal .modal-content .modal-footer {
  justify-content: flex-start;
  padding: 1rem;
}

#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-footer-title > * {
  font-family: var(--bold);
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.122))), 20px);
}

#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-steps {
  display: grid;
  grid-template: auto / repeat(4, 1fr);
  gap: 1rem;
}

#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-steps .step-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}

#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-steps .step-wrapper .step {
  background: var(--brown);
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
}

#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-steps .step-wrapper .step-text {
  font-size: 14px;
  font-family: var(--light);
}

#oneyModal .modal-content .modal-footer .modal-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}
#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-steps .step-wrapper:not(:last-of-type) {
  padding-right: calc(20px + 1rem);
}
#oneyModal .modal-content .modal-footer .modal-footer-wrapper .modal-steps .step-wrapper:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--brown);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.terms a {
  color: var(--brown);
  text-decoration: underline;
}

.terms strong {
  font-family: var(--bold);
}

.oney-banner .banner-inner .module-image {
  padding: 50px;
  border-radius: 20px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.oney-banner .banner-inner .module-image img {
    max-width: 900px;
}
