@keyframes fillHeight{0%{height:0}to{height:100%}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}:root{--color-primary-100:#1b181a;--color-primary-60:rgba(27,24,26,0.6);--color-primary-40:rgba(27,24,26,0.4);--color-primary-10:rgba(27,24,26,0.1);--color-brand-pink:#e30b5a;--color-brand-magenta:#ba1499;--color-brand-gradient:linear-gradient(23.83deg,#e30b5a 10.75%,#ba1499 78.35%);--color-code-purple:#cb2cea;--color-code-green:#00ffb2;--color-white:#ffffff;--color-white-80:rgba(255,255,255,0.8);--color-white-50:rgba(255,255,255,0.5);--color-white-10:rgba(255,255,255,0.1);--color-outline:#cfc9cc;--color-surface-level-1:#fafafa;--color-surface-level-2:#f5f4f5;--color-surface-level-4:#eceaeb;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-32:8rem}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;height:100%}body,html{padding:0;margin:0;width:100%;max-width:100vw;overflow-x:clip}body{font-family:var(--font-outfit);line-height:1.6;font-size:18px;min-height:100%;background-color:var(--color-surface-level-2);color:var(--color-primary-100);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}a{color:inherit}a,a:hover{text-decoration:none}img{max-width:100%;display:block}.layout_container__YX1XY{min-height:100vh;width:100%;max-width:100vw;display:flex;flex-direction:column;background-color:var(--color-surface-level-2);padding-top:64px}.layout_main__4yS65{flex:1 1;display:flex;flex-direction:column;width:100%;max-width:100%}