.page_gridContainer__3JtBZ{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media screen and (min-width:768px){.page_gridContainer__3JtBZ{grid-template-columns:repeat(2,1fr);gap:2rem}}.page_card__Cf__u{background-color:var(--gray-2);padding:2rem;border-radius:12px;width:100%;text-align:left;border:1px solid var(--gray-3)}.page_timeline__8Dtgf{width:100%;max-width:640px;margin:0 auto;position:relative}.page_timelineContainer__q5TJt{display:flex;flex-direction:column;gap:4rem}.page_timelineStep__1KI2L{display:flex;flex-direction:column;align-items:center;text-align:center}.page_stepHeader__6QOuQ{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--gray-11)}.page_stepDivider__f2_0W{flex:1 1;height:1px;background:var(--gray-6)}.page_stepLabel__2ZwO5{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-11);margin-bottom:1.25rem}.page_timelineContent__5WGaV{max-width:480px;margin:0 auto}@media screen and (min-width:768px){.page_timeline__8Dtgf{max-width:none}.page_timelineContainer__q5TJt{flex-direction:row;align-items:flex-start;gap:3rem}.page_timelineStep__1KI2L{flex:1 1}.page_timelineContent__5WGaV{max-width:none}}.page_stepDiagram__LhYMH{width:100%;max-width:1200px;margin:0 auto;position:relative;padding:2rem 0}.page_stepContainer__7as3U{display:flex;flex-direction:column;gap:2rem}.page_step__0ZyaY{background:var(--gray-2);border:1px solid var(--gray-6);border-radius:12px;padding:2rem;position:relative}.page_stepNumber__Is_ZR{position:absolute;top:-12px;left:-12px;width:36px;height:36px;border-radius:50%;background:var(--gray-3);border:2px solid var(--gray-6);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;color:var(--gray-12)}@media screen and (min-width:768px){.page_stepContainer__7as3U{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem}.page_step__0ZyaY{margin:1rem}.page_step__0ZyaY:after{content:"";position:absolute;background:var(--gray-6)}.page_step__0ZyaY:first-child:after{top:50%;right:-3rem;width:3rem;height:2px}.page_step__0ZyaY:nth-child(2):after{left:50%;bottom:-3rem;width:2px;height:3rem}.page_step__0ZyaY:nth-child(3):after{top:50%;right:-3rem;width:3rem;height:2px}}.page_accordionRoot__rQ1Bc{width:100%}.page_accordionItem__YFZU2{border-bottom:1px solid var(--gray-4)}.page_accordionHeader__xDCuv{display:flex}.page_accordionTrigger__23zxy{font-family:inherit;background-color:transparent;padding:1rem 0;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:15px;line-height:1;color:var(--gray-12);font-weight:500;border:none;cursor:pointer}.page_accordionContent__4U9hs{overflow:hidden;font-size:15px;color:var(--gray-11);line-height:1.6}.page_accordionContent__4U9hs[data-state=open]{animation:page_slideDown__UyuDV .2s cubic-bezier(.87,0,.13,1)}.page_accordionContent__4U9hs[data-state=closed]{animation:page_slideUp___dulW .2s cubic-bezier(.87,0,.13,1)}.page_accordionContentText__EKtF3{padding:1rem 0}.page_accordionChevron__YkS7Y{color:var(--gray-11);transition:transform .2s cubic-bezier(.87,0,.13,1)}.page_accordionTrigger__23zxy[data-state=open]>.page_accordionChevron__YkS7Y{transform:rotate(180deg)}@keyframes page_slideDown__UyuDV{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes page_slideUp___dulW{0%{height:var(--radix-accordion-content-height)}to{height:0}}.page_footer__F3MD0{background-color:var(--gray-2);border-top:1px solid var(--gray-3);width:100%;padding:2rem 0}.page_footerContent__aXrXd{display:flex;flex-direction:column;gap:1.5rem}.page_footerTop__dGrKn{display:flex;justify-content:space-between;align-items:center}.page_footerSocial__lyOVn{display:flex;gap:1.25rem;align-items:center}.page_footerSocialIcon__HbnFV{color:var(--gray-11);transition:color .2s ease}.page_footerSocialIcon__HbnFV:hover{color:var(--gray-12)}.nav-desktop-buttons{display:none}@media (min-width:640px){.nav-desktop-buttons{display:block}}.nav-mobile-menu{display:block}@media (min-width:640px){.nav-mobile-menu{display:none}}.nav-drawer[data-state=open]{animation:drawerIn .3s cubic-bezier(.16,1,.3,1)}.nav-drawer[data-state=closed]{animation:drawerOut .3s cubic-bezier(.16,1,.3,1)}@keyframes drawerIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes drawerOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}.nav-drawer-open{overflow:hidden}.nav-drawer-content{position:fixed;top:0;right:0;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;padding:24px;z-index:100;border-radius:0;background:var(--gray-1);overflow:hidden}.nav-drawer-content>:not([aria-hidden=true]){position:relative;z-index:2}@media (min-width:640px){.nav-drawer-content{display:none}}