.responsive-hero{position:relative;overflow:hidden;width:100%}.responsive-hero img{width:100%;height:100%;object-fit:cover;display:block}.responsive-hero picture{display:block;width:100%;height:100%}.responsive-hero__content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2;pointer-events:none}.responsive-hero__content h1{margin:0;pointer-events:auto}.responsive-hero__subtext{display:block}.responsive-hero__support{display:block;margin:0;pointer-events:auto}.responsive-hero__cta{display:inline-block;text-decoration:none;pointer-events:auto;transition:background-color 0.3s ease,color 0.3s ease}.responsive-hero__shape{position:absolute;bottom:-1px;left:50%;transform:translateX(-50%) rotate(180deg);width:100%;z-index:3;line-height:0;pointer-events:none;overflow:hidden}.responsive-hero__shape svg{display:block;width:100%;height:100%}