    .timeline_desktop_stepper {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%
    }

    .timeline_desktop_stepper:after {
        content: "";
        opacity: .2;
        background: #2cc09e;
        width: 2px;
        border-radius: 2px;
        height: 88%;
        position: absolute;
        top: 0;
        left: 50%
    }

    .timeline_desktop_stepper .timeline_desktop_progress {
        position: absolute;
        background-color: #284d5d;
        width: 2px;
        top: 0;
        left: 50%;
        z-index: 2;
        transition: all .5s ease-out
    }

    .timeline_desktop_stepper .timeline_desktop_progress_floating {
        position: absolute;
        top: 0;
        left: 46.3%;
        z-index: 9;
        transition: all .5s ease-out;
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    @media only screen and (min-width: 991px) {
        .timeline_desktop_stepper .timeline_desktop_progress_floating {
            left:50%
        }
    }

    .timeline_desktop_stepper .timeline_desktop_progress_floating svg {
        width: 3rem;
        transform: translateY(-.7rem)
    }

    @media only screen and (min-width: 991px) {
        .timeline_desktop_stepper .timeline_desktop_progress_floating svg {
            transform:translate(-1.65rem,-.7rem)
        }
    }

    .timeline_desktop_stepper .timeline_stepcontainer {
        padding: 0 0 2rem;
        height: 140px;
        width: 50%;
        position: relative;
        display: flex
    }

    .timeline_desktop_stepper .timeline_stepcontainer.timeline_item_left {
        justify-content: flex-end
    }

    @media only screen and (min-width: 991px) {
        .timeline_desktop_stepper .timeline_stepcontainer {
            padding-bottom:2.5rem
        }
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content {
        margin-top: -1.5rem
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content.timeline_item_left {
        text-align: right;
        margin-right: 3rem
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content.timeline_item_right {
        margin-left: 3rem
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .timeline_item_content_title {
        color: #27a88a;
        font-size: 1.125rem;
        font-style: italic;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -.12px;
        text-transform: capitalize
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .timeline_item_content_sub_title {
        color: #31393d;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -.14px;
        margin-top: .5rem
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .timeline_item_content_sub_title span {
        font-weight: 600
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .JourneyStepDesktop_poweredBy__BMd_p {
        display: flex;
        align-items: center
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .JourneyStepDesktop_poweredBy__BMd_p span {
        color: #5e6b71;
        font-size: .75rem;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: -.12px;
        margin-right: 4px
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .JourneyStepDesktop_poweredBy__BMd_p .JourneyStepDesktop_iconWrapper__CzTeW {
        width: 101px;
        height: 13px;
        display: flex;
        align-items: center
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_content .JourneyStepDesktop_buttonContainer___GtTd {
        border-radius: 100px;
        border: .5px solid #2cc09e;
        background: #fff;
        padding: 8px 12px;
        width: 15rem;
        margin-top: 12px;
        cursor: pointer;
        display: block;
        text-align: center;
        color: #3d5a66;
        font-size: 1rem;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -.13px;
        text-transform: capitalize;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        box-shadow: 0 4px 20px 0 rgba(120,170,158,.2)
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_tep_icon {
        position: absolute;
        top: -.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        border: 1px solid rgba(44,192,158,.4);
        background: linear-gradient(270deg,rgba(241,188,25,.1) 14.88%,rgba(44,192,158,.15) 102.32%);
        background-color: #fff;
        width: 50px;
        height: 50px;
        z-index: 9
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_tep_icon.timeline_item_left {
        right: -25px
    }

    .timeline_desktop_stepper .timeline_stepcontainer .timeline_item_tep_icon.timeline_item_right {
        left: -25px
    }

    .timeline_desktop_stepper .timeline_stepcontainer .JourneyStepDesktop_stepActions___ajEc {
        margin-top: .75rem
    }

    @media only screen and (min-width: 991px) {
        .timeline_desktop_stepper .timeline_stepcontainer .JourneyStepDesktop_stepActions___ajEc {
            margin-top:1.5rem
        }
    }

    .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_completedStep__LlVEn:after {
        left: 7px;
        background-color: #17ab51;
        width: 4px
    }

    @media only screen and (min-width: 991px) {
        .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_completedStep__LlVEn .JourneyStepDesktop_stepActions___ajEc {
            margin-top:.75rem
        }
    }

    .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_activeStep__KJ94A:before {
        content: "";
        background-color: #17ab51;
        width: 4px;
        height: 50%;
        position: absolute;
        top: 0;
        left: 7px;
        z-index: 2;
        border-radius: 5px
    }

    .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_activeStep__KJ94A .timeline_item_tep_icon {
        border-color: #17ab51;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_activeStep__KJ94A .timeline_item_tep_icon span {
        width: .5rem;
        height: .5rem;
        background-color: #b7ddc6;
        border-radius: 50%
    }

    .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_activeStep__KJ94A .timeline_item_content {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: .5rem;
        padding: .75rem
    }

    .timeline_desktop_stepper .timeline_stepcontainer.JourneyStepDesktop_activeStep__KJ94A .timeline_item_content .timeline_item_content_title {
        font-weight: 500
    }

    .timeline_desktop_stepper .timeline_stepcontainer:last-child:after,.timeline_desktop_stepper .timeline_stepcontainer:last-child:before {
        content: none
    }

    @media only screen and (min-width: 991px) {
        .timeline_desktop_stepper .timeline_stepcontainer:last-child {
            padding-bottom:1rem
        }
    }

    .timeline_desktop_stepper .timeline_item_wrapper {
        width: 100%;
        display: flex;
        margin-bottom: 2rem
    }

    .timeline_desktop_stepper .timeline_item_wrapper.timeline_item_left {
        justify-content: flex-start
    }

    .timeline_desktop_stepper .timeline_item_wrapper.timeline_item_right {
        justify-content: flex-end
    }

    .JourneyStepDesktop_parentWrapper__TIpxL {
        background: linear-gradient(83deg,rgba(241,188,2,.03) -15.58%,rgba(44,192,158,.07) 106.95%)
    }

    .JourneyStepDesktop_parentWrapper__TIpxL .JourneyStepDesktop_heading__qxHVP {
        color: #284d5d;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -.2px;
        text-transform: capitalize;
        margin: 0 2rem 0 1rem;
        padding-top: 1rem
    }

    @media only screen and (min-width: 768px) {
        .JourneyStepDesktop_parentWrapper__TIpxL .JourneyStepDesktop_heading__qxHVP {
            font-size:1.75rem;
            text-align: center
        }
    }

    .JourneyStepDesktop_parentWrapper__TIpxL .JourneyStepDesktop_timeline__1batD {
        padding: 2rem 2rem 0
    }

    @media only screen and (min-width: 768px) {
        .JourneyStepDesktop_parentWrapper__TIpxL .JourneyStepDesktop_timeline__1batD {
            display:flex;
            align-items: center;
            justify-content: center
        }
    }

    .JourneyStep_stepper__k8tI1 {
        display: flex;
        flex-direction: column;
        position: relative
    }

    @media only screen and (min-width: 768px) {
        .JourneyStep_stepper__k8tI1 {
            gap:1rem;
            margin-left: 10rem
        }
    }

    @media only screen and (min-width: 991px) {
        .JourneyStep_stepper__k8tI1 {
            margin:0
        }
    }

    .JourneyStep_stepper__k8tI1:after {
        content: "";
        opacity: .2;
        background: #2cc09e;
        width: 2px;
        border-radius: 2px;
        height: 88%;
        position: absolute;
        top: 0;
        left: 8px
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_progress__wjlP_ {
        position: absolute;
        background-color: #284d5d;
        width: 2px;
        top: 0;
        left: 8px;
        z-index: 2;
        transition: .5s ease-out
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_floatingProgress__MLkRr {
        position: absolute;
        top: 0;
        left: -18px;
        z-index: 9;
        transition: .5s ease-out;
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_floatingProgress__MLkRr svg {
        width: 3rem;
        transform: translateY(-.7rem)
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h {
        position: relative;
        /* padding: 0 0 2rem 3.5rem; */
        height: 140px
    }

    @media only screen and (min-width: 991px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h {
            padding-bottom:2.5rem
        }
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct {
        margin-top: -.5rem
    }

    @media only screen and (min-width: 768px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct {
            width:70%
        }
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_stepTitle__w9iCC {
        color: #27a88a;
        font-size: .75rem;
        font-style: italic;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -.12px;
        text-transform: capitalize
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_stepSubtitle__20t_a {
        color: #31393d;
        font-size: .875rem;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -.14px;
        margin-top: .5rem
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_stepSubtitle__20t_a span {
        font-weight: 600
    }

    @media only screen and (min-width: 991px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_stepSubtitle__20t_a {
            font-size:.875rem
        }
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_poweredBy__4twSQ {
        display: flex;
        align-items: center
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_poweredBy__4twSQ span {
        color: #5e6b71;
        font-size: .75rem;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: -.12px;
        margin-right: 4px
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_poweredBy__4twSQ .JourneyStep_iconWrapper__v2BB5 {
        width: 101px;
        height: 13px;
        display: flex;
        align-items: center
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_poweredBy__4twSQ .JourneyStep_iconWrapper__v2BB5 .JourneyStep_logo__2JZQ5 {
        width: 4.5rem;
        object-fit: cover;
        height: auto
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_buttonContainer__zcvfD {
        border-radius: 100px;
        border: .5px solid #2cc09e;
        background: #fff;
        padding: 8px 12px;
        width: 90%;
        display: block;
        margin-top: 12px;
        cursor: pointer;
        color: #3d5a66;
        font-size: .875rem;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -.13px;
        text-transform: capitalize;
        text-decoration: none;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        box-shadow: 0 4px 20px 0 rgba(120,170,158,.2)
    }

    @media only screen and (min-width: 768px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_content__yf_ct .JourneyStep_buttonContainer__zcvfD {
            font-weight:600
        }
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepIcon__AUlNh {
        position: absolute;
        left: -11px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -.5rem;
        border-radius: 20px;
        border: 1px solid rgba(44,192,158,.4);
        background: linear-gradient(270deg,rgba(241,188,25,.1) 14.88%,rgba(44,192,158,.15) 102.32%);
        background-color: #fff;
        width: 40px;
        height: 40px;
        z-index: 9
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 {
        margin-top: .75rem
    }

    @media only screen and (min-width: 991px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 {
            margin-top:1.5rem
        }
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_badge__mpI59 {
        height: 28px;
        border-radius: .25rem;
        padding: 0 1rem;
        font-size: .75rem;
        font-weight: 600;
        width: -moz-fit-content;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_badge__mpI59.JourneyStep_red__8zHaO {
        color: #bb474e;
        background: rgba(187,71,78,.1)
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_badge__mpI59.JourneyStep_green__7YAqC {
        color: #48964e;
        background: rgba(72,150,78,.1)
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_badge__mpI59.JourneyStep_yellow__UkHGU {
        color: #c68f00;
        background: rgba(198,143,0,.1)
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_badge__mpI59 .JourneyStep_tooltipIcon__Zm3J4 {
        margin-top: 4px
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_button__BwYn1 {
        display: block;
        height: 2rem;
        border-radius: .25rem;
        padding: 0 1.75rem;
        font-size: .875rem;
        font-weight: 500;
        font-family: inherit;
        color: #fff;
        background-color: #00b1af;
        width: -moz-fit-content;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h .JourneyStep_stepActions__Lgy37 .JourneyStep_button__BwYn1.JourneyStep_outlined__mwvRs {
        border: 1px solid #00b1af;
        background-color: #fff;
        color: #00b1af
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_completedStep__qTn_w:after {
        left: 7px;
        background-color: #17ab51;
        width: 4px
    }

    @media only screen and (min-width: 991px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_completedStep__qTn_w .JourneyStep_stepActions__Lgy37 {
            margin-top:.75rem
        }
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_isAction___y3Sv {
        height: 90px;
        margin-top: 1.5rem
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_activeStep__UWGsX:before {
        content: "";
        background-color: #17ab51;
        width: 4px;
        height: 50%;
        position: absolute;
        top: 0;
        left: 7px;
        z-index: 2;
        border-radius: 5px
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_activeStep__UWGsX .JourneyStep_stepIcon__AUlNh {
        border-color: #17ab51;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_activeStep__UWGsX .JourneyStep_stepIcon__AUlNh span {
        width: .5rem;
        height: .5rem;
        background-color: #b7ddc6;
        border-radius: 50%
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_activeStep__UWGsX .JourneyStep_content__yf_ct {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: .5rem;
        padding: .75rem
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h.JourneyStep_activeStep__UWGsX .JourneyStep_content__yf_ct .JourneyStep_stepTitle__w9iCC {
        font-weight: 500
    }

    .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h:last-child:after,.JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h:last-child:before {
        content: none
    }

    @media only screen and (min-width: 991px) {
        .JourneyStep_stepper__k8tI1 .JourneyStep_stepContainer__q8W9h:last-child {
            padding-bottom:1rem
        }
    }

    .steps-wrapper {
        background: linear-gradient(83deg,rgba(241,188,2,.03) -15.58%,rgba(44,192,158,.07) 106.95%);
        margin-top: 1.25rem
    }

    @media only screen and (min-width: 991px) {
        .steps-wrapper {
            border-radius:20px
        }
    }

    .steps-wrapper .steps-heading {
        color: #284d5d;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -.2px;
        text-transform: capitalize;
        margin: 0 2rem 0 1rem;
        padding-top: 1rem
    }

    @media only screen and (min-width: 768px) {
        .steps-wrapper .steps-heading {
            font-size:1.75rem;
            width: 55%;
            padding-top: 2rem;
            text-align: center;
            margin: 0 auto
        }
    }

    @media only screen and (min-width: 991px) {
        .steps-wrapper .steps-heading {
            width:30%;
            margin-bottom: 3rem
        }
    }

    @media only screen and (min-width: 1024px) {
        .steps-wrapper .steps-heading {
            width:40%;
            margin-bottom: 3rem
        }
    }

    @media only screen and (min-width: 1280px) {
        .steps-wrapper .steps-heading {
            width:30%;
            margin-bottom: 3rem
        }
    }

    .steps-wrapper .JourneyStep_timelineMb__sSVBu {
        padding: 2rem 2rem 0
    }

    @media only screen and (min-width: 768px) {
        .steps-wrapper .JourneyStep_timelineMb__sSVBu {
            display:flex;
            align-items: center;
            justify-content: center;
            padding: 3rem 2rem 0
        }
    }

    @media only screen and (min-width: 991px) {
        .steps-wrapper .JourneyStep_timelineMb__sSVBu {
            display:none
        }
    }

    .steps-wrapper .timeline_desktop {
        display: none
    }

    @media only screen and (min-width: 991px) {
        .steps-wrapper .timeline_desktop {
            display:block;
            padding: 2rem 2rem 0
        }
    }
    .JourneyStep_timelineMb__sSVBu {
    padding: 20px 15px;
    overflow-x: hidden;
}

/* Stepper container */
.JourneyStep_stepper__k8tI1 {
    position: relative;
    padding-left: 40px;
}

/* Background line */
.JourneyStep_stepper__k8tI1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    width: 3px;
    height: 100%;
    background: rgba(44, 192, 158, 0.25);
    border-radius: 10px;
}

/* Progress bar */
.JourneyStep_progress__wjlP_ {
    position: absolute;
    top: 0;
    left: 14px;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #2cc09e, #1aa78c);
    border-radius: 10px;
    transition: height 0.4s ease-out;
    box-shadow: 0 0 10px rgba(44, 192, 158, 0.6);
}

/* Floating SVG */
.timeline_mobile_progress_floating {
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    transition: top 0.4s ease-out;
    z-index: 5;
}

/* Step container */
.JourneyStep_stepContainer__q8W9h {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    position: relative;
}

/* Step dot */
.JourneyStep_stepIcon__AUlNh {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cfd8dc;
    position: absolute;
    left: 8px;
    top: 4px;
    z-index: 3;
}

/* Active step */
.JourneyStep_activeStep__UWGsX .JourneyStep_stepIcon__AUlNh {
    background: #2cc09e;
    box-shadow: 0 0 8px rgba(44, 192, 158, 0.7);
}

/* Content */
.JourneyStep_content__yf_ct {
    padding-left: 20px;
}

.JourneyStep_stepTitle__w9iCC {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.JourneyStep_stepSubtitle__20t_a {
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
}

/* @media (max-width: 767px) {
    .JourneyStep_progress__wjlP_,
    .JourneyStep_floatingProgress__MLkRr {
        transition: none !important;
        will-change: height, top;
    }
} */


