@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.push-full__wrapper{display:flex;flex-direction:row;gap:3rem;width:100%}@media(max-width:989.98px){.push-full__wrapper{flex-direction:column;gap:2rem}}.push-full__item{width:100%}.push-full__image,.push-full__item{position:relative}.push-full__image-overlay{height:100%;position:absolute;top:0;width:100%;z-index:1}.push-full__image img,.push-full__image video{max-height:64rem;-o-object-fit:cover;object-fit:cover;width:100%}.push-full__link{color:inherit;display:flex;flex-direction:column;gap:2rem;text-decoration:none;transition:opacity .3s ease-in-out}.push-full__link:hover{opacity:.5}.push-full__content{align-items:flex-end;bottom:0;display:flex;height:100%;padding:6rem;position:absolute;width:100%;z-index:2}@media(max-width:989.98px){.push-full__content{padding:3rem}}.push-full__title{font-weight:300;letter-spacing:-.02em;line-height:1em;margin:0}@media(max-width:989.98px){.push-full__title{max-width:32rem}}.push-full__button{color:inherit;cursor:pointer;font-size:calc(var(--font-body-scale)*1.4rem);text-decoration:underline;text-decoration-thickness:.2rem;text-underline-offset:.3rem;transition:opacity .3s ease-in-out}.push-full__button:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}