@keyframes animated-background-rotate{0%{transform:rotate(0deg) scale(1.6)}to{transform:rotate(1turn) scale(1.6)}}.animated-background{align-items:center;display:flex;height:500px;justify-content:center;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:0}.animated-background__image{animation:animated-background-rotate 8s linear infinite;background-image:url(/_next/static/media/MotionBackground.6e0dd63c.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:140vh;width:140vw}.animated-background__overlay{pointer-events:none;position:absolute;z-index:1}.animated-background__overlay--top{background:linear-gradient(180deg,#f4f7f7 0,rgba(244,247,247,0));height:120px;left:0;right:0;top:0}.animated-background__overlay--bottom{background:linear-gradient(180deg,rgba(244,247,247,0) 0,#f4f7f7);bottom:0;height:120px;left:0;right:0}.animated-background__overlay--right{background:linear-gradient(90deg,rgba(244,247,247,0) 0,#f4f7f7);bottom:0;right:0;top:0;width:120px}