.form-with-person{border-radius:var(--card-corner);display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);overflow:hidden;padding:36px!important;position:relative}.form-with-person:not(.with-bg) form .hs-button:hover,.form-with-person:not(.with-bg) form input[type=submit]:hover{background:var(--pink)}.form-with-person .form{grid-column:2/3;grid-row:1/3}.form-with-person .form-title:empty{display:none}.form-with-person .image-wrapper{bottom:0;left:0;position:absolute}.form-with-person .image-wrapper img{display:block}.form-with-person .other-details{align-items:flex-end;display:flex;justify-content:flex-end;padding-right:4rem}.form-with-person .details{position:relative;z-index:4}.form-with-person:not(.with-bg) form .hs-button,.form-with-person:not(.with-bg) form input[type=submit]{background:var(--dark-red)}.no-img{display:none!important}.mask-img .orange{bottom:0;left:0;position:absolute;z-index:2}.mask-img .person{bottom:0;position:absolute;right:57px;z-index:1}.mask-img .person img{height:270px;width:auto!important}@media (max-width:767px){.form-with-person{display:block}.form-with-person .other-details{padding-right:0}}