:root{--primary-color:#f75f01;--dark-color:#131921;--white-color:#fff;--light-gray:#f5f5f5;--medium-gray:#ccc;--text-color:#333;--link-color:#f75f01;--link-hover-color:#e55400}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--text-color);font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:#f75f01;color:var(--link-color);text-decoration:none;transition:color .3s ease}a:hover{color:#e55400;color:var(--link-hover-color)}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.btn{background-color:#f75f01;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;transition:background-color .3s ease}.btn:hover{background-color:#e55400;background-color:var(--link-hover-color)}.btn-secondary{background-color:#131921;background-color:var(--dark-color)}.btn-secondary:hover{background-color:#1e2a38}section{padding:4rem 0}@media screen and (max-width:768px){section{padding:2rem 0}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:var(--dark-color);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:100}.navbar-container{justify-content:space-between}.logo,.navbar-container{align-items:center;display:flex}.logo-text{color:#fff;font-size:1.75rem;font-weight:700;margin-left:.5rem}.nav-menu{display:flex;list-style:none}.nav-item{margin:0 1rem;position:relative}.nav-link{color:#fff;cursor:pointer;display:block;font-weight:500;padding:.5rem}.nav-link:hover{color:var(--primary-color)}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 8px 16px #0000001a;display:none;min-width:220px;padding:.5rem 0;position:absolute;z-index:1}.dropdown-content a{color:var(--text-color);display:block;font-weight:400;padding:.5rem 1rem}.dropdown-content a:hover{background-color:var(--light-gray)}.dropdown:hover .dropdown-content{display:block}.nav-cta{display:inline-block}.mobile-toggle{color:#fff;cursor:pointer;display:none;font-size:1.5rem}.bars-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/></svg>')}.times-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="white" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>')}.mobile-toggle .icon{height:24px;margin:0;width:24px}@media screen and (max-width:968px){.mobile-toggle{display:block}.nav-menu{background-color:var(--dark-color);box-shadow:0 10px 10px #0000001a;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-item{margin:1.5rem 0}.dropdown-content{background-color:#ffffff0d;display:none;padding:.5rem 0;position:static;width:100%}.dropdown-content a{color:#fff;padding:.75rem 1rem}.dropdown-content a:hover{background-color:#ffffff1a}.dropdown:hover .dropdown-content{display:none}.dropdown.active .dropdown-content{display:block}.nav-cta{display:none}}.footer{background-color:var(--dark-color);color:#fff;padding:4rem 0 0}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.footer-section h3{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-section h3:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-section p{line-height:1.7;margin-bottom:1.5rem}.social-icons{display:flex;gap:1.5rem}.social-icons a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icons a:hover{background-color:var(--primary-color);transform:translateY(-3px)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#e0e0e0;transition:all .3s ease}.footer-links a:hover{color:var(--primary-color);padding-left:5px}.contact-info p{align-items:center;display:flex;margin-bottom:1rem}.contact-info svg{color:var(--primary-color);margin-right:10px}.contact-info a{color:#e0e0e0;transition:color .3s ease}.contact-info a:hover{color:var(--primary-color)}.footer-bottom{background-color:#0003;margin-top:3rem;padding:1.5rem 0;text-align:center}.footer-bottom p{margin-bottom:0}@media screen and (max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.footer{padding:3rem 0 0}.footer-container{gap:2rem;grid-template-columns:1fr}.footer-section{text-align:center}.footer-section h3:after{left:50%;transform:translateX(-50%)}.contact-info p,.social-icons{justify-content:center}}.icon{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:20px;margin-right:10px;width:20px}.linkedin-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23f75f01" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>')}.twitter-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>')}.social-icons a .icon{height:30px;width:30px}.loading-spinner-overlay{background-color:#f8f9fa;height:100%;left:0;opacity:1;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:9999}.loading-spinner,.loading-spinner-overlay{align-items:center;display:flex;justify-content:center}.loading-spinner{flex-direction:column}.spinner{border:3px solid #f75f0133;border-radius:50%;border-top:3px solid var(--primary-color);height:50px;width:50px}.loading-text{color:var(--primary-color);font-weight:600;letter-spacing:1px;margin-top:15px}.hero{align-items:center;background:url(/static/media/hero-bg.e991203b482cc556fbc2.jpg);background-position:50%;background-size:cover;color:#fff;display:flex;height:85vh;min-height:600px;position:relative}.hero-overlay{background:linear-gradient(90deg,#131921e6,#131921b3);height:100%;left:0;position:absolute;top:0;width:100%}.hero-container{position:relative;z-index:1}.hero-content{max-width:700px}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero p{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.hero-buttons .btn{font-size:1.1rem;padding:.75rem 2rem}@media screen and (max-width:768px){.hero{height:80vh;text-align:center}.hero-content{margin:0 auto}.hero h1{font-size:2.5rem}.hero p{font-size:1.25rem}.hero-buttons{flex-direction:column;gap:1rem}}.service-card{box-shadow:0 4px 12px #00000014;height:100%;padding:2rem}.service-card:hover{box-shadow:0 8px 24px #0000001f}.service-icon{align-items:center;background-color:#f75f011a;border-radius:50%;color:var(--primary-color);display:flex;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.service-icon-svg{height:36px;width:36px}.service-card p{color:#666}.service-link{color:var(--primary-color);display:inline-block;font-weight:600;padding-bottom:4px;position:relative}.service-link:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.service-link:hover:after{width:100%}.service-highlights{background-color:var(--light-gray);padding:5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:var(--dark-color);display:inline-block;font-size:2.5rem;margin-bottom:1rem;position:relative}.section-header h2:after{background-color:var(--primary-color);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-header p{color:#555;font-size:1.2rem;margin:1.5rem auto 0;max-width:800px}.service-card-container{display:flex;height:100%}@media screen and (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.service-highlights{padding:3rem 0}.section-header h2{font-size:2rem}.section-header p{font-size:1.1rem}}@media screen and (max-width:576px){.services-grid{grid-template-columns:1fr}}.service-icon-svg{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:40px;width:40px}.warehouse-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z"/></svg>')}.language-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M304 416H24c-13.25 0-24-10.75-24-24V120c0-13.26 10.75-24 24-24h280v320zm-120.69-72.313l16.56-82.344c.9375-4.875 5.25-8.25 10.25-8.25s9.312 3.375 10.25 8.25l16.56 82.344c.875 4.125-1.75 8.188-5.875 9.062-4.25.875-8.188-1.75-9.062-5.875l-3.25-16.188H196.81l-3.25 16.188c-.7499 3.5-3.875 6-7.375 6-.5 0-1-.0313-1.562-.125-4.124-.875-6.749-4.938-5.874-9.062zm12.43-32.999h25.25l-12.62-62.875-12.63 62.875zm328.8-271.999L361.5-1.248c-9.125-5.625-23.87-5.625-33 0L165.84 39.001c-17.75 10.62-28.5 29.62-28.5 50.25v50.99c0 3.875 3.125 7 7 7h16c3.875 0 7-3.125 7-7V89.251c0-9.375 5.25-18.125 13.62-22.625l162.5-97.37c.25 0 .5-.125.75-.125s.5.125.75.125l162.5 97.5c8.5 4.5 13.62 13.25 13.62 22.625v370.75c0a9 9-5.25 18-13.62 22.62l-145.12 87.75H384v-96c0-8.799-7.199-16-16-16h-128c-8.801 0-16 7.201-16 16v96h-16.12c-6.625 0-13-2.375-18-6.5-4.5-3.625-11.12-3.125-15 1.5l-8 9.875c-3.75 4.75-3.125 11.5 1.5 15.12 11.38 9.125 25.88 14 40.62 14H616c13.25 0 24-10.75 24-24V120c0-20.62-10.75-39.5-28.5-50.25zM519.02 432c0 8.875-7.125 16-16 16h-31.1c-8.875 0-16-7.125-16-16v-32c0-8.875 7.125-16 16-16h31.1c8.875 0 16 7.125 16 16v32zm0-128c0 8.875-7.125 16-16 16h-31.1c-8.875 0-16-7.125-16-16v-32c0-8.875 7.125-16 16-16h31.1c8.875 0 16 7.125 16 16v32zm0-128c0 8.875-7.125 16-16 16h-31.1c-8.875 0-16-7.125-16-16v-32c0-8.875 7.125-16 16-16h31.1c8.875 0 16 7.125 16 16v32z"/></svg>')}.chart-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z"/></svg>')}.truck-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg>')}.boxes-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23f75f01" d="M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z"/></svg>')}.exchange-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z"/></svg>')}.shopping-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23f75f01" d="M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z"/></svg>')}.user-cog-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.6-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z"/></svg>')}.intro-section{background-color:#fff;padding:5rem 0}.intro-content{margin:0 auto;max-width:900px;text-align:center}.intro-content h2{color:var(--dark-color);font-size:2.5rem;margin-bottom:1.5rem}.intro-content>p{color:#555;font-size:1.25rem;line-height:1.7;margin-bottom:3rem}.key-benefits{display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.benefit-item{background-color:var(--light-gray);border-radius:8px;flex:1 1;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-10px)}.benefit-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;color:var(--primary-color);display:block;font-size:3rem;height:60px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;width:60px}.check-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"/></svg>')}.users-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"/></svg>')}.benefit-item h3{color:var(--dark-color);margin-bottom:1rem}.benefit-item p{color:#666}.cta-container{margin-top:2rem}@media screen and (max-width:992px){.key-benefits{flex-direction:column;margin-left:auto;margin-right:auto;max-width:600px}}@media screen and (max-width:768px){.intro-section{padding:3rem 0}.cta-content h2,.intro-content h2{font-size:2rem}.cta-content p,.intro-content>p{font-size:1.1rem}}.about-hero{background-color:var(--dark-color);color:#fff;padding:6rem 0;text-align:center}.about-hero h1{font-size:3.5rem;margin-bottom:1rem}.about-hero p{font-size:1.5rem;margin:0 auto;max-width:700px;opacity:.9}.about-story{background-color:#fff;padding:5rem 0}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-content h2{color:var(--dark-color);font-size:2.5rem;margin-bottom:2rem;position:relative}.about-content h2:after{background-color:var(--primary-color);bottom:-10px;content:"";height:3px;left:0;position:absolute;width:80px}.about-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-image-container{height:100%;width:100%}.about-image{background:url(/static/media/about-image.707241a45c1ba3169c0d.jpg);background-position:50%;background-size:cover;border-radius:8px;box-shadow:0 20px 40px #0000001a;height:500px;width:100%}.why-choose-section{background-color:var(--light-gray);padding:5rem 0;text-align:center}.why-choose-section h2{color:var(--dark-color);display:inline-block;font-size:2.5rem;margin-bottom:3rem;position:relative}.why-choose-section h2:after{background-color:var(--primary-color);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.why-choose-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.why-choose-item{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:3rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.why-choose-item:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.why-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem}.why-choose-item h3{color:var(--dark-color);margin-bottom:1rem}.why-choose-item p{color:#555}.about-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;color:var(--primary-color);display:inline-block;height:60px;margin-bottom:1.5rem;width:60px}.handshake-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z"/></svg>')}.balance-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"/></svg>')}.people-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"/></svg>')}.language-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23f75f01" d="M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z"/></svg>')}.cog-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"/></svg>')}@media screen and (max-width:992px){.about-grid{gap:3rem;grid-template-columns:1fr}.about-content{order:1}.about-image-container{order:2}.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.about-hero{padding:4rem 0}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.25rem}.about-story,.why-choose-section{padding:3rem 0}.about-content h2,.why-choose-section h2{font-size:2rem}.about-image{height:350px}}@media screen and (max-width:576px){.why-choose-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;margin-left:auto;margin-right:auto;max-width:250px}}.services-hero{background-color:var(--dark-color);color:#fff;padding:6rem 0;text-align:center}.services-hero h1{font-size:3.5rem;margin-bottom:1rem}.services-hero p{font-size:1.5rem;margin:0 auto;max-width:700px;opacity:.9}.services-intro{background-color:#fff;padding:5rem 0}.services-intro-content{margin:0 auto;max-width:900px;text-align:center}.services-intro h2{color:var(--dark-color);display:inline-block;font-size:2.5rem;margin-bottom:1.5rem;position:relative}.services-intro h2:after{background-color:var(--primary-color);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.services-intro p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.services-list{background-color:var(--light-gray);padding:5rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.service-card{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.service-icon-wrapper{align-items:center;background-color:#f75f011a;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.globe-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="%23f75f01" d="M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"/></svg>')}.service-card h3{color:var(--dark-color);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#555;flex-grow:1;margin-bottom:1.5rem}.service-card .btn{align-self:flex-start;margin-top:auto}.service-process{background-color:#fff;padding:5rem 0}.service-process h2{color:var(--dark-color);display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;position:relative;text-align:center;transform:translateX(-50%)}.service-process h2:after{background-color:var(--primary-color);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.process-steps{display:flex;justify-content:space-between;margin-top:2rem;position:relative}.process-steps:before{background-color:var(--light-gray);content:"";height:2px;left:0;position:absolute;top:50px;width:100%;z-index:1}.process-step{flex:1 1;flex-direction:column;padding:0 1rem;position:relative;text-align:center;z-index:2}.process-step,.step-number{align-items:center;display:flex}.step-number{background-color:var(--primary-color);border-radius:50%;color:#fff;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.process-step h3{color:var(--dark-color);margin-bottom:1rem}.process-step p{color:#555}.services-cta{background-color:var(--dark-color);color:#fff;padding:5rem 0;text-align:center}.services-cta-content{margin:0 auto;max-width:800px}.services-cta h2{font-size:2.5rem;margin-bottom:1.5rem}.services-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.services-cta .btn{font-size:1.1rem;padding:.75rem 2.5rem}@media screen and (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}.process-steps{flex-wrap:wrap}.process-steps:before{display:none}.process-step{flex-basis:50%;margin-bottom:2rem}}@media screen and (max-width:768px){.services-hero{padding:4rem 0}.services-hero h1{font-size:2.5rem}.services-hero p{font-size:1.25rem}.service-process,.services-cta,.services-intro,.services-list{padding:3rem 0}.service-process h2,.services-cta h2,.services-intro h2{font-size:2rem}.services-grid{grid-template-columns:1fr}}.service-card-wrapper{display:flex;height:100%}.service-detail-hero{background-color:var(--dark-color);color:#fff;padding:6rem 0;text-align:center}.service-detail-hero h1{font-size:3.5rem;margin-bottom:1rem}.service-detail-hero p{font-size:1.5rem;margin:0 auto;max-width:800px;opacity:.9}.service-detail-content{background-color:#fff;padding:5rem 0}.service-detail-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.service-icon-large{display:flex;justify-content:center;margin-bottom:2rem}.service-icon-large .service-icon-svg{background-color:#f75f011a;border-radius:50%;height:100px;padding:1.5rem;width:100px}.service-benefits h2,.service-description h2{color:var(--dark-color);font-size:2rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.service-benefits h2:after,.service-description h2:after{background-color:var(--primary-color);bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.service-description p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.service-benefits{margin-top:3rem}.benefits-list{list-style:none}.benefits-list li{align-items:flex-start;color:#555;display:flex;font-size:1.1rem;margin-bottom:1rem}.benefit-check{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;flex-shrink:0;height:20px;margin-right:10px;width:20px}.service-detail-sidebar{align-self:start;position:sticky;top:100px}.sidebar-card{background-color:var(--light-gray);border-radius:8px;box-shadow:0 5px 15px #0000000d;margin-bottom:2rem;padding:2rem}.sidebar-card h3{color:var(--dark-color);font-size:1.5rem;margin-bottom:1rem}.sidebar-card p{color:#555;margin-bottom:1.5rem}.sidebar-card .btn{width:100%}.other-services-list{list-style:none;margin-bottom:1.5rem}.other-services-list li{border-bottom:1px solid #0000001a;margin-bottom:.75rem;padding-bottom:.75rem}.other-services-list li:last-child{border-bottom:none}.other-services-list a{color:#555;display:block;transition:color .3s ease}.other-services-list a:hover{color:var(--primary-color)}.btn-sm{font-size:.9rem;padding:.5rem 1rem}.service-cta{background-color:var(--light-gray);padding:5rem 0;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-content h2{color:var(--dark-color);font-size:2.5rem;margin-bottom:1.5rem}.cta-content p{color:#555;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}@media screen and (max-width:992px){.service-detail-grid{gap:3rem;grid-template-columns:1fr}.service-detail-sidebar{position:static}.sidebar-card{margin-left:auto;margin-right:auto;max-width:600px}}@media screen and (max-width:768px){.service-detail-hero{padding:4rem 0}.service-detail-hero h1{font-size:2.5rem}.service-detail-hero p{font-size:1.25rem}.service-detail-content{padding:3rem 0}.service-benefits h2,.service-description h2{font-size:1.75rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}}@media screen and (max-width:576px){.cta-buttons{flex-direction:column;margin-left:auto;margin-right:auto;max-width:250px}}.contact-form-container{background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;padding:3rem}.contact-form-container h2{color:var(--dark-color);margin-bottom:1rem}.contact-form-container>p{color:#666;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:var(--dark-color);font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f75f011a;outline:none}.form-error,.form-success{animation:fadeIn .5s ease-in-out;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.form-success{background-color:#39b54a1a;border:1px solid #39b54a4d;color:#2c8d3a}.form-error{background-color:#dc35451a;border:1px solid #dc35454d;color:#dc3545}.form-error .error-help{color:#666;font-size:.9rem;margin-top:1rem}.form-error a{color:var(--primary-color);font-weight:600;text-decoration:underline}.form-error a:hover{color:var(--primary-dark)}.contact-form button{align-self:flex-start;transition:all .3s ease}.contact-form button.submitting{cursor:not-allowed;opacity:.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.contact-form-container{padding:2rem}}.contact-hero{background-color:var(--dark-color);color:#fff;padding:6rem 0;text-align:center}.contact-hero h1{font-size:3.5rem;margin-bottom:1rem}.contact-hero p{font-size:1.5rem;margin:0 auto;max-width:700px;opacity:.9}.contact-section{background-color:var(--light-gray);padding:5rem 0}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info-container{color:var(--dark-color)}.contact-info-container h2{color:var(--dark-color);font-size:2rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.contact-info-container h2:after{background-color:var(--primary-color);bottom:0;content:"";height:3px;left:0;position:absolute;width:80px}.contact-info-container>p{color:#555;line-height:1.7;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.contact-method{align-items:flex-start;display:flex}.contact-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;color:var(--primary-color);display:inline-block;height:24px;margin-right:1rem;margin-top:.25rem;width:24px}.phone-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"/></svg>')}.email-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23f75f01" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"/></svg>')}.whatsapp-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23f75f01" d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/></svg>')}.map-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23f75f01" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"/></svg>')}.contact-method h3{color:var(--dark-color);font-size:1.2rem;margin-bottom:.5rem}.contact-method p{color:#555}.contact-method a{color:#555;transition:color .3s ease}.contact-method a:hover{color:var(--primary-color)}.operating-hours h3{color:var(--dark-color);font-size:1.2rem;margin-bottom:.75rem}.operating-hours p{color:#555;margin-bottom:.5rem}.contact-form-wrapper{background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;padding:3rem}@media screen and (max-width:992px){.contact-grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.contact-hero{padding:4rem 0}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.25rem}.contact-section{padding:3rem 0}.contact-form-wrapper{padding:2rem}.contact-info-container h2{font-size:1.75rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.not-found{align-items:center;background-color:var(--light-gray);color:var(--dark-color);display:flex;font-size:2rem;height:100vh;justify-content:center}#root{display:flex;flex-direction:column;min-height:100vh}
/*# sourceMappingURL=main.ef0b40bd.css.map*/