:root{--text:#000;--bg:#f7f6f4}body{background-color:var(--bg);margin:0}.main{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;row-gap:50px;min-height:100svh;padding-top:130px;display:flex}@media screen and (width>=641px){.main{row-gap:70px;padding-top:188px}}@media screen and (width>=1025px){.main{justify-content:center;row-gap:0;padding-top:0;position:relative}}.heading{z-index:20;justify-content:center;max-width:75%;margin:0;display:flex;position:relative}.heading span{display:none}.heading picture img{width:100%;height:auto}.background{width:100%;display:block}@media screen and (width>=1025px){.background{z-index:10;position:absolute;inset:0}}.background img{object-fit:contain;object-position:center bottom;width:100%;height:100%;display:block}@media screen and (width>=1025px){.background img{object-position:center}}.button{z-index:20;letter-spacing:.1em;color:var(--text);text-transform:uppercase;padding:30px;font-family:Termina,monospace;font-size:16px;font-weight:400;line-height:16px;text-decoration:none;position:absolute;top:0;left:0}@media screen and (width>=641px){.button{padding:60px}}
