body {
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif !important;
    line-height: normal;
}

.header {
    background-color: #f8f9f9;
    padding: 13px 0px;
    max-width: none;
    border-bottom: 1px solid #d7e2eb;
    margin-bottom: 0;
}

.wrapper {
    max-width: 1026px;
    padding: 0 1rem;
    margin: 0 auto;
}

.mob-top-section {
    padding: 47px 24px;
    background-color: #f8f9f9;
}

.mob-top-section-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.mob-top-section .mob-top-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.mob-top-section .mob-top-card .svg-wrapper {
    width: 30px;
    height: 30px;
}

.mob-top-section .mob-top-card .svg-wrapper svg {
    width: 30px;
    height: 30px;
    color: #696969;
}

.mob-top-section .mob-top-card p {
    color: #696969;
    font-size: 12px;
    line-height: 25px;
}

.steps-section {
    padding: 36px 0;
}

#logo {
    color: #435c71;
    font-weight: 700;
}

#logo img {
    max-height: 29px;
    filter: grayscale(1);
}

.steps-border-wrapper {
    border-bottom: 1px solid #e8eaec;
    padding-bottom: 45px;
    max-width: 770px;
    margin: 0 auto;
}

.stepsTitle {
    color: #435c71;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.steps-wrapper .step {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #78848e;
    font-size: 15px;
    padding-bottom: 0;
}

.steps-wrapper .step-nr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #e8e8e8;
    border-radius: 999px;
    color: #9c9c9c;
    font-weight: 700;
}

.step-splitter {
    width: 38px;
    height: 1px;
    background-color: #e8e8e8;
    margin: 0 20px;
    position: relative;
}

.hero-section {
    position: relative;
    padding: 60px 0;
    z-index: 0;
}

.hero-container {
    padding: 0 1rem;
    margin: 0 auto;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.text-section {
    display: none;
    border-right: 1px solid #cdd6dc;
}

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

.title {
    font-size: 25px;
    color: #435c71;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.button {
    background-color: #18a103;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    min-height: 90px;
}

.status {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #686868;
    max-width: 260px;
    margin: 0 auto;
}

.hero-bg {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 239px;
    z-index: -1;
}

.hero-bg-left {
    left: 0;
}

.hero-bg-right {
    right: 0;
}

.feature-section {
    border: 1px solid #d7e2eb;
    background-color: #f6f6f6;
    padding: 30px 0;
}

.feature-container {
    display: flex;
    min-height: 145px;
    margin: auto;
    overflow-x: auto;
}

.feature:first-child {
    border-left: none;
}

.feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 171px;
    width: 100%;
    border-left: 1px solid #e1e8ef;
    padding: 0 15px;
}

.feature img {
    max-height: 50px;
    margin-bottom: 15px;
}

.feature-title {
    color: #58646d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}

.feature-subtitle {
    color: #58646d;
    font-size: 13px;
    text-align: center;
}

.footer {
    padding: 25px 0;
}

.footer-wrapper {
    max-width: 666px;
    margin: 0 auto;
}

.footer-wrapper p {
    color: #9c9c9c;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
}

.form-left-header {
    padding: 20px 15px 16px;
}

.form-left-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px;
}

.form-left-header h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    color: #f8f9f9;
}

.modal-body {
    background-color: #17556b;
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 0;
}

.modal-body .steps {
    background: #17556b;
    padding: 20px 15px 16px;
}

.modal-form {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.nr.active {
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.nr {
    flex-shrink: 0;
    background-color: #e8e8e8;
    color: #9c9c9c;
    border-radius: 999px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    place-content: center;
    font-size: 16px;
    line-height: 24px;
}

.text.active {
    font-weight: bold;
    font-size: 18px;
}

.show-for-medium-up {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #17556b;
    text-align: center;
    margin-bottom: 0;
}

.modal-form input {
    width: 100%;
    padding: 15px 10px;
    padding-left: 40px;
    border: 1px solid #ababab;
    border-radius: 3px;
    font-size: 16px;
    color: #435c71;
}

.modal-input {
    position: relative;
    margin-bottom: 10px;
}

.input_img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-39%);
    width: 26px;
    height: 26px;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background-color: #18a103;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.modal-form .ui-form__submit {
    margin: 10px 0 0 0;
}

.modal-form .ui-form__submit-button {
    width: 100%;
    padding: 15px;
    background-color: #18a103;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.form-footer {
    font-size: 11px;
    color: #9c9c9c;
    text-align: center;
}

.modal-open .status {
    opacity: 0;
}

.status {
    margin-top: 16px;
}

@media screen and (min-width: 640px) {
    .hero-container {
        max-width: 400px;
    }

    .button {
        font-size: 35px;
        padding: 10px 60px;
        max-width: 400px;
    }

    .sticky-btn {
        font-size: 35px;
        padding: 10px 60px;
    }

    .button img,
    .sticky-btn img {
        width: 67px;
    }
}

@media screen and (min-width: 769px) {
    .mob-top-section {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hero-container {
        max-width: 650px;
    }

    .hero-section {
        padding: 19px 0 140px 0;
    }

    .hero-top-text {
        display: block;
    }

    .hero-wrapper {
        padding-top: 130px;
        grid-template-columns: 1fr 1fr;
    }

    .text-section {
        display: block;
    }

    .title {
        font-size: 36px;
    }

    .mobile.title {
        display: none;
    }

    .steps-section {
        display: block;
    }

    .begin-section {
        padding: 72px 0;
    }

    .footer {
        padding-bottom: 40px;
    }

    .form-left-header {
        /* margin-bottom: 26px; */
        text-align: center;
        padding: 30px 24px 20px;
    }

    .steps {
        background-color: #17556b;
        padding: 0 24px 20px;
    }

    .nr {
        background-color: #24728e;
        color: #fff;
    }

    .nr.active {
        background-color: #fff;
        color: #17556b;
    }

    .text {
        color: #bfdbe5ff;
    }

    .text.active {
        color: #fff;
        font-size: 16px;
    }

    .show-for-medium-up {
        display: block;
    }

    .form-fields {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .steps-border-wrapper {
        border-bottom: none;
    }

    .steps-wrapper {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
        margin: auto;
        width: fit-content;
    }

    .step-splitter {
        display: none;
    }

    .steps-section {
        padding-top: 112px;
    }

    .hero-section {
        padding-top: 0;
    }

    .feature-section {
        padding: 17.5px 0;
    }

    .modal-body {
        border-radius: 10px 10px 0 0;
    }

    .modal-form {
        border-radius: 0 0 10px 10px;
    }

    .modal-body .steps {
        background: #fff;
    }

    .modal-form {
        border-top: 1px solid #9d9d9d;
        background-color: #eee;
    }
    .nr.active{
        background-color: #17556b;
        color: #fff
    }
    .step{
        color: ;
    }
    .text.active{
        color: #17556b;
    }
    .text{
        color: #7e7e7e;
    }
    .show-for-medium-up{
        display: none;
    }
    .second-page-form{
        height: 100vh;
    }
    .status {
        margin-top: 50vh;
    }
}

@media screen and (min-width: 1024px) {
    .hero-bg {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .hero-container {
        max-width: 786px;
    }

    .hero-wrapper {
        gap: 66px;
    }
}

@media screen and (max-width: 430px) {
    .begin-section {
        display: none !important;
    }
}