{
  "version": 3,
  "sources": ["ssg:https://cdn.framerauth.com/scripts/framerauth-sdk@beta.js", "ssg:https://framerusercontent.com/modules/KgKagunPz7fyfxGVIQSK/vsCFnCmE9n4GcqIPqlzZ/Framerauth.js", "ssg:https://framerusercontent.com/modules/lJUaa7q4X6dqXdK9dE5N/4MiBQjTiSqKF0GFjP1KE/lH0TjWZ06.js", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/o37gN6aIdag2CO4QE77k/4ewrUt930OUAueLhNrMv/AS4PcgcTr.js", "ssg:https://framerusercontent.com/modules/lJUaa7q4X6dqXdK9dE5N/4MiBQjTiSqKF0GFjP1KE/lH0TjWZ06-0.js", "ssg:https://framerusercontent.com/modules/lJUaa7q4X6dqXdK9dE5N/4MiBQjTiSqKF0GFjP1KE/lH0TjWZ06-1.js", "ssg:https://framerusercontent.com/modules/lJUaa7q4X6dqXdK9dE5N/4MiBQjTiSqKF0GFjP1KE/lH0TjWZ06-2.js", "ssg:https://framerusercontent.com/modules/6Fa1SY9iRTgnquXh3y09/xrINYEipRPrN3uvzNkOu/QO7Ahugy5-0.js", "ssg:https://framerusercontent.com/modules/6Fa1SY9iRTgnquXh3y09/xrINYEipRPrN3uvzNkOu/QO7Ahugy5-1.js", "ssg:https://framerusercontent.com/modules/6Fa1SY9iRTgnquXh3y09/xrINYEipRPrN3uvzNkOu/QO7Ahugy5-2.js", "ssg:https://framerusercontent.com/modules/6Fa1SY9iRTgnquXh3y09/xrINYEipRPrN3uvzNkOu/QO7Ahugy5.js"],
  "sourcesContent": ["var R = Object.defineProperty;\nvar _ = (t, r, e) => r in t ? R(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e;\nvar i = (t, r, e) => (_(t, typeof r != \"symbol\" ? r + \"\" : r, e), e);\nclass U {\n  constructor(r) {\n    i(this, \"prefix\");\n    this.prefix = r;\n  }\n  has(r) {\n    const e = this.prefix + r;\n    return localStorage.getItem(e) != null;\n  }\n  get(r) {\n    const e = this.prefix + r;\n    return localStorage.getItem(e);\n  }\n  set(r, e) {\n    const s = this.prefix + r;\n    localStorage.setItem(s, e);\n  }\n  remove(r) {\n    const e = this.prefix + r;\n    localStorage.removeItem(e);\n  }\n}\nclass m extends Error {\n  constructor(e, s) {\n    super(e);\n    i(this, \"status\");\n    i(this, \"__isAuthError\", !0);\n    this.name = \"AuthError\", this.status = s;\n  }\n}\nfunction h(t) {\n  return typeof t == \"object\" && t !== null && \"__isAuthError\" in t;\n}\nclass T extends m {\n  constructor(e, s) {\n    super(e, s);\n    i(this, \"status\");\n    this.name = \"AuthApiError\", this.status = s;\n  }\n  toJSON() {\n    return {\n      name: this.name,\n      message: this.message,\n      status: this.status\n    };\n  }\n}\nclass O extends m {\n  constructor(e, s) {\n    super(e);\n    i(this, \"originalError\");\n    this.name = \"AuthUnknownError\", this.originalError = s;\n  }\n}\nclass f extends m {\n  constructor(e, s, n) {\n    super(e);\n    i(this, \"name\");\n    i(this, \"status\");\n    this.name = s, this.status = n;\n  }\n  toJSON() {\n    return {\n      name: this.name,\n      message: this.message,\n      status: this.status\n    };\n  }\n}\nclass x extends f {\n  constructor() {\n    super(\"Auth session or user missing\", \"AuthInvalidTokenResponseError\", 500);\n  }\n}\nclass p extends f {\n  constructor() {\n    super(\"Message missing\", \"AuthInvalidResetPasswordResponseError\", 500);\n  }\n}\nclass l extends f {\n  constructor(r) {\n    super(r, \"AuthInvalidCredentialsError\", 400);\n  }\n}\nclass I extends f {\n  constructor() {\n    super(\"Site missing\", \"AuthInvalidSiteResponseError\", 500);\n  }\n}\nclass J extends f {\n  constructor() {\n    super(\"User missing\", \"AuthInvalidUserResponseError\", 500);\n  }\n}\nclass N extends f {\n  constructor() {\n    super(\"License key status missing\", \"AuthInvalidValidateLicenseKeyResponseError\", 500);\n  }\n}\nclass P extends f {\n  constructor() {\n    super(\"License key invalid\", \"AuthInvalidActivateLicenseKeyResponseError\", 500);\n  }\n}\nclass j extends f {\n  constructor() {\n    super(\"User invalid\", \"AuthUpdateUserResponseError\", 500);\n  }\n}\nclass b extends f {\n  constructor() {\n    super(\"Data invalid\", \"AuthUpdateUserDataResponseError\", 500);\n  }\n}\nclass v extends f {\n  constructor(r, e) {\n    super(r, \"AuthRetryableFetchError\", e);\n  }\n}\nconst w = (t) => t.msg || t.message || t.error_description || t.error || JSON.stringify(t), $ = [502, 503, 504];\nasync function A(t) {\n  if (!G(t))\n    throw new v(w(t), 0);\n  if ($.includes(t.status))\n    throw new v(w(t), t.status);\n  let r;\n  try {\n    r = await t.json();\n  } catch (e) {\n    throw new O(w(e), e);\n  }\n  throw new T(w(r), t.status || 500);\n}\nconst K = (t, r, e, s) => {\n  const n = { method: t, headers: (r == null ? void 0 : r.headers) || {} };\n  return t === \"GET\" ? n : (n.headers = { \"Content-Type\": \"application/json;charset=UTF-8\", ...r == null ? void 0 : r.headers }, n.body = JSON.stringify(s), { ...n, ...e });\n};\nasync function d(t, r, e, s) {\n  var c;\n  const n = { ...s == null ? void 0 : s.headers };\n  s != null && s.jwt && (n.Authorization = `Bearer ${s.jwt}`);\n  const a = (c = s == null ? void 0 : s.query) != null ? c : {};\n  s != null && s.redirectTo && (a.redirect_to = s.redirectTo);\n  const o = Object.keys(a).length ? \"?\" + new URLSearchParams(a).toString() : \"\", u = await Y(\n    t,\n    r,\n    e + o,\n    { headers: n, noResolveJson: s == null ? void 0 : s.noResolveJson },\n    {},\n    s == null ? void 0 : s.body\n  );\n  return s != null && s.xform ? s == null ? void 0 : s.xform(u) : { data: { ...u }, error: null };\n}\nasync function Y(t, r, e, s, n, a) {\n  const o = K(r, s, n, a);\n  let u;\n  try {\n    u = await t(e, o);\n  } catch (c) {\n    throw console.error(c), new v(w(c), 0);\n  }\n  if (u.ok || await A(u), s != null && s.noResolveJson)\n    return u;\n  try {\n    return await u.json();\n  } catch (c) {\n    await A(c);\n  }\n}\nfunction E(t) {\n  var s;\n  let r = null;\n  M(t == null ? void 0 : t.session) && (r = { ...t.session });\n  const e = (s = t.user) != null ? s : t;\n  return { data: { session: r, user: e }, error: null };\n}\nfunction L(t) {\n  var e;\n  return { data: { message: (e = t.message) != null ? e : t }, error: null };\n}\nfunction q(t) {\n  var e;\n  return { data: { message: (e = t.message) != null ? e : t }, error: null };\n}\nfunction z(t) {\n  var e;\n  return { data: { site: (e = t.site) != null ? e : t }, error: null };\n}\nfunction k(t) {\n  var e;\n  return { data: { user: (e = t.user) != null ? e : t }, error: null };\n}\nfunction C(t) {\n  var e;\n  return { data: { valid: (e = t.valid) != null ? e : t }, error: null };\n}\nfunction D(t) {\n  var e;\n  return { data: { message: (e = t.message) != null ? e : t }, error: null };\n}\nfunction F(t) {\n  return { data: t != null ? t : t, error: null };\n}\nfunction M(t) {\n  return (t == null ? void 0 : t.access_token) && (t == null ? void 0 : t.expires_in);\n}\nconst G = (t) => typeof t == \"object\" && t !== null && \"status\" in t && \"ok\" in t && \"json\" in t && typeof t.json == \"function\";\nclass H {\n  constructor(r) {\n    i(this, \"store\");\n    i(this, \"url\");\n    i(this, \"headers\");\n    i(this, \"setSite\", (r) => {\n      this.store.set(\"site\", r);\n    });\n    i(this, \"setUser\", (r) => {\n      this.store.set(\"user\", r);\n    });\n    i(this, \"setSession\", (r) => {\n      this.store.set(\"session\", r);\n    });\n    // TODO: This should be async for when we support refresh tokens.\n    i(this, \"getAccessToken\", () => {\n      if (!this.store.has(\"session\"))\n        return null;\n      const e = this.store.get(\"session\");\n      if (!e)\n        return null;\n      let s;\n      try {\n        s = JSON.parse(e);\n      } catch (a) {\n        return null;\n      }\n      const n = Math.floor(Date.now() / 1e3);\n      return s.expires_at && n > s.expires_at ? (this.store.remove(\"session\"), this.store.remove(\"user\"), null) : s.access_token;\n    });\n    i(this, \"getExpiresIn\", () => {\n      var e;\n      if (this.store.has(\"session\")) {\n        const s = this.store.get(\"session\");\n        if (s)\n          return (e = JSON.parse(s)) == null ? void 0 : e.expires_in;\n      }\n    });\n    i(this, \"getSite\", async (r = { cache: !0 }) => {\n      var n, a;\n      let e;\n      const s = this.store.get(\"site\");\n      return s && (r != null && r.cache) ? e = { data: { site: JSON.parse(s) }, error: null } : e = await this.fetchSite(), e.error && (e.error.status === 400 ? console.log(\n        `%cFramerAuth: Site not configured!\n\n%cPlease add your SITE_ID to the configuration script.\n%cError: ${((n = e.error) == null ? void 0 : n.message) || \"Unknown error\"}`,\n        \"color: orange; font-size: 16px;\",\n        \"color: inherit; font-size: 12px;\",\n        \"color: inherit; font-size: 12px;\"\n      ) : console.log(\n        `%cFramerAuth: Unable to load site data!\n\n%cNavigating to Homepage.\n%cError: ${((a = e.error) == null ? void 0 : a.message) || \"Site data not found\"}`,\n        \"color: red; font-size: 16px;\",\n        \"color: inherit; font-size: 12px;\",\n        \"color: inherit; font-size: 12px;\"\n      )), e;\n    });\n    i(this, \"getUser\", async (r = { cache: !0 }) => {\n      let e;\n      const s = Math.floor(Date.now() / 1e3), n = this.store.get(\"session\") || \"\";\n      if (!n)\n        e = { data: { user: null }, error: new m(\"Authorization token required.\", 401) };\n      else {\n        const a = JSON.parse(n), o = this.store.get(\"user\");\n        a.expires_at && s > a.expires_at ? (e = { data: { user: null }, error: new m(\"Token has expired.\", 401) }, this.store.remove(\"session\"), this.store.remove(\"user\")) : o && (r != null && r.cache) ? e = { data: { user: JSON.parse(o) }, error: null } : e = await this.fetchUser();\n      }\n      return e;\n    });\n    i(this, \"validateLicenseKey\", async (r) => {\n      try {\n        let e;\n        if (!r.license_key)\n          throw new l(\n            \"You must provide a license_key\"\n          );\n        const { license_key: s } = r;\n        e = await d(fetch, \"POST\", `${this.url}/validate`, {\n          headers: this.headers,\n          body: {\n            license_key: s\n          },\n          xform: C\n        });\n        const { data: n, error: a } = e;\n        return a ? { data: { valid: null }, error: a } : !n || n.valid === null ? { data: { valid: null }, error: new N() } : { data: { valid: n.valid }, error: null };\n      } catch (e) {\n        if (h(e))\n          return { data: { valid: null }, error: e };\n        throw e;\n      }\n    });\n    i(this, \"activateLicenseKey\", async (r) => {\n      try {\n        let e;\n        const s = this.getAccessToken();\n        if (!s)\n          throw new l(\n            \"You must provide a token\"\n          );\n        if (!r.license_key)\n          throw new l(\n            \"You must provide a license_key\"\n          );\n        const { license_key: n } = r;\n        e = await d(fetch, \"POST\", `${this.url}/me/license-keys/activate`, {\n          headers: this.headers,\n          body: {\n            license_key: n\n          },\n          xform: D,\n          jwt: s\n        });\n        const { data: a, error: o } = e;\n        return o ? { data: { message: null }, error: o } : !a || a.message === null ? { data: { message: null }, error: new P() } : (await this.getUser({ cache: !1 }), { data: { message: a.message }, error: null });\n      } catch (e) {\n        if (h(e))\n          return { data: { message: null }, error: e };\n        throw e;\n      }\n    });\n    i(this, \"signUp\", async (r) => {\n      var e;\n      try {\n        let s;\n        if (!r.email)\n          throw new l(\n            \"You must provide an email\"\n          );\n        if (!r.password)\n          throw new l(\n            \"You must provide a password\"\n          );\n        const { email: n, password: a, options: o } = r;\n        s = await d(fetch, \"POST\", `${this.url}/sign-up`, {\n          headers: this.headers,\n          redirectTo: o == null ? void 0 : o.emailRedirectTo,\n          body: {\n            email: n,\n            password: a,\n            data: (e = o == null ? void 0 : o.data) != null ? e : {}\n          },\n          xform: E\n        });\n        const { data: u, error: c } = s;\n        if (c)\n          return { data: { user: null, session: null }, error: c };\n        if (!u)\n          return { data: { user: null, session: null }, error: new x() };\n        const g = u.session, S = u.user;\n        return g && (this.setUser(JSON.stringify(S)), this.setSession(JSON.stringify(g))), { data: { user: S, session: g }, error: null };\n      } catch (s) {\n        if (h(s))\n          return { data: { user: null, session: null }, error: s };\n        throw s;\n      }\n    });\n    i(this, \"signInWithPassword\", async (r) => {\n      try {\n        if (!r.email)\n          throw new l(\n            \"You must provide an email\"\n          );\n        if (!r.password)\n          throw new l(\n            \"You must provide a password\"\n          );\n        let e;\n        const { email: s, password: n } = r;\n        e = await d(fetch, \"POST\", `${this.url}/token`, {\n          headers: this.headers,\n          body: {\n            email: s,\n            password: n\n          },\n          xform: E\n        });\n        const { data: a, error: o } = e;\n        return o ? { data: { user: null, session: null }, error: o } : !a || !a.session || !a.user ? { data: { user: null, session: null }, error: new x() } : (a.session && (this.setUser(JSON.stringify(a.user)), this.setSession(JSON.stringify(a.session))), { data: { user: a.user, session: a.session }, error: o });\n      } catch (e) {\n        if (h(e))\n          return { data: { user: null, session: null }, error: e };\n        throw e;\n      }\n    });\n    i(this, \"resetPasswordForEmail\", async (r) => {\n      try {\n        if (!r.email)\n          throw new l(\n            \"You must provide an email\"\n          );\n        let e;\n        const { email: s } = r;\n        e = await d(fetch, \"POST\", `${this.url}/password/reset`, {\n          headers: this.headers,\n          body: {\n            email: s\n          },\n          xform: L\n        });\n        const { data: n, error: a } = e;\n        return a ? { data: { message: null }, error: a } : !n || !n.message ? { data: { message: null }, error: new p() } : { data: { message: n.message }, error: a };\n      } catch (e) {\n        if (h(e))\n          return { data: { message: null }, error: e };\n        throw e;\n      }\n    });\n    i(this, \"updatePasswordForEmail\", async (r) => {\n      try {\n        if (!r.email)\n          throw new l(\n            \"You must provide an email\"\n          );\n        if (!r.code)\n          throw new l(\n            \"Reset token required\"\n          );\n        if (!r.email)\n          throw new l(\n            \"You must provide a new password\"\n          );\n        let e;\n        const { email: s, code: n, password: a } = r;\n        e = await d(fetch, \"POST\", `${this.url}/password/update`, {\n          headers: this.headers,\n          body: {\n            email: s,\n            code: n,\n            password: a\n          },\n          xform: q\n        });\n        const { data: o, error: u } = e;\n        return u ? { data: { message: null }, error: u } : !o || !o.message ? { data: { message: null }, error: new p() } : { data: { message: o.message }, error: u };\n      } catch (e) {\n        if (h(e))\n          return { data: { message: null }, error: e };\n        throw e;\n      }\n    });\n    i(this, \"signOut\", async (r = null) => (this.store.remove(\"session\"), this.store.remove(\"user\"), r && window.location.replace(r), { error: null }));\n    i(this, \"fetchSite\", async () => {\n      try {\n        let r;\n        r = await d(fetch, \"GET\", `${this.url}/site`, {\n          headers: this.headers,\n          xform: z\n        });\n        const { data: e, error: s } = r;\n        return s ? { data: { site: null }, error: s } : !e || !e.site ? { data: { site: null }, error: new I() } : (e.site && this.setSite(JSON.stringify(e.site)), { data: { site: e.site }, error: null });\n      } catch (r) {\n        if (h(r))\n          return { data: { site: null }, error: r };\n        throw r;\n      }\n    });\n    i(this, \"fetchUser\", async () => {\n      try {\n        let r;\n        const e = this.getAccessToken();\n        if (!e)\n          throw new l(\n            \"You must provide a token\"\n          );\n        r = await d(fetch, \"GET\", `${this.url}/me`, {\n          headers: this.headers,\n          xform: k,\n          jwt: e\n        });\n        const { data: s, error: n } = r;\n        return n ? { data: { user: null }, error: n } : !s || !s.user ? { data: { user: null }, error: new J() } : (s.user && this.setUser(JSON.stringify(s.user)), { data: { user: s.user }, error: null });\n      } catch (r) {\n        if (h(r))\n          return { data: { user: null }, error: r };\n        throw r;\n      }\n    });\n    i(this, \"updateUser\", async (r) => {\n      try {\n        const e = this.getAccessToken();\n        if (!e)\n          throw new l(\n            \"You must provide a token\"\n          );\n        let s;\n        s = await d(fetch, \"PUT\", `${this.url}/me`, {\n          headers: this.headers,\n          body: r || {},\n          xform: k,\n          jwt: e\n        });\n        const { data: n, error: a } = s;\n        if (a)\n          return { data: { user: null }, error: a };\n        if (!n || n.user === null)\n          return { data: { user: null }, error: new j() };\n        const { data: { user: o } } = await this.getUser({ cache: !1 });\n        return o && this.setUser(JSON.stringify(o)), { data: n, error: null };\n      } catch (e) {\n        if (h(e))\n          return { data: { user: null }, error: e };\n        throw e;\n      }\n    });\n    i(this, \"patchUserData\", async (r) => {\n      try {\n        const e = this.getAccessToken();\n        if (!e)\n          throw new l(\n            \"You must provide a token\"\n          );\n        let s;\n        s = await d(fetch, \"PATCH\", `${this.url}/me/data`, {\n          headers: this.headers,\n          body: r || {},\n          xform: F,\n          jwt: e\n        });\n        const { data: n, error: a } = s;\n        if (a)\n          return { data: null, error: a };\n        if (!n || n.valid === null)\n          return { data: null, error: new b() };\n        const { data: { user: o } } = await this.getUser({ cache: !0 });\n        return o && (o.data = n, this.setUser(JSON.stringify(o))), { data: n, error: null };\n      } catch (e) {\n        if (h(e))\n          return { data: null, error: e };\n        throw e;\n      }\n    });\n    if (this.store = new U(\"fa-\"), this.url = \"https://api.framerauth.com/v1\", r)\n      this.headers = { \"Content-Type\": \"application/json\", \"x-site-id\": r };\n    else {\n      this.headers = {}, console.error(\"Unable to initialize the Auth module, ensure you have added the framer-auth.js file to the beginning of the body.\");\n      return;\n    }\n  }\n}\nconsole.log(\"Framer Auth - Module v0.0.0\");\nconst y = new U(\"fa-\"), V = (y == null ? void 0 : y.get(\"site-id\")) || null, B = new H(V);\nexport {\n  B as auth\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useRouter,inferInitialRouteFromPath}from\"framer\";import{auth}from\"https://cdn.framerauth.com/scripts/framerauth-sdk@beta.js\";const useStore=createStore({user:null,isAuthenticated:false,isLoaded:false});export function withAuth(Component){return props=>{const[store,setStore]=useStore();useEffect(()=>{if(!store.isAuthenticated){auth.getUser({cache:false}).then(({data,error})=>{const{user}=data;if(user){setStore({user:user,isAuthenticated:true,isLoaded:true});}else{setStore({isLoaded:true});}});}},[]);return /*#__PURE__*/_jsx(Component,{...props,store:store});};}export function withStore(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,store:store});};}export function withSignOut(Component){const handleClick=()=>{auth.signOut(\"/\");};return props=>{const[store,setStore]=useStore();if(!store.user)return null;return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};}export function withEmail(Component){return props=>{const[store,setStore]=useStore();if(!store.user)return null;return /*#__PURE__*/_jsx(Component,{...props,text:store.user.email});};}export function withFirstName(Component){return props=>{const[store,setStore]=useStore();if(!store.user)return null;return /*#__PURE__*/_jsx(Component,{...props,text:store.user.first_name});};}export function withLoggedIn(Component){return props=>{const[store,setStore]=useStore();if(!store.user)return null;let className=props.className||\"\";return /*#__PURE__*/_jsx(Component,{...props,className:className.trim()});};}export function withLoggedOut(Component){return props=>{const[store]=useStore();if(store.user)return null;let className=props.className||\"\";if(!store.isLoaded){className+=\" fa-cloak\";}return /*#__PURE__*/_jsx(Component,{...props,className:className.trim()});};}export function withVariant(Component){return props=>{const[store]=useStore();const variant=store.user?null:props===null||props===void 0?void 0:props.variant;return /*#__PURE__*/_jsx(Component,{...props,variant:variant});};}export function withIsLessonComplete(Component){return props=>{var _store_user_data,_store_user;const[store,setStore]=useStore();// Do not display the component if the user is logged out\nif(!store.user)return null;const key=`course:status:${props===null||props===void 0?void 0:props.slug}`;const isCompleted=((_store_user=store.user)===null||_store_user===void 0?void 0:(_store_user_data=_store_user.data)===null||_store_user_data===void 0?void 0:_store_user_data[key])===\"completed\";if(!isCompleted)return null;return /*#__PURE__*/_jsx(Component,{...props});};}export function withActionCompleteLesson(Component){return props=>{var _store_user_data,_store_user;const router=useRouter();const[store,setStore]=useStore();const key=`course:status:${props===null||props===void 0?void 0:props.slug}`;let isCompleted=((_store_user=store.user)===null||_store_user===void 0?void 0:(_store_user_data=_store_user.data)===null||_store_user_data===void 0?void 0:_store_user_data[key])===\"completed\";// Do not display the component if the user is logged out\nif(!store.user)return null;// Define an async function handleClick to handle the click event.\nconst handleClick=async event=>{try{// If the lesson has been completed exit the function\nif(isCompleted)return;// Update the components local state (for instant UI update)\nisCompleted=true;// Call the FramerAuth API to update the user data, marking the course as completed.\nconst{data,error}=await auth.patchUserData({[key]:\"completed\"});// If there is an error throw it.\nif(error){throw new Error(\"Error updating course status.\");}// If there is no error, update the user data in the store with the updated data.\nconst updatedUser={...store.user,data};setStore({user:updatedUser});// If there is a link, redirect the user.\nif(props===null||props===void 0?void 0:props.link){const[path,hash]=props.link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}}}catch(error){console.error(error);isCompleted=false;}};// Set the variant based on the completed state\nconst variant=isCompleted?props===null||props===void 0?void 0:props.variant:null;// Render the original component with the modified props and onClick handler.\nreturn /*#__PURE__*/_jsx(Component,{...props,variant:variant,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withFirstName\":{\"type\":\"reactHoc\",\"name\":\"withFirstName\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withIsLessonComplete\":{\"type\":\"reactHoc\",\"name\":\"withIsLessonComplete\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSignOut\":{\"type\":\"reactHoc\",\"name\":\"withSignOut\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAuth\":{\"type\":\"reactHoc\",\"name\":\"withAuth\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withStore\":{\"type\":\"reactHoc\",\"name\":\"withStore\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLoggedOut\":{\"type\":\"reactHoc\",\"name\":\"withLoggedOut\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withVariant\":{\"type\":\"reactHoc\",\"name\":\"withVariant\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLoggedIn\":{\"type\":\"reactHoc\",\"name\":\"withLoggedIn\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEmail\":{\"type\":\"reactHoc\",\"name\":\"withEmail\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withActionCompleteLesson\":{\"type\":\"reactHoc\",\"name\":\"withActionCompleteLesson\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Framerauth.map", "// Generated by Framer (86ad780)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/o37gN6aIdag2CO4QE77k/4ewrUt930OUAueLhNrMv/AS4PcgcTr.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Y4zDzdo3BMmVn52NcVfi/TDjqTxHtm4x3egrevNU0/f_JgQVGd5.js\";import*as localizedValues from\"./lH0TjWZ06-0.js\";import*as localizedValues1 from\"./lH0TjWZ06-1.js\";import*as localizedValues2 from\"./lH0TjWZ06-2.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"pb2OuZXIO\",\"OBvOA23KS\",\"gWYRHEpWQ\",\"LQlxx8cnS\"];const serializationHash=\"framer-8Ut1B\";const variantClassNames={gWYRHEpWQ:\"framer-v-1nwaye6\",LQlxx8cnS:\"framer-v-11nmjx2\",OBvOA23KS:\"framer-v-19p0anc\",pb2OuZXIO:\"framer-v-dy6ute\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={JYVZwqSEg:localizedValues1,lVjnPZElD:localizedValues2,ttArHNe2O:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Account Button Hover\":\"LQlxx8cnS\",\"Account Button\":\"gWYRHEpWQ\",Active:\"OBvOA23KS\",Inactive:\"pb2OuZXIO\"};const getProps=({height,id,link,newTab,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Exwes43tP:(_ref=title!==null&&title!==void 0?title:props.Exwes43tP)!==null&&_ref!==void 0?_ref:\"Home\",l5ekNimSC:newTab!==null&&newTab!==void 0?newTab:props.l5ekNimSC,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"pb2OuZXIO\",VE9YU2JxM:link!==null&&link!==void 0?link:props.VE9YU2JxM};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Exwes43tP,VE9YU2JxM,l5ekNimSC,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pb2OuZXIO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnteriipeid=activeVariantCallback(async(...args)=>{setVariant(\"OBvOA23KS\");});const onMouseLeavegct3qh=activeVariantCallback(async(...args)=>{setVariant(\"pb2OuZXIO\");});const onMouseEntera8mkjv=activeVariantCallback(async(...args)=>{setVariant(\"LQlxx8cnS\");});const onMouseLeavermqglu=activeVariantCallback(async(...args)=>{setVariant(\"gWYRHEpWQ\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"gWYRHEpWQ\",\"LQlxx8cnS\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-dy6ute\",className,classNames),\"data-framer-name\":\"Inactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pb2OuZXIO\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnteriipeid,onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{LQlxx8cnS:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},OBvOA23KS:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({gWYRHEpWQ:{\"data-framer-name\":\"Account Button\",onMouseEnter:onMouseEntera8mkjv},LQlxx8cnS:{\"data-framer-name\":\"Account Button Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavermqglu},OBvOA23KS:{\"data-framer-name\":\"Active\",onMouseLeave:onMouseLeavegct3qh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:VE9YU2JxM,openInNewTab:l5ekNimSC,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Home\"})})})}),className:\"framer-mkvd72\",\"data-framer-name\":\"Products\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MjcHbdwa7\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--variable-reference-l5ekNimSC-lH0TjWZ06\":l5ekNimSC},text:Exwes43tP,variants:{LQlxx8cnS:{\"--extracted-r6o4lv\":\"var(--token-f4fe62d4-efc2-4692-a839-4247d7b3d764, rgb(141, 93, 179))\"},OBvOA23KS:{\"--extracted-r6o4lv\":\"var(--token-f4fe62d4-efc2-4692-a839-4247d7b3d764, rgb(141, 93, 179))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({LQlxx8cnS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f4fe62d4-efc2-4692-a839-4247d7b3d764, rgb(141, 93, 179)))\"},children:/*#__PURE__*/_jsx(Link,{href:VE9YU2JxM,openInNewTab:l5ekNimSC,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Home\"})})})})},OBvOA23KS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f4fe62d4-efc2-4692-a839-4247d7b3d764, rgb(141, 93, 179)))\"},children:/*#__PURE__*/_jsx(Link,{href:VE9YU2JxM,openInNewTab:l5ekNimSC,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19kgwn8-container\",layoutDependency:layoutDependency,layoutId:\"FTksBFls7-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-db88a771-6701-4faa-b3c9-41f973b43aa0, rgb(255, 255, 255))\",height:\"100%\",iconSearch:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",iconSelection:\"user\",id:\"FTksBFls7\",layoutId:\"FTksBFls7\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({gWYRHEpWQ:{iconSearch:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Home\"},LQlxx8cnS:{color:\"var(--token-f4fe62d4-efc2-4692-a839-4247d7b3d764, rgb(141, 93, 179))\",iconSearch:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Home\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8Ut1B.framer-i46538, .framer-8Ut1B .framer-i46538 { display: block; }\",\".framer-8Ut1B.framer-dy6ute { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-8Ut1B .framer-mkvd72 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8Ut1B .framer-19kgwn8-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8Ut1B.framer-dy6ute { gap: 0px; } .framer-8Ut1B.framer-dy6ute > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8Ut1B.framer-dy6ute > :first-child { margin-top: 0px; } .framer-8Ut1B.framer-dy6ute > :last-child { margin-bottom: 0px; } }\",\".framer-8Ut1B.framer-v-1nwaye6.framer-dy6ute, .framer-8Ut1B.framer-v-11nmjx2.framer-dy6ute { flex-direction: row; gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8Ut1B.framer-v-1nwaye6.framer-dy6ute { gap: 0px; } .framer-8Ut1B.framer-v-1nwaye6.framer-dy6ute > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-8Ut1B.framer-v-1nwaye6.framer-dy6ute > :first-child { margin-left: 0px; } .framer-8Ut1B.framer-v-1nwaye6.framer-dy6ute > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8Ut1B.framer-v-11nmjx2.framer-dy6ute { gap: 0px; } .framer-8Ut1B.framer-v-11nmjx2.framer-dy6ute > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-8Ut1B.framer-v-11nmjx2.framer-dy6ute > :first-child { margin-left: 0px; } .framer-8Ut1B.framer-v-11nmjx2.framer-dy6ute > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 76\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"OBvOA23KS\":{\"layout\":[\"auto\",\"auto\"]},\"gWYRHEpWQ\":{\"layout\":[\"auto\",\"auto\"]},\"LQlxx8cnS\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Exwes43tP\":\"title\",\"VE9YU2JxM\":\"link\",\"l5ekNimSC\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlH0TjWZ06=withCSS(Component,css,\"framer-8Ut1B\");export default FramerlH0TjWZ06;FramerlH0TjWZ06.displayName=\"Nav Button\";FramerlH0TjWZ06.defaultProps={height:40,width:76};addPropertyControls(FramerlH0TjWZ06,{variant:{options:[\"pb2OuZXIO\",\"OBvOA23KS\",\"gWYRHEpWQ\",\"LQlxx8cnS\"],optionTitles:[\"Inactive\",\"Active\",\"Account Button\",\"Account Button Hover\"],title:\"Variant\",type:ControlType.Enum},Exwes43tP:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},VE9YU2JxM:{title:\"Link\",type:ControlType.Link},l5ekNimSC:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerlH0TjWZ06,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlH0TjWZ06\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Exwes43tP\\\":\\\"title\\\",\\\"VE9YU2JxM\\\":\\\"link\\\",\\\"l5ekNimSC\\\":\\\"newTab\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OBvOA23KS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gWYRHEpWQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LQlxx8cnS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"76\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-EsVbM .framer-styles-preset-fsrzda:not(.rich-text-wrapper), .framer-EsVbM .framer-styles-preset-fsrzda.rich-text-wrapper a { --framer-link-hover-text-color: #8d5db3; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-5f94adfd-3f9a-4a82-a840-09b079816315, #fefefe); --framer-link-text-decoration: none; }\"];export const className=\"framer-EsVbM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "\nexport const __FramerMetadata__ = {\"exports\":{\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "\nexport const __FramerMetadata__ = {\"exports\":{\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u0414\u043E\u043C\";export const v1=\"\u0414\u043E\u043C\";export const v2=\"\u0414\u043E\u043C\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\\xc0 propos de nous\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "\nexport const __FramerMetadata__ = {\"exports\":{\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"\u041E \u043D\u0430\u0441\";export const v1=\"\u041D\u0430\u0448 \u043F\u0430\u0440\u0442\u043D\u0435\u0440\";export const v2=\"\u041F\u043E \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044E\";export const v3=\"\u0414\u0438\u043D\u0430\u043C\u0438\u043A\u0438\";export const v4=\"\u0411\u043B\u043E\u0433\u0438\";export const v5=\"\u0412\u043E\u0439\u0442\u0438\";export const v6=\"\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F\";export const v7=\"\u0423\u0447\u0435\u0442\u043D\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C\";export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\u041E \u043D\u0430\u0441\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\u0414\u043E\u043C\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\u041D\u0430\u0448 \u043F\u0430\u0440\u0442\u043D\u0435\u0440\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\u041F\u043E \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044E\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\u0414\u0438\u043D\u0430\u043C\u0438\u043A\u0438\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"\u0411\u043B\u043E\u0433\u0438\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (aab6bf9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withAuth,withLoggedIn,withLoggedOut,withSignOut}from\"https://framerusercontent.com/modules/KgKagunPz7fyfxGVIQSK/vsCFnCmE9n4GcqIPqlzZ/Framerauth.js\";import NavButton,*as NavButtonInfo from\"https://framerusercontent.com/modules/lJUaa7q4X6dqXdK9dE5N/4MiBQjTiSqKF0GFjP1KE/lH0TjWZ06.js\";import*as localizedValues from\"./QO7Ahugy5-0.js\";import*as localizedValues1 from\"./QO7Ahugy5-1.js\";import*as localizedValues2 from\"./QO7Ahugy5-2.js\";const NavButtonFonts=getFonts(NavButton);const NavButtonWithLoggedOutWithMappedReactPropsa3i2p7=withMappedReactProps(withLoggedOut(NavButton),NavButtonInfo);const NavButtonWithLoggedInWithMappedReactPropsa3i2p7=withMappedReactProps(withLoggedIn(NavButton),NavButtonInfo);const MotionDivWithAuth=withAuth(motion.div);const NavButtonWithSignOutWithMappedReactPropsa3i2p7=withMappedReactProps(withSignOut(NavButton),NavButtonInfo);const cycleOrder=[\"DLWJ1rQe2\",\"ymkGdNBsy\",\"okyYhBNP9\",\"e6xnGV1kf\"];const serializationHash=\"framer-fzMmk\";const variantClassNames={DLWJ1rQe2:\"framer-v-1epumx8\",e6xnGV1kf:\"framer-v-1hocn4e\",okyYhBNP9:\"framer-v-1gvv6r9\",ymkGdNBsy:\"framer-v-1g8srx5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={JYVZwqSEg:localizedValues1,lVjnPZElD:localizedValues2,ttArHNe2O:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={duration:0,type:\"tween\"};const transition2={damping:56,delay:0,mass:1,stiffness:650,type:\"spring\"};const transition3={damping:56,delay:0,mass:1,stiffness:320,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Mobile Closed\":\"ymkGdNBsy\",\"Mobile Open\":\"okyYhBNP9\",\"Variant 4\":\"e6xnGV1kf\",Desktop:\"DLWJ1rQe2\"};const getProps=({height,id,image,showAboutUs,showBlogs,showHome,showLogo,showOnDemand,showOurPartner,showSpeakers,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7,_ref8;return{...props,Ai_5VHW3P:(_ref=showLogo!==null&&showLogo!==void 0?showLogo:props.Ai_5VHW3P)!==null&&_ref!==void 0?_ref:true,cVI1sehEg:(_ref1=image!==null&&image!==void 0?image:props.cVI1sehEg)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/7oBPUvWM0ROjxNfaoib5k1AiLQ4.svg\"},jlb8ONZyL:(_ref2=showAboutUs!==null&&showAboutUs!==void 0?showAboutUs:props.jlb8ONZyL)!==null&&_ref2!==void 0?_ref2:true,M7rgQRJkK:(_ref3=showBlogs!==null&&showBlogs!==void 0?showBlogs:props.M7rgQRJkK)!==null&&_ref3!==void 0?_ref3:true,oIJ9kOXZY:(_ref4=showOurPartner!==null&&showOurPartner!==void 0?showOurPartner:props.oIJ9kOXZY)!==null&&_ref4!==void 0?_ref4:true,OJ9OfBNWr:(_ref5=showOnDemand!==null&&showOnDemand!==void 0?showOnDemand:props.OJ9OfBNWr)!==null&&_ref5!==void 0?_ref5:true,variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"DLWJ1rQe2\",vDYuDIraA:(_ref7=showSpeakers!==null&&showSpeakers!==void 0?showSpeakers:props.vDYuDIraA)!==null&&_ref7!==void 0?_ref7:true,wTDc2cmyW:(_ref8=showHome!==null&&showHome!==void 0?showHome:props.wTDc2cmyW)!==null&&_ref8!==void 0?_ref8:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cVI1sehEg,Ai_5VHW3P,wTDc2cmyW,jlb8ONZyL,oIJ9kOXZY,OJ9OfBNWr,vDYuDIraA,M7rgQRJkK,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DLWJ1rQe2\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapdkptie=activeVariantCallback(async(...args)=>{setVariant(\"okyYhBNP9\");});const onTapmwumqt=activeVariantCallback(async(...args)=>{setVariant(\"ymkGdNBsy\");});const ref1=React.useRef(null);const isDisplayed=value=>{if(baseVariant===\"okyYhBNP9\")return false;return value;};const isDisplayed1=()=>{if([\"ymkGdNBsy\",\"okyYhBNP9\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if([\"ymkGdNBsy\",\"okyYhBNP9\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"okyYhBNP9\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"okyYhBNP9\")return true;return false;};const isDisplayed5=value=>{if(baseVariant===\"okyYhBNP9\")return true;return value;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({okyYhBNP9:{value:transition3},ymkGdNBsy:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3840,pixelHeight:2160,pixelWidth:3840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg\",srcSet:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg 2880w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1epumx8\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"DLWJ1rQe2\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{e6xnGV1kf:{backgroundColor:\"var(--token-00ebce97-7d98-4d91-a888-6de08c2dda82, rgb(27, 43, 56))\"},okyYhBNP9:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({e6xnGV1kf:{\"data-framer-name\":\"Variant 4\",background:undefined},okyYhBNP9:{\"data-framer-name\":\"Mobile Open\"},ymkGdNBsy:{\"data-framer-name\":\"Mobile Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithAuth,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3840,pixelHeight:2160,pixelWidth:3840,src:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg\",srcSet:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg 2880w\"},className:\"framer-1n1va0c\",\"data-framer-name\":\"div#ribbon-shell__container\",layoutDependency:layoutDependency,layoutId:\"BtDmGTyLe\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({okyYhBNP9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3840,pixelHeight:2160,pixelWidth:3840,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 8px)`,src:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg\",srcSet:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg 2880w\"}},ymkGdNBsy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3840,pixelHeight:2160,pixelWidth:3840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg\",srcSet:\"https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jBuMmqk2Y18lkapCBrmn5HSi24s.svg 2880w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cxcy3s\",layoutDependency:layoutDependency,layoutId:\"CTUADvHnq\",children:[isDisplayed(Ai_5VHW3P)&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OvNYA6qQ_\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,sizes:\"51px\",...toResponsiveImage(cVI1sehEg)},className:\"framer-14mo5ln framer-w0yc9f\",layoutDependency:layoutDependency,layoutId:\"sjuhZKdSe\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wilsmg\",layoutDependency:layoutDependency,layoutId:\"p_wX26pWN\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-auetw9\",\"data-border\":true,\"data-framer-name\":\"div#global-nav-tier-1-container\",layoutDependency:layoutDependency,layoutId:\"dVEj7jxO9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[jlb8ONZyL&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TXgLorbSv\"},implicitPathVariables:undefined},{href:{webPageId:\"TXgLorbSv\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fw0ne3-container\",layoutDependency:layoutDependency,layoutId:\"oJoAlOy5h-container\",children:/*#__PURE__*/_jsx(NavButton,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"About\",height:\"100%\",id:\"oJoAlOy5h\",l5ekNimSC:false,layoutId:\"oJoAlOy5h\",variant:\"pb2OuZXIO\",VE9YU2JxM:resolvedLinks[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks[1]}},baseVariant,gestureVariant)})})});}}),oIJ9kOXZY&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d7kf5n-container\",layoutDependency:layoutDependency,layoutId:\"lAH3EBa4j-container\",children:/*#__PURE__*/_jsx(NavButton,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Our Partner\",height:\"100%\",id:\"lAH3EBa4j\",l5ekNimSC:true,layoutId:\"lAH3EBa4j\",variant:\"pb2OuZXIO\",VE9YU2JxM:\"https://mgi-tech.eu/\",width:\"100%\"})})}),OJ9OfBNWr&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ewmBQlFqL\"},implicitPathVariables:undefined},{href:{webPageId:\"ewmBQlFqL\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-119rtp4-container\",layoutDependency:layoutDependency,layoutId:\"LUfRGIKM_-container\",children:/*#__PURE__*/_jsx(NavButton,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"On Demand\",height:\"100%\",id:\"LUfRGIKM_\",l5ekNimSC:false,layoutId:\"LUfRGIKM_\",variant:\"pb2OuZXIO\",VE9YU2JxM:resolvedLinks1[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks1[1]}},baseVariant,gestureVariant)})})});}}),vDYuDIraA&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SzCVlO9RX\"},implicitPathVariables:undefined},{href:{webPageId:\"SzCVlO9RX\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v8s98b-container\",layoutDependency:layoutDependency,layoutId:\"zmyMizln2-container\",children:/*#__PURE__*/_jsx(NavButton,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Speakers\",height:\"100%\",id:\"zmyMizln2\",l5ekNimSC:false,layoutId:\"zmyMizln2\",variant:\"pb2OuZXIO\",VE9YU2JxM:resolvedLinks2[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks2[1]}},baseVariant,gestureVariant)})})});}}),M7rgQRJkK&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eYe1eA6Aa\"},implicitPathVariables:undefined},{href:{webPageId:\"eYe1eA6Aa\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1spqklc-container\",layoutDependency:layoutDependency,layoutId:\"IIDHwAp4G-container\",children:/*#__PURE__*/_jsx(NavButton,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Blogs\",height:\"100%\",id:\"IIDHwAp4G\",l5ekNimSC:false,layoutId:\"IIDHwAp4G\",variant:\"pb2OuZXIO\",VE9YU2JxM:resolvedLinks3[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks3[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined},{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1syzlvd-container\",layoutDependency:layoutDependency,layoutId:\"Qmv94FT5X-container\",children:/*#__PURE__*/_jsx(NavButtonWithLoggedOutWithMappedReactPropsa3i2p7,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Log In\",height:\"100%\",id:\"Qmv94FT5X\",l5ekNimSC:false,layoutId:\"Qmv94FT5X\",variant:\"pb2OuZXIO\",VE9YU2JxM:resolvedLinks4[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks4[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined},{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nnrx1a-container\",layoutDependency:layoutDependency,layoutId:\"HD2lSkPSN-container\",children:/*#__PURE__*/_jsx(NavButtonWithLoggedOutWithMappedReactPropsa3i2p7,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Sign Up\",height:\"100%\",id:\"HD2lSkPSN\",l5ekNimSC:false,layoutId:\"HD2lSkPSN\",variant:\"pb2OuZXIO\",VE9YU2JxM:resolvedLinks5[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks5[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bNyjJ4gGu\"},implicitPathVariables:undefined},{href:{webPageId:\"bNyjJ4gGu\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wlf2tr-container\",layoutDependency:layoutDependency,layoutId:\"aXZwp8K_E-container\",children:/*#__PURE__*/_jsx(NavButtonWithLoggedInWithMappedReactPropsa3i2p7,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Account\",height:\"100%\",id:\"aXZwp8K_E\",l5ekNimSC:false,layoutId:\"aXZwp8K_E\",variant:\"gWYRHEpWQ\",VE9YU2JxM:resolvedLinks6[0],width:\"100%\",...addPropertyOverrides({e6xnGV1kf:{VE9YU2JxM:resolvedLinks6[1]}},baseVariant,gestureVariant)})})});}})]})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dfk6go\",layoutDependency:layoutDependency,layoutId:\"YM99W7UEx\",...addPropertyOverrides({okyYhBNP9:{\"data-highlight\":true,onTap:onTapmwumqt},ymkGdNBsy:{\"data-highlight\":true,onTap:onTapdkptie}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vszsmf\",layoutDependency:layoutDependency,layoutId:\"YqnMgOGHH\",style:{backgroundColor:\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:0},variants:{okyYhBNP9:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r4z2pd\",layoutDependency:layoutDependency,layoutId:\"myQuVmseY\",style:{backgroundColor:\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:0},variants:{okyYhBNP9:{rotate:45}}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w2z03n\",layoutDependency:layoutDependency,layoutId:\"EqOvSCO80\",style:{backgroundColor:\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cfglt9\",\"data-framer-name\":\"div#global-nav-tier-1-container\",layoutDependency:layoutDependency,layoutId:\"BMSrYPUCG\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tb5c87\",layoutDependency:layoutDependency,layoutId:\"KJ6UeriB3\",children:[jlb8ONZyL&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TXgLorbSv\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ntp085 framer-w0yc9f\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"UoHamQD7w\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"About Us\"})}),className:\"framer-d0kcg0\",\"data-framer-name\":\"Learn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qIPOu_nzk\",style:{\"--extracted-r6o4lv\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\"},verticalAlignment:\"center\",withExternalLayout:true})})}),wTDc2cmyW&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OvNYA6qQ_\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4ayyqv framer-w0yc9f\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"cOHDdT1Cj\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"Home\"})}),className:\"framer-ulb39b\",\"data-framer-name\":\"Products\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YfaV02LRV\",style:{\"--extracted-r6o4lv\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\"},verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k7m9pn\",layoutDependency:layoutDependency,layoutId:\"bkP2LYPyp\",children:[oIJ9kOXZY&&/*#__PURE__*/_jsx(Link,{href:\"https://mgi-tech.eu/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bncnud framer-w0yc9f\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"uen0vGVzj\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"Our Partner\"})}),className:\"framer-1a1wp96\",\"data-framer-name\":\"Company\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YzQCauZGZ\",style:{\"--extracted-r6o4lv\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\"},verticalAlignment:\"center\",withExternalLayout:true})})}),OJ9OfBNWr&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ewmBQlFqL\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-yedfvy framer-w0yc9f\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"SGGfQoDtS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"On Demand\"})}),className:\"framer-1o9tevh\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FBKM3hXFK\",style:{\"--extracted-r6o4lv\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\"},verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ddr9cu\",layoutDependency:layoutDependency,layoutId:\"R8qP0jNVQ\",children:[vDYuDIraA&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SzCVlO9RX\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-t1tnwc framer-w0yc9f\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"UTXz4Vy_z\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"Speakers\"})}),className:\"framer-1lyjnue\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jnfAnyEf5\",style:{\"--extracted-r6o4lv\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\"},verticalAlignment:\"center\",withExternalLayout:true})})}),M7rgQRJkK&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eYe1eA6Aa\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19ynnha framer-w0yc9f\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"Wew_e2l8C\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245)))\"},children:\"Blogs\"})}),className:\"framer-2mv2hr\",\"data-framer-name\":\"Support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ew6Y0X4JB\",style:{\"--extracted-r6o4lv\":\"var(--token-18992f18-0c6c-4767-b6c6-5fa3acdde668, rgb(245, 245, 245))\"},verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8g8vk2\",layoutDependency:layoutDependency,layoutId:\"UciJ4XEop\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined},{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({okyYhBNP9:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 8px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jq8u9a-container\",layoutDependency:layoutDependency,layoutId:\"yGeSQwg8y-container\",children:/*#__PURE__*/_jsx(NavButtonWithLoggedOutWithMappedReactPropsa3i2p7,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Log In\",height:\"100%\",id:\"yGeSQwg8y\",l5ekNimSC:false,layoutId:\"yGeSQwg8y\",style:{height:\"100%\",width:\"100%\"},variant:\"LQlxx8cnS\",VE9YU2JxM:resolvedLinks7[0],width:\"100%\",...addPropertyOverrides({okyYhBNP9:{VE9YU2JxM:resolvedLinks7[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed5(M7rgQRJkK)&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined},{href:{webPageId:\"DVMak5flL\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({okyYhBNP9:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 8px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pfcune-container\",layoutDependency:layoutDependency,layoutId:\"gebgAffoT-container\",children:/*#__PURE__*/_jsx(NavButtonWithSignOutWithMappedReactPropsa3i2p7,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Sign Up\",height:\"100%\",id:\"gebgAffoT\",l5ekNimSC:false,layoutId:\"gebgAffoT\",style:{height:\"100%\",width:\"100%\"},variant:\"LQlxx8cnS\",VE9YU2JxM:resolvedLinks8[0],width:\"100%\",...addPropertyOverrides({okyYhBNP9:{VE9YU2JxM:resolvedLinks8[1]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bNyjJ4gGu\"},implicitPathVariables:undefined},{href:{webPageId:\"bNyjJ4gGu\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({okyYhBNP9:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 8px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cos6ul-container\",layoutDependency:layoutDependency,layoutId:\"Nu5yjhIIY-container\",children:/*#__PURE__*/_jsx(NavButtonWithLoggedInWithMappedReactPropsa3i2p7,{Exwes43tP:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Account\",height:\"100%\",id:\"Nu5yjhIIY\",l5ekNimSC:false,layoutId:\"Nu5yjhIIY\",style:{height:\"100%\",width:\"100%\"},variant:\"LQlxx8cnS\",VE9YU2JxM:resolvedLinks9[0],width:\"100%\",...addPropertyOverrides({okyYhBNP9:{VE9YU2JxM:resolvedLinks9[1]}},baseVariant,gestureVariant)})})});}})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fzMmk.framer-w0yc9f, .framer-fzMmk .framer-w0yc9f { display: block; }\",\".framer-fzMmk.framer-1epumx8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: visible; padding: 12px 0px 12px 0px; position: relative; width: min-content; }\",\".framer-fzMmk .framer-1n1va0c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 61px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fzMmk .framer-cxcy3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fzMmk .framer-14mo5ln { flex: none; height: 44px; overflow: visible; position: relative; text-decoration: none; width: 51px; }\",\".framer-fzMmk .framer-1wilsmg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fzMmk .framer-auetw9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-fzMmk .framer-fw0ne3-container, .framer-fzMmk .framer-1d7kf5n-container, .framer-fzMmk .framer-119rtp4-container, .framer-fzMmk .framer-v8s98b-container, .framer-fzMmk .framer-1spqklc-container, .framer-fzMmk .framer-1syzlvd-container, .framer-fzMmk .framer-nnrx1a-container, .framer-fzMmk .framer-wlf2tr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fzMmk .framer-dfk6go { flex: none; height: 30px; overflow: hidden; position: relative; width: 41px; }\",\".framer-fzMmk .framer-1vszsmf, .framer-fzMmk .framer-1r4z2pd { flex: none; height: 4px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 4px / 2); will-change: var(--framer-will-change-override, transform); }\",\".framer-fzMmk .framer-1w2z03n { bottom: 0px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 3px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fzMmk .framer-cfglt9 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-fzMmk .framer-1tb5c87, .framer-fzMmk .framer-1k7m9pn, .framer-fzMmk .framer-1ddr9cu, .framer-fzMmk .framer-8g8vk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fzMmk .framer-ntp085, .framer-fzMmk .framer-4ayyqv, .framer-fzMmk .framer-1bncnud, .framer-fzMmk .framer-yedfvy, .framer-fzMmk .framer-t1tnwc, .framer-fzMmk .framer-19ynnha { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: 100%; }\",\".framer-fzMmk .framer-d0kcg0, .framer-fzMmk .framer-ulb39b, .framer-fzMmk .framer-1a1wp96, .framer-fzMmk .framer-1o9tevh, .framer-fzMmk .framer-1lyjnue, .framer-fzMmk .framer-2mv2hr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fzMmk .framer-1jq8u9a-container, .framer-fzMmk .framer-pfcune-container, .framer-fzMmk .framer-1cos6ul-container { flex: none; height: 50px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fzMmk.framer-1epumx8, .framer-fzMmk .framer-1n1va0c, .framer-fzMmk .framer-cxcy3s, .framer-fzMmk .framer-1wilsmg, .framer-fzMmk .framer-auetw9, .framer-fzMmk .framer-cfglt9, .framer-fzMmk .framer-1tb5c87, .framer-fzMmk .framer-ntp085, .framer-fzMmk .framer-4ayyqv, .framer-fzMmk .framer-1k7m9pn, .framer-fzMmk .framer-1bncnud, .framer-fzMmk .framer-yedfvy, .framer-fzMmk .framer-1ddr9cu, .framer-fzMmk .framer-t1tnwc, .framer-fzMmk .framer-19ynnha, .framer-fzMmk .framer-8g8vk2 { gap: 0px; } .framer-fzMmk.framer-1epumx8 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-fzMmk.framer-1epumx8 > :first-child, .framer-fzMmk .framer-cfglt9 > :first-child, .framer-fzMmk .framer-1tb5c87 > :first-child, .framer-fzMmk .framer-ntp085 > :first-child, .framer-fzMmk .framer-4ayyqv > :first-child, .framer-fzMmk .framer-1k7m9pn > :first-child, .framer-fzMmk .framer-1bncnud > :first-child, .framer-fzMmk .framer-yedfvy > :first-child, .framer-fzMmk .framer-1ddr9cu > :first-child, .framer-fzMmk .framer-t1tnwc > :first-child, .framer-fzMmk .framer-19ynnha > :first-child, .framer-fzMmk .framer-8g8vk2 > :first-child { margin-top: 0px; } .framer-fzMmk.framer-1epumx8 > :last-child, .framer-fzMmk .framer-cfglt9 > :last-child, .framer-fzMmk .framer-1tb5c87 > :last-child, .framer-fzMmk .framer-ntp085 > :last-child, .framer-fzMmk .framer-4ayyqv > :last-child, .framer-fzMmk .framer-1k7m9pn > :last-child, .framer-fzMmk .framer-1bncnud > :last-child, .framer-fzMmk .framer-yedfvy > :last-child, .framer-fzMmk .framer-1ddr9cu > :last-child, .framer-fzMmk .framer-t1tnwc > :last-child, .framer-fzMmk .framer-19ynnha > :last-child, .framer-fzMmk .framer-8g8vk2 > :last-child { margin-bottom: 0px; } .framer-fzMmk .framer-1n1va0c > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-fzMmk .framer-1n1va0c > :first-child, .framer-fzMmk .framer-cxcy3s > :first-child, .framer-fzMmk .framer-1wilsmg > :first-child, .framer-fzMmk .framer-auetw9 > :first-child { margin-left: 0px; } .framer-fzMmk .framer-1n1va0c > :last-child, .framer-fzMmk .framer-cxcy3s > :last-child, .framer-fzMmk .framer-1wilsmg > :last-child, .framer-fzMmk .framer-auetw9 > :last-child { margin-right: 0px; } .framer-fzMmk .framer-cxcy3s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fzMmk .framer-1wilsmg > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-fzMmk .framer-auetw9 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-fzMmk .framer-cfglt9 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-fzMmk .framer-1tb5c87 > *, .framer-fzMmk .framer-1k7m9pn > *, .framer-fzMmk .framer-1ddr9cu > *, .framer-fzMmk .framer-8g8vk2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fzMmk .framer-ntp085 > *, .framer-fzMmk .framer-4ayyqv > *, .framer-fzMmk .framer-1bncnud > *, .framer-fzMmk .framer-yedfvy > *, .framer-fzMmk .framer-t1tnwc > *, .framer-fzMmk .framer-19ynnha > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-fzMmk.framer-v-1g8srx5.framer-1epumx8 { width: 320px; }\",\".framer-fzMmk.framer-v-1g8srx5 .framer-1n1va0c { gap: unset; justify-content: space-between; padding: 0px 32px 0px 32px; width: 100%; }\",\".framer-fzMmk.framer-v-1g8srx5 .framer-dfk6go { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; padding: 0px; width: min-content; }\",\".framer-fzMmk.framer-v-1g8srx5 .framer-1vszsmf, .framer-fzMmk.framer-v-1g8srx5 .framer-1r4z2pd { height: 2px; left: unset; position: relative; right: unset; top: unset; width: 24px; }\",\".framer-fzMmk.framer-v-1g8srx5 .framer-1w2z03n { bottom: unset; left: unset; position: relative; right: unset; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fzMmk.framer-v-1g8srx5 .framer-1n1va0c, .framer-fzMmk.framer-v-1g8srx5 .framer-dfk6go { gap: 0px; } .framer-fzMmk.framer-v-1g8srx5 .framer-1n1va0c > *, .framer-fzMmk.framer-v-1g8srx5 .framer-1n1va0c > :first-child, .framer-fzMmk.framer-v-1g8srx5 .framer-1n1va0c > :last-child { margin: 0px; } .framer-fzMmk.framer-v-1g8srx5 .framer-dfk6go > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-fzMmk.framer-v-1g8srx5 .framer-dfk6go > :first-child { margin-top: 0px; } .framer-fzMmk.framer-v-1g8srx5 .framer-dfk6go > :last-child { margin-bottom: 0px; } }\",\".framer-fzMmk.framer-v-1gvv6r9.framer-1epumx8 { gap: 16px; justify-content: flex-start; padding: 12px 4px 12px 4px; width: 300px; }\",\".framer-fzMmk.framer-v-1gvv6r9 .framer-1n1va0c { gap: unset; height: 44px; justify-content: space-between; order: 0; padding: 0px 16px 0px 32px; width: 100%; }\",\".framer-fzMmk.framer-v-1gvv6r9 .framer-cxcy3s { flex: 1 0 0px; order: 0; width: 1px; }\",\".framer-fzMmk.framer-v-1gvv6r9 .framer-dfk6go { cursor: pointer; height: 38px; order: 1; width: 40px; }\",\".framer-fzMmk.framer-v-1gvv6r9 .framer-1vszsmf, .framer-fzMmk.framer-v-1gvv6r9 .framer-1r4z2pd { height: 2px; right: 9px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-fzMmk.framer-v-1gvv6r9 .framer-cfglt9 { align-self: unset; order: 1; width: 100%; }\",\".framer-fzMmk.framer-v-1gvv6r9 .framer-ntp085, .framer-fzMmk.framer-v-1gvv6r9 .framer-4ayyqv, .framer-fzMmk.framer-v-1gvv6r9 .framer-1bncnud, .framer-fzMmk.framer-v-1gvv6r9 .framer-yedfvy, .framer-fzMmk.framer-v-1gvv6r9 .framer-t1tnwc, .framer-fzMmk.framer-v-1gvv6r9 .framer-19ynnha { height: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fzMmk.framer-v-1gvv6r9.framer-1epumx8, .framer-fzMmk.framer-v-1gvv6r9 .framer-1n1va0c { gap: 0px; } .framer-fzMmk.framer-v-1gvv6r9.framer-1epumx8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-fzMmk.framer-v-1gvv6r9.framer-1epumx8 > :first-child { margin-top: 0px; } .framer-fzMmk.framer-v-1gvv6r9.framer-1epumx8 > :last-child { margin-bottom: 0px; } .framer-fzMmk.framer-v-1gvv6r9 .framer-1n1va0c > *, .framer-fzMmk.framer-v-1gvv6r9 .framer-1n1va0c > :first-child, .framer-fzMmk.framer-v-1gvv6r9 .framer-1n1va0c > :last-child { margin: 0px; } }\",\".framer-fzMmk.framer-v-1hocn4e.framer-1epumx8 { padding: 0px; }\",'.framer-fzMmk[data-border=\"true\"]::after, .framer-fzMmk [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 85\n * @framerIntrinsicWidth 912\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ymkGdNBsy\":{\"layout\":[\"fixed\",\"auto\"]},\"okyYhBNP9\":{\"layout\":[\"fixed\",\"auto\"]},\"e6xnGV1kf\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cVI1sehEg\":\"image\",\"Ai_5VHW3P\":\"showLogo\",\"wTDc2cmyW\":\"showHome\",\"jlb8ONZyL\":\"showAboutUs\",\"oIJ9kOXZY\":\"showOurPartner\",\"OJ9OfBNWr\":\"showOnDemand\",\"vDYuDIraA\":\"showSpeakers\",\"M7rgQRJkK\":\"showBlogs\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQO7Ahugy5=withCSS(Component,css,\"framer-fzMmk\");export default FramerQO7Ahugy5;FramerQO7Ahugy5.displayName=\"New Nav\";FramerQO7Ahugy5.defaultProps={height:85,width:912};addPropertyControls(FramerQO7Ahugy5,{variant:{options:[\"DLWJ1rQe2\",\"ymkGdNBsy\",\"okyYhBNP9\",\"e6xnGV1kf\"],optionTitles:[\"Desktop\",\"Mobile Closed\",\"Mobile Open\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},cVI1sehEg:{__defaultAssetReference:\"data:framer/asset-reference,7oBPUvWM0ROjxNfaoib5k1AiLQ4.svg?originalFilename=GU+Logo.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},Ai_5VHW3P:{defaultValue:true,title:\"Show Logo\",type:ControlType.Boolean},wTDc2cmyW:{defaultValue:true,title:\"Show Home\",type:ControlType.Boolean},jlb8ONZyL:{defaultValue:true,title:\"Show About Us\",type:ControlType.Boolean},oIJ9kOXZY:{defaultValue:true,title:\"Show Our Partner\",type:ControlType.Boolean},OJ9OfBNWr:{defaultValue:true,title:\"Show On Demand\",type:ControlType.Boolean},vDYuDIraA:{defaultValue:true,title:\"Show Speakers\",type:ControlType.Boolean},M7rgQRJkK:{defaultValue:true,title:\"Show Blogs\",type:ControlType.Boolean}});addFonts(FramerQO7Ahugy5,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...NavButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQO7Ahugy5\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"85\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"cVI1sehEg\\\":\\\"image\\\",\\\"Ai_5VHW3P\\\":\\\"showLogo\\\",\\\"wTDc2cmyW\\\":\\\"showHome\\\",\\\"jlb8ONZyL\\\":\\\"showAboutUs\\\",\\\"oIJ9kOXZY\\\":\\\"showOurPartner\\\",\\\"OJ9OfBNWr\\\":\\\"showOnDemand\\\",\\\"vDYuDIraA\\\":\\\"showSpeakers\\\",\\\"M7rgQRJkK\\\":\\\"showBlogs\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ymkGdNBsy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"okyYhBNP9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e6xnGV1kf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"912\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QO7Ahugy5.map"],
  "mappings": "0dAAA,IAAIA,GAAI,OAAO,eACXC,GAAI,CAAC,EAAGC,EAAG,IAAMA,KAAK,EAAIF,GAAE,EAAGE,EAAG,CAAE,WAAY,GAAI,aAAc,GAAI,SAAU,GAAI,MAAO,CAAE,CAAC,EAAI,EAAEA,CAAC,EAAI,EACzGC,EAAI,CAAC,EAAGD,EAAG,KAAOD,GAAE,EAAG,OAAOC,GAAK,SAAWA,EAAI,GAAKA,EAAG,CAAC,EAAG,GAC5DE,GAAN,KAAQ,CACN,YAAYF,EAAG,CACbC,EAAE,KAAM,QAAQ,EAChB,KAAK,OAASD,CAChB,CACA,IAAIA,EAAG,CACL,IAAM,EAAI,KAAK,OAASA,EACxB,OAAO,aAAa,QAAQ,CAAC,GAAK,IACpC,CACA,IAAIA,EAAG,CACL,IAAM,EAAI,KAAK,OAASA,EACxB,OAAO,aAAa,QAAQ,CAAC,CAC/B,CACA,IAAIA,EAAG,EAAG,CACR,IAAMG,EAAI,KAAK,OAASH,EACxB,aAAa,QAAQG,EAAG,CAAC,CAC3B,CACA,OAAOH,EAAG,CACR,IAAM,EAAI,KAAK,OAASA,EACxB,aAAa,WAAW,CAAC,CAC3B,CACF,EACMI,EAAN,cAAgB,KAAM,CACpB,YAAYC,EAAGF,EAAG,CAChB,MAAME,CAAC,EACPJ,EAAE,KAAM,QAAQ,EAChBA,EAAE,KAAM,gBAAiB,EAAE,EAC3B,KAAK,KAAO,YAAa,KAAK,OAASE,CACzC,CACF,EACA,SAASG,EAAE,EAAG,CACZ,OAAO,OAAO,GAAK,UAAY,IAAM,MAAQ,kBAAmB,CAClE,CACA,IAAMC,GAAN,cAAgBH,CAAE,CAChB,YAAYC,EAAGF,EAAG,CAChB,MAAME,EAAGF,CAAC,EACVF,EAAE,KAAM,QAAQ,EAChB,KAAK,KAAO,eAAgB,KAAK,OAASE,CAC5C,CACA,QAAS,CACP,MAAO,CACL,KAAM,KAAK,KACX,QAAS,KAAK,QACd,OAAQ,KAAK,MACf,CACF,CACF,EACMK,GAAN,cAAgBJ,CAAE,CAChB,YAAYC,EAAGF,EAAG,CAChB,MAAME,CAAC,EACPJ,EAAE,KAAM,eAAe,EACvB,KAAK,KAAO,mBAAoB,KAAK,cAAgBE,CACvD,CACF,EACMM,EAAN,cAAgBL,CAAE,CAChB,YAAYC,EAAGF,EAAGO,EAAG,CACnB,MAAML,CAAC,EACPJ,EAAE,KAAM,MAAM,EACdA,EAAE,KAAM,QAAQ,EAChB,KAAK,KAAOE,EAAG,KAAK,OAASO,CAC/B,CACA,QAAS,CACP,MAAO,CACL,KAAM,KAAK,KACX,QAAS,KAAK,QACd,OAAQ,KAAK,MACf,CACF,CACF,EACMC,GAAN,cAAgBF,CAAE,CAChB,aAAc,CACZ,MAAM,+BAAgC,gCAAiC,GAAG,CAC5E,CACF,EACMG,GAAN,cAAgBH,CAAE,CAChB,aAAc,CACZ,MAAM,kBAAmB,wCAAyC,GAAG,CACvE,CACF,EACMI,EAAN,cAAgBJ,CAAE,CAChB,YAAYT,EAAG,CACb,MAAMA,EAAG,8BAA+B,GAAG,CAC7C,CACF,EACMc,GAAN,cAAgBL,CAAE,CAChB,aAAc,CACZ,MAAM,eAAgB,+BAAgC,GAAG,CAC3D,CACF,EACMM,GAAN,cAAgBN,CAAE,CAChB,aAAc,CACZ,MAAM,eAAgB,+BAAgC,GAAG,CAC3D,CACF,EACMO,GAAN,cAAgBP,CAAE,CAChB,aAAc,CACZ,MAAM,6BAA8B,6CAA8C,GAAG,CACvF,CACF,EACMQ,GAAN,cAAgBR,CAAE,CAChB,aAAc,CACZ,MAAM,sBAAuB,6CAA8C,GAAG,CAChF,CACF,EACMS,GAAN,cAAgBT,CAAE,CAChB,aAAc,CACZ,MAAM,eAAgB,8BAA+B,GAAG,CAC1D,CACF,EACMU,GAAN,cAAgBV,CAAE,CAChB,aAAc,CACZ,MAAM,eAAgB,kCAAmC,GAAG,CAC9D,CACF,EACMW,GAAN,cAAgBX,CAAE,CAChB,YAAYT,EAAG,EAAG,CAChB,MAAMA,EAAG,0BAA2B,CAAC,CACvC,CACF,EACMqB,GAAK,GAAM,EAAE,KAAO,EAAE,SAAW,EAAE,mBAAqB,EAAE,OAAS,KAAK,UAAU,CAAC,EAAGC,GAAI,CAAC,IAAK,IAAK,GAAG,EAC9G,eAAeC,GAAE,EAAG,CAClB,GAAI,CAACC,GAAE,CAAC,EACN,MAAM,IAAIJ,GAAEC,GAAE,CAAC,EAAG,CAAC,EACrB,GAAIC,GAAE,SAAS,EAAE,MAAM,EACrB,MAAM,IAAIF,GAAEC,GAAE,CAAC,EAAG,EAAE,MAAM,EAC5B,IAAIrB,EACJ,GAAI,CACFA,EAAI,MAAM,EAAE,KAAK,CACnB,OAAS,EAAP,CACA,MAAM,IAAIQ,GAAEa,GAAE,CAAC,EAAG,CAAC,CACrB,CACA,MAAM,IAAId,GAAEc,GAAErB,CAAC,EAAG,EAAE,QAAU,GAAG,CACnC,CACA,IAAMyB,GAAI,CAAC,EAAGzB,EAAG,EAAGG,IAAM,CACxB,IAAMO,EAAI,CAAE,OAAQ,EAAG,QAA+BV,GAAE,SAAY,CAAC,CAAE,EACvE,OAAO,IAAM,MAAQU,GAAKA,EAAE,QAAU,CAAE,eAAgB,iCAAkC,GAAwBV,GAAE,OAAQ,EAAGU,EAAE,KAAO,KAAK,UAAUP,CAAC,EAAG,CAAE,GAAGO,EAAG,GAAG,CAAE,EAC1K,EACA,eAAegB,EAAE,EAAG1B,EAAG,EAAGG,EAAG,CAC3B,IAAIwB,EACJ,IAAMjB,EAAI,CAAE,GAAwBP,GAAE,OAAQ,EAC9CA,GAAK,MAAQA,EAAE,MAAQO,EAAE,cAAgB,UAAUP,EAAE,OACrD,IAAMyB,GAAKD,EAAyBxB,GAAE,QAAU,KAAOwB,EAAI,CAAC,EAC5DxB,GAAK,MAAQA,EAAE,aAAeyB,EAAE,YAAczB,EAAE,YAChD,IAAM0B,EAAI,OAAO,KAAKD,CAAC,EAAE,OAAS,IAAM,IAAI,gBAAgBA,CAAC,EAAE,SAAS,EAAI,GAAIE,EAAI,MAAMC,GACxF,EACA/B,EACA,EAAI6B,EACJ,CAAE,QAASnB,EAAG,cAAoCP,GAAE,aAAc,EAClE,CAAC,EACoBA,GAAE,IACzB,EACA,OAAOA,GAAK,MAAQA,EAAE,MAA6BA,GAAE,MAAM2B,CAAC,EAAI,CAAE,KAAM,CAAE,GAAGA,CAAE,EAAG,MAAO,IAAK,CAChG,CACA,eAAeC,GAAE,EAAG/B,EAAG,EAAGG,EAAGO,EAAGkB,EAAG,CACjC,IAAMC,EAAIJ,GAAEzB,EAAGG,EAAGO,EAAGkB,CAAC,EAClBE,EACJ,GAAI,CACFA,EAAI,MAAM,EAAE,EAAGD,CAAC,CAClB,OAASF,EAAP,CACA,MAAM,QAAQ,MAAMA,CAAC,EAAG,IAAIP,GAAEC,GAAEM,CAAC,EAAG,CAAC,CACvC,CACA,GAAIG,EAAE,IAAM,MAAMP,GAAEO,CAAC,EAAG3B,GAAK,MAAQA,EAAE,cACrC,OAAO2B,EACT,GAAI,CACF,OAAO,MAAMA,EAAE,KAAK,CACtB,OAASH,EAAP,CACA,MAAMJ,GAAEI,CAAC,CACX,CACF,CACA,SAASK,GAAE,EAAG,CACZ,IAAI7B,EACJ,IAAIH,EAAI,KACRiC,GAAuB,GAAE,OAAO,IAAMjC,EAAI,CAAE,GAAG,EAAE,OAAQ,GACzD,IAAMK,GAAKF,EAAI,EAAE,OAAS,KAAOA,EAAI,EACrC,MAAO,CAAE,KAAM,CAAE,QAASH,EAAG,KAAMK,CAAE,EAAG,MAAO,IAAK,CACtD,CACA,SAAS6B,GAAE,EAAG,CACZ,IAAI7B,EACJ,MAAO,CAAE,KAAM,CAAE,SAAUA,EAAI,EAAE,UAAY,KAAOA,EAAI,CAAE,EAAG,MAAO,IAAK,CAC3E,CACA,SAAS8B,GAAE,EAAG,CACZ,IAAI9B,EACJ,MAAO,CAAE,KAAM,CAAE,SAAUA,EAAI,EAAE,UAAY,KAAOA,EAAI,CAAE,EAAG,MAAO,IAAK,CAC3E,CACA,SAAS+B,GAAE,EAAG,CACZ,IAAI/B,EACJ,MAAO,CAAE,KAAM,CAAE,MAAOA,EAAI,EAAE,OAAS,KAAOA,EAAI,CAAE,EAAG,MAAO,IAAK,CACrE,CACA,SAASgC,GAAE,EAAG,CACZ,IAAIhC,EACJ,MAAO,CAAE,KAAM,CAAE,MAAOA,EAAI,EAAE,OAAS,KAAOA,EAAI,CAAE,EAAG,MAAO,IAAK,CACrE,CACA,SAASiC,GAAE,EAAG,CACZ,IAAIjC,EACJ,MAAO,CAAE,KAAM,CAAE,OAAQA,EAAI,EAAE,QAAU,KAAOA,EAAI,CAAE,EAAG,MAAO,IAAK,CACvE,CACA,SAASkC,GAAE,EAAG,CACZ,IAAIlC,EACJ,MAAO,CAAE,KAAM,CAAE,SAAUA,EAAI,EAAE,UAAY,KAAOA,EAAI,CAAE,EAAG,MAAO,IAAK,CAC3E,CACA,SAASmC,GAAE,EAAG,CACZ,MAAO,CAAE,MAAM,GAAK,KAAO,GAAO,MAAO,IAAK,CAChD,CACA,SAASP,GAAE,EAAG,CACZ,OAA6B,GAAE,cAAuC,GAAE,UAC1E,CACA,IAAMT,GAAK,GAAM,OAAO,GAAK,UAAY,IAAM,MAAQ,WAAY,GAAK,OAAQ,GAAK,SAAU,GAAK,OAAO,EAAE,MAAQ,WAC/GiB,GAAN,KAAQ,CACN,YAAYzC,EAAG,CA6Ub,GA5UAC,EAAE,KAAM,OAAO,EACfA,EAAE,KAAM,KAAK,EACbA,EAAE,KAAM,SAAS,EACjBA,EAAE,KAAM,UAAYD,GAAM,CACxB,KAAK,MAAM,IAAI,OAAQA,CAAC,CAC1B,CAAC,EACDC,EAAE,KAAM,UAAYD,GAAM,CACxB,KAAK,MAAM,IAAI,OAAQA,CAAC,CAC1B,CAAC,EACDC,EAAE,KAAM,aAAeD,GAAM,CAC3B,KAAK,MAAM,IAAI,UAAWA,CAAC,CAC7B,CAAC,EAEDC,EAAE,KAAM,iBAAkB,IAAM,CAC9B,GAAI,CAAC,KAAK,MAAM,IAAI,SAAS,EAC3B,OAAO,KACT,IAAM,EAAI,KAAK,MAAM,IAAI,SAAS,EAClC,GAAI,CAAC,EACH,OAAO,KACT,IAAIE,EACJ,GAAI,CACFA,EAAI,KAAK,MAAM,CAAC,CAClB,MAAE,CACA,OAAO,IACT,CACA,IAAMO,EAAI,KAAK,MAAM,KAAK,IAAI,EAAI,GAAG,EACrC,OAAOP,EAAE,YAAcO,EAAIP,EAAE,YAAc,KAAK,MAAM,OAAO,SAAS,EAAG,KAAK,MAAM,OAAO,MAAM,EAAG,MAAQA,EAAE,YAChH,CAAC,EACDF,EAAE,KAAM,eAAgB,IAAM,CAC5B,IAAI,EACJ,GAAI,KAAK,MAAM,IAAI,SAAS,EAAG,CAC7B,IAAME,EAAI,KAAK,MAAM,IAAI,SAAS,EAClC,GAAIA,EACF,OAAQ,EAAI,KAAK,MAAMA,CAAC,IAAM,KAAO,OAAS,EAAE,WAEtD,CAAC,EACDF,EAAE,KAAM,UAAW,MAAOD,EAAI,CAAE,MAAO,EAAG,IAAM,CAC9C,IAAIU,EAAGkB,EACP,IAAIvB,EACEF,EAAI,KAAK,MAAM,IAAI,MAAM,EAC/B,OAAOA,GAAMH,GAAK,MAAQA,EAAE,MAASK,EAAI,CAAE,KAAM,CAAE,KAAM,KAAK,MAAMF,CAAC,CAAE,EAAG,MAAO,IAAK,EAAIE,EAAI,MAAM,KAAK,UAAU,EAAGA,EAAE,QAAUA,EAAE,MAAM,SAAW,IAAM,QAAQ,IACjK;AAAA;AAAA;AAAA,aAGKK,EAAIL,EAAE,QAAU,KAAO,OAASK,EAAE,UAAY,kBACnD,kCACA,mCACA,kCACF,EAAI,QAAQ,IACV;AAAA;AAAA;AAAA,aAGKkB,EAAIvB,EAAE,QAAU,KAAO,OAASuB,EAAE,UAAY,wBACnD,+BACA,mCACA,kCACF,GAAIvB,CACN,CAAC,EACDJ,EAAE,KAAM,UAAW,MAAOD,EAAI,CAAE,MAAO,EAAG,IAAM,CAC9C,IAAIK,EACEF,EAAI,KAAK,MAAM,KAAK,IAAI,EAAI,GAAG,EAAGO,EAAI,KAAK,MAAM,IAAI,SAAS,GAAK,GACzE,GAAI,CAACA,EACHL,EAAI,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAO,IAAID,EAAE,gCAAiC,GAAG,CAAE,MAC5E,CACH,IAAMwB,EAAI,KAAK,MAAMlB,CAAC,EAAGmB,EAAI,KAAK,MAAM,IAAI,MAAM,EAClDD,EAAE,YAAczB,EAAIyB,EAAE,YAAcvB,EAAI,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAO,IAAID,EAAE,qBAAsB,GAAG,CAAE,EAAG,KAAK,MAAM,OAAO,SAAS,EAAG,KAAK,MAAM,OAAO,MAAM,GAAKyB,GAAM7B,GAAK,MAAQA,EAAE,MAASK,EAAI,CAAE,KAAM,CAAE,KAAM,KAAK,MAAMwB,CAAC,CAAE,EAAG,MAAO,IAAK,EAAIxB,EAAI,MAAM,KAAK,UAAU,EAEpR,OAAOA,CACT,CAAC,EACDJ,EAAE,KAAM,qBAAsB,MAAOD,GAAM,CACzC,GAAI,CACF,IAAIK,EACJ,GAAI,CAACL,EAAE,YACL,MAAM,IAAIa,EACR,gCACF,EACF,GAAM,CAAE,YAAaV,CAAE,EAAIH,EAC3BK,EAAI,MAAMqB,EAAE,MAAO,OAAQ,GAAG,KAAK,eAAgB,CACjD,QAAS,KAAK,QACd,KAAM,CACJ,YAAavB,CACf,EACA,MAAOmC,EACT,CAAC,EACD,GAAM,CAAE,KAAM5B,EAAG,MAAOkB,CAAE,EAAIvB,EAC9B,OAAOuB,EAAI,CAAE,KAAM,CAAE,MAAO,IAAK,EAAG,MAAOA,CAAE,EAAI,CAAClB,GAAKA,EAAE,QAAU,KAAO,CAAE,KAAM,CAAE,MAAO,IAAK,EAAG,MAAO,IAAIM,EAAI,EAAI,CAAE,KAAM,CAAE,MAAON,EAAE,KAAM,EAAG,MAAO,IAAK,CAChK,OAASL,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,MAAO,IAAK,EAAG,MAAOA,CAAE,EAC3C,MAAMA,CACR,CACF,CAAC,EACDJ,EAAE,KAAM,qBAAsB,MAAOD,GAAM,CACzC,GAAI,CACF,IAAIK,EACEF,EAAI,KAAK,eAAe,EAC9B,GAAI,CAACA,EACH,MAAM,IAAIU,EACR,0BACF,EACF,GAAI,CAACb,EAAE,YACL,MAAM,IAAIa,EACR,gCACF,EACF,GAAM,CAAE,YAAaH,CAAE,EAAIV,EAC3BK,EAAI,MAAMqB,EAAE,MAAO,OAAQ,GAAG,KAAK,+BAAgC,CACjE,QAAS,KAAK,QACd,KAAM,CACJ,YAAahB,CACf,EACA,MAAO6B,GACP,IAAKpC,CACP,CAAC,EACD,GAAM,CAAE,KAAMyB,EAAG,MAAOC,CAAE,EAAIxB,EAC9B,OAAOwB,EAAI,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAOA,CAAE,EAAI,CAACD,GAAKA,EAAE,UAAY,KAAO,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAO,IAAIX,EAAI,GAAK,MAAM,KAAK,QAAQ,CAAE,MAAO,EAAG,CAAC,EAAG,CAAE,KAAM,CAAE,QAASW,EAAE,OAAQ,EAAG,MAAO,IAAK,EAC9M,OAASvB,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAOA,CAAE,EAC7C,MAAMA,CACR,CACF,CAAC,EACDJ,EAAE,KAAM,SAAU,MAAOD,GAAM,CAC7B,IAAIK,EACJ,GAAI,CACF,IAAIF,EACJ,GAAI,CAACH,EAAE,MACL,MAAM,IAAIa,EACR,2BACF,EACF,GAAI,CAACb,EAAE,SACL,MAAM,IAAIa,EACR,6BACF,EACF,GAAM,CAAE,MAAOH,EAAG,SAAUkB,EAAG,QAASC,CAAE,EAAI7B,EAC9CG,EAAI,MAAMuB,EAAE,MAAO,OAAQ,GAAG,KAAK,cAAe,CAChD,QAAS,KAAK,QACd,WAAiCG,GAAE,gBACnC,KAAM,CACJ,MAAOnB,EACP,SAAUkB,EACV,MAAOvB,EAAyBwB,GAAE,OAAS,KAAOxB,EAAI,CAAC,CACzD,EACA,MAAO2B,EACT,CAAC,EACD,GAAM,CAAE,KAAMF,EAAG,MAAOH,CAAE,EAAIxB,EAC9B,GAAIwB,EACF,MAAO,CAAE,KAAM,CAAE,KAAM,KAAM,QAAS,IAAK,EAAG,MAAOA,CAAE,EACzD,GAAI,CAACG,EACH,MAAO,CAAE,KAAM,CAAE,KAAM,KAAM,QAAS,IAAK,EAAG,MAAO,IAAInB,EAAI,EAC/D,IAAM+B,EAAIZ,EAAE,QAASa,EAAIb,EAAE,KAC3B,OAAOY,IAAM,KAAK,QAAQ,KAAK,UAAUC,CAAC,CAAC,EAAG,KAAK,WAAW,KAAK,UAAUD,CAAC,CAAC,GAAI,CAAE,KAAM,CAAE,KAAMC,EAAG,QAASD,CAAE,EAAG,MAAO,IAAK,CAClI,OAASvC,EAAP,CACA,GAAIG,EAAEH,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,KAAM,KAAM,QAAS,IAAK,EAAG,MAAOA,CAAE,EACzD,MAAMA,CACR,CACF,CAAC,EACDF,EAAE,KAAM,qBAAsB,MAAOD,GAAM,CACzC,GAAI,CACF,GAAI,CAACA,EAAE,MACL,MAAM,IAAIa,EACR,2BACF,EACF,GAAI,CAACb,EAAE,SACL,MAAM,IAAIa,EACR,6BACF,EACF,IAAIR,EACE,CAAE,MAAOF,EAAG,SAAUO,CAAE,EAAIV,EAClCK,EAAI,MAAMqB,EAAE,MAAO,OAAQ,GAAG,KAAK,YAAa,CAC9C,QAAS,KAAK,QACd,KAAM,CACJ,MAAOvB,EACP,SAAUO,CACZ,EACA,MAAOsB,EACT,CAAC,EACD,GAAM,CAAE,KAAMJ,EAAG,MAAOC,CAAE,EAAIxB,EAC9B,OAAOwB,EAAI,CAAE,KAAM,CAAE,KAAM,KAAM,QAAS,IAAK,EAAG,MAAOA,CAAE,EAAI,CAACD,GAAK,CAACA,EAAE,SAAW,CAACA,EAAE,KAAO,CAAE,KAAM,CAAE,KAAM,KAAM,QAAS,IAAK,EAAG,MAAO,IAAIjB,EAAI,GAAKiB,EAAE,UAAY,KAAK,QAAQ,KAAK,UAAUA,EAAE,IAAI,CAAC,EAAG,KAAK,WAAW,KAAK,UAAUA,EAAE,OAAO,CAAC,GAAI,CAAE,KAAM,CAAE,KAAMA,EAAE,KAAM,QAASA,EAAE,OAAQ,EAAG,MAAOC,CAAE,EAClT,OAASxB,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,KAAM,KAAM,QAAS,IAAK,EAAG,MAAOA,CAAE,EACzD,MAAMA,CACR,CACF,CAAC,EACDJ,EAAE,KAAM,wBAAyB,MAAOD,GAAM,CAC5C,GAAI,CACF,GAAI,CAACA,EAAE,MACL,MAAM,IAAIa,EACR,2BACF,EACF,IAAIR,EACE,CAAE,MAAOF,CAAE,EAAIH,EACrBK,EAAI,MAAMqB,EAAE,MAAO,OAAQ,GAAG,KAAK,qBAAsB,CACvD,QAAS,KAAK,QACd,KAAM,CACJ,MAAOvB,CACT,EACA,MAAO+B,EACT,CAAC,EACD,GAAM,CAAE,KAAMxB,EAAG,MAAOkB,CAAE,EAAIvB,EAC9B,OAAOuB,EAAI,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAOA,CAAE,EAAI,CAAClB,GAAK,CAACA,EAAE,QAAU,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAO,IAAIE,EAAI,EAAI,CAAE,KAAM,CAAE,QAASF,EAAE,OAAQ,EAAG,MAAOkB,CAAE,CAC/J,OAASvB,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAOA,CAAE,EAC7C,MAAMA,CACR,CACF,CAAC,EACDJ,EAAE,KAAM,yBAA0B,MAAOD,GAAM,CAC7C,GAAI,CACF,GAAI,CAACA,EAAE,MACL,MAAM,IAAIa,EACR,2BACF,EACF,GAAI,CAACb,EAAE,KACL,MAAM,IAAIa,EACR,sBACF,EACF,GAAI,CAACb,EAAE,MACL,MAAM,IAAIa,EACR,iCACF,EACF,IAAIR,EACE,CAAE,MAAOF,EAAG,KAAMO,EAAG,SAAUkB,CAAE,EAAI5B,EAC3CK,EAAI,MAAMqB,EAAE,MAAO,OAAQ,GAAG,KAAK,sBAAuB,CACxD,QAAS,KAAK,QACd,KAAM,CACJ,MAAOvB,EACP,KAAMO,EACN,SAAUkB,CACZ,EACA,MAAOO,EACT,CAAC,EACD,GAAM,CAAE,KAAMN,EAAG,MAAOC,CAAE,EAAIzB,EAC9B,OAAOyB,EAAI,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAOA,CAAE,EAAI,CAACD,GAAK,CAACA,EAAE,QAAU,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAO,IAAIjB,EAAI,EAAI,CAAE,KAAM,CAAE,QAASiB,EAAE,OAAQ,EAAG,MAAOC,CAAE,CAC/J,OAASzB,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,QAAS,IAAK,EAAG,MAAOA,CAAE,EAC7C,MAAMA,CACR,CACF,CAAC,EACDJ,EAAE,KAAM,UAAW,MAAOD,EAAI,QAAU,KAAK,MAAM,OAAO,SAAS,EAAG,KAAK,MAAM,OAAO,MAAM,EAAGA,GAAK4C,EAAO,SAAS,QAAQ5C,CAAC,EAAG,CAAE,MAAO,IAAK,EAAE,EAClJC,EAAE,KAAM,YAAa,SAAY,CAC/B,GAAI,CACF,IAAID,EACJA,EAAI,MAAM0B,EAAE,MAAO,MAAO,GAAG,KAAK,WAAY,CAC5C,QAAS,KAAK,QACd,MAAOU,EACT,CAAC,EACD,GAAM,CAAE,KAAM/B,EAAG,MAAOF,CAAE,EAAIH,EAC9B,OAAOG,EAAI,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAOA,CAAE,EAAI,CAACE,GAAK,CAACA,EAAE,KAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAO,IAAIS,EAAI,GAAKT,EAAE,MAAQ,KAAK,QAAQ,KAAK,UAAUA,EAAE,IAAI,CAAC,EAAG,CAAE,KAAM,CAAE,KAAMA,EAAE,IAAK,EAAG,MAAO,IAAK,EACpM,OAASL,EAAP,CACA,GAAIM,EAAEN,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAOA,CAAE,EAC1C,MAAMA,CACR,CACF,CAAC,EACDC,EAAE,KAAM,YAAa,SAAY,CAC/B,GAAI,CACF,IAAID,EACEK,EAAI,KAAK,eAAe,EAC9B,GAAI,CAACA,EACH,MAAM,IAAIQ,EACR,0BACF,EACFb,EAAI,MAAM0B,EAAE,MAAO,MAAO,GAAG,KAAK,SAAU,CAC1C,QAAS,KAAK,QACd,MAAOW,GACP,IAAKhC,CACP,CAAC,EACD,GAAM,CAAE,KAAMF,EAAG,MAAOO,CAAE,EAAIV,EAC9B,OAAOU,EAAI,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAOA,CAAE,EAAI,CAACP,GAAK,CAACA,EAAE,KAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAO,IAAIY,EAAI,GAAKZ,EAAE,MAAQ,KAAK,QAAQ,KAAK,UAAUA,EAAE,IAAI,CAAC,EAAG,CAAE,KAAM,CAAE,KAAMA,EAAE,IAAK,EAAG,MAAO,IAAK,EACpM,OAASH,EAAP,CACA,GAAIM,EAAEN,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAOA,CAAE,EAC1C,MAAMA,CACR,CACF,CAAC,EACDC,EAAE,KAAM,aAAc,MAAOD,GAAM,CACjC,GAAI,CACF,IAAMK,EAAI,KAAK,eAAe,EAC9B,GAAI,CAACA,EACH,MAAM,IAAIQ,EACR,0BACF,EACF,IAAIV,EACJA,EAAI,MAAMuB,EAAE,MAAO,MAAO,GAAG,KAAK,SAAU,CAC1C,QAAS,KAAK,QACd,KAAM1B,GAAK,CAAC,EACZ,MAAOqC,GACP,IAAKhC,CACP,CAAC,EACD,GAAM,CAAE,KAAMK,EAAG,MAAOkB,CAAE,EAAIzB,EAC9B,GAAIyB,EACF,MAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAOA,CAAE,EAC1C,GAAI,CAAClB,GAAKA,EAAE,OAAS,KACnB,MAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAO,IAAIQ,EAAI,EAChD,GAAM,CAAE,KAAM,CAAE,KAAMW,CAAE,CAAE,EAAI,MAAM,KAAK,QAAQ,CAAE,MAAO,EAAG,CAAC,EAC9D,OAAOA,GAAK,KAAK,QAAQ,KAAK,UAAUA,CAAC,CAAC,EAAG,CAAE,KAAMnB,EAAG,MAAO,IAAK,CACtE,OAASL,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,CAAE,KAAM,IAAK,EAAG,MAAOA,CAAE,EAC1C,MAAMA,CACR,CACF,CAAC,EACDJ,EAAE,KAAM,gBAAiB,MAAOD,GAAM,CACpC,GAAI,CACF,IAAMK,EAAI,KAAK,eAAe,EAC9B,GAAI,CAACA,EACH,MAAM,IAAIQ,EACR,0BACF,EACF,IAAIV,EACJA,EAAI,MAAMuB,EAAE,MAAO,QAAS,GAAG,KAAK,cAAe,CACjD,QAAS,KAAK,QACd,KAAM1B,GAAK,CAAC,EACZ,MAAOwC,GACP,IAAKnC,CACP,CAAC,EACD,GAAM,CAAE,KAAMK,EAAG,MAAOkB,CAAE,EAAIzB,EAC9B,GAAIyB,EACF,MAAO,CAAE,KAAM,KAAM,MAAOA,CAAE,EAChC,GAAI,CAAClB,GAAKA,EAAE,QAAU,KACpB,MAAO,CAAE,KAAM,KAAM,MAAO,IAAIS,EAAI,EACtC,GAAM,CAAE,KAAM,CAAE,KAAMU,CAAE,CAAE,EAAI,MAAM,KAAK,QAAQ,CAAE,MAAO,EAAG,CAAC,EAC9D,OAAOA,IAAMA,EAAE,KAAOnB,EAAG,KAAK,QAAQ,KAAK,UAAUmB,CAAC,CAAC,GAAI,CAAE,KAAMnB,EAAG,MAAO,IAAK,CACpF,OAASL,EAAP,CACA,GAAIC,EAAED,CAAC,EACL,MAAO,CAAE,KAAM,KAAM,MAAOA,CAAE,EAChC,MAAMA,CACR,CACF,CAAC,EACG,KAAK,MAAQ,IAAIH,GAAE,KAAK,EAAG,KAAK,IAAM,gCAAiCF,EACzE,KAAK,QAAU,CAAE,eAAgB,mBAAoB,YAAaA,CAAE,MACjE,CACH,KAAK,QAAU,CAAC,EAAG,QAAQ,MAAM,mHAAmH,EACpJ,OAEJ,CACF,EACA,QAAQ,IAAI,6BAA6B,EACzC,IAAM6C,GAAI,IAAI3C,GAAE,KAAK,EAAG4C,GAA0BD,IAAE,IAAI,SAAS,GAAM,KAAME,GAAI,IAAIN,GAAEK,EAAC,ECziByL,IAAME,EAASC,GAAY,CAAC,KAAK,KAAK,gBAAgB,GAAM,SAAS,EAAK,CAAC,EAAS,SAASC,GAASC,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEN,EAAS,EAAE,OAAAO,GAAU,IAAI,CAAKF,EAAM,iBAAiBG,GAAK,QAAQ,CAAC,MAAM,EAAK,CAAC,EAAE,KAAK,CAAC,CAAC,KAAAC,EAAK,MAAAC,CAAK,IAAI,CAAC,GAAK,CAAC,KAAAC,CAAI,EAAEF,EAAcH,EAANK,EAAe,CAAC,KAAKA,EAAK,gBAAgB,GAAK,SAAS,EAAI,EAAkB,CAAC,SAAS,EAAI,CAA/B,CAAmC,CAAC,CAAG,EAAE,CAAC,CAAC,EAAsBC,EAAKT,EAAU,CAAC,GAAGC,EAAM,MAAMC,CAAK,CAAC,CAAE,CAAE,CAA2J,SAASQ,GAAYC,EAAU,CAAC,IAAMC,EAAY,IAAI,CAACC,GAAK,QAAQ,GAAG,CAAE,EAAE,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEC,EAAS,EAAE,OAAIF,EAAM,KAAqCG,EAAKP,EAAU,CAAC,GAAGG,EAAM,QAAQF,CAAW,CAAC,EAAtE,IAAwE,CAAE,CAAQ,SAASO,GAAUR,EAAU,CAAC,OAAOG,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEC,EAAS,EAAE,OAAIF,EAAM,KAAqCG,EAAKP,EAAU,CAAC,GAAGG,EAAM,KAAKC,EAAM,KAAK,KAAK,CAAC,EAAxE,IAA0E,CAAE,CAAQ,SAASK,GAAcT,EAAU,CAAC,OAAOG,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEC,EAAS,EAAE,OAAIF,EAAM,KAAqCG,EAAKP,EAAU,CAAC,GAAGG,EAAM,KAAKC,EAAM,KAAK,UAAU,CAAC,EAA7E,IAA+E,CAAE,CAAQ,SAASM,GAAaV,EAAU,CAAC,OAAOG,GAAO,CAAC,GAAK,CAACC,EAAMC,CAAQ,EAAEC,EAAS,EAAE,GAAG,CAACF,EAAM,KAAK,OAAO,KAAK,IAAIO,EAAUR,EAAM,WAAW,GAAG,OAAoBI,EAAKP,EAAU,CAAC,GAAGG,EAAM,UAAUQ,EAAU,KAAK,CAAC,CAAC,CAAE,CAAE,CAAQ,SAASC,GAAcZ,EAAU,CAAC,OAAOG,GAAO,CAAC,GAAK,CAACC,CAAK,EAAEE,EAAS,EAAE,GAAGF,EAAM,KAAK,OAAO,KAAK,IAAIO,EAAUR,EAAM,WAAW,GAAG,OAAIC,EAAM,WAAUO,GAAW,aAAiCJ,EAAKP,EAAU,CAAC,GAAGG,EAAM,UAAUQ,EAAU,KAAK,CAAC,CAAC,CAAE,CAAE,CCA/5D,IAAAE,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,GAAA,YAAAC,ICAA,IAAIC,GAAMC,GAAEC,GAAG,CAAC,GAAG,CAACF,GAAE,CAAC,IAAM,EAAEE,EAAE,WAAW,CAAC,CAAC,MAAMC,EAAE,eAAe,KAAKC,EAAE,GAAG,GAAGC,CAAC,EAAEC,IAAIJ,EAAE,cAAc,MAAM,CAAC,IAAII,EAAE,MAAM,6BAA6B,MAAMF,EAAE,OAAOA,EAAE,QAAQ,YAAY,KAAK,OAAO,OAAOD,EAAE,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,GAAGE,CAAC,EAAEH,EAAE,cAAc,OAAO,CAAC,EAAE,gDAAgD,CAAC,EAAEA,EAAE,cAAc,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC,EAAE,EAAE,YAAY,OAAOF,GAAE,EAAE,OAAOA,EAAC,ECAoB,IAAMO,GAAS,CAAC,WAAW,UAAU,eAAe,gBAAgB,iBAAiB,eAAe,gBAAgB,aAAa,cAAc,SAAS,WAAW,UAAU,aAAa,oBAAoB,kBAAkB,mBAAmB,aAAa,oBAAoB,cAAc,qBAAqB,WAAW,kBAAkB,gBAAgB,iBAAiB,UAAU,QAAQ,YAAY,cAAc,UAAU,mBAAmB,OAAO,WAAW,YAAY,OAAO,OAAO,YAAY,WAAW,MAAM,YAAY,WAAW,SAAS,aAAa,OAAO,QAAQ,eAAe,eAAe,eAAe,eAAe,gBAAgB,aAAa,gBAAgB,gBAAgB,iBAAiB,cAAc,SAAS,SAAS,YAAY,QAAQ,QAAQ,gBAAgB,kBAAkB,YAAY,aAAa,aAAa,OAAO,UAAU,cAAc,SAAS,UAAU,UAAU,UAAU,OAAO,mBAAmB,oBAAoB,mBAAmB,iBAAiB,oBAAoB,kBAAkB,iBAAiB,kBAAkB,MAAM,cAAc,OAAO,YAAY,WAAW,SAAS,OAAO,SAAS,gBAAgB,gBAAgB,cAAc,WAAW,iBAAiB,WAAW,UAAU,OAAO,SAAS,SAAS,gBAAgB,MAAM,UAAU,WAAW,eAAe,UAAU,QAAQ,OAAO,aAAa,YAAY,YAAY,OAAO,SAAS,OAAO,SAAS,eAAe,cAAc,SAAS,QAAQ,OAAO,aAAa,aAAa,YAAY,mBAAmB,SAAS,SAAS,QAAQ,OAAO,aAAa,OAAO,aAAa,QAAQ,cAAc,UAAU,OAAO,QAAQ,QAAQ,OAAO,YAAY,SAAS,MAAM,SAAS,SAAS,YAAY,OAAO,SAAS,WAAW,OAAO,SAAS,OAAO,SAAS,UAAU,OAAO,MAAM,UAAU,WAAW,aAAa,MAAM,OAAO,iBAAiB,iBAAiB,MAAM,UAAU,WAAW,aAAa,QAAQ,eAAe,eAAe,UAAU,OAAO,kBAAkB,gBAAgB,gBAAgB,OAAO,QAAQ,aAAa,eAAe,UAAU,UAAU,YAAY,QAAQ,eAAe,WAAW,UAAU,QAAQ,aAAa,kBAAkB,iBAAiB,eAAe,YAAY,iBAAiB,YAAY,OAAO,cAAc,OAAO,cAAc,cAAc,SAAS,QAAQ,UAAU,QAAQ,cAAc,aAAa,SAAS,SAAS,aAAa,YAAY,MAAM,OAAO,WAAW,SAAS,OAAO,SAAS,WAAW,QAAQ,UAAU,SAAS,aAAa,eAAe,gBAAgB,UAAU,UAAU,YAAY,eAAe,QAAQ,QAAQ,UAAU,aAAa,QAAQ,UAAU,SAAS,OAAO,cAAc,MAAM,UAAU,SAAS,SAAS,MAAM,SAAS,WAAW,cAAc,cAAc,YAAY,cAAc,eAAe,OAAO,QAAQ,UAAU,SAAS,gBAAgB,cAAc,WAAW,QAAQ,KAAK,SAAS,UAAU,OAAO,WAAW,YAAY,SAAS,SAAS,eAAe,OAAO,aAAa,aAAa,YAAY,SAAS,QAAQ,QAAQ,YAAY,YAAY,SAAS,WAAW,WAAW,WAAW,QAAQ,OAAO,WAAW,OAAO,IAAI,WAAW,YAAY,WAAW,UAAU,MAAM,UAAU,UAAU,UAAW,EAAQC,GAAc,sCAA4CC,GAAkBF,GAAS,IAAIG,GAAMA,EAAK,OAAO,CAAC,EAAE,YAAY,EAAEA,EAAK,MAAM,CAAC,CAAC,EAAQC,GAAsBJ,GAAS,OAAO,CAACK,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQn2H,SAASE,EAAKC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,aAAAC,EAAa,WAAAC,EAAW,cAAAC,EAAc,QAAAC,EAAQ,YAAAC,EAAY,UAAAC,EAAU,aAAAC,EAAa,aAAAC,EAAa,SAAAC,CAAQ,EAAEV,EAAYW,EAAUC,EAAO,EAAK,EAAQC,EAAQC,GAAiBtB,GAASU,EAAaC,EAAWC,EAAcR,EAAqB,EACtR,CAACmB,EAAaC,CAAe,EAAEC,GAASJ,IAAU,OAAOK,GAAYC,CAAK,EAAE,IAAI,EACrF,eAAeC,GAAc,CAAC,IAAIC,EAAO,GACzC,GAAG,CAA4D,IAAMC,EAAO,MAAM,OAA1D,GAAG7B,KAAgBoB,eACxCQ,GAAOL,EAAgBM,EAAO,QAAQH,CAAK,CAAC,CAAE,OAAOI,EAAN,CAAS,QAAQ,IAAIA,CAAC,EAAKF,GAAOL,EAAgB,IAAI,CAAE,CAAC,MAAM,IAAI,CAACK,EAAO,EAAM,CAAE,CACrIG,GAAU,IAAI,CAACJ,EAAa,CAAE,EAAE,CAACP,CAAO,CAAC,EAAgE,IAAMY,EAAnDC,GAAa,QAAQ,IAAIA,GAAa,OAAiDC,EAAKC,GAAU,CAAC,CAAC,EAAE,KAAK,OAAqBD,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,QAAAtB,EAAQ,aAAAG,EAAa,aAAAC,EAAa,YAAAH,EAAY,UAAAC,EAAU,SAASQ,EAA2BY,EAAKZ,EAAa,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,UAAUL,EAAS,eAAe,MAAS,EAAE,MAAMT,CAAK,CAAC,EAAEwB,CAAU,CAAC,CAAE,CAAC1B,EAAK,YAAY,UAAUA,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,OAAO,WAAW,OAAO,MAAM,OAAO,aAAa,GAAK,SAAS,EAAK,EAAE8B,EAAoB9B,EAAK,CAAC,aAAa,CAAC,KAAK+B,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa/B,EAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK+B,EAAY,KAAK,QAAQtC,GAAS,aAAaE,GAAkB,aAAaK,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,aAAAG,CAAY,IAAI,CAACA,EAAa,YAAY,uEAAuE,EAAE,WAAW,CAAC,KAAK4B,EAAY,OAAO,MAAM,OAAO,YAAY,wBAAmB,OAAO,CAAC,CAAC,aAAA5B,CAAY,IAAIA,CAAY,EAAE,SAAS,CAAC,KAAK4B,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa/B,EAAK,aAAa,QAAQ,EAAE,MAAM,CAAC,KAAK+B,EAAY,MAAM,MAAM,QAAQ,aAAa/B,EAAK,aAAa,KAAK,EAAE,GAAGgC,EAAa,CAAC,ECbpzCC,GAAE,0BAA0B,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,EAAeC,GAAI,CAAC,uVAAuV,EAAeC,GAAU,eCA3d,IAAAC,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,KACO,IAAMC,GAAqB,CAAC,QAAU,CAAC,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECDvF,IAAAC,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,KACO,IAAMC,GAAqB,CAAC,QAAU,CAAC,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECDvF,IAAAC,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAO,IAAMC,GAAG,qBAAmBC,GAAG,qBAAmBC,GAAG,qBAC/CC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ENA8kB,IAAMC,GAAaC,GAASC,CAAO,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAiB,CAAC,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,EAAe,EAAQC,GAAkB,CAACC,EAAIC,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOP,GAAiBM,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAO,OAAOA,EAAQF,EAAOA,EAAO,SAAU,EAAQG,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWP,GAAmCI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,uBAAuB,YAAY,iBAAiB,YAAY,OAAO,YAAY,SAAS,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,OAAAC,EAAO,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAM,MAAM,CAAC,GAAGH,EAAM,WAAWC,EAAKH,GAAmCE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,OAAO,UAAUJ,GAAsCG,EAAM,UAAU,SAASG,GAAOD,EAAuCV,GAAwBQ,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,YAAY,UAAUP,GAAgCI,EAAM,SAAS,CAAE,EAAQI,GAAuB,CAACJ,EAAMjC,IAAWA,EAAS,KAAK,GAAG,EAAEiC,EAAM,iBAAuBK,GAA6BC,GAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA5C,EAAQ,UAAA6C,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAExB,GAASO,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAvD,CAAQ,EAAEwD,GAAgB,CAAC,WAAA7D,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4D,EAAiBpB,GAAuBJ,EAAMjC,CAAQ,EAAO,CAAC,sBAAA0D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAmBH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAmBL,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAmBN,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAmBP,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASjB,CAAW,EAAmCkB,GAAsBC,GAAM,EAAQC,GAAsB,CAAa1B,GAAuBA,EAAS,EAAQ2B,GAAkBC,GAAqB,EAAE,IAAIC,GAAmBC,GAAoBC,GAAoB,OAAoBvD,EAAKwD,GAAY,CAAC,GAAG/B,GAA4CuB,GAAgB,SAAsBhD,EAAKC,GAAS,CAAC,QAAQtB,EAAS,QAAQ,GAAM,SAAsBqB,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBkE,EAAMvD,EAAO,IAAI,CAAC,GAAG2B,EAAU,UAAU6B,GAAGnF,GAAkB,GAAG2E,GAAsB,gBAAgB1B,EAAUO,CAAU,EAAE,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,aAAaO,EAAmB,MAAM,IAAIP,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAId,GAA6B0B,GAAK,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAGtB,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,UAAU,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,EAAE,GAAG9C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,iBAAiB,aAAakE,EAAkB,EAAE,UAAU,CAAC,mBAAmB,uBAAuB,aAAa,OAAU,aAAaC,CAAkB,EAAE,UAAU,CAAC,mBAAmB,SAAS,aAAaF,EAAkB,CAAC,EAAEZ,EAAYE,CAAc,EAAE,SAAS,CAAchC,EAAK2D,EAAS,CAAC,sBAAsB,GAAK,SAAsB3D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAK4D,EAAK,CAAC,KAAKjC,EAAU,aAAaC,EAAU,aAAa,GAAM,SAAsB5B,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2CAA2CR,CAAS,EAAE,KAAKF,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,sEAAsE,EAAE,UAAU,CAAC,qBAAqB,sEAAsE,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,GAAqB,CAAC,UAAU,CAAC,SAAsBuB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,+FAA+F,EAAE,SAAsBF,EAAK4D,EAAK,CAAC,KAAKjC,EAAU,aAAaC,EAAU,aAAa,GAAM,SAAsB5B,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,+FAA+F,EAAE,SAAsBF,EAAK4D,EAAK,CAAC,KAAKjC,EAAU,aAAaC,EAAU,aAAa,GAAM,SAAsB5B,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4B,EAAYE,CAAc,CAAC,CAAC,EAAEe,GAAY,GAAgB/C,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBkC,EAAiB,SAAS,sBAAsB,SAAsBpC,EAAK3B,EAAQ,CAAC,MAAM,wEAAwE,OAAO,OAAO,YAAYgF,GAAmBnE,GAAkB,KAAKkC,CAAY,KAAK,MAAMiC,KAAqB,OAAOA,GAAmB,OAAO,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,GAAG5E,GAAqB,CAAC,UAAU,CAAC,YAAY6E,GAAoBpE,GAAkB,KAAKkC,CAAY,KAAK,MAAMkC,KAAsB,OAAOA,GAAoB,MAAM,EAAE,UAAU,CAAC,MAAM,uEAAuE,YAAYC,GAAoBrE,GAAkB,KAAKkC,CAAY,KAAK,MAAMmC,KAAsB,OAAOA,GAAoB,MAAM,CAAC,EAAEzB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8B,GAAI,CAAC,kFAAkF,gFAAgF,uRAAuR,gHAAgH,yGAAyG,yWAAyW,iIAAiI,+aAA+a,+aAA+a,GAAeA,GAAI,GAAgBA,EAAG,EASxwVC,GAAgBC,GAAQ/C,GAAU6C,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,WAAW,SAAS,iBAAiB,sBAAsB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,OAAO,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,UAAU,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,qEAAqE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5F,GAAa,GAAGkG,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACtzE,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,sBAAwB,KAAK,sBAAwB,IAAI,gBAAkB,gEAA4E,yBAA2B,OAAO,yBAA2B,QAAQ,oCAAsC,gMAAsO,qBAAuB,KAAK,6BAA+B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,EOX/xB,IAAAC,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,GAAA,OAAAC,KAAgH,IAAMC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EACxbC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECD5J,IAAAC,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,KACO,IAAMC,GAAqB,CAAC,QAAU,CAAC,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECDvF,IAAAC,GAAA,GAAAC,EAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAgH,IAAMC,GAAG,4BAAqBC,GAAG,gEAA2BC,GAAG,4EAA6BC,GAAG,mDAAwBC,GAAG,iCAAqBC,GAAG,iCAAqBC,GAAG,+GAAkCC,GAAG,kFAA8BC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,2BAAO,CAAC,CAAC,CAAC,EAAeC,GAAgBH,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,oBAAK,CAAC,CAAC,CAAC,EAAeE,GAAiBJ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,+DAAa,CAAC,CAAC,CAAC,EAAeG,GAAiBL,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,2EAAe,CAAC,CAAC,CAAC,EAAeI,GAAiBN,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,kDAAU,CAAC,CAAC,CAAC,EAAeK,GAAiBP,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,gCAAO,CAAC,CAAC,CAAC,EACpzEM,GAAqB,CAAC,QAAU,CAAC,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECA7N,IAAMC,GAAeC,GAASC,CAAS,EAAQC,GAAiDC,GAAqBC,GAAcH,CAAS,EAAEI,EAAa,EAAQC,GAAgDH,GAAqBI,GAAaN,CAAS,EAAEI,EAAa,EAAQG,GAAkBC,GAASC,EAAO,GAAG,EAAQC,GAA+CR,GAAqBS,GAAYX,CAAS,EAAEI,EAAa,EAAQQ,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAiB,CAAC,UAAUC,GAAiB,UAAUC,GAAiB,UAAUC,EAAe,EAAQC,EAAkB,CAACC,EAAIC,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOP,GAAiBM,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAO,OAAOA,EAAQF,EAAOA,EAAO,SAAU,EAAQG,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBJ,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBK,GAAW,CAAC,CAAC,MAAAL,EAAM,SAAAM,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWV,GAAmCO,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASjC,EAAakC,CAAQ,EAAQC,GAAwB,CAAC,gBAAgB,YAAY,cAAc,YAAY,YAAY,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,YAAAC,EAAY,UAAAC,EAAU,SAAAC,EAAS,SAAAC,EAAS,aAAAC,EAAa,eAAAC,EAAe,aAAAC,EAAa,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGV,EAAM,WAAWC,EAAKN,GAA4CK,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,GAAK,WAAWC,EAAMX,GAAmCS,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,CAAC,IAAI,sEAAsE,EAAE,WAAWC,EAAMX,GAAqDQ,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMX,GAA+CO,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMR,GAA8DG,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMV,GAAwDI,EAAM,aAAa,MAAMM,IAAQ,OAAOA,EAAM,GAAK,SAASE,GAAOD,EAAuCpB,GAAwBa,EAAM,OAAO,KAAK,MAAMO,IAAyC,OAAOA,EAAuCP,EAAM,WAAW,MAAMQ,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMX,GAAwDE,EAAM,aAAa,MAAMS,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMhB,GAA4CM,EAAM,aAAa,MAAMU,IAAQ,OAAOA,EAAM,EAAI,CAAE,EAAQC,GAAuB,CAACX,EAAMxC,IAAewC,EAAM,iBAAwBxC,EAAS,KAAK,GAAG,EAAEwC,EAAM,iBAAwBxC,EAAS,KAAK,GAAG,EAAUoD,GAA6BC,GAAW,SAASb,EAAMc,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA1D,EAAQ,UAAA2D,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzC,GAASY,CAAK,EAAO,CAAC,YAAA8B,EAAY,WAAAC,EAAW,gBAAAC,EAAgB,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,SAAA3E,EAAQ,EAAE4E,GAAgB,CAAC,WAAAjF,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgF,EAAiB1B,GAAuBX,EAAMxC,EAAQ,EAAO,CAAC,sBAAA8E,GAAsB,MAAAC,EAAK,EAAEC,GAAyBV,CAAW,EAAQW,GAAYH,GAAsB,SAASI,IAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQQ,GAAYL,GAAsB,SAASI,IAAO,CAACP,GAAW,WAAW,CAAE,CAAC,EAAQS,GAAWC,EAAO,IAAI,EAAQC,GAAY3E,GAAW2D,IAAc,YAAmB,GAAa3D,EAAc4E,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASjB,CAAW,EAAmCkB,GAAOC,GAAU,EAAQC,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASpB,CAAW,EAAmCqB,GAAa,IAAQrB,IAAc,YAA6CsB,GAAa,IAAQtB,IAAc,YAA6CuB,GAAalF,GAAW2D,IAAc,YAAmB,GAAY3D,EAAcmF,GAAsBC,GAAM,EAAQC,GAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,IAAIC,GAAmBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoB,OAAoBjF,EAAKkF,GAAY,CAAC,GAAG9C,GAA4CkC,GAAgB,SAAsBtE,EAAKC,GAAS,CAAC,QAAQzB,GAAS,QAAQ,GAAM,SAAsBwB,EAAKR,GAAW,CAAC,MAAMJ,GAAY,GAAGd,EAAqB,CAAC,UAAU,CAAC,MAAMgB,EAAW,EAAE,UAAU,CAAC,MAAMD,EAAW,CAAC,EAAEyD,EAAYG,CAAc,EAAE,SAAsBkC,EAAMnH,EAAO,IAAI,CAAC,GAAG6E,EAAU,GAAGG,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAmEyB,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAUW,GAAGhH,GAAkB,GAAGoG,GAAsB,iBAAiBrC,EAAUY,CAAU,EAAE,mBAAmB,UAAU,iBAAiBM,EAAiB,SAAS,YAAY,IAAIvB,GAA6B8B,GAAK,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAG1B,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,EAAE,GAAG5D,EAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,MAAS,EAAE,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,eAAe,CAAC,EAAEwE,EAAYG,CAAc,EAAE,SAAS,CAAckC,EAAMrH,GAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,mBAAmB,8BAA8B,iBAAiBuF,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAG/E,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,QAAqEmG,GAAkB,OAAQ,iBAAiB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAE3B,EAAYG,CAAc,EAAE,SAAS,CAAckC,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAS,CAACS,GAAYxB,CAAS,GAAgBtC,EAAKqF,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBrF,EAAKsF,GAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,GAAG/F,GAAkB8C,CAAS,CAAC,EAAE,UAAU,+BAA+B,iBAAiBgB,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAEU,GAAa,GAAgB/D,EAAKhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsB8B,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,kCAAkC,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAACb,GAAwBxC,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAIb,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKzC,EAAU,CAAC,WAAWoH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,QAAQ,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUa,EAAc,CAAC,EAAE,MAAM,OAAO,GAAGlH,EAAqB,CAAC,UAAU,CAAC,UAAUkH,EAAc,CAAC,CAAC,CAAC,EAAE1C,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAER,GAAwBzC,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKzC,EAAU,CAAC,WAAWoH,GAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,KAAqB,OAAOA,GAAmB,cAAc,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,QAAQ,YAAY,UAAU,uBAAuB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEjC,GAAwB1C,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6B,CAAC,IAAIf,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKzC,EAAU,CAAC,WAAWoH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,YAAY,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUe,EAAe,CAAC,EAAE,MAAM,OAAO,GAAGpH,EAAqB,CAAC,UAAU,CAAC,UAAUoH,EAAe,CAAC,CAAC,CAAC,EAAE5C,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAEN,GAAwB3C,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6B,CAAC,IAAIhB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKzC,EAAU,CAAC,WAAWoH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,WAAW,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUgB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAGrH,EAAqB,CAAC,UAAU,CAAC,UAAUqH,EAAe,CAAC,CAAC,CAAC,EAAE7C,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAEL,GAAwB5C,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6B,CAAC,IAAIjB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKzC,EAAU,CAAC,WAAWoH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,QAAQ,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUiB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAGtH,EAAqB,CAAC,UAAU,CAAC,UAAUsH,EAAe,CAAC,CAAC,CAAC,EAAE9C,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAejD,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6B,CAAC,IAAIlB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKxC,GAAiD,CAAC,WAAWmH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,SAAS,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUkB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAGvH,EAAqB,CAAC,UAAU,CAAC,UAAUuH,EAAe,CAAC,CAAC,CAAC,EAAE/C,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAejD,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6B,CAAC,IAAInB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKxC,GAAiD,CAAC,WAAWmH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUmB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAGxH,EAAqB,CAAC,UAAU,CAAC,UAAUwH,EAAe,CAAC,CAAC,CAAC,EAAEhD,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAejD,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6B,CAAC,IAAIpB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,SAAsBzF,EAAKhC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKpC,GAAgD,CAAC,WAAW+G,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,QAAQ,YAAY,UAAUoB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAGzH,EAAqB,CAAC,UAAU,CAAC,UAAUyH,EAAe,CAAC,CAAC,CAAC,EAAEjD,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiB,GAAa,GAAgBiB,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,GAAG/E,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMqF,EAAW,EAAE,UAAU,CAAC,iBAAiB,GAAK,MAAMF,EAAW,CAAC,EAAEX,EAAYG,CAAc,EAAE,SAAS,CAAcjD,EAAKhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,EAAerD,EAAKhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAEc,GAAa,GAAgBnE,EAAKhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,GAAa,GAAgBe,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kCAAkC,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAc8B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAS,CAACb,GAAwBxC,EAAKqF,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBrF,EAAKhC,EAAO,EAAE,CAAC,UAAU,8BAA8B,cAAc,GAAK,mBAAmB,SAAS,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBrD,EAAKgG,EAAS,CAAC,sBAAsB,GAAK,UAAUpB,GAAoB7F,EAAkB,KAAKgD,CAAY,KAAK,MAAM6C,KAAsB,OAAOA,GAAiC5E,EAAWE,EAAS,CAAC,SAAsBF,EAAKhC,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEd,GAAwBvC,EAAKqF,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBrF,EAAKhC,EAAO,EAAE,CAAC,UAAU,8BAA8B,cAAc,GAAK,mBAAmB,SAAS,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBrD,EAAKgG,EAAS,CAAC,sBAAsB,GAAK,UAAUnB,GAAoB9F,EAAkB,KAAKgD,CAAY,KAAK,MAAM8C,KAAsB,OAAOA,GAAiC7E,EAAWE,EAAS,CAAC,SAAsBF,EAAKhC,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAS,CAACZ,GAAwBzC,EAAKqF,EAAK,CAAC,KAAK,uBAAuB,SAAsBrF,EAAKhC,EAAO,EAAE,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,SAAS,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBrD,EAAKgG,EAAS,CAAC,sBAAsB,GAAK,UAAUlB,GAAoB/F,EAAkB,MAAMgD,CAAY,KAAK,MAAM+C,KAAsB,OAAOA,GAAiC9E,EAAWE,EAAS,CAAC,SAAsBF,EAAKhC,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEX,GAAwB1C,EAAKqF,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBrF,EAAKhC,EAAO,EAAE,CAAC,UAAU,8BAA8B,cAAc,GAAK,mBAAmB,SAAS,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBrD,EAAKgG,EAAS,CAAC,sBAAsB,GAAK,UAAUjB,GAAoBhG,EAAkB,MAAMgD,CAAY,KAAK,MAAMgD,KAAsB,OAAOA,GAAiC/E,EAAWE,EAAS,CAAC,SAAsBF,EAAKhC,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAS,CAACV,GAAwB3C,EAAKqF,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBrF,EAAKhC,EAAO,EAAE,CAAC,UAAU,8BAA8B,cAAc,GAAK,mBAAmB,SAAS,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBrD,EAAKgG,EAAS,CAAC,sBAAsB,GAAK,UAAUhB,GAAoBjG,EAAkB,MAAMgD,CAAY,KAAK,MAAMiD,KAAsB,OAAOA,GAAiChF,EAAWE,EAAS,CAAC,SAAsBF,EAAKhC,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAET,GAAwB5C,EAAKqF,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBrF,EAAKhC,EAAO,EAAE,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,SAAS,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBrD,EAAKgG,EAAS,CAAC,sBAAsB,GAAK,UAAUf,GAAoBlG,EAAkB,MAAMgD,CAAY,KAAK,MAAMkD,KAAsB,OAAOA,GAAiCjF,EAAWE,EAAS,CAAC,SAAsBF,EAAKhC,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAS,CAAcrD,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6B,CAAC,IAAItB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,GAAGnH,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAqEmG,GAAkB,OAAQ,gBAAgB,CAAC,EAAE3B,EAAYG,CAAc,EAAE,SAAsBjD,EAAKhC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKxC,GAAiD,CAAC,WAAWmH,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,SAAS,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUsB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAG3H,EAAqB,CAAC,UAAU,CAAC,UAAU2H,EAAe,CAAC,CAAC,CAAC,EAAEnD,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAEoB,GAAazB,CAAS,GAAgB5C,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASW,GAA6B,CAAC,IAAIvB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,GAAGnH,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAqEmG,GAAkB,OAAQ,gBAAgB,CAAC,EAAE3B,EAAYG,CAAc,EAAE,SAAsBjD,EAAKhC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAK/B,GAA+C,CAAC,WAAW0G,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUuB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAG5H,EAAqB,CAAC,UAAU,CAAC,UAAU4H,EAAe,CAAC,CAAC,CAAC,EAAEpD,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAejD,EAAKuF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASY,GAA6B,CAAC,IAAIxB,EAAmB,OAAO3E,EAAKyF,EAA0B,CAAC,GAAGnH,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAqEmG,GAAkB,OAAQ,gBAAgB,CAAC,EAAE3B,EAAYG,CAAc,EAAE,SAAsBjD,EAAKhC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBqF,EAAiB,SAAS,sBAAsB,SAAsBrD,EAAKpC,GAAgD,CAAC,WAAW+G,EAAmB5F,EAAkB,KAAKgD,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUwB,EAAe,CAAC,EAAE,MAAM,OAAO,GAAG7H,EAAqB,CAAC,UAAU,CAAC,UAAU6H,EAAe,CAAC,CAAC,CAAC,EAAErD,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmD,GAAI,CAAC,kFAAkF,gFAAgF,wRAAwR,8QAA8Q,6QAA6Q,yIAAyI,6QAA6Q,mSAAmS,oYAAoY,gHAAgH,8PAA8P,mMAAmM,wSAAwS,6WAA6W,qcAAqc,yQAAyQ,0LAA0L,grGAAgrG,kEAAkE,0IAA0I,qQAAqQ,0LAA0L,gIAAgI,kqBAAkqB,sIAAsI,kKAAkK,yFAAyF,0GAA0G,uKAAuK,8FAA8F,sTAAsT,oqBAAoqB,kEAAkE,+bAA+b,EASt+yCC,GAAgBC,GAAQ1E,GAAUwE,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,gBAAgB,cAAc,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,8GAA8G,MAAM,QAAQ,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,YAAY,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,YAAY,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,gBAAgB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,mBAAmB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,iBAAiB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,gBAAgB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,aAAa,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,qEAAqE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGhJ,EAAc,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["R", "_", "r", "i", "U", "s", "m", "e", "h", "T", "O", "f", "n", "x", "p", "l", "I", "J", "N", "P", "j", "b", "v", "w", "$", "A", "G", "K", "d", "c", "a", "o", "u", "Y", "E", "M", "L", "q", "z", "k", "C", "D", "F", "H", "g", "S", "window", "y", "V", "B", "useStore", "createStore", "withAuth", "Component", "props", "store", "setStore", "ue", "B", "data", "error", "user", "p", "withSignOut", "Component", "handleClick", "B", "props", "store", "setStore", "useStore", "p", "withEmail", "withFirstName", "withLoggedIn", "className", "withLoggedOut", "lH0TjWZ06_exports", "__export", "__FramerMetadata__", "lH0TjWZ06_default", "r", "s", "o", "t", "e", "i", "l", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "lH0TjWZ06_0_exports", "__export", "__FramerMetadata__", "__FramerMetadata__", "lH0TjWZ06_1_exports", "__export", "__FramerMetadata__", "__FramerMetadata__", "lH0TjWZ06_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "__FramerMetadata__", "FeatherFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "lH0TjWZ06_1_exports", "lH0TjWZ06_2_exports", "lH0TjWZ06_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Exwes43tP", "VE9YU2JxM", "l5ekNimSC", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnteriipeid", "args", "onMouseLeavegct3qh", "onMouseEntera8mkjv", "onMouseLeavermqglu", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerlH0TjWZ06", "withCSS", "lH0TjWZ06_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "QO7Ahugy5_0_exports", "__export", "__FramerMetadata__", "v8", "v8", "p", "x", "motion", "__FramerMetadata__", "QO7Ahugy5_1_exports", "__export", "__FramerMetadata__", "__FramerMetadata__", "QO7Ahugy5_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "p", "x", "motion", "v9", "v10", "v11", "v12", "v13", "__FramerMetadata__", "NavButtonFonts", "getFonts", "lH0TjWZ06_default", "NavButtonWithLoggedOutWithMappedReactPropsa3i2p7", "withMappedReactProps", "withLoggedOut", "lH0TjWZ06_exports", "NavButtonWithLoggedInWithMappedReactPropsa3i2p7", "withLoggedIn", "MotionDivWithAuth", "withAuth", "motion", "NavButtonWithSignOutWithMappedReactPropsa3i2p7", "withSignOut", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "QO7Ahugy5_1_exports", "QO7Ahugy5_2_exports", "QO7Ahugy5_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transition2", "transition3", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "showAboutUs", "showBlogs", "showHome", "showLogo", "showOnDemand", "showOurPartner", "showSpeakers", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "_ref8", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cVI1sehEg", "Ai_5VHW3P", "wTDc2cmyW", "jlb8ONZyL", "oIJ9kOXZY", "OJ9OfBNWr", "vDYuDIraA", "M7rgQRJkK", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapdkptie", "args", "onTapmwumqt", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "LayoutGroup", "u", "cx", "Link", "Image2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "RichText2", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FramerQO7Ahugy5", "withCSS", "QO7Ahugy5_default", "addPropertyControls", "ControlType", "addFonts"]
}
