.stepper-container{width:100%;padding-top:1.125rem;padding-bottom:2rem}.stepper-wrapper{justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:1.875rem 1.25rem;list-style:none;display:flex;position:relative}.stepper-item{flex-direction:column;flex:1 1 0;align-items:center;min-width:0;display:flex;position:relative}.stepper-step-wrapper{all:unset;border-radius:.5rem;outline:none;flex-direction:column;align-items:center;width:100%;padding:.5rem;transition:background-color .2s;display:flex}.stepper-step{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.stepper-circle{background-color:var(--color-white);color:#3352a380;z-index:2;border:3px solid #3352a380;border-radius:50%;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;font-size:18px;font-weight:600;transition:all .3s;display:flex;position:relative}.stepper-circle.active{color:#3d5a99;background-color:#fff;border:3px solid #3d5a99}.stepper-circle.completed{border:3px solid var(--color-foundation-blue);color:var(--color-foundation-blue)}.stepper-circle svg{font-size:1.25rem;font-weight:900}.stepper-line{z-index:1;background:repeating-linear-gradient(90deg,#3352a380 0 4px,#0000 4px 8px);width:100%;height:2px;transition:background .3s;position:absolute;top:1.5625rem;left:50%}.stepper-item:last-child .stepper-line{display:none}.stepper-label{text-align:center;max-width:200px;margin-top:1rem}.stepper-label-text{color:#3d5a99;margin:0;font-size:.875rem;font-weight:600;line-height:1.4}.stepper-description p{margin:0}.stepper-description p+p{margin-top:.25rem}@media (max-width:768.1px){.stepper-wrapper{padding:0}.stepper-circle{border-width:2px;width:2.5rem;height:2.5rem;font-size:1rem}.stepper-circle svg{font-size:1rem}.stepper-line{top:1.25rem}.stepper-label-text{font-size:.75rem}.stepper-label{max-width:120px;margin-top:12px}.stepper-step-wrapper{padding:.25rem}}@media (max-width:576px){.stepper-wrapper{flex-direction:row;justify-content:space-between}.stepper-item{flex-direction:column;align-items:center}.stepper-step{justify-content:center;width:100%}.stepper-line{background:repeating-linear-gradient(90deg,#3352a380 0 4px,#0000 4px 8px);width:100%;height:2px;position:absolute;top:1.25rem;left:50%}.stepper-label{text-align:center;margin-top:10px;margin-left:0}}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}
