@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;600;700;800;900&display=swap");:root{--color-primary:#6366f1;--color-secondary:#8b5cf6;--color-accent:#ec4899;--color-text:#1f2937;--color-text-light:#6b7280;--color-bg:#fff;--color-bg-light:#f9fafb;--color-border:#e5e7eb;--font-primary:"Rubik",sans-serif;--font-secondary:"Nunito",sans-serif;--max-width:1200px;--header-height:80px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;position:relative}img,video{max-width:100%;height:auto}.site-main{overflow-x:hidden;max-width:100vw;position:relative}body{font-family:var(--font-secondary);font-size:17px;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--color-text)}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;margin-bottom:1.5rem}h2{font-size:2rem;margin-bottom:1.25rem}h3{font-size:1.75rem;margin-bottom:1rem}p{margin-bottom:1.5rem}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-secondary)}img{max-width:100%;height:auto;display:block}.container,.grid-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}td,th{padding:1rem;text-align:left;border-bottom:1px solid var(--color-border)}th{background:var(--color-bg-light);font-weight:600;color:var(--color-text)}tr:last-child td{border-bottom:none}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.container,.grid-container{padding:0 1rem}}.Footer_footer__UaG1g{background:#1f2937;color:#e5e7eb;padding:3rem 0 1rem;margin-top:4rem}.Footer_container__Z8cUU{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.Footer_logoSection__VgwU4{margin-bottom:2rem;text-align:center}.Footer_logo__NsUJK{height:auto}.Footer_about__g_Gmn{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #374151}.Footer_about__g_Gmn h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.Footer_about__g_Gmn p{color:#d1d5db;font-size:1rem;line-height:1.7;margin:0}.Footer_grid__qjDt3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.Footer_column__BQljC h3{color:#fff;font-size:1.125rem;margin-bottom:1rem;font-weight:600}.Footer_column__BQljC ul{list-style:none;padding:0;margin:0}.Footer_column__BQljC ul li{margin-bottom:.5rem}.Footer_column__BQljC ul li a{color:#d1d5db;font-size:.9375rem;transition:color .2s ease}.Footer_column__BQljC ul li a:hover{color:#fff}.Footer_bottom__O5rKs{border-top:1px solid #374151;padding-top:2rem;text-align:center}.Footer_bottom__O5rKs p{color:#9ca3af;font-size:.875rem;margin:0}@media (max-width:768px){.Footer_grid__qjDt3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Footer_grid__qjDt3{grid-template-columns:1fr}}.Header_header__MvnS2{background:#1a2332;box-shadow:0 2px 8px rgba(0,0,0,.3);position:-webkit-sticky;position:sticky;top:0;z-index:1000;height:var(--header-height)}.Header_container__L4JQR{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;justify-content:space-between}.Header_container__L4JQR,.Header_logo__j7oID{display:flex;align-items:center}.Header_nav__EE71E{flex:1 1;display:flex;justify-content:flex-end}.Header_navList__l21rr{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.Header_navList__l21rr li a{display:block;padding:0 1rem;line-height:var(--header-height);font-family:var(--font-primary);font-size:14px;font-weight:500;color:#fff;transition:color .2s ease,opacity .2s ease;white-space:nowrap}.Header_navList__l21rr li a:hover{opacity:.8}.Header_mobileToggle__UfGeC{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.Header_mobileToggle__UfGeC span{width:24px;height:2px;background:#fff;transition:all .3s ease}@media (max-width:968px){.Header_nav__EE71E{position:absolute;top:var(--header-height);left:0;right:0;background:#1a2332;display:none;box-shadow:0 4px 12px rgba(0,0,0,.3)}.Header_navOpen__uAq5h{display:block}.Header_navList__l21rr{flex-direction:column;gap:0;padding:1rem 0}.Header_navList__l21rr li a{padding:1rem 1.5rem;line-height:1.5;border-bottom:1px solid hsla(0,0%,100%,.1)}.Header_navList__l21rr li:last-child a{border-bottom:none}.Header_mobileToggle__UfGeC{display:flex}.Header_mobileToggleOpen__N6YVc span:first-child{transform:rotate(45deg) translate(5px,5px)}.Header_mobileToggleOpen__N6YVc span:nth-child(2){opacity:0}.Header_mobileToggleOpen__N6YVc span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}