:root{--cog-color-foreground:#a855f7;--cog-color-background:#6d28d9;--cog-color-blend:#d9f99d}.CogIcon{overflow:visible;transform-origin:center}.CogIcon__background,.CogIcon__foreground{animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:center}.CogIcon__foreground{animation-name:foreground-cog-animation}.CogIcon__background{animation-name:background-cog-animation}@keyframes foreground-cog-animation{0%{transform:translateX(17px) translateY(6px) rotate(0deg) scale(1.2)}to{transform:translateX(17px) translateY(6px) rotate(1turn) scale(1.2)}}@keyframes background-cog-animation{0%{transform:translateX(-16px) rotate(0deg) scale(.8)}to{transform:translateX(-16px) rotate(-1turn) scale(.8)}}:root{--icon-color-foreground:#a855f7;--icon-color-background:#6d28d9;--icon-color-blend:#d9f99d}.BlendIcon{transform-origin:center;overflow:visible}.BlendIcon__background,.BlendIcon__foreground{animation-duration:20s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;transform-origin:center}.BlendIcon__foreground{animation-name:foreground-animation}.BlendIcon__background{animation-name:background-animation}@keyframes foreground-animation{0%,5%{transform:rotate(0deg) translateX(5px) scale(2.2)}55%,60%{transform:rotate(45deg) translateX(25px) scale(2.8)}95%,to{transform:rotate(90deg) translateX(10px) translateY(5px) scale(2.2)}}@keyframes background-animation{0%,5%{transform:rotate(0deg) translateX(-5px) scale(2)}55%,60%{transform:rotate(-45deg) translateX(-25px) translateY(-5px) scale(1.4)}95%,to{transform:rotate(-90deg) translateX(-20px) translateY(-15px) scale(2)}}.LeftFlowAnimation{overflow:visible}.FlowingRect{fill:#c5a9f0;opacity:.8;animation-duration:4.8s;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:left-to-right-flow}.row-1 .box-1{animation-delay:0s}.row-1 .box-2{animation-delay:-.6s}.row-1 .box-3{animation-delay:-1.2s}.row-1 .box-4{animation-delay:-1.8s}.row-1 .box-5{animation-delay:-2.4s}.row-1 .box-6{animation-delay:-3s}.row-1 .box-7{animation-delay:-3.6s}.row-1 .box-8{animation-delay:-4.2s}.row-2 .box-1{animation-delay:-.2s}.row-2 .box-2{animation-delay:-.8s}.row-2 .box-3{animation-delay:-1.4s}.row-2 .box-4{animation-delay:-2s}.row-2 .box-5{animation-delay:-2.6s}.row-2 .box-6{animation-delay:-3.2s}.row-2 .box-7{animation-delay:-3.8s}.row-2 .box-8{animation-delay:-4.4s}.row-3 .box-1{animation-delay:-.4s}.row-3 .box-2{animation-delay:-1s}.row-3 .box-3{animation-delay:-1.6s}.row-3 .box-4{animation-delay:-2.2s}.row-3 .box-5{animation-delay:-2.8s}.row-3 .box-6{animation-delay:-3.4s}.row-3 .box-7{animation-delay:-4s}.row-3 .box-8{animation-delay:-4.6s}@keyframes left-to-right-flow{0%{transform:translateX(-200px)}to{transform:translateX(800px)}}.RightFlowAnimation{overflow:visible}.RightFlowAnimation .FlowingRect{fill:#d5f39d;opacity:.8;animation-duration:4.8s;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:right-to-left-flow}.RightFlowAnimation .row-1 .box-1{animation-delay:0s}.RightFlowAnimation .row-1 .box-2{animation-delay:-.6s}.RightFlowAnimation .row-1 .box-3{animation-delay:-1.2s}.RightFlowAnimation .row-1 .box-4{animation-delay:-1.8s}.RightFlowAnimation .row-1 .box-5{animation-delay:-2.4s}.RightFlowAnimation .row-1 .box-6{animation-delay:-3s}.RightFlowAnimation .row-1 .box-7{animation-delay:-3.6s}.RightFlowAnimation .row-1 .box-8{animation-delay:-4.2s}.RightFlowAnimation .row-2 .box-1{animation-delay:-.2s}.RightFlowAnimation .row-2 .box-2{animation-delay:-.8s}.RightFlowAnimation .row-2 .box-3{animation-delay:-1.4s}.RightFlowAnimation .row-2 .box-4{animation-delay:-2s}.RightFlowAnimation .row-2 .box-5{animation-delay:-2.6s}.RightFlowAnimation .row-2 .box-6{animation-delay:-3.2s}.RightFlowAnimation .row-2 .box-7{animation-delay:-3.8s}.RightFlowAnimation .row-2 .box-8{animation-delay:-4.4s}.RightFlowAnimation .row-3 .box-1{animation-delay:-.4s}.RightFlowAnimation .row-3 .box-2{animation-delay:-1s}.RightFlowAnimation .row-3 .box-3{animation-delay:-1.6s}.RightFlowAnimation .row-3 .box-4{animation-delay:-2.2s}.RightFlowAnimation .row-3 .box-5{animation-delay:-2.8s}.RightFlowAnimation .row-3 .box-6{animation-delay:-3.4s}.RightFlowAnimation .row-3 .box-7{animation-delay:-4s}.RightFlowAnimation .row-3 .box-8{animation-delay:-4.6s}@keyframes right-to-left-flow{0%{transform:translateX(800px)}to{transform:translateX(-200px)}}@keyframes fadeInWord{0%{opacity:0;transform:translateY(10px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes fadeInLetter{0%{opacity:0;transform:translateY(10px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.animate-fadeInWord{animation:fadeInWord .3s ease forwards}.animate-fadeInLetter{animation:fadeInLetter .2s ease forwards}.transition-opacity{transition:all .6s ease-in-out}