@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap";.demo-drawer[data-astro-cid-zyihslfo]{position:fixed;inset:0;width:auto;height:auto;max-width:none;max-height:none;margin:0;padding:0;border:0;background:transparent;overflow:hidden;font-family:Montserrat,sans-serif}.demo-drawer[data-astro-cid-zyihslfo]::backdrop{background:#190a2785;opacity:0;transition:opacity .38s ease}.demo-drawer[data-astro-cid-zyihslfo].is-visible::backdrop{opacity:1}.demo-drawer__panel[data-astro-cid-zyihslfo]{position:absolute;top:clamp(12px,2.2vh,24px);bottom:clamp(12px,2.2vh,24px);right:0;width:min(620px,100%);height:auto;padding:clamp(28px,4vh,44px) 52px clamp(26px,3.6vh,40px);border:1px solid #eee8f3;border-right:0;border-radius:26px 0 0 26px;background:radial-gradient(circle at 100% 0%,rgba(160,70,246,.09),transparent 34%),#fff;box-shadow:-26px 0 70px #1b0a3338;overflow-y:auto;overscroll-behavior:contain;contain:paint;transform:translate3d(100%,0,0);will-change:transform;transition:transform .46s cubic-bezier(.2,.72,.25,1)}.demo-drawer[data-astro-cid-zyihslfo].is-visible .demo-drawer__panel[data-astro-cid-zyihslfo]{transform:translateZ(0)}.demo-drawer__header[data-astro-cid-zyihslfo]{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;margin-bottom:clamp(24px,3.4vh,32px)}.demo-drawer__close[data-astro-cid-zyihslfo]{display:grid;place-items:center;width:30px;height:30px;margin-top:2px;padding:0;border:0;background:transparent;color:#381254;cursor:pointer;transition:color .2s ease,transform .2s ease}.demo-drawer__close[data-astro-cid-zyihslfo]:hover{color:#a046f6;transform:rotate(4deg)}.demo-drawer__close[data-astro-cid-zyihslfo]:focus-visible{outline:3px solid rgba(160,70,246,.24);outline-offset:3px}.demo-drawer__close[data-astro-cid-zyihslfo] svg[data-astro-cid-zyihslfo]{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.demo-drawer__content[data-astro-cid-zyihslfo]{width:100%;max-width:500px;margin:0 auto}.demo-drawer__title[data-astro-cid-zyihslfo]{margin:0;color:#1b0a33;font-size:clamp(24px,min(2vw,3.4vh),32px);font-weight:800;letter-spacing:-.035em;line-height:1.18}.demo-drawer__title[data-astro-cid-zyihslfo] strong[data-astro-cid-zyihslfo]{display:block;white-space:nowrap;color:#a046f6;font-weight:800}.demo-drawer__form[data-astro-cid-zyihslfo]{display:flex;flex-direction:column;gap:clamp(15px,2vh,19px)}.demo-drawer__field[data-astro-cid-zyihslfo]{position:relative;min-width:0}.demo-drawer__field[data-astro-cid-zyihslfo] label[data-astro-cid-zyihslfo]{position:absolute;top:8px;left:16px;z-index:1;max-width:calc(100% - 32px);color:#70687a;font-size:11px;font-weight:700;line-height:1.2;pointer-events:none}.demo-drawer__field[data-astro-cid-zyihslfo] label[data-astro-cid-zyihslfo] span[data-astro-cid-zyihslfo]{font-weight:500}.demo-drawer__field[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo],.demo-drawer__field[data-astro-cid-zyihslfo] select[data-astro-cid-zyihslfo],.demo-drawer__field[data-astro-cid-zyihslfo] textarea[data-astro-cid-zyihslfo]{width:100%;min-height:54px;padding:24px 16px 8px;border:1px solid #e2dbea;border-radius:13px;outline:0;background:#fbfaff;color:#1b0a33;font:inherit;font-size:15px;line-height:1.35;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.demo-drawer__field[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo]::placeholder,.demo-drawer__field[data-astro-cid-zyihslfo] select[data-astro-cid-zyihslfo]::placeholder,.demo-drawer__field[data-astro-cid-zyihslfo] textarea[data-astro-cid-zyihslfo]::placeholder{color:#aaa6b6}.demo-drawer__field[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo]:focus,.demo-drawer__field[data-astro-cid-zyihslfo] select[data-astro-cid-zyihslfo]:focus,.demo-drawer__field[data-astro-cid-zyihslfo] textarea[data-astro-cid-zyihslfo]:focus{border-color:#a046f6;background:#fff;box-shadow:0 0 0 3px #a046f61f}.demo-drawer__field[data-astro-cid-zyihslfo] select[data-astro-cid-zyihslfo]{appearance:none;padding-right:52px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m3 6 5 5 5-5' stroke='%231b0a33' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:16px}.demo-drawer__field[data-astro-cid-zyihslfo] textarea[data-astro-cid-zyihslfo]{display:block;min-height:88px;resize:none}.demo-drawer__field[data-astro-cid-zyihslfo].is-invalid label[data-astro-cid-zyihslfo]{color:#c83333}.demo-drawer__field[data-astro-cid-zyihslfo].is-invalid input[data-astro-cid-zyihslfo]{min-height:72px;padding-bottom:25px;border-color:#d84242;box-shadow:0 0 0 3px #d842421a}.demo-drawer__error[data-astro-cid-zyihslfo]{position:absolute;left:16px;bottom:7px;z-index:1;color:#c83333;font-size:11px;font-weight:600;line-height:1.2;pointer-events:none}.demo-drawer__error[data-astro-cid-zyihslfo]:empty{display:none}.demo-drawer__honeypot[data-astro-cid-zyihslfo]{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.demo-drawer__consent[data-astro-cid-zyihslfo]{display:grid;grid-template-columns:22px 1fr;gap:11px;align-items:start;margin:0;color:#696471;font-size:13px;line-height:1.5;cursor:pointer}.demo-drawer__consent[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo]{position:absolute;opacity:0;pointer-events:none}.demo-drawer__consent[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo]:checked+.demo-drawer__checkbox[data-astro-cid-zyihslfo]{border-color:#a046f6;background:#a046f6}.demo-drawer__consent[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo]:checked+.demo-drawer__checkbox[data-astro-cid-zyihslfo] svg[data-astro-cid-zyihslfo]{opacity:1}.demo-drawer__consent[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo]:focus-visible+.demo-drawer__checkbox[data-astro-cid-zyihslfo]{outline:3px solid rgba(160,70,246,.24);outline-offset:2px}.demo-drawer__consent[data-astro-cid-zyihslfo].is-invalid .demo-drawer__checkbox[data-astro-cid-zyihslfo]{border-color:#d84242;box-shadow:0 0 0 3px #d8424224;animation:demo-consent-shake .4s ease-in-out}.demo-drawer__consent[data-astro-cid-zyihslfo] a[data-astro-cid-zyihslfo]{color:#7e2fd0;font-weight:700;text-decoration:underline;text-underline-offset:2px}.demo-drawer__checkbox[data-astro-cid-zyihslfo]{display:grid;place-items:center;width:22px;height:22px;margin-top:1px;border:1.5px solid #cfc5da;border-radius:6px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.demo-drawer__checkbox[data-astro-cid-zyihslfo] svg[data-astro-cid-zyihslfo]{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;opacity:0}.demo-drawer__submit[data-astro-cid-zyihslfo]{width:100%;min-height:58px;padding:16px 24px;border:0;border-radius:14px;background:#a046f6;box-shadow:0 12px 30px #a046f64d;color:#fff;font:inherit;font-size:17px;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.demo-drawer__submit[data-astro-cid-zyihslfo]:hover:not(:disabled){transform:translateY(-2px);background:#8b2cf5;box-shadow:0 16px 36px #a046f661}.demo-drawer__submit[data-astro-cid-zyihslfo]:disabled{cursor:wait;opacity:.7}.demo-drawer__status[data-astro-cid-zyihslfo]{margin:0;text-align:center;font-size:14px;font-weight:600;line-height:1.45}.demo-drawer__status[data-astro-cid-zyihslfo][data-state=ok]{color:#13855f}.demo-drawer__status[data-astro-cid-zyihslfo][data-state=err]{color:#c83333}@keyframes demo-consent-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@media(max-width:700px){.demo-drawer[data-astro-cid-zyihslfo]{padding:12px}.demo-drawer__panel[data-astro-cid-zyihslfo]{inset:50% auto auto 50%;width:calc(100% - 24px);height:auto;max-height:calc(100dvh - 24px);padding:36px 20px 24px;border:1px solid #eee8f3;border-radius:24px;box-shadow:0 24px 70px #1b0a3347;transform:translate(-50%,-50%) scale(.96);opacity:0;transition:transform .22s ease,opacity .22s ease}.demo-drawer[data-astro-cid-zyihslfo].is-visible .demo-drawer__panel[data-astro-cid-zyihslfo]{transform:translate(-50%,-50%) scale(1);opacity:1}.demo-drawer__close[data-astro-cid-zyihslfo]{width:38px;height:38px;margin-top:-2px}.demo-drawer__header[data-astro-cid-zyihslfo]{gap:10px;margin-bottom:26px}.demo-drawer__title[data-astro-cid-zyihslfo]{font-size:clamp(23px,7vw,29px)}.demo-drawer__title[data-astro-cid-zyihslfo] strong[data-astro-cid-zyihslfo]{white-space:normal}.demo-drawer__form[data-astro-cid-zyihslfo]{gap:14px}.demo-drawer__field[data-astro-cid-zyihslfo] input[data-astro-cid-zyihslfo],.demo-drawer__field[data-astro-cid-zyihslfo] select[data-astro-cid-zyihslfo],.demo-drawer__field[data-astro-cid-zyihslfo] textarea[data-astro-cid-zyihslfo]{min-height:50px;padding:22px 14px 7px}.demo-drawer__field[data-astro-cid-zyihslfo] select[data-astro-cid-zyihslfo]{padding-right:48px;background-position:right 16px center}.demo-drawer__field[data-astro-cid-zyihslfo] textarea[data-astro-cid-zyihslfo]{min-height:82px}.demo-drawer__field[data-astro-cid-zyihslfo].is-invalid input[data-astro-cid-zyihslfo]{min-height:68px;padding-bottom:23px}.demo-drawer__consent[data-astro-cid-zyihslfo]{font-size:12px}.demo-drawer__submit[data-astro-cid-zyihslfo]{min-height:54px}}@media(prefers-reduced-motion:reduce){.demo-drawer[data-astro-cid-zyihslfo]::backdrop,.demo-drawer__panel[data-astro-cid-zyihslfo],.demo-drawer__submit[data-astro-cid-zyihslfo],.demo-drawer__checkbox[data-astro-cid-zyihslfo]{transition:none;animation:none}}:root{--h1-size: clamp(38px, 6vw, 68px);--h2-size: clamp(30px, 4vw, 42px);--h3-size: clamp(20px, 2.5vw, 26px);--subtitle-size: 18px;--body-size: 16px;--small-size: 14px}@media(max-width:768px){:root{--h1-size: clamp(30px, 8vw, 42px);--h2-size: 32px;--h3-size: 22px;--subtitle-size: 16px;--body-size: 15px;--small-size: 13px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:Open Sans,sans-serif;background-color:#fcfcfc;color:#381254;text-transform:none;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;width:100%}body.no-scroll{overflow:hidden}a{text-decoration:none;color:inherit}p{padding:0;margin:0}button{cursor:pointer;border:none;background:transparent}.wrapper-page{margin:0 auto;max-width:1500px;width:90%}.breadcrumbs{display:inline-flex;align-items:center;padding:12px 20px;background:#fff;border:1px solid #f2f2f7;border-radius:20px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#86868b;white-space:nowrap;margin-bottom:24px;margin-top:100px}.breadcrumbs a:hover{color:#a046f6}.breadcrumbs .sep{margin:0 12px;color:#d1d1d6}.breadcrumbs .current{color:#381254;text-overflow:ellipsis;overflow:hidden;max-width:600px}@media(max-width:640px){.breadcrumbs{white-space:normal}.breadcrumbs .current{max-width:100%}}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #a046f6;outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.base-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:center;width:100%;background:transparent;transition:background-color .3s ease,box-shadow .3s ease}.base-header--scrolled{background:transparent}.base-header--scrolled .base-header__toolbar:before{transform:scaleX(1);opacity:1;transition:transform .5s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1)}.base-header--scrolled .base-header__nav{border-color:transparent;background:transparent;box-shadow:none}.base-header__toolbar{width:calc(100% - 80px);max-width:1650px;display:flex;align-items:center;margin:12px auto 8px;padding:12px 24px 12px 40px;border-radius:100px;position:relative}.base-header__toolbar:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#ffffffb8;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(229,229,229,.5);box-shadow:0 4px 24px #0000000f;z-index:-1;transform:scaleX(.5);opacity:0;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1)}.base-header__logo{flex:1;display:flex;justify-content:flex-start;align-items:center}.base-header__logo img{height:48px;display:block}@media(max-width:600px){.base-header__logo img{height:28px}}.base-header__nav{flex:0 1 auto;display:flex;padding:16px 32px;margin:0 24px;align-items:center;gap:32px;border-radius:32px;border:1px solid #e5e5e5;background:#fefefe;box-shadow:0 0 20px #0000000a;transition:all .4s cubic-bezier(.23,1,.32,1)}.base-header__btns{flex:1;display:flex;justify-content:flex-end;max-height:56px;gap:16px}.base-header__nav-item{font-size:16px;color:#707070;font-weight:500;text-decoration:none;padding:8px 12px;border-radius:12px;transition:background .2s,color .2s;white-space:nowrap;border:none;background:transparent;cursor:pointer;font-family:inherit}.base-header__nav-item:hover{background:#faf5ff;color:#a046f6}.base-header__nav-item.active{color:#a046f6;background:transparent}.base-header__dropdown{position:relative;padding-bottom:20px;margin-bottom:-20px}.base-header__dropdown:hover .dropdown-menu{display:block}.base-header .dropdown-toggle:after{content:"▾";margin-left:4px;font-size:12px;vertical-align:middle}.base-header .dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:12px;box-shadow:0 10px 30px #0000001a;min-width:240px;z-index:110;margin-top:6px}.base-header .dropdown-menu:before{content:"";position:absolute;top:-15px;left:0;right:0;height:20px;background:transparent}.base-header .dropdown-menu.download-menu-vertical{min-width:200px;padding:8px}.base-header .dropdown-menu.download-menu-vertical .dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 16px;color:#5c5c5c}.base-header .dropdown-menu.download-menu-vertical .dropdown-item .dropdown-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(0%) hue-rotate(145deg) brightness(91%) contrast(90%)}.base-header .dropdown-menu.download-menu-vertical .dropdown-item:hover{background:#faf5ff;color:#a046f6}.base-header .dropdown-menu.download-menu-vertical .dropdown-item:hover .dropdown-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(87%) saturate(3065%) hue-rotate(253deg) brightness(98%) contrast(98%)}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu{position:relative;cursor:pointer}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .dropdown-submenu-toggle{display:flex;align-items:center;gap:12px;width:100%}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .dropdown-submenu-toggle .submenu-arrow{margin-left:auto;font-size:10px;color:#ccc}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .submenu-content{display:none;position:absolute;left:100%;top:-8px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:8px;min-width:180px;box-shadow:10px 10px 30px #0000000d;margin-left:10px}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .submenu-content:before{content:"";position:absolute;left:-15px;top:0;width:15px;height:100%;background:transparent}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu:hover .submenu-content{display:block}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .submenu-item{display:block;padding:8px 12px;color:#707070;text-decoration:none;border-radius:8px;font-size:14px;transition:all .2s}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .submenu-item:hover:not(.disabled){background:#faf5ff;color:#a046f6}.base-header .dropdown-menu.download-menu-vertical .dropdown-submenu .submenu-item.disabled{opacity:.5;cursor:not-allowed}.base-header .dropdown-item{display:flex;align-items:center;padding:12px 16px;color:#707070;text-decoration:none;border-radius:10px;font-size:15px;font-weight:500;transition:all .2s;gap:10px}.base-header .dropdown-item:hover{background:#faf5ff;color:#a046f6}.base-header .dropdown-item:before{content:"";width:6px;height:6px;background:#a046f6;border-radius:50%;opacity:0;transition:opacity .2s}.base-header .dropdown-item:hover:before{opacity:1}.base-header .dropdown-item.disabled{opacity:.5;cursor:not-allowed}.base-header .dropdown-item.disabled:hover{background:transparent;color:#707070}.base-header .dropdown-item.disabled:hover:before{opacity:0}.base-header__btn{font-size:16px;text-transform:none;text-decoration:none;border-radius:16px;font-weight:500;padding:12px 60px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .3s ease}.base-header__btn--login{height:56px;color:#a046f6;border:1px solid #a046f6;background:transparent;padding:12px 60px}.base-header__btn--login:hover{color:#fefefe;background:#a046f6}.base-header__btn--start{height:56px;color:#fff;background:#10b77f;border:1px solid #10b77f;padding:12px 32px}.base-header__btn--start:hover{color:#10b77f;background:#fefefe}.base-header__burger{display:none;border:none;background:transparent;cursor:pointer;padding:8px;width:44px;height:44px;position:relative;z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:6px}.base-header__burger .burger-line{display:block;width:24px;height:2px;background:#10b77f;border-radius:2px;transition:all .3s cubic-bezier(.23,1,.32,1);transform-origin:center}.base-header__burger.active .burger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.base-header__burger.active .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.base-header__burger.active .burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:999;visibility:hidden;pointer-events:none}.mobile-menu:before{content:"";position:absolute;inset:0;background:#0a0a0a66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .35s cubic-bezier(.23,1,.32,1)}.mobile-menu.active{visibility:visible;pointer-events:auto}.mobile-menu.active:before{opacity:1}.mobile-menu.active .mobile-menu__panel{transform:translate(0);opacity:1}.mobile-menu.active .mobile-menu__link,.mobile-menu.active .mobile-menu__section-toggle{opacity:1;transform:translate(0)}.mobile-menu.active .mobile-menu__nav>:nth-child(1){transition-delay:.09s}.mobile-menu.active .mobile-menu__nav>:nth-child(2){transition-delay:.13s}.mobile-menu.active .mobile-menu__nav>:nth-child(3){transition-delay:.17s}.mobile-menu.active .mobile-menu__nav>:nth-child(4){transition-delay:.21s}.mobile-menu.active .mobile-menu__nav>:nth-child(5){transition-delay:.25s}.mobile-menu.active .mobile-menu__nav>:nth-child(6){transition-delay:.29s}.mobile-menu.active .mobile-menu__nav>:nth-child(7){transition-delay:.33s}.mobile-menu.active .mobile-menu__nav>:nth-child(8){transition-delay:.37s}.mobile-menu__panel{position:absolute;top:0;right:0;width:340px;max-width:85vw;height:100%;background:#fcfcfc;border-radius:24px 0 0 24px;box-shadow:-20px 0 60px #0000001f;display:flex;flex-direction:column;transform:translate(100%);opacity:0;transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-menu__logo{display:flex;align-items:center}.mobile-menu__logo img{height:32px}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f5f5f5;border-radius:12px;cursor:pointer;color:#707070;transition:all .2s ease}.mobile-menu__close:hover{background:#eee;color:#333}.mobile-menu__close:active{transform:scale(.95)}.mobile-menu__nav{flex:1;display:flex;flex-direction:column;padding:16px 16px 8px;gap:2px}.mobile-menu__link{display:block;font-size:16px;font-weight:500;color:#333;text-decoration:none;padding:14px 16px;border-radius:14px;transition:background .2s,color .2s;opacity:0;transform:translate(20px);transition:opacity .3s ease,transform .3s ease,background .2s,color .2s}.mobile-menu__link:hover,.mobile-menu__link:active{background:#faf5ff;color:#a046f6}.mobile-menu__link.active{color:#a046f6;background:#a046f60f}.mobile-menu__section{border-radius:14px;transition:background .2s}.mobile-menu__section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:16px;font-weight:500;color:#333;padding:14px 16px;border:none;background:transparent;cursor:pointer;border-radius:14px;font-family:inherit;opacity:0;transform:translate(20px);transition:opacity .3s ease,transform .3s ease,background .2s,color .2s}.mobile-menu__section-toggle:hover,.mobile-menu__section-toggle:active{background:#faf5ff;color:#a046f6}.mobile-menu__chevron{transition:transform .3s cubic-bezier(.23,1,.32,1);flex-shrink:0}.mobile-menu__section.open>.mobile-menu__section-toggle .mobile-menu__chevron,.mobile-menu__linux.open>.mobile-menu__linux-toggle .mobile-menu__chevron{transform:rotate(180deg)}.mobile-menu__section-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.23,1,.32,1);overflow:hidden}.mobile-menu__section.open>.mobile-menu__section-content{grid-template-rows:1fr}.mobile-menu__section-content>:first-child{overflow:hidden;display:flex;flex-direction:column;min-height:0}.mobile-menu__sublink{font-size:15px;font-weight:400;color:#666;padding:11px 16px 11px 32px;margin:0;border-radius:12px;opacity:1;transform:none}.mobile-menu__sublink:hover,.mobile-menu__sublink:active{background:#faf5ff;color:#a046f6}.mobile-menu__download-link{display:flex;align-items:center;gap:12px}.mobile-menu__platform-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) brightness(85%) contrast(90%);transition:filter .2s}.mobile-menu__download-link:hover .mobile-menu__platform-icon,.mobile-menu__linux-toggle:hover .mobile-menu__platform-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(87%) saturate(3065%) hue-rotate(253deg) brightness(98%) contrast(98%)}.mobile-menu__linux{border-radius:12px}.mobile-menu__linux-toggle{display:flex;align-items:center;gap:12px;width:100%;font-size:15px;font-weight:400;color:#666;padding:11px 16px 11px 32px;border:none;background:transparent;cursor:pointer;border-radius:12px;font-family:inherit;transition:background .2s,color .2s}.mobile-menu__linux-toggle .mobile-menu__chevron{margin-left:auto}.mobile-menu__linux-toggle:hover,.mobile-menu__linux-toggle:active{background:#faf5ff;color:#a046f6}.mobile-menu__linux-list{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.23,1,.32,1);overflow:hidden}.mobile-menu__linux.open>.mobile-menu__linux-list{grid-template-rows:1fr}.mobile-menu__linux-list>:first-child{overflow:hidden;min-height:0}.mobile-menu__linux-item{display:block;font-size:14px;color:#888;text-decoration:none;padding:9px 16px 9px 64px;border-radius:10px;transition:background .2s,color .2s}.mobile-menu__linux-item:hover:not(.disabled){background:#faf5ff;color:#a046f6}.mobile-menu__linux-item.disabled{opacity:.4;cursor:not-allowed}.mobile-menu__footer{padding:16px 20px 28px;display:flex;flex-direction:column;gap:10px;border-top:1px solid rgba(0,0,0,.06);margin-top:auto}.mobile-menu__cta{display:flex;align-items:center;justify-content:center;height:48px;border-radius:14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.mobile-menu__cta--primary{background:#10b77f;color:#fff}.mobile-menu__cta--primary:hover{background:#0ea572}.mobile-menu__cta--primary:active{transform:scale(.98)}.mobile-menu__cta--secondary{background:transparent;color:#a046f6;border:1.5px solid #a046f6}.mobile-menu__cta--secondary:hover{background:#a046f60f}.mobile-menu__cta--secondary:active{transform:scale(.98)}@media(max-width:400px){.mobile-menu__panel{max-width:100%;width:100%;border-radius:0}}@media(max-width:1440px){.base-header__toolbar{justify-content:space-between}.base-header__nav{margin:0 16px;gap:12px;padding:14px 24px}.base-header__btns{gap:12px}.base-header__btns .base-header__btn{padding:12px 48px}}@media(max-width:1250px){.base-header__toolbar{padding:10px 16px 10px 28px}.base-header__nav-item{font-size:14px;padding:6px 8px}.base-header__nav{padding:12px 18px;margin:0 12px;gap:8px;border-radius:26px}.base-header__btns .base-header__btn{padding:10px 28px;height:52px}.dropdown-menu.download-grid{min-width:400px}}@media(max-width:1100px){.base-header__btns .base-header__btn{padding:10px 20px;font-size:14px;height:48px}.base-header__nav{margin:0 8px;gap:4px;padding:10px 14px;border-radius:24px}.base-header__nav-item{font-size:13px;padding:6px}}@media(max-width:1000px){.base-header__toolbar{padding:10px 20px;margin:8px auto 0;justify-content:space-between;align-items:center;border-radius:50px;background:#ffffffbf;backdrop-filter:blur(16px) saturate(1.3);-webkit-backdrop-filter:blur(16px) saturate(1.3);border:1px solid rgba(229,229,229,.5);box-shadow:none;width:92%}.base-header__logo img{height:32px}.base-header__nav,.base-header__btns{display:none}.base-header__burger{display:flex}.base-header__toolbar:before{display:none}.base-header--scrolled .base-header__toolbar{background:#ffffffe0;box-shadow:none}}@media(max-width:600px){.base-header__toolbar{padding:8px 16px;margin:6px auto 0;width:94%;border-radius:50px;align-items:center}.base-header__logo img{height:28px}.base-header__burger{width:38px;height:38px;padding:6px;gap:5px}}
