:root{--background:#ebf3fd;--foreground:#003b6f;--primary:#005095;--secondary:#f4b300ef;--title:#003b6f;--greenbg:#004f9522;--gradient:linear-gradient(to right,var(--primary),var(--lightblue));--lightblue:#0295ed}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex;overflow-x:hidden}.app{flex-direction:column;flex:1;display:flex}.main-layout{flex:1;min-height:100vh;padding-top:80px}@media (max-width:1024px){.main-layout{padding-top:70px}}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--primary)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}
.Header-module__-2yUHq__headerWrapper{background-color:var(--primary);z-index:99;justify-content:center;width:100%;display:flex;position:fixed;top:0;left:0}.Header-module__-2yUHq__headerContainer{color:#fff;justify-content:space-between;align-items:center;width:100%;max-width:1300px;padding:10px 20px 5px;font-size:16px;display:flex}.Header-module__-2yUHq__navList{justify-content:center;align-items:center;gap:40px;font-weight:500;list-style:none;display:flex}.Header-module__-2yUHq__navLink{transition:transform .3s}.Header-module__-2yUHq__navLink:hover{transform:scale(1.08)}.Header-module__-2yUHq__actionButton{transition:transform .3s}.Header-module__-2yUHq__actionButton:hover{transform:scale(1.08)}.Header-module__-2yUHq__headerActionButtons{justify-content:center;align-items:center;gap:20px;display:flex}.Header-module__-2yUHq__actionButton{background-color:var(--secondary);text-shadow:2px 2px 6px #0006;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:5px 20px;display:flex;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.Header-module__-2yUHq__actionButton:hover{color:#fff}.Header-module__-2yUHq__hamburger,.Header-module__-2yUHq__miniNav,.Header-module__-2yUHq__mobileActionButtons{display:none}@media (max-width:1024px){.Header-module__-2yUHq__mainNav,.Header-module__-2yUHq__miniNav,.Header-module__-2yUHq__headerActionButtons{display:none}.Header-module__-2yUHq__hamburger{z-index:21;color:var(--secondary);display:block}.Header-module__-2yUHq__miniNav{background-color:var(--primary);opacity:0;visibility:hidden;z-index:20;color:#fff;flex-direction:column;width:100%;height:100vh;padding:50px 10px;font-size:20px;transition:opacity .3s,transform .4s,visibility 0s .4s;display:flex;position:absolute;top:0;right:0;transform:translateY(-100%)}.Header-module__-2yUHq__miniNav.Header-module__-2yUHq__active{opacity:1;visibility:visible;transition:opacity .3s,transform .4s,visibility;transform:translateY(0)}.Header-module__-2yUHq__miniNav .Header-module__-2yUHq__navList{flex-direction:column;gap:30px}.Header-module__-2yUHq__mobileActionButtons{flex-direction:column;justify-content:center;align-items:center;gap:30px;margin-top:30px;display:flex}.Header-module__-2yUHq__actionButton{padding:10px 60px}.Header-module__-2yUHq__actionButton:hover{transform:none}.Header-module__-2yUHq__headerLogo img{width:100%;max-width:240px;height:53px}}.Header-module__-2yUHq__dropdown{position:relative}.Header-module__-2yUHq__dropdownTrigger{cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:15px 0;display:flex}.Header-module__-2yUHq__dropdownWrapper:hover .Header-module__-2yUHq__dropdownMenu{opacity:1;pointer-events:auto}.Header-module__-2yUHq__dropdownMenu{background-color:var(--background);z-index:1000;opacity:0;pointer-events:none;white-space:nowrap;border-radius:4px;grid-template-columns:1fr 1fr;min-width:250px;padding:10px 0;list-style:none;transition:opacity .2s;display:grid;position:absolute;top:100%;left:-280px;box-shadow:0 6px 12px #00000026}.Header-module__-2yUHq__dropdownMenu:before{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid var(--background);width:0;height:0;position:absolute;top:-4px;left:43%}.Header-module__-2yUHq__icon{color:var(--foreground);width:25px;height:25px}.Header-module__-2yUHq__dropdownMenu li{padding:10px 20px}.Header-module__-2yUHq__dropdownMenu li a{color:var(--title);border-radius:4px;align-items:center;gap:10px;padding:10px 20px;font-size:14px;text-decoration:none;display:flex}.Header-module__-2yUHq__dropdownMenu li a:hover{background-color:var(--greenbg)}.Header-module__-2yUHq__dropdown:hover .Header-module__-2yUHq__dropdownMenu{opacity:1;pointer-events:auto}.Header-module__-2yUHq__miniDropdown{background-color:var(--background);border-radius:4px;margin-top:10px;padding:10px;list-style:none;box-shadow:0 6px 12px #00000026}.Header-module__-2yUHq__miniDropdown li{margin-bottom:8px}.Header-module__-2yUHq__miniDropdown li:last-child{margin-bottom:0}
.Footer-module__NVhknq__footer{background-color:var(--primary);color:#fff}.Footer-module__NVhknq__footerContainer{max-width:1300px;margin:0 auto;padding:4rem 1.5rem 2rem}.Footer-module__NVhknq__footerGrid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__NVhknq__footerBrand img{width:250px;margin-bottom:10px}@media (min-width:768px){.Footer-module__NVhknq__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__NVhknq__footerGrid{grid-template-columns:repeat(4,1fr)}.Footer-module__NVhknq__quickLinks{margin-left:50px}}.Footer-module__NVhknq__footerTitle{-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.25rem;font-weight:700}.Footer-module__NVhknq__footerTitleLight{font-weight:300}.Footer-module__NVhknq__footerDescription{margin-top:.5rem;line-height:25px}.Footer-module__NVhknq__footerSocial{gap:1rem;margin-top:1rem;display:flex}.Footer-module__NVhknq__footerHeading{color:var(--secondary);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Footer-module__NVhknq__footerLinks{padding:0;list-style:none}.Footer-module__NVhknq__footerLinks li{margin-bottom:.5rem}.Footer-module__NVhknq__footerLinks a{font-size:15px;text-decoration:none;transition:color .3s}.Footer-module__NVhknq__footerContact{padding:0;list-style:none}.Footer-module__NVhknq__footerContact li{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.Footer-module__NVhknq__icon{flex-shrink:0;width:1.25rem;height:1.25rem}.Footer-module__NVhknq__highlight{color:#fff}.Footer-module__NVhknq__footerBottom{border-top:1px solid #fff;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__NVhknq__footerBottom{flex-direction:row}}.Footer-module__NVhknq__footerBottom p{font-size:.875rem}.Footer-module__NVhknq__footerBottomLinks{gap:1.5rem;margin-top:1rem;font-size:.875rem;list-style:none;display:flex}@media (min-width:768px){.Footer-module__NVhknq__footerBottomLinks{margin-top:0}}.Footer-module__NVhknq__footerBottomLinks a{color:inherit;text-decoration:none;transition:color .3s}@media (max-width:768px){.Footer-module__NVhknq__footerGrid{text-align:center;justify-items:center}.Footer-module__NVhknq__footerSocial{justify-content:center}.Footer-module__NVhknq__footerContact{text-align:center;flex-direction:column;align-items:center}.Footer-module__NVhknq__footerBottom{text-align:center;align-items:center}.Footer-module__NVhknq__footerBottomLinks{justify-content:center}.Footer-module__NVhknq__footerContact li{text-align:left;margin-left:20px}}
.cta-section{padding-top:4rem;padding-bottom:4rem;position:relative;overflow:hidden}@media (min-width:768px){.cta-section{padding-top:6rem;padding-bottom:6rem}}@media (max-width:768px){.cta-buttons{flex-direction:row!important}.cta-heading{font-size:26px!important}.btn-primary{white-space:nowrap}}.cta-bg-black{background-color:var(--primary);position:absolute;inset:0}.cta-pattern-overlay{background-color:var(--foreground);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007C91' fill-opacity='0.2'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-content{text-align:center;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}@media (min-width:1024px){.cta-content{padding-left:2rem;padding-right:2rem}}.cta-heading{color:#fff;margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.cta-heading{font-size:2.25rem}}.cta-text{color:#d1d5db;max-width:42rem;margin:0 auto 2rem}.cta-buttons{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.cta-buttons{flex-direction:row}}.btn-primary{background-color:var(--secondary);color:#fff;white-space:nowrap;border:none;border-radius:8px;padding:12px 20px;font-weight:600}.btn-primary:hover{background-color:#f4b300d7}.btn-outline{white-space:nowrap;color:#fff;background-color:#0000;border:1px solid #fff;border-radius:8px;padding:12px 20px;font-weight:600}.btn-outline:hover{background-color:#ffffff1a}
