@font-face {
  font-family: "SimonaPro Black";
  src: url("/wp-content/plugins/loan-approval-system/includes/admin/assets/css/fonts/SimonaPro-Black.otf");
  font-weight: 400;
}
@font-face {
  font-family: "SimonaPro Bold";
  src: url("/wp-content/plugins/loan-approval-system/includes/admin/assets/css/fonts/SimonaPro-Bold.otf");
  font-weight: 400;
}
@font-face {
  font-family: "SimonaPro Medium";
  src: url("/wp-content/plugins/loan-approval-system/includes/admin/assets/css/fonts/SimonaPro-Medium.otf");
  font-weight: 400;
}
@font-face {
  font-family: "SimonaPro Regular";
  src: url("/wp-content/plugins/loan-approval-system/includes/admin/assets/css/fonts/SimonaPro-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "SimonaPro Thin";
  src: url("/wp-content/plugins/loan-approval-system/includes/admin/assets/css/fonts/SimonaPro-Thin.otf");
  font-weight: 400;
}
:root {
  --ff-heading: "SimonaPro Black", sans-serif;
  --ff-body: "SimonaPro Regular", sans-serif;
  --font-medium: "SimonaPro Medium", sans-serif;
  --font-bold: "SimonaPro Bold", sans-serif;
  --lh-heading: 1.06;
  --lh-body: 1.4;
  --fs-body: 16px;
  --fs-heading-one: 84px;
  --fs-heading-two: 68px;
  --fs-heading-three: 30px;
  --fs-heading-four: 24px;
  --fs-heading-five: 20px;
  --fs-heading-six: 18px;
  --c-heading: #0c426a;
  --c-body: #000000;
  --c-base: #0c426a;
  --c-base-light: #135787;
  --c-primary: #b4a269;
  --gradient: linear-gradient(90deg, #b4a269 0%, #f6e9c1 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  direction: rtl;
  text-align: right;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  color: var(--c-body);
  line-height: var(--lh-body);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--c-body);
}

span,
sub,
sup,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 900;
  line-height: var(--lh-heading);
  font-family: var(--ff-heading);
  color: var(--c-heading);
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: var(--c-heading);
}

h1 {
  font-size: var(--fs-heading-one);
}

h2 {
  font-size: var(--fs-heading-two);
}

h3 {
  font-size: var(--fs-heading-three);
}

h4 {
  font-size: var(--fs-heading-four);
}

h5 {
  font-size: var(--fs-heading-five);
}

h6 {
  font-size: var(--fs-heading-six);
}

.overflow-hidden {
  overflow: hidden;
}

