.isGreen{background-color:var(--stepCardCountBgColor);color:var(--white)}.isWhite{width:28px;height:28px;background-color:var(--stepCardLightCountBg);border:2px solid var(--white);border-radius:55px;font-weight:500;font-size:15px;color:var(--lastStepCount)}.step-card-position{position:absolute;top:10px;left:10px;z-index:10}.step-card-step-count{border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.step-card-step-count-text{font-family:Work Sans;font-style:normal;font-weight:500;font-size:16px}.steps-wrapper{display:flex;flex-direction:column;gap:1rem}.steps-container{display:flex;align-items:flex-start;flex-wrap:wrap;gap:1rem}@media (max-width:777px){.steps-container-box{flex-direction:column}}.steps-container-box{display:flex;gap:2rem;justify-content:space-between}.right-arrow-image-container{align-self:center;margin-bottom:4rem}.right-arrow-container{display:flex;align-items:center;justify-content:center}.down-right-arrow-image{transform:rotate(90deg)}.step-last{background:url(/step4BG2.jpg);min-height:13em;max-height:-moz-fit-content;max-height:fit-content;border-radius:25px;display:flex;flex-direction:row;justify-content:center;position:relative;cursor:pointer;box-shadow:0 0 25px #b0e4ddcc;transition:all .2s ease-in-out}.step-last:hover{box-shadow:0 0 45px #b0e4ddcc}.step-last:hover .step-left-dollar{animation:shakeEffectLeft .4s}.step-last:hover .step-right-dollar{animation:shakeEffectRight .4s}@keyframes shakeEffectLeft{0%{transform:rotate(0deg)}25%{transform:rotate(30deg)}50%{transform:rotate(0deg)}75%{transform:rotate(10deg)}to{transform:rotate(0deg)}}@keyframes shakeEffectRight{0%{transform:rotate(20deg)}25%{transform:rotate(50deg)}50%{transform:rotate(20deg)}75%{transform:rotate(30deg)}to{transform:rotate(20deg)}}.step-last-container{color:var(--white);font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:40vw;gap:.5rem}.step-count-circle{background-color:var(--white);color:black}.step-last-title{font-style:normal;font-weight:600;font-size:clamp(1.5rem,2.5vw,2rem);line-height:140%;text-transform:capitalize;color:var(--white)}.step-last-subTitle,.step-last-title{font-family:Work Sans;text-align:center}@media (max-width:777px){.step-last{padding:1rem 0}.step-last-title{font-size:20px}.step-last-subTitle{font-size:13px}}.step-left-dollar{position:absolute;top:30px;left:30px}.step-right-dollar{position:absolute;top:30px;right:30px;transform:rotate(62deg)}.responsive-down-arrow-image{display:flex;justify-content:center;transform:rotate(90deg)!important}