.ctaBtn{display:flex;align-items:center;justify-content:center;padding:.8rem 3.2rem;background-color:#9292ea;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;gap:.4rem;width:max-content;transition:all .25s ease-in;color:white;box-shadow:-1px 1px 19px 0 #c4c4d400;-webkit-box-shadow:-1px 1px 19px 0 #c4c4d400;-moz-box-shadow:-1px 1px 19px 0 #c4c4d400}.ctaBtn.sub{box-shadow:-1px 1px 19px 0 #c4c4d43c;-webkit-box-shadow:-1px 1px 19px 0 #c4c4d43c;-moz-box-shadow:-1px 1px 19px 0 #c4c4d43c}.ctaLink{width:max-content}.ctaBtn:hover{box-shadow:-1px 1px 19px 0 #c4c4d480;-webkit-box-shadow:-1px 1px 19px 0 #c4c4d480;-moz-box-shadow:-1px 1px 19px 0 #c4c4d480}.ctaBtn.fullWidth{width:100%}.pen{width:22px;height:22px}@media (max-width:1024px){.ctaBtn{padding:1rem 1.6rem;font-size:16px;gap:.4rem}.pen{width:24px;height:24px}}@media (max-width:575px){.ctaBtn{padding:.8rem 1.4rem;font-size:14px;gap:.4rem}.pen{width:16px;height:16px}}.light-sweep-wrapper{position:relative;display:inline-block;overflow:hidden;border-radius:10px;width:max-content;transition:all .25s ease-in;box-shadow:-1px 1px 19px 0 #c4c4d400;-webkit-box-shadow:-1px 1px 19px 0 #c4c4d400;-moz-box-shadow:-1px 1px 19px 0 #c4c4d400}.light-sweep-wrapper:hover{box-shadow:-1px 1px 19px 0 #c4c4d480;-webkit-box-shadow:-1px 1px 19px 0 #c4c4d480;-moz-box-shadow:-1px 1px 19px 0 #c4c4d480}.light-sweep-overlay{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.4) 50%,rgba(255,255,255,0));transform:skewX(-20deg);pointer-events:none;transition:none}.light-sweep-wrapper:hover .light-sweep-overlay{animation:sweep .8s ease-out forwards}@keyframes sweep{0%{left:-75%}to{left:125%}}.logoWrapper{display:flex;align-items:center;gap:.6rem}.logo{width:68px;height:max-content}.logo.big{width:148px}.appName{font-size:40px;font-weight:600;color:#9292EA}@media (max-width:575px){.logo{width:40px}}.home{overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;color:white;text-align:center}.authBGWrapper,.home{width:100vw;height:100vh}.authBGWrapper{position:absolute;top:0;left:0;z-index:1}.authBGImage{width:100%;height:100%}.pageContent{position:relative;z-index:4;display:flex;flex-direction:column;gap:.8rem;align-items:center;justify-content:center}