button {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.button {
  height: 74px;
  padding-inline-end: 66px;
  padding-inline-start: 56px;
  color: white;
  background-color: var(--c-base);
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  gap: 15px 25px;
  box-shadow: 0px 4.89px 4.89px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s linear;
}
.button.prev-next-btn {
  min-width: 215px;
}
@media (max-width: 1199px) {
  .button.prev-next-btn {
    min-width: 190px;
  }
}
@media (max-width: 575px) {
  .button.prev-next-btn {
    min-width: 105px;
  }
}
.button span {
  transform: translateY(-4px);
}
@media (max-width: 1199px) {
  .button span {
    transform: translateY(-3px);
  }
}
@media (max-width: 575px) {
  .button span {
    transform: translateY(-1px);
  }
}
.button.hover-glow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.02deg, #073253 0.02%, #0e65a6 57.12%, #073253 124.16%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}
.button.hover-glow:hover::before {
  opacity: 1;
}
@media (max-width: 1199px) {
  .button {
    font-size: 25px;
    height: 54px;
    padding-inline: 48px;
    gap: 25px;
  }
  .button img {
    max-width: 27px;
  }
}
@media (max-width: 575px) {
  .button {
    font-size: 20px;
    height: 30px;
    padding-inline: 27px;
    gap: 8px;
  }
  .button img {
    max-width: 15px;
  }
}
.button:hover {
  background-color: var(--c-base-light);
  gap: 10px 20px;
  box-shadow: 4px 4.89px 4.89px 0px rgba(0, 0, 0, 0.2509803922);
  margin-right: 10px;
}
.button.outline {
  color: var(--c-base);
  background-color: transparent;
  position: relative;
  z-index: 1;
  border: 1px solid var(--c-base);
  overflow: visible !important;
}
.button.outline::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(white, white), linear-gradient(-90deg, #0c426a 0%, #3aa1ed 69.5%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid transparent;
  border-radius: 22px;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: -1;
}
.button.outline:hover {
  border: 1px solid transparent;
  color: var(--c-base);
  background-color: white;
  color: var(--c-base);
}
.button.outline:hover::before {
  opacity: 1;
}
.button.medium {
  height: 53px;
  font-size: 25px;
  gap: 16px;
  margin: 0 !important;
}
.button.medium span {
  transform: translateY(-2px);
}
@media (max-width: 1199px) {
  .button.medium span {
    transform: translateY(-2px);
  }
}
@media (max-width: 575px) {
  .button.medium span {
    transform: translateY(-1px);
  }
}
@media (min-width: 1200px) {
  .button.medium {
    padding-inline-end: 38px;
    padding-inline-start: 56px;
  }
}
@media (max-width: 575px) {
  .button.medium {
    font-size: 15px;
    height: 33px;
    padding-right: 36px;
    padding-left: 25px;
  }
}
.button.small {
  height: 49px;
  font-size: 27px;
  gap: 16px;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button.small span {
  transform: translateY(-2px);
}
@media (max-width: 1199px) {
  .button.small span {
    transform: translateY(-2px);
  }
}
@media (max-width: 575px) {
  .button.small span {
    transform: translateY(-2px);
  }
}
@media (min-width: 1200px) {
  .button.small {
    padding-inline-end: 33px;
    padding-inline-start: 52px;
  }
  .button.small img {
    max-width: 32px;
  }
}
@media (max-width: 1199px) {
  .button.small {
    font-size: 24px;
    height: 44px;
    padding-right: 47px;
    padding-left: 29px;
  }
  .button.small img {
    max-width: 29px;
  }
}
@media (max-width: 575px) {
  .button.small {
    font-size: 17px;
    height: 31px;
    padding-right: 36px;
    padding-left: 25px;
  }
  .button.small img {
    max-width: 20px;
  }
}
.button.x-small {
  height: 43px;
  font-size: 27px;
  gap: 12px;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button.x-small span {
  transform: translateY(-3px);
}
@media (max-width: 1199px) {
  .button.x-small span {
    transform: translateY(-2px);
  }
}
@media (max-width: 575px) {
  .button.x-small span {
    transform: translateY(-2px);
  }
}
@media (min-width: 1200px) {
  .button.x-small {
    padding-inline-end: 33px;
    padding-inline-start: 52px;
  }
  .button.x-small img {
    max-width: 32px;
  }
}
@media (max-width: 1199px) {
  .button.x-small {
    font-size: 24px;
    height: 44px;
    padding-right: 47px;
    padding-left: 29px;
  }
  .button.x-small img {
    max-width: 28px;
  }
}
@media (max-width: 575px) {
  .button.x-small {
    font-size: 17px;
    height: 31px;
    padding-right: 36px;
    padding-left: 25px;
  }
  .button.x-small img {
    max-width: 20px;
  }
}

.main-wrapper {
  padding: 20px;
  min-height: 100dvh;
  position: relative;
  background-color: white;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .main-wrapper {
    padding: 10px;
  }
}
.main-wrapper .shape1 {
  position: absolute;
  height: 100%;
  left: 168px;
  top: 0;
  z-index: 3;
}
@media (max-width: 1199px) {
  .main-wrapper .shape1 {
    display: none;
  }
}
.main-wrapper .shape2 {
  position: absolute;
  left: 168px;
  top: 50%;
  z-index: 1;
  transform: translateY(-45%);
}
@media (max-width: 1199px) {
  .main-wrapper .shape2 {
    display: none;
  }
}
.main-wrapper .shape3 {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3;
}
@media (min-width: 1200px) {
  .main-wrapper .shape3 {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-wrapper .shape3 {
    display: none;
  }
}
.main-wrapper .shape4 {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .main-wrapper .shape4 {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-wrapper .shape4 {
    display: none;
  }
}
.main-wrapper .shape5 {
  position: absolute;
  left: 0px;
  top: 120px;
  z-index: 3;
}
@media (min-width: 576px) {
  .main-wrapper .shape5 {
    display: none;
  }
}
.main-wrapper .shape6 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
@media (min-width: 576px) {
  .main-wrapper .shape6 {
    display: none;
  }
}
.main-wrapper .main-logo {
  display: flex;
  max-width: 100%;
  margin-bottom: 2.5dvh;
}
@media (max-width: 1199px) {
  .main-wrapper .main-logo {
    justify-content: center;
    margin-bottom: 10dvh;
  }
  .main-wrapper .main-logo img {
    max-width: 185px;
  }
}
@media (max-width: 575px) {
  .main-wrapper .main-logo {
    margin-bottom: 14dvh;
  }
  .main-wrapper .main-logo img {
    max-width: 120px;
  }
}
.main-wrapper .gradient-border {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 28px;
  background-image: linear-gradient(white, white), linear-gradient(141.47deg, rgba(38, 133, 204, 0.3019607843) 1.73%, rgba(12, 65, 106, 0.9882352941) 98.01%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  left: 19px;
  top: 19px;
  bottom: 19px;
  right: 19px;
  z-index: 1;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .main-wrapper .gradient-border {
    background-image: linear-gradient(white, white), linear-gradient(141.47deg, rgba(180, 162, 105, 0.1019607843) 1.73%, rgba(12, 66, 106, 0.6745098039) 98.01%);
  }
}
@media (max-width: 575px) {
  .main-wrapper .gradient-border {
    left: 9px;
    top: 9px;
    bottom: 9px;
    right: 9px;
  }
}
.main-wrapper .main-wrapper-inner {
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 3px 18px -0.76px rgba(0, 0, 0, 0.2);
  min-height: calc(100dvh - 40px);
  width: 100%;
  padding: 45px 55px 20px;
  border-radius: 28px;
  position: relative;
  z-index: 2;
  background: transparent;
  transition: all 0.5s linear;
}
.main-wrapper .main-wrapper-inner.hidden {
  transform: translateX(-110%);
  opacity: 0;
}
@media (max-width: 1199px) {
  .main-wrapper .main-wrapper-inner {
    padding-top: 65px;
  }
}
@media (max-width: 575px) {
  .main-wrapper .main-wrapper-inner {
    padding: 32px 32px 14px;
    min-height: calc(100dvh - 20px);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .main-wrapper .bottom-part {
    margin-top: auto;
  }
}

.home-content {
  max-width: 806px;
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .home-content {
    margin-inline: auto;
    text-align: center;
    padding-right: 0;
  }
}
.home-content h1 {
  font-size: 104px;
  font-weight: 900;
  line-height: 1.065;
}
@media (max-width: 1199px) {
  .home-content h1 {
    font-size: 84px;
  }
}
@media (max-width: 767px) {
  .home-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .home-content h1 {
    font-size: 40px;
  }
}
.home-content h1 span {
  background: var(--gradient);
  -webkit-background-clip: text;
  color: transparent;
}
.home-content p {
  max-width: 525px;
  font-size: 30px;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .home-content p {
    max-width: 450px;
    margin-inline: auto;
    font-size: 25px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .home-content p {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .home-content p {
    font-size: 18px;
  }
}
.home-content p span {
  font-family: var(--font-bold);
  font-weight: normal;
  color: var(--c-base);
}
.home-content .button {
  margin-top: 7dvh;
}
@media (max-width: 1199px) {
  .home-content .button {
    margin-top: 94px;
  }
}
@media (max-width: 575px) {
  .home-content .button {
    margin-top: 52px;
  }
}
.home-content .modal-toggle {
  font-size: 33px;
  line-height: 1;
  color: var(--c-base);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-base);
  margin-top: 3dvh;
}
@media (max-width: 1199px) {
  .home-content .modal-toggle {
    font-size: 24px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .home-content .modal-toggle {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .home-content .modal-toggle {
    font-size: 16px;
    margin-top: 14px;
    padding-bottom: 4px;
  }
}

.bottom-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  justify-content: center;
  margin-top: 4dvh;
}
@media (max-width: 1199px) {
  .bottom-logos {
    gap: 6px;
    margin-top: 15dvh;
  }
}
@media (max-width: 575px) {
  .bottom-logos {
    gap: 6px;
    margin-top: 20dvh;
  }
}
@media (max-width: 767px) {
  .bottom-logos img {
    max-width: 60px;
  }
}
@media (max-width: 575px) {
  .bottom-logos img {
    max-width: 100%;
  }
}
.bottom-logos p {
  margin: 0;
  text-align: center;
  font-size: 21px;
  color: var(--c-base);
}
@media (max-width: 1199px) {
  .bottom-logos p {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .bottom-logos p {
    font-size: 16px;
  }
}

.form-gap {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1199px) {
  .form-gap {
    gap: 25px;
  }
}

.form-group {
  max-width: 310px;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
}

.form-control {
  width: 100%;
  height: 44px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--c-base);
  font-size: 24px;
  font-family: var(--ff-body);
}
@media (max-width: 1199px) {
  .form-control {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .form-control {
    font-size: 18px;
    height: 30px;
  }

  .content-wrapper .two-col {
    grid-template-columns: 1fr !important;
  }
}

.form-check {
  display: flex;
  align-content: center;
  gap: 6px;
}
.form-check .form-check-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-check .form-check-input {
  display: none;
  position: relative;
}
.form-check .form-check-input:checked ~ span {
  background-color: var(--c-base);
}
.form-check .form-check-input:checked ~ span img {
  opacity: 1;
}
.form-check span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  border: 1px solid var(--c-base);
  border-radius: 50%;
  background-color: white;
}
.form-check span img {
  max-width: 70%;
  opacity: 0;
}

.form-check-two {
  position: relative;
  display: inline-flex;
}
.form-check-two .open-text {
  position: absolute;
  top: 50%;
  left: 17px;
  font-size: 22px;
  color: var(--c-base);
  transform: translateY(-60%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .form-check-two .open-text {
    left: 10px;
    letter-spacing: -1px;
  }
}
@media (max-width: 575px) {
  .form-check-two .open-text {
    left: 8px;
    font-size: 18px;
  }
}
.form-check-two .close-text {
  position: absolute;
  top: 50%;
  right: 17px;
  font-size: 22px;
  color: var(--c-base);
  transform: translateY(-60%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .form-check-two .close-text {
    right: 10px;
    letter-spacing: -1px;
  }
}
@media (max-width: 575px) {
  .form-check-two .close-text {
    right: 8px;
    font-size: 18px;
  }
}
.form-check-two input[type=checkbox] {
  position: relative;
  width: 110px;
  height: 48px;
  -webkit-appearance: none;
  outline: none;
  border-radius: 50px;
  transition: 0.3s;
  border: 1px solid var(--c-base);
  margin: 0;
}
@media (max-width: 1199px) {
  .form-check-two input[type=checkbox] {
    width: 82px;
    height: 37px;
  }
}
@media (max-width: 575px) {
  .form-check-two input[type=checkbox] {
    width: 52px;
    height: 23px;
  }
}
.form-check-two input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  top: 2px;
  left: 2px;
  background: var(--c-base);
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .form-check-two input[type=checkbox]:before {
    width: 31px;
    height: 31px;
  }
}
@media (max-width: 575px) {
  .form-check-two input[type=checkbox]:before {
    width: 19px;
    height: 19px;
    top: 1px;
  }
}
.form-check-two input:checked[type=checkbox]:before {
  left: calc(100% - 44px);
}
@media (max-width: 1199px) {
  .form-check-two input:checked[type=checkbox]:before {
    left: calc(100% - 32px);
  }
}
@media (max-width: 575px) {
  .form-check-two input:checked[type=checkbox]:before {
    left: calc(100% - 21px);
  }
}

.modal {
  z-index: 4;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s linear;
  transform: translateX(110%);
}
.modal.show {
  transform: translateX(0%);
}
@media (max-width: 1199px) {
  .modal {
    width: auto;
    top: 19px;
    bottom: 25px;
    left: 19px;
    right: 19px;
    overflow-y: auto;
    border-radius: 28px;
  }
}
@media (max-width: 575px) {
  .modal {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.modal .main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
}
@media (max-width: 1199px) {
  .modal .main-wrapper {
    height: calc(100% - 1px);
    min-height: -moz-max-content;
    min-height: max-content;
    border-radius: 30px;
    margin: 1px 1px 0;
  }
}
.modal .main-logo {
  display: flex;
  max-width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .modal .main-logo {
    justify-content: center;
    margin-bottom: 10dvh;
  }
  .modal .main-logo img {
    max-width: 185px;
  }
}
@media (max-width: 575px) {
  .modal .main-logo {
    margin-bottom: 11dvh;
  }
  .modal .main-logo img {
    max-width: 120px;
  }
}
.modal .modal-close {
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  z-index: 6;
}
@media (max-width: 1199px) {
  .modal .modal-close img {
    max-width: 24px;
  }
}
@media (max-width: 575px) {
  .modal .modal-close {
    right: 19px;
    top: 19px;
  }
  .modal .modal-close img {
    max-width: 11px;
  }
}
.modal .modal-wrapper {
  position: relative;
  border-radius: 22px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 1252px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 2.43px 14.57px -0.61px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media (max-width: 1199px) {
  .modal .modal-wrapper {
    min-height: 100%;
  }
}
.modal .modal-inner {
  padding: 60px 96px 40px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .modal .modal-inner {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .modal .modal-inner {
    padding: 35px 32px 38px;
  }
}
@media (max-width: 1199px) {
  .modal .content-wrapper {
    text-align: center;
  }
  .modal .content-wrapper .form-group {
    max-width: 100%;
  }
  .modal .content-wrapper .two-col {
    flex-direction: column;
  }
  .modal .content-wrapper input {
    background-color: transparent;
  }
}
.modal .content-wrapper .title {
  line-height: 1.03;
}
@media (max-width: 575px) {
  .modal .content-wrapper .title {
    max-width: 260px;
  }
}
.modal .content-wrapper .subtitle {
  margin-top: 50px;
  font-family: var(--font-medium);
  font-weight: normal;
  font-size: 33px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .modal .content-wrapper .subtitle {
    font-size: 29px;
    margin-top: 10dvh;
  }
}
@media (max-width: 575px) {
  .modal .content-wrapper .subtitle {
    font-size: 16px;
    margin-top: 11dvh;
  }
}
@media (max-width: 1199px) {
  .modal .content-wrapper .referrals {
    margin-bottom: 4dvh;
  }
}

.content-wrapper .title {
  font-size: 68px;
  font-weight: 900;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .content-wrapper .title {
    font-size: 56px;
    max-width: 370px;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  .content-wrapper .title {
    font-size: 39px;
    margin-inline: auto;
    margin-bottom: 39px;
  }
}
.content-wrapper .title span {
  background: var(--gradient);
  -webkit-background-clip: text;
  color: transparent;
}
.content-wrapper .two-col {
    display: grid;
    gap: 75px 75px; 
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
}
.content-wrapper .referrals {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 16px;
  max-width: 560px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .content-wrapper .referrals {
    justify-content: center;
    margin-bottom: 45px;
    margin-inline: auto;
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .content-wrapper .referrals {
    gap: 8px;
    margin-bottom: 22px;
  }
}
.content-wrapper .referrals li {
  flex-grow: 1;
}
.content-wrapper .referrals li label {
  position: relative;
}
.content-wrapper .referrals li label input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.content-wrapper .referrals li label input:checked ~ span {
  background-color: var(--c-base);
  color: white;
}
@media (max-width: 1199px) {
  .content-wrapper .referrals li {
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .referrals li span {
    transform: translateY(-1px);
  }
}
.content-wrapper .referrals li span {
  text-align: center;
  display: block;
  border-radius: 13px;
  padding: 12px 14px;
  box-shadow: 2px 4px 7.3px 2px rgba(0, 0, 0, 0.1019607843);
  font-size: 21px;
}
@media (max-width: 1199px) {
  .content-wrapper .referrals li span {
    font-size: 20px;
    padding: 8px 11px;
    display: inline-block;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .content-wrapper .referrals li span {
    border-radius: 6px;
    padding: 6px;
    font-size: 13px;
  }
}

.steps-wrapper .slider-wrapper {
  height: 75px;
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .steps-wrapper .slider-wrapper {
    height: 48px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .slider-wrapper {
    height: 28px;
  }
}
.steps-wrapper .slider-wrapper .glider {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--c-base);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 7.32px 4.27px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 1199px) {
  .steps-wrapper .slider-wrapper .glider {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .slider-wrapper .glider {
    width: 28px;
    height: 28px;
  }
}
.steps-wrapper .slider-wrapper .glider .value {
  position: absolute;
  font-size: 26px;
  bottom: 112%;
  padding: 0px 10px;
  background-color: white;
  border-radius: 15px;
  color: var(--c-base);
}
@media (max-width: 1199px) {
  .steps-wrapper .slider-wrapper .glider .value {
    bottom: 105%;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .slider-wrapper .glider .value {
    font-size: 15px;
  }
}
.steps-wrapper .slider-wrapper .glider img {
  max-width: 95%;
}
@media (max-width: 1199px) {
  .steps-wrapper .slider-wrapper .glider img {
    max-width: 70%;
  }
}
.steps-wrapper .slider-wrapper .slider-inner {
  width: 100%;
  height: 24px;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .steps-wrapper .slider-wrapper .slider-inner {
    height: 4px;
  }
}
.steps-wrapper .slider-wrapper .slider-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-base);
  opacity: 0.1;
  border-radius: 24px;
}
.steps-wrapper .slider-wrapper .active-bg {
  border-radius: 50px;
  background-color: var(--c-base);
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.steps-wrapper .mobile-note-wrapper {
  text-align: right;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .steps-wrapper .mobile-note-wrapper {
    display: none;
  }
}
.steps-wrapper .mobile-note-wrapper .coin {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 6;
}
@media (max-width: 575px) {
  .steps-wrapper .mobile-note-wrapper .coin {
    max-width: 36px;
  }
}
.steps-wrapper .mobile-note-wrapper .note-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.steps-wrapper .mobile-note-wrapper .note-wrapper .note-title {
  font-size: 24px;
}
@media (max-width: 575px) {
  .steps-wrapper .mobile-note-wrapper .note-wrapper .note-title {
    font-size: 16px;
  }
}
.steps-wrapper .mobile-note-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  color: var(--c-base);
  font-family: var(--font-medium);
  font-weight: normal;
  text-align: right;
  padding: 10px 20px;
  padding-right: 30px;
  border: 0.56px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(white, white), linear-gradient(-90deg, #b4a269 0%, rgba(58, 162, 237, 0.1) 69.5%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s linear;
  position: relative;
}
@media (max-width: 575px) {
  .steps-wrapper .mobile-note-toggle {
    font-size: 15px;
    padding-inline: 14px;
    padding-right: 20px;
  }
}
.steps-wrapper .mobile-note-toggle img {
  margin-right: 6px;
  max-width: 16px;
}
@media (max-width: 575px) {
  .steps-wrapper .mobile-note-toggle img {
    max-width: 12px;
    margin: 0;
  }
}
.steps-wrapper .mobile-note-toggle span {
  font-family: var(--ff-body);
  font-weight: normal;
  opacity: 0.7;
}
.steps-wrapper .mobile-note-toggle:focus ~ .note-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 6;
}
@media (max-width: 1199px) {
  .steps-wrapper .grid .note-wrapper {
    display: none;
  }
}
.steps-wrapper .note-wrapper {
  border-radius: 22px;
  border: 1px solid;
  padding: 15px 30px 20px;
  max-width: 410px;
  position: relative;
  color: var(--c-base);
  background-color: white;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(281.04deg, #b4a269 2.2%, rgba(12, 66, 106, 0.1) 61.52%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.steps-wrapper .note-wrapper:hover {
  visibility: visible;
  opacity: 1;
  z-index: 6;
}
@media (min-width: 1200px) {
  .steps-wrapper .note-wrapper {
    margin-inline: auto;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .note-wrapper {
    visibility: hidden;
    opacity: 0;
  }
}
.steps-wrapper .note-wrapper .icon {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 575px) {
  .steps-wrapper .note-wrapper .icon {
    max-width: 36px;
  }
}
.steps-wrapper .note-wrapper .note-title {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: var(--font-medium);
  font-weight: normal;
}
@media (max-width: 575px) {
  .steps-wrapper .note-wrapper .note-title {
    font-size: 16px;
  }
}
.steps-wrapper .note-wrapper p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 575px) {
  .steps-wrapper .note-wrapper p {
    font-size: 14px;
  }
}
.steps-wrapper .main-wrapper-inner {
  padding: 52px 110px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner {
    padding: 32px 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .steps-wrapper .main-wrapper-inner {
    padding: 32px 30px;
    padding-top: 80px;
  }
}
.steps-wrapper .main-wrapper-inner .top-part {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 70px;
  padding-bottom: 30px;
}
.steps-wrapper .main-wrapper-inner .top-part.progress-main-container {
  z-index: 6;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container {
    margin-bottom: 0;
    max-height: 30px;
    transition: all 0.6s linear;
    overflow: hidden;
    box-shadow: none;
  }
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container .logo-wrapper {
    opacity: 0;
    transition: all 0.6s linear;
  }
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container.open {
    z-index: 8;
    max-height: 600px;
    padding-bottom: 100px;
  }
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container.open .logo-wrapper {
    opacity: 1;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container.open {
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container {
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container {
    padding-bottom: 50px;
    padding-top: 23px;
  }
  .steps-wrapper .main-wrapper-inner .top-part.progress-main-container.open {
    max-height: 400px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .top-part {
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color: white;
    padding: 30px 45px 70px;
    gap: 0;
    box-shadow: 0px 8.58px 8.58px 0px rgba(0, 0, 0, 0.1215686275);
    border-radius: 32px 32px 0 0;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .top-part {
    padding: 10px 28px 32px;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper {
    margin-bottom: 38px;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .logo-wrapper .bottom-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #00446c -16.23%, #00446c 40.66%, rgba(203, 185, 129, 0.38) 60.98%, rgba(203, 185, 129, 0.7) 66.2%, rgba(203, 185, 129, 0.7) 99.87%);
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper .bottom-line {
    display: none;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .logo-wrapper img {
  width: 38px;
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper img {
    width: 64px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper img {
    display: none;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .logo-wrapper .info {
  color: var(--c-base);
  font-size: 25px;
  font-family: var(--font-bold);
  font-weight: normal;
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper .info {
    display: none;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .top-part .logo-wrapper .info {
    font-size: 15px;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .progress-wrapper {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .progress-wrapper {
    display: none;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler {
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  text-align: center;
  transform: translateY(-100%);
}
.steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler.active .shape-0 {
  display: none;
}
.steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler.active .shape-00 {
  display: block;
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler {
    display: none;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler .shape-0 {
  width: 100%;
}
.steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler .shape-00 {
  width: 100%;
  display: none;
}
.steps-wrapper .main-wrapper-inner .top-part .progress-nav-toggler .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steps-wrapper .main-wrapper-inner .top-part .progress-line {
  width: 100%;
  height: 1px;
  background-color: var(--c-base);
  opacity: 0.45;
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .progress-line {
    display: none;
  }
}
.steps-wrapper .main-wrapper-inner .top-part .progress-bar {
  width: 25%;
  height: 6px;
  margin-right: 0;
  background: linear-gradient(-90deg, #99bfdc 0%, #0c426a 100%);
  transform: translateY(-3px);
  border-radius: 6px;
  transition: all 0.3s linear;
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .top-part .progress-bar {
    height: 4px;
    transform: translateY(-2px);
  }
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .top-part .progress-bar {
    display: none;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .two-col {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .two-col {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .two-col > * {
    max-width: 100%;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .step-one-thumb {
  align-self: flex-end;
  margin-right: auto;
  margin-bottom: -110px;
}
@media (max-width: 1399px) {
  .steps-wrapper .main-wrapper-inner .middle-part .step-one-thumb {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .step-one-thumb {
    max-width: 310px;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .step-one-thumb {
    max-width: 164px;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .step-one-thumb img {
  max-width: 100%;
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .title {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .title {
    font-size: 60px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .title {
    font-size: 35px;
    margin-bottom: 28px;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .form-gap {
  gap: 75px;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .form-gap {
    gap: 40px;
  }
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .form-gap > * {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .form-gap {
    gap: 25px;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .tag-title {
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .tag-title {
    margin-top: 55px;
    font-size: 22px;
    text-align: right;
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .tag-title {
    font-size: 18px;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states {
    gap: 10px 50px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states {
    gap: 16px;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li label {
  position: relative;
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li label input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li label input:checked ~ .state-item {
  color: white;
  background-color: var(--c-base);
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li .state-item {
  font-size: 22px;
  padding: 9px 20px;
  padding-top: 6px;
  border-radius: 30px;
  border: 1px solid var(--c-base);
  transition: all 0.3s linear;
  text-align: center;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li .state-item {
    padding: 4px 20px;
    padding-top: 1px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li .state-item {
    padding: 4px 14px;
    padding-top: 2px;
    font-size: 17px;
  }
}
.steps-wrapper .main-wrapper-inner .middle-part .content-wrapper .states li .state-item:hover {
  box-shadow: 0px 4.89px 4.89px 0px rgba(0, 0, 0, 0.2509803922);
}
.steps-wrapper .main-wrapper-inner .bottom-part {
  margin-top: auto;
}
.steps-wrapper .main-wrapper-inner .bottom-part .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .bottom-part .button-wrapper {
    margin-top: 60px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .bottom-part .button-wrapper {
    margin-top: 36px;
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .steps-wrapper .main-wrapper-inner .bottom-part .button-wrapper .button.outline {
    padding-inline-end: 52px;
    padding-inline-start: 33px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper .main-wrapper-inner .bottom-part .button-wrapper .button.outline {
    padding-right: 29px;
    padding-left: 47px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .main-wrapper-inner .bottom-part .button-wrapper .button.outline {
    padding-right: 25px;
    padding-left: 36px;
  }
}
.steps-wrapper.step-two .content-wrapper {
  flex-grow: 1;
}
.steps-wrapper.step-two .text {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-two .text {
    font-size: 22px;
    text-align: right;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-two .text {
    font-size: 18px;
  }
}
.steps-wrapper.step-two .top-part {
  margin-bottom: 30px;
}
.steps-wrapper.step-two .grid {
  display: grid;
  align-items: center;
  margin-top: 28px;
}
.steps-wrapper.step-two .grid.col-two {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-two .grid.col-two {
    grid-template-columns: 1fr;
  }
}
.steps-wrapper.step-two .option-select-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  max-width: 750px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-two .option-select-grid {
    grid-template-columns: 1fr;
  }
}
.steps-wrapper.step-two .single-select-option {
  box-shadow: 2px 4px 7.3px 2px rgba(0, 0, 0, 0.1019607843);
  padding: 34px 16px 40px;
  border-radius: 20px;
  font-size: 22px;
  position: relative;
  min-height: 134px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .steps-wrapper.step-two .single-select-option {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper.step-two .single-select-option {
    font-size: 22px;
    min-height: 96px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-two .single-select-option {
    font-size: 18px;
    min-height: 54px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
  }

  .option-select-grid label.single-select-option:last-of-type {
    font-weight: 900;
    color: #000000;
  }
}
.steps-wrapper.step-two .single-select-option .check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--c-base);
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-two .single-select-option .check {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-two .single-select-option .check {
    width: 14px;
    height: 14px;
  }
}
.steps-wrapper.step-two .single-select-option .check img {
  width: 70%;
  opacity: 0;
}
.steps-wrapper.step-two .single-select-option p {
  margin: auto;
  max-width: 90%;
  text-align: center;
}
.steps-wrapper.step-two .single-select-option input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.steps-wrapper.step-two .single-select-option input:checked ~ .check {
  background-color: var(--c-base);
}
.steps-wrapper.step-two .single-select-option input:checked ~ .check img {
  opacity: 1;
}
@media (max-width: 575px) {
  .steps-wrapper.step-three .main-wrapper-inner {
    padding-bottom: 22px;
  }
}
.steps-wrapper.step-three .top-part {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .mobile-note-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-three .mobile-note-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.steps-wrapper.step-three .state-item {
  min-width: 109px;
}
@media (max-width: 575px) {
  .steps-wrapper.step-three .state-item {
    min-width: 51px;
  }
}
.steps-wrapper.step-three .grid {
  margin-top: 10px;
  margin-bottom: 64px;
  align-items: flex-start;
}
.steps-wrapper.step-three .grid .text {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .steps-wrapper.step-three .grid .text {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .middle-part .text {
    max-width: 300px;
    margin-bottom: 16px;
  }
}
.steps-wrapper.step-three .col-one-two {
  grid-template-columns: 0.6fr 2fr;
  align-items: start;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .col-one-two {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .steps-wrapper.step-three .col-one-two > div:nth-child(2) {
    padding-right: 35px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .col-one-two > div:nth-child(2) .text {
    max-width: 400px;
  }
}
.steps-wrapper.step-three .col-one-two > div:nth-child(1) {
  position: relative;
  min-width: 350px;
  height: 100%;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .col-one-two > div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
    min-width: 0;
  }
  .steps-wrapper.step-three .col-one-two > div:nth-child(1) .text {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .steps-wrapper.step-three .col-one-two > div:nth-child(1)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, #0c426a 0%, rgba(12, 66, 106, 0.3) 100%);
    left: 0;
    top: 0;
  }
}
.steps-wrapper.step-three .col-one-two .text {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .col-one-two .text {
    margin-bottom: 14px;
  }
}
.steps-wrapper.step-three .col-one-two .referrals {
  margin-bottom: 0;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .col-one-two .referrals {
    justify-content: flex-start;
  }
}
.steps-wrapper.step-three .col-one-two .referrals li {
  flex-grow: 0;
}
.steps-wrapper.step-three .col-one-two .referrals li label {
  display: inline-block;
  min-width: 152px;
}
@media (max-width: 1470px) {
  .steps-wrapper.step-three .col-one-two .referrals li label {
    min-width: 110px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-three .col-one-two .referrals li label {
    min-width: 80px;
  }
}
.steps-wrapper.step-three .col-one-two .referrals li label span {
  display: block;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .col-two {
    margin-bottom: 50px;
  }
  .steps-wrapper.step-three .col-two .text {
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .steps-wrapper.step-three .states {
    gap: 18px !important;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-three .states {
    gap: 8px !important;
  }
}
.steps-wrapper.step-four .step-one-thumb {
  margin-bottom: 0 !important;
  align-self: flex-start !important;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four .step-one-thumb {
    max-width: 203px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four .step-one-thumb {
    max-width: 95px !important;
    margin-top: 30px !important;
  }
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .title {
  font-size: 95px;
  max-width: 355px;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .title {
    max-width: 100%;
    font-size: 60px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .title {
    font-size: 35px;
    margin-top: 35px;
  }
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .subtitle {
  font-size: 32px;
  max-width: 634px;
  line-height: 1.22;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .subtitle {
    font-size: 25px;
    margin-bottom: 100px;
    max-width: 370px;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .subtitle {
    font-size: 18px;
    margin-bottom: 68px;
    max-width: 230px;
  }
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .subtitle span {
  font-family: var(--font-medium);
  font-weight: normal;
  color: var(--c-base);
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .form-group {
  max-width: 450px;
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .form-check {
  margin-top: 30px;
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .form-check label {
  color: var(--c-base);
  text-align: right;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .form-check label {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .form-check label {
    font-size: 16px;
  }
}
.steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .button {
  margin-top: 33px !important;
  padding-right: 38px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .button {
    margin-top: 56px !important;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four .main-wrapper-inner .middle-part .content-wrapper .button {
    margin-top: 44px !important;
  }
}
.steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .title {
  max-width: 655px;
}
.steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .subtitle {
  font-size: 32px;
  max-width: 674px;
  line-height: 1.22;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .subtitle {
    font-size: 25px;
    margin-bottom: 100px;
    max-width: 280px;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .subtitle {
    font-size: 15px;
    margin-bottom: 68px;
    max-width: 160px;
  }
}
.steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .button {
  margin-top: 33px !important;
  padding-right: 38px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .button {
    margin-top: 56px !important;
  }
}
@media (max-width: 575px) {
  .steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .button {
    margin-top: 44px !important;
  }
}
.steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .code-input-group {
  max-width: 380px;
  display: flex;
  gap: 13px;
}
@media (max-width: 1199px) {
  .steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .code-input-group {
    justify-content: center;
    margin-inline: auto;
  }
}
.steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .code-input-group input {
  text-align: center;
}
.steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .button-bottom-link {
  font-size: 18px;
  text-decoration: underline;
  margin-right: 8px;
  margin-top: 12px;
  color: var(--c-base);
}
@media (max-width: 575px) {
  .steps-wrapper.step-four-v2 .main-wrapper-inner .middle-part .content-wrapper .button-bottom-link {
    font-size: 12px;
    margin-right: 0px;
  }
}

.steps {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--c-base);
  padding-bottom: 8px;
  flex-grow: 1;
  margin-left: 80px;
  position: relative;
}
@media (min-width: 1200px) {
  .steps {
    transform: translateY(-10px);
  }
}
@media (max-width: 1199px) {
  .steps {
    margin-left: 0;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    border: none;
  }
  .steps .text {
    min-width: 190px;
    margin-left: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .steps .text {
    margin-left: 10px;
    min-width: 120px;
  }
}
@media (max-width: 1199px) {
  .steps .progress-fill-two {
    height: 6px;
    flex-grow: 1;
    background: #d9d9d9;
    max-width: 360px;
    margin-right: auto;
    border-radius: 6px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .steps .progress-fill-two {
    height: 4px;
  }
}
@media (max-width: 1199px) {
  .steps .checkbox {
    border-radius: 50px;
    background-color: var(--c-base);
    display: none;
  }
  .steps .checkbox:checked ~ label {
    background-color: var(--c-base);
  }
  .steps .form-checkbox {
    margin-left: 15px;
  }
  .steps .form-checkbox label {
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 23px;
    border: 1px solid var(--c-base);
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .steps .form-checkbox label {
    width: 14px;
    height: 14px;
  }
  .steps .form-checkbox label img {
    width: 9px;
  }
}
@media (min-width: 1200px) {
  .steps .form-checkbox {
    display: none;
  }
}
.steps .step-item {
  padding-left: 8px;
}
@media (max-width: 575px) {
  .steps .step-item {
    padding-left: 0;
  }
}
.steps .step-item.active .step-text {
  font-family: var(--font-bold);
  font-weight: normal;
}
.steps .step-item.active .progress-fill-two {
  background: linear-gradient(-90deg, #99bfdc 0%, #0c426a 100%);
}
.steps .step-item.checked .progress-fill-two {
  background: linear-gradient(-90deg, #99bfdc 0%, #0c426a 100%);
}
.steps .step-item .step-text {
  font-size: 19px;
  color: var(--c-base);
}
@media (max-width: 1199px) {
  .steps .step-item .step-text {
    font-size: 23px;
    display: flex;
    align-items: center;
  }
  .steps .step-item .step-text .serial {
    margin-left: 20px !important;
  }
}
@media (max-width: 575px) {
  .steps .step-item .step-text {
    font-size: 15px;
  }
  .steps .step-item .step-text .serial {
    margin-left: 10px !important;
  }
}
.steps .step-item .step-text .serial {
  margin-left: 16px;
}
.steps .progress-fill {
  position: absolute;
  bottom: -2.5px;
  right: 0;
  height: 5px;
  border-radius: 30px;
  transition: width 0.5s ease; /* Smooth width change */
  width: 0%; /* Default width of 0% */
  background: linear-gradient(-90deg, #99bfdc 0%, #0c426a 100%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .steps .progress-fill {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-wrapper.step-five .main-logo {
    margin-bottom: 115px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five .main-logo {
    margin-bottom: 105px;
  }
}
.main-wrapper.step-five .main-wrapper-inner {
  display: flex;
  flex-direction: column;
  padding: 44px 56px 50px;
}
@media (max-width: 1199px) {
  .main-wrapper.step-five .main-wrapper-inner {
    padding: 64px 56px 60px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five .main-wrapper-inner {
    padding: 32px 40px 56px;
  }
}
.bottom-part.popup {
  margin-top: inherit;
}
.main-wrapper.step-five .bottom-part {
  text-align: center;
  margin-top: 50px;
}

.main-wrapper.step-five .button-wrapper {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .main-wrapper.step-five .button-wrapper {
    margin-top: 136px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five .button-wrapper {
    margin-top: 120px;
  }
}
.main-wrapper.step-five-v2 .main-logo {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .main-logo {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five-v2 .main-logo {
    margin-bottom: 48px;
  }
}
.main-wrapper.step-five-v2 .main-wrapper-inner {
  display: flex;
  flex-direction: column;
  padding: 44px 56px 50px;
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .main-wrapper-inner {
    padding: 64px 56px 60px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five-v2 .main-wrapper-inner {
    padding: 32px 40px 56px;
  }
}
.main-wrapper.step-five-v2 .bottom-part.popup {
  margin-top: inherit;
}
.main-wrapper.step-five-v2 .bottom-part {
  text-align: center;
  margin-top: auto;
}
.main-wrapper.step-five-v2 .button-wrapper {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .button-wrapper {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five-v2 .button-wrapper {
    margin-top: 33px;
  }
}
.main-wrapper.step-five-v2 .thumb {
  margin-top: 30px;
  max-width: 100%;
  max-width: 380px;
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .thumb {
    margin-top: 38px;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .main-wrapper.step-five-v2 .thumb {
    margin-top: 29px;
    max-width: 85%;
    margin-inline: auto;
  }
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .subtitle {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .pera.top {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-wrapper.step-five-v2 .pera.bottom {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.step-five-v2 .pera.bottom {
    display: none;
  }
}

.test-results-content {
  text-align: center;
}
.test-results-content .title {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .test-results-content .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .test-results-content .title {
    margin-bottom: 6px;
    font-size: 35px;
  }
}
.test-results-content .title span {
  background: var(--gradient);
  -webkit-background-clip: text;
  color: transparent;
}
.test-results-content .subtitle {
  font-size: 32px;
  color: var(--c-base);
  font-family: var(--font-medium);
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1199px) {
  .test-results-content .subtitle {
    font-size: 25px;
    max-width: 350px;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  .test-results-content .subtitle {
    font-size: 16px;
    max-width: 230px;
  }
}
.test-results-content .thumb {
  margin-top: 122px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .test-results-content .thumb {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .test-results-content .thumb {
    margin-top: 50px;
  }
}
.test-results-content .pera {
  max-width: 450px;
  font-size: 24px;
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .test-results-content .pera {
    font-size: 22px;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .test-results-content .pera {
    font-size: 14px;
  }
}

.two-col .form-group:nth-child(2){
display:block;
}

.middle-part + .middle-part  .step-one-thumb{
	display:none;
}


.modal {
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

    #loanwrapper {
  width: 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  background-clip: padding-box;
  text-align: center;
}
.loanButton {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  background-image: linear-gradient(top, #fff, #F0F0F0);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.loanButton:hover {
  border-color: #999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.loanButton:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}
.loanoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.loanoverlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.loanoverlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.loanoverlay:target {
  visibility: visible;
  opacity: 1;
}
.loanPopup {
    padding: 20px;
    background: #fff;
    border: 1px solid #666;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    max-width: 400px;
    text-align: center;
    border-radius: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    margin: 0px auto;
}
.light .loanPopup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.loanPopup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.loanPopup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.loanPopup .close:hover {
  opacity: 1;
}
.loanPopup .loanContent {
  max-height: 400px;
  overflow: auto;
}
.loanPopup .loanText{
    margin: 0;
    font-size: 22px;
    margin: 0;
    line-height: 32px;
}
.modalImage img{
    width: 100%;
}
.modalImage{
    max-width: 200px;
    max-height: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.loanPopup .loanText {
    margin: 0;
    font-size: 22px;
    margin: 0;
line-height: 25px;
}
.loanPopup .loanText svg{
    height: 20px;
    width: 20px;
    margin-left: 11px;
}
.subtitle span {
    display: block;
}
.subtitle {
    margin-bottom: 25px;
}
.form-check {
    margin-top: 25px;
    margin-bottom: 25px;
}