.form-banner{background:var(--tertiary-color);isolation:isolate;overflow-x:clip;z-index:0}.form-banner__bg-top{background:linear-gradient(102deg,#1c6979 3%,var(--tertiary-color) 101%);-webkit-clip-path:url(#topClip);clip-path:url(#topClip);height:100%;width:100%}.form-banner__row{display:grid;gap:4rem}.form-banner__image{border-radius:.8rem}.form-banner__content :last-child{margin-bottom:0}.form-banner__form{background:var(--light-gray);border-radius:1.6rem;padding:3rem 2rem}.form-banner__form .submitted-message{text-align:center}@media (min-width:768px){.form-banner__row{gap:2rem;grid-template-columns:4fr 7fr}.form-banner__form{padding:5.6rem 3.2rem}}@media (min-width:1025px){.form-banner__row{gap:8.5%}.form-banner__rich-text h2{width:80%}}@media (max-width:767px){.form-banner__bg-top{translate:-25% 0;width:200%}}