.how-it-works-container{box-sizing:border-box;z-index:2;background:#fff;border-radius:24px;flex-direction:column;gap:16px;width:100%;padding:40px 20px;display:flex;position:relative}.how-it-works-container .main-title{text-align:left;color:#1a1a1a;margin-bottom:4px}.how-it-works-container .steps-wrapper{flex-direction:column;gap:16px;display:flex}.how-it-works-container .steps-wrapper .step-card{box-sizing:border-box;background:#fff;border:1px solid #e1e1e1;border-radius:24px;flex-direction:column;width:100%;padding:20px;display:flex;position:relative}.how-it-works-container .steps-wrapper .step-card .step-badge{color:#fff;background:#184a3f;border-radius:8px;width:fit-content;margin-bottom:12px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-block}.how-it-works-container .steps-wrapper .step-card .step-title{color:#1a1a1a;margin-bottom:12px}.how-it-works-container .steps-wrapper .step-card .step-content{display:flex;position:relative}.how-it-works-container .steps-wrapper .step-card .step-content .items-list{flex-direction:column;width:100%;display:flex}.how-it-works-container .steps-wrapper .step-card .step-content .items-list .list-item{z-index:1;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex;position:relative}.how-it-works-container .steps-wrapper .step-card .step-content .items-list .list-item:last-child{padding-bottom:0}.how-it-works-container .steps-wrapper .step-card .step-content .items-list .list-item:not(:last-child):before{content:"";border-left:1px dashed #184a3f80;width:0;height:100%;position:absolute;top:9px;left:2px}.how-it-works-container .steps-wrapper .step-card .step-content .items-list .list-item .dot{z-index:2;background:#184a3f;border-radius:50%;outline:4px solid #fff;flex-shrink:0;width:5px;height:5px;margin-top:6px;position:relative}.how-it-works-container .steps-wrapper .step-card .step-content .items-list .list-item .item-text{color:#3c3c3c;line-height:1.4}.need-help-title{text-align:left;margin-bottom:12px}