@media (min-width: 996px) {
  .makeAccountContainer {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .makeAccountContainer .visualContainer {
    height: 100%;
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .makeAccountContainer .visualContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .makeAccountContainer .contentContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    z-index: 1;
    justify-content: space-between;
  }
  .makeAccountContainer .contentContainer .accounWrapper .socialProofWrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .makeAccountContainer .contentContainer .accounWrapper .socialProofWrapper .housesWrapper {
    height: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .makeAccountContainer .contentContainer .accounWrapper .socialProofWrapper .housesWrapper img {
    height: 100%;
  }
  .makeAccountContainer .contentContainer .accounWrapper .socialProofWrapper .numberWrapper {
    height: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .makeAccountContainer .contentContainer .accounWrapper .socialProofWrapper .numberWrapper img {
    height: 100%;
  }
  .makeAccountContainer .contentContainer .accounWrapper .socialProofWrapper .socialText {
    font-family: "Satoshi-Bold";
    color: #26387B;
    font-size: 0.9rem;
  }
  .makeAccountContainer .contentContainer .accounWrapper .mainHeading {
    margin-top: 2rem;
    font-size: 2rem;
    font-family: "Satoshi-Black";
    font-weight: 700;
    color: #26387B;
    max-width: 90%;
    text-transform: capitalize;
  }
  .makeAccountContainer .contentContainer .accounWrapper .subHeading {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
    color: #26387B;
    line-height: 1.5;
    margin-top: 1.5rem;
    max-width: 80%;
  }
  .makeAccountContainer .contentContainer .accounWrapper .descriptionText {
    margin-top: 2.5rem;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    color: #333;
    max-width: 80%;
    line-height: 1.5;
  }
  .makeAccountContainer .contentContainer .accounWrapper .openAccount {
    margin-top: 3rem;
    padding: 0 1.5rem;
    border: none;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.6rem;
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    justify-content: center;
    border-radius: 0.25rem;
    background-size: 200% 100%;
    background-image: linear-gradient(251deg, #26387B 0%, #EB0029 50%, #26387B 100%);
    transition: background-position 0.8s ease;
    text-transform: capitalize;
  }
  .makeAccountContainer .contentContainer .accounWrapper .openAccount:hover {
    background-position: 100% 0;
  }
  .makeAccountContainer .contentContainer .accounWrapper .openAccount .iconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .makeAccountContainer .contentContainer .accounWrapper .openAccount .iconNostro {
    width: 1.2rem;
    height: 1.2rem;
  }
  .makeAccountContainer .contentContainer > div {
    width: 50%;
  }
  .mushaList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
  }
  .mushaList li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mushaList li span {
    display: flex;
    height: 1.2rem;
    width: 1.2rem;
    align-items: center;
    justify-content: center;
  }
  .mushaList li p {
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
    padding: 0 !important;
    margin: 0 !important;
    color: #333;
  }
}
@media (max-width: 996px) {
  .contentContainer {
    margin-top: -2rem;
  }
  .mainHeading {
    margin-top: 2rem;
    font-size: 2rem;
    font-family: "Satoshi-Black";
    text-align: center;
    margin-inline: auto;
    font-weight: 700;
    color: #26387B;
    max-width: 90%;
    text-transform: capitalize;
  }
  .subHeading {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
    text-align: center;
    margin-inline: auto;
    color: #26387B;
    line-height: 1.5;
    margin-top: 1.5rem;
    max-width: 80%;
  }
  .descriptionText {
    margin-top: 2.5rem;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    color: #333;
    max-width: 80%;
    line-height: 1.5;
  }
  .openAccount {
    margin-top: 3rem;
    padding: 0 1.5rem;
    border: none;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    height: 2.6rem;
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    justify-content: center;
    border-radius: 0.25rem;
    background-size: 200% 100%;
    background-image: linear-gradient(251deg, #26387B 0%, #EB0029 50%, #26387B 100%);
    transition: background-position 0.8s ease;
    text-transform: capitalize;
  }
  .openAccount:hover {
    background-position: 100% 0;
  }
  .openAccount .iconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .openAccount .iconNostro {
    width: 1.2rem;
    height: 1.2rem;
  }
  .socialProofWrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .socialProofWrapper .housesWrapper {
    height: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .socialProofWrapper .housesWrapper img {
    height: 100%;
  }
  .socialProofWrapper .numberWrapper {
    height: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .socialProofWrapper .numberWrapper img {
    height: 100%;
  }
  .socialProofWrapper .socialText {
    font-family: "Satoshi-Bold";
    color: #26387B;
    font-size: 0.9rem;
  }
  .mushaList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
  }
  .mushaList li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mushaList li span {
    display: flex;
    min-height: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    width: 1.2rem;
    align-items: center;
    justify-content: center;
  }
  .mushaList li p {
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
    padding: 0 !important;
    margin: 0 !important;
    color: #333;
  }
  .contentContainer {
    width: 90%;
    margin-inline: auto;
  }
}/*# sourceMappingURL=mushaUmuzi.css.map */