.hero-form{align-content:center;display:flex;flex-wrap:wrap;min-height:90vh}.hero-form .title{color:#fff}.hero-form .description{color:#ccc7cb;margin-bottom:1.25rem}.hero-form .metrics{align-items:center;border:none;border-radius:1.25rem;display:none;margin:1.8rem 0}.hero-form .metrics-separate{border:.031rem solid #ccc7cb;height:3.625rem}.hero-form .metric-box{padding:2rem;text-align:left;width:50%}.hero-form .metric-box span{color:#fff;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.hero-form .metric-box p{color:#fff}.hero-form .content{display:flex;flex-direction:column;gap:1.5rem;padding-top:4rem}.hero-form .left-side{display:flex;flex-direction:column;justify-content:center}.hero-form .right-side{display:flex;justify-content:center;position:relative}.hero-form .form__container{background-color:#fff;border-radius:1.5rem;padding:3rem 2.5rem}.hero-form .form__title{color:#130612;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.hero-form .form__description{color:#130612;font-size:1rem;margin-bottom:1rem}@media (min-width:950px){.hero-form .container{padding-top:5rem}.hero-form .description{margin-bottom:2.5rem}.hero-form .metrics{display:flex}.hero-form .content{flex-direction:row;gap:2rem;justify-content:space-between;padding-top:2rem}.hero-form .left-side,.hero-form .right-side{width:50%}}@media (max-width:768px){.hero-form .metric-box{padding:1.25rem}.hero-form .metric-box span{margin-bottom:.25rem}.hero-form .form__container{padding:1.25rem}}