@charset "UTF-8";body,#app{min-height:100vh;margin:0;display:flex;flex-direction:column}.landing-page{display:flex;min-height:100vh;flex-direction:row;background:#f7f7f7}.landing-page__page-section__container{position:relative;display:flex;width:100%;flex:1 1 0%;flex-direction:column;align-items:center;padding-left:1rem;padding-right:1rem}.landing-page__page-section{display:flex;height:100%;width:100%;max-width:1226px;flex-direction:column;align-items:center;justify-content:space-between;background:#fff;padding-bottom:1rem}.landing-page__logo-section{margin-bottom:2.5rem;display:flex;width:100%;align-items:center;justify-content:center;border-bottom:2px solid #f3f4f6;padding:1rem}.landing-page__logo{max-height:6rem}.landing-page__logo--default{font-size:3rem;line-height:1;background-image:linear-gradient(to right,#3319f6,#9134f9);color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Poppins,Nunito,system-ui,sans-serif;font-weight:800;letter-spacing:-.05em;text-transform:lowercase;white-space:nowrap}.landing-page__page-content{margin-left:auto;margin-right:auto;width:91.666667%;max-width:800px;padding-bottom:1rem;word-break:break-word}.landing-page__text-container{display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:2rem;line-height:2rem}.landing-page__text-container>*{text-align:center}.landing-page__video-container{margin:1.5rem auto;width:100%;max-width:100%}.landing-page__skip-link{position:absolute;left:1rem;top:1rem;z-index:100;border-radius:.375rem;background:#fff;padding:.5rem 1rem;color:#3319f6;font-weight:600;transform:translateY(-200%);transition:transform .2s ease-in-out}.landing-page__skip-link:focus{transform:translateY(0)}@media(min-width:768px){.landing-page__logo-section{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.landing-page__logo-section{justify-content:flex-start}}@media(min-width:1280px){.landing-page__page-section__container{width:75%;padding-left:3.75rem;padding-right:3.75rem}.landing-page__page-content{width:100%}}.landing-page__floating-cta{position:fixed;z-index:50;display:flex;gap:.75rem;bottom:1.5rem;pointer-events:auto;box-sizing:border-box}.landing-page__floating-cta--editor{position:absolute}.landing-page__floating-cta--bottom-right{flex-direction:column;align-items:center;right:1.5rem;left:auto;transform:none}.landing-page__floating-cta--bottom-center{flex-direction:row;align-items:center;justify-content:center;left:50%;right:auto;transform:translate(-50%)}.landing-page__floating-cta__button{display:flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;width:3.5rem;height:3.5rem;min-width:3.5rem;min-height:3.5rem;border-radius:9999px;background:#3319f6;color:#fff;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.landing-page__floating-cta__button--download{background:#fff;color:#3319f6;border:2px solid currentColor}.landing-page__floating-cta__button--wechat svg{width:1.625rem;height:1.625rem}
