.card--hero{display:flex;flex-direction:column;gap:0}.card--hero>div{flex:0 1 auto}@media screen and (min-width:900px){.card--hero{flex-direction:row;gap:var(--padding);min-height:32.25rem}.card--hero>div{flex:0 1 50%}}.card--hero .card__image{aspect-ratio:1.618/1;border-radius:var(--corner-rad);border-top-left-radius:0;border-top-right-radius:0;height:auto}.card--hero.card--unstyled .card__image{border-radius:var(--corner-rad)}.card--hero .card__image img{aspect-ratio:auto;display:block;height:100%!important;object-fit:cover;width:100%}@media screen and (min-width:900px){.card--hero .card__image{border-radius:var(--corner-rad);border-bottom-left-radius:0;border-top-left-radius:0}.card--hero.card--unstyled .card__image{border-radius:var(--corner-rad)}}.card--hero .card__video{aspect-ratio:16/9;height:auto;padding:0 var(--padding)}@media screen and (min-width:900px){.card--hero .card__video{display:flex;flex-direction:column;justify-content:center;padding:0;padding-right:var(--padding)}}.card--hero .card__text{display:flex;flex-direction:column;justify-content:center}.card--hero .button{align-self:start;display:inline-block;margin:0 auto;margin-top:calc(var(--padding)*.5)}@media screen and (min-width:900px){.card--hero>div.card__text--full{flex:0 1 100%}.card--hero .card__text--full{margin:0 auto;max-width:var(--width-mid)}}.hero--zoom-image{transition:transform .1s ease;will-change:transform}