.lets-get-started{font-size:12px;font-weight:500;color:var(--white);background:url(/lets-get-started.png) 50%/cover no-repeat,linear-gradient(90deg,#ff00a8,#5200ff);flex-direction:column;width:calc(100% - 30px);padding:25px 0;margin:0 15px 30px;border-radius:var(--radius-m);overflow:hidden}@layer mixins{.lets-get-started{display:flex;justify-content:center;align-items:center}}@media(min-width:1000px){.lets-get-started{width:100%;padding:80px 0;margin:0 0 50px;border-radius:0}.lets-get-started .logged-out-homepage-title{margin-bottom:20px}}.lets-get-started__content{height:100%}.lets-get-started__cta{padding:10px 38px;border-radius:var(--border-radius-md);background-color:var(--v2-purple-400)}.lets-get-started__cta:hover{background-color:var(--v2-purple-300)}@media(min-width:1000px){.lets-get-started__cta{padding:10px 60px}}