.tech-bg{inset:0;-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 90%,transparent),linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 90%,transparent),linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);overflow:hidden;pointer-events:none;position:absolute;z-index:1}.tech-bg--blob-interactive,.tech-bg--dots-interactive{pointer-events:auto}.tech-bg--intensity-subtle .tech-blob{opacity:.22}.tech-bg--intensity-medium .tech-blob{opacity:.35}.tech-bg--intensity-bold .tech-blob{opacity:.55}.tech-bg--blob-interactive .tech-blob{border-radius:50%;filter:blur(70px);position:absolute;transition:transform .9s cubic-bezier(.22,1,.36,1);will-change:transform}.tech-bg--blob-interactive{--mouse-x:50%;--mouse-y:50%}.tech-bg--blob-interactive .tech-blob--1{animation:techDriftA 24s ease-in-out infinite alternate;background:#0a2240;height:42vw;left:calc(var(--mouse-x) - 21vw);top:calc(var(--mouse-y) - 21vw);width:42vw}.tech-bg--blob-interactive .tech-blob--2{animation:techDriftB 22s ease-in-out infinite alternate;background:#1e6feb;height:36vw;right:calc(100% - var(--mouse-x) - 18vw);top:calc(var(--mouse-y) - 12vw);width:36vw}.tech-bg--blob-interactive .tech-blob--3{animation:techDriftC 26s ease-in-out infinite alternate;background:#2bb3a3;bottom:calc(100% - var(--mouse-y) - 16vw);height:32vw;left:calc(var(--mouse-x) - 8vw);width:32vw}.tech-bg--blob-interactive .tech-blob--4{animation:techDriftD 20s ease-in-out infinite alternate;background:#8fd6c9;bottom:calc(100% - var(--mouse-y) - 23vw);height:38vw;right:calc(100% - var(--mouse-x) - 17vw);width:38vw}.tech-bg--blob-wave .tech-blob{animation:techPulse 8s ease-in-out infinite;border-radius:50%;filter:blur(65px);position:absolute}.tech-bg--blob-wave .tech-blob--1{animation-delay:0s;background:#0a2240;height:40vw;left:8%;top:-8%;width:40vw}.tech-bg--blob-wave .tech-blob--2{animation-delay:-2s;background:#1e6feb;height:34vw;right:12%;top:20%;width:34vw}.tech-bg--blob-wave .tech-blob--3{animation-delay:-4s;background:#2bb3a3;bottom:8%;height:30vw;left:32%;width:30vw}.tech-bg--blob-wave .tech-blob--4{animation-delay:-6s;background:#8fd6c9;bottom:-6%;height:36vw;right:24%;width:36vw}.tech-bg__canvas{display:block;height:100%;inset:0;position:absolute;width:100%}@keyframes techDriftA{0%{transform:translate(-4vw,-3vw)}to{transform:translate(4vw,3vw)}}@keyframes techDriftB{0%{transform:translate(5vw,4vw)}to{transform:translate(-5vw,-4vw)}}@keyframes techDriftC{0%{transform:translate(-3vw,5vw)}to{transform:translate(6vw,-3vw)}}@keyframes techDriftD{0%{transform:translate(4vw,-5vw)}to{transform:translate(-4vw,5vw)}}@keyframes techPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.tech-bg-overlay{inset:0;pointer-events:none;position:absolute;z-index:2}.tech-bg-overlay--paper{background:#fdfdfb}.tech-bg-overlay--mist{background:#f4f6fa}.tech-bg-overlay--white{background:#fff}.tech-bg-overlay--navy{background:#0a2240}.tech-bg-overlay--blue{background:#1e6feb}.tech-bg-overlay--accent{background:linear-gradient(135deg,#0a2240,#1e6feb)}.tech-bg-overlay--dark{background:#000}@media (max-width:767px){.tech-bg .tech-blob{filter:blur(45px)}.tech-bg--blob-interactive .tech-blob{animation-duration:40s}.tech-bg--blob-wave .tech-blob{animation-duration:14s}}@media (prefers-reduced-motion:reduce){.tech-bg .tech-blob{animation:none!important;transform:none!important}}