.quick-about{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:5vh;padding-bottom:5vh;background-color:black}.about-paragraph{max-width:50rem;align-items:center;justify-content:center}.see-subscriptions{padding:4px 15px;background-color:rgb(171,171,171);border-radius:65px;font-size:14px;color:black}.blender-screen{height:50vh;background-color:black}.feature-section{display:flex;justify-content:space-between;align-items:center;padding:100px 5%;min-height:50vh;background:#000;position:relative;overflow:hidden}.feature-content{flex:1;max-width:500px}.feature-content h2{font-size:3rem;margin-bottom:1.5rem;color:white}.feature-content p{font-size:1.2rem;margin-bottom:2rem;color:#888}.feature-image-container{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.floating-image{will-change:transform;transition:transform .1s ease-out}.view-plugins-button{padding:12px 24px;background:#6366f1;color:white;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.view-plugins-button:hover{background:#4f46e5}.hero-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;z-index:0;padding-top:15vh;background-color:#000;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(rgba(255,255,255,.02) 2px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 2px,transparent 0);background-size:20px 20px,20px 20px,100px 100px,100px 100px;background-position:50%;overflow:hidden;transform:translateZ(0);will-change:transform,opacity}.hero-container:after{content:"";position:absolute;left:0;right:0;bottom:0;height:40vh;background:linear-gradient(0deg,rgb(0,0,0) 0,rgba(0,0,0,.95) 15%,rgba(0,0,0,.8) 30%,rgba(0,0,0,.5) 70%,rgba(0,0,0,0));pointer-events:none;z-index:3;box-shadow:inset 0 -30px 30px -10px rgba(0,0,0,.6)}@media(max-width:768px){.hero-container{padding-top:7vh;height:auto;min-height:85vh;background-size:15px 15px,15px 15px,75px 75px,75px 75px}.hero-container:after{height:30vh}}@media(max-height:700px){.hero-container{padding-top:3vh;min-height:100vh;background-size:10px 10px,10px 10px,50px 50px,50px 50px}.hero-container:after{height:25vh}}.hero-container .hero-title-container{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;top:0;padding:0 1rem;z-index:4}@media(max-width:768px){.hero-container .hero-title-container{padding-bottom:5vh}}@media(max-height:700px){.hero-container .hero-title-container{padding-bottom:2vh}}.hero-container .hero-title-container .hero-title{color:#fff;font-size:3rem;font-weight:700;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.7)}@media(max-width:768px){.hero-container .hero-title-container .hero-title{font-size:2rem}}@media(max-width:480px){.hero-container .hero-title-container .hero-title{font-size:1.75rem}}.hero-container .hero-title-container .hero-description{color:#fff;font-size:1rem;font-weight:400;text-align:center;text-shadow:0 4px 12px rgba(0,0,0,.8);margin-top:.5rem}@media(max-width:480px){.hero-container .hero-title-container .hero-description{font-size:.9rem}}.hero-container .hero-image{position:absolute;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-width:1500px;height:60vh;z-index:2;margin-left:auto;margin-right:auto;left:0;right:0;bottom:0;border-radius:10px 10px 0 0;overflow:hidden;border:2px solid hsla(0,0%,100%,.1);transform:translateZ(0);backface-visibility:hidden;perspective:1000px;box-shadow:0 0 30px 15px rgba(0,191,255,.4),0 0 60px 30px rgba(135,206,250,.3),0 0 90px 45px hsla(0,0%,100%,.2)}.hero-container .hero-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;position:relative!important;transform:translateZ(0)}.hero-container .hero-image:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;z-index:-1;background:linear-gradient(45deg,rgba(135,206,250,.5),rgba(255,255,255,.4),rgba(0,191,255,.5));background-size:300% 300%;opacity:.7;animation:subtleGradient 10s ease-in-out infinite}.hero-container .hero-image:hover{box-shadow:0 0 40px 20px rgba(0,191,255,.6),0 0 80px 40px rgba(135,206,250,.4),0 0 120px 60px hsla(0,0%,100%,.3);transition:box-shadow .3s ease}@media(max-width:768px){.hero-container .hero-image{width:85%;height:40vh}}@media(max-width:480px){.hero-container .hero-image{width:95%;height:35vh}}@keyframes subtleGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-buttons{display:flex;gap:1rem;margin-top:2rem;position:relative;z-index:3}@media(max-width:480px){.hero-buttons{flex-direction:column;width:100%;max-width:250px;gap:.75rem}}@media(max-height:700px){.hero-buttons{margin-top:1rem}}.hero-button{color:#000;background-color:#fff;padding:.75rem 1.5rem;border-radius:55px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateZ(0)}@media(max-width:480px){.hero-button{width:100%;text-align:center;padding:.75rem 1rem}}.hero-button:hover{background-color:hsla(0,0%,100%,.481);transform:translateZ(0) translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.4)}.hero-button-secondary{background-color:#fff}.hero-button-secondary:hover{background-color:hsla(0,0%,100%,.381)}.infinite-scroll-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;overscroll-behavior:none}.infinite-scroll-wrapper:after,.infinite-scroll-wrapper:before{content:"";position:absolute;background:linear-gradient(var(--dir,to bottom),black,transparent);height:25%;width:100%;z-index:1;pointer-events:none}.infinite-scroll-wrapper:before{top:0}.infinite-scroll-wrapper:after{--dir:to top;bottom:0}.infinite-scroll-container{display:flex;flex-direction:column;overscroll-behavior:contain;padding-inline:1rem;cursor:grab;transform-origin:center center}.infinite-scroll-item{--accent-color:#ffffff;border-radius:8px;justify-content:space-around;padding:.5rem;font-size:1.5rem;font-weight:600;max-height:100px;background-color:#27272a;text-align:center;border:8px solid #161616;user-select:none;box-sizing:border-box}.infinite-scroll-item,.tilted-card-figure{display:flex;align-items:center;position:relative}.tilted-card-figure{width:100%;height:100%;perspective:800px;flex-direction:column;justify-content:center}.tilted-card-mobile-alert{position:absolute;top:1rem;text-align:center;font-size:.875rem;display:none}@media (max-width:640px){.tilted-card-mobile-alert{display:block}.tilted-card-caption{display:none}}.tilted-card-inner{position:relative;transform-style:preserve-3d}.tilted-card-img{object-fit:cover;border-radius:15px;transform:translateZ(0)}.tilted-card-img,.tilted-card-overlay{position:absolute;top:0;left:0;will-change:transform}.tilted-card-overlay{z-index:2;transform:translateZ(30px)}.tilted-card-caption{pointer-events:none;position:absolute;left:0;top:0;border-radius:4px;background-color:#fff;padding:4px 10px;font-size:10px;color:#2d2d2d;opacity:0;z-index:3}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:2rem;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;--mouse-x:50%;--mouse-y:50%;--spotlight-color:rgba(255,255,255,0.05)}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}.card-spotlight h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#fff;letter-spacing:-.02em}.card-spotlight p{font-size:1rem;line-height:1.6;color:#aaa;margin-bottom:1.5rem}.card-spotlight:hover h3{color:#00e5ff;transition:color .3s ease}.LovedBy_lovedBy__wo376{background-color:#000;color:#fff;min-height:200px;padding-top:10vh}.LovedBy_lovedByContainer__sYh63{max-width:72rem;margin:0 auto}.LovedBy_lovedByHeader__Vcm0W{text-align:center;margin-bottom:3rem}.LovedBy_lovedByHeader__Vcm0W h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.LovedBy_lovedByHeader__Vcm0W p{color:#9ca3af}.LovedBy_lovedByGrid__mWnPS{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.LovedBy_lovedByGrid__mWnPS{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.LovedBy_lovedByGrid__mWnPS{grid-template-columns:repeat(3,1fr)}}.LovedBy_lovedByCard__qim51{background-color:#18181b;border-radius:.5rem;padding:1.5rem;border:1px solid #27272a;transition:border-color .2s}.LovedBy_lovedByCard__qim51:hover{border-color:#3f3f46}.LovedBy_lovedByCard__qim51 p{color:#d1d5db;margin-bottom:1rem}.LovedBy_lovedByProfile__gG1ls{display:flex;align-items:left}.LovedBy_lovedByProfileImage__THV08{border-radius:9999px;overflow:hidden;width:2.5rem;height:2.5rem;margin-right:.75rem}.LovedBy_lovedByProfileImage__THV08 img{object-fit:cover}.LovedBy_testimonialCard__1wPEO{background-color:#111;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;align-items:left;gap:16px;height:100%;width:100%;transition:transform .2s ease,border-color .2s ease}.LovedBy_testimonialCard__1wPEO:hover{transform:translateY(-4px);border-color:hsla(0,0%,100%,.2)}.LovedBy_userInfo__uzGL0{display:flex;align-items:center;gap:12px;margin-bottom:16px}.LovedBy_avatar__bDhnR{border-radius:50%;object-fit:cover}.LovedBy_username__duX_n{color:#fff;font-size:1.5rem;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.01em}.LovedBy_testimonialText__coXP4{text-align:right;margin:auto 0 0}.LovedBy_testimonialCard__1wPEO p,.LovedBy_testimonialText__coXP4{color:hsla(0,0%,100%,.85);font-size:16px;line-height:1.6;font-family:Inter,system-ui,-apple-system,sans-serif}.LovedBy_testimonialCard__1wPEO p{margin:0;letter-spacing:-.01em}.LovedBy_quoteSymbol__QjXvM{width:100px;height:100px;display:flex;align-items:center;justify-content:center;font-size:250px;font-weight:700;color:#fff;background:linear-gradient(135deg,rgba(58,133,255,0),rgba(131,56,236,0));border-radius:50%;flex-shrink:0}.noscroll{height:100%;width:100%;overflow:hidden;border-radius:10px;justify-content:start;position:relative}.noscroll:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 200px 1000px rgb(0,0,0);pointer-events:none;z-index:5}.intro{width:100%;height:65vh;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.intro:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:250px;pointer-events:none;z-index:4}.gridMotion-container{gap:1rem;flex:none;position:relative;width:150vw;height:100vh;display:grid;grid-template-rows:repeat(4,1fr);grid-template-columns:100%;transform:rotate(-15deg);transform-origin:center center;z-index:2}.row{display:grid;gap:1rem;grid-template-columns:repeat(7,1fr);will-change:transform,filter}.row__item{position:relative}.row__item-inner{position:relative;width:100%;height:100%;overflow:hidden;border-radius:10px;background-color:#000000;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem}.row__item-img{width:100%;height:100%;background-size:cover;background-position:50% 50%;position:absolute;top:0;left:0}.row__item-content{display:flex;flex-direction:column;justify-content:space-between;text-align:center;z-index:1;height:100%;width:100%}.fullview{position:relative;width:100%;height:80%;top:0;left:0;pointer-events:none}.fullview .row__item-inner{border-radius:0}.converging-section{position:relative;height:300vh;background-color:#00000000;color:#fff;z-index:10}.scroll-container{position:sticky;top:0;width:100%;height:100vh}.features-container{position:absolute;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.scroll-reveal-container{max-width:500px}.feature-card{position:absolute;width:240px;padding:1.5rem;border-radius:1rem;transition:transform .3s ease,opacity .3s ease;will-change:transform,opacity;background:rgba(255,255,255,0)}.feature-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.addon-icon{width:32px;height:32px;object-fit:contain}.feature-title{font-size:1.25rem;font-weight:700;margin:0;color:#fff;text-align:center}.addon-type{padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.addon-type.free{background:rgba(52,211,153,.2);color:#34d399}.addon-type.premium{background:rgba(194,36,251,.2);color:#f024fb}.center-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:600px;background:rgba(255,255,255,0);border-radius:1.5rem;overflow:hidden;transition:all .5s ease;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);will-change:transform,opacity}.center-image{width:100%;height:auto;object-fit:cover}.card-content{padding:2rem;text-align:center}.card-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.card-content p{color:#cbd5e1;font-size:1.125rem;line-height:1.6}.story-title{opacity:0;transform:translate(-50%,-50%);transition:opacity .5s ease;text-shadow:2px 2px 4px rgba(0,0,0,.5);width:100%;max-width:600px;padding:0 20px}@media (max-width:1024px){.feature-card{width:200px}.center-card{width:90%;max-width:500px}}@media (max-width:768px){.feature-card{width:180px;padding:1rem}.feature-title{font-size:1rem}.addon-type{font-size:.75rem}}.video-section{position:relative;display:flex;flex-direction:column;height:650px;align-items:center;justify-content:flex-start;background-color:black;overflow:hidden;cursor:pointer;transition:all .5s ease;padding-top:2rem}.video-section.expanded{height:90vh}.grid-background{position:absolute;inset:0;opacity:.2}.grid-container{height:100%;width:100%;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.grid-line{height:100%;border-left:1px solid rgb(55,65,81)}.content-wrapper{position:relative;z-index:10;max-width:1600px;width:100%;text-align:center;padding:0 1rem;margin-bottom:2rem;transition:all .5s ease}.video-section.expanded .content-wrapper{max-width:90%}@media (min-width:1024px){.content-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}.text-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.heading{font-size:3.75rem;font-weight:700;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media (min-width:768px){.heading{font-size:3.75rem}}.description{font-size:1.25rem;color:rgb(209,213,219);max-width:600px;margin:0 auto}@media (min-width:768px){.description{font-size:1.25rem}}.preview-button{display:inline-block;border-radius:9999px;background-color:rgba(255,255,255,.1);padding:.75rem 2rem;color:white;backdrop-filter:blur(4px);transition:all .2s ease}.preview-button:hover{background-color:rgba(255,255,255,.2)}.video-container{position:relative;width:100%;height:100%;max-width:1600px;margin:0 auto;overflow:hidden;background-color:rgb(17,24,39);transition:all .5s ease}.video-section.expanded .video-container{max-width:90%}.video{width:100%;height:100%;object-fit:cover}.pause-button{position:absolute;right:1rem;top:1rem;border-radius:9999px;background-color:rgba(0,0,0,.5);padding:.5rem;backdrop-filter:blur(4px)}.pause-icon{height:1.5rem;width:1.5rem;color:white}.gradient-blob{position:absolute;height:24rem;width:24rem;border-radius:9999px;background-color:rgba(168,85,247,.1);filter:blur(24px);transition:all .5s ease-out}