body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: unset;
}

a:visited {
  color: unset;
  text-decoration: unset;
}

p {
  margin: 0;
}

.raw ol, .raw ul {
  list-style: unset;
  margin: unset;
  padding: unset;
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.raw .h1, .raw .h2, .raw .h3, .raw .h4, .raw .h5, .raw .h6, .raw h1, .raw h2, .raw h3, .raw h4, .raw h5, .raw h6 {
  font-size: unset;
}

.raw h1, .raw h2, .raw h3, .raw h4, .raw h5, .raw h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.raw h1, .raw h2, .raw h3, .raw h4, .raw h5, .raw h6,
.raw .h1, .raw .h2, .raw .h3, .raw .h4, .raw .h5, .raw .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.raw h1, .raw .h1 {
  font-size: 2.5rem;
}

.raw h2, .raw .h2 {
  font-size: 2rem;
}

.raw h3, .raw .h3 {
  font-size: 1.75rem;
}

.raw h4, .raw .h4 {
  font-size: 1.5rem;
}

.raw h5, .raw .h5 {
  font-size: 1.25rem;
}

.raw h6, .raw .h6 {
  font-size: 1rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

#payment-modal .modal-dialog .modal-content {
  background: #f5f5f5;
  padding: 1rem;
}

#payment-modal .payment_method-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
}

#payment-modal .payment-content {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0;
}

#payment-modal .payment-content .content-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

#payment-modal .payment-content .content-desc {
  color: #F37125;
  font-size: 16px;
  font-weight: 100;
}

#payment-modal .payment-content .payment-method {
  position: relative;
}

#payment-modal .payment-content .payment-method.method-inline {
  display: flex;
  flex-wrap: wrap;
}

#payment-modal .payment-content .payment-method.method-inline label {
  margin: 0 auto;
  width: auto;
  border-bottom: unset;
}

#payment-modal .payment-content .payment-method.method-inline label .method {
  background-position: center;
  margin: 1rem auto;
  padding: 0 3rem;
}

#payment-modal .payment-content .payment-method label {
  position: relative;
  line-height: 1;
  padding: 1rem 0px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}

#payment-modal .payment-content .payment-method label img {
  margin-right: 1rem;
}

#payment-modal .payment-content .payment-method label:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}

#payment-modal .payment-content .payment-method label:hover {
  cursor: pointer;
}

#payment-modal .payment-content .payment-method label input[type=radio] {
  display: none;
}

#payment-modal .payment-content .payment-method label .method {
  height: 32px;
  width: 100%;
  max-width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 1rem;
  margin-right: 2rem;
}

#payment-modal .payment-content .payment-method label span {
  align-self: center;
}