:root{--manual-blue:#002fa7;--manual-ink:#161719;--manual-muted:#666c75;--manual-line:#dde1e7;--manual-soft:#f5f6f8}*{box-sizing:border-box}.manual-document{color:var(--manual-ink);width:min(1080px,100%);margin:0 auto;padding:8px 0 76px}.manual-document-heading{border-bottom:1px solid var(--manual-line);margin-bottom:38px;padding-bottom:28px}.manual-document-heading p{color:var(--manual-blue);letter-spacing:.18em;margin:0 0 10px;font-size:11px;font-weight:700}.manual-document-heading h1{margin:0;font-size:clamp(40px,4vw,60px);font-weight:600;line-height:1.1}.manual-document-heading span{color:var(--manual-muted);margin-top:14px;font-size:18px;line-height:1.6;display:block}.manual-prose{color:var(--manual-ink);font-size:18px;line-height:1.85}.manual-prose h1,.manual-prose h2,.manual-prose h3,.manual-prose h4,.manual-prose h5{letter-spacing:-.02em;line-height:1.3}.manual-prose h1{margin:0 0 32px;font-size:42px}.manual-prose h2{border-top:1px solid var(--manual-line);margin:58px 0 26px;padding-top:38px;font-size:34px}.manual-prose h3{margin:42px 0 20px;font-size:27px}.manual-prose h4{margin:32px 0 16px;font-size:22px}.manual-prose p{margin:16px 0}.manual-prose ol,.manual-prose ul{padding-left:1.5em}.manual-prose li+li{margin-top:8px}.manual-prose img{object-fit:contain;max-width:100%;height:auto;margin:24px auto;display:block}.manual-prose a{color:var(--manual-blue);text-decoration:underline;text-underline-offset:3px}.manual-prose blockquote{color:#343940;background:#eef3ff;border-left:4px solid var(--manual-blue);margin:24px 0;padding:15px 20px}.manual-prose blockquote>:first-child{margin-top:0}.manual-prose blockquote>:last-child{margin-bottom:0}.manual-table-scroll{contain:layout paint;width:100%;margin:26px 0;overflow-x:auto;overscroll-behavior-inline:contain}.manual-prose table{border-collapse:collapse;width:100%;margin:0}.manual-prose td,.manual-prose th{text-align:left;border:1px solid var(--manual-line);min-width:120px;padding:10px 12px;vertical-align:top}.manual-prose th{background:var(--manual-soft);font-weight:650}.manual-prose pre{color:#e7edf8;background:#101723;border-radius:8px;max-width:100%;margin:24px 0;padding:20px;overflow:auto}.manual-prose code{font-family:var(--font-mono);font-size:.9em}.manual-prose :not(pre)>code{color:#173b91;background:#edf2ff;border-radius:4px;padding:.15em .35em}.manual-code-block{background:#f8fafc;border:1px solid #d8dee8;border-radius:10px;max-width:100%;margin:26px 0;overflow:hidden;box-shadow:0 8px 24px #24324a0d}.manual-code-toolbar{color:#64748b;background:#eef2f7;border-bottom:1px solid #d8dee8;justify-content:space-between;align-items:center;min-height:42px;padding:0 10px 0 16px;display:flex}.manual-code-language{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:600}.manual-scroll-hint{display:none}.manual-code-copy{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;min-width:78px;height:30px;padding:0 12px;font:inherit;font-size:12px;cursor:pointer;transition:color .18s,background .18s,border-color .18s}.manual-code-copy:focus-visible,.manual-code-copy:hover{color:#0f172a;background:#e7eef8;border-color:#94a3b8;outline:none}.manual-code-copy.is-copied{color:#166534;background:#dcfce7;border-color:#86efac}.manual-code-block pre{color:#243042;background:#f8fafc;border-radius:0;margin:0;padding:22px 20px;overflow:auto}.manual-code-block code{display:block;width:max-content;min-width:100%;line-height:1.7}.hljs-comment,.hljs-quote{color:#6b7280;font-style:italic}.hljs-keyword,.hljs-meta,.hljs-selector-tag{color:#b42318}.hljs-attr,.hljs-attribute,.hljs-bullet,.hljs-string,.hljs-symbol{color:#0f766e}.hljs-built_in,.hljs-title,.hljs-title.function_{color:#6d28d9}.hljs-literal,.hljs-number{color:#1d4ed8}.hljs-params,.hljs-template-variable,.hljs-variable{color:#b45309}.hljs-section,.hljs-title.class_,.hljs-type{color:#7c3aed}.hljs-addition{color:#166534;background:#dcfce7}.hljs-deletion{color:#b91c1c;background:#fee2e2}.manual-prose hr{border:0;border-top:1px solid var(--manual-line);margin:42px 0}.manual-standalone{color:var(--manual-ink);background:#fff;margin:0;font-family:var(--font-sans)}.manual-full{grid-template-columns:300px minmax(0,1fr);min-height:100vh;display:grid}.manual-full-nav{background:#f6f7f9;border-right:1px solid var(--manual-line);padding:42px 28px;position:sticky;top:0;height:100vh}.manual-full-brand{color:var(--manual-blue);letter-spacing:.12em;text-decoration:none;font-size:20px;font-weight:800;display:block}.manual-full-nav strong{margin-top:50px;font-size:23px;display:block}.manual-full-nav small{color:var(--manual-muted);margin-top:7px;font-size:15px;display:block}.manual-full-nav nav{border-top:1px solid var(--manual-line);margin-top:28px;padding-top:18px}.manual-full-nav nav a{color:#4d525b;text-decoration:none;padding:9px 0;font-size:16px;display:block}.manual-full-nav nav a:hover{color:var(--manual-blue)}.manual-full-content{width:min(1320px,100%);padding:64px clamp(38px,5vw,80px) 110px}.manual-frontmatter{border-bottom:1px solid var(--manual-line);padding-bottom:40px}.manual-full-chapter{scroll-margin-top:30px;padding:72px 0 12px}.manual-full-chapter>header span{color:var(--manual-blue);font-size:14px}.manual-full-chapter>header h2{margin:8px 0 36px;font-size:46px}@media(max-width:760px){.manual-full{display:block}.manual-full-nav{height:auto;padding:30px 20px;position:static}.manual-full-nav nav{column-count:2}.manual-full-content{min-width:0;padding:38px 18px 72px;overflow-x:hidden}.manual-document{padding-bottom:48px}.manual-document-heading{margin-bottom:30px;padding-bottom:24px}.manual-document-heading h1{font-size:32px}.manual-document-heading span{font-size:16px}.manual-prose{font-size:17px;line-height:1.82}.manual-prose h1{font-size:31px}.manual-prose h2{margin-top:46px;padding-top:30px;font-size:28px}.manual-prose h3{font-size:23px}.manual-prose h4{font-size:20px}.manual-prose td,.manual-prose th{min-width:110px;padding:9px 10px}.manual-full-chapter>header h2{font-size:36px}.manual-code-toolbar{justify-content:flex-start;gap:8px;padding-left:12px}.manual-code-copy{flex:0 0 auto;min-width:70px;margin-left:auto;padding:0 10px}.manual-code-block pre{padding:18px 14px}.manual-code-block code{font-size:13px}}@media(max-width:900px){.manual-table-scroll.is-horizontally-scrollable>.manual-scroll-hint{color:#5f6671;background:#f2f5fb;border-radius:6px;align-items:center;width:max-content;margin:0 0 8px;padding:5px 8px;font-size:11px;line-height:1.2;display:flex}.manual-code-block.is-horizontally-scrollable .manual-scroll-hint{color:#657087;white-space:nowrap;align-items:center;font-size:10px;line-height:1;display:flex}}.manual-document{width:min(960px,100%);max-width:100%}.manual-prose{min-width:0;max-width:100%;overflow-wrap:anywhere}.manual-document-heading,.manual-prose>:where(h1,h2,h3,h4,h5,h6,p:not(:has(img)),ul,ol,dl,blockquote,hr){width:min(830px,100%);max-width:100%;margin-inline:auto}.manual-prose img{object-fit:contain!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important}.manual-code-block pre,.manual-prose pre,.manual-table-scroll{max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.manual-code-block pre,.manual-prose pre{width:100%;overscroll-behavior-inline:contain}.manual-code-copy{min-width:84px;min-height:44px;height:44px;padding:0 13px}.manual-code-copy:focus-visible{outline:2px solid var(--manual-blue)!important;outline-offset:2px;box-shadow:0 0 0 5px rgb(0 47 167/16%)}.manual-copy-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.manual-full-nav nav a{align-items:center;min-height:44px;display:flex}.manual-full-nav :is(a,button):focus-visible{outline:2px solid var(--manual-blue);outline-offset:3px;border-radius:4px}@media(min-width:761px){.manual-full-nav{height:100vh;height:100dvh;max-height:100dvh;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}}@media(max-width:760px){.manual-full-nav nav a{padding-top:10px;padding-bottom:10px}.manual-code-toolbar{min-height:54px}.manual-code-copy{flex:0 0 auto;min-width:78px;min-height:44px;height:44px}}@media(min-width:761px) and (max-height:520px){.manual-full{grid-template-columns:260px minmax(0,1fr)}.manual-full-nav{height:100dvh;max-height:100dvh;padding:20px 22px;overflow-y:auto}.manual-full-nav strong{margin-top:24px;font-size:20px}.manual-full-nav nav{margin-top:18px;padding-top:12px}.manual-full-nav nav a{min-height:44px;padding:8px 0}.manual-full-content{padding-top:36px;padding-bottom:72px}.manual-full-chapter{padding-top:52px}}@media(prefers-reduced-motion:reduce){.manual-standalone,.manual-standalone *{scroll-behavior:auto!important}.manual-standalone *,.manual-standalone :after,.manual-standalone :before{animation-duration:.01ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0s!important}}@font-face{font-family:Noto Sans SC Site;src:url(/_next/static/media/NotoSansSC-Site-Variable.c65b8f53.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Noto Sans Mono;src:url(/_next/static/media/NotoSansMono-Variable.11347e37.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Momo Trust Sans;src:url(/_next/static/media/momo-trust-sans.bfb733b7.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{--font-sans:"Noto Sans SC Site","PingFang SC","Microsoft YaHei","Microsoft YaHei UI","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","WenQuanYi Micro Hei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--font-mono:"Noto Sans Mono",monospace}.home-hero__title,.manual-standalone,a,body,button,html,input,select,textarea{font-family:var(--font-sans)!important}.manual-prose code{font-family:var(--font-mono)!important}body:has(.product-page){overflow-x:hidden;overflow-y:auto}.product-page .product-name{z-index:4;left:27%;width:max-content;max-width:45%;text-align:left;cursor:pointer}.product-page .product-row{color:inherit;cursor:pointer;width:100%;display:block}.product-page .product-row:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.product-page .product-row-cta{color:var(--blue);letter-spacing:.05em;white-space:nowrap;align-items:center;gap:8px;font-size:11px;font-weight:600;line-height:1;transition:color .24s,opacity .24s;display:flex;position:absolute;top:50%;left:calc(100% + 18px);transform:translateY(-50%)}.product-page .product-row-cta i{border:1px solid;border-radius:50%;place-items:center;width:27px;height:27px;font-size:12px;font-style:normal;font-weight:400;transition:transform .24s var(--ease-out);display:grid}.product-page .product-row:focus-visible .product-row-cta i,.product-page .product-row:hover .product-row-cta i{transform:translate(2px,-2px)}.product-page .product-row:not(.is-active) .product-name{color:#626a75;font-weight:400}.product-page .product-row:not(.is-active) .product-row-cta{color:#8a919c;opacity:.76}.product-mobile-thumb,.product-page .preview-cta{display:none}.product-stage{z-index:2;pointer-events:none;width:min(46vw,880px);height:min(76vh,760px);margin:0;position:fixed;top:52%;right:clamp(20px,4vw,76px);transform:translateY(-50%)}.product-stage img{object-fit:contain;object-position:center;width:100%;height:100%;display:block;animation:product-stage-in .42s var(--ease-out) both}@keyframes product-stage-in{0%{opacity:0;filter:blur(2px);transform:translateX(18px) scale(.96)}to{opacity:1;filter:blur(0);transform:translateX(0) scale(1)}}@media (min-width:901px) and (min-aspect-ratio:8/5){.product-page .product-index{min-height:100dvh;padding-top:var(--header-height);padding-bottom:0;align-items:safe center}.product-page .product-group+.product-group{margin-top:18px}.product-page .group-heading{min-height:44px;padding-bottom:10px}.product-page .product-row{height:clamp(64px,calc((100dvh - var(--header-height) - 162px) / 6),112px)}}@media (max-width:1180px){.product-page .product-name{max-width:45%}}@media (max-width:900px){.product-page .product-row{height:96px}.product-page .product-row:not(.is-active) .product-name{color:#626a75;font-weight:400}.product-page .product-name,.product-page .product-name.is-long{left:0;max-width:calc(100% - clamp(370px,56vw,480px));transform:translateY(-50%)}.product-stage{width:min(52vw,470px);height:min(72vh,590px);right:10px}}@media (max-width:560px){.product-page .product-name,.product-page .product-name.is-long{max-width:calc(100% - clamp(200px,52vw,290px))}.product-stage{width:46vw;height:60vh;right:6px}}@media (max-width:900px),(orientation:landscape) and (max-width:1180px) and (max-height:600px){.product-page .product-stage{display:none}.product-page .product-row{grid-template-columns:minmax(0,1fr) clamp(92px,28vw,150px);align-items:stretch;column-gap:14px;height:auto;min-height:92px;display:grid}.product-page .product-name,.product-page .product-name.is-long{overflow-wrap:anywhere;white-space:normal;align-items:center;width:auto;max-width:none;min-width:0;min-height:92px;padding:14px 0;font-size:clamp(18px,5vw,22px);line-height:1.25;flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative;top:auto;left:auto;transform:none}.product-page .product-row-cta{letter-spacing:.04em;gap:6px;margin-top:8px;font-size:10px;position:static;transform:none}.product-page .product-row-cta i{width:20px;height:20px;font-size:10px}.product-page .product-row:focus-visible .product-row-cta i,.product-page .product-row:hover .product-row-cta i{transform:translate(1px,-1px)}.product-page .product-mobile-thumb{object-fit:contain;object-position:center;align-self:center;width:100%;height:auto;max-height:82px;display:block;position:static;transform:none}}@media (max-width:900px) and (orientation:portrait){.product-detail-exact.figma-detail{padding-top:var(--header-height)!important}.figma-detail .detail-original-hero{height:clamp(520px,145vw,610px)!important;min-height:0!important}.figma-detail .detail-original-hero>div{box-sizing:border-box;width:100%;padding:0 18px;top:40px}.figma-detail .detail-original-hero h1{text-wrap:balance;margin:0;font-size:clamp(30px,8.7vw,36px);line-height:1.15}.figma-detail .detail-original-hero p{max-width:340px;margin:14px auto 0;font-size:16px;line-height:1.5}.figma-detail--maxlink-r2 .detail-original-hero>img,.figma-detail--positioning-orientation .detail-original-hero>img,.figma-detail--rtk .detail-original-hero>img{object-fit:cover;object-position:center;transform:scale(1.08);transform-origin:center}.figma-detail--positioning-orientation .detail-original-hero h1{white-space:nowrap}.figma-detail--ground .ground-original{box-sizing:border-box;min-height:0;height:660px;padding:52px 18px 24px}.figma-detail--ground .ground-original h1,.figma-detail--ground .ground-original p{width:auto;position:static}.figma-detail--ground .ground-original h1{margin:0;font-size:36px;line-height:1.2}.figma-detail--ground .ground-original p{margin:10px 0 0;font-size:17px;line-height:1.5}.figma-detail--ground .ground-original img{object-fit:contain;width:100%;height:500px;margin-top:18px}.figma-detail--s-rtk-gnss{overflow:visible;padding-top:var(--header-height)!important}.figma-detail--s-rtk-gnss .detail-original-hero{height:520px!important;min-height:0!important}.figma-detail--s-rtk-gnss .detail-original-hero>div{width:100%;padding:0 18px;top:34px}.figma-detail--s-rtk-gnss .detail-original-hero h1{font-size:30px;line-height:1.2}.figma-detail--s-rtk-gnss .detail-original-hero p{margin:12px auto 0;font-size:16px;line-height:1.5}.figma-detail--s-rtk-gnss .detail-original-hero>img{object-fit:cover;object-position:center;width:100%;height:100%;transform:none}.figma-detail--s-rtk-gnss .srtk-location{box-sizing:border-box;height:680px!important;min-height:0!important;padding:0!important;position:relative}.figma-detail--s-rtk-gnss .srtk-location>img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.figma-detail--s-rtk-gnss .srtk-location-panel{box-sizing:border-box;width:auto;height:auto;padding:24px 20px 20px;border-radius:16px;position:absolute;top:auto!important;right:18px!important;bottom:24px;left:18px!important}.figma-detail--s-rtk-gnss .srtk-location h2{margin:0;font-size:30px;line-height:1.15}.figma-detail--s-rtk-gnss .srtk-location-panel>p{margin:10px 0 0;font-size:14px;line-height:1.5}.figma-detail--s-rtk-gnss .srtk-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;margin-top:20px}.figma-detail--s-rtk-gnss .srtk-metrics span{gap:4px;padding:14px 8px 12px 0}.figma-detail--s-rtk-gnss .srtk-metrics small{font-size:11px;line-height:1.4}.figma-detail--s-rtk-gnss .srtk-metrics b{margin:0;font-size:24px;line-height:1.1}.figma-detail--s-rtk-gnss .srtk-metrics em{font-size:10px}.figma-detail--s-rtk-gnss .srtk-network{box-sizing:border-box;height:auto!important;min-height:0!important;padding:64px 18px!important}.figma-detail--s-rtk-gnss .srtk-network header{text-align:center}.figma-detail--s-rtk-gnss .srtk-network h2{text-wrap:balance;margin:0;font-size:30px;line-height:1.2}.figma-detail--s-rtk-gnss .srtk-network header p{margin:14px auto 0;font-size:15px;line-height:1.65}.figma-detail--s-rtk-gnss .srtk-network-card{grid-template-columns:minmax(0,1fr);width:100%;height:auto;margin-top:32px;border-radius:16px;position:relative;inset:auto;overflow:hidden}.figma-detail--s-rtk-gnss .srtk-network-panel{padding:28px 22px 24px}.figma-detail--s-rtk-gnss .srtk-network-panel--next{border-top:1px solid #bad0ff;border-left:0}.figma-detail--s-rtk-gnss .srtk-network-panel h3{gap:10px;margin:0;font-size:20px;line-height:1.3}.figma-detail--s-rtk-gnss .srtk-network-panel h3 i{width:28px;height:28px}.figma-detail--s-rtk-gnss .srtk-network-panel h3 i img,.figma-detail--s-rtk-gnss .srtk-network-panel li i img{max-width:24px;max-height:24px}.figma-detail--s-rtk-gnss .srtk-network-panel ul{gap:16px;margin:24px 0 0}.figma-detail--s-rtk-gnss .srtk-network-panel li{grid-template-columns:40px minmax(0,1fr);gap:12px;font-size:14px;line-height:1.55}.figma-detail--s-rtk-gnss .srtk-network-panel li i{width:40px;height:40px;border-radius:8px}.figma-detail--s-rtk-gnss .srtk-network-panel>b{margin-top:24px;font-size:10px;line-height:1.4;position:static;display:block}.figma-detail--s-rtk-gnss .srtk-network-sinave{gap:6px;min-width:0;height:28px;padding:0 10px;font-size:10px;top:24px;right:20px}.figma-detail--s-rtk-gnss .srtk-network-sinave>i{width:7px;height:7px}.figma-detail--s-rtk-gnss .srtk-network-switch{display:none}.figma-detail--s-rtk-gnss .srtk-ecosystem{box-sizing:border-box;height:auto!important;min-height:0!important;padding:64px 18px!important}.figma-detail--s-rtk-gnss .srtk-ecosystem header{text-align:center}.figma-detail--s-rtk-gnss .srtk-ecosystem h2{margin:0;font-size:30px;line-height:1.2}.figma-detail--s-rtk-gnss .srtk-ecosystem header p{margin:14px auto 0;font-size:15px;line-height:1.65}.figma-detail--s-rtk-gnss .srtk-ecosystem-scene{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:32px;position:relative;inset:auto;display:grid}.figma-detail--s-rtk-gnss .srtk-ecosystem-scene>img{grid-column:1/-1;order:-1;object-fit:contain;width:100%;height:280px;margin:0;position:static;transform:none}.figma-detail--s-rtk-gnss .srtk-ecosystem-card{box-sizing:border-box;width:auto;height:auto;min-height:150px;padding:20px 16px;border-radius:14px;position:static}.figma-detail--s-rtk-gnss .srtk-ecosystem-card i{min-width:48px;height:42px;padding:0 10px;border-radius:9px;font-size:16px}.figma-detail--s-rtk-gnss .srtk-ecosystem-card p{margin:16px 0 0;font-size:13px;line-height:1.55}.figma-detail--s-rtk-gnss .srtk-interface{box-sizing:border-box;flex-direction:column;height:auto!important;min-height:0!important;padding:64px 18px 54px!important;display:flex}.figma-detail--s-rtk-gnss .srtk-interface-heading{width:100%;position:static}.figma-detail--s-rtk-gnss .srtk-interface h2{margin:0;font-size:30px;line-height:1.2}.figma-detail--s-rtk-gnss .srtk-interface-heading p{margin:14px auto 0;font-size:15px;line-height:1.65}.figma-detail--s-rtk-gnss .srtk-interface>img{object-fit:contain;width:100%!important;height:310px!important;margin:24px 0 10px;position:static}.figma-detail--s-rtk-gnss .srtk-interface ul{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:12px;width:100%;margin:0;position:static}.figma-detail--s-rtk-gnss .srtk-interface li{box-sizing:border-box;min-height:132px;padding:20px 16px;border-radius:14px;font-size:17px}.figma-detail--s-rtk-gnss .srtk-interface li i{width:42px;height:42px;margin-bottom:16px;border-radius:9px}.figma-detail--s-rtk-gnss .srtk-interface li i img{max-width:22px;max-height:22px}.figma-detail--s-rtk-gnss .srtk-can{box-sizing:border-box;flex-direction:column;height:auto!important;min-height:0!important;padding:64px 18px!important;display:flex}.figma-detail--s-rtk-gnss .srtk-can>div{width:100%;position:static}.figma-detail--s-rtk-gnss .srtk-can h2{margin:0;font-size:30px;line-height:1.2}.figma-detail--s-rtk-gnss .srtk-can p{margin:14px 0 0;font-size:15px;line-height:1.75}.figma-detail--s-rtk-gnss .srtk-can ul{gap:10px;margin:22px 0 0;font-size:14px}.figma-detail--s-rtk-gnss .srtk-can li:before{width:16px;height:16px;margin-right:10px;font-size:10px}.figma-detail--s-rtk-gnss .srtk-can>img{object-fit:contain;width:100%!important;height:300px!important;margin-top:26px;position:static}.figma-detail--s-rtk-gnss .srtk-uart{box-sizing:border-box;flex-direction:column;gap:32px;height:auto!important;min-height:0!important;padding:64px 18px!important;display:flex}.figma-detail--s-rtk-gnss .srtk-uart-media{width:100%;height:270px;border-radius:16px}.figma-detail--s-rtk-gnss .srtk-uart-media>img{clip-path:none;object-fit:cover!important;object-position:left center!important;width:100%!important;height:100%!important;position:static;transform:none}.figma-detail--s-rtk-gnss .srtk-uart h2,.figma-detail--s-rtk-gnss .srtk-uart h3{margin:0;font-size:30px;line-height:1.2}.figma-detail--s-rtk-gnss .srtk-uart h3{font-size:23px}.figma-detail--s-rtk-gnss .srtk-uart p{max-width:none;margin:12px 0 0;font-size:15px;line-height:1.7}.figma-detail--s-rtk-gnss .srtk-uart-details{margin-top:32px}.figma-detail--s-rtk-gnss .srtk-mqtt{height:auto!important;min-height:0!important;padding:0!important}.figma-detail--s-rtk-gnss .srtk-mqtt>img{object-fit:contain!important;width:100%!important;height:auto!important;margin:0!important}.figma-detail--s-rtk-gnss>.original-footer{box-sizing:border-box;grid-template-columns:minmax(0,1fr)!important;gap:34px!important;min-height:0!important;padding:54px 22px 30px!important}.figma-detail--s-rtk-gnss>.original-footer .original-contact h2{font-size:24px;line-height:1.3}.figma-detail--s-rtk-gnss>.original-footer .original-contact p{margin:12px 0 0;font-size:14px;line-height:1.7}.figma-detail--s-rtk-gnss>.original-footer .product-footer-qrs{justify-content:flex-start;gap:24px}.figma-detail--s-rtk-gnss>.original-footer .product-footer-qrs figure{width:112px}.figma-detail--s-rtk-gnss>.original-footer .product-footer-qrs img{width:104px;height:104px}.figma-detail--s-rtk-gnss>.original-footer .product-footer-qrs figcaption{margin-top:8px;font-size:14px}.figma-detail--s-rtk-gnss>.original-footer .original-legal{grid-column:1;width:100%}.figma-detail--s-rtk-gnss>.original-footer .original-legal p,.figma-detail--s-rtk-gnss>.original-footer .original-legal p:last-child{font-size:11px;line-height:1.65}}.home-hero{--home-hero-stage-width:min(100vw,177.7778svh);--home-hero-unit:calc(var(--home-hero-stage-width) / 100);background:#fff;width:100%;height:100svh;min-height:640px;display:grid;place-items:center;position:relative;overflow:hidden}.home-hero__stage{width:var(--home-hero-stage-width);height:calc(var(--home-hero-unit) * 56.25);position:relative}.home-hero__title{z-index:0;letter-spacing:-.065em;text-align:center;white-space:nowrap;width:calc(var(--home-hero-unit) * 88);margin:0;font-size:calc(var(--home-hero-unit) * 12.3);font-weight:400;line-height:1.05;position:absolute;top:calc(var(--home-hero-unit) * 7.1);left:calc(var(--home-hero-unit) * 6);animation:.58s var(--ease-out) both home-hero-title-in}.home-hero__main{z-index:2;width:calc(var(--home-hero-unit) * 46);height:calc(var(--home-hero-unit) * 38.25);position:absolute;top:calc(var(--home-hero-unit) * 10.125);left:calc(var(--home-hero-unit) * 27);animation:.62s var(--ease-out) both home-hero-product-in}.home-hero__product-adjustment{position:absolute;inset:0;transform:translate(var(--home-hero-product-offset-x,0),var(--home-hero-product-offset-y,0))}.home-hero__product-adjustment>img{object-fit:contain;object-position:center;width:100%;height:100%;display:block;transform:scale(var(--home-hero-product-scale,1));transform-origin:center}.home-hero__side{z-index:3;width:calc(var(--home-hero-unit) * 17.2);position:absolute;top:calc(var(--home-hero-unit) * 27.15);left:calc(var(--home-hero-unit) * 8.2);animation:.55s var(--ease-out) 40ms both home-hero-side-in}.home-hero__side-frame{aspect-ratio:1;background:#fff;border-radius:calc(var(--home-hero-unit) * 1.25);width:100%;position:relative;overflow:hidden;border:1px solid #e9ebef;box-shadow:0 calc(var(--home-hero-unit) * .35) calc(var(--home-hero-unit) * 1.4) #18264a14}.home-hero__side-adjustment{position:absolute;inset:0;transform:translate(var(--home-hero-side-offset-x,0),var(--home-hero-side-offset-y,0))}.home-hero__side-adjustment>img{object-fit:contain;object-position:center;width:100%;height:100%;display:block;transform:scale(var(--home-hero-side-scale,1));transform-origin:center}.home-hero__side>p{color:#555b64;margin:calc(var(--home-hero-unit) * 1.05) 0 0;font-size:clamp(13px,calc(var(--home-hero-unit) * 1.0417),18px);line-height:1.5}.home-hero__description{z-index:4;width:calc(var(--home-hero-unit) * 16.72);position:absolute;top:calc(var(--home-hero-unit) * 27.1);left:calc(var(--home-hero-unit) * 75.36);animation:.55s var(--ease-out) 60ms both home-hero-copy-in}.home-hero__description h1{letter-spacing:0;margin:0 0 calc(var(--home-hero-unit) * 1.55);font-size:calc(var(--home-hero-unit) * 2.0833);font-weight:400;line-height:1.2}.home-hero__description p{color:#555b64;margin:0 0 calc(var(--home-hero-unit) * 1.55);font-size:calc(var(--home-hero-unit) * 1.0417);line-height:1.35}.home-hero__description a{color:#fff;background:var(--blue);border-radius:calc(var(--home-hero-unit) * 2.1);justify-content:center;align-items:center;width:calc(var(--home-hero-unit) * 9.22);height:calc(var(--home-hero-unit) * 3.75);font-size:calc(var(--home-hero-unit) * 1.15);transition:background .25s,box-shadow .25s,transform .25s;display:inline-flex}.home-hero__description a:focus-visible,.home-hero__description a:hover{background:var(--blue-hover);box-shadow:0 calc(var(--home-hero-unit) * .45) calc(var(--home-hero-unit) * 1.1) #002fa72b;outline:none;transform:translateY(calc(var(--home-hero-unit) * -.12))}.home-hero__arrow{z-index:10;color:#111;cursor:pointer;background:transparent;border:0;place-items:center;width:calc(var(--home-hero-unit) * 3.35);height:calc(var(--home-hero-unit) * 3.35);padding:0;font:inherit;font-size:calc(var(--home-hero-unit) * 3.45);font-weight:200;line-height:1;display:grid;position:absolute;top:calc(var(--home-hero-unit) * 24.95)}.home-hero__arrow:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.home-hero__arrow--left{left:calc(var(--home-hero-unit) * .5)}.home-hero__arrow--right{right:calc(var(--home-hero-unit) * .5)}.home-hero__dots{z-index:6;gap:calc(var(--home-hero-unit) * 2.1);display:flex;position:absolute;bottom:calc(var(--home-hero-unit) * 1.85);left:50%;transform:translateX(-50%)}.home-hero__dots button{cursor:pointer;background:#fff;border:calc(var(--home-hero-unit) * .1) solid #989ea8;border-radius:50%;width:calc(var(--home-hero-unit) * 1.15);height:calc(var(--home-hero-unit) * 1.15);min-width:11px;min-height:11px;padding:0}.home-hero__dots button.is-active{background:var(--blue);border-color:var(--blue)}.home-hero__dots button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}@keyframes home-hero-title-in{0%{opacity:0;transform:translateY(calc(var(--home-hero-unit) * -2))}to{opacity:1;transform:none}}@keyframes home-hero-product-in{0%{opacity:0;transform:translateY(calc(var(--home-hero-unit) * 3)) scale(.97)}to{opacity:1;transform:none}}@keyframes home-hero-side-in{0%{opacity:0;transform:translateX(calc(var(--home-hero-unit) * -2))}to{opacity:1;transform:none}}@keyframes home-hero-copy-in{0%{opacity:0;transform:translateX(calc(var(--home-hero-unit) * 2))}to{opacity:1;transform:none}}@media (max-width:900px) and (orientation:portrait){.home-hero{--home-hero-stage-width:100vw;height:auto;min-height:0;display:block}.home-hero__stage{grid-template-areas:"title title" "main main" "side description" "dots dots";grid-template-columns:minmax(0,.78fr) minmax(0,1.65fr);align-content:start;column-gap:16px;row-gap:18px;width:100%;height:auto;min-height:0;padding:calc(var(--header-height) + 26px) 18px 34px;display:grid}.home-hero__title{grid-area:title;width:100%;font-size:clamp(46px,15vw,64px);line-height:.92;position:static}.home-hero__main{grid-area:main;aspect-ratio:46/38.25;width:100%;height:auto;position:relative;inset:auto}.home-hero__side{grid-area:side;align-self:start;width:100%;min-width:0;position:static}.home-hero__side-frame{border-radius:16px;box-shadow:0 8px 24px #18264a14}.home-hero__side>p{margin:10px 0 0;font-size:12px;line-height:1.5}.home-hero__description{grid-area:description;align-self:start;width:100%;min-width:0;position:static}.home-hero__description h1{margin:0 0 12px;font-size:clamp(22px,7vw,28px);line-height:1.15}.home-hero__description p{margin:0 0 16px;font-size:14px;line-height:1.6}.home-hero__description a{border-radius:999px;min-width:124px;width:auto;height:42px;padding:0 20px;font-size:13px}.home-hero__arrow{background:#ffffffc7;border-radius:999px;box-shadow:0 2px 12px #00000014;backdrop-filter:blur(6px);width:42px;height:42px;font-size:38px;top:calc(var(--header-height) + clamp(190px, 32svh, 280px));transform:translateY(-50%)}.home-hero__arrow--left{left:2px}.home-hero__arrow--right{right:2px}.home-hero__dots{grid-area:dots;justify-self:center;gap:4px;position:static;transform:none}.home-hero__dots button{background:transparent;border:0;width:44px;height:44px;padding:0;position:relative}.home-hero__dots button:after{content:"";background:#fff;border:1.5px solid #989ea8;border-radius:50%;width:15px;height:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-hero__dots button.is-active{background:transparent}.home-hero__dots button.is-active:after{background:var(--blue);border-color:var(--blue)}}@media (max-width:360px) and (orientation:portrait){.home-hero__stage{grid-template-areas:"title" "main" "description" "side" "dots";grid-template-columns:minmax(0,1fr);row-gap:15px;padding-right:16px;padding-bottom:30px;padding-left:16px}.home-hero__title{font-size:clamp(44px,15vw,54px)}.home-hero__main{aspect-ratio:1.28}.home-hero__description h1{margin-bottom:9px;font-size:24px}.home-hero__description p{margin-bottom:14px}.home-hero__description a{min-width:118px;height:40px}.home-hero__side{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;display:grid}.home-hero__side-frame{width:92px}.home-hero__side>p{margin:0;font-size:12.5px}.home-hero__arrow{top:calc(var(--header-height) + 238px)}}@media (prefers-reduced-motion:reduce){.home-hero__description,.home-hero__main,.home-hero__side,.home-hero__title{animation:none}}.home-page .original-capability{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(54px,7.2vw,132px);padding:104px 5.5% 4.2%}.home-page .cap-main{width:100%!important;height:100%!important;min-width:0;position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important}.home-page .cap-copy{grid-template-rows:auto auto minmax(180px,1fr) clamp(180px,28vh,300px);grid-template-columns:minmax(0,1fr);align-items:start;min-width:0;padding-top:clamp(24px,4vh,48px);display:grid}.home-page .cap-heading span{color:var(--blue);font-size:11px;font-weight:650}.home-page .cap-heading h2{margin:9px 0 0;font-size:clamp(52px,5.4vw,88px);font-weight:500;line-height:1}.home-page .cap-tabs{border-bottom:1px solid var(--border);margin-top:clamp(24px,3.2vh,38px)}.home-page .cap-tabs button{color:#767d87;min-height:52px;padding:0 4px;font-size:clamp(12px,.95vw,15px);font-weight:500;line-height:1.2;transition:color .22s ease;inset:auto!important}.home-page .cap-tabs button:after{background:var(--blue)}.home-page .cap-tabs button span{color:#a2a7b0;font-size:10px;font-weight:650}.home-page .cap-tabs button.is-active,.home-page .cap-tabs button:focus-visible,.home-page .cap-tabs button:hover{color:var(--black);outline:none}.home-page .cap-tabs button:focus-visible{box-shadow:inset 0 0 0 2px var(--focus-ring)}.home-page .cap-tabs button.is-active span{color:var(--blue)}.home-page .cap-content{align-self:center;padding:clamp(24px,4vh,44px) 0}.home-page .cap-content>span{color:var(--blue);letter-spacing:.16em;font-size:10px;font-weight:650}.home-page .original-capability .cap-content h3{margin:11px 0 18px;font-size:clamp(30px,2.3vw,42px);font-weight:480;line-height:1.2}.home-page .original-capability .cap-content p{color:var(--text-muted);max-width:620px;font-size:clamp(15px,1.05vw,19px);line-height:1.65}.home-page .original-capability .cap-detail{min-height:180px;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important}.home-page .original-capability .cap-detail img{position:absolute}@media (max-width:900px) and (orientation:portrait){.home-page .original-capability{grid-template-columns:minmax(0,1fr);gap:32px;height:auto!important;min-height:100svh;padding:56px 18px 64px;display:grid;overflow:hidden}.home-page .cap-main{width:100%!important;height:clamp(300px,44svh,410px)!important;position:relative!important}.home-page .cap-copy{grid-template-rows:auto auto auto clamp(210px,34svh,300px);grid-template-columns:minmax(0,1fr);align-items:start;padding:0;display:grid}.home-page .cap-heading h2{margin-top:8px;font-size:clamp(42px,13vw,56px);line-height:1}.home-page .cap-tabs{margin-top:24px}.home-page .cap-tabs button{justify-content:center;gap:5px;min-height:50px;padding:0 3px;font-size:clamp(11px,3.3vw,13px)}.home-page .cap-tabs button span{font-size:9px}.home-page .cap-content{align-self:start;min-height:218px;padding:34px 0 28px}.home-page .original-capability .cap-content h3{margin:10px 0 14px;font-size:clamp(25px,7.5vw,31px)}.home-page .original-capability .cap-content p{font-size:14px;line-height:1.72}.home-page .original-capability .cap-detail{min-height:210px}.home-page .home-matrix{padding:64px 18px 76px}.home-page .home-matrix>.matrix-grid{grid-template-columns:minmax(0,1fr);gap:18px}.home-page .matrix-card{width:100%;height:clamp(390px,118vw,500px);min-height:0}.home-page .matrix-copy{flex-direction:column;align-items:center;width:calc(100% - 32px);position:absolute;top:28px;left:16px;transform:none;display:flex}.home-page .matrix-copy h3{margin:0;font-size:clamp(24px,7.5vw,30px);line-height:1.2}.home-page .matrix-copy p{margin:8px 0 14px;font-size:14px;line-height:1.4}.home-page .matrix-copy b{flex:0 0 auto;width:96px;height:36px;margin:0;position:static;font-size:13px}}.main-nav small,.site-menu-backdrop,.site-menu-toggle{display:none}@media (max-width:900px){.site-header .main-nav,.support-header .main-nav{gap:3px}.site-header .main-nav a,.support-header .main-nav a{width:46px;min-width:46px;font-size:11.5px;font-weight:500;letter-spacing:-.02em}}@media (max-width:560px){:root{--header-height:64px}.experience-header,.site-header,.support-header{height:64px!important;min-height:64px!important;padding:0 16px}.site-header .brand{z-index:104;width:92px;height:44px}.site-menu-toggle{z-index:104;cursor:pointer;background:transparent;border:0;border-radius:50%;place-content:center;gap:7px;width:44px;height:44px;padding:0;display:grid}.site-menu-toggle span{background:var(--black);width:22px;height:1.5px;transition:transform .22s var(--ease-out)}.site-header.is-menu-open .site-menu-toggle span:first-child{transform:translateY(4.25px) rotate(45deg)}.site-header.is-menu-open .site-menu-toggle span:last-child{transform:translateY(-4.25px) rotate(-45deg)}.site-menu-toggle:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.site-menu-backdrop{z-index:101;opacity:0;visibility:hidden;cursor:default;background:#0d14242e;border:0;width:100%;padding:0;transition:opacity .22s ease,visibility .22s ease;display:block;position:fixed;inset:64px 0 0;backdrop-filter:blur(2px)}.site-header .main-nav,.support-header .main-nav{z-index:103;opacity:0;visibility:hidden;background:#fffffff7;border-top:1px solid #eef0f4;border-bottom:1px solid var(--border);grid-template-columns:1fr;grid-auto-rows:minmax(58px,auto);align-items:stretch;justify-content:normal;gap:0;width:100%;height:auto!important;max-height:calc(100svh - 64px);padding:12px 20px 18px;transition:opacity .22s ease,transform .26s var(--ease-out),visibility .22s ease;display:grid;position:fixed;top:64px;right:0;left:0;transform:translateY(-14px);box-shadow:0 20px 42px #18264a17}.site-header .main-nav a,.support-header .main-nav a{color:#3e444d;border-bottom:1px solid #eceef2;justify-content:space-between;align-items:center;width:100%;min-width:0;min-height:58px;padding:0 4px;font-size:17px;font-weight:500;letter-spacing:0;display:flex}.site-header .main-nav a:last-child,.support-header .main-nav a:last-child{border-bottom:0}.site-header .main-nav a:after,.support-header .main-nav a:after{display:none}.site-header .main-nav a.is-current,.support-header .main-nav a.is-current{color:var(--blue)}.site-header .main-nav a.is-current span:before,.support-header .main-nav a.is-current span:before{content:"";background:var(--blue);border-radius:2px;width:3px;height:18px;margin-right:11px;display:inline-block;vertical-align:-3px}.site-header .main-nav small,.support-header .main-nav small{color:#a4a9b2;letter-spacing:.12em;font-size:10px;font-weight:600;display:block}.site-header.is-menu-open .main-nav{opacity:1;visibility:visible;transform:translateY(0)}.site-header.is-menu-open .site-menu-backdrop{opacity:1;visibility:visible}.support-hero{margin-top:64px!important}.about-exact,.product-detail-exact{padding-top:64px!important}.support-inner-shell{padding-top:64px}}@media (min-width:901px){.original-footer .original-legal p{color:#666;font-size:12px;line-height:1.6}.original-footer .original-legal p:last-child{color:#777;font-size:11px}}.support-shell>.support-portals{gap:clamp(20px,2.6vw,38px);width:min(1200px,calc(100% - 64px));margin-top:40px}.support-shell>.support-portals .support-portal{color:#17191d;text-align:left;background:#fff;border:1px solid var(--border);justify-content:flex-start;align-items:flex-start;min-height:238px;padding:34px 38px 30px;transition:border-color .24s,box-shadow .24s,transform .24s var(--ease-out);position:relative;overflow:hidden}.support-shell>.support-portals .support-portal:before{content:"";background:var(--blue);height:3px;transition:transform .28s var(--ease-out);position:absolute;top:-1px;right:-1px;left:-1px;transform:scaleX(.14);transform-origin:left}.support-shell>.support-portals .support-portal:focus-visible,.support-shell>.support-portals .support-portal:hover{background:#fff;border-color:#bcc9e8;outline:none;box-shadow:var(--shadow-lift);transform:translateY(-2px)}.support-shell>.support-portals .support-portal:focus-visible:before,.support-shell>.support-portals .support-portal:hover:before{transform:scaleX(1)}.support-portal-meta{align-items:center;gap:12px;display:flex}.support-portal-meta small{color:#7a818d;letter-spacing:.16em;font-size:10px;font-weight:650}.support-portal-icon{color:var(--blue);border:1px solid #ccd5ea;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.support-portal-icon svg{width:24px;height:24px}.support-portal-icon path{stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.support-shell>.support-portals .support-portal h2{letter-spacing:-.035em;margin:22px 0 0;font-size:clamp(28px,2vw,34px);font-weight:600;line-height:1.1}.support-shell>.support-portals .support-portal p{color:var(--text-muted);max-width:520px;margin:14px 0 20px;font-size:clamp(15px,1.05vw,18px);line-height:1.55}.support-shell>.support-portals .support-portal .support-portal-cta{color:var(--blue);align-items:center;gap:9px;margin-top:auto;font-size:14px;font-weight:600;display:flex}.support-shell>.support-portals .support-portal .support-portal-cta b{border:1px solid;border-radius:50%;place-items:center;width:25px;height:25px;margin:0;font-size:11px;font-weight:400;transition:transform .24s var(--ease-out);display:grid}.support-shell>.support-portals .support-portal:focus-visible .support-portal-cta b,.support-shell>.support-portals .support-portal:hover .support-portal-cta b{transform:translate(2px,-2px)}@media (max-width:900px){.support-shell>.support-portals{gap:16px;width:calc(100% - 36px);margin-top:24px}.support-shell>.support-portals .support-portal{min-height:214px;padding:27px 24px 25px}.support-shell>.support-portals .support-portal h2{margin-top:18px;font-size:27px}.support-shell>.support-portals .support-portal p{margin:12px 0 18px;font-size:15px;line-height:1.6}}.home-page .cap-copy,.home-page .cap-main{animation:site-content-in .52s var(--ease-out) both}@keyframes site-content-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.home-page .matrix-card>img{transition:transform .42s var(--ease-out)}.home-page .matrix-copy b{transition:transform .24s var(--ease-out),box-shadow .24s ease}.home-page .matrix-copy b:before{transition:transform .36s var(--ease-out)}.home-page .matrix-card:focus-visible>img,.home-page .matrix-card:hover>img{transform:scale(1.018)}.home-page .matrix-card:focus-visible .matrix-copy b,.home-page .matrix-card:hover .matrix-copy b{transform:translateY(-2px) scale(1.02)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.home-hero__description,.home-hero__main,.home-hero__side,.home-hero__title,.home-page .cap-copy,.home-page .cap-main,.product-page .product-stage img{animation:none!important}.home-page .matrix-card>img,.home-page .matrix-copy b,.home-page .matrix-copy b:before,.product-page .product-row-cta i,.support-portal,.support-portal-cta b,.support-portal:before{transition:none!important}.home-page .matrix-card:focus-visible .matrix-copy b,.home-page .matrix-card:focus-visible>img,.home-page .matrix-card:hover .matrix-copy b,.home-page .matrix-card:hover>img,.product-page .product-row:focus-visible .product-row-cta i,.product-page .product-row:hover .product-row-cta i,.support-portal:focus-visible,.support-portal:focus-visible .support-portal-cta b,.support-portal:hover,.support-portal:hover .support-portal-cta b{transform:none!important}}.original-footer{grid-template-columns:minmax(0,1fr) auto!important;align-items:start;gap:28px clamp(44px,5vw,82px)!important;min-height:0!important;padding:54px 6.5% 30px!important}.original-footer .original-contact{align-self:start;max-width:720px;padding:0!important}.original-footer .original-contact h2{margin:0 0 15px;font-size:clamp(20px,1.45vw,24px);font-weight:550;line-height:1.2}.original-footer .original-contact p{color:#34383f;text-wrap:pretty;align-items:baseline;gap:3px;margin:7px 0;font-size:clamp(13px,1vw,16px);line-height:1.65;display:flex}.original-footer .original-contact p span:first-child{flex:0 0 auto;white-space:nowrap}.original-footer .original-contact p span:last-child{min-width:0;text-wrap:balance}.original-footer .public-footer-qrs{justify-self:end;width:clamp(360px,30vw,420px)}.original-footer .public-footer-qrs>img{width:100%;height:auto;display:block}.original-footer .public-footer-qrs>div{color:#3f434a;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px;font-size:clamp(12px,.9vw,14px);line-height:1.4;display:grid}.original-footer .public-footer-qrs>div span{text-align:center}.original-footer .product-footer-qrs{align-items:flex-start;gap:clamp(22px,2.4vw,36px)!important}.original-footer .product-footer-qrs figure{width:clamp(92px,6.25vw,110px)!important;margin:0}.original-footer .product-footer-qrs img{width:clamp(92px,6.25vw,110px)!important;height:clamp(92px,6.25vw,110px)!important}.original-footer .product-footer-qrs figcaption{color:#464b53;text-align:center;margin-top:8px;font-size:clamp(12px,.9vw,14px)!important;line-height:1.4}.original-footer .original-legal{color:#70757d;border-top:1px solid var(--line);grid-column:1/-1;width:100%;margin:0;padding-top:17px}.original-footer .original-legal p,.original-footer .original-legal p:last-child{color:inherit;text-align:center;margin:5px 0;font-size:11px;line-height:1.5}.original-footer .original-legal p:last-child{color:#8a8f97;font-size:10px}@media (max-width:900px){.original-footer{grid-template-columns:minmax(0,1fr)!important;gap:30px!important;padding:44px 18px 22px!important}.original-footer .original-contact{width:100%}.original-footer .original-contact h2{margin-bottom:14px;font-size:22px}.original-footer .original-contact p{overflow-wrap:anywhere;margin:7px 0;font-size:14px;line-height:1.65}.original-footer .public-footer-qrs{justify-self:start;width:min(100%,300px)}.original-footer .public-footer-qrs>div{margin-top:7px;font-size:11px}.original-footer .product-footer-qrs{justify-content:flex-start;gap:20px!important;width:100%}.original-footer .original-legal{padding-top:15px}.original-footer .original-legal p,.original-footer .original-legal p:last-child{margin:4px 0;font-size:10px;line-height:1.55}.original-footer .original-legal p:last-child{font-size:9px}}.home-page{--home-gutter:clamp(20px,5vw,84px);--home-content:1540px;background:#fff;overflow-x:clip}.home-page .home-hero{box-sizing:border-box;width:100%;height:auto;min-height:max(720px,100svh);padding:calc(var(--header-height) + clamp(26px, 4vh, 52px)) var(--home-gutter) clamp(28px,5vh,58px);background:linear-gradient(180deg,#fff,#f8f9fb 72%,#f3f5f8);place-items:center;display:grid;position:relative;overflow:clip;touch-action:pan-y pinch-zoom}.home-page .home-hero:before{content:none}.home-page .home-hero:focus-visible{outline:2px solid var(--brand-blue)!important;outline-offset:-7px;box-shadow:inset 0 0 0 5px var(--focus-ring)!important}.home-page .home-hero__stage{z-index:1;box-sizing:border-box;grid-template-columns:minmax(176px,.72fr) minmax(430px,1.62fr) minmax(220px,.82fr);grid-template-rows:auto minmax(390px,1fr) 52px;grid-template-areas:"title title title" "side main description" "previous dots next";gap:clamp(18px,2.4vw,42px) clamp(20px,3vw,54px);width:min(var(--home-content),100%);height:auto;min-height:0;padding:clamp(22px,2.4vw,38px) clamp(8px,1vw,16px) 0;display:grid;position:relative}.home-page .home-hero[data-swipe-active=true] .home-hero__stage{user-select:none}.home-page .home-hero__stage:after,.home-page .home-hero__stage:before{content:none}.home-page .home-hero__title{z-index:0;grid-area:title;align-self:end;color:#121827;letter-spacing:.018em;text-align:center;white-space:nowrap;width:100%;margin:0;font-size:clamp(82px,10.3vw,174px);font-weight:430;font-family:"Momo Trust Sans",var(--font-sans)!important;line-height:.86;position:static;animation:home-refresh-title-in .62s var(--ease-out) both}@media (min-width:901px){.home-page .home-hero__title{font-size:clamp(146px,16vw,268px);letter-spacing:.026em;line-height:.76}.home-page .home-hero__main{margin-top:clamp(-76px,-5.2vw,-42px)}}.home-page .home-hero__main{z-index:2;grid-area:main;align-self:stretch;width:100%;height:clamp(410px,38vw,590px);min-width:0;background:radial-gradient(circle at 50% 52%,rgb(0 47 167/7%),transparent 58%);position:relative;inset:auto;animation:home-refresh-product-in .72s var(--ease-out) both}.home-page .home-hero__product-adjustment,.home-page .home-hero__side-adjustment{position:absolute;inset:0}.home-page .home-hero__product-adjustment{transform:translate(var(--home-hero-product-offset-x,0),var(--home-hero-product-offset-y,0))}.home-page .home-hero__product-adjustment>img,.home-page .home-hero__side-adjustment>img{object-fit:contain;object-position:center;width:100%;height:100%;max-width:none;display:block;transform-origin:center}.home-page .home-hero__product-adjustment>img{transform:scale(var(--home-hero-product-scale,1))}.home-page .home-hero__side{z-index:3;grid-area:side;align-self:end;width:100%;min-width:0;padding-bottom:clamp(16px,3.2vw,48px);position:static;animation:home-refresh-side-in .62s var(--ease-out) 60ms both}.home-page .home-hero__side-frame{aspect-ratio:1;width:100%;background:rgb(255 255 255/82%);border:1px solid #d9dfe9;border-radius:4px;box-shadow:0 20px 54px rgb(25 43 83/10%);position:relative;overflow:hidden}.home-page .home-hero__side-frame:after{content:none}.home-page .home-hero__side-adjustment{transform:translate(var(--home-hero-side-offset-x,0),var(--home-hero-side-offset-y,0))}.home-page .home-hero__side-adjustment>img{transform:scale(var(--home-hero-side-scale,1))}.home-page .home-hero__side>p{color:#555f6e;margin:14px 0 0;padding-top:13px;border-top:1px solid #dce1e9;font-size:clamp(12px,.9vw,15px);line-height:1.65}.home-page .home-hero__description{z-index:4;grid-area:description;align-self:center;width:100%;min-width:0;padding:clamp(18px,2vw,32px) 0 clamp(18px,2vw,32px) clamp(4px,1vw,16px);position:static;animation:home-refresh-copy-in .62s var(--ease-out) 90ms both}.home-page .home-hero__description:before{content:"";width:36px;height:3px;margin-bottom:clamp(20px,2vw,30px);background:var(--brand-blue);display:block}.home-page .home-hero__description h1{color:#161c28;letter-spacing:-.035em;margin:0 0 16px;font-size:clamp(28px,2.15vw,40px);font-weight:560;line-height:1.18}.home-page .home-hero__description p{color:#5c6573;text-wrap:pretty;margin:0 0 24px;font-size:clamp(14px,1vw,17px);line-height:1.72}.home-page .home-hero__description a{color:#fff;background:var(--brand-blue);border:1px solid var(--brand-blue);border-radius:2px;justify-content:space-between;align-items:center;gap:24px;width:auto;min-width:146px;height:46px;padding:0 17px;font-size:14px;font-weight:550;transition:color .18s ease,background .18s ease,box-shadow .24s var(--ease-out),transform .24s var(--ease-out);display:inline-flex}.home-page .home-hero__description a:after{content:"↗";font-size:15px;font-weight:400}.home-page .home-hero__description a:focus-visible,.home-page .home-hero__description a:hover{color:var(--brand-blue);background:#fff;box-shadow:0 16px 34px rgb(0 47 167/13%);transform:translateY(-2px)}.home-page .home-hero__arrow{z-index:10;color:#202735;cursor:pointer;background:rgb(255 255 255/78%);border:1px solid #cfd6e1;border-radius:2px;place-items:center;align-self:center;width:48px;height:48px;min-width:48px;min-height:48px;padding:0 0 4px;font:inherit;font-size:38px;font-weight:240;line-height:1;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .22s var(--ease-out);display:grid;position:static;inset:auto;transform:none}.home-page .home-hero__arrow:focus-visible,.home-page .home-hero__arrow:hover{color:#fff;background:var(--brand-blue);border-color:var(--brand-blue);transform:translateY(-2px)}.home-page .home-hero__arrow--left{grid-area:previous;justify-self:start}.home-page .home-hero__arrow--right{grid-area:next;justify-self:end}@media (min-width:901px){.home-page .home-hero__stage{grid-template-areas:"title title title" "side main description" "dots dots dots"}.home-page .home-hero__arrow{grid-area:auto;align-self:auto;justify-self:auto;position:absolute;top:50%;transform:translateY(-50%)}.home-page .home-hero__arrow--left{left:calc((100% - 100vw) / 2 + clamp(18px, 2.2vw, 38px))}.home-page .home-hero__arrow--right{right:calc((100% - 100vw) / 2 + clamp(18px, 2.2vw, 38px))}.home-page .home-hero__arrow:focus-visible,.home-page .home-hero__arrow:hover{transform:translateY(calc(-50% - 2px))}}.home-page .home-hero__dots{z-index:6;grid-area:dots;justify-self:center;align-self:center;align-items:center;gap:2px;display:flex;position:static;transform:none}.home-page .home-hero__dots button{cursor:pointer;background:transparent;border:0;border-radius:0;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;position:relative}.home-page .home-hero__dots button:after{content:"";background:#9aa2af;width:18px;height:2px;transition:width .22s var(--ease-out),height .22s var(--ease-out),background .18s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-page .home-hero__dots button:focus-visible:after,.home-page .home-hero__dots button:hover:after{background:#53627a;width:26px}.home-page .home-hero__dots button.is-active{background:transparent}.home-page .home-hero__dots button.is-active:after{background:var(--brand-blue);width:32px;height:3px}@keyframes home-refresh-title-in{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:none}}@keyframes home-refresh-product-in{0%{opacity:0;transform:translateY(24px) scale(.975)}to{opacity:1;transform:none}}@keyframes home-refresh-side-in{0%{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}}@keyframes home-refresh-copy-in{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}.home-page .original-capability{box-sizing:border-box;grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);gap:1px;width:100%;height:auto;min-height:0;margin:0;padding:clamp(88px,8vw,144px) var(--home-gutter);background:#dfe4ec;border-top:1px solid #dfe4ec;border-bottom:1px solid #dfe4ec;display:grid;position:relative;overflow:clip}.home-page .original-capability:before{content:"";pointer-events:none;background:linear-gradient(90deg,rgb(0 47 167/5%) 1px,transparent 0) 0 0 /clamp(72px,8vw,132px) 100%;position:absolute;inset:0}.home-page .original-capability .cap-main{z-index:1;width:100%!important;height:auto!important;min-width:0;min-height:clamp(590px,51vw,780px);background:#e9edf3;border:1px solid #d4dae4;position:relative!important;inset:auto!important;overflow:hidden;animation:home-cap-media-in .58s var(--ease-out) both}.home-page .original-capability .cap-main:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,rgb(0 47 167/7%),transparent 42%);position:absolute;inset:0}.home-page .original-capability .cap-main:after{content:"";z-index:2;pointer-events:none;border-top:3px solid var(--brand-blue);border-left:3px solid var(--brand-blue);width:clamp(32px,4vw,64px);height:clamp(32px,4vw,64px);position:absolute;top:clamp(18px,2vw,30px);left:clamp(18px,2vw,30px)}.home-page .original-capability .cap-main img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;max-width:none;display:block;position:absolute!important;inset:0!important}.home-page .original-capability .cap-copy{z-index:1;box-sizing:border-box;grid-template-rows:auto auto minmax(220px,1fr) clamp(190px,18vw,270px);grid-template-columns:minmax(0,1fr);align-items:start;min-width:0;padding:clamp(34px,4.5vw,72px);background:#fff;border:1px solid #d4dae4;display:grid;animation:none}.home-page .cap-heading span{color:var(--brand-blue);letter-spacing:.18em;font-size:10px;font-weight:700}.home-page .cap-heading h2{color:#151b27;letter-spacing:-.055em;margin:11px 0 0;font-size:clamp(48px,5vw,82px);font-weight:480;line-height:.98}.home-page .cap-tabs{border-top:1px solid #d9dfe8;border-bottom:1px solid #d9dfe8;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:clamp(28px,3.8vw,58px) 0 0;display:grid}.home-page .cap-tabs button{color:#747d8b;cursor:pointer;background:transparent;border:0;border-right:1px solid #e2e6ed;border-radius:0;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-width:0;min-height:56px;margin:0;padding:0 10px;font:inherit;font-size:clamp(11px,.88vw,14px);font-weight:550;line-height:1.3;transition:color .18s ease,background .18s ease;display:flex;position:relative;inset:auto;align-self:stretch;transform:none}.home-page .cap-tabs button:last-child{border-right:0}.home-page .cap-tabs button:after{content:"";background:var(--brand-blue);height:3px;transition:transform .24s var(--ease-out);position:absolute;right:0;bottom:-1px;left:0;transform:scaleX(0);transform-origin:left}.home-page .cap-tabs button span{color:#a0a7b2;letter-spacing:.08em;font-size:9px;font-weight:700}.home-page .cap-tabs button.is-active,.home-page .cap-tabs button:focus-visible,.home-page .cap-tabs button:hover{color:#161c27;background:#f6f8fb;transform:none}.home-page .cap-tabs button.is-active:after{transform:scaleX(1)}.home-page .cap-tabs button.is-active span{color:var(--brand-blue)}.home-page .original-capability .cap-content{align-self:center;width:100%;min-width:0;padding:clamp(28px,4vw,58px) 0;animation:home-cap-copy-in .48s var(--ease-out) both}.home-page .original-capability .cap-content>span{color:var(--brand-blue);letter-spacing:.18em;font-size:10px;font-weight:700}.home-page .original-capability .cap-content h3{color:#171d29;letter-spacing:-.035em;width:auto!important;margin:12px 0 18px;font-size:clamp(29px,2.45vw,44px);font-weight:520;line-height:1.18;position:static!important;inset:auto!important}.home-page .original-capability .cap-content p{color:#5d6674;text-wrap:pretty;width:auto!important;max-width:650px;margin:0;font-size:clamp(14px,1.04vw,18px);line-height:1.78;position:static!important;inset:auto!important}.home-page .original-capability .cap-detail{width:100%!important;height:100%!important;min-height:190px;background:#e7ebf1;border:1px solid #d7dde7;position:relative!important;inset:auto!important;overflow:hidden;animation:home-cap-detail-in .58s var(--ease-out) both}.home-page .original-capability .cap-detail img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;max-width:none;display:block;position:absolute!important;inset:0!important;transition:transform .7s var(--ease-out)}.home-page .original-capability .cap-detail:hover img{transform:scale(1.015)}@keyframes home-cap-media-in{0%{opacity:.45;transform:scale(1.015)}to{opacity:1;transform:none}}@keyframes home-cap-copy-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes home-cap-detail-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (min-width:901px){.home-page .original-capability{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);min-height:clamp(660px,52vw,820px);padding:clamp(54px,5.2vw,90px) var(--home-gutter);background:#f1f3f7;border:0;overflow:hidden}.home-page .original-capability:before{opacity:.55;background:linear-gradient(90deg,rgb(13 42 90/6%) 1px,transparent 0) 0 0 /clamp(70px,7vw,126px) 100%}.home-page .original-capability .cap-main{grid-column:2;grid-row:1;min-height:0;border:0;background:#cbd3df;box-shadow:0 28px 70px rgb(15 31 58/16%);animation:none}.home-page .original-capability .cap-main:before{z-index:1;background:linear-gradient(180deg,rgb(6 18 39/4%),rgb(6 18 39/22%))}.home-page .original-capability .cap-main:after{display:none}.home-page .original-capability .cap-main img{object-position:center!important}.home-page .original-capability .cap-copy{z-index:3;grid-column:1;grid-row:1;grid-template-rows:auto auto 1fr;align-content:stretch;min-height:0;padding:clamp(16px,2vw,34px) clamp(26px,3.2vw,56px) clamp(18px,2vw,34px) 0;color:#111b2e;background:transparent;border:0;position:static}.home-page .cap-heading{align-self:start;padding-bottom:clamp(28px,3vw,50px);border-bottom:1px solid #cfd6e1}.home-page .cap-heading span{color:#164dc4;letter-spacing:.22em}.home-page .cap-heading h2{color:#101b31;letter-spacing:-.065em;margin-top:14px;font-size:clamp(66px,6vw,108px);font-weight:500;line-height:.94}.home-page .cap-tabs{grid-template-columns:repeat(3,minmax(0,1fr));grid-row:2;margin:0;border-top:1px solid #cfd6e1;border-bottom:1px solid #cfd6e1}.home-page .cap-tabs button{color:#6e7889;gap:8px;justify-content:flex-start;min-height:clamp(58px,5vw,76px);padding:0 8px;border-right:1px solid #d7dde6;border-bottom:0;font-size:clamp(13px,1vw,16px);font-weight:500}.home-page .cap-tabs button:last-child{border-right:0}.home-page .cap-tabs button:after{width:auto;height:3px;right:0;bottom:-1px;left:0;transform:scaleX(0);transform-origin:left center}.home-page .cap-tabs button span{color:#9aa5b5;min-width:0}.home-page .cap-tabs button.is-active,.home-page .cap-tabs button:focus-visible,.home-page .cap-tabs button:hover{color:#111b2e;background:transparent}.home-page .cap-tabs button.is-active:after{transform:scaleX(1)}.home-page .cap-tabs button.is-active span{color:#164dc4}.home-page .original-capability .cap-content{align-self:center;padding:clamp(40px,5vw,84px) 0;animation:none}.home-page .original-capability .cap-content>span{color:#164dc4;letter-spacing:.2em}.home-page .original-capability .cap-content h3{color:#101b31;margin:13px 0 16px;font-size:clamp(34px,3vw,54px);font-weight:520;line-height:1.16}.home-page .original-capability .cap-content p{color:#5a6678;max-width:590px;font-size:clamp(15px,1.05vw,18px);line-height:1.8}.home-page .original-capability .cap-detail{z-index:4;width:min(27vw,450px)!important;height:clamp(150px,14vw,220px)!important;min-height:0;background:#fff;border:10px solid #fff;box-shadow:0 20px 55px rgb(3 13 31/28%);position:absolute!important;right:clamp(20px,2vw,38px)!important;bottom:clamp(20px,2vw,38px)!important;inset-block-start:auto!important;inset-inline-start:auto!important;animation:none}.home-page .original-capability .cap-detail:before{content:"FIELD DETAIL";z-index:2;color:#fff;letter-spacing:.18em;padding:8px 11px;background:#101b31;font-size:9px;font-weight:700;position:absolute;top:0;left:0}}@media (min-width:901px) and (max-height:840px){.home-page .original-capability{min-height:calc(100svh - var(--header-height, 72px));padding-top:clamp(34px,4vw,54px);padding-bottom:clamp(34px,4vw,54px)}.home-page .original-capability .cap-copy{padding-top:8px;padding-bottom:8px}.home-page .cap-heading{padding-bottom:clamp(22px,3vh,38px)}.home-page .cap-tabs button{min-height:clamp(45px,6vh,60px)}.home-page .original-capability .cap-content{padding-top:clamp(24px,4vh,42px)}.home-page .original-capability .cap-content h3{font-size:clamp(25px,2vw,32px)}.home-page .original-capability .cap-content p{font-size:13px;line-height:1.65}.home-page .original-capability .cap-detail{width:min(27vw,420px)!important;height:clamp(138px,14vw,188px)!important}}.home-page .home-partners{color:#fff;height:auto;margin-top:clamp(64px,7vw,112px);padding:clamp(34px,4vw,56px) clamp(24px,4.5vw,72px) clamp(46px,4vw,66px);background:#0f34a2}.home-page .home-partners-heading{flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;display:flex}.home-page .home-partners-heading>span{letter-spacing:.22em;opacity:.76;font-size:10px;font-weight:700}.home-page .home-partners-heading h2{margin:0;font-size:clamp(32px,2.7vw,44px);font-weight:500;line-height:.95}.home-page .home-partners-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap:clamp(12px,1.1vw,22px);width:min(1200px,100%);margin:clamp(32px,3vw,44px) auto 0;padding:0;list-style:none;background:transparent;display:grid}.home-page .home-partner-card{--partner-delay:0ms;place-items:center;display:grid;min-width:0;min-height:clamp(70px,6.8vw,104px);padding:0;background:transparent;animation:home-partner-float 4.8s ease-in-out var(--partner-delay) infinite}.home-page .home-partner-card>img{object-fit:contain;width:100%;height:clamp(52px,4.8vw,76px);min-height:0;display:block}@keyframes home-partner-float{0%,48%,to{transform:translateY(0)}20%{transform:translateY(-7px)}34%{transform:translateY(-2px)}}@media (max-width:900px){.home-page .home-partners{margin-top:60px;padding:clamp(26px,5vw,38px)}.home-page .home-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1180px){.home-page{--home-gutter:clamp(22px,4vw,44px)}.home-page .home-hero__stage{grid-template-columns:minmax(150px,.62fr) minmax(350px,1.42fr) minmax(190px,.72fr);column-gap:clamp(18px,2.5vw,34px)}.home-page .home-hero__title{font-size:clamp(74px,11.4vw,132px)}.home-page .home-hero__main{height:clamp(390px,47vw,530px)}.home-page .original-capability{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}.home-page .original-capability .cap-copy{padding:clamp(30px,4vw,48px)}}@media (min-width:901px) and (min-aspect-ratio:4/3){.home-page .home-hero{min-height:100svh;padding-top:calc(var(--header-height) + 14px);padding-bottom:16px}.home-page .home-hero__stage{grid-template-rows:auto minmax(clamp(288px,46svh,330px),calc(100svh - var(--header-height) - 250px)) 46px;gap:12px clamp(18px,2.6vw,38px);padding-top:12px}.home-page .home-hero__title{font-size:clamp(94px,11.4vw,164px);letter-spacing:.022em;line-height:.8}.home-page .home-hero__main{align-self:stretch;height:100%;min-height:0}.home-page .home-hero__side{align-self:center;padding-bottom:0}.home-page .home-hero__side-frame{width:min(100%,220px)}.home-page .home-hero__side>p{margin-top:9px;padding-top:9px;font-size:clamp(14px,.82vw,15px);line-height:1.48}.home-page .home-hero__description{padding-top:16px;padding-bottom:16px}.home-page .home-hero__description:before{width:30px;height:2px;margin-bottom:16px}.home-page .home-hero__description h1{margin-bottom:10px;font-size:clamp(25px,1.9vw,34px)}.home-page .home-hero__description p{margin-bottom:16px;font-size:clamp(14px,.9vw,15px);line-height:1.55}.home-page .home-hero__description a{min-width:138px;height:44px;font-size:14px}.home-page .home-hero__arrow{width:44px;height:44px;min-width:44px;min-height:44px;font-size:34px}}@media (max-width:900px) and (orientation:portrait){.home-page{--home-gutter:20px}.home-page .home-hero{min-height:0;padding-top:calc(var(--header-height) + 24px);padding-bottom:34px;display:block}.home-page .home-hero__stage{grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr);grid-template-rows:auto auto auto 52px;grid-template-areas:"title title" "main main" "side description" "controls controls";gap:22px 22px;width:100%;padding:22px 0 0}.home-page .home-hero__title{grid-area:title;white-space:normal;font-size:clamp(66px,14.2vw,100px);line-height:.92}.home-page .home-hero__main{grid-area:main;height:clamp(350px,58vw,500px)}.home-page .home-hero__side{grid-area:side;align-self:start;padding:0}.home-page .home-hero__description{grid-area:description;align-self:stretch;padding:22px 0 22px 18px}.home-page .home-hero__description h1{font-size:clamp(25px,4.3vw,34px)}.home-page .home-hero__arrow{grid-row:4;width:46px;height:46px;min-width:46px;min-height:46px}.home-page .home-hero__arrow--left{grid-column:1;justify-self:start}.home-page .home-hero__arrow--right{grid-column:2;justify-self:end}.home-page .home-hero__dots{grid-row:4;grid-column:1/-1}.home-page .original-capability{grid-template-columns:minmax(0,1fr);gap:1px;padding:76px var(--home-gutter)}.home-page .original-capability .cap-main{aspect-ratio:4/3;height:auto!important;min-height:0}.home-page .original-capability .cap-copy{grid-template-rows:auto auto auto clamp(210px,35vw,300px);padding:clamp(30px,6vw,50px)}.home-page .cap-heading h2{font-size:clamp(48px,9vw,72px)}.home-page .original-capability .cap-content{min-height:230px}}@media (max-width:900px) and (orientation:landscape){.home-page{--home-gutter:18px}.home-page .home-hero{min-height:0;padding-top:calc(var(--header-height) + 18px);padding-bottom:26px}.home-page .home-hero__stage{grid-template-columns:minmax(110px,.56fr) minmax(250px,1.4fr) minmax(150px,.76fr);grid-template-rows:auto minmax(280px,46vw) 48px;grid-template-areas:"title title title" "side main description" "previous dots next";gap:14px 18px;padding-top:16px}.home-page .home-hero__title{white-space:nowrap;font-size:clamp(50px,8.6vw,78px);line-height:.92}.home-page .home-hero__main{height:100%}.home-page .home-hero__side{align-self:center;padding:0}.home-page .home-hero__description{padding:16px 0 16px 10px}.home-page .home-hero__description:before{width:28px;margin-bottom:14px}.home-page .home-hero__description h1{margin-bottom:10px;font-size:clamp(21px,3.2vw,28px)}.home-page .home-hero__description p{margin-bottom:14px;font-size:12px;line-height:1.55}.home-page .home-hero__description a{gap:16px;min-width:132px;height:44px;font-size:12px}}@media (max-width:560px){.home-page{--home-gutter:16px}.home-page .home-hero{padding-top:calc(var(--header-height) + 18px);padding-bottom:26px}.home-page .home-hero__stage{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto 48px auto auto;grid-template-areas:"title" "main" "controls" "description" "side";gap:17px;padding-top:18px}.home-page .home-hero__title{grid-area:title;text-wrap:balance;font-size:clamp(48px,14.7vw,66px);line-height:.94}.home-page .home-hero__main{grid-area:main;height:clamp(260px,86vw,370px)}.home-page .home-hero__description{grid-area:description;padding:20px 0}.home-page .home-hero__description:before{width:30px;margin-bottom:18px}.home-page .home-hero__description h1{margin-bottom:11px;font-size:clamp(24px,7.5vw,30px)}.home-page .home-hero__description p{margin-bottom:18px;font-size:14px;line-height:1.68}.home-page .home-hero__description a{min-width:142px;height:44px;font-size:13px}.home-page .home-hero__side{grid-area:side;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:16px;width:100%;padding:0;display:grid}.home-page .home-hero__side-frame{width:108px}.home-page .home-hero__side>p{margin:0;padding:0 0 0 14px;border-top:0;border-left:1px solid #dce1e9;font-size:12px;line-height:1.58}.home-page .home-hero__arrow{grid-row:3;width:44px;height:44px;min-width:44px;min-height:44px;font-size:34px}.home-page .home-hero__arrow--left,.home-page .home-hero__arrow--right{grid-column:1}.home-page .home-hero__arrow--left{justify-self:start}.home-page .home-hero__arrow--right{justify-self:end}.home-page .home-hero__dots{grid-row:3;grid-column:1}.home-page .home-hero__dots button{width:44px;height:44px}.home-page .home-hero__dots button:after{width:12px}.home-page .home-hero__dots button.is-active:after{width:22px}.home-page .original-capability{padding:68px var(--home-gutter)}.home-page .original-capability .cap-main{aspect-ratio:1/1}.home-page .original-capability .cap-copy{grid-template-rows:auto auto auto 210px;padding:28px 20px 20px}.home-page .cap-heading h2{font-size:clamp(43px,14vw,58px)}.home-page .cap-tabs{margin-top:26px}.home-page .cap-tabs button{flex-direction:column;justify-content:center;gap:5px;min-height:66px;padding:7px 3px;font-size:clamp(10px,3.25vw,12px);text-align:center}.home-page .original-capability .cap-content{min-height:250px;padding:30px 0 26px}.home-page .original-capability .cap-content h3{font-size:clamp(26px,8vw,31px)}.home-page .original-capability .cap-content p{font-size:14px;line-height:1.7}.home-page .original-capability .cap-detail{min-height:210px}}@media (max-width:360px){.home-page .home-hero__side{grid-template-columns:92px minmax(0,1fr);gap:12px}.home-page .home-hero__side-frame{width:92px}.home-page .home-hero__side>p{padding-left:11px;font-size:11.5px}.home-page .home-hero__dots button:after{width:10px}.home-page .home-hero__dots button.is-active:after{width:18px}.home-page .original-capability .cap-copy{padding-right:16px;padding-left:16px}}@media (min-width:561px) and (max-height:520px){.home-page{--home-gutter:14px}.home-page .home-hero{min-height:0;padding-top:calc(var(--header-height) + 12px);padding-bottom:18px}.home-page .home-hero__stage{grid-template-columns:minmax(84px,.52fr) minmax(210px,1.36fr) minmax(166px,.8fr);grid-template-rows:auto minmax(184px,48svh) 46px;grid-template-areas:"title title title" "side main description" "previous dots next";gap:10px 16px;padding-top:12px}.home-page .home-hero__title{white-space:nowrap;font-size:clamp(44px,7.8vw,64px);line-height:.9}.home-page .home-hero__main{height:100%;min-height:184px}.home-page .home-hero__side{align-self:center;padding:0}.home-page .home-hero__side-frame{width:min(100%,104px)}.home-page .home-hero__side>p{margin-top:8px;padding-top:7px;font-size:14px;line-height:1.45}.home-page .home-hero__description{align-self:start;padding:12px 0 12px 8px}.home-page .home-hero__description:before{width:24px;height:2px;margin-bottom:10px}.home-page .home-hero__description h1{margin-bottom:8px;font-size:clamp(19px,2.8vw,25px)}.home-page .home-hero__description p{margin-bottom:10px;font-size:14px;line-height:1.45}.home-page .home-hero__description a{gap:14px;min-width:124px;height:44px;min-height:44px;padding:0 13px;font-size:14px}.home-page .home-hero__arrow{width:44px;height:44px;min-width:44px;min-height:44px;font-size:33px}.home-page .original-capability{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1px;padding:54px var(--home-gutter)}.home-page .original-capability .cap-main{aspect-ratio:auto;min-height:430px}.home-page .original-capability .cap-copy{grid-template-rows:auto auto auto 140px;padding:24px 22px 20px}.home-page .cap-heading h2{font-size:clamp(38px,6vw,52px)}.home-page .cap-tabs{margin-top:18px}.home-page .cap-tabs button{min-height:52px;padding:5px;font-size:14px}.home-page .original-capability .cap-content{min-height:190px;padding:20px 0}.home-page .original-capability .cap-content h3{margin:8px 0 10px;font-size:clamp(22px,3.4vw,29px)}.home-page .original-capability .cap-content p{font-size:14px;line-height:1.6}.home-page .original-capability .cap-detail{min-height:140px}}@media (min-width:561px) and (max-width:900px) and (max-height:520px){.home-page .home-matrix{padding-top:64px}.home-page .home-matrix>.matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-page .matrix-card{height:clamp(280px,43vw,360px);min-height:0}.home-page .matrix-copy{top:22px}.home-page .matrix-copy h3{font-size:clamp(20px,3.2vw,27px)}.home-page .matrix-copy p{margin:6px 0 10px;font-size:14px;line-height:1.35}.home-page .matrix-copy b{width:112px;height:44px;margin:0 auto;font-size:14px;position:relative;inset:auto}}@media (prefers-reduced-motion:reduce){.home-page .home-hero__description,.home-page .home-hero__main,.home-page .home-hero__side,.home-page .home-hero__title,.home-page .original-capability .cap-content,.home-page .original-capability .cap-detail,.home-page .original-capability .cap-main{animation:none}.home-page .cap-tabs button,.home-page .cap-tabs button:after,.home-page .home-hero__arrow,.home-page .home-hero__description a,.home-page .home-hero__dots button:after,.home-page .matrix-card,.home-page .matrix-card>img,.home-page .matrix-copy b,.home-page .original-capability .cap-detail img{transition:none}.home-page .home-hero__arrow:focus-visible,.home-page .home-hero__arrow:hover,.home-page .home-hero__description a:focus-visible,.home-page .home-hero__description a:hover,.home-page .matrix-card:focus-visible,.home-page .matrix-card:focus-visible .matrix-copy b,.home-page .matrix-card:focus-visible>img,.home-page .matrix-card:hover,.home-page .matrix-card:hover .matrix-copy b,.home-page .matrix-card:hover>img,.home-page .original-capability .cap-detail:hover img{transform:none}.home-page .home-partner-card{animation:none}}@media (min-width:901px){.home-page .matrix-copy{top:clamp(18px,1.25vw,24px)}}