@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;600;700&display=swap);:root{--primary-color:#00123c;--secondary-color:#ff5e14;--accent-color:#ff8c00;--text-main:#333;--text-muted:#666;--bg-light:#f8faff;--transition-smooth:all 0.4s cubic-bezier(0.4,0,0.2,1)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;color:var(--text-main);font-family:Manrope,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#00123c;color:var(--primary-color);font-family:Outfit,sans-serif;font-weight:700;margin-top:0}p{color:#666;color:var(--text-muted);margin-bottom:1.5rem}a{text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}section{padding:100px 0}.container{margin:0 auto;max-width:1200px;padding:0 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .8s ease-out forwards}::selection{background:#ff5e14;background:var(--secondary-color);color:#fff}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff5e14;background:var(--secondary-color);border:3px solid #f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00123c;background:var(--primary-color)}*{scrollbar-color:#ff5e14 #f1f1f1;scrollbar-color:var(--secondary-color) #f1f1f1;scrollbar-width:thin}@media (max-width:768px){body{font-size:16px}section{padding:60px 0}h1{font-size:2.5rem}h2{font-size:2rem}.primary-btn,.secondary-btn,button{min-height:48px}}.section-label{color:#ff5e14;color:var(--secondary-color);display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:15px;padding-left:30px;position:relative;text-transform:uppercase}.section-label:before{background:#ff5e14;background:var(--secondary-color);content:"";height:2px;left:0;position:absolute;top:50%;width:20px}.header{left:0;position:fixed;top:25px;width:100%;z-index:10}.header-container{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background-clip:padding-box,border-box;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(110deg,#081256,#001b5e 35%,#eb632a 70%,#f36b2a);background-origin:border-box;border:2px solid #0000;border-radius:50px;box-shadow:0 4px 6px -1px #1d1d1f33,0 2px 4px -1px #1d1d1f1a;display:flex;gap:12px;justify-content:space-between;margin:0 30px;padding:10px 24px}.logo img{height:30px}.nav{align-items:center;display:flex;gap:20px;justify-content:space-between}.nav-link{cursor:pointer}.nav a,.nav-link{color:#00123c;font-size:17px;font-weight:500}.nav a{display:block;padding:12px 0;text-decoration:none}.nav a:hover,.nav-link:hover{color:#d33e00}.quote-wrapper{display:inline-block;position:relative}.quote-btn{background:#d33e00;border:none;border-radius:20px;color:#fff!important;cursor:pointer;font-size:14px!important;font-weight:600;padding:10px 18px;text-decoration:none}.quote-btn:hover{background:conic-gradient(at 50% 0,#ac3300 0deg,#eb632a 90deg,#a53606 110deg,#00123c 150deg,#00123c 180deg);box-shadow:0 4px 8px #00000080;color:#fff!important;transform:translateY(-2px);transition:all .5s ease}.quote-tooltip{background:#077dc1;border-radius:6px;color:#fff;font-size:13px;left:50%;opacity:0;padding:8px 10px;pointer-events:none;position:absolute;text-align:center;top:127%;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;width:280px}.quote-wrapper:hover .quote-tooltip{opacity:1;transform:translateX(-50%) translateY(4px);visibility:visible}.hamburger{display:none}@media (max-width:1024px){.header-container{border:none;margin:0 20px;padding:14px 20px}.nav{background:#fff0eb;border:2px solid #e0e0e0;border-radius:20px;display:none;flex-direction:column;gap:16px;left:0;padding:20px;position:absolute;right:0;top:80px}.nav.open{display:flex}.quote-btn.desktop-only{display:none}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:48px;justify-content:space-between;padding:15px 10px;width:48px}.hamburger span{background:#1d1d1f;border-radius:2px;height:3px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (max-width:768px){.header{top:10px}.header-container{border:none;border-radius:18px;margin:0 12px}.nav{background:#fff0eb;border:2px solid #e0e0e0;border-radius:20px;display:none;flex-direction:column;gap:16px;left:0;padding:20px;position:absolute;right:0;top:60px}.nav.open{display:flex}.quote-btn.desktop-only{display:none}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:48px;justify-content:space-between;padding:15px 10px;width:48px}.hamburger span{background:#1d1d1f;border-radius:2px;height:3px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (max-width:480px){.logo img{height:20px}.nav a{font-size:14px;top:60}}.services-dropdown{background:#fff1e8;border-radius:18px;box-shadow:0 25px 60px #0003;left:50%;padding:30px;position:absolute;transform:translateX(-50%);width:1200px;z-index:100}.services-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.services-grid h4{font-size:13px;font-weight:500;margin:2px;padding:0}@media (max-width:767px){.services-dropdown{border-radius:0 0 18px 18px;height:50vh;left:0;overflow-y:scroll;transform:none;width:100%}.services-grid{grid-template-columns:1fr}.services-grid a{align-items:center}.service-img{height:35px;width:45px}.services-grid p{display:none}.services-grid h4{font-size:14px}}.insight-dropdown{background:#fff1e8;border-radius:18px;box-shadow:0 25px 60px #0003;left:69%;padding:30px;position:absolute;transform:translateX(-50%);width:200px;z-index:100}.insight-container{display:flex;flex-direction:column;gap:10px}.services-grid a{border-radius:14px;color:#00123c;display:flex;gap:10px;padding:10px;text-decoration:none;transition:all .25s ease}.services-grid a:hover{background:#ffe1c7}.service-img{align-items:center;border-radius:5px;display:flex;height:45px;justify-content:center;width:65px}.insight-container h4{font-size:14px;font-weight:500;margin:2px;padding:0}.services-grid p{color:#555;font-size:13px;font-weight:400;line-height:150%;margin:0}@media (max-width:1199px){.services-dropdown{padding:20px;width:95%}.services-grid{grid-template-columns:repeat(2,1fr)}.services-grid p{display:none}}@media (max-width:767px){.services-dropdown{border-radius:0 0 18px 18px;height:50vh;left:0;overflow-y:scroll;transform:none;width:100%}.insight-dropdown{left:20%}.services-grid{grid-template-columns:1fr}.services-grid a{align-items:center}.service-img{height:35px;width:45px}.services-grid p{display:none}.services-grid h4{font-size:14px}}.footer{background:linear-gradient(180deg,#ffeee9,#ffbfa3);color:#00123c;font-weight:500}.footer-container{margin:0 auto;padding:70px 100px 30px}.footer-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:60px}.footer-brand{max-width:630px}.footer-brand img{height:25px;margin-bottom:14px}.footer-brand p{font-size:17px;line-height:160%;opacity:.9}.footer-social{display:flex;gap:12px}.footer-social a{align-items:center;background:#d33e00;border-radius:50%;color:#fff;display:flex;font-size:13px;font-weight:600;height:40px;justify-content:center;text-decoration:none;width:40px}.footer-social a svg{height:25px;width:25px}.footer-social a:hover{background:#f55612;box-shadow:0 4px 8px #0009;color:#00123c;transform:translateY(-2px);transition:all .3s ease}.footer-links{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);margin-bottom:60px}.footer-links h4{color:#00123c;font-size:16px;letter-spacing:2px;margin-bottom:16px}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li{cursor:pointer;font-size:17px;margin-bottom:10px;opacity:.8}.footer-links li a{color:#00123c;text-decoration:none}.footer-links li:hover{opacity:1}.footer-bottom{color:#000;font-size:17px;font-weight:600;opacity:.8;text-align:center}@media (max-width:1024px){.footer-container{padding:60px 60px 30px}.footer-brand{max-width:480px}.footer-brand p{font-size:15px}.footer-links{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-container{padding:50px 20px 25px;text-align:left}.footer-top{flex-direction:column;gap:10px;margin-bottom:25px}.footer-brand{max-width:100%}.footer-brand img{margin:0 auto 12px}.footer-social{justify-content:center}.footer-links{gap:0;grid-template-columns:1fr}.footer-links h4,.footer-links li{font-size:15px}.footer-bottom{font-size:14px;margin-top:20px}}@media (max-width:480px){.footer-container{padding:30px 15px 20px}.footer-top{flex-direction:column;gap:15px;margin-bottom:20px}.footer-brand{max-width:100%}.footer-brand p{font-size:13px;line-height:1.5}.footer-links{gap:15px;grid-template-columns:1fr!important;margin-bottom:30px}.footer-links h4{font-size:13px;margin-bottom:8px}.footer-links li{font-size:12px;margin-bottom:6px}.footer-social{gap:10px;justify-content:flex-start}.footer-social a{height:34px;width:34px}.footer-social a svg{height:18px;width:18px}.footer-bottom{font-size:12px;margin-top:15px}}.sticky-mobile-contact{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border-top:1px solid #0000000d;bottom:0;box-shadow:0 -4px 20px #00000014;display:none;justify-content:space-around;left:0;padding:12px 15px;position:fixed;width:100%;z-index:9999}.sticky-mobile-contact a{align-items:center;border-radius:12px;display:flex;flex:1 1;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;letter-spacing:.5px;margin:0 6px;padding:14px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.sticky-mobile-contact a:first-child{background:#00123c;color:#fff}.sticky-mobile-contact a:last-child{background:linear-gradient(135deg,#ff5e14,#ff8c00);box-shadow:0 4px 15px #ff5e144d;color:#fff}.sticky-mobile-contact a:active{opacity:.9;transform:scale(.96)}@media (max-width:768px){.sticky-mobile-contact{display:flex}}*{box-sizing:border-box}body{background:#fff5ef;margin:0}
/*# sourceMappingURL=main.7cda6b80.css.map*/