.animated-gradient-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-10;pointer-events:none;overflow:hidden;background-color:#000}.gradient-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;will-change:transform,background-color}.blob-1{width:100%;height:100%;background-color:#000;top:-10%;left:-10%;animation:orbit1 7.5s infinite linear}.blob-2{width:80%;height:80%;background-color:#000;top:-20%;right:-10%;animation:orbit2 6.5s infinite linear reverse}.blob-3{width:90%;height:90%;background-color:#000;bottom:-15%;right:-5%;animation:orbit3 8.5s infinite linear}.blob-4{width:70%;height:70%;background-color:#000;bottom:5%;left:10%;animation:orbit4 5.3s infinite linear}@keyframes orbit1{0%{transform:rotate(0) translate(40px) rotate(0) scale(1)}50%{transform:rotate(180deg) translate(80px) rotate(-180deg) scale(1.1)}to{transform:rotate(360deg) translate(40px) rotate(-360deg) scale(1)}}@keyframes orbit2{0%{transform:rotate(360deg) translate(60px) rotate(-360deg) scale(1.05)}50%{transform:rotate(180deg) translate(30px) rotate(-180deg) scale(.95)}to{transform:rotate(0) translate(60px) rotate(0) scale(1.05)}}@keyframes orbit3{0%{transform:translate(0) scale(1)}33%{transform:translate(-10vw,10vh) scale(1.2)}66%{transform:translate(10vw,-10vh) scale(.85)}to{transform:translate(0) scale(1)}}@keyframes orbit4{0%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(360deg)}}@media(prefers-reduced-motion:reduce){.gradient-blob{animation:none!important;opacity:.4}}.section-page:first-child{padding:0!important}.section-page:first-child>div{width:100%;height:100%}html{overflow-y:scroll}
