@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Syne:wght@400;500;600;700;800&display=swap";:root{--primary:#e1ff00;--bg-dark:#000;--bg-light:#f2f2f2;--text-dark:#111;--text-light:#fff;--text-gray:#777;--font-heading:"Syne", sans-serif;--font-body:"Inter", sans-serif;--cursor-size:15px}*{box-sizing:border-box;margin:0;padding:0}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;padding-top:100px;line-height:1.5;overflow-x:hidden}@media (width<=768px){body{padding-top:80px}}h1,h2,h3,h4,.heading{font-family:var(--font-heading);text-transform:uppercase;font-weight:800}a{color:inherit;text-decoration:none}ul{list-style:none}#custom-cursor{background-color:var(--primary);pointer-events:none;z-index:10001;border-radius:50%;width:10px;height:10px;transition:transform .1s;position:fixed;transform:translate(-50%,-50%)}@media (pointer:coarse){#custom-cursor,#cursor-badge{display:none!important}}#cursor-badge{width:100px;height:100px;font-family:var(--font-heading);letter-spacing:2px;color:#000;pointer-events:none;z-index:10000;opacity:0;white-space:nowrap;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex;position:fixed;top:0;left:0;transform:translate(-50%,-50%)scale(0)}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 5%}@media (width<=768px){.container{padding:0 20px}}.section-padding{padding:140px 0}@media (width<=768px){.section-padding{padding:80px 0}}@media (width<=480px){.section-padding{padding:60px 0}}.flex{flex-wrap:wrap;gap:30px;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}@media (width<=991px){.header .container.flex-between{flex-direction:row;align-items:center}section .container.flex-between{flex-direction:column;align-items:flex-start;gap:40px}}.text-center{text-align:center}.bg-dark{background-color:var(--bg-dark)}.bg-light{background-color:var(--bg-light)}.text-dark{color:var(--text-dark)}.text-light{color:var(--text-light)}.flex-align-center{align-items:center;display:flex}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.gap-40{gap:40px}.header{z-index:9999;width:100%;padding:30px 0;transition:all .4s cubic-bezier(.25,1,.5,1);position:fixed;top:0;left:0}.header:before{content:"";z-index:-1;opacity:1;background:linear-gradient(#0009 0%,#0000 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#000000d9;padding:15px 0;box-shadow:0 4px 30px #0003}.header.scrolled:before{opacity:0}.logo{font-family:var(--font-heading);color:var(--text-light);letter-spacing:-1px;font-size:24px;font-weight:800}@media (width<=480px){.logo{font-size:18px}}.header.scrolled .nav a,.header.scrolled .logo{color:var(--text-light)}.nav a{font-family:var(--font-heading);letter-spacing:1px;opacity:.8;font-size:13px;font-weight:700;transition:all .3s;color:#fff!important}.nav a:hover{opacity:1;color:var(--primary)!important}.btn-magnetic{background-color:var(--bg-dark);color:var(--text-light);font-family:var(--font-heading);cursor:pointer;border-radius:50px;align-items:center;padding:18px 40px;font-size:14px;font-weight:700;transition:background-color .3s;display:inline-flex;position:relative;overflow:hidden}@media (width<=768px){.header .btn-magnetic{display:none}}.btn-magnetic:hover{background-color:var(--primary);color:var(--bg-dark)}.mobile-only{display:none!important}.nav .mobile-only{display:none}.btn-magnetic .avatars{margin-left:15px;display:flex}.btn-magnetic .avatar{background:var(--primary);border:2px solid var(--bg-dark);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-12px;font-size:16px;transition:transform .3s;display:flex;overflow:hidden}.btn-magnetic:hover .avatar{border-color:var(--primary)}.btn-magnetic .avatar:first-child{margin-left:0}.hero{background-color:var(--bg-dark);height:100vh;color:var(--text-light);position:relative;overflow:hidden}.hero-video{object-fit:cover;opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-overlay{opacity:0;z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .8s;position:absolute;top:0;left:0}.hero:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#000c 0%,#0000 100%);width:100%;height:30%;position:absolute;top:0;left:0}.hero-content{z-index:3;flex-direction:column;justify-content:center;height:100%;padding-top:120px;padding-bottom:100px;display:flex;position:relative}.hero-footer{z-index:10;width:100%;position:absolute;bottom:30px;left:0}.hero-portfolio-cta{font-family:var(--font-heading);letter-spacing:2px;color:var(--text-light);opacity:.6;font-size:11px;font-weight:700}.hero-thumbnails{align-items:center;gap:12px;display:flex}@media (width<=768px){.hero-thumbnails{display:none}}.hero-thumb{cursor:pointer;opacity:.4;border:2px solid #0000;border-radius:12px;width:140px;height:80px;transition:all .3s;overflow:hidden}.hero-thumb.active{border-color:var(--primary);opacity:1;transform:scale(1.05)}.hero-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-thumb:hover img{transform:scale(1.2)}.hero-scroll-now{font-family:var(--font-heading);letter-spacing:2px;color:var(--text-light);align-items:center;gap:15px;font-size:11px;font-weight:700;display:flex}.hero h1{letter-spacing:-.5px;word-break:normal;overflow-wrap:break-word;margin-bottom:40px;font-size:clamp(1.8rem,6vw,5rem);font-weight:800;line-height:1.15}@media (width<=480px){.hero h1{font-size:1.8rem}}.hero p{color:#fff9;text-transform:uppercase;max-width:400px;font-size:1.1rem;font-weight:600}.tag{letter-spacing:2px;color:var(--text-gray);margin-bottom:25px;font-size:10px;font-weight:700;display:inline-block}.about-text h2{text-transform:none;max-width:100%;margin-bottom:20px;font-size:clamp(1.8rem,6vw,3.2rem);line-height:1.1}.about-desc{max-width:100%;position:relative}.about-desc p{color:var(--text-gray);width:100%;margin-bottom:30px;font-size:1.05rem}.cta-circle{justify-content:center;align-items:center;width:120px;height:120px;margin-top:20px;display:flex;position:relative}.cta-circle svg{width:100%;height:100%}.cta-circle text{fill:var(--text-dark)}.section-title{margin-bottom:40px;font-size:clamp(2rem,9vw,6rem);line-height:1.1}@media (width<=480px){.section-title{font-size:2rem}}#processo h2{font-family:var(--font-body);text-transform:uppercase;color:#fff9;letter-spacing:2px;margin-bottom:20px;font-size:1.1rem;font-weight:600}.accordion{border-top:1px solid #ffffff1a;margin-top:60px}.accordion-item{border-bottom:1px solid #ffffff1a}.accordion-header{cursor:pointer;color:var(--text-light);justify-content:space-between;align-items:center;padding:40px 0;transition:color .3s;display:flex}.accordion-header h3{font-size:clamp(1.1rem,5vw,2rem);font-family:var(--font-heading);line-height:1.2}.accordion-header:hover{color:var(--primary)}.accordion-content{opacity:0;max-width:600px;height:0;overflow:hidden}.accordion-content p{color:#ffffffe6;padding-bottom:40px;font-size:1.15rem;font-weight:400}.footer h2{margin-bottom:40px;font-size:clamp(1.4rem,8vw,5rem);line-height:1.2}@media (width<=480px){.footer h2{font-size:1.5rem}}.btn-magnetic.large{justify-content:center;width:100%;padding:24px 50px;font-size:16px}.footer-bottom{color:var(--text-gray);border-top:1px solid #0000000d;margin-top:100px;padding-top:40px;font-size:.9rem}.projects-grid{z-index:2;grid-template-columns:repeat(2,1fr);gap:60px;display:grid;position:relative}@media (width<=991px){.projects-grid{grid-template-columns:1fr;gap:40px}.project-card:nth-child(2n){margin-top:0}}.bg-parallax-text{width:100%;font-size:clamp(3rem,15vw,25rem);font-family:var(--font-heading);color:#0000;-webkit-text-stroke:1px #0000000d;pointer-events:none;z-index:1;white-space:nowrap;font-weight:800;line-height:1;position:absolute;top:0;left:0}@media (width<=768px){.bg-parallax-text{display:none}}.project-card{cursor:pointer;border-radius:24px;position:relative;overflow:hidden}.project-card:nth-child(2n){margin-top:100px}.project-image-wrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.project-image-wrapper>img{object-fit:cover;will-change:transform, filter;width:100%;height:auto;transition:transform .8s cubic-bezier(.25,1,.5,1),filter .5s}.project-logo-overlay{opacity:0;z-index:2;pointer-events:none;justify-content:center;align-items:center;width:30%;height:auto;transition:all .5s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.85)}.project-logo-overlay img{object-fit:contain;width:100%;height:auto}.logo-black{filter:grayscale()brightness(0)}.project-card:hover .project-image-wrapper>img{filter:blur(5px)brightness(1.1);transform:scale(1.05)}.project-card:hover .project-logo-overlay{opacity:1;transform:translate(-50%,-50%)scale(1)}.project-info{padding:24px 0}.project-title{margin-bottom:8px;font-size:1.8rem}.project-tags{color:var(--text-gray);gap:12px;font-size:.9rem;display:flex}.hero-sobre{align-items:center;height:auto;min-height:80vh;display:flex}.hero-sobre h1{letter-spacing:-2px;max-width:900px;font-size:clamp(2rem,6vw,4rem);line-height:.9}.grid-2{grid-template-columns:1fr 1fr;gap:80px;display:grid}.heading-large{font-size:clamp(2.5rem,5vw,4rem);line-height:1}.manifesto-content p{color:var(--text-gray);max-width:500px;margin-bottom:30px;font-size:1.25rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px;display:grid}.team-card{border-radius:24px;position:relative;overflow:hidden}.team-image{aspect-ratio:1;overflow:hidden}.team-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.team-card:hover .team-image img{transform:scale(1.05)}.team-info{padding:24px 0}.team-info h3{margin-bottom:5px;font-size:1.5rem}.team-info p{color:var(--text-gray);font-size:.9rem}.clients-logo-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));place-items:center;gap:40px;margin-top:60px;display:grid}.logo-item{justify-content:center;align-items:center;width:100%;max-width:140px;height:80px;display:flex}.logo-item img{object-fit:contain;opacity:.6;filter:grayscale();max-width:130px;max-height:50px;transition:opacity .3s}.logo-item:hover img{opacity:1}@media (width<=480px){.logo-item{justify-content:center;width:100%;display:flex}.logo-item img{max-width:110px;max-height:38px}}.bg-light .logo-item img{filter:grayscale()brightness(.4)opacity(.6)}.bg-dark .logo-item img{filter:grayscale()brightness(2)opacity(.6)}.featured-clients{background:#f9f9f9;border-bottom:1px solid #0000000d;padding:80px 0}.featured-header{margin-bottom:50px}.plus-icon{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:700;line-height:1;display:flex}.featured-title{font-family:var(--font-heading);color:#000;font-size:14px;font-weight:700}.featured-year{font-family:var(--font-heading);color:#000;opacity:1;font-size:14px;font-weight:500}.featured-clients .logo-grid{flex-wrap:wrap!important;grid-template-columns:repeat(6,1fr)!important;place-items:center!important;gap:30px!important;width:100%!important;display:grid!important;overflow:visible!important}.featured-clients .logo-item{justify-content:center;align-items:center;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.featured-clients .logo-item img{filter:grayscale()brightness(.2);opacity:.8;max-width:120px;max-height:40px;transition:all .3s}.featured-clients .logo-item:hover img{filter:grayscale(0)brightness();opacity:1}#sobre .flex-between{align-items:flex-start;gap:80px;display:flex}.about-text{flex:1}.about-text h2{text-transform:lowercase;letter-spacing:-2px;margin-top:20px;font-size:3.5rem;line-height:1}.about-desc{flex-direction:column;flex:1;gap:40px;display:flex}.about-desc p{color:var(--text-gray);max-width:400px;font-size:1.2rem}.cta-circle{justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.cta-circle svg{transform-origin:50%;animation:10s linear infinite rotateText}@keyframes rotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#clientes .clients-logo-grid{grid-template-columns:repeat(4,1fr)!important;gap:30px!important;width:100%!important;display:grid!important;overflow:visible!important}.logo-item{justify-content:center;align-items:center;padding:20px;display:flex}.marquee-clone{display:none!important}@media (width<=991px){#clientes .clients-logo-grid{grid-template-columns:repeat(2,1fr)!important;gap:40px!important}.about-text h2{font-size:2.5rem!important}}.clients-cta{justify-content:center;margin-top:60px;display:flex}.contact-header{text-align:center;background-color:#000;justify-content:center;align-items:center;min-height:50vh;padding:150px 0 100px;display:flex;position:relative}.contact-header-bg{z-index:1;filter:blur(80px);opacity:.6;background:radial-gradient(circle at 20% 30%,#e1ff00 0%,#0000 50%),radial-gradient(circle at 80% 70%,#fff 0%,#0000 50%),radial-gradient(circle,#111 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.contact-header .container{z-index:2;position:relative}.contact-header h1{color:#fff;text-shadow:0 10px 30px #00000080;margin-bottom:20px;font-size:clamp(2rem,6vw,4rem);line-height:1.1;word-break:normal!important;overflow-wrap:break-word!important;width:100%!important;max-width:100%!important}.contact-header h2{color:var(--primary);letter-spacing:2px;opacity:.8;font-size:clamp(1rem,3vw,1.5rem);font-weight:700;word-break:normal!important;overflow-wrap:break-word!important}.reveal-text,.reveal-text-sub{width:100%!important;max-width:100%!important;overflow:visible!important}.header.contact-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#ffffff1a;border-bottom:1px solid #ffffff1a;padding:20px 0}.header.contact-scrolled .logo,.header.contact-scrolled .nav a{color:#fff}.contact-grid{grid-template-columns:1fr 1fr;gap:60px;max-width:1100px;margin:0 auto;display:grid}.contact-form{flex-direction:column;gap:30px;display:flex}.form-group{flex-direction:column;gap:10px;display:flex}.form-group label{font-family:var(--font-heading);letter-spacing:1px;font-size:13px;font-weight:700}@media (width<=480px){.form-group label{font-size:11px!important}}.form-group input,.form-group textarea{width:100%;font-family:var(--font-body);background:#fff;border:1px solid #0000000d;border-radius:12px;padding:20px;font-size:16px;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 20px #e1ff001a}.budget-selection{flex-wrap:wrap;gap:15px;margin-top:10px;display:flex}.budget-option{font-family:var(--font-heading);cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:50px;padding:15px 25px;font-size:13px;font-weight:700;transition:all .3s}.budget-option:hover,.budget-option.active{background:var(--primary);border-color:var(--primary);color:var(--bg-dark)}.contact-info{flex-direction:column;gap:60px;display:flex}.cta-box{background:var(--bg-dark);color:var(--text-light);border-radius:32px;padding:60px}@media (width<=480px){.cta-box{padding:40px 30px!important}}.cta-box h3{margin-bottom:20px;font-size:2.2rem;line-height:1.1}@media (width<=480px){.cta-box h3{font-size:1.6rem!important}}.cta-box p{color:var(--text-gray);margin-bottom:40px}.project-hero{text-align:center;justify-content:center;align-items:center;height:80vh;display:flex;position:relative;overflow:hidden}.project-hero-img{z-index:-1;object-fit:cover;filter:brightness(.6);width:100%;height:100%;position:absolute;top:0;left:0}.project-header-info{border-top:1px solid #0000000d;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:80px;padding-top:40px;display:grid}.project-info-item span{font-family:var(--font-heading);color:var(--text-gray);margin-bottom:5px;font-size:13px;font-weight:700;display:block}.project-gallery{grid-template-columns:1fr;gap:60px;margin-top:80px;display:grid}.project-gallery img{border-radius:24px;width:100%}.next-project-footer{text-align:center;background:var(--bg-dark);color:#fff;padding:140px 0}.next-project-footer span{font-family:var(--font-heading);color:var(--text-gray);margin-bottom:20px;font-weight:700;display:block}.next-project-footer h2{font-size:clamp(3rem,8vw,6rem);line-height:1;transition:color .3s}.next-project-footer h2:hover{color:var(--primary)}html,body{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;position:relative!important;overflow-x:hidden!important}@media (width<=991px){*{box-sizing:border-box!important;max-width:100vw!important}.container{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:0 20px!important;overflow:hidden!important}.contact-header,.contact-form-section{width:100%!important;max-width:100%!important;overflow:hidden!important}img{max-width:100%;height:auto}section{overflow:hidden!important}.hero,.project-hero{align-items:center;display:flex;height:auto!important;min-height:80vh!important}.hero-content{height:auto!important;padding-top:100px!important;padding-bottom:60px!important}.contact-grid{grid-template-columns:1fr!important;gap:40px!important;width:100%!important}.grid-2{grid-template-columns:1fr!important;gap:30px!important}.section-padding{padding:50px 0!important}.heading-large{word-break:normal!important;overflow-wrap:break-word!important;font-size:1.8rem!important}.section-title{word-break:normal!important;overflow-wrap:break-word!important;margin-bottom:25px!important;font-size:1.8rem!important}.project-title{font-size:1.2rem!important}.featured-clients{padding:60px 0!important}.featured-header{margin-bottom:30px!important}.featured-clients .logo-grid{grid-template-columns:repeat(2,1fr)!important;gap:40px!important}#sobre .flex-between{flex-direction:column!important;gap:40px!important}.about-desc{padding-top:20px}.about-text h2{font-size:2.2rem!important}.bg-parallax-text{visibility:hidden!important;opacity:0!important;display:none!important}.hero-thumbnails{justify-content:center;margin-top:30px;gap:8px!important;display:flex!important}.hero-thumb{width:80px!important;height:50px!important}}@media (width<=768px){.hero-content{padding-top:70px!important;padding-bottom:30px!important}.hero-content h1{word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important;width:100%!important;margin-bottom:15px!important;font-size:1.5rem!important;line-height:1.1!important}.hero-content p{max-width:100%!important;font-size:.85rem!important;line-height:1.4!important}.nav{background:var(--bg-dark);z-index:9998;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:30px;transition:right .5s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;top:0;right:-100%}.nav.active{right:0}.nav .flex{text-align:center;flex-direction:column;gap:20px}.nav a{color:var(--text-light)!important;font-size:1.4rem!important}.nav .mobile-only{justify-content:center;background-color:var(--primary)!important;width:auto!important;color:var(--bg-dark)!important;border-radius:50px!important;margin-top:40px!important;padding:18px 40px!important;font-size:14px!important;font-weight:800!important;display:flex!important}.menu-toggle{z-index:10000;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;display:flex}.menu-toggle span{background:var(--text-light);width:24px;height:2px;display:block}.header .container{flex-direction:row!important;align-items:center!important;height:auto!important;padding:15px 20px!important}.header .btn-magnetic{display:none!important}.team-grid{grid-template-columns:1fr}.clients-logo-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.footer h2{word-break:normal!important;overflow-wrap:break-word!important;width:100%!important;font-size:1.4rem!important;line-height:1.2!important}.project-header-info{text-align:left!important;grid-template-columns:1fr!important;gap:12px!important}.project-horizontal-wrapper{flex-direction:column!important;width:100%!important;height:auto!important}.challenge-part,.solution-part{width:100%!important;height:auto!important;padding:25px 0!important}.solution-part{opacity:1!important;transform:none!important}.project-horizontal-pin{height:auto!important;min-height:0!important}.btn-magnetic{padding:10px 22px!important;font-size:12px!important}.btn-magnetic.large{border-radius:12px!important;width:100%!important;padding:15px!important;font-size:14px!important}.logo{font-size:18px!important}}@media (width<=480px){.hero-content h1,.section-title,.about-text h2{word-break:normal!important;overflow-wrap:break-word!important;font-size:1.4rem!important}.footer h2{word-break:normal!important;overflow-wrap:break-word!important;font-size:1.3rem!important}.container{padding:0 15px!important}.logo{font-size:16px!important}.contact-form h2{word-break:normal!important;overflow-wrap:break-word!important;margin-bottom:20px!important;font-size:1.3rem!important}.budget-option{padding:10px 15px!important;font-size:11px!important}.cta-box{padding:40px 20px!important}.contact-grid{gap:30px!important}.social-links .flex{justify-content:flex-start!important;gap:15px!important}}.logo-grid-container{padding:20px 0;position:relative;width:100%!important;overflow:hidden!important}.featured-clients .logo-grid,#clientes .clients-logo-grid,.clients.section-padding .clients-logo-grid{will-change:transform;flex-flow:row!important;grid-template-columns:none!important;gap:50px!important;width:max-content!important;padding:10px 0!important;display:flex!important}.logo-grid .logo-item,.clients-logo-grid .logo-item{justify-content:center;align-items:center;background:0 0!important;flex:none!important;width:150px!important;padding:0!important;display:flex!important}.logo-grid .logo-item img,.clients-logo-grid .logo-item img{object-fit:contain;filter:grayscale()brightness(.2);opacity:.8;max-width:120px!important;height:auto!important}.floating-wa{z-index:10000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite wa-pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px #25d36666}.floating-wa:hover{transform:scale(1.1);box-shadow:0 15px 30px #25d36699}.floating-wa svg{width:32px;height:32px}@keyframes wa-pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}
