* {
  margin: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2F2D49;
}

.justify-center {
  justify-content: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  min-width: 165px;
  min-height: 61px;
  border-radius: 56px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  border: 1px solid #EFF0F6;
  cursor: pointer;
}
.button-primary {
  color: #FFFFFF;
  background-color: #4A3AFF;
  border-color: #4A3AFF;
  box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
}
.button-secondary {
  color: #4A3AFF;
  background-color: transparent;
  border-color: #4A3AFF;
}
.card-icon {
  background: #FFFFFF;
  border: 2px solid #EFF0F6;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07);
  border-radius: 16px;
  display: block;
  width: 100%;
  margin-bottom: 27px;
}
.card-icon-body {
  min-height: 114px;
  align-items: center;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
}
.card-icon-body .icon-circle {
  margin-right: 12px;
}
.card-icon-body .radio-dot {
  margin-right: 12px;
}

.icon-circle {
  width: 68px;
  height: 68px;
  background: rgba(74, 58, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 68px;
}
.icon-circle img {
  width: 38px;
  height: 38px;
}

.radio-dot {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #D9DBE9;
  box-shadow: inset 0px -3px 7px rgba(20, 20, 43, 0.08);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-dot .dot {
  width: 10px;
  height: 10px;
  border-radius: 24px;
  background-color: #fff;
}

.text-center {
  text-align: center;
}

.form-group label {
  color: #170F49;
  display: block;
  margin-bottom: 16px;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 66px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 46px;
  color: #6F6C90;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.form-control-wrap {
  position: relative;
}
.form-control-wrap .icon {
  font-size: 30px;
  min-height: 66px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  color: #A0A3BD;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.form-control-wrap .icon + input {
  padding-right: 52px;
}
.form-check {
  position: relative;
}
.form-check input[type=checkbox] {
  position: absolute;
  z-index: -99;
  opacity: 0;
}
.form-check input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.form-check input[type=checkbox] + label .checkbox {
  width: 34px;
  min-width: 34px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.form-check input[type=checkbox] + label .checkbox img {
  opacity: 0;
}
.form-check input[type=checkbox]:checked + label .checkbox img {
  opacity: 1;
}
.form-check-card input[type=radio] {
  position: absolute;
  z-index: -99;
  opacity: 0;
}
.form-check-card input[type=radio]:checked + label {
  border-color: #4A3AFF;
}
.form-check-card input[type=radio]:checked + label .radio-dot {
  background-color: #4A3AFF;
  box-shadow: unset;
}
.form-check-card input[type=radio]:checked + label .radio-dot .dot {
  opacity: 1;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px;
}
.form-row > * {
  padding: 0px 14px;
}
.form-row-gutter-2 {
  margin: 0px -27px;
}
.form-row-gutter-2 > * {
  padding: 0px 27px;
}
.form-col-md-6 {
  width: 50%;
}

.strip-bg {
  background-image: url("../images/strip-background.png");
  background-size: 100% 100%;
  background-position: center;
}

.loan-page {
  min-height: 100vh;
  background-color: #ADADAD;
}
.loan-page .button-whatsapp {
  position: fixed;
  top: calc(50% + 100px);
  left: 20px;
  transform: translateY(-50%);
}
.loan-page .button-whatsapp img {
  max-height: 323px;
}
@media (max-width: 1440px) {
  .loan-page .button-whatsapp img {
    max-height: 300px;
  }
}
@media (max-width: 1200px) {
  .loan-page .button-whatsapp img {
    max-height: 250px;
  }
}
.loan-wizard {
  min-height: 100vh;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.loan-wizard-content {
  max-width: 890px;
  width: 75%;
  margin: 0 auto;
}
.loan-wizard-header {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.loan-wizard-header h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  color: #170F49;
  margin-bottom: 12px;
}
.loan-wizard-header h2 span {
  font-size: 48px;
  text-decoration: underline;
}
.loan-wizard-header p {
  font-weight: 400;
  color: #2F2D49;
}
.loan-wizard-card {
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
  padding: 47px 76px;
}
.loan-wizard-card-header {
  padding: 0px 13px 25px;
  border-bottom: 1px solid #D9DBE9;
}
.loan-wizard-card-body {
  padding-top: 70px;
}
.loan-wizard-steps {
  display: flex;
  flex-wrap: wrap;
}
.loan-wizard-steps > * {
  margin-right: 18px;
  flex: 1 0;
  width: 0;
}
.loan-wizard-steps > *:last-child {
  margin-right: 0;
  flex: 0 0 auto;
  width: auto;
}
.loan-wizard-steps > *:last-child .loan-wizard-step-bar {
  display: none;
}
.loan-wizard-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.loan-wizard-step > * {
  margin-right: 18px;
}
.loan-wizard-step > *:last-child {
  margin-right: 0;
}
.loan-wizard-step-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #EFF0F6;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  border-radius: 34px;
  color: #6F6C90;
}
.loan-wizard-step-bar {
  flex: 1 0;
  width: 0;
  height: 6px;
  background: #EFF0F7;
  border-radius: 40px;
}
.loan-wizard-step-bar-fill {
  border-radius: 40px;
  height: 100%;
  width: 0;
  background-color: #4A3AFF;
}
.loan-wizard-step.active .loan-wizard-step-box {
  background-color: #4A3AFF;
  color: #fff;
}
.loan-wizard-step.active .loan-wizard-step-bar-fill {
  width: 50%;
}
.loan-wizard-step.passed .loan-wizard-step-box {
  background-color: #4A3AFF;
  color: #fff;
}
.loan-wizard-step.passed .loan-wizard-step-bar-fill {
  width: 100%;
}
.loan-wizard-form-wrap {
  max-width: 574px;
  margin: 0 auto;
}
.loan-wizard-form-wrap .form-check {
  margin-top: 10px;
}
.loan-wizard-form-wrap .form-check label {
  font-size: 12px;
}
.loan-wizard-form-header {
  margin-bottom: 40px;
}
.loan-wizard-form-header img {
  margin-bottom: 20px;
}
.loan-wizard-form-header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #170F49;
  margin-bottom: 8px;
}
.loan-wizard-form-header p {
  line-height: 30px;
  color: #6F6C90;
}
.loan-wizard-form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 85px;
}
.loan-wizard-form-footer.button-single {
  justify-content: center;
  /* justify-content: space-between; */
}

/*# sourceMappingURL=main.css.map */
