.hero-carousel-container{position:relative;width:100%;height:520px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026;will-change:transform}.hero-carousel-swiper{width:100%;height:100%;border-radius:20px;will-change:transform}.hero-carousel-slide{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;background:#f8f8f8}.hero-carousel-image{width:100%;height:100%;object-fit:cover;border-radius:20px;will-change:transform}.hero-carousel-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);padding:2rem;color:#fff;border-radius:0 0 20px 20px}.hero-carousel-content{text-align:center}.hero-carousel-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-carousel-description{font-size:1rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.swiper-slide{border-radius:20px;overflow:hidden}.swiper-slide-active .hero-carousel-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.hero-carousel-container{height:470px}.hero-carousel-title{font-size:1.3rem}.hero-carousel-description{font-size:.9rem}}@media (max-width: 900px){.hero-carousel-container{height:480px;width:100%;margin:0 auto}.hero-carousel-overlay{padding:1.5rem}.hero-carousel-title{font-size:1.2rem}.hero-carousel-description{font-size:.85rem}}@media (max-width: 600px){.hero-carousel-container{height:420px;width:100%;margin:0 auto}.hero-carousel-overlay{padding:1rem}.hero-carousel-title{font-size:1.1rem}.hero-carousel-description{font-size:.8rem}}@media (max-width: 480px){.hero-carousel-container{height:380px;width:100%;margin:0 auto}.hero-carousel-overlay{padding:.75rem}.hero-carousel-title{font-size:1rem}.hero-carousel-description{font-size:.75rem}}@media (max-width: 320px){.hero-carousel-container{height:350px;width:100%;margin:0 auto}.hero-carousel-overlay{padding:.5rem}.hero-carousel-title{font-size:.9rem}.hero-carousel-description{font-size:.7rem}}.hero-root{background:linear-gradient(135deg,#fff,#f8f8f8,#f0f0f0);color:#333;width:100%;min-height:100vh;padding:0;box-sizing:border-box;position:relative;overflow:hidden}.hero-root:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(120,119,198,.05) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(255,119,198,.05) 0%,transparent 50%);pointer-events:none}.hero-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 5%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 20px #0000001a;border-bottom:1px solid rgba(0,0,0,.05)}.hero-header img{height:2.5rem;width:auto;transition:transform .3s ease}.hero-nav{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.hero-nav a{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative}.hero-nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.hero-nav a:hover:after{width:100%}.contact-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.mobile-menu-btn{display:none;background:none;border:none;outline:none;cursor:pointer;padding:.5rem;z-index:1001;position:relative}.mobile-menu-btn:focus{outline:none;border:none;box-shadow:none}.mobile-menu-btn:active{outline:none;border:none;box-shadow:none}.hamburger{width:25px;height:3px;background:#333;transition:all .3s ease;border-radius:2px;position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:3px;background:#333;transition:all .3s ease;border-radius:2px}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:999}.mobile-menu{position:fixed;top:0;right:0;width:300px;height:100vh;background:#fff;z-index:1002;padding:2rem;box-shadow:-5px 0 20px #0000001a;transform:translate(100%);transition:transform .3s ease}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.logo{font-size:1.5rem;font-weight:700;color:#333}.close-menu-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}.mobile-nav{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mobile-nav a{text-decoration:none;color:#333;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid #eee;transition:all .3s ease}.mobile-nav a:hover{color:#667eea;padding-left:.5rem}.mobile-menu-footer{margin-top:auto}.mobile-contact-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.mobile-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.hero-main{display:flex;align-items:center;justify-content:space-between;min-height:100vh;max-width:1400px;margin:0 auto;padding:100px 5% 0;width:100%;box-sizing:border-box;gap:3rem}.hero-left{width:45%;flex:0 0 45%;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;min-width:0;max-width:none;z-index:2;padding-left:0;box-sizing:border-box}.hero-badge{margin-left:0;align-self:flex-start;margin-bottom:.5rem;margin-top:0;text-align:left;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);color:#333;border-radius:12px;padding:.625rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden}.hero-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.hero-badge:hover:before{left:100%}.hero-badge:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.hero-title{font-size:3.5rem;font-weight:700;margin-top:0;margin-bottom:.625rem;line-height:1.1;color:#333;align-self:flex-start;max-width:600px;text-align:left;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#333,#555);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{align-self:flex-start;font-size:1.25rem;color:#666;margin-bottom:.625rem;margin-top:0;font-weight:400;max-width:500px;text-align:left;width:100%;box-sizing:border-box;line-height:1.6}.hero-buttons{align-self:flex-start;display:flex;gap:1rem;flex-wrap:wrap}.talk-btn{background:linear-gradient(135deg,#333,#555);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #00000026;transition:all .3s ease;position:relative;overflow:hidden}.talk-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.talk-btn:hover:before{left:100%}.talk-btn:hover{background:linear-gradient(135deg,#222,#444);color:#fff;transform:translateY(-3px);box-shadow:0 8px 30px #00000040}.learn-btn{background:transparent;color:#333;border:2px solid #333;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden}.learn-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);transition:left .5s ease}.learn-btn:hover:before{left:100%}.learn-btn:hover{background:#333;color:#fff;transform:translateY(-3px);box-shadow:0 8px 30px #0003}.hero-right{width:50%;flex:0 0 50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;padding:2rem}.hero-image{width:100%;max-width:500px;height:auto;object-fit:cover;border-radius:20px;transition:all .3s ease;box-shadow:0 20px 60px #00000026}.hero-image:hover{transform:scale(1.02);box-shadow:0 30px 80px #0003}@media (max-width: 1400px){.hero-main{padding:100px 4% 0;gap:3rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{gap:.875rem}.talk-btn,.learn-btn{padding:.875rem 1.75rem;font-size:1rem}.hero-right{padding:1.5rem}}@media (max-width: 1200px){.hero-main{padding:100px 3% 0;gap:2.5rem}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1rem}.hero-buttons{gap:.75rem}.talk-btn,.learn-btn{padding:.75rem 1.5rem;font-size:.95rem}.hero-right{padding:1.25rem}}@media (max-width: 900px){.hero-header{padding:1.25rem 5%;position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000001a}.hero-nav,.contact-btn{display:none}.mobile-menu-btn{display:flex;z-index:1001;outline:none;border:none}.mobile-menu-btn:focus{outline:none;border:none;box-shadow:none}.mobile-menu-btn:active{outline:none;border:none;box-shadow:none}.hero-main{flex-direction:column;align-items:center;text-align:center;padding:140px 5% 0;gap:2rem;min-height:auto;margin-top:0}.hero-left{width:100%;flex:none;align-items:center;gap:1.5rem}.hero-badge{align-self:center;margin-bottom:.5rem}.hero-title{align-self:center;text-align:center;font-size:2.5rem}.hero-subtitle{align-self:center;text-align:center;font-size:1rem}.hero-buttons{align-self:center;justify-content:center}.hero-right{width:85%;flex:none;padding:1rem}.hero-image{max-width:400px}}@media (max-width: 600px){.hero-header{padding:1rem 5%;position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000001a}.hero-header img{height:2rem}.hero-main{padding:120px 5% 0;gap:1.5rem;margin-top:0}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:.95rem}.hero-buttons{flex-direction:column;width:90%;gap:.75rem}.talk-btn,.learn-btn{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.hero-right{width:90%;padding:.75rem}.hero-image{max-width:350px}.mobile-menu{width:280px;padding:1.5rem}.mobile-nav a{font-size:1rem;padding:.625rem 0}}@media (max-width: 480px){.hero-header{padding:.875rem 5%;position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000001a}.hero-header img{height:1.75rem}.hero-main{padding:120px 5% 0;gap:1.25rem;margin-top:0}.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-badge{padding:.5rem 1.5rem;font-size:1rem}.hero-buttons{width:90%}.talk-btn,.learn-btn{padding:.75rem 1.25rem;font-size:.95rem}.hero-right{width:95%;padding:.5rem}.hero-image{max-width:300px}.mobile-menu{width:260px;padding:1.25rem}.mobile-nav a{font-size:.95rem;padding:.5rem 0}}@media (max-width: 320px){.hero-header{padding:.75rem 5%;position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000001a}.hero-header img{height:1.5rem}.hero-main{padding:120px 5% 0;gap:1rem;margin-top:0}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.85rem}.hero-badge{padding:.375rem 1.25rem;font-size:.9rem}.hero-buttons{width:90%}.talk-btn,.learn-btn{padding:.625rem 1rem;font-size:.9rem}.hero-right{width:100%;padding:.375rem}.hero-image{max-width:250px}.mobile-menu{width:240px;padding:1rem}.mobile-nav a{font-size:.9rem;padding:.375rem 0}}.mobile-menu-btn{outline:none!important;border:none!important;box-shadow:none!important}.mobile-menu-btn:focus{outline:none!important;border:none!important;box-shadow:none!important}.mobile-menu-btn:active,.mobile-menu-btn:hover{outline:none!important;border:none!important;box-shadow:none!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.about-hero-root{background:linear-gradient(135deg,#111,#1a1a1a,#0f0f0f);color:#fff;width:100%;padding:5rem 0;box-sizing:border-box;position:relative;overflow:hidden}.about-hero-root:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(255,119,198,.1) 0%,transparent 50%);pointer-events:none}.about-hero-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:480px;max-width:1400px;margin:0 auto;padding:0 5%;position:relative;z-index:1;width:100%;box-sizing:border-box;gap:4rem}.about-hero-content{width:55%;flex:0 0 55%;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;min-width:0;max-width:none;z-index:2;padding-left:0;box-sizing:border-box}.about-hero-badge{margin-left:0;align-self:flex-start;margin-bottom:.5rem;margin-top:0;text-align:left;background:linear-gradient(135deg,#222,#333);color:#fff;border-radius:12px;padding:.625rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.about-hero-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.about-hero-badge:hover:before{left:100%}.about-hero-badge:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.about-hero-title{font-size:2.75rem;font-weight:600;margin-top:0;margin-bottom:1.5rem;line-height:1.3;color:#fff;align-self:flex-start;max-width:520px;text-align:left;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-desc{align-self:flex-start;font-size:1.125rem;color:#e0e0e0;margin-bottom:2rem;margin-top:0;font-weight:400;max-width:620px;text-align:justify;width:100%;box-sizing:border-box;line-height:1.8}.about-hero-btn{align-self:flex-start;background:linear-gradient(135deg,#fff,#f8f8f8);color:#111;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.about-hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);transition:left .5s ease}.about-hero-btn:hover:before{left:100%}.about-hero-btn:hover{background:linear-gradient(135deg,#f2f2f2,#e8e8e8);color:#000;transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.about-hero-arrow{font-size:1.2em;transition:transform .3s ease}.about-hero-btn:hover .about-hero-arrow{transform:translate(3px)}.about-hero-logo-bg{width:40%;flex:0 0 40%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;padding:2rem}.about-hero-logo-bg img{width:100%;max-width:400px;height:auto;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 4px 20px rgba(0,0,0,.2))}.about-hero-logo-bg img:hover{filter:drop-shadow(0 8px 30px rgba(0,0,0,.3));transform:scale(1.05)}.about-hero-logo-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;font-weight:700;color:#ffffff1a;z-index:-1}.about-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:3rem auto 0;padding:0 5%;width:100%;box-sizing:border-box;position:relative;z-index:2}.about-hero-stat{text-align:center;padding:2rem 1.5rem;transition:all .3s ease;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0003;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-hero-stat:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.about-hero-stat:hover:before{opacity:1}.about-hero-stat:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #0000004d;border-color:#ffffff26}.stat-icon{font-size:2.5rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:all .3s ease}.about-hero-stat:hover .stat-icon{transform:scale(1.1) rotate(2deg)}.stat-number{font-size:3rem;font-weight:800;color:#fff;display:block;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1;transition:all .3s ease}.about-hero-stat:hover .stat-number{transform:scale(1.05);text-shadow:0 4px 8px rgba(0,0,0,.4)}.stat-label{font-size:1.1rem;font-weight:600;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.about-hero-stat:hover .stat-label{transform:translateY(-1px)}.stat-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);pointer-events:none;z-index:1}@media (max-width: 1200px){.about-hero-row{padding:0 4%;gap:3rem}.about-hero-title{font-size:2.5rem}.about-hero-stats{padding:0 4%;margin:2.5rem auto 0;gap:1.5rem}.about-hero-stat{padding:1.5rem 1rem;min-height:180px}.stat-number{font-size:2.5rem}.stat-icon{font-size:2rem}}@media (max-width: 900px){.about-hero-root{padding:4rem 0}.about-hero-row{flex-direction:column;align-items:center;text-align:center;padding:0 5%;gap:2.5rem;min-height:auto}.about-hero-content{width:100%;flex:none;align-items:center;gap:2rem;max-width:600px}.about-hero-badge{align-self:center;margin-bottom:.5rem}.about-hero-title{align-self:center;text-align:center;font-size:2.25rem;line-height:1.4;margin-bottom:1.5rem}.about-hero-desc{align-self:center;text-align:justify;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;max-width:500px}.about-hero-btn{align-self:center;padding:1rem 2rem;font-size:1.1rem}.about-hero-logo-bg{width:60%;flex:none;padding:1.5rem}.about-hero-logo-bg img{max-width:300px}.about-hero-stats{padding:0 5%;margin:3rem auto 0;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.about-hero-stat{padding:1.5rem 1rem;min-height:180px;gap:1rem}.stat-number{font-size:2.25rem}.stat-icon{font-size:1.75rem}.stat-label{font-size:1rem}}@media (max-width: 600px){.about-hero-root{padding:3rem 0}.about-hero-row{padding:0 5%;gap:2rem}.about-hero-content{gap:1.5rem;max-width:500px}.about-hero-title{font-size:2rem;line-height:1.4;margin-bottom:1.5rem}.about-hero-desc{font-size:1rem;line-height:1.8;margin-bottom:2rem;max-width:450px;text-align:justify}.about-hero-btn{padding:.875rem 1.75rem;font-size:1rem}.about-hero-logo-bg{width:80%;padding:1rem}.about-hero-logo-bg img{max-width:250px}.about-hero-stats{padding:0 5%;margin:2.5rem auto 0;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.about-hero-stat{padding:1.25rem .75rem;min-height:160px;gap:.75rem}.stat-number{font-size:2rem}.stat-icon{font-size:1.5rem}.stat-label{font-size:.9rem}}@media (max-width: 480px){.about-hero-row{padding:0 5%;gap:1.5rem}.about-hero-content{gap:1.25rem;max-width:400px}.about-hero-title{font-size:1.75rem;line-height:1.4;margin-bottom:1.25rem}.about-hero-desc{font-size:.95rem;line-height:1.8;margin-bottom:1.75rem;max-width:350px;text-align:justify}.about-hero-btn{padding:.75rem 1.5rem;font-size:.95rem}.about-hero-logo-bg{width:90%;padding:.75rem}.about-hero-logo-bg img{max-width:200px}.about-hero-stats{padding:0 5%;margin:2rem auto 0;gap:1rem;grid-template-columns:repeat(2,1fr)}.about-hero-stat{padding:1rem .5rem;min-height:140px;gap:.5rem}.stat-number{font-size:1.75rem}.stat-icon{font-size:1.25rem}.stat-label{font-size:.8rem}}@media (max-width: 320px){.about-hero-row{padding:0 5%;gap:1.25rem}.about-hero-content{gap:1rem;max-width:350px}.about-hero-title{font-size:1.5rem;line-height:1.4;margin-bottom:1rem}.about-hero-desc{font-size:.9rem;line-height:1.8;margin-bottom:1.5rem;max-width:300px;text-align:justify}.about-hero-btn{padding:.625rem 1.25rem;font-size:.9rem}.about-hero-logo-bg{width:95%;padding:.5rem}.about-hero-logo-bg img{max-width:180px}.about-hero-stats{padding:0 5%;margin:1.5rem auto 0;gap:.75rem;grid-template-columns:repeat(2,1fr)}.about-hero-stat{padding:.75rem .375rem;min-height:120px;gap:.5rem}.stat-number{font-size:1.5rem}.stat-icon{font-size:1rem}.stat-label{font-size:.75rem}}.industries-root{background:#f6f6f6;padding:64px 0 0;width:100%;box-sizing:border-box;overflow-x:hidden}.industries-row{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;max-width:1400px;margin:0 auto;padding:0 5%;width:100%;box-sizing:border-box}.industries-left{width:45%;min-width:260px;max-width:420px;box-sizing:border-box}.industries-badge{display:inline-block;background:#eaeaea;color:#222;font-size:1.1rem;font-weight:500;border-radius:12px;padding:8px 28px;margin-bottom:28px;margin-top:0}.industries-title{font-size:2.7rem;font-weight:600;margin:0 0 22px;line-height:1.13;width:100%;box-sizing:border-box;color:#111}.industries-desc{font-size:1rem;color:#111;margin-bottom:36px;font-weight:400;line-height:1.5;width:100%;box-sizing:border-box}.industries-btn{background:#000;color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:1.1rem;font-weight:500;cursor:pointer;margin-bottom:24px;margin-top:8px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 12px #0000000a;transition:background .2s,color .2s}.industries-btn:hover{background:#222;color:#fff}.industries-arrow{font-size:1.2em;margin-left:4px}.industries-right{width:55%;min-width:320px;display:flex;flex-direction:column;gap:0;box-sizing:border-box}.industries-navigation{display:flex;justify-content:flex-end;gap:12px;margin-bottom:18px;margin-top:8px}.industry-card{display:flex;align-items:flex-start;gap:18px;padding:24px 0;position:relative;width:100%;box-sizing:border-box}.industry-icon{min-width:48px;display:flex;align-items:flex-start;margin-top:2px;color:#111}.industry-title{font-size:1.35rem;font-weight:500;margin-bottom:6px;color:#111;width:100%;box-sizing:border-box}.industry-desc{font-size:1.05rem;color:#111;font-weight:400;max-width:100%;line-height:1.4;width:100%;box-sizing:border-box}.industry-divider{position:absolute;left:0;right:0;bottom:0;height:1px;background:#e0e0e0;margin-top:18px}.industries-arrows{display:flex;justify-content:flex-end;gap:12px;margin-bottom:18px;margin-top:8px;position:relative;z-index:2}.arrow-btn{border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:background .2s,box-shadow .2s,color .2s;outline:none}.arrow-left{background:#eaeaea;color:#888}.arrow-left:hover{background:#d5d5d5;color:#555}.arrow-right{background:#111;color:#fff}.arrow-right:hover{background:#222;color:#fff}@media (max-width: 1200px){.industries-row{padding:0 32px 0 48px;gap:32px}.industries-title{font-size:2.3rem}}@media (max-width: 900px){.industries-root{padding:48px 0 0}.industries-row{flex-direction:column;gap:32px;padding:0 30px;margin-bottom:30px}.industries-left,.industries-right{min-width:0;max-width:100%;width:100%}.industries-badge{text-align:center;display:block;margin-left:auto;margin-right:auto}.industries-arrows{display:none}.industries-title{font-size:2rem;color:#111}.industry-desc{max-width:100%}.industry-icon{color:#111}}@media (max-width: 600px){.industries-root{padding:32px 0 0}.industries-row{padding:0 30px;gap:24px;margin-bottom:30px}.industries-title{font-size:1.6rem;color:#111}.industries-desc{font-size:.95rem}.industries-btn{padding:14px 24px;font-size:1rem}.industry-card{gap:12px;padding:16px 0}.industry-title{font-size:1.2rem}.industry-desc{font-size:.95rem}.industry-icon{min-width:40px;color:#111}}@media (max-width: 480px){.industries-row{padding:0 30px;margin-bottom:30px}.industries-title{font-size:1.4rem}.industries-badge{font-size:.95rem;padding:6px 20px;margin-bottom:20px}.industries-btn{padding:12px 20px;font-size:.95rem}.industry-card{gap:10px;padding:12px 0}.industry-title{font-size:1.1rem}.industry-desc{font-size:.9rem}.industry-icon{min-width:36px;color:#111}}.services-root{background:linear-gradient(135deg,#111,#1a1a1a,#0f0f0f);color:#fff;padding:5rem 0;text-align:center;width:100%;box-sizing:border-box;overflow-x:hidden;position:relative}.services-root:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.1) 0%,transparent 50%);pointer-events:none}.services-badge{display:inline-block;background:linear-gradient(135deg,#222,#333);color:#fff;font-size:1.05rem;font-weight:500;border-radius:12px;padding:.5rem 1.75rem;margin-bottom:1.5rem;margin-top:0;transition:all .3s ease;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.services-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.services-badge:hover:before{left:100%}.services-badge:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.services-title{font-size:2.75rem;font-weight:700;margin:0 0 3rem;line-height:1.13;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:800px;margin-left:auto;margin-right:auto}.services-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:0;padding:0 5%;max-width:1400px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box;position:relative;z-index:1}.service-card{background:linear-gradient(135deg,#232323,#2a2a2a,#1f1f1f);border-radius:16px;padding:1.5rem 1.25rem 1.25rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 8px 32px #00000026;position:relative;margin-bottom:1rem;box-sizing:border-box;transition:all .3s ease;border:1px solid rgba(255,255,255,.05);overflow:visible}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.service-card:hover:before{opacity:1}.service-card:hover{border-color:#ffffff1a;box-shadow:0 12px 40px #00000040}.service-icon-circle{background:linear-gradient(135deg,#fff,#f8f8f8);color:#111;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.7rem;position:absolute;top:-26px;left:1.25rem;box-shadow:0 4px 15px #0003;transition:all .3s ease;border:2px solid rgba(255,255,255,.1);z-index:2}.service-icon-circle svg{color:#111;width:28px;height:28px;display:block}.service-icon-circle:hover{box-shadow:0 8px 25px #0000004d;transform:scale(1.1)}.service-icon-circle:hover svg{color:#000}.service-card-title{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#fff;text-align:left;width:100%;box-sizing:border-box;transition:color .3s ease;line-height:1.3}.service-card:hover .service-card-title{color:#f0f0f0}.service-card-desc{font-size:1rem;color:#e0e0e0;margin-bottom:1.5rem;text-align:left;line-height:1.6;width:100%;box-sizing:border-box;transition:color .3s ease}.service-card:hover .service-card-desc{color:#d0d0d0}.service-more{color:#fff;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.5rem;margin-top:auto;transition:all .3s ease;position:relative;overflow:hidden;padding:.25rem 0}.service-more:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.service-more:hover:before{left:100%}.service-more:hover{color:#f2c744;transform:translate(5px)}.service-arrow{font-size:1.2em;transition:transform .3s ease}.service-more:hover .service-arrow{transform:translate(3px)}@media (min-width: 1400px){.services-cards{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1600px}.service-card{max-width:450px}}@media (max-width: 1399px) and (min-width: 1200px){.services-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0 4%}.service-card{max-width:380px}.services-title{font-size:2.5rem;margin:0 0 2.5rem}}@media (max-width: 1199px) and (min-width: 900px){.services-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:0 3%}.service-card{max-width:350px}.services-root{padding:4rem 0}.services-title{font-size:2.25rem;margin:0 0 2rem}}@media (max-width: 899px) and (min-width: 700px){.services-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 3%}.service-card{max-width:400px}.services-title{font-size:2rem}.service-icon-circle{left:1rem;top:-26px}.service-icon-circle svg{width:24px;height:24px}}@media (max-width: 699px) and (min-width: 600px){.services-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0 2%}.service-card{max-width:350px}.services-title{font-size:1.75rem}.service-icon-circle{left:.75rem;width:48px;height:48px;font-size:1.5rem;top:-24px}.service-icon-circle svg{width:22px;height:22px}}@media (max-width: 599px) and (min-width: 480px){.services-cards{grid-template-columns:1fr;gap:1.25rem;padding:0 2%}.service-card{max-width:400px;margin:0 auto}.services-title{font-size:1.75rem;margin:0 0 1.5rem}.services-badge{font-size:.95rem;padding:.375rem 1.25rem;margin-bottom:1rem}.service-card-title{font-size:1.125rem;margin-top:1.75rem}.service-card-desc{font-size:.9rem;margin-bottom:1.25rem}.service-icon-circle{left:.75rem;width:44px;height:44px;font-size:1.5rem;top:-22px}.service-icon-circle svg{width:20px;height:20px}}@media (max-width: 479px){.services-root{padding:2.5rem 0}.services-cards{grid-template-columns:1fr;gap:1rem;padding:0 1.5%}.service-card{max-width:350px;margin:0 auto;padding:1.25rem .75rem 1rem}.services-title{font-size:1.5rem;margin:0 0 1.25rem}.services-badge{font-size:.9rem;padding:.25rem 1rem;margin-bottom:.75rem}.service-card-title{font-size:1rem;margin-top:1.5rem}.service-card-desc{font-size:.85rem;margin-bottom:1rem}.service-icon-circle{left:.5rem;width:40px;height:40px;font-size:1.3rem;top:-20px}.service-icon-circle svg{width:18px;height:18px}}@media (max-width: 319px){.services-root{padding:2rem 0}.services-cards{grid-template-columns:1fr;gap:.75rem;padding:0 1%}.service-card{max-width:300px;margin:0 auto;padding:1rem .5rem .75rem}.services-title{font-size:1.25rem;margin:0 0 1rem}.services-badge{font-size:.8rem;padding:.25rem .75rem;margin-bottom:.5rem}.service-card-title{font-size:.9rem;margin-top:1.25rem}.service-card-desc{font-size:.8rem;margin-bottom:.75rem}.service-icon-circle{left:.5rem;width:36px;height:36px;font-size:1.2rem;top:-18px}.service-icon-circle svg{width:16px;height:16px}}.ourwork-root{background:#fff;padding:80px 0}.ourwork-header-row{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto 20px;padding:0 5%}.ourwork-title{font-size:2.4rem;font-weight:700;color:#111;margin:0}.ourwork-viewall{background:#111;color:#fff;border:none;border-radius:12px;padding:14px 36px;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:10px;transition:background .2s}.ourwork-viewall:hover{background:#222}.ourwork-cards{display:flex;justify-content:center;gap:32px;max-width:1400px;margin:0 auto;flex-wrap:nowrap;padding:0 5%}.ourwork-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px #00000014;width:calc(33.333% - 22px);min-width:300px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;margin-bottom:24px;transition:box-shadow .2s,transform .2s;border:1px solid #f0f0f0}.ourwork-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-6px) scale(1.02);border-color:#e0e0e0}.ourwork-img-wrap{width:100%;height:280px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:20px}.ourwork-img{width:100%;height:100%;border-radius:12px;object-fit:cover;margin:0}.ourwork-card-bottom{background:#fff;display:flex;align-items:flex-end;justify-content:space-between;width:100%;padding:24px}.ourwork-card-title{font-size:1.4rem;font-weight:600;color:#000;align-self:flex-end;margin-top:6px}.ourwork-card-arrow{background:#000;color:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;text-decoration:none;transition:all .3s ease;margin-left:auto;align-self:flex-end;margin-right:0;box-shadow:0 2px 8px #0000001a}.ourwork-card-arrow:hover{background:#222;transform:scale(1.1);box-shadow:0 4px 12px #0003}@media (max-width: 1100px){.ourwork-cards{gap:18px;flex-wrap:wrap}.ourwork-card{width:calc(50% - 9px);min-width:280px}}@media (max-width: 700px){.ourwork-root{padding-top:30px}.ourwork-header-row{flex-direction:row;align-items:center;gap:18px;padding:0 5%}.ourwork-title{font-size:1.5rem}.ourwork-viewall{padding:10px 20px;font-size:.9rem}.ourwork-cards{flex-direction:column;align-items:center;gap:18px;flex-wrap:wrap;padding:0 5%}.ourwork-card{width:100%;max-width:400px;min-width:auto}.ourwork-card-arrow{margin-right:5px}}.portfolio-root{background:linear-gradient(135deg,#111,#1a1a1a,#0f0f0f);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.portfolio-root:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 75%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 75% 25%,rgba(255,119,198,.1) 0%,transparent 50%);pointer-events:none}.portfolio-header-row{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto 3rem;padding:0 5%;position:relative;z-index:2}.portfolio-header-left{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;text-align:left}.portfolio-badge{display:inline-block;background:linear-gradient(135deg,#222,#333);color:#fff;font-size:1.05rem;font-weight:500;border-radius:12px;padding:.5rem 1.75rem;margin-bottom:0;margin-top:0;transition:all .3s ease;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.portfolio-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.portfolio-badge:hover:before{left:100%}.portfolio-badge:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.portfolio-title{font-size:2.75rem;font-weight:700;margin:0;line-height:1.13;color:#fff;text-align:left;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:600px}.portfolio-btn{background:linear-gradient(135deg,#fff,#f8f8f8);color:#111;border:none;border-radius:14px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.625rem;transition:all .3s ease;margin-top:0;margin-right:0;box-shadow:0 4px 20px #0000001a;position:relative;overflow:hidden}.portfolio-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);transition:left .5s ease}.portfolio-btn:hover:before{left:100%}.portfolio-btn:hover{background:linear-gradient(135deg,#f2f2f2,#e8e8e8);color:#000;transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.portfolio-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 5%;position:relative;z-index:2}.portfolio-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#fff,#f8f8f8);border-radius:16px;box-shadow:0 8px 32px #0000001f;width:100%;max-width:100%;overflow:hidden;margin-bottom:1.5rem;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);position:relative}.portfolio-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.portfolio-card:hover:before{opacity:1}.portfolio-card:hover{box-shadow:0 12px 40px #0003;transform:translateY(-8px);border-color:#0000001a}.portfolio-img{width:100%;height:200px;object-fit:cover;border-radius:12px 12px 0 0;background:#eaeaea;transition:all .3s ease}.portfolio-card:hover .portfolio-img{transform:scale(1.05)}.portfolio-card-content{flex:1 1 auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.portfolio-card-title{font-size:1.1rem;font-weight:600;color:#111;margin:0;line-height:1.2}.portfolio-card-desc{font-size:.875rem;color:#666;margin:0;line-height:1.4}.portfolio-card-features{font-size:.9rem;font-weight:600;color:#111;margin:0;text-transform:uppercase;letter-spacing:.5px}.portfolio-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.portfolio-features-list li{font-size:.8rem;color:#555;display:flex;align-items:flex-start;gap:.5rem;line-height:1.3}.portfolio-feature-icon{color:#4caf50;font-size:.875rem;margin-top:.125rem;flex-shrink:0}.portfolio-card-divider{height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent);margin:.75rem 0}.portfolio-card-btn{background:linear-gradient(135deg,#111,#222);color:#fff;border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden;margin-top:auto;width:100%}.portfolio-card-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.portfolio-card-btn:hover:before{left:100%}.portfolio-card-btn:hover{background:linear-gradient(135deg,#222,#333);transform:translateY(-2px);box-shadow:0 8px 25px #0003}.portfolio-pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;position:relative;z-index:2}.dot{width:40px;height:40px;border-radius:50%;background:#111;cursor:pointer;transition:all .3s ease;border:2px solid transparent;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff;position:relative;overflow:hidden}.dot:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border-radius:50%;transform:scale(0);transition:transform .3s ease}.dot:hover:before{transform:scale(1)}.dot:hover{color:#111;transform:scale(1.1);box-shadow:0 4px 15px #0003}.dot.active{background:#fff;color:#111;box-shadow:0 4px 15px #0000004d}.dot.active:before{display:none}.dot span{position:relative;z-index:2}.dot:hover span{color:#111}@media (min-width: 1400px){.portfolio-cards{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1600px}.portfolio-card{max-width:450px}}@media (max-width: 1399px) and (min-width: 1200px){.portfolio-cards{grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 4%}.portfolio-header-row{padding:0 4%;margin:0 auto 2.5rem}.portfolio-title{font-size:2.5rem}}@media (max-width: 1199px) and (min-width: 900px){.portfolio-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0 3%}.portfolio-header-row{padding:0 3%;margin:0 auto 2rem;justify-content:space-between;align-items:flex-start}.portfolio-title{font-size:2.25rem;text-align:left}.portfolio-card-content{padding:1.25rem}.portfolio-img{height:200px}}@media (max-width: 899px) and (min-width: 700px){.portfolio-root{padding:4rem 0}.portfolio-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 3%}.portfolio-header-row{flex-direction:column;align-items:center;gap:1.5rem;padding:0 3%;margin:0 auto 2rem}.portfolio-header-left{gap:1rem;align-items:center;text-align:center}.portfolio-badge{font-size:.95rem;padding:.375rem 1.25rem}.portfolio-title{font-size:2.25rem;text-align:center}.portfolio-btn{align-self:center;padding:.75rem 1.5rem;font-size:.95rem}}@media (max-width: 699px) and (min-width: 600px){.portfolio-root{padding:3.5rem 0}.portfolio-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0 2%}.portfolio-header-row{flex-direction:column;align-items:center;gap:1.25rem;padding:0 2%;margin:0 auto 1.5rem}.portfolio-header-left{align-items:center;text-align:center}.portfolio-title{font-size:2rem;text-align:center}.portfolio-btn{padding:.625rem 1.25rem;font-size:.9rem;align-self:center}.portfolio-card-content{padding:1rem}.portfolio-img{height:180px}.portfolio-pagination{margin-top:1.75rem;gap:.75rem}.dot{width:38px;height:38px;font-size:.85rem}}@media (max-width: 599px) and (min-width: 480px){.portfolio-root{padding:3rem 0}.portfolio-cards{grid-template-columns:1fr;gap:1.25rem;padding:0 2%}.portfolio-header-row{flex-direction:column;align-items:center;gap:1rem;padding:0 2%;margin:0 auto 1.5rem}.portfolio-header-left{align-items:center;text-align:center}.portfolio-title{font-size:1.75rem;text-align:center}.portfolio-btn{padding:.625rem 1.25rem;font-size:.9rem;align-self:center}.portfolio-card{max-width:400px;margin:0 auto}.portfolio-card-content{padding:1.25rem}.portfolio-card-title{font-size:1.125rem}.portfolio-card-desc{font-size:.9rem}.portfolio-img{height:200px}.portfolio-pagination{margin-top:1.5rem;gap:.75rem}.dot{width:36px;height:36px;font-size:.8rem}}@media (max-width: 479px){.portfolio-root{padding:2.5rem 0}.portfolio-cards{grid-template-columns:1fr;gap:1rem;padding:0 1.5%}.portfolio-header-row{flex-direction:column;align-items:center;gap:.75rem;padding:0 1.5%;margin:0 auto 1.25rem}.portfolio-header-left{align-items:center;text-align:center}.portfolio-title{font-size:1.5rem;text-align:center}.portfolio-btn{padding:.5rem 1rem;font-size:.85rem;align-self:center}.portfolio-card{max-width:350px;margin:0 auto}.portfolio-card-content{padding:1rem}.portfolio-card-title{font-size:1rem}.portfolio-card-desc{font-size:.85rem}.portfolio-img{height:160px}.portfolio-pagination{margin-top:1.25rem;gap:.75rem}.dot{width:32px;height:32px;font-size:.75rem}}@media (max-width: 319px){.portfolio-root{padding:2rem 0}.portfolio-cards{grid-template-columns:1fr;gap:.75rem;padding:0 1%}.portfolio-header-row{flex-direction:column;align-items:center;padding:0 1%;margin:0 auto 1rem}.portfolio-header-left{align-items:center;text-align:center}.portfolio-title{font-size:1.25rem;text-align:center}.portfolio-btn{padding:.375rem .75rem;font-size:.8rem;align-self:center}.portfolio-card-content{padding:.75rem}.portfolio-card-title{font-size:.9rem}.portfolio-card-desc{font-size:.8rem}.portfolio-img{height:140px}.portfolio-pagination{margin-top:1rem;gap:.5rem}.dot{width:28px;height:28px;font-size:.7rem}}.insights-root{background:#fff;padding:5rem 0;width:100%;box-sizing:border-box}.insights-row{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto;gap:48px;padding:0 5%;width:100%;box-sizing:border-box}.insights-left{flex:1;min-width:320px;max-width:420px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:0;width:100%;box-sizing:border-box}.insights-title{font-size:2.7rem;font-weight:700;color:#111;margin-bottom:14px;margin-top:0}.insights-desc{font-size:1rem;color:#222;margin-bottom:36px}.insights-btn{background:#111;color:#fff;border:none;border-radius:12px;padding:16px 36px;font-size:1.13rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .2s}.insights-btn:hover{background:#222}.insights-arrow{font-size:1.2em}.insights-right{flex:1.5;min-width:340px;display:flex;flex-direction:column;gap:32px;width:100%;box-sizing:border-box}.insight-card{width:100%;background:transparent;box-sizing:border-box}.insight-card-row{display:flex;align-items:flex-start;gap:28px;width:100%;box-sizing:border-box}.insight-img{width:280px;height:180px;object-fit:cover;border-radius:14px;background:#eaeaea}.insight-card-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-left:20px;width:100%;box-sizing:border-box}.insight-meta{font-size:1.01rem;color:#111;margin-bottom:8px}.insight-card-title{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:12px}.insight-date{font-size:1.01rem;color:#ccc}.insight-divider{width:100%;height:1px;background:#e0e0e0;margin:32px 0 0}@media (max-width: 900px){.insights-root{padding:4rem 0}.insights-left{align-items:center;width:100%}.insights-title{text-align:center}.insights-desc{text-align:center;max-width:600px}.insights-row{flex-direction:column;gap:32px;padding:0 5%}.insights-left,.insights-right{min-width:0;max-width:100%;width:100%}.insight-card-row{flex-direction:column;gap:16px}.insight-img{width:100%;height:180px}}@media (max-width: 600px){.insights-root{padding:3rem 0}.insights-row{padding:0 5%;gap:24px}.insights-title{font-size:2.2rem}.insights-desc{font-size:.95rem;max-width:100%}.insights-btn{padding:14px 28px;font-size:1rem}.insight-card-row{gap:12px}.insight-img{height:160px}.insight-card-content{margin-left:0}.insight-meta{font-size:.9rem}.insight-card-title{font-size:1.1rem}.insight-date{font-size:.9rem}}@media (max-width: 480px){.insights-root{padding:2.5rem 0}.insights-row{padding:0 5%;gap:20px}.insights-title{font-size:1.8rem}.insights-desc{font-size:.9rem}.insights-btn{padding:12px 24px;font-size:.95rem}.insight-img{height:140px}.insight-meta{font-size:.85rem}.insight-card-title{font-size:1rem}.insight-date{font-size:.85rem}}.testimonials-root{background:#fafafa;padding:30px 0 64px;text-align:center}.testimonials-badge{display:inline-block;background:#e0e0e0;color:#222;font-size:1rem;font-weight:600;border-radius:10px;padding:8px 28px;margin-bottom:18px;margin-top:0}.testimonials-title{font-size:2.7rem;font-weight:500;margin:0 0 48px;color:#111;line-height:1.13}.testimonial1-title{font-size:1rem;font-weight:500;margin:0 0 48px;color:#111;line-height:1.13}.testimonials-cards{display:flex;justify-content:center;gap:32px;max-width:1400px;margin:0 auto;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.testimonials-cards::-webkit-scrollbar{display:none}@keyframes slideMove{0%{transform:translate(0)}33.33%{transform:translate(-100%)}66.66%{transform:translate(-200%)}to{transform:translate(0)}}@keyframes slideMoveMobile{0%{transform:translate(0)}30%{transform:translate(-100%)}60%{transform:translate(-200%)}to{transform:translate(0)}}.testimonial-card{background:#f8f9fa;padding:30px;border-radius:12px;border:1px solid #e9ecef;transition:all .3s ease;width:370px;min-height:220px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:24px;text-align:left;position:relative}.testimonial-text{font-size:1rem;color:#444;line-height:1.6;margin:0;font-style:italic}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-role{font-size:.9rem;color:#666;font-weight:400;margin:0 0 8px}.testimonials-btn{display:flex;align-items:center;justify-content:center;margin:36px auto 0;background:#111;color:#fff;border:none;border-radius:14px;padding:18px 44px;font-size:1.13rem;font-weight:600;cursor:pointer;gap:10px;transition:background .2s}.testimonials-btn:hover{background:#222}.testimonials-arrow{font-size:1.2em}@media (max-width: 900px){.testimonials-cards{flex-wrap:nowrap;overflow-x:hidden;gap:18px;animation:slideMoveMobile 10s linear infinite;width:300%;scrollbar-width:none;-ms-overflow-style:none}.testimonials-cards::-webkit-scrollbar{display:none}.testimonial-card{width:360px;margin-left:20px;padding:24px 12px 20px;min-height:200px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.testimonial-card:hover{transform:scale(1.02)}.testimonials-title{font-size:1.7rem}.testimonial1-title{font-size:1rem;font-weight:500;margin:0 0 48px;color:#111;line-height:1.13}}.footer-root{background:#111;color:#fff;padding:64px 0 0;font-family:Inter,Arial,sans-serif;width:100%;box-sizing:border-box;overflow-x:hidden}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto;padding:0 5% 48px;width:100%;box-sizing:border-box}.footer-heading{font-size:2.7rem;font-weight:700;color:#fff;line-height:1.13;margin-top:0;width:100%;box-sizing:border-box}.footer-actions{display:flex;gap:18px;margin-top:12px;flex-wrap:wrap;width:100%;box-sizing:border-box}.footer-btn{font-size:1.13rem;font-weight:600;border-radius:14px;padding:16px 36px;cursor:pointer;transition:background .2s,color .2s,border .2s;display:flex;align-items:center;gap:8px;border:none;outline:none}.footer-btn:focus{outline:none;border:none}.footer-btn:active{outline:none;border:none}.footer-btn-white{background:#fff;color:#111;border:none}.footer-btn-white:hover{background:#f2f2f2}.footer-btn-outline{background:#111;color:#fff;border:2px solid #fff}.footer-btn-outline:hover{background:#222;color:#fff;border:2px solid #fff}.footer-arrow{font-size:1.2em}.footer-divider{width:90%;height:1px;background:#ffffff21;margin-left:5%;margin-top:40px;margin-right:5%;border:none}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto;padding:48px 5%;gap:32px;width:100%;box-sizing:border-box}.footer-col{display:flex;flex-direction:column;gap:12px;min-width:160px;box-sizing:border-box;align-items:flex-start;text-align:left}.footer-col-title{font-size:1.18rem;font-weight:700;margin-bottom:10px;color:#fff;text-align:left;align-self:flex-start}.footer-col a,.footer-link{color:#fff;text-decoration:none;font-size:1.05rem;font-weight:500;transition:color .2s;background:none;border:none;cursor:pointer;padding:0;margin:0;font-family:inherit;text-align:left;align-self:flex-start}.footer-col a:hover,.footer-link:hover{color:#f2c744}.footer-col a:focus,.footer-link:focus{outline:none;border:none}.footer-col a:active,.footer-link:active{outline:none;border:none}.footer-connect-row{font-size:1.05rem;color:#fff;margin-bottom:6px;display:flex;gap:8px;text-align:left;align-self:flex-start}.footer-bar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px 48px 32px;border:none;width:100%;box-sizing:border-box}.footer-copyright{color:#fff;font-size:1.01rem;font-weight:400}.footer-socials{display:flex;gap:18px}.footer-social-icon{width:38px;height:38px;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;transition:background .2s,color .2s,border .2s;text-decoration:none}.footer-social-icon:hover{background:#fff;color:#111;border:2px solid #fff}@media (max-width: 1200px){.footer-top,.footer-bottom,.footer-bar{padding-left:5%;padding-right:5%}}@media (max-width: 1000px){.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:32px;padding:0 5% 32px}.footer-bottom{padding:32px 5%}.footer-bar{padding:24px 5% 32px}}@media (max-width: 700px){.footer-root{padding:48px 0 0}.footer-heading{font-size:1.8rem}.footer-actions{gap:12px}.footer-btn{padding:14px 24px;font-size:1rem}.footer-col{min-width:0;width:100%}.footer-bottom{flex-direction:column;gap:24px;padding:24px 5%}.footer-bar{flex-direction:column;align-items:flex-start;gap:18px;padding:18px 5%}.footer-socials{gap:12px}}@media (max-width: 480px){.footer-root{padding:32px 0 0}.footer-top{padding:0 5% 24px}.footer-heading{font-size:1.5rem}.footer-actions{flex-direction:column;gap:8px}.footer-btn{width:100%;justify-content:center;padding:12px 20px;font-size:.95rem}.footer-bottom{padding:20px 5%;gap:20px}.footer-col-title{font-size:1.1rem}.footer-col a,.footer-connect-row{font-size:.95rem}.footer-bar{padding:16px 12px}.footer-copyright{font-size:.9rem}.footer-social-icon{width:32px;height:32px;font-size:1.1rem}}.contact-root{width:100vw;margin:0;padding:0;background:#fff}.contact-row{display:flex;flex-direction:row;width:100vw;align-items:flex-start;justify-content:flex-start;padding:0;margin:0}.breadcrumbcontact{margin-left:48px;margin-top:80px;color:#000}.contact-left{flex:1 1 0;min-width:0;padding:48px 5% 0}.contact-breadcrumb{color:#5b5b5b;font-size:1.01rem;margin-bottom:18px}.contact-badge-btn{background:#000;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:12px;padding:12px 28px;margin-top:30px;margin-bottom:0;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.contact-badge-btn:hover{background:#222;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.contact-title{font-size:2.8rem;font-weight:600;margin-top:10px;margin-bottom:18px;line-height:1.2;color:#000;font-family:Inter,Arial,sans-serif}.contact-desc{font-size:1.1rem;color:#555;margin-bottom:36px;line-height:1.7;font-family:Inter,Arial,sans-serif}.contact-divider{width:100%;height:2px;background:#e0e0e0;margin:32px 0 24px;border:none}.contact-info-blocks{display:flex;gap:64px;margin-top:0}.contact-info-block{display:flex;flex-direction:column;gap:4px}.contact-info-label{font-size:.95rem;color:#666;margin-bottom:4px;font-weight:500;font-family:Inter,Arial,sans-serif}.contact-info-value{font-size:1.1rem;color:#000;font-weight:600;font-family:Inter,Arial,sans-serif;font-weight:700;letter-spacing:.5px}.contact-right{flex:1 1 0;min-width:0;margin-top:100px;padding:48px 5% 0}.contact-tabs{display:flex;gap:32px;margin-bottom:18px;border-bottom:2.5px solid #eee}.contact-tab{font-size:1rem;font-weight:600;color:#666;padding:0 0 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease;font-family:Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px}.contact-tab:hover{color:#333}.contact-tab.active{border-bottom:2px solid #000;color:#000}.contact-form{margin-top:18px;display:flex;flex-direction:column;gap:18px}.contact-form-row{display:flex;gap:18px}.contact-form-group{flex:1;display:flex;flex-direction:column;gap:8px}.contact-form-group label{font-size:.9rem;color:#333;font-weight:600;font-family:Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px}.contact-form-group input,.contact-form-group textarea{font-size:1rem;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;outline:none;background:#fff;color:#333;transition:all .3s ease;resize:none;box-shadow:0 1px 3px #0000000d;font-family:Inter,Arial,sans-serif}.contact-form-group input:focus,.contact-form-group textarea:focus{border:1px solid #000;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.contact-form-group textarea{min-height:90px;max-height:180px}.contact-form-count{font-size:.98rem;color:#888;text-align:right;margin-top:2px}.contact-header{position:sticky;top:0;z-index:1000;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:84px;box-shadow:0 2px 8px #0000000a}.contact-logo{font-weight:700;font-size:2.2rem;letter-spacing:2px;color:#111}.contact-nav{display:flex;gap:36px}.contact-nav a{text-decoration:none;color:#222;font-size:1.13rem;font-weight:500;transition:color .2s}.contact-nav a:hover{color:#000}.contact-header-btn{background:#000;color:#fff;border:none;border-radius:14px;padding:14px 38px;font-size:1.13rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s;margin-left:24px}.contact-header-btn:hover{background:#222}.location-section{width:100vw;background:linear-gradient(135deg,#f8f9fa,#fff);padding:60px 20px;display:flex;justify-content:center}.location-card{display:flex;flex-direction:row;align-items:stretch;overflow:hidden;max-width:1100px;width:90vw;margin:0 auto;border-radius:20px;box-shadow:0 8px 32px #00000014;background:#fff}.location-image{flex:0 0 40%;width:40%;min-height:340px;display:flex;align-items:stretch;justify-content:center}.location-image img{width:100%;height:100%;min-height:340px;object-fit:cover;border-radius:20px 0 0 20px;display:block}.location-info{flex:0 0 60%;width:60%;padding:48px;display:flex;flex-direction:column;justify-content:center}.location-title{font-size:2.5rem;font-weight:600;margin-bottom:10px;color:#000}.location-divider{border:none;border-top:2px solid #ddd;margin:0 0 10px}.location-name{font-size:1.35rem;font-weight:700;margin-bottom:8px;color:#000}.location-address{font-size:1.1rem;color:#222;margin-bottom:12px}.location-btn{display:inline-flex;align-items:center;background:#000;width:200px;color:#fff;border:none;border-radius:14px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;margin-top:16px;box-shadow:0 4px 12px #00000026}.location-btn:hover{background:#222;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.location-btn .arrow{font-size:1.3em;margin-left:12px;display:inline-block;transition:transform .2s}.location-btn:hover .arrow{transform:translate(4px)}.contact-send-btn-row{display:flex;justify-content:flex-end;margin-top:32px}.contact-send-btn{background:#000;color:#fff;border:none;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;margin-bottom:15px;font-family:Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px}.contact-send-btn:hover{background:#222;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.contact-send-btn .arrow{font-size:1.3em;margin-left:12px;display:inline-block;transition:transform .2s}.contact-send-btn:hover .arrow{transform:translate(4px)}@media (max-width: 900px){.breadcrumbcontact{margin-left:20px}.contact-row{flex-direction:column;width:100vw}.contact-left,.contact-right{padding:24px 5% 0}.contact-title{font-size:1.7rem}.contact-form-row{flex-direction:column;gap:8px}.contact-info-blocks{flex-direction:column;gap:18px}.contact-header{flex-direction:column;align-items:flex-start;height:auto;padding:0 5%;gap:12px}.contact-nav{gap:18px;flex-wrap:wrap}.contact-header-btn{margin-left:0;margin-top:8px;width:100%;text-align:center}.location-card{flex-direction:column;max-width:98vw;width:98vw}.location-image,.location-info{width:100%;flex:1 1 100%}.location-image{min-height:180px}.location-image img{border-radius:20px 20px 0 0;min-height:180px;max-height:260px;height:220px}.location-info{padding:28px 16px 24px}.location-title{color:#000;font-size:2rem}.location-name{color:#000}.contact-send-btn-row{justify-content:center;margin-top:24px}.contact-send-btn{width:100%;text-align:center;justify-content:center;padding:18px 0}}@media (max-width: 900px){.hero-nav,.contact-btn{display:none}.mobile-menu-btn{display:block}.location-title,.location-name{color:#000}}.about-header{position:sticky;top:0;z-index:1000;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:84px;box-shadow:0 2px 8px #0000000a}.about-logo{font-weight:700;font-size:2.2rem;letter-spacing:2px;color:#111}.about-nav{display:flex;gap:36px}.about-nav a{text-decoration:none;color:#222;font-size:1.13rem;font-weight:500;transition:color .2s}.about-nav a:hover{color:#000}.about-header-btn{background:#000;color:#fff;border:none;border-radius:14px;padding:14px 38px;font-size:1.13rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s;margin-left:24px}.about-header-btn:hover{background:#222}.breadcrumpabout{margin-left:5%;margin-bottom:40px}.about-hero{background:#000;color:#fff;width:100vw;padding:120px 0 200px;display:flex;justify-content:center;align-items:center;position:relative}.about-dark{background:#000;width:100vw}.about-hero-content{max-width:1200px;width:90vw;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.about1-breadcrumb{color:#fff;font-size:1rem;position:absolute;top:40px;left:5%;margin:0}.about-badge-btn{background:#333;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:8px;padding:10px 24px;margin-bottom:10px;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:background .2s}.about-hero .about-title{font-size:2rem;font-weight:600;color:#fff;text-align:center;line-height:1.2;margin:0;max-width:800px}.about-image-section{margin-top:30px;width:100vw;display:flex;justify-content:center;background:#fff;padding:0 0 10px;position:relative;z-index:2}.about-image-card{width:90vw;max-width:1200px;border-radius:18px;overflow:hidden;box-shadow:0 2px 16px #00000014;margin-top:-130px;background:#fff}.about-image-card img{width:100%;height:400px;object-fit:cover;border-radius:18px;display:block}.about-who-section{width:100vw;background:#fff;padding:0 0 64px;display:flex;flex-direction:column;align-items:center}.about-who-title{font-size:2.8rem;font-weight:600;text-align:center;margin-bottom:18px;color:#111}.about-who-desc{font-size:1rem;color:#222;text-align:justify;margin-bottom:48px;line-height:1.5;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%}.about-mission-vision-row{display:flex;flex-direction:row;gap:32px;width:90vw;max-width:1200px;justify-content:center}.about-mission-card,.about-vision-card{flex:1 1 0;border-radius:16px;padding:28px 24px 20px;display:flex;flex-direction:column;align-items:flex-start;min-width:320px;max-width:600px;box-sizing:border-box}.about-mission-card{background:#111;color:#fff}.about-vision-card{background:#ededed;color:#111}.about-card-icon{margin-bottom:0}.about-card-title{font-size:2.2rem;font-weight:500;margin-top:0;margin-bottom:4px}.about-card-list{font-size:1rem;padding-left:18px}.about-card-list li{margin-bottom:16px}.about-leadership-section{width:100vw;background:#111;padding:0 0 64px;display:flex;flex-direction:column;align-items:center}.about-leadership-title{color:#fff;font-size:2.8rem;font-weight:600;text-align:left;width:90vw;max-width:1200px;margin-bottom:36px}.about-leadership-row{display:flex;flex-direction:row;gap:36px;width:90vw;max-width:1200px;justify-content:flex-start}.about-leader-card{background:#333;border-radius:14px;padding:32px 24px 24px;display:flex;flex-direction:column;align-items:flex-start;min-width:320px;max-width:370px;width:100%;box-sizing:border-box;box-shadow:0 2px 12px #00000014}.about-leader-img-wrap{width:100%;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:28px;display:flex;align-items:center;justify-content:center;height:220px}.about-leader-img-wrap img{width:100%;height:220px;object-fit:cover;border-radius:10px;display:block}.about-leader-name{color:#fff;font-size:1.6rem;font-weight:600;margin-bottom:6px}.about-leader-role{color:#bdbdbd;font-size:1.13rem;font-weight:500}.about-awards-section{width:100vw;background:#fff;padding:48px 0 0;display:flex;flex-direction:column;align-items:center}.about-awards-badge{background:#e0e0e0;color:#222;font-size:1.13rem;font-weight:600;border:none;border-radius:12px;padding:10px 32px;margin-bottom:0;margin-top:0;cursor:pointer;box-shadow:0 2px 8px #00000008;display:inline-block}.about-awards-title{font-size:2.8rem;font-weight:500;color:#111;text-align:center;margin-top:18px;margin-bottom:48px}.about-award-card{display:flex;flex-direction:row;align-items:stretch;border-radius:14px;width:92vw;max-width:1200px;margin-bottom:32px;overflow:hidden}.about-award-img-wrap{align-items:center;justify-content:center;border-radius:14px;overflow:hidden}.about-award-img-wrap img{width:450px;height:260px;object-fit:cover;border-radius:14px;display:block}.about-award-info{flex:0 0 52%;padding:32px 32px 24px;display:flex;flex-direction:column;justify-content:center;margin-left:0}.about-award-org{font-size:1.1rem;color:#222;margin-bottom:8px;font-weight:600}.about-award-name{font-size:1.3rem;font-weight:700;color:#111}.about-award-desc{font-size:1.13rem;color:#222;margin-bottom:18px}.about-award-date{font-size:1rem;color:#bdbdbd}.about-award-divider{width:92vw;max-width:1200px;border:none;border-top:1.5px solid #e0e0e0;margin-bottom:40px}.about-who-desc{text-align:center;max-width:900px;margin:0 auto 60px;font-size:1.3rem;line-height:1.7;color:#333;font-weight:400}.all-industries1-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1400px;margin:0 auto;padding:0 5%;align-items:stretch;justify-items:center}.all-industries1-list .industry-card1{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;min-height:400px;display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:100%;box-sizing:border-box}.all-industries1-list .industry-card1:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e0e0e0}.all-industries1-list .industry-icon1{margin-bottom:16px;display:flex;justify-content:center;align-items:center;height:70px;width:100%}.all-industries1-list .industry-title1{text-align:center!important;font-size:1.5rem;font-weight:700;color:#000;margin-bottom:16px;line-height:1.3;width:100%}.all-industries1-list .industry-desc1{text-align:justify!important;font-size:1.1rem;line-height:1.7;color:#555;flex-grow:1;display:flex;align-items:flex-start;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}.all-industries1-title{font-size:3rem!important;font-weight:700!important;color:#000!important;text-align:center!important;margin-bottom:80px!important;line-height:1.2!important;width:100%;max-width:100%}.all-industries1-section{background:linear-gradient(135deg,#f8f9fa,#fff)!important;padding:100px 0 120px!important}.all-industries1-container{max-width:1400px!important;padding:0 5%!important;width:100%!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important}.about-who-desc p{margin:0}.about-image-card{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;max-width:800px;margin:0 auto}.about-image-card img{width:100%;height:400px;object-fit:cover;display:block}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:40px 32px 32px;transform:translateY(100%);transition:transform .3s ease}.about-image-card:hover .image-overlay{transform:translateY(0)}.image-overlay h3{margin:0 0 8px;font-size:1.5rem;font-weight:600}.image-overlay p{margin:0;font-size:1rem;opacity:.9}@media (max-width: 900px){.about-header{flex-direction:column;align-items:flex-start;height:auto;padding:0 5%;gap:12px}.all-industries1-list{grid-template-columns:1fr!important;gap:20px!important;max-width:100%!important;margin:0 auto!important;padding:0 3%!important;align-items:stretch!important;justify-items:center!important}.all-industries1-list .industry-card1{min-height:auto!important;padding:32px 24px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.all-industries1-list .industry-icon1{margin-bottom:8px!important;height:45px!important}.all-industries1-list .industry-title1{font-size:1.3rem!important;margin-bottom:8px!important;line-height:1.4!important}.all-industries1-list .industry-desc1{font-size:1rem!important;line-height:1.6!important;text-align:justify!important}.all-industries1-title{font-size:2.2rem!important;margin-bottom:40px!important;padding:0 5%!important}.about-who-desc{font-size:1.1rem;max-width:100%;margin-bottom:40px;padding:0 5%;text-align:justify;line-height:1.6}.about-nav{gap:18px;flex-wrap:wrap}.about-header-btn{margin-left:0;margin-top:8px;width:100%;text-align:center}.about-hero{padding:80px 0 450px}.about-hero-content{width:90vw;padding:0 5%}.title-about{font-size:10px}.about-badge-btn{font-size:.9rem;padding:8px 20px;margin-bottom:30px}.about-image-card img{height:220px}.about-image-card{margin-top:-90px}.about-mission-vision-row{flex-direction:column;gap:24px;width:90vw;max-width:90vw}.about-mission-card,.about-vision-card{padding:18px 8px 14px;min-width:0;max-width:100vw}.about-who-title{font-size:2rem}.about-leadership-row{flex-direction:column;gap:24px;width:90vw;max-width:90vw}.about-leader-card{min-width:0;max-width:100vw;padding:24px 8px 18px}.about-leadership-title{font-size:2rem;margin-bottom:24px}.about-leader-img-wrap,.about-leader-img-wrap img{height:160px}.about-awards-title{font-size:2rem;margin-bottom:28px}.about-award-card{flex-direction:column;width:98vw;max-width:98vw}.about-award-img-wrap{flex:0 0 100px;border-radius:14px 14px 0 0}.about-award-img-wrap img{height:160px;border-radius:14px 14px 0 0}.about-award-info{padding:18px 12px 14px}.about-award-divider{width:98vw;max-width:98vw}.breadcrumpabout{margin-top:30px}.about-who-desc{font-size:1.1rem;margin-bottom:32px}.about-image-card img{height:300px}.image-overlay{padding:24px 20px 20px}.image-overlay h3{font-size:1.3rem}}@media (max-width: 600px){.all-industries1-list{gap:16px!important;padding:0 2%!important}.all-industries1-list .industry-card1{padding:28px 20px!important}.all-industries1-list .industry-icon1{margin-bottom:6px!important;height:40px!important}.all-industries1-list .industry-title1{font-size:1.2rem!important;margin-bottom:6px!important}.all-industries1-list .industry-desc1{font-size:.95rem!important;line-height:1.5!important}.all-industries1-title{font-size:1.8rem!important;margin-bottom:32px!important}.about-who-desc{font-size:1rem;margin-bottom:32px;padding:0 5%;text-align:justify;line-height:1.5}.about-image-card img{height:250px}.image-overlay{padding:20px 16px 16px}.image-overlay h3{font-size:1.2rem}.image-overlay p{font-size:.9rem}}@media (max-width: 480px){.all-industries1-list{gap:12px!important;padding:0 1%!important}.all-industries1-list .industry-card1{padding:24px 16px!important}.all-industries1-list .industry-icon1{margin-bottom:4px!important;height:35px!important}.all-industries1-list .industry-title1{font-size:1.1rem!important;margin-bottom:4px!important}.all-industries1-list .industry-desc1{font-size:.9rem!important;line-height:1.4!important}.all-industries1-title{font-size:1.6rem!important;margin-bottom:28px!important}.about-who-desc{font-size:.95rem;margin-bottom:28px;padding:0 5%;text-align:justify;line-height:1.4}}.hero-header{position:sticky;top:0;z-index:1000;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:84px;box-shadow:0 2px 8px #0000000a}.blog-logo{font-weight:700;font-size:2.2rem;letter-spacing:2px;color:#111}.breadcrumbblog{margin-left:48px;margin-top:60px;color:#000;font-size:1rem}.blog-nav{display:flex;gap:36px}.blog-nav a{text-decoration:none;color:#222;font-size:1.13rem;font-weight:500;transition:color .2s}.blog-nav a:hover{color:#000}.blog-header-btn{background:#000;color:#fff;border:none;border-radius:14px;padding:14px 38px;font-size:1.13rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s;margin-left:24px}.blog-header-btn:hover{background:#222}.blog-root{width:100%;background:#fff;padding:48px 0 64px;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}.blog-breadcrumb{color:#222;font-size:1.1rem;margin-left:80px}.blog-title{font-size:2.8rem;font-weight:700;color:#111}.blog-filters{display:flex;gap:18px;margin-left:80px}.blog-filter-btn{background:#ededed;color:#222;font-size:1.13rem;font-weight:600;border:none;border-radius:14px;padding:8px 20px;cursor:pointer;transition:background .2s,color .2s}.blog-filter-btn.active{background:#000;color:#fff}.blog-list{width:92vw;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:48px 36px;align-items:stretch;margin:12px auto 0}.blog-card{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:0;border-radius:14px;background:#fff;box-shadow:none;padding:0;border:none}.blog-card-img-wrap{width:100%;height:220px;border-radius:14px;overflow:hidden;background:#e0e0e0;flex-shrink:0;margin-bottom:18px}.blog-card-info{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-start;padding-top:0}.blog-title-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:92%;max-width:1200px;margin:0 auto 32px;box-sizing:border-box}.blog-list-flex{display:flex;flex-direction:row;width:92%;max-width:1200px;margin:0 auto;gap:36px;box-sizing:border-box}.blog-list-col1{width:40%;min-width:320px;display:flex;flex-direction:column;box-sizing:border-box}.blog-list-col2{width:60%;display:flex;flex-direction:column;gap:36px;box-sizing:border-box}.blog-card-block{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:0;border:1px solid #f0f0f0;margin-bottom:36px;overflow:hidden;transition:all .3s ease}.blog-card-block:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.blog-card-img-wrap{width:100%;height:220px;border-radius:16px 16px 0 0;overflow:hidden;background:#e0e0e0;margin-bottom:0}.blog-card-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:16px 16px 0 0;display:block}.blog-card-info{padding:24px;background:#fff}.blog-card-flex{display:flex;flex-direction:row;align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:20px;border:1px solid #f0f0f0;gap:24px;overflow:hidden;transition:all .3s ease}.blog-card-flex:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.blog-card-img-wrap-flex{width:260px;height:180px;border-radius:16px;overflow:hidden;background:#e0e0e0;flex-shrink:0}.blog-card-img-wrap-flex img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}.blog-card-info-flex{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-start;padding-top:0}.blog-card-meta{color:#222;font-size:1.1rem;margin-bottom:10px;display:flex;gap:16px;font-weight:500}.blog-card-title{font-size:1.35rem;font-weight:700;color:#111;margin-bottom:12px}.blog-card-date{color:#bdbdbd;font-size:1rem;margin-top:8px}.blog-card-divider{border:none;border-top:1.5px solid #ededed;width:100%}.blog-last-divider{border:none;border-top:1.5px solid #ededed;width:90%;margin-left:5%;margin-right:5%;box-sizing:border-box}.latest-insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 600px){.hero-header{padding:0 15px}.blog-root{padding:20px 0 24px}.breadcrumbblog{margin-left:20px;margin-top:30px;font-size:.85rem}.blog-title-row{width:90%;gap:16px;padding:0 15px}.blog-title{font-size:1.8rem}.blog-filters{gap:8px}.blog-filter-btn{font-size:.9rem;padding:5px 12px}.blog-list-flex{width:90%;gap:20px;padding:0 15px}.blog-card-img-wrap{height:180px}.blog-card-img-wrap-flex{height:140px}.blog-card-title{font-size:1.1rem}.blog-card-meta{font-size:.9rem;gap:10px}.blog-card-date{font-size:.8rem}.latest-insights-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-header{padding:0 10px}.blog-root{padding:16px 0 20px}.breadcrumbblog{margin-left:15px;margin-top:20px;font-size:.8rem}.blog-title-row{width:95%;gap:12px;padding:0 10px}.blog-title{font-size:1.6rem}.blog-filters{gap:6px}.blog-filter-btn{font-size:.8rem;padding:4px 10px}.blog-list-flex{width:95%;gap:16px;padding:0 10px}.blog-card-img-wrap{height:160px}.blog-card-img-wrap-flex{height:120px}.blog-card-title{font-size:1rem}.blog-card-meta{font-size:.8rem;gap:8px}.blog-card-date{font-size:.75rem}.latest-insights-section{padding:20px 0}.latest-insights-heading{font-size:1.6rem;margin-bottom:20px}.latest-insights-grid{gap:16px;margin-left:10px;margin-right:10px}.insight-card-image{height:120px}.insight-card-title{font-size:1rem}.insight-card-meta{font-size:.8rem}.insight-card-date{font-size:.7rem}}@media (max-width: 900px){.hero-header{padding:0 20px}.blog-root{padding:24px 0 32px;width:100%}.breadcrumbblog{margin-left:20px;margin-top:40px;font-size:.9rem}.blog-title-row{flex-direction:column;align-items:flex-start;gap:20px;width:95%;margin:0 auto 24px;padding:0 20px}.blog-title{font-size:2rem;margin:0}.blog-filters{margin-left:0;gap:12px;flex-wrap:wrap}.blog-filter-btn{font-size:1rem;padding:6px 16px}.blog-list-flex{flex-direction:column;width:95%;gap:24px;padding:0 20px}.blog-list-col1,.blog-list-col2{width:100%;min-width:0}.blog-card-block{margin-bottom:24px}.blog-card-img-wrap{height:200px;width:100%}.blog-card-img-wrap-flex{width:100%;height:160px}.blog-card-flex{flex-direction:column;gap:16px;padding:16px}.blog-card-info,.blog-card-info-flex{padding:16px}.blog-card-title{font-size:1.2rem}.blog-card-meta{font-size:1rem;gap:12px}.blog-card-date{font-size:.9rem}}.latest-insights-section{padding:40px 0 0;max-width:1320px;margin:0 auto}.latest-insights-heading{font-size:2rem;margin-bottom:30px;font-weight:700}.latest-insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-left:24px;margin-right:24px}.insight-card{overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;transition:all .3s ease}.insight-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.insight-card-image{width:100%;height:220px;object-fit:cover;border-radius:16px 16px 0 0}.insight-card-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:24px;background:#fff}.insight-card-meta{font-size:1.2rem;color:#181818;margin-bottom:8px}.insight-card-title{font-size:1.2rem;font-weight:700;color:#181818}.insight-card-date{font-size:.85rem;color:#aaa;margin-top:auto}@media (max-width: 1200px){.latest-insights-section{max-width:100%}.latest-insights-grid{margin-left:12px;margin-right:12px;gap:20px}}@media (max-width: 900px){.latest-insights-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.latest-insights-grid{grid-template-columns:1fr;margin-left:15px;margin-right:15px;gap:20px}.insight-card-image{height:140px}.latest-insights-section{padding:24px 0}.latest-insights-heading{font-size:1.8rem;margin-bottom:24px;padding:0 15px}}@media (max-width: 900px){.hero-nav,.contact-btn{display:none}.mobile-menu-btn{display:block}}.about-hero{display:block;height:450px}.about-breadcrumb{margin-left:48px;margin-bottom:50px}.portfolio-badge-btn{margin:0}.portfolio-title{font-size:2.6rem;margin-top:0;text-align:center;align-items:center;margin-bottom:10px}.about-hero-content{align-items:center;text-align:center}.about-desc-div{margin-left:23%;margin-right:23%;align-items:flex-start}.portfolio-desc{font-size:15px;font-weight:200;line-height:1;align-self:flex-start;font-size:1rem;color:#e0e0e0;margin-bottom:0;margin-top:0}.about-hero p{color:#aaa;max-width:600px;margin:auto;font-size:16px}.portfolio-product-section{background:#fff;padding:40px 0}.section2{background:#f5f5f5}.portfolio-product-container{display:flex;align-items:flex-start;max-width:1100px;margin:0 auto;gap:40px;color:#111;padding:0 20px;box-sizing:border-box}.portfolio-product-image img{width:500px;max-width:100%;border-radius:16px;box-shadow:0 4px 24px #00000014;height:410px;margin-top:30px;object-fit:cover}.portfolio-product-details{flex:1;margin-top:0}.portfolio-product-details h2{font-size:2rem;margin-bottom:12px}.portfolio-product-details p{font-size:1rem;margin-bottom:18px}.portfolio-product-details h3{font-size:1.2rem;margin-bottom:10px}.portfolio-product-details ul{list-style:none;padding:0}.portfolio-product-details li{margin-bottom:10px;font-size:1rem;position:relative;padding-left:28px}.portfolio-product-details li:before{content:"✔";position:absolute;left:0;color:#111;font-size:1.1em}.pagination{display:flex;justify-content:center;align-items:center;margin:32px 0;gap:.75rem}.pagination button{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid transparent;color:#111;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.pagination button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#111;border-radius:50%;transform:scale(0);transition:transform .3s ease;z-index:1}.pagination button:hover:before{transform:scale(1)}.pagination button:hover{color:#fff;transform:scale(1.1);box-shadow:0 4px 15px #0003}.pagination button span{position:relative;z-index:2}.pagination button:hover span{color:#fff}.pagination button.active{background:#111;color:#fff;box-shadow:0 4px 15px #0000004d}.pagination button.active:before{display:none}.pagination button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 900px){.hero-nav,.contact-btn{display:none}.mobile-menu-btn{display:block}.portfolio-title{font-size:1.5rem}.portfolio-desc{font-size:1rem}.about-breadcrumb{margin-left:20px}.portfolio-product-container{flex-direction:column;align-items:center;gap:24px;padding:0 16px;max-width:100%;width:100%;box-sizing:border-box}.portfolio-product-image{width:100%;display:flex;justify-content:center}.portfolio-product-image img{width:100%;max-width:400px;height:auto;margin-top:0;min-height:250px}.portfolio-product-details{width:100%;text-align:center;padding:0 10px}.portfolio-product-details h2{font-size:1.8rem;margin-bottom:16px}.portfolio-product-details p{font-size:1rem;margin-bottom:20px}.portfolio-product-details h3{font-size:1.1rem;margin-bottom:12px}.portfolio-product-details ul{text-align:left;max-width:500px;margin:0 auto}.portfolio-product-details li{font-size:.95rem;margin-bottom:8px}}@media (max-width: 600px){.about-breadcrumb{margin-left:15px}.portfolio-product-container{padding:0 10px;gap:20px}.portfolio-product-image img{max-width:100%;min-height:200px}.portfolio-product-details{padding:0 5px}.portfolio-product-details h2{font-size:1.5rem;margin-bottom:12px}.portfolio-product-details p{font-size:.95rem;margin-bottom:16px}.portfolio-product-details h3{font-size:1rem;margin-bottom:10px}.portfolio-product-details li{font-size:.9rem;margin-bottom:6px}}.hero-header{background:#fff;padding:16px 48px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px #0000001a}.logo{font-size:1.5rem;font-weight:700;color:#111}.hero-nav a{text-decoration:none;color:#111;font-weight:500;transition:color .2s}.hero-nav a:hover{color:#666}.contact-btn{background:#111;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;transition:background .2s}.contact-btn:hover{background:#333}.works-hero{background:#111;color:#fff;padding:120px 0 80px;position:relative;overflow:hidden}.works-hero:before{content:"LD";position:absolute;right:10%;top:50%;transform:translateY(-50%);font-size:20vw;font-weight:900;color:#222;opacity:.1;z-index:1}.allworks-breadcrumb{font-size:1rem;color:#fff;z-index:2;margin-left:48px;margin-bottom:50px}.works-hero-content{max-width:1200px;margin:0 auto;padding:0 48px;position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.works-badge-btn{background:#333;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-bottom:10px}.works-title{font-size:3.2rem;font-weight:500;color:#fff;margin:0;line-height:1.2;max-width:600px}.works-desc{font-size:1.1rem;color:#ccc;margin:0;max-width:500px;line-height:1.6}.works-stats{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:60px 48px 0;position:relative;z-index:2}.works-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.works-stat-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:8px;line-height:1}.works-stat-label{font-size:1rem;color:#ccc;font-weight:400;line-height:1.4}.our-work-section{background:#fff;padding:100px 0 80px}.our-work-container{max-width:1400px;margin:0 auto;padding:0 48px;width:100%;box-sizing:border-box}.our-work-title{font-size:3rem;font-weight:700;color:#000;text-align:center;margin-bottom:60px;line-height:1.2}.project-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center}@media (max-width: 1100px){.project-cards{grid-template-columns:repeat(2,1fr);gap:32px}.our-work-title{font-size:2.5rem;margin-bottom:50px}}@media (max-width: 700px){.project-cards{grid-template-columns:1fr;gap:24px;width:100%;max-width:100%}.our-work-container{padding:0 20px;width:100%;box-sizing:border-box}.our-work-title{font-size:2rem;margin-bottom:40px}.project-card{max-width:100%;width:100%;box-sizing:border-box}.laptop-container{height:240px;padding:16px;width:100%;box-sizing:border-box}.project-info{padding:24px 20px;width:100%;box-sizing:border-box}.project-title{font-size:1.3rem}.project-desc{font-size:1rem}}.project-card{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;overflow:hidden;transition:all .3s ease;box-sizing:border-box}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e0e0e0}.laptop-container{width:100%;height:280px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;box-sizing:border-box}.laptop-screen{width:100%;height:100%;background:#fff;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.laptop-screen:after{display:none}.laptop-screen img{width:100%;height:100%;object-fit:cover;margin:0}.project-info{padding:32px 24px;background:#fff;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.project-title{font-size:1.5rem;font-weight:700;color:#000;margin:0;line-height:1.3}.project-desc{font-size:1.1rem;color:#555;line-height:1.7;margin:0;text-align:justify}.screen-overlay{position:absolute;inset:0;background:#000000b3;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:20px;text-align:center}.screen-overlay h3{font-size:1.2rem;font-weight:600;margin:0 0 16px;line-height:1.3}.search-fields{display:flex;flex-direction:column;gap:8px;width:100%}.search-fields input{padding:8px 12px;border:none;border-radius:4px;font-size:.9rem;background:#ffffffe6;color:#333}.interior-icons{display:flex;gap:12px;font-size:1.5rem}.hospital-content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.hospital-text h3{font-size:1rem;margin:0}.doctor-image{position:relative;display:flex;flex-direction:column;align-items:center}.doctor-image img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff}.golden-icon{font-size:1.5rem;margin-top:8px}.project-info{text-align:left;width:100%;background:#fbfbfb;padding:20px;border-radius:8px}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem}.pagination-btn{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;color:#000;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.pagination-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;border-radius:50%;transform:scale(0);transition:transform .3s ease;z-index:1}.pagination-btn:hover:before{transform:scale(1)}.pagination-btn:hover{color:#fff;transform:scale(1.1);box-shadow:0 4px 15px #0003;border-color:#000}.pagination-btn.active{background:#000;color:#fff;box-shadow:0 4px 15px #0000004d;border-color:#000}.pagination-btn.active:before{display:none}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pagination-btn span{position:relative;z-index:2}.pagination-btn:hover span{color:#fff}.pagination-section{background:#fff;padding:60px 0}.pagination-container{max-width:1400px;margin:0 auto;padding:0 48px}@media (max-width: 768px){.pagination{gap:.5rem;margin-top:40px}.pagination-btn{width:36px;height:36px;font-size:.8rem}}.project-title{font-size:1.3rem;font-weight:600;color:#111;margin:0 0 12px;text-align:left}.project-desc{font-size:.95rem;color:#666;line-height:1.5;margin:0;text-align:left}@media (max-width: 1200px){.works-hero-content,.works-grid{padding:0 32px}.works-title{font-size:3rem}}@media (max-width: 900px){.hero-nav,.contact-btn{display:none}.mobile-menu-btn{display:block}.works-hero{padding:100px 0 60px}.works-breadcrumb{top:20px;left:5%;font-size:.9rem}.works-hero-content{padding:0 5%;align-items:center;text-align:center}.works-title{font-size:2.5rem;text-align:center}.works-desc{text-align:center;max-width:100%}.works-grid{grid-template-columns:1fr;padding:0 5%;gap:32px}.our-work-container{padding:0 5%}.our-work-title{font-size:2rem;margin-bottom:40px}.project-cards{flex-direction:column;gap:40px}.project-card{max-width:100%}.laptop-screen{width:240px;height:150px}.laptop-screen:after{width:280px}.works-stats{flex-direction:column;gap:32px;padding:40px 5% 0}.works-stat-item{width:100%}.works-stat-number{font-size:2.5rem}.works-stat-label{font-size:.95rem}}@media (max-width: 600px){.hero-header{padding:12px 5%}.works-hero{padding:80px 0 40px}.allworks-breadcrumb{margin-left:20px;margin-top:20px}.works-breadcrumb{top:16px;left:5%;font-size:.85rem}.works-hero-content{padding:0 5%}.works-title{font-size:2rem}.works-desc{font-size:1rem}.works-grid{padding:0 5%;gap:24px}.work-content{padding:20px}.work-title{font-size:1.3rem}.work-desc{font-size:.95rem}.our-work-container{padding:0 15px}.project-cards{gap:20px}.project-card{max-width:100%;width:100%}.laptop-container{height:200px;padding:12px}.project-info{padding:20px 16px}.project-title{font-size:1.2rem}.project-desc{font-size:.95rem}.laptop-screen{width:100%;max-width:100%;height:100%}}@media (max-width: 480px){.works-title{font-size:1.8rem}.works-desc{font-size:.95rem}.work-image{height:200px}.work-content{padding:16px}.work-title{font-size:1.2rem}.work-desc{font-size:.9rem}.our-work-container{padding:0 10px;width:100%;box-sizing:border-box}.our-work-title{font-size:1.8rem;margin-bottom:32px}.project-cards{gap:16px;width:100%;max-width:100%}.project-card{max-width:100%;width:100%;box-sizing:border-box}.laptop-container{height:180px;padding:10px;width:100%;box-sizing:border-box}.laptop-screen{width:100%;max-width:100%;height:100%}.laptop-screen:after{width:100%}.project-info{padding:16px 12px;width:100%;box-sizing:border-box}.screen-overlay h3{font-size:1rem}.project-title{font-size:1.1rem}.project-desc{font-size:.9rem}.work-features li{font-size:.85rem}.works-stats{padding:30px 5% 0;gap:24px}.works-stat-number{font-size:2rem}.works-stat-label{font-size:.9rem}}.workimage{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px;max-width:1200px;margin:0 auto;padding:0 48px}.works-hero-content{flex:1}.about-hero-logo-bg{flex:1;display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.workimage{flex-direction:column;gap:10px;padding:0 5%}.about-hero-logo-bg img{margin-top:0;margin-bottom:0;width:100%;justify-content:center;height:180px}.works-hero-content{margin-top:0;margin-bottom:0;width:100%}.works-stats{margin-top:0;margin-bottom:0}}.service-specific-desc{text-align:center;max-width:800px;margin:0 auto 48px;font-size:1.2rem;line-height:1.6;color:#444}.all-industries1-list .industry-desc1{text-align:justify!important}.all-industries1-list .industry-title1{text-align:center!important}@media (max-width: 900px){.service-specific-desc{font-size:1.1rem;margin-bottom:32px}}@media (max-width: 600px){.service-specific-desc{font-size:1rem;margin-bottom:24px}}.hero-header{position:fixed;top:0;left:0;right:0;background:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px #0000001a}.logo{font-size:1.8rem;font-weight:700;color:#111}.hero-nav{display:flex;gap:32px;align-items:center}.hero-nav a{text-decoration:none;color:#333;font-weight:500;transition:color .2s}.hero-nav a:hover{color:#000}.contact-btn{background:#000;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.contact-btn:hover{background:#222}.hero-header img{height:60px;width:auto;object-fit:contain}.testimonial-hero{background:#000;color:#fff;padding:120px 40px 80px;position:relative;overflow:hidden}.testimonial-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.testimonial-breadcrumb{position:relative;z-index:2;font-size:.95rem;margin-bottom:40px;margin-left:48px;opacity:.9}.testimonial-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center}.testimonial-badge-btn{background:#fff3;color:#fff;padding:8px 16px;border-radius:10px;font-size:.9rem;font-weight:500;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-title{font-size:3.5rem;font-weight:700;margin-bottom:24px;line-height:1.2;color:#fff}.testimonial-desc{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}.testimonials-section{background:#fff;padding:80px 0}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 40px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.testimonial-card{background:#f8f9fa;padding:30px;border-radius:12px;border:1px solid #e9ecef;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;background:#fff}.testimonial-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-info{flex:1}.testimonial-name{font-size:1.2rem;font-weight:600;color:#111;margin:0 0 4px}.testimonial-role{font-size:.9rem;color:#666;margin:0 0 8px}.testimonial-rating{display:flex;gap:2px}.star{color:gold;font-size:1rem}.testimonial-content{font-size:1rem;color:#444;line-height:1.6;margin:0;font-style:italic}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger{display:block;width:24px;height:2px;background:#111;position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:#111;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);bottom:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#fff;z-index:999;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.close-menu-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#111;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-icon{line-height:1}.mobile-nav{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px}.mobile-nav a{text-decoration:none;color:#222;font-size:1.1rem;font-weight:500;padding:12px 0;border-bottom:1px solid #f0f0f0;transition:color .2s}.mobile-nav a:hover{color:#000}.mobile-nav a:last-child{border-bottom:none}.mobile-menu-footer{padding:24px;border-top:1px solid #eee}.mobile-contact-btn{width:100%;background:#000;color:#fff;border:none;border-radius:12px;padding:14px 24px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.mobile-contact-btn:hover{background:#222}@media (max-width: 1200px){.testimonial-hero-content{max-width:700px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width: 900px){.hero-nav,.contact-btn{display:none}.mobile-menu-btn{display:block}.testimonial-hero{padding:100px 0 60px}.testimonial-breadcrumb{margin-left:20px;font-size:.9rem}.testimonial-hero-content{padding:0 24px;align-items:center;text-align:center}.testimonial-title{font-size:2.5rem;text-align:center}.testimonial-desc{text-align:center;max-width:100%}.testimonials-container{padding:0 24px}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:24px}.testimonial-card{max-width:100%}}@media (max-width: 600px){.hero-header{padding:12px 16px}.testimonial-hero{padding:80px 0 40px}.testimonial-breadcrumb{margin-left:15px;font-size:.85rem;margin-top:20px}.testimonial-hero-content{padding:0 16px}.testimonial-title{font-size:2rem}.testimonial-desc{font-size:1rem}.testimonials-container{padding:0 16px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.testimonial-card{padding:24px 20px}.testimonial-name{font-size:1.1rem}.testimonial-role{font-size:.85rem}.testimonial-content{font-size:.95rem}}@media (max-width: 480px){.testimonial-title{font-size:1.8rem}.testimonial-desc{font-size:.95rem}.testimonials-container{padding:0 16px}.testimonial-card{padding:20px 16px}.testimonial-name{font-size:1rem}.testimonial-role{font-size:.8rem}.testimonial-content{font-size:.9rem}}.all-industries1-section{background:#f6f6f6;padding:64px 0 0;width:100%;box-sizing:border-box;overflow-x:hidden}.all-industries1-container{max-width:1100px;margin:0 auto;padding:0 5% 64px;width:100%;box-sizing:border-box}.all-industries1-title{font-size:2.7rem;font-weight:600;margin:0 0 32px;line-height:1.13;width:100%;box-sizing:border-box;text-align:start;color:#111}.all-industries1-list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.industry-card1{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:32px 32px 28px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s}.industry-card1:hover{box-shadow:0 4px 24px #00000014}.industry-title1{font-size:1.35rem;font-weight:500;margin-bottom:6px;color:#111;width:100%;box-sizing:border-box;text-align:center}.industry-desc1{font-size:1.05rem;color:#444;font-weight:400;max-width:100%;line-height:1.4;width:100%;box-sizing:border-box;text-align:center}.industry-icon1{display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#111;font-size:2.2rem}@media (max-width: 900px){.all-industries1-section{padding:48px 0 0}.all-industries1-container{padding:0 5% 48px}.all-industries1-title{font-size:2rem;margin-left:25px}.all-industries1-list{grid-template-columns:1fr;gap:24px}.industry-card1{padding:24px 18px 20px;margin-left:0;margin-right:0}}@media (max-width: 600px){.all-industries1-section{padding:32px 0 0}.all-industries1-container{padding:0 8px 32px}.all-industries1-title{font-size:1.4rem;margin-left:25px}.industry-card1{padding:14px 8px 12px;margin-left:30px;margin-right:30px}.industry-title1{font-size:1.1rem}.industry-desc1{font-size:.95rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%;box-sizing:border-box}html{width:100%;overflow-x:hidden;box-sizing:border-box}*{box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
