@keyframes float1{0%,to{transform:translate(0,0) rotate(0deg);opacity:.25}33%{transform:translate(40px,60px) rotate(8deg);opacity:.35}66%{transform:translate(-30px,40px) rotate(-5deg);opacity:.3}}@keyframes float2{0%,to{transform:translate(0,0) rotate(0deg);opacity:.2}33%{transform:translate(-50px,70px) rotate(-10deg);opacity:.3}66%{transform:translate(60px,-30px) rotate(12deg);opacity:.25}}@keyframes float3{0%,to{transform:translate(0,0) rotate(0deg);opacity:.15}50%{transform:translate(40px,-50px) rotate(18deg);opacity:.25}}@keyframes float4{0%,to{transform:translate(0,0) rotate(0deg);opacity:.12}40%{transform:translate(-35px,55px) rotate(-8deg);opacity:.2}80%{transform:translate(45px,-35px) rotate(10deg);opacity:.18}}@keyframes float5{0%,to{transform:translate(0,0) rotate(0deg);opacity:.1}25%{transform:translate(30px,40px) rotate(6deg);opacity:.15}50%{transform:translate(-40px,15px) rotate(-10deg);opacity:.18}75%{transform:translate(20px,-45px) rotate(8deg);opacity:.12}}.page-background,.page-background__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.page-background{z-index:-1;overflow:hidden;pointer-events:none}.page-background__overlay{background:linear-gradient(145deg,rgba(20,19,21,.92),rgba(24,23,25,.88))}.page-background__elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.page-background__element{position:absolute;border-radius:50%;filter:blur(60px)}.page-background__element--1{width:500px;height:500px;background:radial-gradient(circle,var(--primary-color) 0%,transparent 70%);top:-10%;right:10%;opacity:.25;animation:float1 30s ease-in-out infinite}.page-background__element--2{width:600px;height:600px;background:radial-gradient(circle,var(--secondary-color) 0%,transparent 70%);bottom:-20%;left:5%;opacity:.2;animation:float2 35s ease-in-out infinite}.page-background__element--3{width:300px;height:300px;background:radial-gradient(circle,var(--accent-color) 0%,transparent 70%);top:50%;left:20%;opacity:.06;animation:float3 20s ease-in-out infinite}.page-background__element--4{width:400px;height:400px;background:radial-gradient(circle,rgba(var(--info-color-rgb),1) 0%,transparent 70%);top:20%;left:70%;opacity:.15;animation:float4 25s ease-in-out infinite}.page-background__element--5{width:250px;height:250px;background:radial-gradient(circle,rgba(var(--purple-color-rgb),1) 0%,transparent 70%);bottom:10%;right:30%;opacity:.1;animation:float5 28s ease-in-out infinite}