.Header-module__hBw1pG__header{background-color:var(--bg-light);z-index:50;flex-direction:column;width:100%;display:flex;position:relative}.Header-module__hBw1pG__topBar{justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.Header-module__hBw1pG__logoContainer{justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;max-width:100%;height:auto}.Header-module__hBw1pG__navBar{background-color:var(--primary-blue);z-index:1000;width:100%;position:sticky;top:0;box-shadow:0 4px 15px #00000026}.Header-module__hBw1pG__navContainer{max-width:1200px;margin:0 auto;padding:0 1rem}.Header-module__hBw1pG__mobileNavHeader{color:var(--text-light);justify-content:space-between;align-items:center;padding:1rem 0;display:none}.Header-module__hBw1pG__mobileMenuText{font-size:1.2rem;font-weight:700}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:flex}.Header-module__hBw1pG__bar{background-color:var(--text-light);width:25px;height:3px;transition:all .3s;display:block}.Header-module__hBw1pG__bar.Header-module__hBw1pG__open:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__bar.Header-module__hBw1pG__open:nth-child(2){opacity:0}.Header-module__hBw1pG__bar.Header-module__hBw1pG__open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__navList{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1rem 0;list-style:none;display:flex}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__navLink{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s,opacity .2s}.Header-module__hBw1pG__navLink:hover{opacity:.8}.Header-module__hBw1pG__dropdownContainer{position:relative}.Header-module__hBw1pG__dropdownToggle{align-items:center;gap:.3rem;display:flex}.Header-module__hBw1pG__caret{font-size:.7rem}.Header-module__hBw1pG__dropdownMenu{background-color:var(--bg-light);z-index:100;border:1px solid var(--border-color);border-radius:8px;flex-direction:column;min-width:220px;margin-top:1rem;padding:.5rem 0;list-style:none;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.Header-module__hBw1pG__dropdownContainer:after{content:"";width:100%;height:1rem;position:absolute;top:100%;left:0}.Header-module__hBw1pG__dropdownLink{color:var(--text-dark);padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;transition:background-color .2s,color .2s;display:block}.Header-module__hBw1pG__dropdownLink:hover,.Header-module__hBw1pG__activeSublink{color:var(--primary-blue);background-color:#f0f4ff}@media (max-width:768px){.Header-module__hBw1pG__mobileNavHeader{display:flex}.Header-module__hBw1pG__navList{text-align:center;flex-direction:column;gap:1.5rem;padding:0 0 1.5rem;display:none}.Header-module__hBw1pG__navList.Header-module__hBw1pG__showMenu{animation:.3s forwards Header-module__hBw1pG__fadeIn;display:flex}.Header-module__hBw1pG__dropdownMenu{box-shadow:none;background-color:#0000000d;border:none;border-radius:8px;align-items:center;width:100%;margin-top:.5rem;position:relative;top:auto;left:auto}.Header-module__hBw1pG__dropdownToggle{justify-content:center;width:100%}.Header-module__hBw1pG__dropdownLink{text-align:center;padding:.8rem}}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-light);border-top:1px solid var(--border-color);flex-direction:column;width:100%;display:flex}.Footer-module__S6Hkya__topContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex}.Footer-module__S6Hkya__logoSide{align-items:center;display:flex}.Footer-module__S6Hkya__footerLogo{object-fit:contain;max-width:100%;height:auto}.Footer-module__S6Hkya__linksSide{gap:2rem;display:flex}.Footer-module__S6Hkya__footerLink{color:#666;font-weight:500;transition:color .2s}.Footer-module__S6Hkya__footerLink:hover{color:var(--primary-blue)}.Footer-module__S6Hkya__bottomBar{background-color:var(--primary-blue);color:var(--text-light);text-align:center;width:100%;padding:1rem;font-weight:600}@media (max-width:600px){.Footer-module__S6Hkya__topContainer{text-align:center;flex-direction:column;justify-content:center}.Footer-module__S6Hkya__linksSide{justify-content:center;width:100%}}
:root{--primary-blue:#2e61ff;--text-dark:#333;--text-light:#fff;--bg-light:#fff;--bg-gray:#f5f5f5;--border-color:#eaeaea}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-dark);background-color:var(--bg-light);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:clip}a{color:inherit;text-decoration:none}
