:root{--ms-blue:#0078d4;--ms-blue-hover:#005a9e;--ms-black:#000;--ms-gray-10:#fafafa;--ms-gray-20:#f3f2f1;--ms-gray-30:#edebe9;--ms-gray-40:#e1dfdd;--ms-gray-50:#d2d0ce;--ms-gray-60:#c8c6c4;--ms-gray-90:#605e5c;--ms-gray-130:#3b3a39;--ms-gray-160:#201f1e;--font-family-primary:"Segoe UI","Segoe UI Web (West European)","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-primary);color:var(--ms-gray-160);background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--ms-blue);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}button{font-family:var(--font-family-primary);cursor:pointer}.container{max-width:var(--max-width);margin:0 auto;padding:0 5%}.section{padding:4rem 0}.section-title{font-size:2.25rem;font-weight:600;margin-bottom:1rem;color:var(--ms-black)}.section-subtitle{font-size:1.125rem;margin-bottom:2.5rem;color:var(--ms-gray-130)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;font-size:1rem;font-weight:600;border-radius:2px;border:1px solid transparent;transition:background-color .2s,color .2s,border-color .2s}.btn-primary{background-color:var(--ms-blue);color:#fff}.btn-primary:hover{background-color:var(--ms-blue-hover);text-decoration:none}.btn-outline{background-color:transparent;color:var(--ms-blue);border-color:var(--ms-blue)}.btn-outline:hover{background-color:var(--ms-gray-10);text-decoration:none}.card{background:#fff;border-radius:4px;box-shadow:0 1.6px 3.6px 0 rgba(0,0,0,.132),0 .3px .9px 0 rgba(0,0,0,.108);padding:2rem;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.132),0 1.2px 3.6px 0 rgba(0,0,0,.108);transform:translateY(-2px)}.Header_header__KwdYD{border-bottom:1px solid var(--ms-gray-40);background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_headerContainer__tHTJm{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 5%;max-width:1600px;margin:0 auto}.Header_logoArea___pKLu{display:flex;align-items:center;gap:16px}.Header_logoImage__NjB6a{height:48px;width:auto}.Header_separator__dLpI4{width:1px;height:48px;background-color:var(--ms-gray-160)}.Header_brandName__5tcaj{font-size:1rem;font-weight:600;color:var(--ms-gray-160);text-decoration:none}.Header_brandName__5tcaj:hover{text-decoration:none}.Header_nav__tNWGY{display:flex;align-items:center;gap:24px}.Header_navLink__Rvw2c{font-size:.875rem;color:var(--ms-gray-160);text-decoration:none;padding:8px 0;border-bottom:2px solid transparent;transition:border-color .2s}.Header_navLink__Rvw2c:hover{border-bottom-color:var(--ms-gray-160);text-decoration:none}.Header_navLinkActive__NdvBD{border-bottom-color:var(--ms-blue);font-weight:600}.Header_actions__dQYHE{display:flex;align-items:center;gap:16px}@media (max-width:768px){.Header_nav__tNWGY{display:none}}.Footer_footer__pQtti{background-color:var(--ms-gray-20);padding:3rem 5% 1.5rem;color:var(--ms-gray-90);font-size:.875rem;margin-top:4rem}.Footer_footerContainer__UGwZX{max-width:1600px;margin:0 auto}.Footer_footerGrid__K31Dz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Footer_footerColumn__kGECR h4{color:var(--ms-gray-130);margin-bottom:1rem;font-weight:600}.Footer_footerColumn__kGECR ul li{margin-bottom:.75rem}.Footer_footerColumn__kGECR a{color:var(--ms-gray-90)}.Footer_footerColumn__kGECR a:hover{color:var(--ms-blue);text-decoration:underline}.Footer_footerBottom__YIYBj{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-top:1px solid var(--ms-gray-40);padding-top:1.5rem}.Footer_footerLinks__M17kI{display:flex;gap:1.5rem;flex-wrap:wrap}.Footer_footerLinks__M17kI a{color:var(--ms-gray-90)}