.auth-branding{border:10px solid #fff;box-shadow:inset 0 0 .5rem .1rem rgba(0,0,0,.5);position:absolute;height:200px;width:200px;background:linear-gradient(90deg,#000,#0b0027);z-index:1;border-radius:100%;display:none;cursor:crosshair}.auth-branding h4{background:-webkit-linear-gradient(#eee,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-branding:active{background:linear-gradient(90deg,#fff78e,#ffcd98);animation-name:solar-eclipse-light;animation-duration:10s;animation-iteration-count:infinite}@keyframes solar-eclipse-light{0%{box-shadow:0 0 1rem .5rem orange}50%{box-shadow:-.2rem .4rem 5rem 1.5rem #ff4500}to{box-shadow:0 0 1rem .5rem orange}}@media screen and (min-width:768px){.auth-branding{display:flex;flex-direction:column;justify-content:center;align-items:center}}body.dark .auth-branding{background:#fff}body.dark .auth-branding h4{background:-webkit-linear-gradient(#616161,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.dark .auth-branding h4 span{color:red!important}body.dark .auth-branding:active{background:#081e8d;background:linear-gradient(90deg,#000,#000);animation-name:solar-eclipse-dark;animation-duration:10s;animation-iteration-count:infinite}@keyframes solar-eclipse-dark{0%{box-shadow:0 0 1rem .5rem #ff0}50%{box-shadow:-.2rem .4rem 5rem 1.5rem #ff0}to{box-shadow:0 0 1rem .5rem #ff0}}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e8e25437b49f95eb-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1503d3bdd3f79a19-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e2a272b6447367f1-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/be657e7655c1bafa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/468b79e2d56358f9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b0da285322ee6896-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_Slab_db38b4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d3d85d86ad5c431a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Slab_Fallback_db38b4;src:local("Times New Roman");ascent-override:89.69%;descent-override:23.20%;line-gap-override:0.00%;size-adjust:116.83%}.__className_db38b4{font-family:__Roboto_Slab_db38b4,__Roboto_Slab_Fallback_db38b4;font-style:normal}body #explore{cursor:none!important}body .circle-cursor{mix-blend-mode:difference!important;background-color:#000}body .explore-bg{background:linear-gradient(135deg,#f3f3f3 1%,#fff 25%)}body.dark .explore-bg{background:linear-gradient(135deg,#272727,#000)}body.dark .circle-cursor{mix-blend-mode:difference;background-color:#fff}.loader{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.spinner{border-radius:50%;border:4px solid rgba(0,0,0,.1);border-top-color:#3498db;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}