.landing-main{display:grid;grid-template-columns:50vw 50vw;height:100vh;margin:0;padding:0}.landing-main header{display:flex;flex-direction:column;justify-content:space-between;margin:4rem 12vw 4rem 8vw;position:relative}.landing-main header .top-nav{display:flex;justify-content:space-between;align-items:center}.landing-main header .main-content{display:flex;flex-direction:column;gap:1rem}.landing-main header .main-content h1{font-size:3rem;margin:0}.landing-main header .main-content p{margin:0}.landing-main header .main-content .button{margin-top:.5rem;width:fit-content}.landing-main header .main-content:after{content:"";width:10rem;height:7rem;background-image:url(../../../hover.svg);background-size:contain;background-repeat:no-repeat;position:absolute;right:-12vw;bottom:0}.landing-main aside{width:100%;background:#ffc400;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.landing-main aside:before{content:"";background:#ffc400;width:13rem;height:3rem;position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(calc(-50% + 25rem));z-index:2}.landing-main aside>div{mix-blend-mode:multiply}.landing-main aside>div>a{display:none!important}
