section.ContactFooter{position:relative;height:100vh;overflow:hidden;box-shadow:inset 128px 0 48px 48px #000;display:flex;flex-direction:column;gap:var(--layout-margin);justify-content:center;align-items:flex-start;isolation:isolate;contain:strict;background-color:#000}section.ContactFooter h3{max-width:18ch;margin-bottom:0;filter:var(--shadow-m)}section.ContactFooter h3 .word{contain:layout style}section.ContactFooter a{font-size:var(--body-large)!important}section.ContactFooter .imageWrapper{z-index:-1000;position:absolute;right:0;top:0;height:100vh;width:80vw;transform-origin:bottom right;contain:strict}section.ContactFooter .imageWrapper img{z-index:-100;height:100vh;object-fit:cover}section.ContactFooter:before{content:"";z-index:-1;position:absolute;top:0;left:0;width:50vw;height:100vh;background:linear-gradient(90deg,black,transparent)}section.ContactFooter:after{content:"";z-index:-1;position:absolute;top:0;left:0;width:100vw;height:20vh;background:linear-gradient(180deg,black,transparent)}section.ContactFooter p{font-size:20px}@media screen and (max-width:599px){section.ContactFooter{overflow:visible;contain:layout style}section.ContactFooter h3{filter:var(--shadow-m)}section.ContactFooter .imageWrapper{width:100vw;height:140vh;top:inherit;bottom:0;opacity:1;z-index:-1}section.ContactFooter .imageWrapper img{object-position:center}section.ContactFooter .imageWrapper:before{content:"";z-index:2;background:linear-gradient(180deg,#000,rgba(0,0,0,0));top:0;left:0;height:10vh;width:100%;position:absolute}section.ContactFooter:after,section.ContactFooter:before{content:inherit}}