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