:root{--jxera-bg: #000;--jxera-bg-card: rgba(18, 18, 18, .2);--jxera-bg-card-dark: rgba(15, 15, 15, .41);--jxera-bg-os: #00151e;--jxera-orange: #ffa621;--jxera-orange-btn-from: #f8963d;--jxera-orange-btn-to: #ffa43c;--jxera-orange-accent: #ffb443;--jxera-orange-hover-glow: 0 0 0 1px rgba(255, 255, 255, .28), 0 0 16px rgba(255, 255, 255, .22), 0 0 32px rgba(255, 255, 255, .1);--jxera-green: #99c12a;--jxera-red: #b40202;--jxera-text: #fff;--jxera-text-muted: rgba(255, 255, 255, .8);--jxera-text-gray: #d2d2d2;--jxera-text-light: #c1c1c1;--jxera-border: rgba(255, 255, 255, .06);--jxera-border-light: rgba(255, 255, 255, .3);--jxera-radius: 20px;--jxera-radius-sm: 10px;--jxera-radius-btn: 14px;--jxera-font-molengo: "Molengo", sans-serif;--jxera-font-montserrat: "Montserrat", sans-serif;--jxera-font-roboto: "Roboto", sans-serif;--jxera-max-width: 1290px;--jxera-section-gap: 48px;--jxera-header-h: 50px}html{scroll-padding-top:var(--jxera-header-h, 50px)}.jxera main>section[id],.jxera main>footer[id]{scroll-margin-top:var(--jxera-header-h, 50px)}.jxera-glass-border{position:relative;border-radius:var(--jxera-radius);background:linear-gradient(315deg,#ffffff4d,#ffffff2e);border:1px solid rgba(255,255,255,.35);box-shadow:0 0 0 1px #fff3,0 30px 60px #000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}button.jxera-glass-border:hover{background:radial-gradient(circle at 100% 100%,rgba(255,255,255,.24),transparent 55%),radial-gradient(circle at 0% 0%,rgba(255,255,255,.24),transparent 25%)}.jxera-glass-border:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 100% 100%,rgba(255,255,255,.24),transparent 35%),radial-gradient(circle at 0% 0%,rgba(255,255,255,.24),transparent 25%);mix-blend-mode:screen;opacity:.9;pointer-events:none}.jxera-glass-border:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 100% 0%,rgba(0,0,0,.65),transparent 55%),radial-gradient(circle at 0% 100%,rgba(0,0,0,.65),transparent 55%);mix-blend-mode:screen;opacity:.7;pointer-events:none}body{background:var(--jxera-bg);color:var(--jxera-text);font-family:var(--jxera-font-roboto);min-height:100vh;overflow-x:hidden;position:relative;isolation:isolate;background-image:var(--jxera-bg-image, url(/img/figma/bg-desktop.png));background-position:center top,center top;background-repeat:no-repeat,no-repeat;background-attachment:scroll,scroll}body *,body *:before,body *:after{box-sizing:border-box}.liquid-glass{background:#ffffff1a;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:20px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 30px #0000001a;position:relative;overflow:hidden}.jxera{max-width:1440px;margin:0 auto;position:relative;z-index:0}.jxera-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--jxera-border-light)}.jxera-header-inner{max-width:var(--jxera-max-width);margin:0 12px;padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:33px}.jxera-logo{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#ffffff14;border-radius:8px;text-decoration:none;color:var(--jxera-text);font-family:var(--jxera-font-molengo);font-size:38px;font-weight:400;letter-spacing:.05em}.jxera-logo-icon{width:38px;height:38px;border-radius:50%;background:linear-gradient(82deg,#f48f3e,#e8be57,#fb9442,#fae066,#e8be57);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.2rem;color:#1a1a1a}.jxera-nav{display:flex;align-items:center;gap:28px;font-size:16px;color:#adadad;font-family:var(--jxera-font-montserrat)}.jxera-nav a{color:inherit;text-decoration:none;position:relative;display:inline-block;padding-bottom:2px;transition:color .2s ease}.jxera-nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(to right,#38bdf8,#a855f7);transform:scaleX(0);transform-origin:left center;transition:transform .18s ease-out;pointer-events:none}.jxera-nav a:hover{color:var(--jxera-orange-accent)}.jxera-nav a:hover:after{transform:scaleX(1)}.jxera-header-icons{display:flex;align-items:center;gap:7px}.jxera-header-actions{display:flex;align-items:center;gap:13px}.jxera-burger{display:none;width:45px;height:45px;border-radius:8.75px;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);padding:0;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px #0000008c,inset 0 1px #ffffff1a,inset 0 -1px #00000073}.jxera-burger-lines{position:relative;width:22px;height:2px;background:#ffffffd9;border-radius:2px;display:block;transition:background .2s ease}.jxera-burger-lines:before,.jxera-burger-lines:after{content:"";position:absolute;left:0;width:22px;height:2px;background:#ffffffd9;border-radius:2px;transition:transform .2s ease,top .2s ease,opacity .2s ease}.jxera-burger-lines:before{top:-7px}.jxera-burger-lines:after{top:7px}.jxera-burger.is-open .jxera-burger-lines{background:transparent}.jxera-burger.is-open .jxera-burger-lines:before{top:0;transform:rotate(45deg)}.jxera-burger.is-open .jxera-burger-lines:after{top:0;transform:rotate(-45deg)}.jxera-mobile-nav{position:fixed;inset:0;z-index:120;background:#1b1b1bb0;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.jxera-mobile-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;height:100vh}.jxera-mobile-nav-panel{position:absolute;left:0;top:0;display:flex;flex-direction:column;height:100%;width:min(288px,100%);margin:0;border-radius:0;background:#000;border:none;padding:0;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transform:translate(-105%);transition:transform .22s ease}.jxera-mobile-nav.is-open .jxera-mobile-nav-panel{transform:translate(0)}.jxera-mobile-nav-header{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-height:53px;padding:0 14px;background:#141414}.jxera-mobile-nav-title{margin:0;font-family:var(--jxera-font-montserrat);font-weight:700;font-size:14px;line-height:1.505;color:#fff;letter-spacing:.42px;text-align:center}.jxera-mobile-nav-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:21px;height:21px;padding:0;border:none;border-radius:0;background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.jxera-mobile-nav-close:hover{color:var(--jxera-orange-accent)}.jxera-mobile-nav-close-icon{display:block}.jxera-mobile-nav-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:34px;padding:23px 14px 24px}.jxera-mobile-nav-links{display:flex;flex-direction:column;gap:14px;font-family:var(--jxera-font-montserrat);font-weight:400;padding:0}.jxera-mobile-nav-links a{text-decoration:none;color:#adadad;font-size:16px;letter-spacing:.48px;line-height:normal;transition:color .15s ease}.jxera-mobile-nav-links a:hover{color:#fff}.jxera-mobile-nav-cta{display:flex;flex-direction:column;gap:10px;width:100%}.jxera-mobile-nav-btn{display:flex;align-items:center;justify-content:center;min-height:50px;padding:12px 14px;border-radius:10px;border:none;box-sizing:border-box;font-family:var(--jxera-font-montserrat);font-weight:600;font-size:12px;letter-spacing:.36px;color:#fff;text-decoration:none;text-align:center;cursor:pointer;background:linear-gradient(to bottom,var(--jxera-orange-btn-from),var(--jxera-orange-btn-to) 78%);box-shadow:0 2.917px 6.054px #00000057;transition:opacity .2s ease,transform .15s ease}.jxera-mobile-nav-btn:hover{opacity:.95;transform:translateY(1px)}body.jxera-menu-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.jxera-mobile-nav,.jxera-mobile-nav-panel{transition:none}.jxera-btn,.jxera-icon-link{transition:opacity .2s ease,transform .15s ease}}.jxera-icon-link{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#a3a3a3;text-decoration:none;transition:opacity .2s ease,transform .15s ease,box-shadow .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 #fff0}.jxera-icon-link img{width:32px;height:32px;display:block}.jxera-header-toggle{width:45px;height:45px;border-radius:8.75px;background:#ffffff0f;border:0;padding:5px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px #0000008c,inset 0 1px #ffffff1a,inset 0 -1px #00000073}.jxera-header-toggle-inner{display:flex;width:35px;height:35px;padding:5px;justify-content:center;align-items:center;flex-shrink:0;border-radius:8.75px;background:#a3a3a3;box-shadow:inset 0 1px #ffffff59,inset 0 -2px 6px #00000038}.jxera-header-avatar{width:25px;height:25px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.jxera-header-avatar img{width:25px;height:25px;display:block}.jxera-section{margin:0 auto;padding:0 75px var(--jxera-section-gap);position:relative}.jxera-section-title{font-family:var(--jxera-font-roboto);font-weight:600;font-size:40px;text-align:center;text-transform:uppercase;color:var(--jxera-text);margin:0 0 24px}.jxera-hero{position:relative;min-height:760px;padding:40px 75px 60px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.jxera-hero .jxera-hero-bg{position:absolute}.jxera-hero .jxera-hero-content{position:relative;z-index:2;flex:0 0 auto;max-width:700px}.jxera-hero .jxera-hero-title-wrap{position:relative;display:inline-block}.jxera-hero .jxera-hero-android{position:absolute;left:-32px;bottom:0;width:148px;height:auto;display:block}.jxera-hero .jxera-hero-title{font-family:var(--jxera-font-montserrat);font-weight:900;font-size:clamp(80px,12vw,175px);line-height:1;letter-spacing:.03em;color:var(--jxera-orange);margin:0}.jxera-hero .jxera-hero-subtitle{font-size:23px;color:#ffffffbf;padding-left:96px;margin-bottom:24px;max-width:520px;text-align:left}.jxera-hero .jxera-hero-features{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px;max-width:630px}.jxera-hero .jxera-feature-card{min-height:100px;width:300px;background:#ffffff0f;border-radius:var(--jxera-radius);padding:12px 12px 12px 18px;position:relative;overflow:hidden;align-content:center}.jxera-hero .jxera-feature-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--jxera-green)}.jxera-hero .jxera-feature-card p{margin:0;font-size:14px;color:var(--jxera-text-gray);line-height:1.4}.jxera-hero .jxera-hero-visual{position:absolute;z-index:3;right:328px;top:48%;transform:translateY(-50%);width:210px}.jxera-hero .jxera-hero-visual-img-wrap{position:absolute;bottom:80px;right:0;width:1012px}.jxera-hero .jxera-hero-visual-img{width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 97%,transparent 100%),linear-gradient(to right,#000 0%,#000 99%,transparent 100%);-webkit-mask-composite:intersect;mask-image:linear-gradient(to bottom,#000 0%,#000 97%,transparent 100%),linear-gradient(to right,#000 0%,#000 99%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect}.jxera-hero .jxera-hero-cta{display:flex;flex-direction:column;align-items:stretch;gap:14px}.jxera-hero .jxera-hero-cta-card{position:relative;border-radius:18px;padding:12px 16px;background:none!important;width:126px;height:126px;display:flex;align-items:center;align-self:center;justify-content:center;margin-bottom:28px}.jxera-hero .jxera-hero-cta-card-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.jxera-hero .jxera-hero-cta-icon{width:60px;height:auto;display:block}.jxera-hero-cta .jxera-btn{width:100%;justify-content:center}.jxera-btn{display:inline-flex;align-items:center;justify-content:center;padding:19px 24px;background:linear-gradient(to bottom,var(--jxera-orange-btn-from),var(--jxera-orange-btn-to) 78%);border:none;border-radius:var(--jxera-radius-btn);color:#fff;font-family:var(--jxera-font-montserrat);font-weight:600;font-size:15px;text-decoration:none;cursor:pointer;box-shadow:0 4px 8px #00000057,0 0 #fff0;transition:opacity .2s ease,transform .15s ease,box-shadow .4s cubic-bezier(.4,0,.2,1)}.jxera-btn:hover,.jxera-icon-link:hover{opacity:.95;transform:translateY(1px)}.jxera-btn:hover{box-shadow:0 4px 8px #00000057,var(--jxera-orange-hover-glow)}.jxera-icon-link:hover{box-shadow:var(--jxera-orange-hover-glow)}.jxera-video-block{max-width:844px;margin:0 auto 40px;position:relative}.jxera-video-wrap{border-radius:30px;overflow:hidden;border:6px solid rgba(112,112,112,.24);background:#111;aspect-ratio:16/9;position:relative}.jxera-video-wrap img{width:100%;height:100%;-o-object-fit:none;object-fit:none}.jxera-video-wrap iframe{width:100%;height:100%;display:block;border:0}.jxera-arrow-left,.jxera-arrow-right{position:absolute;top:50%;width:53px;height:53px;cursor:pointer;z-index:2}:is(.jxera-arrow-left,.jxera-arrow-right) img{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.3);border-radius:50%}.jxera-arrow-left{left:-90px}.jxera-arrow-right{right:-90px}.jxera-arrow-left img,.jxera-arrow-right img{width:100%;height:100%;display:block;transform:translateY(-50%) rotate(180deg)}.jxera-arrow-left img{transform:translateY(-50%)}.jxera-video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;cursor:pointer}.jxera-video-play:after{content:"";width:69px;height:69px;background:var(--jxera-orange-accent);border-radius:50%;clip-path:polygon(32% 18%,32% 82%,85% 50%)}.jxera-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:31px}.jxera-step-card{background:var(--jxera-bg-card);border-radius:var(--jxera-radius);padding:24px;min-height:169px;background:radial-gradient(circle at 70% 120%,rgba(255,255,255,.24),transparent 35%),radial-gradient(circle at 10% -20%,rgba(255,255,255,.24),transparent 25%)}.jxera-step-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:15px}.jxera-step-num{font-family:var(--jxera-font-roboto);font-weight:700;font-size:30px;color:#ffffff6b;letter-spacing:.03em}.jxera-step-card p{margin:0;font-size:16px;font-weight:300;color:var(--jxera-text);line-height:1.4}.jxera-step-card a{color:var(--jxera-text);text-decoration:underline}.jxera-step-card a:hover{color:var(--jxera-orange)}.jxera-os-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:60px;margin-top:40px}.jxera-os-card{width:270px;text-align:center}.jxera-os-card img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.jxera-os-card p{margin:0;font-family:var(--jxera-font-roboto);font-weight:600;font-size:23px;text-transform:uppercase;color:var(--jxera-text)}.jxera-os-card .yes{color:var(--jxera-green)}.jxera-os-card .no{color:var(--jxera-red)}.jxera-faq-list{display:flex;flex-direction:column;gap:6px;max-width:100%}.jxera-faq-item{background:var(--jxera-bg-card-dark);border-radius:var(--jxera-radius-sm);overflow:hidden}.jxera-faq-item.open{background:#272727;border:none;transition:background .2s}.jxera-faq-trigger{width:100%;display:flex;align-items:center;gap:20px;padding:18px 21px;background:none;border:none;color:var(--jxera-text);font-family:var(--jxera-font-roboto);font-size:20px;font-weight:500;text-align:left;cursor:pointer;min-height:64px}.jxera-faq-num{flex-shrink:0;font-weight:700;color:var(--jxera-text-light)}.jxera-faq-item.open .jxera-faq-trigger{color:var(--jxera-orange-accent)}.jxera-faq-icon{margin-left:auto;width:26px;height:26px;border-radius:50%;background:var(--jxera-orange-accent);flex-shrink:0;position:relative;transition:transform .2s}.jxera-faq-item.open .jxera-faq-icon{background:#ffffff40;border:1px solid rgba(255,255,255,.15);transform:rotate(45deg)}.jxera-faq-item.open .jxera-faq-icon:before,.jxera-faq-item.open .jxera-faq-icon:after{background:#fff}.jxera-faq-icon:before,.jxera-faq-icon:after{content:"";position:absolute;background:#111;top:50%;left:50%;transform:translate(-50%,-50%)}.jxera-faq-icon:before{width:12px;height:2px}.jxera-faq-icon:after{width:2px;height:12px}.jxera-faq-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease,opacity .25s fade}.jxera-faq-item.open .jxera-faq-body{max-height:300px;opacity:1;padding:0 21px 18px}.jxera-faq-body p{margin:0;font-size:15px;color:#ffffffb3;line-height:1.5}.jxera-faq-body a{color:var(--jxera-orange-accent);text-decoration:underline}.jxera-download-links{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:31px;justify-content:center}.jxera-download-link{display:flex;align-items:center;gap:31px;color:var(--jxera-text);text-decoration:none;font-size:20px;max-width:410px}.jxera-download-link:hover{color:var(--jxera-orange)}.jxera-download-link-icon{width:72px;height:78px;flex-shrink:0;background:var(--jxera-bg-card);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px}.jxera-download-cta{display:flex;justify-content:center}.jxera-changelog-overlay{position:absolute;left:0;right:0;top:60%;z-index:50;display:none;justify-content:center}.jxera-changelog-overlay.is-open{display:flex}.jxera-changelog-modal{max-width:var(--jxera-max-width);width:calc(100% - 150px);background:#000000e6;border-radius:30px;box-shadow:0 30px 80px #000000bf;padding:8px;color:var(--jxera-text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.jxera-changelog-header{display:flex;justify-content:flex-end}.jxera-changelog-close{border:none;background:none;color:#fff;width:32px;height:32px;font-size:28px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.jxera-changelog-body{padding:20px}.jxera-changelog-columns{display:flex;flex-direction:column;gap:12px;font-size:14px;line-height:1.5;color:var(--jxera-text)}.jxera-changelog-col{flex:1 1 0}.jxera-changelog-col-title{font-weight:600;margin-bottom:6px}.jxera-changelog-col p{margin:0;color:var(--jxera-text-muted)}.jxera-help{display:flex;align-items:center;gap:65px;flex-wrap:wrap;justify-content:center;padding:60px 0}.jxera-help-text{flex:1;min-width:280px;max-width:660px}.jxera-help-text h3{font-family:var(--jxera-font-roboto);font-weight:600;font-size:40px;text-transform:uppercase;color:var(--jxera-text);margin:0 0 20px}.jxera-help-text p{font-weight:300;font-size:20px;color:var(--jxera-text-muted);line-height:1.5;margin:0 0 12px}.jxera-help-text a{color:var(--jxera-text-muted);text-decoration:underline;transition:color .2s ease}.jxera-help-text a:hover{color:var(--jxera-orange-accent)}.jxera-help-other h4{font-size:20px;text-transform:uppercase;color:var(--jxera-text);margin:24px 0 12px}.jxera-footer{border-radius:30px;padding:44px 82px;margin:0 auto var(--jxera-section-gap);max-width:var(--jxera-max-width);margin-left:75px;margin-right:75px;margin-bottom:90px;display:grid;grid-template-columns:371px 1fr;gap:0 40px;align-items:center;background-image:var(--jxera-footer-bg, url(/img/figma/bg-footer-card.png));background-size:cover;background-position:center;background-repeat:no-repeat;background-color:unset}.jxera-footer-quote{display:flex;align-items:start;gap:4px;margin-top:36px}.jxera-footer-title{font-family:var(--jxera-font-roboto);font-weight:600;font-size:40px;text-transform:uppercase;color:var(--jxera-text);margin:0 0 20px;line-height:1.2}.jxera-footer p{font-weight:300;font-size:20px;color:var(--jxera-text-muted);line-height:1.5;margin:0 0 12px}.jxera-footer-contact{font-size:16px;margin-top:20px}.jxera-footer-social{display:flex;gap:12px;margin-top:12px}.jxera-footer-social a{width:34px;height:34px;display:block;color:#fff}.back-to-top{position:fixed;right:30px;bottom:30px;z-index:60;width:53px;height:53px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#00000059;box-shadow:0 18px 45px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .18s ease-out,transform .18s ease-out,border-color .18s ease-out,background-color .18s ease-out}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{border-color:#ffffff73;background:#00000080}.back-to-top__icon{width:100%;height:100%;display:block;transform:rotate(90deg)}@media(prefers-reduced-motion:reduce){.back-to-top{transition:none}}@media(max-width:1380px){.jxera-hero{padding:40px 40px 60px}.jxera-hero .jxera-hero-content{grid-area:content;max-width:none;margin-top:24px}.jxera-hero .jxera-hero-features{grid-template-columns:1fr}.jxera-hero .jxera-feature-card{width:380px;min-height:auto}.jxera-hero .jxera-hero-visual-img-wrap{bottom:-50px}.jxera-hero .jxera-hero-visual-img-wrap img{-webkit-mask-image:linear-gradient(to bottom,#000 88%,#000 88%,transparent 90%);mask-image:linear-gradient(to bottom,#000 88%,#000 88%,transparent 90%)}}@media(max-width:1196px){.jxera-header-inner{margin:0 16px}.jxera-nav{display:none}.jxera-burger{display:inline-flex}.jxera-hero .jxera-hero-visual-img-wrap{right:-100px}.jxera-hero .jxera-hero-visual-img-wrap img{-webkit-mask-image:linear-gradient(to bottom,#000 88%,#000 88%,transparent 90%),linear-gradient(to right,#000 88%,#000 88%,transparent 90%);mask-image:linear-gradient(to bottom,#000 88%,#000 88%,transparent 90%),linear-gradient(to right,#000 88%,#000 88%,transparent 90%)}}@media(max-width:1080px){.jxera-hero .jxera-hero-visual-img-wrap{--jxera-hero-visual-scale: .75;transform:scale(var(--jxera-hero-visual-scale));transform-origin:center right}.jxera-hero .jxera-hero-android{width:130px}.jxera-hero .jxera-hero-subtitle{padding-left:80px}}@media(max-width:1024px){.jxera-hero{flex-direction:column;padding-top:40px;min-height:auto}.jxera-hero-features,.jxera-steps{grid-template-columns:1fr}.jxera-footer{grid-template-columns:1fr;margin-left:20px;margin-right:20px;padding:30px 24px}.jxera-section{padding-left:24px;padding-right:24px}.jxera-header-inner{padding-left:24px;padding-right:24px;flex-wrap:wrap}.jxera-nav{order:3;width:100%;flex-wrap:wrap;gap:16px}.jxera-arrow-left{left:16px}.jxera-arrow-right{right:16px}}@media(min-width:900px){.jxera-changelog-columns{flex-direction:row;justify-content:space-between;gap:32px}}@media(max-width:860px){.jxera-hero .jxera-hero-visual-img-wrap{--jxera-hero-visual-scale: .65;transform:scale(var(--jxera-hero-visual-scale));transform-origin:center right}}@media(max-width:768px){.jxera-header-inner{padding:0;margin:0 12px}.jxera-header-icons{display:none}.jxera-section-title{font-size:32px}.jxera-hero{align-items:center}.jxera-hero .jxera-hero-title-wrap{margin-right:auto}.jxera-hero .jxera-hero-title{font-size:clamp(52px,22.5vw,88px)}.jxera-hero .jxera-hero-android{width:100px;left:-22px;bottom:2px}.jxera-hero .jxera-hero-subtitle{font-size:16px;line-height:normal;padding-left:60px}.jxera-hero .jxera-hero-visual-img-wrap{position:relative;top:-36px;left:20%;bottom:0;transform:scale(.75);transform-origin:top left}.jxera-hero .jxera-hero-visual-img-wrap img{-webkit-mask-image:linear-gradient(to bottom,#000 88%,#000 91%,transparent 96%);mask-image:linear-gradient(to bottom,#000 88%,#000 91%,transparent 96%)}.jxera-hero .jxera-hero-content{max-width:none;width:100%;margin-top:-232px}.jxera-hero .jxera-hero-features{gap:12px;margin-left:auto;margin-right:auto}.jxera-hero .jxera-feature-card{width:100%;max-width:none;min-height:auto}}@media(max-width:600px){.jxera-changelog-modal{padding:18px 16px 20px;width:calc(100% - 32px)}.jxera-changelog-header h3{font-size:20px}.jxera-hero .jxera-hero-visual-img-wrap{transform:scale(.75)}}
