@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap";html,body{max-width:100%}.Btn2-slide{position:relative;overflow:hidden;padding:.75rem 2rem;border:2px solid #ffd900;font-weight:700;color:#ffd900;background-color:#000;cursor:pointer;transition:box-shadow .2s ease-in-out}.Btn2-slide:focus{outline:none;box-shadow:0 0 0 2px #fde04780}.Btn2-text{position:relative;z-index:10;transition:transform .3s cubic-bezier(.2,.9,.2,1),color .2s ease-out}.Btn2-text-wrap{position:relative;display:inline-block;width:100%;height:1em;line-height:1;overflow:hidden;vertical-align:middle;z-index:10}.Btn2-text--front{transform:translateY(0);color:#ffd900}.Btn2-text--back{position:absolute;left:0;top:0;width:100%;transform:translateY(100%);color:#000}.Btn2-slide:hover .Btn2-text--front{transform:translateY(-100%)}.Btn2-slide:hover .Btn2-text--back{transform:translateY(0)}.Btn2-bg-slider{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffd900;z-index:0;transform:translateY(100%);transition:transform .3s ease-out}.Btn2-slide:hover .Btn2-bg-slider{transform:translateY(0)}.btn1-slide{position:relative;overflow:hidden;padding:.75rem 2rem;border:2px solid #ffd900;font-weight:700;color:#000;background-color:#ffd900;cursor:pointer;transition:box-shadow .2s ease-in-out}.btn1-slide:focus{outline:none;box-shadow:0 0 0 2px #fde04780}.btn1-text{position:relative;z-index:10;display:block;width:100%;text-align:center;transition:transform .3s cubic-bezier(.2,.9,.2,1),color .2s ease-out}.btn1-text-wrap{position:relative;display:inline-block;width:100%;height:1em;line-height:1;overflow:hidden;vertical-align:middle;z-index:10}.btn1-text--front{transform:translateY(0);color:#000}.btn1-text--back{position:absolute;left:0;top:0;width:100%;transform:translateY(100%);color:#ffd900}.btn1-slide:hover .btn1-text--front{transform:translateY(-100%)}.btn1-slide:hover .btn1-text--back{transform:translateY(0)}.btn1-bg-slider{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:0;transform:translateY(100%);transition:transform .3s ease-out}.btn1-slide:hover .btn1-bg-slider{transform:translateY(0)}:root{--nav-height: 64px;--nav-bg: #ffd600;--nav-text: #000000}.nav-brand-img{width:65px;padding-top:5px}.nav-wrap{position:fixed;top:12px;left:33px;right:33px;background:var(--nav-bg);box-shadow:0 6px 24px #0009;z-index:120}.nav-inner{max-width:1400px;margin:0 auto;height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;padding:0 28px;box-sizing:border-box}.nav-left{display:flex;align-items:center;gap:12px}.nav-logo-square{width:18px;height:18px;background:#000;display:inline-block}.nav-brand{font-family:var(--font-family, "Montserrat", sans-serif);color:var(--nav-text);font-weight:800;letter-spacing:.06em}.nav-right{display:flex;align-items:center;gap:20px}.nav-links{display:flex;gap:28px;list-style:none;margin:0;padding:0;align-items:center}.nav-link{color:var(--nav-text);text-decoration:none;font-weight:500;letter-spacing:.04em}.nav-cta{margin-left:8px}.nav-cta .Btn2-slide{border:2px solid #000000}.nav-link-products{border:2px solid #000}.nav-toggle{display:none;background:#000;border:3px solid #000;width:46px;height:46px;padding:6px;box-sizing:border-box;align-items:center;justify-content:center;cursor:pointer;position:relative;flex-direction:column;gap:4px}.nav-toggle:focus{outline:2px solid rgba(0,0,0,.12)}.nav-toggle .hamburger-bar{display:block;height:2px;width:22px;background:var(--nav-bg);margin:0;border-radius:2px;transition:transform .28s cubic-bezier(.2,.9,.2,1),opacity .22s linear,background-color .22s linear;transform-origin:center}.mobile-panel{position:fixed;left:16px;right:16px;top:12px;background:var(--nav-bg);box-shadow:0 6px 24px #0009;z-index:130;padding:28px;border:4px solid #000;border-radius:2px;transform-origin:top center;transform:translateY(-12px) scaleY(.995);opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity;transition:transform .32s cubic-bezier(.2,.9,.2,1),opacity .26s ease,visibility 0s linear .32s}.nav-wrap.open .mobile-panel{transform:translateY(0) scaleY(1);opacity:1;visibility:visible;pointer-events:auto;transition:transform .32s cubic-bezier(.2,.9,.2,1),opacity .26s ease,visibility 0s linear 0s}.mobile-close{position:absolute;right:18px;top:14px;background:#000;color:var(--nav-bg);border:2px solid #000;width:44px;height:44px;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-wrap.open .nav-toggle .hamburger-bar:first-child{transform:translateY(6px) rotate(45deg)}.nav-wrap.open .nav-toggle .hamburger-bar:nth-child(2){opacity:0;transform:translate(8px)}.nav-wrap.open .nav-toggle .hamburger-bar:last-child{transform:translateY(-6px) rotate(-45deg)}.nav-wrap.open .nav-toggle{background:#000;border-color:#000}@media (prefers-reduced-motion: reduce){.nav-toggle .hamburger-bar,.mobile-panel{transition:none}}.mobile-links{list-style:none;margin:56px 0 24px;padding:0;display:flex;flex-direction:column;gap:28px;align-items:center}.mobile-links li{width:100%;display:flex;justify-content:center}.mobile-cta{width:100%;display:flex;justify-content:center;padding-top:8px}@media (max-width: 900px){.nav-toggle{display:inline-flex}.nav-links,.nav-cta{display:none}}@media (max-width: 420px){.mobile-panel{left:8px;right:8px;padding:18px}.mobile-close{right:12px;top:10px}.nav-brand-img{width:50px;padding-top:5px}}@media (max-width: 420px){.nav-wrap{top:8px;left:8px;right:8px}.nav-inner{height:48px;padding:0 12px}.nav-logo-square{width:12px;height:12px}.nav-brand{font-size:13px}.nav-toggle{width:40px;height:40px;padding:4px}.nav-toggle .hamburger-bar{width:18px}}@media (max-width: 720px){.nav-inner{padding:0 12px}.nav-links{gap:12px}}.footer-bg{background:var(--bg-1);border-top:1px solid var(--border);padding:4rem 2rem 2rem;font-family:var(--font-family);color:var(--text-main);position:relative;z-index:10;overflow:hidden}.footer-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.footer-cta{display:flex;justify-content:space-between;align-items:center;padding-bottom:3rem;border-bottom:1px solid rgba(255,217,0,.15);flex-wrap:wrap;gap:2rem}.footer-cta-text h2{font-family:var(--font-mono);font-size:clamp(24px,4vw,40px);color:var(--yellow);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.footer-cta-text p{color:#aaa;font-size:clamp(14px,2vw,16px);max-width:500px;line-height:1.5}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,217,0,.15)}.footer-brand .footer-logo{max-width:80px;height:auto;display:block;margin-bottom:1.5rem}.footer-brand p{color:#aaa;font-size:14px;line-height:1.6;max-width:300px}.footer-col h4{color:var(--yellow);font-family:var(--font-mono);font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.footer-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-link{color:#ccc;text-decoration:none;font-size:14px;transition:all .3s ease;position:relative;display:inline-block;width:fit-content}.footer-link:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:var(--yellow);transition:width .3s ease}.footer-link:hover{color:var(--yellow)}.footer-link:hover:after{width:100%}.contact-info{display:flex;flex-direction:column;gap:1rem;color:#aaa;font-size:14px}.contact-info a{color:#ccc;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#666;font-size:12px;font-family:var(--font-mono);letter-spacing:.05em}.footer-legal a{color:#666;font-size:12px;font-family:var(--font-mono);text-decoration:none;margin-left:1.5rem;transition:color .3s ease}.footer-legal a:hover{color:var(--yellow)}@media screen and (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width: 600px){.footer-cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-brand p{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-legal a{margin-left:0;margin-right:1.5rem}.footer-legal{margin-top:1rem}}.HC-card{position:relative;background-image:url(/assets/card-bg-DYOrUMSZ.png);background-size:cover;background-position:right;padding:28px 15px;color:var(--text-color, #ffd900);overflow:hidden;width:28.2vw;height:182px;box-shadow:0 2px 18px #0009;font-family:var(--font-family, "Montserrat", sans-serif);border-top:1px solid #ffd900;display:flex;flex-direction:column;justify-content:flex-end}.HC-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:56px 56px,56px 56px;opacity:.9;mix-blend-mode:overlay;-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 0%,rgba(0,0,0,.35) 45%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to left,#000,#00000059 45%,#0000)}.HC-icon{position:absolute;top:18px;left:18px;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.HC-icon img{display:block;width:20px;height:20px;object-fit:contain;filter:hue-rotate(0deg) saturate(120%) brightness(120%)}.HC-content{position:relative;z-index:2;padding-left:6px}.HC-title{margin:0 0 6px;color:var(--text-color, #ffd900);font-size:20px;font-weight:600;letter-spacing:.02em}.HC-sub{margin:0 0 8px;color:#ffd900e6;font-size:14px;font-weight:500;opacity:.95;text-transform:none}.HC-desc{margin:0;color:#ffd900d9;font-size:13px;line-height:1.3;letter-spacing:.01em;max-width:420px}@media (max-width: 800px){.HC-card{padding:20px}.HC-title{font-size:18px}.HC-sub{font-size:13px}.HC-desc{font-size:12px}}@media (max-width: 800px){.About-cards-row .HC-card{width:100%!important;height:auto!important;padding:20px;box-sizing:border-box;display:block;margin-bottom:18px;min-height:160px;justify-content:flex-start}.About-cards-row .HC-title{font-size:28px;line-height:1.03;margin-bottom:12px}.About-cards-row .HC-desc{font-size:15px;line-height:1.4}.About-cards-row .HC-grid{background-size:36px 36px,36px 36px;opacity:.9}}.About-cards-row .HC-card{position:relative;background-image:url(/assets/About-Card-bg-CDFjsm4f.png);background-size:cover;background-position:right;padding:28px 15px;color:var(--text-color, #ffd900);overflow:hidden;width:44vw;height:350px;box-shadow:0 2px 18px #0009;font-family:var(--font-family, "Montserrat", sans-serif);border-top:1px solid #ffd900;display:flex;flex-direction:column;justify-content:center}.About-cards-row .HC-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.About-cards-row .HC-title{margin:0 0 6px;color:var(--text-color, #ffd900);font-size:40px;font-weight:500;letter-spacing:.02em}.About-cards-row .HC-desc{margin:0;color:#ffd900;font-size:18px;line-height:1.3;letter-spacing:.01em;max-width:100%}body{background:#000;color:#fff}.App{font-family:sans-serif;text-align:center}a{color:#fff}:root{--yellow: #ffd900;--black: #080808;--font-family: "Montserrat", sans-serif;--font-open-type-features: "blwf" on, "cv09" on, "cv03" on, "cv04" on, "cv11" on;--font-size: clamp(28px, 6.5vw, 86px);--font-scale-1: 1.09375;--font-scale-2: 1;--font-scale-3: 1;--font-scale-4: 1.25;--font-style: normal;--font-variation-axes: normal;--font-weight: 400;--letter-spacing: -.03em;--line-height: 92%;--paragraph-spacing: 32px;--text-alignment: left;--text-color: var(--token-2518fbcd-8b7e-4792-b3f7-d203f956a3fe, #ffd900);--text-decoration: none;--text-stroke-color: initial;--text-stroke-width: initial;--text-transform: uppercase;--noise-opacity: 15;--noise-opacity-2: 30}.home-container-1{min-height:100vh;background-color:var(--black);color:var(--yellow);display:flex;flex-direction:column;justify-content:flex-start;padding:9rem 1.4rem;box-sizing:border-box;background-image:radial-gradient(rgba(255,255,255,.015) 1px,transparent 1px);background-size:3px 3px;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(rgba(255,255,255,.035) .6px,transparent .6px),radial-gradient(rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.018) .45px,transparent .45px);background-size:6px 6px,10px 10px,4px 4px;background-position:0 0,0 0,0 0;opacity:var(--noise-opacity);animation:home-noise-move-1 28s linear infinite}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.012) .8px,transparent .8px);background-size:9px 9px,7px 7px;background-position:0 0,0 0;opacity:var(--noise-opacity-2);animation:home-noise-move-2 36s linear infinite}@keyframes home-noise-move-1{0%{background-position:0 0,0 0,0 0}to{background-position:220px 140px,-180px -100px,160px -120px}}@keyframes home-noise-move-2{0%{background-position:0 0,0 0}to{background-position:-160px -200px,200px 120px}}.hero{width:100%;max-width:1400px;position:absolute;position:relative;top:0}.hero-1{display:flex}.hero-right{width:40%;display:flex;justify-content:center}.hero-right canvas{position:absolute;top:50%;right:0%;width:900px!important}.cards-row{margin-top:3.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch;align-self:flex-start;position:absolute;bottom:0;align-self:stretch}@media (max-width: 1160px){.cards-row{display:flex;flex-direction:column;gap:20px;position:relative;bottom:auto;margin-top:1.5rem;width:100%}.cards-row>*{width:100%;box-sizing:border-box}.hero-1{flex-direction:column;align-items:center}.hero-left{width:100%}.hero-right{width:100%;margin-top:40px;height:350px;position:relative}.hero-right canvas{position:relative;width:100%!important;max-width:500px;top:0;right:0}.hero{margin-top:10%}}.hero-left{width:60%}.headline{line-height:.9}.home-t{margin:0;padding:0;font-family:var(--font-family);font-style:var(--font-style);font-weight:var(--font-weight);font-size:var(--font-size);text-transform:var(--text-transform);color:var(--text-color, var(--yellow));letter-spacing:var(--letter-spacing);line-height:.92;font-feature-settings:"blwf" 1,"cv09" 1,"cv03" 1,"cv04" 1,"cv11" 1;margin-bottom:-.2rem;gap:25px}.home-t1{font-size:calc(var(--font-size) * var(--font-scale-1));display:flex}.home-t2{font-size:calc(var(--font-size) * var(--font-scale-2));display:flex}.hero-sub{margin-top:1.2rem;font-family:var(--font-family);color:var(--yellow);opacity:.95;font-size:.95rem;max-width:36rem;letter-spacing:.02em;padding-left:10px}.hero-ctas{margin-top:1.2rem;display:flex;gap:1rem;padding-left:10px;z-index:2;position:relative}.hero-ctas>*{display:inline-flex;align-items:center}.home-container-2,.home-container-3,.home-container-4,.home-container-5{min-height:100vh;background-color:var(--black);color:var(--yellow);display:flex;flex-direction:column;justify-content:center;padding:4rem 1.4rem;box-sizing:border-box;background-image:radial-gradient(rgba(255,255,255,.015) 1px,transparent 1px);background-size:3px 3px;position:relative}.home-container-6{min-height:100vh;background-color:var(--black);color:var(--yellow);display:flex;flex-direction:column;justify-content:center;padding:0rem 1.4rem;box-sizing:border-box;background-image:radial-gradient(rgba(255,255,255,.015) 1px,transparent 1px);background-size:3px 3px;position:relative}.About-app{width:100%;max-width:1400px;position:absolute;top:15%}.About-sub{margin:1.7rem 0;font-family:var(--font-family);color:var(--yellow);opacity:.95;font-size:1.1rem;max-width:36rem;letter-spacing:.02em;padding-left:10px}.About-left{width:60%}.About-headline{line-height:.9}.About-t{margin:0;padding:0;font-family:var(--font-family);font-style:var(--font-style);font-weight:var(--font-weight);font-size:var(--font-size);text-transform:var(--text-transform);color:var(--text-color, var(--yellow));letter-spacing:var(--letter-spacing);line-height:.92;font-feature-settings:"blwf" 1,"cv09" 1,"cv03" 1,"cv04" 1,"cv11" 1;margin-bottom:-.2rem;gap:25px}.About-t-all{font-size:calc(var(--font-size) * .67);gap:10px;display:flex}.About-Words{margin:0 8px}.About-cards-row{margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch;align-self:flex-start}.About-cards-row{padding-top:85px;width:96vw}.moving-strip{width:100%;overflow:hidden;background-color:#120f00;display:flex;align-items:center;position:relative;height:60px;-webkit-user-select:none;user-select:none;border-top:2px solid var(--yellow);box-sizing:border-box;z-index:10}.strip-content{display:flex;align-items:center;animation:scroll-left 22s linear infinite;will-change:transform}.track{display:flex;align-items:center;white-space:nowrap}.strip-item{display:inline-flex;align-items:center;margin-right:28px}.square{width:10px;height:10px;background:var(--yellow);margin-right:12px;display:inline-block;flex:0 0 auto;border-radius:1px}.label{color:var(--yellow);font-family:var(--font-family);font-weight:600;font-size:14px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;transform:translateY(-1px)}.moving-strip:hover .strip-content{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.strip-content{animation:none}}.home-container-3{position:relative;display:flex;justify-content:center;align-items:center;padding:3rem 1.4rem 6rem;box-sizing:border-box}.home-section-3{width:100%;max-width:100vw;height:max(64vh,640px);background:#000;position:relative;overflow:hidden;box-sizing:border-box;border:2px solid var(--black)}.home-section-3 .bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transform-origin:center;z-index:0}.home-section-3 .video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffbf0005;pointer-events:none;z-index:2}.home-section-3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#d7b70029;pointer-events:none;z-index:1}.home-section-3:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:.5px solid rgba(215,183,0,.95);pointer-events:none;box-sizing:border-box;z-index:5}.center-plus{position:absolute;left:50%;top:50%;width:36px;height:36px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:6}.center-plus .plus-vertical,.center-plus .plus-horizontal{position:absolute;background:#d7b700a6}.center-plus .plus-vertical{width:2px;height:42px}.center-plus .plus-horizontal{height:2px;width:42px}.home-section-3 .corner{position:absolute;width:26px;height:26px;pointer-events:none;z-index:6}.home-section-3 .corner:before,.home-section-3 .corner:after{content:"";position:absolute;background:#d7b700f2}.home-section-3 .corner{position:absolute;width:40px;height:40px;pointer-events:none;z-index:6}.home-section-3 .corner.top-left{top:14px;left:14px}.home-section-3 .corner.top-left:before{left:0;top:0;width:40px;height:2px}.home-section-3 .corner.top-left:after{left:0;top:0;width:2px;height:40px}.home-section-3 .corner.top-right{top:14px;right:14px}.home-section-3 .corner.top-right:before{right:0;top:0;width:40px;height:2px}.home-section-3 .corner.top-right:after{right:0;top:0;width:2px;height:40px}.home-section-3 .corner.bottom-left{bottom:14px;left:14px}.home-section-3 .corner.bottom-left:before{left:0;bottom:0;width:40px;height:2px}.home-section-3 .corner.bottom-left:after{left:0;bottom:0;width:2px;height:40px}.home-section-3 .corner.bottom-right{bottom:14px;right:14px}.home-section-3 .corner.bottom-right:before{right:0;bottom:0;width:40px;height:2px}.home-section-3 .corner.bottom-right:after{right:0;bottom:0;width:2px;height:40px}.section-caption{position:absolute;left:50%;bottom:18px;transform:translate(-50%);color:#d7b700f2;font-family:var(--font-family);font-size:11px;text-transform:uppercase;letter-spacing:.12em;padding:6px 10px;background:transparent;z-index:6}@media (max-width: 780px){.home-section-3{height:420px}.section-caption{font-size:10px;bottom:12px}}.home-section-4{position:relative;width:99.5vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:100vh;overflow:hidden;background:linear-gradient(90deg,#080808,#08080800 12%,#08080800 88%,#080808),url(/assets/CTA-bg-DTWICMdL.png) center/cover no-repeat;background-color:transparent;box-sizing:border-box}.home-section-4:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#d7b700f2;z-index:4}.home-section-4 .CTA{position:absolute;left:50%;top:36%;transform:translate(-50%);display:flex;gap:14px;align-items:center;justify-content:center;z-index:6;margin-top:40px}.home-section-4 .cta-btn{display:inline-block}.home-section-4 .btn1-wrap{margin-right:6px}.home-section-4 .btn2-wrap{margin-left:6px}.home-section-4 .CTA-heading{position:absolute;left:50%;top:13%;transform:translate(-50%);z-index:6;max-width:1100px;width:calc(100% - 120px);text-align:center}.home-section-4 .CTA-heading h1{margin:0;color:var(--yellow);font-family:var(--font-family);font-weight:400;font-size:50px;line-height:.95;letter-spacing:.02em;text-transform:uppercase}@media (max-width: 900px){.home-section-4 .CTA-heading{top:8%}.home-section-4 .CTA-heading h1{font-size:clamp(20px,20vw,33px)}.home-section-4 .CTA{top:50%}}.home-container-5{background:var(--black);color:var(--yellow);padding:4rem 1.4rem 6rem;box-sizing:border-box}.products-section{max-width:100vw;height:100%;margin:0 auto;display:grid;grid-template-columns:30vw 1fr;gap:28px;align-items:start;position:relative;top:45px}.products-heading{color:var(--yellow);font-family:var(--font-family);font-size:48px;line-height:.95;margin:0 0 28px;text-transform:uppercase}.products-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.products-item{background:#2a230008;border:1px solid rgba(255,217,0,.06);padding:18px 20px;color:var(--yellow);font-family:var(--font-family);font-size:18px;letter-spacing:.06em;cursor:pointer;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden;width:28vw;height:100%}.products-item.active{background:#d7b7000f;border-left:4px solid rgba(215,183,0,.95)}.products-icon{display:inline-block;width:28px;text-align:center}.products-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#d7b7002e;transition:width .86s ease;z-index:0}.products-item:hover:before{width:100%}.products-item.active:before{width:100%}.products-item .products-icon,.products-item .products-label{position:relative;z-index:2}.products-right{display:block;width:63vw;height:100%;border-top:1px solid #ffd900;background:url(/assets/products-bg-BffMWNz6.png) center/cover no-repeat}.products-panel{position:relative;min-height:420px;background:#d7b70008;border:1px solid rgba(215,183,0,.06);padding:10px;box-sizing:border-box;overflow:hidden;height:100%}.products-panel-grid{position:absolute;right:0;top:0;bottom:0;width:56%;background-image:linear-gradient(rgba(215,183,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(215,183,0,.04) 1px,transparent 1px);background-size:48px 48px,48px 48px;opacity:.6;pointer-events:none}.products-title{color:var(--yellow);font-family:var(--font-family);font-size:48px;margin:0 0 18px;text-transform:uppercase;font-weight:500}.products-desc{color:#d7b700f2;font-family:var(--font-family);max-width:56ch;margin-top:80px;line-height:1.3;font-weight:500;position:absolute;bottom:15px;width:calc(100% - 40px)}@media (max-width: 900px){.products-section{grid-template-columns:1fr;width:100%}.products-panel-grid{display:none}.products-heading{font-size:32px}.products-title{font-size:28px}.products-section{display:block}.products-left{padding:12px 8px}.products-list{display:flex;flex-direction:row;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px;scroll-snap-type:x mandatory;align-items:stretch}.products-list::-webkit-scrollbar{height:8px}.products-list::-webkit-scrollbar-thumb{background:#ffd9001f;border-radius:4px}.products-item{min-width:260px;width:auto;flex:0 0 auto;height:auto;padding:18px 20px;scroll-snap-align:start;display:flex;align-items:center;gap:12px;border-left:0}.products-item .products-icon{font-size:18px}.products-right{width:100%;margin-top:16px}.products-panel{padding:18px;min-height:240px}.home-t1{font-size:calc(var(--font-size) * .8)}.home-t2{font-size:calc(var(--font-size) * .77)}.about-words{font-size:calc(var(--font-size) * .57)}}@media (max-width: 900px){.home-container-1,.home-container-2,.home-container-3,.home-container-4,.home-container-5,.home-container-6{padding:2rem 1rem}.hero-left{width:100%}.home-t{font-size:var(--font-size)}.home-t1{font-size:calc(var(--font-size) * .95)}.home-t2{font-size:calc(var(--font-size) * .9)}.hero-sub{max-width:100%;font-size:.95rem;padding-left:0}.hero-ctas{flex-direction:column;gap:10px;padding-left:0}.hero-ctas>*{width:100%;justify-content:center}.center-plus{width:30px;height:30px}.center-plus .plus-vertical{height:32px}.center-plus .plus-horizontal{width:32px}.home-section-4 .CTA-heading h1{font-size:clamp(20px,20vw,33px)}}@media (max-width: 800px){:root{--font-size: clamp(22px, 8.5vw, 72px)}.products-item{padding:12px 14px}.products-title{font-size:22px}.home-section-4 .CTA{position:static;transform:none;display:flex;flex-direction:column;gap:12px;align-items:stretch;max-width:320px;margin:-35px auto 0;padding:0 12px}.home-section-4 .cta-btn{width:100%;display:block;box-sizing:border-box}.home-section-4 .btn1-wrap,.home-section-4 .btn2-wrap{width:100%;margin:0}.home-section-4 .Btn1-slide,.home-section-4 .btn1-slide,.home-section-4 .Btn2-slide,.home-section-4 .btn2-slide{width:100%!important;display:inline-block;box-sizing:border-box;padding-left:12px!important;padding-right:12px!important}.home-section-4 .btn1-slide,.home-section-4 .Btn1-slide{background-color:#ffd900;color:#000;border-color:#ffd900}.home-section-4 .btn2-slide,.home-section-4 .Btn2-slide{background-color:#000;color:#ffd900;border-color:#ffd900}.products-desc{font-size:14px;margin-top:36px}.faq-heading{font-size:24px}.site-footer-inner{padding:12px}.home-container-1,.home-container-2,.home-container-3,.home-container-4,.home-container-6{min-height:calc(100vh - 56px);padding-top:12px;padding-bottom:12px}.home-container-5{min-height:auto}.hero{margin-top:100px;position:relative;top:0}.hero-left{padding-top:6px}.home-t{letter-spacing:0em;line-height:1}.home-t1{font-size:calc(var(--font-size) * .9)}.home-t2{font-size:calc(var(--font-size) * .85)}.About-cards-row{grid-template-columns:1fr;padding-top:40px;gap:12px}.About-Card{height:auto;min-height:180px}.About-sub{padding-top:24px}.home-container-1{padding-top:14px;padding-bottom:18px}.hero-left{width:100%;padding-left:14px;padding-right:14px}.home-t{font-size:clamp(28px,10vw,50px);line-height:1;letter-spacing:.02em;font-weight:600}.headline{margin:2rem 0}.cards-row{margin-top:20vw}.home-t1,.home-t2,.home-t1 span,.home-t2 span{display:block}.hero-sub{margin-top:10px;font-size:.92rem;max-width:100%;padding-left:0}.hero-ctas{margin-top:18px;gap:14px;flex-direction:column}.hero-ctas>*{width:90%;box-sizing:border-box}.hero-ctas .Btn1-slide,.hero-ctas .Btn2-slide{width:221px}.hero-ctas .Btn1-slide{padding:14px 12px}.hero-ctas .Btn2-slide{padding:12px}}@media (max-width: 800px){.About-sub{font-size:13px;color:#ffd900e6;margin-bottom:8px;padding-left:6px}.About-headline .About-t-all{line-height:1;letter-spacing:.01em;gap:0rem;font-size:calc(var(--font-size) * .52);font-weight:600}.About-cards-row .HC-title{font-size:30px}.About-headline .About-t{margin-bottom:6px}.About-cards-row .HC-content{gap:4}}@media (max-width: 900px){.home-section-4{height:90vh}.home-section-4 .grid-bg{width:900px;height:600px;background-size:36px 36px}}@media (max-width: 500px){.home-section-4{height:100vh}.home-section-4 .grid-bg{width:900px;height:600px;background-size:36px 36px}}.faq-section{max-width:1100px;margin:2.2rem auto 2rem;padding:0 1.4rem}.faq-pretitle{color:#d7b700f2;text-align:center;font-family:var(--font-family);font-size:1.1rem;letter-spacing:.18em;margin:0 0 10px;text-transform:uppercase;opacity:.95}.faq-heading{color:var(--yellow);font-family:var(--font-family);font-size:56px;text-align:center;line-height:.9;margin:40px 0 28px;text-transform:uppercase}.faq-list{list-style:none;margin:0;padding:0;display:block}.faq-item{margin:18px 0;background:#08080899;border:1px solid rgba(215,183,0,.12);box-shadow:0 0 0 1px #ffffff03 inset;overflow:hidden;max-height:70px;transition:max-height .32s ease;position:relative;z-index:6;border-top:#ffd900 1px solid}.faq-item.open{max-height:520px}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 26px;height:70px;background:linear-gradient(180deg,#00000059,#00000040);border:none;color:var(--yellow);font-family:var(--font-family);font-size:16px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;position:relative;z-index:7}.faq-toggle{font-size:22px;line-height:1;color:#d7b700f2}.faq-qtext{flex:1 1 auto;text-align:left}.faq-body{padding:0 26px;font-family:var(--font-family);color:#d7b700e6;background:#0009;opacity:0;transition:opacity .22s ease,padding .26s ease;overflow:hidden;position:relative;z-index:6;border-top:.3px solid rgba(255,217,0,.2)}.faq-item.open .faq-body{opacity:1;padding:18px 26px 28px}.faq-item.open .faq-question{border-bottom:1px solid rgba(215,183,0,.06)}.footer-bg{background-color:var(--black);display:flex;justify-content:center;padding:0;box-sizing:border-box;align-items:center}.site-footer{width:97%;background:#0b0b05;border-top:2px solid rgba(215,183,0,.95);box-sizing:border-box;padding:22px 0;color:var(--yellow)}.site-footer-inner{max-width:1400px;margin:0 auto;display:flex;align-items:flex-start}.footer-col{min-width:0}.footer-links{width:320px}.footer-title{margin:0 0 28px;color:#897400;font-family:var(--font-family);font-size:14px;letter-spacing:.14em;text-transform:uppercase}.footer-list{list-style:none;margin:0;padding:0}.footer-list li{margin:14px 0}.footer-link{color:var(--yellow);text-decoration:none;font-family:var(--font-family);letter-spacing:.06em;font-size:13px}.footer-spacer{flex:1 1 auto}@media (max-width: 900px){.site-footer-inner{flex-direction:column;gap:18px}.footer-links{width:100%}}@media (max-width: 900px){.faq-heading{font-size:32px}.faq-question{padding:16px 18px}.faq-body{padding:14px 18px 20px}}@media (max-width: 500px){.faq-heading{font-size:6vw}}.home-t span{display:inline-block;transform:translateY(14px);opacity:0;filter:blur(18px);animation-name:HeadlineFadeUp;animation-duration:.22s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.2,.9,.2,1)}.home-t span:nth-child(1){animation-delay:.12s}.home-t span:nth-child(2){animation-delay:.26s}.home-t span:nth-child(3){animation-delay:.4s}.home-t span:nth-child(4){animation-delay:.54s}.home-t span:nth-child(5){animation-delay:.68s}.home-t span:nth-child(6){animation-delay:.82s}.home-t span:nth-child(7){animation-delay:.96s}.home-t span:nth-child(8){animation-delay:1.1s}.home-t-sp1{animation-delay:.12s!important}.home-t-sp2{animation-delay:.36s!important}.home-t-sp3{animation-delay:.6s!important}.home-t-sp4{animation-delay:.84s!important}@keyframes HeadlineFadeUp{0%{transform:translateY(14px);opacity:0;filter:blur(6px)}60%{opacity:.9;filter:blur(1.5px)}to{transform:translateY(0);opacity:1;filter:blur(0)}}@media (prefers-reduced-motion: reduce){.home-t span{animation:none;transform:none;opacity:1;filter:none}}.About-headline .About-Words{display:inline-block;transform:translateY(14px);opacity:0;filter:blur(6px)}.About-headline.in-view .About-Words{animation-name:HeadlineFadeUp;animation-duration:.52s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.2,.9,.2,1)}.About-headline.in-view .about-w-1{animation-delay:60ms}.About-headline.in-view .about-w-2{animation-delay:.2s}.About-headline.in-view .about-w-3{animation-delay:.34s}.About-headline.in-view .about-w-4{animation-delay:.48s}.About-headline.in-view .about-w-5{animation-delay:.62s}.About-headline.in-view .about-w-6{animation-delay:.76s}.About-headline.in-view .about-w-7{animation-delay:.9s}.About-headline.in-view .about-w-8{animation-delay:1.04s}.About-headline.in-view .about-w-9{animation-delay:1.18s}.About-headline.in-view .about-w-10{animation-delay:1.32s}.About-headline.in-view .about-w-11{animation-delay:1.46s}.About-headline.in-view .about-w-12{animation-delay:1.6s}.About-headline.in-view .about-w-13{animation-delay:1.74s}@media (prefers-reduced-motion: reduce){.About-headline .About-Words{animation:none;transform:none;opacity:1;filter:none}}.CTA-heading .CTA-word{display:inline-block;transform:translateY(14px);opacity:0;filter:blur(6px)}.CTA-heading.in-view .CTA-word{animation-name:HeadlineFadeUp;animation-duration:.52s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.2,.9,.2,1)}.CTA-heading.in-view .cta-w-1{animation-delay:.12s}.CTA-heading.in-view .cta-w-2{animation-delay:.26s}.CTA-heading.in-view .cta-w-3{animation-delay:.4s}.CTA-heading.in-view .cta-w-4{animation-delay:.54s}.CTA-heading.in-view .cta-w-5{animation-delay:.68s}.CTA-heading.in-view .cta-w-6{animation-delay:.82s}.CTA-heading.in-view .cta-w-7{animation-delay:.96s}.CTA-heading.in-view .cta-w-8{animation-delay:1.1s}.CTA-heading.in-view .cta-w-9{animation-delay:1.24s}.CTA-heading.in-view .cta-w-10{animation-delay:1.38s}.CTA-heading.in-view .cta-w-11{animation-delay:1.52s}.CTA-heading.in-view .cta-w-12{animation-delay:1.66s}@media (prefers-reduced-motion: reduce){.CTA-heading .CTA-word{animation:none;transform:none;opacity:1;filter:none}}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:var(--black)}*::-webkit-scrollbar-thumb{background-color:var(--yellow);border-radius:8px;border:3px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{filter:brightness(1.05)}*{scrollbar-width:thin;scrollbar-color:var(--yellow) var(--black)}*::-webkit-scrollbar-thumb:focus,*::-webkit-scrollbar-thumb:active{outline:2px solid rgba(255,217,0,.15)}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 600px){.contact-form-row{grid-template-columns:1fr}}.floating-whatsapp{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:2px 4px 12px #0006;z-index:9999;transition:transform .3s ease,box-shadow .3s ease;animation:float-pulse 2.5s infinite ease-in-out}.floating-whatsapp svg{margin-top:1px;margin-left:1px}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:2px 6px 16px #0009;color:#fff;animation:none}@keyframes float-pulse{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media screen and (max-width: 768px){.floating-whatsapp{bottom:20px;right:20px;width:50px;height:50px}.floating-whatsapp svg{width:28px;height:28px}}
