.home-hero{color:#fff}.home-hero--secondary-bg{background-color:var(--color-secondary,#132855)!important}.home-hero--primary-bg{background-color:var(--color-primary,#356f30)!important}.home-hero--secondary-bg .button.button--standard{background-color:var(--color-primary,#356f30);border-color:var(--color-primary,#356f30);color:#fff}.home-hero--primary-bg .button.button--standard{background-color:var(--color-secondary,#132855);border-color:var(--color-secondary,#132855);color:#fff}.home-hero__inner{align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:64rem){.home-hero__inner{gap:4rem;grid-template-columns:1fr 1.1fr}}.home-hero__content{display:flex;flex-direction:column;gap:1.5rem}.home-hero__title{color:#fff;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin:0}.home-hero__copy{color:hsla(0,0%,100%,.85);font-size:1.0625rem;line-height:1.6;max-width:34rem}.home-hero__copy p{color:inherit}.home-hero__copy p:last-child{margin-bottom:0}.home-hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.home-hero__buttons .button{font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-hero__media{aspect-ratio:16/9;background:hsla(0,0%,100%,.05);border-radius:.75rem;overflow:hidden;position:relative}.home-hero__image,.home-hero__video,.home-hero__video-wrap{border:0;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.home-hero__video-wrap iframe,.home-hero__video-wrap video{height:100%;width:100%}.home-hero__media-toggle{align-items:center;background-color:#fff;border:0;border-radius:50%;bottom:.75rem;box-shadow:0 2px 6px rgba(0,0,0,.2);color:var(--color-secondary,#132855);cursor:pointer;display:inline-flex;height:30px;justify-content:center;padding:0;position:absolute;right:.75rem;width:30px;z-index:5}.home-hero__media-toggle:focus,.home-hero__media-toggle:hover{background-color:#fff;color:var(--color-primary,#356f30)}.home-hero__media-toggle .home-hero__media-toggle-icon--play,.home-hero__media-toggle[data-paused=true] .home-hero__media-toggle-icon--pause{display:none}.home-hero__media-toggle[data-paused=true] .home-hero__media-toggle-icon--play{display:block}