.hero-with-form{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#262524;padding:min(4em,15%) 0 0;position:relative;z-index:1}.hero-with-form:has(img):before{content:"";display:inline-block;background:rgba(38,37,36,.5);width:100%;height:100%;position:absolute;inset:0;z-index:-1}@media (max-width:768px){.hero-with-form:after{content:"";display:inline-block;background:#fff;width:100%;height:65px;position:absolute;left:0;right:0;bottom:0;z-index:-1}}.hero-with-form__image{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block;height:100%;width:100%;object-fit:cover;position:absolute;inset:0;z-index:-2}.hero-with-form__content{color:#fff}@media (min-width:990px){.hero-with-form__content{margin:4em 0 0}}.hero-with-form__content-title{margin:0 0 .5em}@media (min-width:990px){.hero-with-form__content-title{max-width:20ch}}.hero-with-form__content-text{max-width:60ch;margin:0 0 1.5em}.hero-with-form__form{position:relative;border-radius:4px;padding:1.5em;background:#f2f2f2}@media (min-width:990px){.hero-with-form__form{padding:2em;position:relative;z-index:1;margin-bottom:-65px}}.hero-with-form__form-author{position:relative;padding-left:70px;margin:0 0 .75em}.hero-with-form__form-author *{line-height:normal}.hero-with-form__form-author-visual{border-radius:100px;display:block;width:50px;height:50px;position:absolute;top:0;left:0}.hero-with-form__form-author-name{font-weight:600;font-size:120%}.hero-with-form__form-author-job-title{color:#0269c2;font-size:80%}.hero-with-form__form-title{position:relative;margin:0 0 .75em;padding-right:30px}@media (min-width:1310px){.hero-with-form__form-title{padding-right:50px}}.hero-with-form__form-title:after{content:"";display:inline-block;transform:rotate(35deg);pointer-events:none;background-image:url(../../../images/arrow-large.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:calc(100% + 30px);width:50px;position:absolute;top:0;right:0}@media (min-width:1310px){.hero-with-form__form-title:after{height:calc(100% + 10px);width:80px}}.hero-with-form__form .gform_wrapper .gform_fields .gfield textarea{resize:none;min-height:100px;height:100px;max-height:100px}