section.hero{position:relative;min-height:100vh;min-height:100svh;height:100vh;background:linear-gradient(180deg, #090A0A 0%, #121414 100%);overflow:hidden}section.hero::before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:150px;mix-blend-mode:overlay}section.hero span.hero__tag{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:10px;border:.5px solid #07f;background:rgba(6,23,41,.75);box-shadow:0px 0px 50px 0px rgba(0,119,255,.25);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;padding:6px 16px;line-height:normal;font-size:.875rem;font-weight:500;margin-bottom:12px;color:#07f}section.hero span.hero__tag i{margin-right:6px}section.hero h1.title{margin-bottom:1.5rem}section.hero p.subtitle{margin-bottom:4rem}section.hero .frame{-webkit-mask-image:radial-gradient(50.56% 55.08% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);mask-image:radial-gradient(50.56% 55.08% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%)}section#products .product-carousel{scrollbar-width:none}section#products .product-container .card>div:first-child{background-size:cover;background-position:center;background-repeat:no-repeat}section#products .btn-wrapper .btn{box-shadow:none;height:40px;width:40px}section#products .btn-wrapper .btn:hover{box-shadow:none;background:rgba(255,255,255,.12)}section.big-text{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:85vh;min-height:85svh}section.big-text.big{min-height:100vh;min-height:100svh}section.big-text h3{position:absolute;font-weight:700;line-height:normal;letter-spacing:-2.2px;text-align:center}section.big-text .dots{position:absolute;top:0;height:65%;width:75%;background-image:radial-gradient(rgb(37, 37, 37) 2px, transparent 0px);background-size:25px 25px;background-position:center;-webkit-mask-image:radial-gradient(at center, rgb(1, 1, 1), transparent);mask-image:radial-gradient(at center, rgb(1, 1, 1), transparent);z-index:-1}section.sticky-content .sticky{background-color:var(--background)}