@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blurIn{0%{opacity:0;filter:blur(12px)}to{opacity:1;filter:blur()}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes mobileItemIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#5f9ad1;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{min-width:320px;overflow-x:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}.hero{isolation:isolate;background:#5f9ad1;width:100%;height:100vh;min-height:640px;position:relative;overflow:hidden}.hero__video{z-index:-2;object-fit:cover;object-position:80% center;pointer-events:none;width:100%;height:70%;animation:1.2s ease-out .2s both fadeIn;position:absolute;inset:30% 0 0}.hero__mobile-video-fade{z-index:-1;pointer-events:none;background:linear-gradient(#5f9ad1 0%,#5f9ad100 100%);height:128px;position:absolute;top:30%;left:0;right:0}.hero__header{z-index:20;justify-content:space-between;align-items:center;padding:24px 24px 0;animation:.7s ease-out .1s both slideDown;display:flex;position:relative}.brand{color:#fff;letter-spacing:0;white-space:nowrap;align-items:center;gap:10px;font-size:20px;font-weight:500;line-height:1;display:inline-flex}.brand__mark{flex:none;width:28px;height:32px}.desktop-nav,.hero__desktop-login{display:none}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:0;width:32px;height:32px;padding:4px;position:relative}.menu-toggle__icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;opacity:1;width:24px;height:24px;transition:opacity .3s,transform .3s;position:absolute;inset:4px;transform:rotate(0)scale(1)}.menu-toggle__icon--close{opacity:0;transform:rotate(-90deg)scale(.75)}.menu-toggle__icon--hidden{opacity:0;transform:rotate(90deg)scale(.75)}.menu-toggle__icon--visible{opacity:1;transform:rotate(0)scale(1)}.hero__content{z-index:10;text-align:center;width:100%;max-width:768px;margin-top:32px;padding:0 24px;animation:.9s ease-out .3s both blurIn;position:relative}.hero__title{color:#fff;letter-spacing:0;margin:0;font-size:72px;font-weight:400;line-height:.95}.hero__title-line{white-space:nowrap;display:block}.hero__title-line--with-avatars{justify-content:center;align-items:flex-end;display:flex}.hero__avatars,.hero__description,.hero__figure{display:none}.login-button{color:#111;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:12px;padding:12px 20px;font-size:18px;font-weight:500;line-height:1}.login-button__icon{color:#3d8cd5;background:#ebfa73;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s;display:inline-flex}.login-button:hover .login-button__icon{transform:scale(1.1)}.login-button__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.mobile-menu{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#5f9ad1f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:opacity .5s cubic-bezier(.16,1,.3,1)}.mobile-menu-enter-from,.mobile-menu-leave-to{opacity:0}.mobile-menu__close{color:#fff;cursor:pointer;background:0 0;border:0;width:32px;height:32px;padding:4px;position:absolute;top:24px;right:24px}.mobile-menu__close svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:24px;height:24px}.mobile-menu__nav{flex-direction:column;align-items:center;gap:24px;display:flex}.mobile-menu__link{color:#fff;letter-spacing:0;opacity:0;font-size:30px;font-weight:300;line-height:1.15;animation:.5s cubic-bezier(.16,1,.3,1) both mobileItemIn}.mobile-menu__login{opacity:0;justify-content:space-between;animation:.5s cubic-bezier(.16,1,.3,1) .4s both mobileItemIn;display:flex;position:absolute;bottom:32px;left:24px;right:24px}@media (width<=359px){.hero__title{font-size:60px}}@media (width>=640px){.hero__header{padding-left:32px;padding-right:32px}.hero__content{margin-top:24px;padding-left:32px;padding-right:32px}.hero__title{font-size:60px}}@media (width>=768px){.hero__video{object-position:center;width:100%;height:100%;inset:0}.hero__mobile-video-fade,.menu-toggle{display:none}.brand{font-size:24px}.brand__mark{width:32px;height:36px}.desktop-nav{align-items:center;gap:32px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav__link{color:#fff9;white-space:nowrap;font-size:18px;font-weight:400;line-height:1;transition:color .2s}.desktop-nav__link:hover,.desktop-nav__link--active{color:#fff}.desktop-nav__link--active{font-weight:500}.hero__desktop-login{display:inline-flex}.hero__content{text-align:left}.hero__title{line-height:.95}.hero__title-line--with-avatars{justify-content:flex-start;gap:16px}.hero__avatars{align-items:center;margin-bottom:.1em;animation:4s ease-in-out 1.4s infinite float;display:inline-flex}.hero__avatars img,.hero__avatars>span{border:2px solid #5f9ad1;border-radius:50%;width:40px;height:40px}.hero__avatars img{object-fit:cover}.hero__avatars img+img,.hero__avatars>span{margin-left:-8px}.hero__avatars>span{color:#3d8cd5;background:#fff;justify-content:center;align-items:center;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.hero__description{color:#fff9;letter-spacing:0;max-width:448px;margin:20px 0 0;font-size:18px;font-weight:400;line-height:1.45;display:block}.hero__description strong{color:#fff;font-weight:500}.hero__figure{z-index:2;width:256px;animation:.9s ease-out .8s both slideUp;display:block;position:absolute;bottom:0;left:16px}.hero__figure>img{width:100%;height:auto;display:block}.hero__stat{z-index:20;color:#3d8cd5;text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute;top:32px;left:12px}.hero__stat strong{font-size:24px;font-weight:700;line-height:1}.hero__stat span{white-space:nowrap;margin-top:4px;font-size:12px;font-weight:500;line-height:1.2}.mobile-menu{display:none}}@media (width>=1024px){.hero__header{padding:48px 64px 0}.brand{font-size:28px}.desktop-nav{gap:48px}.hero__content{margin-top:40px;padding-left:64px;padding-right:64px}.hero__title{font-size:90px}.hero__title-line--with-avatars{gap:24px}.hero__avatars img,.hero__avatars>span{width:56px;height:56px}.hero__avatars>span{font-size:16px}.hero__description{margin-top:24px}.hero__figure{width:320px;left:48px}.hero__stat{top:48px;left:16px}.hero__stat strong{font-size:36px}.hero__stat span{font-size:14px}}@media (width>=1280px){.hero__title{font-size:100px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
