@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.container{width:1200px;margin:0 auto;height:100%;padding:0 5rem}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background-color:#e6e600}::-webkit-scrollbar-thumb{background-color:#282828}@media(max-width: 768px){.container{width:550px;padding:0}}@media(max-width: 576px){.container{width:400px;padding:0}}*{margin:0;padding:0;box-sizing:border-box;list-style-type:none;text-decoration:none}html{font-family:"Roboto","Helvetica","Arial",serif;font-size:10px;color:#282828}body{line-height:1.6;letter-spacing:.05rem;overflow-x:hidden;background-color:#fff}@media(max-width: 768px){body{line-height:1.4}}.section-label{display:inline-block;font-size:1.2rem;font-weight:600;color:#e6e600;text-transform:uppercase;letter-spacing:.2rem;margin-bottom:1rem;position:relative;padding-left:3rem}.section-label::before{content:"";position:absolute;left:0;top:50%;width:2rem;height:.2rem;background-color:#e6e600}.btn-cta{display:inline-block;padding:1.4rem 3.5rem;background-color:#e6e600;color:#282828;font-size:1.6rem;font-weight:600;border-radius:.5rem;transition:all .3s ease}.btn-cta:hover{background-color:#b3b300;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-secondary{display:inline-block;padding:1.2rem 3rem;border:2px solid #282828;color:#282828;font-size:1.4rem;font-weight:500;border-radius:.5rem;transition:all .3s ease}.btn-secondary:hover{background-color:#282828;color:#fff}#header .hero{position:relative;height:calc(100vh - 10rem);overflow:hidden}#header .hero-slider{position:absolute;inset:0}#header .hero-slide{position:absolute;inset:0;opacity:0;animation:heroFade 15s infinite}#header .hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}#header .hero-slide:nth-child(1){animation-delay:0s}#header .hero-slide:nth-child(2){animation-delay:5s}#header .hero-slide:nth-child(3){animation-delay:10s}#header .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(40, 40, 40, 0.2), rgba(40, 40, 40, 0.7));z-index:1}#header .hero-content{position:absolute;bottom:12%;left:5rem;z-index:2}#header .hero-content h1{font-size:4.8rem;font-weight:700;color:#fff;line-height:1.2}#header .hero-content p{font-size:2rem;color:hsla(0,0%,100%,.85);margin:1rem 0 2.5rem}@keyframes heroFade{0%,28%{opacity:1}33%,94%{opacity:0}100%{opacity:0}}.tagline-bar{background-color:#e6e600;padding:2.5rem 0;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.08)}.tagline-bar h2{font-size:2rem;font-weight:600;color:#282828;letter-spacing:.05rem}.partners{padding:3rem 0;background-color:#fff;overflow:hidden}.partners .marquee-wrapper{display:flex;width:max-content;animation:marqueeScroll 35s linear infinite}.partners .marquee-track{display:flex;align-items:center;flex-shrink:0}.partners .marquee-track .reference-brand{width:12rem;padding:1rem 2.5rem;flex-shrink:0}.partners .marquee-track .reference-brand img{width:100%;mix-blend-mode:multiply;filter:grayscale(100%);opacity:.5;transition:all .3s ease}.partners .marquee-track .reference-brand img:hover{filter:grayscale(0%);opacity:1}@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.about-snippet{padding:6rem 0;background-color:#f9f9f9}.about-snippet .about-snippet-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 5rem}.about-snippet .about-snippet-text h2{font-size:3rem;font-weight:700;color:#282828;margin-bottom:1.5rem;line-height:1.3}.about-snippet .about-snippet-text p{font-size:1.5rem;line-height:1.8;color:#282828;margin-bottom:2.5rem}.about-snippet .about-snippet-image img{width:100%;border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.why-us{padding:6rem 0;background-color:#fff;text-align:center}.why-us .container{max-width:1200px}.why-us h2{font-size:2.8rem;color:#282828;margin-bottom:4rem}.why-us .why-us-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2.5rem}.why-us .why-us-card{padding:3rem 2rem;background-color:#f9f9f9;border:1px solid #d2d3d4;border-radius:1.5rem;transition:all .3s ease}.why-us .why-us-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08);border-color:#e6e600}.why-us .why-us-icon{width:6rem;height:6rem;margin:0 auto 2rem;background-color:#e6e600;border-radius:50%;display:flex;align-items:center;justify-content:center}.why-us .why-us-icon i{font-size:2.5rem;color:#282828}.why-us h3{font-size:1.8rem;color:#282828;margin-bottom:1rem}.why-us .why-us-card p{font-size:1.3rem;color:#282828;line-height:1.6}.cta-banner{padding:6rem 0;background-color:#282828;text-align:center}.cta-banner h2{font-size:3rem;color:#fff;margin-bottom:1rem}.cta-banner p{font-size:1.6rem;color:#d2d3d4;margin-bottom:3rem}@media(max-width: 768px){#header .hero{height:60vh}#header .hero-content{bottom:8%;left:1.5rem;right:1.5rem;text-align:center}#header .hero-content h1{font-size:2.8rem}#header .hero-content p{font-size:1.5rem;margin:.8rem 0 2rem}#header .hero-content .btn-cta{padding:1.2rem 2.5rem;font-size:1.4rem}.tagline-bar{padding:1.5rem 2rem}.tagline-bar h2{font-size:1.4rem}.partners{padding:2rem 0}.partners .marquee-wrapper{animation-duration:20s}.partners .marquee-track .reference-brand{width:8rem;padding:.5rem 1.5rem}.about-snippet{padding:4rem 0}.about-snippet .about-snippet-content{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.about-snippet .about-snippet-image{order:-1}.about-snippet .about-snippet-text h2{font-size:2.2rem}.about-snippet .about-snippet-text p{font-size:1.3rem}.why-us{padding:4rem 0}.why-us h2{font-size:2.2rem;margin-bottom:2.5rem}.why-us .why-us-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem}.why-us .why-us-card{padding:2rem 1.5rem}.cta-banner{padding:4rem 2rem}.cta-banner .container{width:100%;padding:0}.cta-banner h2{font-size:1.6rem}.cta-banner p{font-size:1.1rem;margin-bottom:2rem}}.about-wrapper{min-height:calc(100vh - 13rem)}.about-wrapper .container{max-width:100%;padding:3rem 5rem}.about-wrapper .container .about-hero{text-align:center;margin-bottom:3rem}.about-wrapper .container .about-hero .about-title{font-size:3rem;color:#282828;letter-spacing:.2rem}.about-wrapper .container .about-hero .about-accent{width:8rem;height:.3rem;background-color:#e6e600;margin:1rem auto 0}.about-wrapper .container .about-content{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:1200px;margin:0 auto}.about-wrapper .container .about-content .about-card{background-color:#f9f9f9;border:1px solid #d2d3d4;border-radius:2rem;padding:2.5rem}.about-wrapper .container .about-content .about-card h2{font-size:1.8rem;color:#282828;margin-bottom:1rem;position:relative;padding-bottom:.8rem}.about-wrapper .container .about-content .about-card h2::after{content:"";position:absolute;bottom:0;left:0;width:4rem;height:.2rem;background-color:#e6e600}.about-wrapper .container .about-content .about-card p{font-size:1.3rem;line-height:1.8;color:#282828}.about-wrapper .container .about-content .about-footer-text{grid-column:1/-1;text-align:center;padding:2rem;background-color:#e6e600;border-radius:2rem}.about-wrapper .container .about-content .about-footer-text p{font-size:1.4rem;font-weight:600;color:#282828}@media(max-width: 768px){.about-wrapper .container{padding:2rem 1.5rem}.about-wrapper .container .about-hero{margin-bottom:2rem}.about-wrapper .container .about-hero .about-title{font-size:2.2rem}.about-wrapper .container .about-content{grid-template-columns:1fr;gap:1.5rem}.about-wrapper .container .about-content .about-card{padding:2rem;border-radius:1.5rem}.about-wrapper .container .about-content .about-card h2{font-size:1.5rem}.about-wrapper .container .about-content .about-card p{font-size:1.2rem}.about-wrapper .container .about-content .about-footer-text{border-radius:1.5rem;padding:1.5rem}.about-wrapper .container .about-content .about-footer-text p{font-size:1.2rem}}.products-wrapper{display:flex;justify-content:center}.products-wrapper .container{max-width:100%;min-height:calc(100vh - 13rem);display:grid;grid-template-columns:25rem minmax(auto, 12fr);gap:2rem;margin:2rem 0}.products-wrapper .container ::-webkit-scrollbar{width:.5rem}.products-wrapper .container ::-webkit-scrollbar-track{border-radius:2rem;margin-block:2rem}.products-wrapper .container ::-webkit-scrollbar-thumb{border-radius:2rem}.products-wrapper .container .products-menu{height:57rem;overflow-y:auto;background-color:#f9f9f9;padding:2rem;border:1px solid #d2d3d4;border-radius:2rem}.products-wrapper .container .products-menu .products-nav{display:flex;flex-direction:column;gap:1rem;color:#282828;font-size:1.2rem}.products-wrapper .container .products-menu .products-nav .product-category{padding:.5rem 1rem;border-radius:1rem}.products-wrapper .container .products-menu .products-nav .product-category:hover{background-color:#e6e600;cursor:pointer}.products-wrapper .container .products-menu .products-nav .product-category.active{background-color:#e6e600;font-weight:600;cursor:default;pointer-events:none}.products-wrapper .container .products{display:grid;grid-template-columns:repeat(auto-fill, minmax(18rem, 1fr));align-content:start;width:100%;gap:1rem}.products-wrapper .container .products .product-card{display:flex;align-items:center;justify-content:center;height:28rem;width:100%;border:1px solid #d2d3d4;background-color:#f9f9f9;border-radius:2rem;cursor:default;transition:.2s linear}.products-wrapper .container .products .product-card .product-content{display:flex;height:100%;width:100%;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.products-wrapper .container .products .product-card .product-content .product-image{display:flex;justify-content:center;flex:1;padding:1rem;width:15rem}.products-wrapper .container .products .product-card .product-content .product-image img{max-width:100%;object-fit:contain;object-position:center;border-radius:1rem}.products-wrapper .container .products .product-card .product-content .product-title{padding:1rem;height:30%;width:80%;text-wrap:wrap;text-align:center;position:relative}.products-wrapper .container .products .product-card .product-content .product-title::before{position:absolute;top:0;left:0;content:"";height:.1rem;width:100%;background-color:#282828}.products-wrapper .container .products .product-card:hover{transform:scale(1.015)}@media(max-width: 768px){.products-wrapper .container{display:flex;flex-direction:column;align-items:center;max-width:100%;gap:1.5rem;padding:0 1.5rem;margin:1.5rem 0}.products-wrapper .container .products-menu{height:20rem;width:100%;padding:1.5rem;border-radius:1.5rem}.products-wrapper .container .products-menu .products-nav{font-size:1.1rem}.products-wrapper .container .products{grid-template-columns:repeat(2, 1fr);gap:.8rem}.products-wrapper .container .products .product-card{height:22rem;border-radius:1.5rem}.products-wrapper .container .products .product-card .product-content{padding:.5rem}.products-wrapper .container .products .product-card .product-content .product-image{width:100%;padding:.5rem}.products-wrapper .container .products .product-card .product-content .product-title{font-size:1.1rem;padding:.5rem;height:auto}}#main-navbar{height:calc(10rem + 1px);z-index:1000;background-color:#f9f9f9;border-bottom:1px solid #282828}#main-navbar .container{display:flex;align-items:center;justify-content:space-between;max-width:100%;height:100%}#main-navbar .container .brand{height:100%;width:17rem;padding:1rem 0}#main-navbar .container .brand a{display:flex;align-items:center;height:100%}#main-navbar .container .brand a svg{height:100%;width:100%;overflow:visible}#main-navbar .container .brand a svg .cls-1{fill:#282828}#main-navbar .container .brand a svg .cls-2{fill:#e6e600}#main-navbar .container .nav-items{display:flex;gap:3rem;font-size:1.5rem}#main-navbar .container .nav-item{padding:.5rem 0;position:relative}#main-navbar .container .nav-item a{display:block;color:#282828}#main-navbar .container .nav-item.active{pointer-events:none}#main-navbar .container .nav-item.active ::after{position:absolute;bottom:0;left:0;content:"";height:.2rem;width:100%;background-color:#e6e600}#main-navbar .container .nav-item:hover{cursor:pointer}#main-navbar .container .nav-item:hover ::after{position:absolute;bottom:0;left:0;content:"";height:.1rem;width:100%;background-color:#282828}#main-navbar .container .nav-item.active:hover{cursor:default}#main-navbar .container .nav-item.active:hover ::after{position:absolute;bottom:0;left:0;content:"";height:.2rem;width:100%;background-color:#e6e600}#main-navbar .container .nav-item:last-child{display:none}@media(max-width: 768px){#main-navbar{height:auto}#main-navbar .container{flex-wrap:wrap;position:relative;padding:0 1.5rem}#main-navbar .container .brand{height:6rem;width:12rem;padding:.8rem 0;margin-left:-0.3rem}#main-navbar .container .nav-items{flex-direction:column;width:100%;text-align:center}#main-navbar .container .nav-item.active ::after{width:20%;left:50%;transform:translate(-50%, 0)}#main-navbar .container .nav-item:not(:last-child){display:none;width:100%;padding:1rem}#main-navbar .container .nav-item:not(:last-child):hover{background-color:#e6e600}#main-navbar .container .nav-item:first-child::before{position:absolute;top:0;left:0;content:"";height:.1rem;width:100%;background-color:#282828}#main-navbar .container .nav-item:last-child{display:flex;position:absolute;top:3rem;right:2rem;transform:translate(0, -50%);font-size:2.5rem}#main-navbar .container .nav-item:hover ::after{display:none}}.footer-wrapper{background-color:#282828;height:auto}.footer-wrapper .container{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:100%;letter-spacing:.1rem;padding:2rem 5rem}.footer-wrapper .container .footer-left{display:flex;align-items:center;height:100%;margin-right:auto}.footer-wrapper .container .footer-left .footer-brand{height:100%;width:20rem}.footer-wrapper .container .footer-left .footer-brand a{display:flex;align-items:center;height:100%}.footer-wrapper .container .footer-left .footer-brand a svg{width:100%;height:100%;overflow:visible}.footer-wrapper .container .footer-left .footer-brand a svg .cls-1{fill:#fff}.footer-wrapper .container .footer-left .footer-brand a svg .cls-2{fill:#e6e600}.footer-wrapper .container .footer-left .vertical-line{height:7rem;width:.1rem;background-color:#fff;margin:0 2rem}.footer-wrapper .container .footer-left .footer-nav-copy{display:flex;flex-direction:column;align-items:start;color:#fff;font-size:1.2rem;gap:.5rem}.footer-wrapper .container .footer-left .footer-nav-copy .footer-nav{display:flex;gap:.5rem}.footer-wrapper .container .footer-left .footer-nav-copy .footer-nav-item a{color:#fff}.footer-wrapper .container .footer-left .footer-nav-copy .footer-nav-item a:hover{color:#e6e600;cursor:pointer}.footer-wrapper .container .footer-right{display:flex;flex-direction:column;color:#fff;text-align:right;font-size:1.2rem}.footer-wrapper .container .footer-right .contactus>*,.footer-wrapper .container .footer-right .working>*{margin-bottom:-0.3rem}.footer-wrapper .container .footer-right .contactus-title,.footer-wrapper .container .footer-right .working-title{color:#e6e600;font-size:1.8rem}@media(max-width: 768px){.footer-wrapper{height:auto;width:100%}.footer-wrapper .container{flex-direction:column;width:100%;padding:2rem 1.5rem}.footer-wrapper .container .footer-left{flex-direction:column;align-items:center;width:100%;margin-bottom:1.5rem}.footer-wrapper .container .footer-left .footer-brand{width:16rem}.footer-wrapper .container .footer-left .footer-brand a{justify-content:center}.footer-wrapper .container .footer-left .vertical-line{width:5rem;height:.1rem;margin:1.5rem 0}.footer-wrapper .container .footer-left .footer-nav-copy{align-items:center;font-size:1.1rem}.footer-wrapper .container .footer-left .footer-nav-copy .footer-nav{flex-wrap:wrap;justify-content:center}.footer-wrapper .container .footer-right{text-align:center;font-size:1.1rem}.footer-wrapper .container .footer-right .contactus>*,.footer-wrapper .container .footer-right .working>*{margin:0}.footer-wrapper .container .footer-right .contactus{margin-bottom:1rem}.footer-wrapper .container .footer-right .contactus-title,.footer-wrapper .container .footer-right .working-title{font-size:1.5rem}}.levelup{padding:1rem;height:auto}.levelup .container{display:flex;align-items:center;justify-content:center;height:100%;width:100%;gap:1rem}.levelup .container .text{@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";font-family:"Orbitron",serif;font-size:2rem;display:flex;align-items:center;height:100%}.levelup .container .logo{height:100%;width:15rem}.levelup .container .logo a{display:flex;align-items:center;height:100%;pointer-events:none}.levelup .container .logo a svg{height:100%;width:100%;overflow:visible}@media(max-width: 768px){.levelup .container{flex-direction:column;gap:.25rem}.levelup .text{font-size:1.8rem}.levelup .logo{width:14rem}}
