#hero{display:grid;grid-template-columns:1fr;grid-template-rows:[top] auto [mid] auto [bot]}#hero:before{background:var(--hero-bg);background-size:cover;content:"";grid-column:1/-1;grid-row:top/mid;height:calc(100% + 150px);margin:-150px;z-index:0}#hero .container{column-gap:3rem;display:grid;grid-column:1;grid-row:top/bot;grid-template-columns:1fr minmax(400px,510px);grid-template-rows:subgrid;z-index:1}.hero_copy{display:flex;flex:1 1 550px;flex-direction:column;gap:1rem;grid-column:1;grid-row:top/mid;max-width:600px;padding-bottom:2rem}.hero_copy.black *{color:#000!important}.hero_copy.white *{color:#fff!important}.eh_info{margin-top:1rem}.info-flex{align-items:center;display:flex;gap:1rem}.info-flex svg{width:23px}.info-flex svg path{fill:none!important}.info-flex p{margin:0}.hero_form{display:flex;flex:1 1 400px;grid-column:2;grid-row:top/bot;max-width:500px}.hero_form .form-wrapper{max-height:max-content}.hero_below{border-top:1px solid var(--border);grid-column:1;grid-row:mid/bot;padding-bottom:var(--py);padding-top:2rem}@media (max-width:1100px){#hero{display:block}#hero:before{display:none}#hero .container{display:flex;flex-direction:column}.hero_copy{display:block;flex:unset;max-width:100%;order:1;position:relative}.hero_copy:before{background:var(--hero-bg);content:"";height:calc(100% + 150px);margin-left:calc(var(--container-padding)*-1);margin-top:-150px;position:absolute;width:100vw;z-index:-1}.eh_info{margin-top:2rem}.hero_below{order:2}.hero_form{margin:3rem auto 0;max-width:510px;order:3;width:100%}}