:root{--background:#fafafa;--foreground:#171717;--border-color:#e5e7eb;--text:#71717a;--radius:0.5rem;--light-gray:#d5d5d5}body,html{max-width:100vw;background-color:var(--background)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;font-family:var(--font-geist-sans);scroll-behavior:smooth}a{color:inherit;text-decoration:none}.title{font-size:1.125rem;font-weight:600}.section{width:100%;padding-inline:24px;margin-inline:auto}.cardContainer{width:100%;margin-left:auto;margin-right:auto;max-width:50rem;padding-left:1rem;padding-right:1rem}.card{display:flex;flex-direction:column;gap:.5rem;border-radius:var(--radius);border:1px solid var(--border-color);background-color:#fff;padding:2rem 1rem}.cardText{font-size:20px!important;line-height:1.5;color:var(--text);font-weight:400!important}.iconButton{width:2rem;height:2rem}.link{color:#000}.link:hover{text-decoration:underline}.pageWrapper{min-height:100vh;display:flex;flex-direction:column}.pageWrapper>.cardContainer{flex:1 1}@media screen and (max-width:768px){.section{padding-inline:16px}}.header_header__dGL52{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;width:100%;height:4rem;padding:0 1rem;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;background-color:#fff;margin-bottom:3rem}.header_logo__zlk1H{margin-right:.5rem}@media screen and (max-width:600px){.header_hideOnMobile__oMhvs{display:none}}.mobile-menu_modal__0H48a{position:fixed;width:70%;height:100vh;top:0;right:0;background-color:var(--background);animation:mobile-menu_fadeInModal___TYBL .5s linear;box-shadow:0 0 5px rgba(0,0,0,.3)}@keyframes mobile-menu_fadeInModal___TYBL{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media screen and (min-width:601px){.mobile-menu_hambugerIcon__Q2gAI{display:none}}