.contact-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-hero-text{padding-top:1rem}.contact-email-link{color:var(--_v2-brand-colours---blue-primary,#0048ff);text-decoration:underline;text-underline-offset:2px}.contact-email-link:hover{color:#0039c9}.contact-form-wrapper{width:100%}.contact-form-embed{width:100%;min-height:1671px;border:0;background:transparent}.contact-stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-story-card{display:flex;flex-direction:column;color:inherit;text-decoration:none}.contact-story-image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:.75rem;background:var(--_v2-brand-colours---body-bg,#f4f5f7)}.contact-story-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.contact-story-card:hover .contact-story-image img{transform:scale(1.04)}.contact-story-body{padding-top:1rem}.contact-story-date{color:rgba(18,18,18,.5);font-weight:700;margin-bottom:.5rem}.contact-story-title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width:991px){.contact-hero-grid{grid-template-columns:1fr;gap:3rem}.contact-stories-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.contact-form-embed{min-height:1500px}}@media screen and (max-width:479px){.contact-stories-grid{grid-template-columns:1fr}}