@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");:root{--max-width:1200px;--border-radius:8px;--font-primary:"DM Sans",sans-serif;--color-black:#111111;--color-white:#FFFFFF;--color-grey-light:#F4F4F4;--color-grey-medium:#E0E0E0;--color-grey-dark:#888888}body{color:var(--color-black);background-color:var(--color-white);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--color-grey-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2.5rem;letter-spacing:-.02em}h2{letter-spacing:-.01em}h2,h3{font-size:2rem}p{font-size:1.125rem;line-height:1.7;color:var(--color-black);max-width:680px;margin-bottom:1.5rem}.page-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:2rem}@media (min-width:768px){.main-content{padding:4rem}}.page-header{padding-bottom:3rem;border-bottom:1px solid var(--color-grey-light);margin-bottom:3rem}.page-header h1{margin-bottom:1rem}.page-header p{max-width:600px;color:var(--color-grey-dark);margin-bottom:1.5rem}.section-container{padding:4rem 0}.section-container:not(:last-child){border-bottom:1px solid var(--color-grey-light)}.section-container h2{font-size:2rem;margin-bottom:2rem}.Header_header__MvnS2{width:100%;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-grey-light)}.Header_logo__j7oID a{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--color-black);letter-spacing:.1em;text-transform:uppercase}.Header_nav__EE71E ul{list-style:none;display:flex;gap:2.5rem;font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.Header_nav__EE71E a{text-decoration:none;color:var(--color-black);transition:color .2s ease-in-out}.Header_nav__EE71E a:hover{color:var(--color-grey-dark)}.Header_menuButton__aNKrC{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}@media (max-width:767px){.Header_nav__EE71E{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.95);flex-direction:column;justify-content:center;align-items:center}.Header_navOpen__uAq5h{display:flex}.Header_nav__EE71E ul{flex-direction:column;gap:2rem;font-size:1.5rem}.Header_menuButton__aNKrC{display:block}}.Footer_footer__UaG1g{padding:2rem 0;text-align:center;border-top:1px solid #eaeaea;display:flex;justify-content:center;align-items:center}.Footer_footer__UaG1g p{margin:0}