section.hero-form-module{background-color:#fcf4e1;overflow:hidden;padding:170px 0 120px;position:relative;z-index:1}@media (max-width:992px){section.hero-form-module{padding:135px 0 120px}}section.hero-form-module .background-image{height:100%;left:66%;max-height:100%;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);width:34%;z-index:0}@media (max-width:992px){section.hero-form-module .background-image{bottom:0;height:555px;left:0;max-width:100%;top:auto;transform:translateY(0);width:100%}}section.hero-form-module .background-image img{height:100%;object-fit:cover;object-position:center;width:100%}section.hero-form-module .container{position:relative;z-index:1}section.hero-form-module .wrapper{align-items:center;display:flex;gap:4rem;justify-content:space-between}@media (max-width:992px){section.hero-form-module .wrapper{flex-direction:column}}section.hero-form-module .wrapper-content{max-width:575px}@media (max-width:1280px){section.hero-form-module .wrapper-content{max-width:50%}}@media (max-width:992px){section.hero-form-module .wrapper-content{max-width:100%}}section.hero-form-module .list-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:50px}section.hero-form-module .list-items .item{align-items:center;display:flex;gap:1rem;list-style:none}section.hero-form-module .list-items .item .icon{background-color:#fff;border-radius:8px;height:3rem;padding:10px;width:3rem}section.hero-form-module .list-items .item .icon img{height:28px;object-fit:contain;width:28px}section.hero-form-module .list-items .item .infos{display:flex;flex-direction:column;gap:2px}section.hero-form-module .list-items .item .infos .title{font-weight:700}section.hero-form-module .wrapper-form{background-color:#fff;border-radius:2.5rem;max-width:545px;padding:3rem;width:100%}@media (max-width:1280px){section.hero-form-module .wrapper-form{max-width:50%}}@media (max-width:992px){section.hero-form-module .wrapper-form{max-width:100%}}@media (max-width:768px){section.hero-form-module .wrapper-form{padding:1.5rem}}section.hero-form-module .wrapper-form .title{margin-bottom:1rem}section.hero-form-module .wrapper-form form .step{display:flex;flex-direction:column;gap:2rem;opacity:0;transition:opacity .5s ease-in-out}@media (max-width:768px){section.hero-form-module .wrapper-form form .step{gap:1rem}}section.hero-form-module .wrapper-form form .step.active{opacity:1}section.hero-form-module .wrapper-form .wrapper-button{align-items:center;display:flex;gap:16px;justify-content:center;padding-top:16px}section.hero-form-module .wrapper-steps{margin-bottom:32px}section.hero-form-module .wrapper-steps .steps{align-items:center;display:flex;flex-wrap:nowrap;gap:0;justify-content:space-between;padding:10px}section.hero-form-module .wrapper-steps .step{background-color:transparent;border-radius:40px;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;position:relative;transition:border-color .5s ease-in-out;width:12px}section.hero-form-module .wrapper-steps .step:before{border-radius:40px;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .5s ease-in-out;width:6px}section.hero-form-module .wrapper-steps .spacer{height:1px;transition:background-color .5s ease-in-out;width:100%}section.hero-form-module .wrapper-steps .texts{display:flex;justify-content:space-between}section.hero-form-module .wrapper-steps .texts span{font-size:16px;font-weight:600;line-height:24px;text-align:center;transition:color .5s ease-in-out}@media (max-width:768px){section.hero-form-module .wrapper-steps .texts span{font-size:14px;line-height:21px}}section.hero-form-module .wrapper-steps .texts span:first-child{text-align:left}section.hero-form-module .wrapper-steps .texts span:last-child{text-align:right}