{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/do4pyJxZTfTVNmwS3Qpf/XCBUPCRRtOXEmLaVvYSQ/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (f712822)\nexport default function metadata(params,activeLocale){return{customHTMLBodyStart:'<script>\\n    function _loadScript(id, url, callback) {\\n        var script = document.createElement(\"script\");\\n        script.id = id || Date.now();\\n        script.onload = function () {\\n            if (!callback) {\\n            return;\\n            }\\n            callback();\\n        };\\n        script.onerror = function (err) {\\n            console.log(JSON.stringify(err));\\n        };\\n        script.src = url;\\n        document.head.appendChild(script);\\n    }\\n    _loadScript(\\n    \"\",\\n    \"https://sf16-sg.larksuitecdn.com/obj/lark-static-sg/lark/passport/tenant/tenant-widget-6.0.11-1.0.0.106.js\",\\n    function () {\\n      const loadEvent = new Event(\"sdk.loaded\");\\n      window.sdk_loaded = true\\n      dispatchEvent(loadEvent);\\n    }\\n  );\\n</script>\\n<script>\\n  (function () {\\n    const STAGING_ENV_ACCESS_TOKEN = \"MFoYofiTMZ5d2rud7iiJzm2hiJKxdioAUXPXG4Wdxtt7AhX3q6fkDTCiy56szF6xERIXM89I3bx35ffFDjkuAFTIH4SDk4BT5Y7axpFBvpVBd2SQttIqV0LhcdyomJkB4yxlzfehUrU7C5Oa8Zj4KCdG1kpRvVYMgkxUXkd6MSp63tjSE5tBjvAycajwlvTlEQ5PSzRQldMSGWgOz8Ow6SgQ4z41Ebo5oTCT2ab5k6xvlGL0LXVRKACmC3fIAsbM\";\\n    function getCookie(key) {\\n      const name = `${key}=`\\n      const decodedCookie = decodeURIComponent(document.cookie)\\n      const cookieArray = decodedCookie.split(\";\")\\n\\n      for (let cookie of cookieArray) {\\n        let trimmedCookie = cookie.trim()\\n        if (trimmedCookie.indexOf(name) === 0) {\\n          const cookieValue = trimmedCookie.substring(\\n            name.length,\\n            trimmedCookie.length\\n          )\\n          console.log(`Found cookie: ${key}, Value: ${cookieValue}`) // Log the cookie key and value\\n          return cookieValue\\n        }\\n      }\\n      console.log(`Cookie with key \"${key}\" not found.`) // Log if the cookie is not found\\n      return null\\n    }\\n\\n    const deleteCookie = (key, domain) => {\\n      console.log(`Attempting to delete cookie - Name: ${key}, Domain: ${domain}`) // Log the cookie deletion attempt\\n\\n      // Set the cookie with an expired date to remove it\\n      document.cookie = `${key}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=${domain}; Secure; SameSite=Lax;`\\n\\n      // Try deleting with additional attributes for robustness\\n      document.cookie = `${key}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=${domain}; Secure; HttpOnly; SameSite=Strict;`\\n\\n      // Attempt to delete cookie at multiple path levels for thoroughness\\n      document.cookie = `${key}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=${domain};`\\n      document.cookie = `${key}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=; domain=${domain};`\\n      document.cookie = `${key}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=;`\\n      document.cookie = `${key}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;`\\n\\n      console.log(\\n        `Cookie deletion attempted for all path variations - Name: ${key}`\\n      ) // Log the cookie deletion completion\\n    }\\n    const staging_env_check = () => {\\n      const cookieName = \"__lark_website_staging_access_token\"\\n      const cookieValue = getCookie(cookieName)\\n      console.log(\\n        `Cookie fetched v2 - Name: ${cookieName}, Value: ${cookieValue}`\\n      )\\n      if (cookieValue === undefined || cookieValue === null) {\\n        console.log(`Cookie is missing. Name: ${cookieName}`)\\n      } else if (cookieValue !== STAGING_ENV_ACCESS_TOKEN) {\\n        deleteCookie(cookieName, \".larksuite.com\")\\n        console.log(`Reloading window due to invalid or missing cookie.`)\\n        window.location.reload()\\n      } else {\\n        console.log(`Cookie value is valid. Access token matches.`)\\n      }\\n    }\\n    staging_env_check();\\n  })()\\n</script>',customHTMLHeadEnd:\"<script>\\n    const CAMPAIGN_COOKIE = '__lark_global_campaign_params';\\n    const UTM_PREIX = 'utm';\\n    const SALESFORCE_PREFIX = 'salesforce_campaign';\\n    const EXPERIMENT_KEY = '__lark_website_experiment';\\n    const experiment_setting = {\\n        contact_sales_condense: {\\n            groups: [\\n                {\\n                    name: 'Conditional form fields_0',\\n                    weight: 1,\\n                    index: 1,\\n                },\\n                {\\n                    name: 'Conditional form fields_1',\\n                    weight: 1,\\n                    index: 2,\\n                },\\n            ],\\n        },\\n        nav_ab_testing: {\\n            groups: [\\n                {\\n                    name: 'nav_1123_a',\\n                    weight: 1,\\n                    index: 1,\\n                },\\n                {\\n                    name: 'nav_1123_b',\\n                    weight: 1,\\n                    index: 2,\\n                },\\n            ],\\n        },\\n    };\\n    window.__experiment_setting__ = experiment_setting;\\n    function setCookie(k, v) {\\n        expireTime = new Date(Date.now() + 1000 * 3600 * 24 * 365 * 10).toGMTString();\\n        document.cookie =\\n            k + '=' + v + `;domain=${location.hostname.includes('boe') ? '.larksuite-boe.com' : '.larksuite.com'};path=/;expires=` + expireTime;\\n    }\\n    function getCookie(key) {\\n        try {\\n            return (\\n                decodeURIComponent(\\n                    document.cookie.replace(\\n                        new RegExp('(?:(?:^|.*;)\\\\\\\\s*' + encodeURIComponent(key).replace(/[-.+*]/g, '\\\\\\\\$&') + '\\\\\\\\s*\\\\\\\\=\\\\\\\\s*([^;]*).*$)|^.*$'),\\n                        '$1',\\n                    ),\\n                ) || ''\\n            );\\n        } catch (e) {\\n            return '';\\n        }\\n    }\\n    function generateGroup(experiment, device, path) {\\n        if (device === 'pc' && isMobileDevice()) {\\n            return 0;\\n        }\\n        if (device === 'mobile' && !isMobileDevice()) {\\n            return 0;\\n        }\\n        if (!window.location.href.includes(path)) {\\n            return 0;\\n        }\\n        var elems = experiment_setting[experiment]['groups'].map((group) => group.index);\\n        var weights = experiment_setting[experiment]['groups'].map((group) => group.weight);\\n        var totalWeight = weights.reduce(add, 0);\\n        function add(a, b) {\\n            return a + b;\\n        }\\n        var weighedElems = [];\\n        var currentElem = 0;\\n        while (currentElem < elems.length) {\\n            for (let i = 0; i < weights[currentElem]; i++) weighedElems[weighedElems.length] = elems[currentElem];\\n            currentElem++;\\n        }\\n        var rnd = Math.floor(Math.random() * totalWeight);\\n        return weighedElems[rnd];\\n    }\\n    function setExperimentCookie(experiment, device, path) {\\n        var experimentCookieStr = getCookie(EXPERIMENT_KEY);\\n        let experimentCookie;\\n        try {\\n            experimentCookie = JSON.parse(experimentCookieStr);\\n        } catch (error) {\\n            experimentCookie = null;\\n        }\\n        if (!experimentCookie) {\\n            console.log('cookie not found');\\n            setCookie(\\n                EXPERIMENT_KEY,\\n                JSON.stringify({\\n                    [experiment]: generateGroup(experiment, device, path),\\n                }),\\n            );\\n        } else if (!experimentCookie[experiment]) {\\n            setCookie(\\n                EXPERIMENT_KEY,\\n                JSON.stringify({\\n                    ...experimentCookie,\\n                    [experiment]: generateGroup(experiment, device, path),\\n                }),\\n            );\\n        }\\n    }\\n    function getExperimentGroup(key) {\\n        try {\\n            const cookie = getCookie('__lark_website_experiment');\\n            return JSON.parse(cookie)[key] ?? -1;\\n        } catch (e) {\\n            return -1;\\n        }\\n    }\\n    function getVID() {\\n        return Object.keys(experiment_setting)\\n            .map((experiment) => {\\n                const group = getExperimentGroup(experiment);\\n                if (group === -1 || group === 0) {\\n                    return '';\\n                } else {\\n                    return experiment_setting[experiment]['groups'][group - 1].name;\\n                }\\n            })\\n            .filter((res) => res !== '')\\n            .join(',');\\n    }\\n    const isMobileDevice = () => {\\n        if (typeof isMobileDevice.result !== 'undefined') {\\n            return isMobileDevice.result;\\n        }\\n        const userAgent = navigator.userAgent || navigator.vendor;\\n        if (/Android|iphone|ipod|ipad/i.test(userAgent)) {\\n            isMobileDevice.result = true;\\n            return true;\\n        }\\n        if (/MiuiBrowser/i.test(userAgent)) {\\n            // \u6682\u65F6\u89E3\u51B3\uFF0C\u7559\u610F\u6CA1\u6709Android\u5B57\u6BB5\\n            isMobileDevice.result = true;\\n            return true;\\n        }\\n        // Lying iOS13 iPad\\n        if (userAgent.match(/Macintosh/i) !== null) {\\n            // need to distinguish between Macbook and iPad\\n            const canvas = document.createElement('canvas');\\n            if (canvas !== null) {\\n                const context = canvas.getContext('webgl') || canvas.getContext('experimental-webgl');\\n                if (context) {\\n                    const info = context.getExtension('WEBGL_debug_renderer_info');\\n                    if (info) {\\n                        const renderer = context.getParameter(info.UNMASKED_RENDERER_WEBGL);\\n                        if (renderer.indexOf('Apple') !== -1 && !(navigator.maxTouchPoints === 0)) {\\n                            isMobileDevice.result = true;\\n                            return true;\\n                        }\\n                    }\\n                }\\n            }\\n        }\\n        isMobileDevice.result = false;\\n        return false;\\n    };\\n    setExperimentCookie('contact_sales_condense', 'both', '');\\n    setExperimentCookie('nav_ab_testing', 'desktop', '');\\n    let params = new URLSearchParams(document.location.search);\\n    window.__activeTea = params.get('active_tea') === 'true';\\n    function _loadScript(id, url, callback) {\\n        var script = document.createElement('script');\\n        script.id = id || Date.now();\\n        script.onload = function () {\\n            if (!callback) {\\n                return;\\n            }\\n            callback();\\n        };\\n        script.onerror = function (err) {\\n            console.log(JSON.stringify(err));\\n        };\\n        script.src = url;\\n        document.head.appendChild(script);\\n    }\\n    function loadTea() {\\n        if (location.href.includes('hera') || location.href.includes('framer')) {\\n            return;\\n        }\\n        window?._loadScript('', 'https://lf-package-sg.larksuitecdn.com/obj/unpkg-va/bdeefe/ug-tea-common-params/1.0.29/dist/index.min.js', function () {\\n            // 1660\\n            window?.teaCommonParams.configTea(\\n                1660,\\n                'sg',\\n                {\\n                    cross_subdomain: true,\\n                    cookie_expire: 12 * 30 * 24 * 60 * 60 * 1000,\\n                    channel_domain: \\\"https://mcs-sg.larksuite.com\\\",\\n                },\\n                {},\\n                {\\n                    app_language: 'vi_vn',\\n                    _staging_flag: location.host.includes('boe') ? 1 : 0,\\n                },\\n            );\\n        });\\n    }\\n    (function (win, exportObj) {\\n        win['TeaAnalyticsObject'] = exportObj;\\n        if (!win[exportObj]) {\\n            function _collect() {\\n                _collect.q.push(arguments);\\n            }\\n            _collect.q = _collect.q || [];\\n            win[exportObj] = _collect;\\n        }\\n        win[exportObj].l = +new Date();\\n    })(window, 'collectEvent');\\n    (function () {\\n        function _getParamsObjFromSearch(search) {\\n            if (!search) {\\n                return {};\\n            }\\n            var arr = search.slice(1).split('&');\\n            var obj = {};\\n            arr.forEach(function (item) {\\n                var keyValue = item.split('=');\\n                if (keyValue[1]) {\\n                    obj[keyValue[0]] = decodeURIComponent(keyValue[1]);\\n                }\\n            });\\n            return obj;\\n        }\\n        const searchObj = _getParamsObjFromSearch(location.search);\\n        const url_from = searchObj['from'] || '';\\n        window.collectEvent('filterEvent', (data) => {\\n            console.log('before:', data);\\n            const one_id = JSON.parse(data[0]?.header?.custom)?.one_id;\\n            if (one_id) {\\n                data[0].user.user_unique_id = one_id;\\n            }\\n            data[0].events.forEach((event) => {\\n                event.params = JSON.stringify({\\n                    ...JSON.parse(event.params),\\n                    VID: getVID(),\\n                });\\n            });\\n            console.log('after:', data);\\n            return data; // \u5FC5\u987Breturn\\n        });\\n        window.collectEvent('lark_website_mainpage_view', {\\n            url_path: window.location.href,\\n            page_title: document.title,\\n            url_from: url_from,\\n            url: window.location,\\n        });\\n    })();\\n    window.dataLayer = window.dataLayer || [];\\n    function gtag() {\\n        dataLayer.push(arguments);\\n    }\\n    const onChange = (consent) => {\\n        console.log('consent');\\n        function _setCookie(cName, cValue, expDays) {\\n            let date = new Date();\\n            date.setTime(date.getTime() + expDays * 24 * 60 * 60 * 1000);\\n            const expires = 'expires=' + date.toUTCString();\\n            document.cookie =\\n                cName + '=' + cValue + '; ' + expires + '; path=/;' + `domain=${location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com'}`;\\n        }\\n        function get_cookie(name) {\\n            return document.cookie.split(';').some(function (c) {\\n                return c.trim().startsWith(name + '=');\\n            });\\n        }\\n        function delete_cookie(name, path, domain) {\\n            if (get_cookie(name)) {\\n                document.cookie = name + '=' + (path ? ';path=' + path : '') + (domain ? ';domain=' + domain : '') + ';expires=Thu, 01 Jan 1970 00:00:01 GMT';\\n            }\\n        }\\n        function _getParamsObjFromSearch(search) {\\n            if (!search) {\\n                return {};\\n            }\\n            var arr = search.slice(1).split('&');\\n            var obj = {};\\n            arr.forEach(function (item) {\\n                var keyValue = item.split('=');\\n                if (keyValue[1]) {\\n                    obj[keyValue[0]] = decodeURIComponent(keyValue[1]);\\n                }\\n            });\\n            return obj;\\n        }\\n        if (consent) {\\n            if (consent.ga) {\\n                // Google Tag Manager\\n                (function (w, d, s, l, i) {\\n                    w[l] = w[l] || [];\\n                    w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });\\n                    var f = d.getElementsByTagName(s)[0],\\n                        j = d.createElement(s),\\n                        dl = l != 'dataLayer' ? '&l=' + l : '';\\n                    j.async = true;\\n                    j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;\\n                    f.parentNode.insertBefore(j, f);\\n                })(window, document, 'script', 'dataLayer', 'GTM-KGPK336');\\n                _loadScript &&\\n                    _loadScript('', 'https://www.googletagmanager.com/gtag/js?id=G-HDCQDHCV0P', () => {\\n                        gtag('js', new Date());\\n                        gtag('config', 'G-HDCQDHCV0P', {\\n                            cookie_expires: 31536000,\\n                        });\\n                        gtag('set', 'G-HDCQDHCV0P', {\\n                            cookie_expires: 31536000,\\n                        });\\n                    });\\n            }\\n            if (consent.lark) {\\n                loadTea();\\n            } else {\\n                delete_cookie('landing_url', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('first_landing_url', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('convert_url', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('third_party_page_referrer', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n            }\\n            if (consent.fullstory) {\\n            } else {\\n                delete_cookie('fs_uid', '/', '');\\n                delete_cookie('fullstory_uuid', '/', '');\\n                delete_cookie('fs_uid', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('fullstory_uuid', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n            }\\n            if (consent.linkedin) {\\n            } else {\\n                delete_cookie('ln_or', '/', '');\\n                delete_cookie('ln_or', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n            }\\n            if (consent.ga) {\\n            } else {\\n                delete_cookie('_ga_HDCQDHCV0P', '/', '');\\n                delete_cookie('_ga', '/', '');\\n                delete_cookie('_gcl_au', '/', '');\\n                delete_cookie('_ga_HDCQDHCV0P', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('_ga', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('_gcl_au', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n            }\\n            if (consent.hubspot) {\\n                function getCampaignParams() {\\n                    const searchObj = _getParamsObjFromSearch(location.search);\\n                    const ret = [];\\n                    Object.keys(searchObj).forEach((k) => {\\n                        if (k && (k.startsWith(UTM_PREIX) || k.startsWith(SALESFORCE_PREFIX))) {\\n                            ret.push(`${k}=${searchObj[k]}`);\\n                        }\\n                    });\\n                    if (Object.keys(ret).length) {\\n                        _setCookie(CAMPAIGN_COOKIE, ret.join(','), 90);\\n                    }\\n                }\\n                getCampaignParams();\\n            } else {\\n                delete_cookie(CAMPAIGN_COOKIE, '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n                delete_cookie('hubspotutk', '/');\\n                delete_cookie('hubspotutk', '/', location.hostname.includes('boe') ? 'larksuite-boe.com' : 'larksuite.com');\\n            }\\n        }\\n    };\\n    console.log('initing cookie banner');\\n    function getLocale() {\\n        var path = location.pathname;\\n        var portions = path.split('/');\\n        var lang = '';\\n        if (portions.length > 1) {\\n            lang = portions[1];\\n        }\\n        if (lang.match(/(.*)_(\\\\w\\\\w)/)) {\\n            return lang.replace(/(.*)_(\\\\w\\\\w)/, function (r, m1, m2) {\\n                return m1 + '-' + m2.toUpperCase();\\n            });\\n        } else {\\n            return 'en-US';\\n        }\\n    }\\n    function initCookieBanner() {\\n        window.__CookieConsent.init({\\n            env: 'online',\\n            locale: getLocale(),\\n            onReady: onChange,\\n            region: 'sg',\\n        });\\n        window.__CookieConsent.onHide(() => {\\n            const consent = window.__CookieConsent.getConsent();\\n            onChange(consent);\\n        });\\n    }\\n    if (window.banner_loaded) {\\n        console.log('already loaded');\\n        initCookieBanner();\\n    } else {\\n        console.log('listen to loading');\\n        window.addEventListener('banner.loaded', () => {\\n            initCookieBanner();\\n        });\\n    }\\n    function loadSlardar() {\\n        var bid = 'larksuite_framer';\\n        (function (w, d, u, b, n, pc, ga, ae, po, s, p, e, t, pp) {\\n            pc = 'precollect';\\n            ga = 'getAttribute';\\n            ae = 'addEventListener';\\n            po = 'PerformanceObserver';\\n            s = function (m) {\\n                p = [].slice.call(arguments);\\n                p.push(Date.now(), location.href);\\n                (m == pc ? s.p.a : s.q).push(p);\\n            };\\n            s.q = [];\\n            s.p = { a: [] };\\n            w[n] = s;\\n            e = document.createElement('script');\\n            e.src = u + '?bid=' + b + '&globalName=' + n;\\n            e.crossOrigin = u.indexOf('sdk-web') > 0 ? 'anonymous' : 'use-credentials';\\n            d.getElementsByTagName('head')[0].appendChild(e);\\n            if (ae in w) {\\n                s.pcErr = function (e) {\\n                    e = e || w.event;\\n                    t = e.target || e.srcElement;\\n                    if (t instanceof Element || t instanceof HTMLElement) {\\n                        if (t[ga]('integrity')) {\\n                            w[n](pc, 'sri', t[ga]('href') || t[ga]('src'));\\n                        } else {\\n                            w[n](pc, 'st', {\\n                                tagName: t.tagName,\\n                                url: t[ga]('href') || t[ga]('src'),\\n                            });\\n                        }\\n                    } else {\\n                        w[n](pc, 'err', e.error || e.message);\\n                    }\\n                };\\n                s.pcRej = function (e) {\\n                    e = e || w.event;\\n                    w[n](pc, 'err', e.reason || (e.detail && e.detail.reason));\\n                };\\n                w[ae]('error', s.pcErr, true);\\n                w[ae]('unhandledrejection', s.pcRej, true);\\n            }\\n            if ('PerformanceLongTaskTiming' in w) {\\n                pp = s.pp = { entries: [] };\\n                pp.observer = new PerformanceObserver(function (l) {\\n                    pp.entries = pp.entries.concat(l.getEntries());\\n                });\\n                pp.observer.observe({\\n                    entryTypes: ['longtask', 'largest-contentful-paint', 'layout-shift'],\\n                });\\n            }\\n        })(window, document, 'https://sf16-short-sg.bytedapm.com/slardar/fe/sdk-web/browser.sg.js', bid, 'Slardar');\\n        var env = 'online';\\n        window.Slardar('context.set', 'websiteType', 'Framer');\\n        window.Slardar('context.set', 'viewType', 'first');\\n        window.Slardar('context.set', 'htmlFetchType', 'html_fetch_network');\\n        window.Slardar('context.set', 'devicePixelRatio', window.devicePixelRatio);\\n        window.Slardar('init', {\\n            bid,\\n            env,\\n            domain: 'slardar-bd-sg.larksuite.com',\\n            plugins: {\\n                jsError: true,\\n            },\\n        });\\n        window.Slardar('start');\\n    }\\n    loadSlardar();\\n</script>\",customHTMLHeadStart:'<script>\\n  function _loadScript(id, url, callback) {\\n      var script = document.createElement(\"script\");\\n      script.id = id || Date.now();\\n      script.onload = function () {\\n          if (!callback) {\\n          return;\\n          }\\n          callback();\\n      };\\n      script.onerror = function (err) {\\n          console.log(JSON.stringify(err));\\n      };\\n      script.src = url;\\n      document.head.appendChild(script);\\n  }\\n  _loadScript(\\n  \"\",\\n  \"https://sf16-sg.larksuitecdn.com/obj/lark-static-sg/lmp/cookie/banner-sdk.1.4.3.js\",\\n  function () {\\n    const loadEvent = new Event(\"banner.loaded\");\\n    window.banner_loaded = true\\n    dispatchEvent(loadEvent);\\n  }\\n);\\n</script>',description:\"Lark l\\xe0 n\u01A1i k\u1EBFt n\u1ED1i \u0111\u1ED9i nh\\xf3m c\u1EE7a b\u1EA1n \u0111\u1EC3 l\\xean k\u1EBF ho\u1EA1ch, theo d\\xf5i v\\xe0 c\u1ED9ng t\\xe1c trong m\u1ECDi d\u1EF1 \\xe1n \u2014 t\u1EA5t c\u1EA3 \u0111\u1EC1u di\u1EC5n ra \u1EDF c\\xf9ng m\u1ED9t n\u01A1i.\",favicon:\"https://framerusercontent.com/assets/hcGreyrfhraQY3XbjoUhBYejORo.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/dP5qAcKQbNSqkg9BoMdMNFbNzII.jpeg\",title:\"Lark | Si\\xeau \u1EE9ng d\u1EE5ng cho hi\u1EC7u su\u1EA5t cao\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACe,SAARA,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAkoH,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAmwlB,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAqsB,YAAY,6QAA0J,QAAQ,uEAAuE,OAAO,0BAA0B,YAAY,wEAAwE,MAAM,+DAA2C,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
