.Nav-module__P5vZPW__header{z-index:40;background:var(--background);border-bottom:1px solid var(--border);justify-content:center;width:100%;height:94.5px;display:flex}.Nav-module__P5vZPW__nav{max-width:var(--max-width);justify-content:space-between;align-items:center;width:100%;margin:0 40px;padding:16px 0;display:flex;position:relative}.Nav-module__P5vZPW__brand{align-items:center;display:inline-flex}.Nav-module__P5vZPW__logo{object-fit:contain;width:auto;height:auto}.Nav-module__P5vZPW__menuDesktop{gap:1rem;display:none}.Nav-module__P5vZPW__link{color:var(--primary);will-change:color,background-color;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;position:relative}.Nav-module__P5vZPW__link:after{content:"";background:var(--blue-gradient);will-change:width;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Nav-module__P5vZPW__link:hover{background:var(--blue-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Nav-module__P5vZPW__link:hover:after{width:100%}.Nav-module__P5vZPW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;width:20px;height:20px;padding:8px;display:none;position:relative;overflow:hidden}.Nav-module__P5vZPW__hamburgerLine{background-color:var(--primary);will-change:transform,opacity;width:24px;height:2px;transition:all .3s;position:absolute;left:0}.Nav-module__P5vZPW__hamburgerLine:first-child{top:0}.Nav-module__P5vZPW__hamburgerLine:nth-child(2){top:50%;transform:translateY(-50%)}.Nav-module__P5vZPW__hamburgerLine:nth-child(3){bottom:0}.Nav-module__P5vZPW__mobileDropdown{background-color:var(--background-dark);background:var(--primary-gradient);width:100vw;color:var(--white);z-index:50;will-change:max-height,opacity;opacity:0;max-height:0;box-shadow:0 4px 6px -1px var(--shadow),0 2px 4px -1px var(--shadow);transition:max-height .3s ease-in-out,opacity .3s ease-in-out;position:absolute;top:100%;left:-40px;right:0;overflow:hidden}.Nav-module__P5vZPW__mobileDropdownOpen{opacity:1;max-height:100vh}.Nav-module__P5vZPW__mobileDropdownClosed{opacity:0;max-height:0}.Nav-module__P5vZPW__mobileDropdownContent{padding:20px}.Nav-module__P5vZPW__mobileMenuList{flex-direction:column;gap:0;display:flex}.Nav-module__P5vZPW__mobileMenuItem{color:var(--white);border-bottom:1px solid var(--border);will-change:background-color,padding;justify-content:space-between;align-items:center;padding:20px 0;font-size:16px;font-weight:400;text-decoration:none;transition:background-color .2s;display:flex}.Nav-module__P5vZPW__mobileMenuItem:last-child{border-bottom:none}.Nav-module__P5vZPW__mobileMenuItem:hover{background:var(--border);border-radius:8px;padding-left:8px;padding-right:8px}.Nav-module__P5vZPW__hamburgerOpen .Nav-module__P5vZPW__hamburgerLine:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.Nav-module__P5vZPW__hamburgerOpen .Nav-module__P5vZPW__hamburgerLine:nth-child(2){transform:translate(110%)rotate(0)}.Nav-module__P5vZPW__hamburgerOpen .Nav-module__P5vZPW__hamburgerLine:nth-child(3){top:50%;bottom:auto;transform:translateY(-50%)rotate(-45deg)}@media (min-width:825px){.Nav-module__P5vZPW__nav{padding:20px 0}.Nav-module__P5vZPW__menuDesktop{align-items:center;display:flex}.Nav-module__P5vZPW__hamburger,.Nav-module__P5vZPW__mobileDropdown{display:none}}@media (max-width:824px){.Nav-module__P5vZPW__menuDesktop{display:none}.Nav-module__P5vZPW__hamburger{display:flex}}
.Footer-module__jkL0nq__footer{background:var(--secondary);color:var(--white);background:var(--primary-gradient);justify-content:center;padding-top:60px;padding-bottom:0;display:flex}.Footer-module__jkL0nq__container{width:100%;max-width:var(--max-width);flex-direction:column;justify-content:center;margin:0 40px;display:flex}.Footer-module__jkL0nq__content{grid-template-columns:1fr 2fr;gap:40px;margin-bottom:40px;display:grid}.Footer-module__jkL0nq__companySection{flex-direction:column;gap:24px;display:flex}.Footer-module__jkL0nq__brandLink{display:inline-block}.Footer-module__jkL0nq__logo{object-fit:contain;max-width:280px;height:auto}.Footer-module__jkL0nq__contactInfo{flex-direction:column;gap:8px;display:flex}.Footer-module__jkL0nq__address,.Footer-module__jkL0nq__phone,.Footer-module__jkL0nq__email{color:var(--white);margin:0;font-size:16px;line-height:1.5}.Footer-module__jkL0nq__phone{font-weight:500}.Footer-module__jkL0nq__navigationSectionContainer{flex-direction:column;align-items:flex-end;gap:32px;width:100%;display:flex}.Footer-module__jkL0nq__navigationSection{text-align:right}.Footer-module__jkL0nq__column{flex-direction:column;gap:16px;display:flex}.Footer-module__jkL0nq__columnTitle{color:var(--white);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:18px;font-weight:600}.Footer-module__jkL0nq__linkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__jkL0nq__footerLink{color:var(--white);will-change:color,background-color;font-size:16px;line-height:1.5;text-decoration:none;transition:all .2s;position:relative}.Footer-module__jkL0nq__footerLink:after{content:"";background:var(--blue-gradient);will-change:width;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__jkL0nq__footerLink:hover{background:var(--blue-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__jkL0nq__footerLink:hover:after{width:100%}.Footer-module__jkL0nq__socialSection{justify-content:center;align-items:flex-start;display:flex}.Footer-module__jkL0nq__socialIcons{gap:16px;display:flex}.Footer-module__jkL0nq__socialIcon{border:1px solid var(--white);width:60px;height:60px;color:var(--white);will-change:background-color,color,border-color;background:0 0;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.Footer-module__jkL0nq__socialIcon:hover{background:var(--blue-gradient)}.Footer-module__jkL0nq__socialIcon svg{width:24px;height:24px}.Footer-module__jkL0nq__bottom{border-top:1px solid var(--border);padding:24px 0}.Footer-module__jkL0nq__bottomContent{flex-direction:column;gap:16px;display:flex}.Footer-module__jkL0nq__copyright{color:var(--white);margin:0;font-size:14px}@media (max-width:768px){.Footer-module__jkL0nq__content{text-align:center;grid-template-columns:1fr}.Footer-module__jkL0nq__brandLink{justify-content:center;display:flex}.Footer-module__jkL0nq__navigationSectionContainer{align-items:center}.Footer-module__jkL0nq__navigationSection,.Footer-module__jkL0nq__bottom{text-align:center}}
.BackToTop-module__mPJ26G__backToTop{background:var(--primary);border:var(--border-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:40px;height:40px;box-shadow:0 4px 12px var(--shadow);z-index:1000;opacity:0;visibility:hidden;border-radius:4px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:32px;right:32px;overflow:hidden;transform:translate(20px)}.BackToTop-module__mPJ26G__backToTop.BackToTop-module__mPJ26G__visible{opacity:1;visibility:visible;transform:translate(0)}.BackToTop-module__mPJ26G__backToTop:hover{background:var(--primary);box-shadow:0 6px 20px var(--shadow);transform:translateY(-2px)}.BackToTop-module__mPJ26G__backToTop:hover svg{animation:.5s ease-in-out BackToTop-module__mPJ26G__button-icon-moveUp}.BackToTop-module__mPJ26G__backToTop:active{transform:translateY(0)}.BackToTop-module__mPJ26G__backToTop svg{width:24px;height:24px}@media (max-width:768px){.BackToTop-module__mPJ26G__backToTop{width:48px;height:48px;bottom:24px;right:24px}.BackToTop-module__mPJ26G__backToTop svg{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.BackToTop-module__mPJ26G__backToTop{transition:opacity .3s}.BackToTop-module__mPJ26G__backToTop:hover{transform:none}}@keyframes BackToTop-module__mPJ26G__button-icon-moveUp{0%{transform:translateY(0)}45%{opacity:0;transform:translateY(-30px)}50%{transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
:root{--primary:#21385a;--primary-gradient:linear-gradient(250deg,#21385a 0%,#161616 100%);--dark-gradient-alt:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);--blue-gradient:linear-gradient(250deg,#60a5fa 0%,#3b82f6 100%);--secondary:#2c3e50;--background:#fff;--background-dark:#161616;--border:rgba(0,0,0,.1);--border-light:1px solid rgba(96,165,250,.2);--white:#fff;--black:#000;--shadow:rgba(0,0,0,.1);--max-width:1200px}*{box-sizing:border-box}html,body{height:100%}body{background:var(--background);color:var(--primary);font-family:var(--font-geist-sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit;color:inherit}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.fade-in-up{will-change:transform,opacity;animation-name:fadeIn;animation-duration:1s;animation-delay:.5s;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
