.page_homePageBackground__Sbq9X{position:relative;overflow-x:hidden}.page_rotatingShapes__BcY9k{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;width:100%;height:100%}.page_rotatingShape__fReZc{position:absolute;opacity:.12;animation:page_rotate-slow__LZQYR 25s linear infinite;transform-origin:center}.page_rotatingShapePrimarySquare__w5a5b{background-color:var(--color-primary);width:60px;height:60px;border-radius:8px}.page_rotatingShapePrimaryCircle__CJXZ5{background-color:var(--color-primary);width:50px;height:50px;border-radius:50%}.page_rotatingShapeAccentSquare__nIHYg{background-color:var(--color-accent);width:70px;height:70px;border-radius:12px}.page_rotatingShapeAccentCircle__vr09A{background-color:var(--color-accent);width:55px;height:55px;border-radius:50%}.page_rotatingShapeSecondarySquare__uiPn8{background-color:var(--color-secondary);width:65px;height:65px;border-radius:10px}.page_rotatingShapeSecondaryCircle__STDda{background-color:var(--color-secondary);width:52px;height:52px;border-radius:50%}.page_shape1__I9Tr4{top:10%;left:5%;animation-duration:30s}.page_shape2__Gqrfw{top:20%;right:8%;animation-duration:25s;animation-direction:reverse}.page_shape3__dUjWy{top:35%;left:3%;animation-duration:35s}.page_shape4__qMmQ5{top:45%;right:12%;animation-duration:28s;animation-direction:reverse}.page_shape5__ZB9id{top:60%;left:10%;animation-duration:32s}.page_shape6__PHRCF{top:70%;right:5%;animation-duration:27s;animation-direction:reverse}.page_shape7__uvV1W{top:15%;left:25%;animation-duration:33s;animation-direction:reverse}.page_shape8__oSp0e{top:50%;left:20%;animation-duration:29s}.page_shape9__R9W8r{top:80%;right:25%;animation-duration:31s;animation-direction:reverse}.page_shape10__75JNn{top:5%;right:30%;animation-duration:26s}.page_shape11__XQD2E{top:40%;right:35%;animation-duration:34s;animation-direction:reverse}.page_shape12___J2VM{top:65%;left:35%;animation-duration:30s}.page_shape13__2Ltzm{top:25%;left:50%;animation-duration:28s;animation-direction:reverse}.page_shape14__UyYiH{top:75%;left:50%;animation-duration:32s}.page_shape15__zgZbh{top:55%;right:50%;animation-duration:29s;animation-direction:reverse}@keyframes page_rotate-slow__LZQYR{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_homePageContent__KEiP2{position:relative;z-index:1}.card-spotlight{position:relative;border-radius:1.5rem;background-color:var(--color-primary);padding:2rem;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:var(--color-accent);cursor:default}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}