.LandingPage_main__4wt0O{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-background);color:var(--text);padding:1rem}.LandingPage_container__9Lv3G{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-bottom:200px}@media (min-width:768px){.LandingPage_container__9Lv3G{flex-direction:row;gap:2rem}}.LandingPage_textBlock__3HvcM{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:40rem}.LandingPage_heading__h_IJ7{font-size:3.25rem}.LandingPage_paragraph__647sb{margin-top:.5rem;font-size:1.125rem}.LandingPage_button__MtTjG{width:160px;height:44px;display:flex;justify-content:center;align-items:center;padding:.5rem 1.5rem;background:var(--button-background);color:white;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;box-shadow:var(--box-shadow-purple)}.LandingPage_button__MtTjG:hover{background:var(--button-background-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.35)}.LandingPage_buttonText__sNGl2{display:inline-block;width:100%;text-align:center}