.hero{position:relative;width:100%;height:100svh;overflow:hidden}.hero .hero-header{position:absolute;top:20svh;left:50%;transform:translateX(-50%);width:70%;text-align:center;will-change:transform}.hero .hero-img{position:absolute;top:35svh;left:0;width:100%;height:100%;will-change:opacity}.hero .hero-img img{object-fit:contain}.about{position:relative;width:100%;height:100%;background-color:var(--base-700);color:var(--base-100);padding:8rem 0}.about .container{display:flex;align-items:center}.about .container,.about .section-footer{justify-content:center}.about .about-copy{width:70%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4rem}.about .about-copy p{color:var(--base-500)}.about .about-copy .about-icon{width:25rem;height:25rem}.about .about-copy .about-icon svg{width:100%;height:100%;object-fit:cover}.featured-products{padding:6rem 0}.featured-products .featured-products-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;text-align:center}.featured-products .featured-products-header p{color:var(--base-500)}.featured-products .featured-products-separator{display:flex;flex-direction:column;gap:2rem}.featured-products .featured-products-divider{position:relative;width:calc(100% - 5rem);height:1px;background-color:rgba(175,179,171,.35);margin:3rem auto 1.5rem}.featured-products .featured-products-divider:after,.featured-products .featured-products-divider:before{content:"";position:absolute;top:0;width:1px;height:1.5rem;background-color:rgba(175,179,171,.35)}.featured-products .featured-products-divider:before{left:0}.featured-products .featured-products-divider:after{right:0}.featured-products .featured-products-labels{width:100%;display:flex;justify-content:space-between}.featured-products .featured-products-labels a,.featured-products .featured-products-labels p{color:var(--base-700)}.featured-products .featured-products-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}@media (max-width:1024px){.featured-products .featured-products-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.featured-products .featured-products-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.featured-products .featured-products-list{grid-template-columns:1fr}}@media (max-width:1000px){.hero .hero-header{width:calc(100% - 3rem)}.about .about-copy{width:90%}.about .about-copy .about-icon{height:10rem;width:auto}}@media (min-width:2000px){.hero .hero-header{width:40%}}.preloader-wrapper{position:fixed;top:0;left:0;width:100%;height:100svh;z-index:100000}.preloader-content,.preloader-mask,.preloader-progress{position:fixed;top:0;left:0;width:100%;height:100svh;pointer-events:none}.preloader-progress{background-color:var(--base-300);will-change:opacity,transform;z-index:1}.preloader-progress-bar{position:absolute;top:0;left:50%;width:55%;height:100%;background-color:var(--base-200);transform:translateX(-50%) scaleX(0);will-change:transform;transform-origin:left}.preloader-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;mix-blend-mode:difference;z-index:2}.preloader-logo h1{position:relative;color:var(--base-200);font-size:2rem;font-weight:500;letter-spacing:-.02em;opacity:0}.preloader-mask{background-color:var(--base-400);-webkit-mask-composite:subtract;-webkit-mask:linear-gradient(var(--base-300),var(--base-300)),url(/home/mask.svg) center/50% no-repeat;mask:linear-gradient(var(--base-300),var(--base-300)),url(/home/mask.svg) center/50% no-repeat;-webkit-mask-composite:source-out;mask-composite:subtract;will-change:transform;z-index:1}.preloader-content{z-index:2}.preloader-wrapper .char,.preloader-wrapper .line{position:relative;padding-bottom:.2em;margin-bottom:-.2em;will-change:transform}@media (max-width:800px){.preloader-progress-bar{left:0;width:100%;transform:translateX(0) scaleX(0)}.preloader-logo h1{font-size:2rem}.preloader-mask{-webkit-mask-composite:subtract;-webkit-mask:linear-gradient(#f5f5f5,#f5f5f5),url(/home/mask.svg) center/90% no-repeat;mask:linear-gradient(#f5f5f5,#f5f5f5),url(/home/mask.svg) center/90% no-repeat;-webkit-mask-composite:source-out;mask-composite:subtract}}.dot-matrix-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;z-index:-1}.dot-matrix-wrapper canvas{width:100%;height:100%;display:block;transform:translateZ(0)}.marquee-banner{position:relative;height:100svh;padding:1rem;align-items:center;overflow:hidden}.marquee-banner,.marquee-banner .marquees{width:100%;display:flex;justify-content:center}.marquee-banner .marquees{position:absolute;top:0;left:0;height:100%;flex-direction:column;padding:2rem 0}.marquee-banner .marquees .marquee-header{position:relative;width:200%;color:var(--base-300);will-change:transform}.marquee-banner .marquees .marquee-header-1{transform:translateX(25%)}.marquee-banner .marquees .marquee-header-2{transform:translateX(-25%)}.marquee-banner .banner{position:relative;width:35%;height:70%;max-width:600px;max-height:40rem;border-radius:.75rem;background-color:var(--base-700);overflow:hidden}.marquee-banner .banner .banner-img{position:absolute;bottom:-7.5rem;width:100%}.marquee-banner .banner .banner-content{width:100%;padding:3rem 2rem 2rem;color:var(--base-100);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem}.marquee-banner .banner .banner-content p{color:var(--base-400)}.marquee-banner .banner .banner-logo{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);color:var(--base-100)}@media (max-width:1000px){.marquee-banner .banner{width:calc(100% - 1rem)}.marquee-banner .banner .banner-img{top:5rem}}@media (min-width:2000px){.marquee-banner .marquees h1{font-size:8vw}.marquee-banner .marquee-banner{height:80svh}}