{
  "version": 3,
  "sources": ["ssg:https://cdn.framerauth.com/scripts/framerauth-sdk@beta.js", "ssg:https://framerusercontent.com/modules/kLio2AG8y3mSwYlZOhPf/Tjt98LdtVMADeoiv7pwl/AuthWidget.js", "ssg:https://cdn.framerauth.com/packages/overrides/core/live/latest/core.js", "ssg:https://cdn.framerauth.com/packages/overrides/store/live/latest/store.js", "ssg:https://cdn.framerauth.com/packages/overrides/extensions/live/latest/extensions.js", "ssg:https://framerusercontent.com/modules/RhBPMpxKpDcGI7qcmH0q/Z25BCvNM75AgtkquAkk6/Framer_Auth.js", "ssg:https://framerusercontent.com/modules/PKZgrhiAVapELlhOsSvo/Pcv6UicsaQSApYoiX6vz/E1cOhDeWY.js", "ssg:https://framerusercontent.com/modules/BRWwvNVPovqtPZPkew1v/qoQB2aQFicRmFeUpRT7P/TcciRsbZV.js", "ssg:https://framerusercontent.com/modules/hGRWGXHApMlG8gHF1twJ/bPhdve2jdccDGy2DhMgH/kzFJG5mqZ.js", "ssg:https://framerusercontent.com/modules/zbzvlejAjjPFuEdT6LmO/vZ2dz1sWOreLebXAeM7r/v36a3IJI2.js", "ssg:https://framerusercontent.com/modules/tYUyBpJx3ofkZGP5CbER/nfIZ7IOzop1MDJ4t8MLd/mX1u7g_XV.js", "ssg:https://framerusercontent.com/modules/q2SCPzjbWzVpPEXkO6aK/YqsOrxxauppAqZmBf8rm/rU0WfEM78.js", "ssg:https://framerusercontent.com/modules/a2NjH4HHE0xSdWjiC84x/pvPQYJIp3LZK82iL80k4/Z7OTwZxPm.js", "ssg:https://framerusercontent.com/modules/76PdDcRieIIZRz0a5gIn/BFYdGrXFYWM9fYMHwcJs/PGAflfskK.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,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter}from\"framer\";import{auth}from\"https://cdn.framerauth.com/scripts/framerauth-sdk@beta.js\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/docs/guides/auto-sizing\n *\n * @framerSupportedLayoutWidth any-prefer-auto\n * @framerSupportedLayoutHeight auto\n */ const AuthWidget=withCSS(function AuthWidget({links,primaryButton,secondaryButton,avatar,layout,align,store}){var ref,ref1,ref2,ref3,ref4;const router=useRouter();const[menuOpen,setMenuOpen]=useState(false);const{paddingPerSide:primaryButtonPaddingPerSide,paddingTop:primaryButtonPaddingTop,paddingRight:primaryButtonPaddingRight,paddingBottom:primaryButtonPaddingBottom,paddingLeft:primaryButtonPaddingLeft,padding:primaryButtonPadding,borderRadius:primaryButtonBorderRadius,borderObject:primaryButtonBorderObject,shadowObject:primaryButtonShadowObject}=primaryButton;const primaryButtonPaddingValue=primaryButtonPaddingPerSide?`${primaryButtonPaddingTop}px ${primaryButtonPaddingRight}px ${primaryButtonPaddingBottom}px ${primaryButtonPaddingLeft}px`:`${primaryButtonPadding}px ${primaryButtonPadding}px ${primaryButtonPadding}px ${primaryButtonPadding}px`;const primaryButtonShadowStyles=primaryButton.shadowObject?`${primaryButtonShadowObject.shadowX}px ${primaryButtonShadowObject.shadowY}px ${primaryButtonShadowObject.shadowBlur}px ${primaryButtonShadowObject.shadowColor}`:null;const primaryButtonBorderStyles=primaryButton.borderObject?`inset 0 0 0 ${primaryButtonBorderObject.borderWidth}px ${primaryButtonBorderObject.borderColor}`:null;const{paddingPerSide:secondaryButtonPaddingPerSide,paddingTop:secondaryButtonPaddingTop,paddingRight:secondaryButtonPaddingRight,paddingBottom:secondaryButtonPaddingBottom,paddingLeft:secondaryButtonPaddingLeft,padding:secondaryButtonPadding,borderRadius:secondaryButtonBorderRadius,borderObject:secondaryButtonBorderObject,shadowObject:secondaryButtonShadowObject}=secondaryButton;const secondaryButtonPaddingValue=secondaryButtonPaddingPerSide?`${secondaryButtonPaddingTop}px ${secondaryButtonPaddingRight}px ${secondaryButtonPaddingBottom}px ${secondaryButtonPaddingLeft}px`:`${secondaryButtonPadding}px ${secondaryButtonPadding}px ${secondaryButtonPadding}px ${secondaryButtonPadding}px`;// Button Box Shadow Styles\nconst secondaryButtonShadowStyles=secondaryButton.shadowObject?`${secondaryButtonShadowObject.shadowX}px ${secondaryButtonShadowObject.shadowY}px ${secondaryButtonShadowObject.shadowBlur}px ${secondaryButtonShadowObject.shadowColor}`:null;const secondaryButtonBorderStyles=secondaryButton.borderObject?`inset 0 0 0 ${secondaryButtonBorderObject.borderWidth}px ${secondaryButtonBorderObject.borderColor}`:null;const{paddingPerSide:avatarPaddingPerSide,paddingTop:avatarPaddingTop,paddingRight:avatarPaddingRight,paddingBottom:avatarPaddingBottom,paddingLeft:avatarPaddingLeft,padding:avatarPadding,borderRadius:avatarBorderRadius,borderObject:avatarBorderObject,shadowObject:avatarShadowObject}=avatar;const avatarPaddingValue=avatarPaddingPerSide?`${avatarPaddingTop}px ${avatarPaddingRight}px ${avatarPaddingBottom}px ${avatarPaddingLeft}px`:`${avatarPadding}px ${avatarPadding}px ${avatarPadding}px ${avatarPadding}px`;// Button Box Shadow Styles\nconst avatarShadowStyles=avatar.shadowObject?`${avatarShadowObject.shadowX}px ${avatarShadowObject.shadowY}px ${avatarShadowObject.shadowBlur}px ${avatarShadowObject.shadowColor}`:null;const avatarBorderStyles=avatar.borderObject?`inset 0 0 0 ${avatarBorderObject.borderWidth}px ${avatarBorderObject.borderColor}`:null;const toggleMenu=()=>{setMenuOpen(!menuOpen);};const loggedInOrEditor=()=>{return store&&store.isAuthenticated||(window===null||window===void 0?void 0:window[\"Framer\"]);};const loggedOutOrEditor=()=>{return store&&!store.isAuthenticated||(window===null||window===void 0?void 0:window[\"Framer\"]);};const displayLink=link=>{if(link.display===\"none\"){return false;}else if(link.display===\"allways\"||(window===null||window===void 0?void 0:window[\"Framer\"])){return true;}else if(link.display===\"loggedIn\"){return store&&store.isAuthenticated;}else if(link.display===\"loggedOut\"){return store&&!store.isAuthenticated;}};const handleClick=item=>{if(!item)return;const{linkType,link,action}=item;if(linkType===\"link\"){window.location.href=link;}else{if(action===\"signOut\"){auth.signOut(\"/\");}}};function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}const primaryButtonStyle={...buttonStyle,...primaryButton.font,padding:primaryButtonPaddingValue,borderRadius:primaryButtonBorderRadius,background:primaryButton.fill,color:primaryButton.color,boxShadow:dynamicBoxShadow(primaryButtonShadowStyles,primaryButtonBorderStyles)};const secondaryButtonStyle={...buttonStyle,...secondaryButton.font,padding:secondaryButtonPaddingValue,borderRadius:secondaryButtonBorderRadius,background:secondaryButton.fill,color:secondaryButton.color,boxShadow:dynamicBoxShadow(secondaryButtonShadowStyles,secondaryButtonBorderStyles)};return /*#__PURE__*/ _jsxs(\"div\",{style:{...containerStyle,flexDirection:layout===\"vertical\"?\"column\":\"row\"},children:[links.filter(link=>displayLink(link)&&(link.location===\"nav\"||layout===\"vertical\")).map((item,index)=>/*#__PURE__*/ _jsx(\"div\",{style:{height:\"100%\",display:\"flex\",position:\"relative\",alignSelf:align},children:/*#__PURE__*/ _jsx(\"button\",{onClick:()=>handleClick(item),style:item.style===\"primary\"?primaryButtonStyle:secondaryButtonStyle,children:item.label})})),loggedInOrEditor()&&layout===\"horizontal\"&&avatar.display&&/*#__PURE__*/ _jsxs(\"div\",{style:relativeStyle,children:[/*#__PURE__*/ _jsx(\"div\",{children:/*#__PURE__*/ _jsx(\"button\",{type:\"button\",style:avatarWrapperStyle,onClick:toggleMenu,children:/*#__PURE__*/ _jsx(\"div\",{style:{...avatarStyle,...avatar.font,height:`${avatar.size}px`,width:`${avatar.size}px`,borderRadius:avatarBorderRadius,fontWeight:avatar.fontWeight,background:avatar.fill,color:avatar.color,boxShadow:dynamicBoxShadow(avatarShadowStyles,avatarBorderStyles)},children:((ref2=store===null||store===void 0?void 0:(ref=store.user)===null||ref===void 0?void 0:(ref1=ref.first_name)===null||ref1===void 0?void 0:ref1.charAt(0))===null||ref2===void 0?void 0:ref2.toUpperCase())||\"A\"})})}),menuOpen&&/*#__PURE__*/ _jsxs(\"div\",{style:dropdownStyle,onMouseLeave:()=>setMenuOpen(false),children:[/*#__PURE__*/ _jsxs(\"div\",{style:{...menuItemStyle,cursor:\"default\",borderBottom:\"1px solid #F3F4F6\"},children:[/*#__PURE__*/ _jsx(\"div\",{style:{fontSize:\"16px\",fontWeight:\"bold\",marginBottom:\"4px\"},children:store===null||store===void 0?void 0:(ref3=store.user)===null||ref3===void 0?void 0:ref3.first_name}),/*#__PURE__*/ _jsx(\"div\",{children:store===null||store===void 0?void 0:(ref4=store.user)===null||ref4===void 0?void 0:ref4.email})]}),links.filter(link=>link.location===\"menu\").map((item,index)=>/*#__PURE__*/ _jsx(\"a\",{onClick:()=>handleClick(item),style:{...menuItemStyle,textAlign:\"center\"},target:item.newTab?\"_blank\":\"_self\",children:item.label},index))]})]})]});},[]);const containerStyle={display:\"flex\",width:\"100%\",gap:\"12px\",justifyContent:\"center\",alignItems:\"center\"};const relativeStyle={position:\"relative\"};const avatarWrapperStyle={display:\"flex\",border:0,padding:\"0\",backgroundColor:\"transparent\",fontSize:\"16px\",outline:\"none\",cursor:\"pointer\"};const avatarStyle={display:\"flex\",fontSize:\"16px\",justifyContent:\"center\",alignItems:\"center\"};const dropdownStyle={position:\"absolute\",right:\"0\",zIndex:\"999999\",marginTop:\"8px\",minWidth:\"192px\",background:\"#fff\",borderRadius:\"6px\",padding:\"4px\",boxShadow:\"0px 10px 15px rgba(0, 0, 0, 0.1)\",outline:\"none\"};const menuItemStyle={display:\"block\",padding:\"12px 16px\",fontSize:\"13px\",color:\"#4A5568\",textDecoration:\"none\",cursor:\"pointer\"};const buttonStyle={border:0,width:\"100%\",fontSize:\"16px\",cursor:\"pointer\",whiteSpace:\"nowrap\"};const paddingPropertyControls={padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:8,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}};const sizePropertyControls={size:{title:\"Size\",type:ControlType.Number,defaultValue:34}};const buttonPropertycontrols={font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}};const basePropertyControls={links:{title:\"Links\",type:ControlType.Array,control:{type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Button\"},linkType:{type:ControlType.Enum,defaultValue:\"link\",options:[\"link\",\"action\"],optionTitles:[\"Link\",\"Action\"]},link:{title:\"Link\",type:ControlType.Link,hidden:props=>props.linkType!==\"link\"},newTab:{title:\"New Tab\",type:ControlType.Boolean,defaultValue:false,hidden:props=>props.linkType!==\"link\"},action:{type:ControlType.Enum,defaultValue:\"signOut\",options:[\"signOut\"],optionTitles:[\"Sign out\"],hidden:props=>props.linkType!==\"action\"},location:{type:ControlType.Enum,defaultValue:\"nav\",options:[\"nav\",\"menu\"],optionTitles:[\"Navigation\",\"Menu\"]},style:{type:ControlType.Enum,defaultValue:\"secondary\",options:[\"primary\",\"secondary\"],optionTitles:[\"Primary\",\"Secondary\"]},display:{type:ControlType.Enum,defaultValue:\"allways\",options:[\"allways\",\"loggedIn\",\"loggedOut\",\"none\"],optionTitles:[\"Allways\",\"Logged In\",\"Logged Out\",\"None\",]}}}},primaryButton:{title:\"Primary\",type:ControlType.Object,controls:{...buttonPropertycontrols,...paddingPropertyControls}},secondaryButton:{title:\"Secondary\",type:ControlType.Object,controls:{...buttonPropertycontrols,...paddingPropertyControls}},avatar:{title:\"Avatar\",type:ControlType.Object,controls:{...buttonPropertycontrols,...sizePropertyControls,display:{title:\"Display\",type:ControlType.Boolean,defaultValue:true}}},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},align:{title:\"Align\",type:ControlType.Enum,segmentedControlDirection:\"vertical\",options:[\"flex-start\",\"center\",\"flex-end\",\"stretch\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Stretch\"],defaultValue:\"stretch\",hidden:props=>props.layout===\"horizontal\"}};addPropertyControls(AuthWidget,basePropertyControls);AuthWidget.defaultProps={layout:\"vertical\",avatar:{fill:\"#7421FC\"},links:[{label:\"Sign In\",location:\"nav\",linkType:\"link\",link:\"\",newTab:false,display:\"loggedOut\"},{label:\"Sign Up\",location:\"nav\",linkType:\"link\",link:\"\",newTab:false,display:\"loggedOut\"},{label:\"Sign out\",location:\"menu\",linkType:\"action\",link:\"\",action:\"signOut\",newTab:true,display:\"loggedIn\"},]};export default AuthWidget;export{basePropertyControls};\nexport const __FramerMetadata__ = {\"exports\":{\"basePropertyControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"AuthWidget\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AuthWidget.map", "import e,{useState as r,useEffect as t,useMemo as n,useRef as o}from\"react\";var u,s={exports:{}},i={};s.exports=function(){if(u)return i;u=1;var r=e,t=Symbol.for(\"react.element\"),n=Symbol.for(\"react.fragment\"),o=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,r,n){var u,i={},l=null,f=null;for(u in void 0!==n&&(l=\"\"+n),void 0!==r.key&&(l=\"\"+r.key),void 0!==r.ref&&(f=r.ref),r)o.call(r,u)&&!c.hasOwnProperty(u)&&(i[u]=r[u]);if(e&&e.defaultProps)for(u in r=e.defaultProps)void 0===i[u]&&(i[u]=r[u]);return{$$typeof:t,type:e,key:l,ref:f,props:i,_owner:s.current}}return i.Fragment=n,i.jsx=l,i.jsxs=l,i}();var c=s.exports;const l=window?.FramerAuth?window.FramerAuth:null,f=e=>{if(l){const[n,o]=r(l.getStoreState());return t((()=>{const r=l.subscribe((e=>{o(e)}),e);return()=>{r()}}),[e]),{store:n,setStore:l.setStoreState,getCurrentStore:l.getStoreState}}{const e={user:null,isAuthenticated:!1,isLoaded:!1};return{store:e,setStore:()=>{},getCurrentStore:()=>e}}},a=()=>\"undefined\"!=typeof window&&window.FramerAuth;function S(e){return r=>{const{store:t,setStore:n,getCurrentStore:o}=f();if(!t.user)return null;const u=t.user.first_name||\"\",s=t.user.last_name||\"\",i=s?`${u} ${s}`:u;return c.jsx(e,{...r,text:i})}}function d(e){return r=>{const{store:t}=f([\"user\"]),o=n((()=>t.user&&t.isAuthenticated?t:{...t,user:null,isAuthenticated:!1}),[t]);return c.jsx(e,{...r,store:o})}}function x(e){return r=>{const{store:t,setStore:n,getCurrentStore:o}=f();return c.jsx(e,{...r,store:t})}}function _(e){const r=()=>{a()&&window.FramerAuth.signOut(\"/\")};return t=>{const{store:n,setStore:o,getCurrentStore:u}=f();return n.user?c.jsx(e,{...t,onClick:r}):null}}function p(e){return r=>{const{store:t,setStore:n,getCurrentStore:o}=f();return t.user?c.jsx(e,{...r,text:t.user.email}):null}}function y(e){return r=>{const{store:t,setStore:n,getCurrentStore:o}=f();return t.user?c.jsx(e,{...r,text:t.user.first_name}):null}}function m(e){return r=>{const{store:u,setStore:s,getCurrentStore:i}=f(),l=o(null),a=n((()=>!!u.user&&u.isAuthenticated),[u.user]);t((()=>{l.current&&(l.current.style.display=a?\"\":\"none\")}),[l.current,a]);return n((()=>!0!==a?c.jsx(\"div\",{ref:l}):c.jsx(e,{ref:l,...r})),[r,a,void 0])}}function g(e){return r=>{const{store:u,setStore:s,getCurrentStore:i}=f(),l=o(null),a=n((()=>!!u.user&&u.isAuthenticated),[u.user]);t((()=>{l.current&&(l.current.style.display=a?\"none\":\"\")}),[l.current,a]);return n((()=>!1!==a?c.jsx(\"div\",{ref:l}):c.jsx(e,{ref:l,...r})),[r,a,void 0])}}export{f as useStore,d as withAuth,p as withEmail,y as withFirstName,S as withFullName,m as withLoggedIn,g as withLoggedOut,_ as withSignOut,x as withStore};\n", "import t,{useState as r,useEffect as e}from\"react\";var n,s={exports:{}},o={};s.exports=function(){if(n)return o;n=1;var r=t,e=Symbol.for(\"react.element\"),s=Symbol.for(\"react.fragment\"),u=Object.prototype.hasOwnProperty,a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function c(t,r,n){var s,o={},c=null,l=null;for(s in void 0!==n&&(c=\"\"+n),void 0!==r.key&&(c=\"\"+r.key),void 0!==r.ref&&(l=r.ref),r)u.call(r,s)&&!i.hasOwnProperty(s)&&(o[s]=r[s]);if(t&&t.defaultProps)for(s in r=t.defaultProps)void 0===o[s]&&(o[s]=r[s]);return{$$typeof:e,type:t,key:c,ref:l,props:o,_owner:a.current}}return o.Fragment=s,o.jsx=c,o.jsxs=c,o}();var u=s.exports;const a=window?.FramerAuth?window.FramerAuth:null,i=t=>{if(a){const[n,s]=r(a.getStoreState());return e((()=>{const r=a.subscribe((t=>{s(t)}),t);return()=>{r()}}),[t]),{store:n,setStore:a.setStoreState,getCurrentStore:a.getStoreState}}{const t={user:null,isAuthenticated:!1,isLoaded:!1};return{store:t,setStore:()=>{},getCurrentStore:()=>t}}};function c(t){return r=>{const{store:e}=i(),n=e.user?.licenses.some((t=>\"active\"===t.status));return n?u.jsx(t,{...r}):null}}function l(t){return r=>{const{store:e}=i(),n=e.user?.licenses.some((t=>\"active\"===t.status));return n?null:u.jsx(t,{...r})}}function f(t){return r=>{const{store:e}=i(),n=e.user?null:r?.variant;return u.jsx(t,{...r,variant:n})}}function v(t){return r=>{const{store:e}=i(),n=r?.productVariantId,s=e.user?.licenses.some((t=>{if(!n)return\"active\"===t.status;return n.split(\",\").map((t=>t.trim())).includes(t.variant_id)&&\"active\"===t.status})),o=s?null:r?.variant;return u.jsx(t,{...r,variant:o})}}function _(t,r){return e=>{const{store:n}=i(),s=n.user?.licenses.some((t=>t.variant_id===r&&\"active\"===t.status));return s?u.jsx(t,{...e}):null}}function d(t,r){return e=>{const{store:n}=i(),s=n.user?.licenses.some((t=>r.includes(t.variant_id)&&\"active\"===t.status));return s?u.jsx(t,{...e}):null}}function p(t,r){return e=>{const{store:n}=i(),s=e?.[r]&&n.user?.licenses.some((t=>t.variant_id===e[r]&&\"active\"===t.status))?null:e?.variant;return u.jsx(t,{...e,variant:s})}}export{c as withActiveLicense,l as withNoActiveLicense,_ as withPlan,d as withSomePlan,f as withVariant,v as withVariantActiveLicense,p as withVariantPlan};\n", "import r,{useState as t,useEffect as e,useMemo as n,useRef as o}from\"react\";import{useRouter as a,RenderTarget as s,inferInitialRouteFromPath as u}from\"framer\";var i,d={exports:{}},l={};d.exports=function(){if(i)return l;i=1;var t=r,e=Symbol.for(\"react.element\"),n=Symbol.for(\"react.fragment\"),o=Object.prototype.hasOwnProperty,a=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function u(r,t,n){var u,i={},d=null,l=null;for(u in void 0!==n&&(d=\"\"+n),void 0!==t.key&&(d=\"\"+t.key),void 0!==t.ref&&(l=t.ref),t)o.call(t,u)&&!s.hasOwnProperty(u)&&(i[u]=t[u]);if(r&&r.defaultProps)for(u in t=r.defaultProps)void 0===i[u]&&(i[u]=t[u]);return{$$typeof:e,type:r,key:d,ref:l,props:i,_owner:a.current}}return l.Fragment=n,l.jsx=u,l.jsxs=u,l}();var c=d.exports;const f=window?.FramerAuth?window.FramerAuth:null,p=r=>{if(f){const[n,o]=t(f.getStoreState());return e((()=>{const t=f.subscribe((r=>{o(r)}),r);return()=>{t()}}),[r]),{store:n,setStore:f.setStoreState,getCurrentStore:f.getStoreState}}{const r={user:null,isAuthenticated:!1,isLoaded:!1};return{store:r,setStore:()=>{},getCurrentStore:()=>r}}},w=()=>\"undefined\"!=typeof window&&window.FramerAuth;function S(r,t,e=!0){return o=>{const{store:a,setStore:s,getCurrentStore:u}=p([\"user.data\"]),i=n((()=>{if(!a.user?.data)return!1;return!0===Object.entries(a.user.data).some((([r,n])=>r.startsWith(`${t}:`)&&n===e))}),[a.user?.data])?null:\"Empty State\";return c.jsx(r,{...o,variant:i})}}function v(r,t,a=!0){return s=>{const{store:u,setStore:i,getCurrentStore:d}=p([`user.data.${t}:${s?.slug}`]),l=o(null),f=n((()=>`${t}:${s?.slug}`),[s]),w=n((()=>!!g()||!(!f||!u?.user?.data)&&u?.user?.data?.[f]===a),[u,f]);e((()=>{if(l.current){const r=l.current.parentElement;if(!r)return;r.style.display=w?\"\":\"none\"}}),[l.current,w]);return n((()=>!0!==w?c.jsx(\"div\",{ref:l}):c.jsx(r,{ref:l,...s})),[s,w,void 0])}}function y(r,t,e=!0){return o=>{const s=a(),{store:i,setStore:d,getCurrentStore:l}=p([`user.data.${t}:${o?.slug}`]),f=n((()=>`${t}:${o?.slug}`),[o]),S=n((()=>void 0!==i?.user?.data&&i?.user?.data?.[f]===e),[i?.user?.data?.[f],f]),v=n((()=>S?o?.variant:void 0),[S,o?.variant]);return i.user?c.jsx(r,{...o,variant:v,onClick:async r=>{try{if(!w())throw new Error(\"FramerAuth library not found.\");if(!0===S){window.FramerAuth.patchUserData({[f]:null}).then((({data:r,error:e})=>{if(e)throw console.log(e),new Error(`Error updating ${t} status.`)}));const r=l(),e=void 0===r?.user?.data?{}:{...r.user.data,[f]:null},n={...r.user,data:e};d({user:n},[`user.data.${f}`])}else{window.FramerAuth.patchUserData({[f]:e}).then((({data:r,error:e})=>{if(e)throw console.log(e),new Error(`Error updating ${t} status.`)}));const r=l(),n=void 0===r?.user?.data?{}:{...r.user.data,[f]:e},a={...r.user,data:n};if(d({user:a},[`user.data.${f}`]),o?.link){const[r,t]=o.link.split(\"#\"),{routeId:e,pathVariables:n}=u(s.routes,r);e&&s.navigate(e,t,n)}}}catch(r){console.error(r)}}}):null}}function g(){return s.current()===s.canvas}function h(){return s.current()===s.preview}function m(r){return t=>{const{style:e,...n}=t;return c.jsx(r,{...n,style:{...e,gridAutoRows:\"auto\"}})}}export{g as isCanvas,h as isPreview,m as withDynamicGridHeight,v as withIsTagged,S as withTags,y as withToggleTag};\n", "/*\n***************************\n**       FramerAuth      **\n***************************\nModifying the core functionality (core, store or extension overrides) will void your support\nPlease add custom overrides at the end of the file.\n*/// @ts-ignore\nimport*as faCore from\"https://cdn.framerauth.com/packages/overrides/core/live/latest/core.js\";// @ts-ignore\nimport*as faStore from\"https://cdn.framerauth.com/packages/overrides/store/live/latest/store.js\";// @ts-ignore\nimport*as faExtensions from\"https://cdn.framerauth.com/packages/overrides/extensions/live/latest/extensions.js\";/*\n ***************************\n **     Core overrides    **\n ***************************\n */export function withFullName(Component){return faCore.withFullName(Component);}export function withAuth(Component){return faCore.withAuth(Component);}export function withStore(Component){return faCore.withStore(Component);}export function withSignOut(Component){return faCore.withSignOut(Component);}export function withEmail(Component){return faCore.withEmail(Component);}export function withFirstName(Component){return faCore.withFirstName(Component);}export function withLoggedIn(Component){return faCore.withLoggedIn(Component);}export function withLoggedOut(Component){return faCore.withLoggedOut(Component);}/*\n ***************************\n **    Store overrides    **\n ***************************\n */export function withActiveLicense(Component){return faStore.withActiveLicense(Component);}export function withNoActiveLicense(Component){return faStore.withNoActiveLicense(Component);}export function withVariant(Component){return faStore.withVariant(Component);}export function withVariantActiveLicense(Component){return faStore.withVariantActiveLicense(Component);}/*\n ***************************\n **  Extension overrides  **\n ***************************\n */export function withDynamicGridHeight(Component){return faExtensions.withDynamicGridHeight(Component);}/*\n ***************************\n **    Legacy overrides   **\n ***************************\n */export function withIsLessonComplete(Component){return faExtensions.withIsTagged(Component,\"course:status\",\"completed\");}export function withActionCompleteLesson(Component){return faExtensions.withToggleTag(Component,\"course:status\",\"completed\");}/*\n***********************************************************\n** FramerAuth -- Make your own CUSTOM withPlan overrides **\n***********************************************************\nTo make your own overrides for withPlan, follow these 3 steps:\n1. Copy the override below and change the override name \"withPlanStandard\" to something else (e.g. withPlanPremium).\n2. Change the licenseId field inside your new override to the license ID you want to use.\n3. Start using your new override on your site. Make sure the override code is updated on your site.\n*/export function withPlanStandard(Component){// Enter your own LemonSqueezy Product Variant ID here\nconst licenseId=\"123456\"// <-- Your LemonSqueezy Product Variant ID for this override goes here (example)\n;return faStore.withPlan(Component,licenseId);}// copy until here\n/*\n**************************************************************\n** FramerAuth -- Make your own CUSTOM bookmarking overrides **\n**************************************************************\nTo make your own overrides for bookmarking, follow these 4 steps:\n1. Copy the override below and change the override name \"withComponentBookmarkBlog\" to something else (e.g. withComponentBookmarkLesson).\n2. Change the prefix field inside your new override (e.g. \"bookmark:lesson\")\n3. Repeat steps 1 & 2 for withToggleBookmarkBlog & withToggleBookmarkLesson\n3. Start using your new override on your site. Make sure the override code is updated on your site.\n*/export function withComponentBookmarkBlog(Component){const prefix=\"bookmark:blog\"// <--- Your custom prefix for this override goes here (example)\n;return faExtensions.withTags(Component,prefix);}export function withIsBookmarkedBlog(Component){const prefix=\"bookmark:blog\"// <--- Your custom prefix for this override goes here (example)\n;return faExtensions.withIsTagged(Component,prefix);}export function withToggleBookmarkBlog(Component){const prefix=\"bookmark:blog\"// <--- Your custom prefix for this override goes here (example)\n;return faExtensions.withToggleTag(Component,prefix);}\nexport const __FramerMetadata__ = {\"exports\":{\"withLoggedIn\":{\"type\":\"reactHoc\",\"name\":\"withLoggedIn\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withDynamicGridHeight\":{\"type\":\"reactHoc\",\"name\":\"withDynamicGridHeight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withStore\":{\"type\":\"reactHoc\",\"name\":\"withStore\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLoggedOut\":{\"type\":\"reactHoc\",\"name\":\"withLoggedOut\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withActiveLicense\":{\"type\":\"reactHoc\",\"name\":\"withActiveLicense\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withVariant\":{\"type\":\"reactHoc\",\"name\":\"withVariant\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPlanStandard\":{\"type\":\"reactHoc\",\"name\":\"withPlanStandard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withVariantActiveLicense\":{\"type\":\"reactHoc\",\"name\":\"withVariantActiveLicense\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withEmail\":{\"type\":\"reactHoc\",\"name\":\"withEmail\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleBookmarkBlog\":{\"type\":\"reactHoc\",\"name\":\"withToggleBookmarkBlog\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withAuth\":{\"type\":\"reactHoc\",\"name\":\"withAuth\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withIsBookmarkedBlog\":{\"type\":\"reactHoc\",\"name\":\"withIsBookmarkedBlog\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withNoActiveLicense\":{\"type\":\"reactHoc\",\"name\":\"withNoActiveLicense\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withFirstName\":{\"type\":\"reactHoc\",\"name\":\"withFirstName\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withActionCompleteLesson\":{\"type\":\"reactHoc\",\"name\":\"withActionCompleteLesson\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withComponentBookmarkBlog\":{\"type\":\"reactHoc\",\"name\":\"withComponentBookmarkBlog\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withFullName\":{\"type\":\"reactHoc\",\"name\":\"withFullName\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSignOut\":{\"type\":\"reactHoc\",\"name\":\"withSignOut\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withIsLessonComplete\":{\"type\":\"reactHoc\",\"name\":\"withIsLessonComplete\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Framer_Auth.map", "// Generated by Framer (cf240c2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{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://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-XeyMN .framer-styles-preset-1z0ndfp:not(.rich-text-wrapper), .framer-XeyMN .framer-styles-preset-1z0ndfp.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, #616161); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-XeyMN .framer-styles-preset-1z0ndfp:not(.rich-text-wrapper), .framer-XeyMN .framer-styles-preset-1z0ndfp.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, #616161); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-XeyMN .framer-styles-preset-1z0ndfp:not(.rich-text-wrapper), .framer-XeyMN .framer-styles-preset-1z0ndfp.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, #616161); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-XeyMN\";\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\"}}}", "// Generated by Framer (83b8097)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AuthWidget from\"https://framerusercontent.com/modules/kLio2AG8y3mSwYlZOhPf/Tjt98LdtVMADeoiv7pwl/AuthWidget.js\";import{withAuth}from\"https://framerusercontent.com/modules/RhBPMpxKpDcGI7qcmH0q/Z25BCvNM75AgtkquAkk6/Framer_Auth.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/PKZgrhiAVapELlhOsSvo/Pcv6UicsaQSApYoiX6vz/E1cOhDeWY.js\";const AuthWidgetFonts=getFonts(AuthWidget);const AuthWidgetWithAuth=withAuth(AuthWidget);const enabledGestures={zyM6oB2xq:{hover:true,pressed:true}};const serializationHash=\"framer-G699I\";const variantClassNames={zyM6oB2xq:\"framer-v-12fs3pz\"};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 transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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.create(React.Fragment);const getProps=({height,id,title,width,...props})=>{var _ref;return{...props,UCyL9H6YE:(_ref=title!==null&&title!==void 0?title:props.UCyL9H6YE)!==null&&_ref!==void 0?_ref:\"Sign out\"};};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,UCyL9H6YE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"zyM6oB2xq\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12fs3pz\",className,classNames),\"data-framer-name\":\"Sign out\",layoutDependency:layoutDependency,layoutId:\"zyM6oB2xq\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-dbc41bbd-1801-41f6-8506-0745dca50daf, rgb(232, 232, 232))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"zyM6oB2xq-hover\":{backgroundColor:\"var(--token-cc972032-58a3-493f-9d18-2e3ff3ffc0e6, rgb(209, 209, 209))\"},\"zyM6oB2xq-pressed\":{backgroundColor:\"var(--token-cc972032-58a3-493f-9d18-2e3ff3ffc0e6, rgb(209, 209, 209))\"}},...addPropertyOverrides({\"zyM6oB2xq-hover\":{\"data-framer-name\":undefined},\"zyM6oB2xq-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rp8zk5-container\",layoutDependency:layoutDependency,layoutId:\"RxdiYkEdO-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(AuthWidgetWithAuth,{align:\"stretch\",avatar:{borderRadius:32,color:\"var(--token-54407644-9c28-463e-bcdc-a4899e5bd91b, rgb(255, 90, 31))\",display:true,fill:\"var(--token-4ea9649a-ebe4-40dd-937a-4ecd733b1da9, rgb(255, 225, 214))\",font:{fontFamily:'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},size:40},height:\"100%\",id:\"RxdiYkEdO\",layout:\"vertical\",layoutId:\"RxdiYkEdO\",links:[{action:\"signOut\",display:\"loggedIn\",label:\"Sign Out\",link:resolvedLinks[0],linkType:\"action\",location:\"nav\",newTab:false,style:\"primary\"}],primaryButton:{borderRadius:5,color:\"rgba(255, 255, 255, 0)\",fill:\"rgba(0, 112, 204, 0)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.1em\"},padding:9,paddingBottom:9,paddingLeft:9,paddingPerSide:false,paddingRight:9,paddingTop:9},secondaryButton:{borderObject:{borderColor:\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgb(33, 33, 33))\",borderWidth:1},borderRadius:10,color:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(13, 13, 13))\",fill:\"var(--token-5a4774fe-2cf6-474c-bc43-61e46252e746, rgb(255, 255, 255))\",font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.4em\"},padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"zyM6oB2xq-hover\":{links:[{action:\"signOut\",display:\"loggedIn\",label:\"Sign Out\",link:resolvedLinks[1],linkType:\"action\",location:\"nav\",newTab:false,style:\"primary\"}]},\"zyM6oB2xq-pressed\":{links:[{action:\"signOut\",display:\"loggedIn\",label:\"Sign Out\",link:resolvedLinks[2],linkType:\"action\",location:\"nav\",newTab:false,style:\"primary\"}]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-k9ymfw\",\"data-framer-name\":\"Sign in/out\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"lvWsdalR3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 16.279 3.838 C 14.676 2.262 12.46 1.286 10.012 1.286 C 7.564 1.286 5.349 2.262 3.745 3.838 C 2.142 5.415 1.15 7.592 1.15 9.997 C 1.15 14.808 5.117 18.709 10.012 18.709 C 12.46 18.709 14.676 17.733 16.279 16.156 C 17.883 14.58 18.875 12.403 18.875 9.997 C 18.875 7.592 17.883 5.415 16.279 3.838 Z M 12.86 10.681 L 8.844 10.681 L 11.133 12.931 C 11.404 13.197 11.404 13.631 11.133 13.897 C 11.003 14.026 10.826 14.098 10.641 14.098 C 10.457 14.098 10.28 14.026 10.15 13.897 L 6.673 10.481 C 6.402 10.214 6.402 9.781 6.673 9.514 L 10.15 6.097 C 10.421 5.831 10.862 5.831 11.133 6.097 C 11.404 6.364 11.404 6.797 11.133 7.064 L 8.844 9.314 L 12.86 9.314 C 13.244 9.314 13.556 9.62 13.556 9.997 C 13.556 10.375 13.244 10.681 12.86 10.681 Z\" fill=\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\"></path><path d=\"M 10.012 18.709 C 5.125 18.709 1.15 14.802 1.15 9.998 C 1.15 5.195 5.125 1.286 10.012 1.286 C 14.899 1.286 18.875 5.194 18.875 9.997 C 18.875 14.801 14.899 18.709 10.012 18.709 Z M 10.012 2.555 C 5.837 2.555 2.44 5.894 2.44 9.997 C 2.44 14.101 5.837 17.441 10.012 17.441 C 14.187 17.441 17.585 14.102 17.585 9.997 C 17.585 5.893 14.188 2.555 10.012 2.555 Z\" fill=\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\" opacity=\"0\"></path><path d=\"M 12.86 9.314 L 8.844 9.314 L 11.133 7.064 C 11.404 6.797 11.404 6.364 11.133 6.097 C 10.862 5.831 10.421 5.831 10.15 6.097 L 6.674 9.514 C 6.403 9.78 6.403 10.214 6.674 10.48 L 10.15 13.897 C 10.421 14.163 10.862 14.163 11.133 13.897 C 11.404 13.63 11.404 13.197 11.133 12.93 L 8.844 10.68 L 12.86 10.68 C 13.244 10.68 13.556 10.374 13.556 9.997 C 13.556 9.619 13.244 9.313 12.86 9.313 Z\" fill=\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\" opacity=\"0\"></path></svg>',svgContentId:12446450028,withExternalLayout:true,...addPropertyOverrides({\"zyM6oB2xq-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 16.279 3.838 C 14.676 2.262 12.46 1.286 10.012 1.286 C 7.564 1.286 5.349 2.262 3.745 3.838 C 2.142 5.415 1.15 7.592 1.15 9.997 C 1.15 14.808 5.117 18.709 10.012 18.709 C 12.46 18.709 14.676 17.733 16.279 16.156 C 17.883 14.58 18.875 12.403 18.875 9.997 C 18.875 7.592 17.883 5.415 16.279 3.838 Z M 12.86 10.681 L 8.844 10.681 L 11.133 12.931 C 11.404 13.197 11.404 13.631 11.133 13.897 C 11.003 14.026 10.826 14.098 10.641 14.098 C 10.457 14.098 10.28 14.026 10.15 13.897 L 6.673 10.481 C 6.402 10.214 6.402 9.781 6.673 9.514 L 10.15 6.097 C 10.421 5.831 10.862 5.831 11.133 6.097 C 11.404 6.364 11.404 6.797 11.133 7.064 L 8.844 9.314 L 12.86 9.314 C 13.244 9.314 13.556 9.62 13.556 9.997 C 13.556 10.375 13.244 10.681 12.86 10.681 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path><path d=\"M 10.012 18.709 C 5.125 18.709 1.15 14.802 1.15 9.998 C 1.15 5.195 5.125 1.286 10.012 1.286 C 14.899 1.286 18.875 5.194 18.875 9.997 C 18.875 14.801 14.899 18.709 10.012 18.709 Z M 10.012 2.555 C 5.837 2.555 2.44 5.894 2.44 9.997 C 2.44 14.101 5.837 17.441 10.012 17.441 C 14.187 17.441 17.585 14.102 17.585 9.997 C 17.585 5.893 14.188 2.555 10.012 2.555 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path><path d=\"M 12.86 9.314 L 8.844 9.314 L 11.133 7.064 C 11.404 6.797 11.404 6.364 11.133 6.097 C 10.862 5.831 10.421 5.831 10.15 6.097 L 6.674 9.514 C 6.403 9.78 6.403 10.214 6.674 10.48 L 10.15 13.897 C 10.421 14.163 10.862 14.163 11.133 13.897 C 11.404 13.63 11.404 13.197 11.133 12.93 L 8.844 10.68 L 12.86 10.68 C 13.244 10.68 13.556 10.374 13.556 9.997 C 13.556 9.619 13.244 9.313 12.86 9.313 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path></svg>',svgContentId:10676645923},\"zyM6oB2xq-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 16.279 3.838 C 14.676 2.262 12.46 1.286 10.012 1.286 C 7.564 1.286 5.349 2.262 3.745 3.838 C 2.142 5.415 1.15 7.592 1.15 9.997 C 1.15 14.808 5.117 18.709 10.012 18.709 C 12.46 18.709 14.676 17.733 16.279 16.156 C 17.883 14.58 18.875 12.403 18.875 9.997 C 18.875 7.592 17.883 5.415 16.279 3.838 Z M 12.86 10.681 L 8.844 10.681 L 11.133 12.931 C 11.404 13.197 11.404 13.631 11.133 13.897 C 11.003 14.026 10.826 14.098 10.641 14.098 C 10.457 14.098 10.28 14.026 10.15 13.897 L 6.673 10.481 C 6.402 10.214 6.402 9.781 6.673 9.514 L 10.15 6.097 C 10.421 5.831 10.862 5.831 11.133 6.097 C 11.404 6.364 11.404 6.797 11.133 7.064 L 8.844 9.314 L 12.86 9.314 C 13.244 9.314 13.556 9.62 13.556 9.997 C 13.556 10.375 13.244 10.681 12.86 10.681 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path><path d=\"M 10.012 18.709 C 5.125 18.709 1.15 14.802 1.15 9.998 C 1.15 5.195 5.125 1.286 10.012 1.286 C 14.899 1.286 18.875 5.194 18.875 9.997 C 18.875 14.801 14.899 18.709 10.012 18.709 Z M 10.012 2.555 C 5.837 2.555 2.44 5.894 2.44 9.997 C 2.44 14.101 5.837 17.441 10.012 17.441 C 14.187 17.441 17.585 14.102 17.585 9.997 C 17.585 5.893 14.188 2.555 10.012 2.555 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path><path d=\"M 12.86 9.314 L 8.844 9.314 L 11.133 7.064 C 11.404 6.797 11.404 6.364 11.133 6.097 C 10.862 5.831 10.421 5.831 10.15 6.097 L 6.674 9.514 C 6.403 9.78 6.403 10.214 6.674 10.48 L 10.15 13.897 C 10.421 14.163 10.862 14.163 11.133 13.897 C 11.404 13.63 11.404 13.197 11.133 12.93 L 8.844 10.68 L 12.86 10.68 C 13.244 10.68 13.556 10.374 13.556 9.997 C 13.556 9.619 13.244 9.313 12.86 9.313 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path></svg>',svgContentId:10676645923}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0ndfp\",\"data-styles-preset\":\"E1cOhDeWY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97)))\"},children:\"Sign out\"})}),className:\"framer-cusd5n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fKkylSvuk\",style:{\"--extracted-r6o4lv\":\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:UCyL9H6YE,variants:{\"zyM6oB2xq-hover\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},\"zyM6oB2xq-pressed\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"zyM6oB2xq-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0ndfp\",\"data-styles-preset\":\"E1cOhDeWY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Sign out\"})})},\"zyM6oB2xq-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0ndfp\",\"data-styles-preset\":\"E1cOhDeWY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Sign out\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G699I.framer-114aoml, .framer-G699I .framer-114aoml { display: block; }\",\".framer-G699I.framer-12fs3pz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 35px; justify-content: flex-start; overflow: visible; padding: 7px; position: relative; width: 133px; }\",\".framer-G699I .framer-rp8zk5-container { flex: none; height: auto; left: 50%; position: absolute; top: 51%; width: 100%; z-index: 1; }\",\".framer-G699I .framer-k9ymfw { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-G699I .framer-cusd5n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G699I.framer-12fs3pz { gap: 0px; } .framer-G699I.framer-12fs3pz > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-G699I.framer-12fs3pz > :first-child { margin-left: 0px; } .framer-G699I.framer-12fs3pz > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 133\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VgQ2Wik1l\":{\"layout\":[\"fixed\",\"fixed\"]},\"YPnAD_Rua\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"UCyL9H6YE\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTcciRsbZV=withCSS(Component,css,\"framer-G699I\");export default FramerTcciRsbZV;FramerTcciRsbZV.displayName=\"Element/Sign out\";FramerTcciRsbZV.defaultProps={height:35,width:133};addPropertyControls(FramerTcciRsbZV,{UCyL9H6YE:{defaultValue:\"Sign out\",description:\"Click here to edit the Title.\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerTcciRsbZV,[{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://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.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://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.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://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.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://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.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://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"}]},...AuthWidgetFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTcciRsbZV\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"35\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"133\",\"framerVariables\":\"{\\\"UCyL9H6YE\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VgQ2Wik1l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YPnAD_Rua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TcciRsbZV.map", "// Generated by Framer (64bc75b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{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://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-cdsV9 .framer-styles-preset-piej36:not(.rich-text-wrapper), .framer-cdsV9 .framer-styles-preset-piej36.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, #858585); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-cdsV9 .framer-styles-preset-piej36:not(.rich-text-wrapper), .framer-cdsV9 .framer-styles-preset-piej36.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, #858585); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-cdsV9 .framer-styles-preset-piej36:not(.rich-text-wrapper), .framer-cdsV9 .framer-styles-preset-piej36.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, #858585); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-cdsV9\";\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\"}}}", "// Generated by Framer (e4e7123)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Search from\"https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/HPzg2Uk7mwtBmDzvGbWF/Search.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/PKZgrhiAVapELlhOsSvo/Pcv6UicsaQSApYoiX6vz/E1cOhDeWY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hGRWGXHApMlG8gHF1twJ/bPhdve2jdccDGy2DhMgH/kzFJG5mqZ.js\";const SearchFonts=getFonts(Search);const enabledGestures={QdzAW0Wwc:{hover:true,pressed:true},uN02iaT5K:{hover:true}};const cycleOrder=[\"QdzAW0Wwc\",\"uN02iaT5K\",\"B0RbgqodQ\"];const serializationHash=\"framer-hJERZ\";const variantClassNames={B0RbgqodQ:\"framer-v-6wsxz2\",QdzAW0Wwc:\"framer-v-f9gfyz\",uN02iaT5K:\"framer-v-z71xrx\"};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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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.create(React.Fragment);const humanReadableVariantMap={\"Desktop 2\":\"uN02iaT5K\",Desktop:\"QdzAW0Wwc\",Mobile:\"B0RbgqodQ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"QdzAW0Wwc\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QdzAW0Wwc\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"B0RbgqodQ\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();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,...gestureHandlers,\"aria-label\":\"Search\",className:cx(serializationHash,...sharedStyleClassNames,\"framer-f9gfyz\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"QdzAW0Wwc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-256edee8-c06d-41c1-9e71-ac9d0d0f981b, rgb(224, 224, 224))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-dbc41bbd-1801-41f6-8506-0745dca50daf, rgb(232, 230, 230))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"uN02iaT5K-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},B0RbgqodQ:{\"--border-color\":\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgba(224, 224, 224, 0.63))\",backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(245, 245, 245))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},uN02iaT5K:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-5a4774fe-2cf6-474c-bc43-61e46252e746, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"QdzAW0Wwc-hover\":{\"data-framer-name\":undefined},\"QdzAW0Wwc-pressed\":{\"data-framer-name\":undefined},\"uN02iaT5K-hover\":{\"data-framer-name\":undefined},B0RbgqodQ:{\"data-framer-name\":\"Mobile\"},uN02iaT5K:{\"data-framer-name\":\"Desktop 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-x50a5g\",\"data-framer-name\":\"Search\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CjwadTmrB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 15\"><path d=\"M 14.015 13.201 L 11.654 10.863 C 12.372 10.03 12.863 9.002 13.034 7.873 C 13.104 7.517 13.141 7.149 13.141 6.772 C 13.141 3.565 10.495 0.964 7.231 0.964 C 7.192 0.964 7.152 0.965 7.113 0.965 C 3.637 0.893 0.792 3.685 0.861 7.101 C 0.925 10.287 3.546 12.894 6.786 12.994 C 8.376 13.043 9.837 12.492 10.953 11.555 L 13.31 13.888 C 13.503 14.079 13.817 14.081 14.012 13.891 C 14.206 13.701 14.208 13.392 14.015 13.201 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path><path d=\"M 13.31 13.889 L 10.953 11.556 C 9.837 12.493 8.376 13.044 6.786 12.995 C 3.546 12.896 0.925 10.288 0.861 7.102 C 0.791 3.633 3.723 0.808 7.272 0.971 C 10.441 1.115 12.993 3.66 13.099 6.777 C 13.152 8.335 12.598 9.767 11.654 10.864 L 14.015 13.202 C 14.208 13.393 14.207 13.703 14.012 13.892 C 13.818 14.082 13.503 14.081 13.31 13.89 Z M 7.222 1.946 C 4.205 1.809 1.72 4.251 1.859 7.217 C 1.98 9.803 4.11 11.897 6.741 12.015 C 9.758 12.151 12.243 9.71 12.104 6.744 C 11.984 4.158 9.853 2.064 7.223 1.945 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path></svg>',svgContentId:9652410584,withExternalLayout:true,...addPropertyOverrides({\"QdzAW0Wwc-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 15\"><path d=\"M 14.015 13.201 L 11.654 10.863 C 12.372 10.03 12.863 9.002 13.034 7.873 C 13.104 7.517 13.141 7.149 13.141 6.772 C 13.141 3.565 10.495 0.964 7.231 0.964 C 7.192 0.964 7.152 0.965 7.113 0.965 C 3.637 0.893 0.792 3.685 0.861 7.101 C 0.925 10.287 3.546 12.894 6.786 12.994 C 8.376 13.043 9.837 12.492 10.953 11.555 L 13.31 13.888 C 13.503 14.079 13.817 14.081 14.012 13.891 C 14.206 13.701 14.208 13.392 14.015 13.201 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path><path d=\"M 13.31 13.889 L 10.953 11.556 C 9.837 12.493 8.376 13.044 6.786 12.995 C 3.546 12.896 0.925 10.288 0.861 7.102 C 0.791 3.633 3.723 0.808 7.272 0.971 C 10.441 1.115 12.993 3.66 13.099 6.777 C 13.152 8.335 12.598 9.767 11.654 10.864 L 14.015 13.202 C 14.208 13.393 14.207 13.703 14.012 13.892 C 13.818 14.082 13.503 14.081 13.31 13.89 Z M 7.222 1.946 C 4.205 1.809 1.72 4.251 1.859 7.217 C 1.98 9.803 4.11 11.897 6.741 12.015 C 9.758 12.151 12.243 9.71 12.104 6.744 C 11.984 4.158 9.853 2.064 7.223 1.945 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path></svg>',svgContentId:9067678932},\"QdzAW0Wwc-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 15\"><path d=\"M 14.015 13.201 L 11.654 10.863 C 12.372 10.03 12.863 9.002 13.034 7.873 C 13.104 7.517 13.141 7.149 13.141 6.772 C 13.141 3.565 10.495 0.964 7.231 0.964 C 7.192 0.964 7.152 0.965 7.113 0.965 C 3.637 0.893 0.792 3.685 0.861 7.101 C 0.925 10.287 3.546 12.894 6.786 12.994 C 8.376 13.043 9.837 12.492 10.953 11.555 L 13.31 13.888 C 13.503 14.079 13.817 14.081 14.012 13.891 C 14.206 13.701 14.208 13.392 14.015 13.201 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path><path d=\"M 13.31 13.889 L 10.953 11.556 C 9.837 12.493 8.376 13.044 6.786 12.995 C 3.546 12.896 0.925 10.288 0.861 7.102 C 0.791 3.633 3.723 0.808 7.272 0.971 C 10.441 1.115 12.993 3.66 13.099 6.777 C 13.152 8.335 12.598 9.767 11.654 10.864 L 14.015 13.202 C 14.208 13.393 14.207 13.703 14.012 13.892 C 13.818 14.082 13.503 14.081 13.31 13.89 Z M 7.222 1.946 C 4.205 1.809 1.72 4.251 1.859 7.217 C 1.98 9.803 4.11 11.897 6.741 12.015 C 9.758 12.151 12.243 9.71 12.104 6.744 C 11.984 4.158 9.853 2.064 7.223 1.945 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path></svg>',svgContentId:9067678932},\"uN02iaT5K-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21 21\"><path d=\"M 19.62 18.482 L 16.315 15.209 C 17.32 14.042 18.008 12.603 18.248 11.022 C 18.346 10.523 18.397 10.008 18.397 9.481 C 18.397 4.991 14.693 1.35 10.124 1.35 C 10.069 1.35 10.013 1.351 9.959 1.352 C 5.091 1.25 1.109 5.159 1.205 9.942 C 1.295 14.401 4.964 18.052 9.5 18.192 C 11.726 18.26 13.772 17.489 15.334 16.177 L 18.633 19.444 C 18.904 19.711 19.344 19.713 19.617 19.447 C 19.889 19.182 19.891 18.749 19.62 18.481 Z\" fill=\"var(--token-9e7add53-2e4e-40bd-b007-02504f903474, rgb(0, 0, 0))\" opacity=\"0\"></path><path d=\"M 18.633 19.445 L 15.334 16.178 C 13.771 17.49 11.726 18.261 9.5 18.193 C 4.964 18.054 1.295 14.403 1.205 9.943 C 1.108 5.087 5.213 1.132 10.18 1.359 C 14.618 1.562 18.191 5.123 18.338 9.488 C 18.412 11.668 17.637 13.674 16.315 15.21 L 19.62 18.483 C 19.891 18.75 19.89 19.184 19.617 19.449 C 19.345 19.715 18.904 19.714 18.633 19.446 Z M 10.111 2.724 C 5.886 2.533 2.408 5.952 2.602 10.104 C 2.772 13.724 5.754 16.656 9.437 16.822 C 13.661 17.012 17.14 13.593 16.946 9.441 C 16.777 5.821 13.794 2.89 10.112 2.723 Z\" fill=\"var(--token-9e7add53-2e4e-40bd-b007-02504f903474, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black color&quot;} */\"></path></svg>',svgContentId:9608271467},B0RbgqodQ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 18.686 17.602 L 15.538 14.485 C 16.496 13.374 17.15 12.003 17.379 10.497 C 17.472 10.022 17.521 9.532 17.521 9.03 C 17.521 4.753 13.993 1.285 9.642 1.285 C 9.59 1.285 9.537 1.286 9.484 1.287 C 4.849 1.191 1.057 4.914 1.148 9.468 C 1.233 13.715 4.728 17.192 9.048 17.326 C 11.168 17.391 13.117 16.656 14.603 15.407 L 17.746 18.518 C 18.003 18.773 18.423 18.774 18.683 18.521 C 18.942 18.268 18.943 17.856 18.686 17.601 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\" opacity=\"0\"></path><path d=\"M 17.746 18.519 L 14.603 15.408 C 13.116 16.657 11.168 17.391 9.048 17.326 C 4.728 17.194 1.233 13.717 1.148 9.469 C 1.055 4.844 4.964 1.078 9.696 1.294 C 13.922 1.487 17.324 4.879 17.465 9.036 C 17.536 11.113 16.797 13.023 15.538 14.485 L 18.686 17.603 C 18.943 17.857 18.943 18.27 18.683 18.523 C 18.423 18.776 18.003 18.775 17.746 18.52 Z M 9.63 2.594 C 5.606 2.412 2.293 5.668 2.478 9.623 C 2.64 13.071 5.48 15.862 8.988 16.021 C 13.01 16.202 16.323 12.946 16.139 8.991 C 15.978 5.544 13.137 2.752 9.63 2.593 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path></svg>',svgContentId:11939375078},uN02iaT5K:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21 21\"><path d=\"M 19.62 18.482 L 16.315 15.209 C 17.32 14.042 18.008 12.603 18.248 11.022 C 18.346 10.523 18.397 10.008 18.397 9.481 C 18.397 4.991 14.693 1.35 10.124 1.35 C 10.069 1.35 10.013 1.351 9.959 1.352 C 5.091 1.25 1.109 5.159 1.205 9.942 C 1.295 14.401 4.964 18.052 9.5 18.192 C 11.726 18.26 13.772 17.489 15.334 16.177 L 18.633 19.444 C 18.904 19.711 19.344 19.713 19.617 19.447 C 19.889 19.182 19.891 18.749 19.62 18.481 Z\" fill=\"var(--token-9e7add53-2e4e-40bd-b007-02504f903474, rgb(0, 0, 0))\" opacity=\"0\"></path><path d=\"M 18.633 19.445 L 15.334 16.178 C 13.771 17.49 11.726 18.261 9.5 18.193 C 4.964 18.054 1.295 14.403 1.205 9.943 C 1.108 5.087 5.213 1.132 10.18 1.359 C 14.618 1.562 18.191 5.123 18.338 9.488 C 18.412 11.668 17.637 13.674 16.315 15.21 L 19.62 18.483 C 19.891 18.75 19.89 19.184 19.617 19.449 C 19.345 19.715 18.904 19.714 18.633 19.446 Z M 10.111 2.724 C 5.886 2.533 2.408 5.952 2.602 10.104 C 2.772 13.724 5.754 16.656 9.437 16.822 C 13.661 17.012 17.14 13.593 16.946 9.441 C 16.777 5.821 13.794 2.89 10.112 2.723 Z\" fill=\"rgb(156, 162, 166)\"></path></svg>',svgContentId:10059775941}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1okj14f-container\",layoutDependency:layoutDependency,layoutId:\"olZCgYqcU-container\",children:/*#__PURE__*/_jsx(Search,{backdropOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},zIndex:10},height:\"100%\",iconColor:\"rgba(18, 18, 18, 0)\",iconSize:24,iconType:\"default\",id:\"olZCgYqcU\",inputOptions:{clearButtonText:\"Clear\",clearButtonType:\"icon\",dividerType:\"fullWidth\",iconOptions:{iconColor:\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\",iconSize:18,iconType:\"default\"},inputFont:{},placeholderOptions:{placeholderColor:\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\",placeholderText:\"Search...\"},textColor:\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},layoutId:\"olZCgYqcU\",modalOptions:{backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(242, 242, 242))\",borderRadius:16,heightIsStatic:true,heightTransition:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"},layoutType:\"QuickMenu\",shadow:{blur:40,color:\"rgba(0, 0, 0, 0.2)\",spread:0,x:0,y:20},top:0,width:500},resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\",subtitleFont:{},subtitleType:\"path\"},titleColor:\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\",titleFont:{},titleType:\"h1\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0ndfp\",\"data-styles-preset\":\"E1cOhDeWY\",children:\"Search Templates\"})}),className:\"framer-n8jdbd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OAIbobZPO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"QdzAW0Wwc-hover\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},\"QdzAW0Wwc-pressed\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},\"uN02iaT5K-hover\":{\"--extracted-r6o4lv\":\"var(--token-9e7add53-2e4e-40bd-b007-02504f903474, rgb(0, 0, 0))\"},uN02iaT5K:{\"--extracted-r6o4lv\":\"rgb(120, 120, 120)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"QdzAW0Wwc-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0ndfp\",\"data-styles-preset\":\"E1cOhDeWY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Search Templates\"})})},\"QdzAW0Wwc-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1z0ndfp\",\"data-styles-preset\":\"E1cOhDeWY\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Search Templates\"})})},\"uN02iaT5K-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-piej36\",\"data-styles-preset\":\"kzFJG5mqZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9e7add53-2e4e-40bd-b007-02504f903474, rgb(0, 0, 0)))\"},children:\"Search Templates\"})})},uN02iaT5K:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-piej36\",\"data-styles-preset\":\"kzFJG5mqZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(120, 120, 120))\"},children:\"Search Templates\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hJERZ.framer-snkog3, .framer-hJERZ .framer-snkog3 { display: block; }\",\".framer-hJERZ.framer-f9gfyz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 34px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 15px; position: relative; width: 225px; }\",\".framer-hJERZ .framer-x50a5g { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-hJERZ .framer-1okj14f-container { cursor: pointer; flex: none; height: 100%; left: calc(51.428571428571445% - 100% / 2); position: absolute; top: calc(51.428571428571445% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-hJERZ .framer-n8jdbd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hJERZ.framer-f9gfyz { gap: 0px; } .framer-hJERZ.framer-f9gfyz > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-hJERZ.framer-f9gfyz > :first-child { margin-left: 0px; } .framer-hJERZ.framer-f9gfyz > :last-child { margin-right: 0px; } }\",\".framer-hJERZ.framer-v-z71xrx.framer-f9gfyz { height: 54px; width: 317px; }\",\".framer-hJERZ.framer-v-z71xrx .framer-x50a5g { height: 21px; order: 0; width: 21px; }\",\".framer-hJERZ.framer-v-z71xrx .framer-1okj14f-container { left: calc(50.157728706624624% - 100% / 2); order: 2; top: calc(51.85185185185187% - 100% / 2); }\",\".framer-hJERZ.framer-v-z71xrx .framer-n8jdbd { order: 1; }\",\".framer-hJERZ.framer-v-6wsxz2.framer-f9gfyz { cursor: unset; height: min-content; justify-content: center; padding: 10px; width: min-content; }\",\".framer-hJERZ.framer-v-6wsxz2 .framer-x50a5g { height: 20px; width: 20px; }\",\".framer-hJERZ.framer-v-6wsxz2 .framer-1okj14f-container { left: calc(50.00000000000002% - 100% / 2); top: calc(50.00000000000002% - 100% / 2); }\",...sharedStyle.css,...sharedStyle1.css,'.framer-hJERZ[data-border=\"true\"]::after, .framer-hJERZ [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 34\n * @framerIntrinsicWidth 225\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"uN02iaT5K\":{\"layout\":[\"fixed\",\"fixed\"]},\"B0RbgqodQ\":{\"layout\":[\"auto\",\"auto\"]},\"xrlOzjum0\":{\"layout\":[\"fixed\",\"fixed\"]},\"CyiEHCCKp\":{\"layout\":[\"fixed\",\"fixed\"]},\"oukrtcKbl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerv36a3IJI2=withCSS(Component,css,\"framer-hJERZ\");export default Framerv36a3IJI2;Framerv36a3IJI2.displayName=\"Element/Search\";Framerv36a3IJI2.defaultProps={height:34,width:225};addPropertyControls(Framerv36a3IJI2,{variant:{options:[\"QdzAW0Wwc\",\"uN02iaT5K\",\"B0RbgqodQ\"],optionTitles:[\"Desktop\",\"Desktop 2\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerv36a3IJI2,[{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://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.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://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.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://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.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://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.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://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...SearchFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerv36a3IJI2\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uN02iaT5K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"B0RbgqodQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xrlOzjum0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CyiEHCCKp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oukrtcKbl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"225\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./v36a3IJI2.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Dajdd0zKt:{hover:true}};const cycleOrder=[\"Dajdd0zKt\",\"hxVW_JiVw\",\"FFixTgbPM\"];const serializationHash=\"framer-h9bgX\";const variantClassNames={Dajdd0zKt:\"framer-v-qsz8e1\",FFixTgbPM:\"framer-v-1mlhgcy\",hxVW_JiVw:\"framer-v-1b23ybv\"};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 transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};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 humanReadableVariantMap={Close:\"FFixTgbPM\",Desktop:\"Dajdd0zKt\",Mobile:\"hxVW_JiVw\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,JaHLcTfp4:click!==null&&click!==void 0?click:props.JaHLcTfp4,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Dajdd0zKt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,JaHLcTfp4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Dajdd0zKt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12vp4i9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(JaHLcTfp4){const res=await JaHLcTfp4(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"hxVW_JiVw\",\"FFixTgbPM\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"hxVW_JiVw\",\"FFixTgbPM\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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,...gestureHandlers,className:cx(scopingClassNames,\"framer-qsz8e1\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Dajdd0zKt\",onTap:onTap12vp4i9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(245, 245, 245))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{FFixTgbPM:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},hxVW_JiVw:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2b5cae51-c4a7-4e1a-a515-40f473707bc4, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}},...addPropertyOverrides({\"Dajdd0zKt-hover\":{\"data-framer-name\":undefined},FFixTgbPM:{\"data-border\":true,\"data-framer-name\":\"Close\"},hxVW_JiVw:{\"data-border\":true,\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-dz09ka\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Mx3n9DiGz\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26\"><path d=\"M 21.938 18.281 L 4.063 18.281 C 3.389 18.281 2.844 18.827 2.844 19.5 C 2.844 20.173 3.389 20.719 4.063 20.719 L 21.938 20.719 C 22.611 20.719 23.156 20.173 23.156 19.5 C 23.156 18.827 22.611 18.281 21.938 18.281 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path><path d=\"M 4.063 7.719 L 21.938 7.719 C 22.611 7.719 23.156 7.173 23.156 6.5 C 23.156 5.827 22.611 5.281 21.938 5.281 L 4.063 5.281 C 3.389 5.281 2.844 5.827 2.844 6.5 C 2.844 7.173 3.389 7.719 4.063 7.719 Z\" fill=\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"></path><path d=\"M 17.813 10 C 17.813 10.518 17.393 10.938 16.875 10.938 L 3.125 10.938 C 2.607 10.938 2.188 10.518 2.188 10 C 2.188 9.482 2.607 9.063 3.125 9.063 L 16.875 9.063 C 17.393 9.063 17.813 9.482 17.813 10 Z\" fill=\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:9219293947,variants:{FFixTgbPM:{backgroundColor:\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\"},hxVW_JiVw:{backgroundColor:\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\"}},withExternalLayout:true,...addPropertyOverrides({FFixTgbPM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 14.688 0 L 0.938 0 C 0.42 0 0 0.42 0 0.938 C 0 1.455 0.42 1.875 0.937 1.875 L 14.688 1.875 C 15.205 1.875 15.625 1.455 15.625 0.938 C 15.625 0.42 15.205 0 14.688 0 Z\" transform=\"translate(2.187 9.301) rotate(-45 7.813 0.938)\" fill=\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 0.938 1.875 L 14.687 1.875 C 15.205 1.875 15.625 1.455 15.625 0.937 C 15.625 0.42 15.205 0 14.688 0 L 0.937 0 C 0.42 0 0 0.42 0 0.938 C 0 1.455 0.42 1.875 0.938 1.875 Z\" transform=\"translate(2.187 8.824) rotate(45 7.813 0.938)\" fill=\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:10999229668},hxVW_JiVw:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 16.875 14.063 L 3.125 14.063 C 2.607 14.063 2.188 14.482 2.188 15 C 2.188 15.518 2.607 15.938 3.125 15.938 L 16.875 15.938 C 17.393 15.938 17.813 15.518 17.813 15 C 17.813 14.482 17.393 14.063 16.875 14.063 Z\" fill=\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 3.125 5.938 L 16.875 5.938 C 17.393 5.938 17.813 5.518 17.813 5 C 17.813 4.482 17.393 4.063 16.875 4.063 L 3.125 4.063 C 2.607 4.063 2.188 4.482 2.188 5 C 2.188 5.518 2.607 5.938 3.125 5.938 Z\" fill=\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 17.813 10 C 17.813 10.518 17.393 10.938 16.875 10.938 L 3.125 10.938 C 2.607 10.938 2.188 10.518 2.188 10 C 2.188 9.482 2.607 9.063 3.125 9.063 L 16.875 9.063 C 17.393 9.063 17.813 9.482 17.813 10 Z\" fill=\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:10403932889}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2449og\",\"data-framer-name\":\"Icon\",fill:'var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97)) /* {\"name\":\"Secondary Text color\"} */',intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"GzWu7fcv0\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M144 128a16 16 0 1 1-16-16 16 16 0 0 1 16 16Zm-84-16a16 16 0 1 0 16 16 16 16 0 0 0-16-16Zm136 0a16 16 0 1 0 16 16 16 16 0 0 0-16-16Z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"Dajdd0zKt-hover\":{fill:'var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)) /* {\"name\":\"Primary Text color\"} */'}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h9bgX.framer-1uiq07j, .framer-h9bgX .framer-1uiq07j { display: block; }\",\".framer-h9bgX.framer-qsz8e1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 41px; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 41px; will-change: var(--framer-will-change-override, transform); }\",\".framer-h9bgX .framer-dz09ka { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-h9bgX .framer-2449og { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h9bgX.framer-qsz8e1 { gap: 0px; } .framer-h9bgX.framer-qsz8e1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-h9bgX.framer-qsz8e1 > :first-child { margin-left: 0px; } .framer-h9bgX.framer-qsz8e1 > :last-child { margin-right: 0px; } }\",\".framer-h9bgX.framer-v-1b23ybv.framer-qsz8e1 { height: min-content; justify-content: flex-end; width: min-content; }\",\".framer-h9bgX.framer-v-1b23ybv .framer-dz09ka, .framer-h9bgX.framer-v-1mlhgcy .framer-dz09ka { height: 20px; width: 20px; }\",\".framer-h9bgX.framer-v-1mlhgcy.framer-qsz8e1 { height: min-content; width: min-content; }\",'.framer-h9bgX[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-h9bgX [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-h9bgX[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-h9bgX [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-h9bgX[data-border=\"true\"]::after, .framer-h9bgX [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 41\n * @framerIntrinsicWidth 41\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hxVW_JiVw\":{\"layout\":[\"auto\",\"auto\"]},\"FFixTgbPM\":{\"layout\":[\"auto\",\"auto\"]},\"eQfN7qDZN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"JaHLcTfp4\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermX1u7g_XV=withCSS(Component,css,\"framer-h9bgX\");export default FramermX1u7g_XV;FramermX1u7g_XV.displayName=\"Element/Handburger\";FramermX1u7g_XV.defaultProps={height:41,width:41};addPropertyControls(FramermX1u7g_XV,{variant:{options:[\"Dajdd0zKt\",\"hxVW_JiVw\",\"FFixTgbPM\"],optionTitles:[\"Desktop\",\"Mobile\",\"Close\"],title:\"Variant\",type:ControlType.Enum},JaHLcTfp4:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramermX1u7g_XV,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermX1u7g_XV\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"JaHLcTfp4\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"41\",\"framerIntrinsicHeight\":\"41\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hxVW_JiVw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FFixTgbPM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eQfN7qDZN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mX1u7g_XV.map", "// Generated by Framer (ab6b6d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withFirstName,withLoggedIn,withLoggedOut}from\"https://framerusercontent.com/modules/RhBPMpxKpDcGI7qcmH0q/Z25BCvNM75AgtkquAkk6/Framer_Auth.js\";const RichTextWithFirstName=withFirstName(RichText);const MotionDivWithLoggedIn=withLoggedIn(motion.div);const RichTextWithLoggedOut=withLoggedOut(RichText);const enabledGestures={Q0i3Gsaui:{hover:true,pressed:true}};const cycleOrder=[\"Q0i3Gsaui\",\"eaj9CEIsc\",\"OjLPRwsV8\",\"J2Brj7wDY\",\"Pvv1Ab9Du\"];const serializationHash=\"framer-7BAW2\";const variantClassNames={eaj9CEIsc:\"framer-v-5069or\",J2Brj7wDY:\"framer-v-n7bag1\",OjLPRwsV8:\"framer-v-diwf10\",Pvv1Ab9Du:\"framer-v-1g37iaj\",Q0i3Gsaui:\"framer-v-15pcjft\"};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 transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};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 humanReadableVariantMap={\"M - Active\":\"Pvv1Ab9Du\",\"M - inactive\":\"OjLPRwsV8\",\"M - sign in\":\"J2Brj7wDY\",Active:\"eaj9CEIsc\",Inactive:\"Q0i3Gsaui\"};const getProps=({click,height,hover,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,HPnULOxVi:click!==null&&click!==void 0?click:props.HPnULOxVi,o43Dgugv9:link!==null&&link!==void 0?link:props.o43Dgugv9,RCtZIPR8L:hover!==null&&hover!==void 0?hover:props.RCtZIPR8L,S3tqqG7iv:(_ref=title!==null&&title!==void 0?title:props.S3tqqG7iv)!==null&&_ref!==void 0?_ref:\"Sign in\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Q0i3Gsaui\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,S3tqqG7iv,o43Dgugv9,HPnULOxVi,RCtZIPR8L,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Q0i3Gsaui\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb9hobx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(HPnULOxVi){const res=await HPnULOxVi(...args);if(res===false)return false;}});const onMouseEnter1rb4g5u=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(RCtZIPR8L){const res=await RCtZIPR8L(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"J2Brj7wDY\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"J2Brj7wDY\")return false;return true;};const isDisplayed2=()=>{if([\"OjLPRwsV8\",\"J2Brj7wDY\",\"Pvv1Ab9Du\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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__*/_jsx(Link,{href:o43Dgugv9,nodeId:\"Q0i3Gsaui\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-15pcjft\",className,classNames)} framer-botewm`,\"data-framer-name\":\"Inactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Q0i3Gsaui\",onMouseEnter:onMouseEnter1rb4g5u,onTap:onTapb9hobx,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(245, 245, 245))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,...style},variants:{\"Q0i3Gsaui-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"Q0i3Gsaui-pressed\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},eaj9CEIsc:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-256edee8-c06d-41c1-9e71-ac9d0d0f981b, rgb(224, 224, 224))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-dbc41bbd-1801-41f6-8506-0745dca50daf, rgb(232, 230, 230))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},J2Brj7wDY:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgba(224, 224, 224, 0.63))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},OjLPRwsV8:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgba(224, 224, 224, 0.63))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},Pvv1Ab9Du:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgba(224, 224, 224, 0.63))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}},...addPropertyOverrides({\"Q0i3Gsaui-hover\":{\"data-framer-name\":undefined},\"Q0i3Gsaui-pressed\":{\"data-framer-name\":undefined},eaj9CEIsc:{\"data-border\":true,\"data-framer-name\":\"Active\"},J2Brj7wDY:{\"data-border\":true,\"data-framer-name\":\"M - sign in\"},OjLPRwsV8:{\"data-border\":true,\"data-framer-name\":\"M - inactive\"},Pvv1Ab9Du:{\"data-border\":true,\"data-framer-name\":\"M - Active\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-10qefa8\",\"data-framer-name\":\"Sign in\",fill:\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"khgxZWOpC\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"m141.66 133.66-40 40A8 8 0 0 1 88 168v-32H24a8 8 0 0 1 0-16h64V88a8 8 0 0 1 13.66-5.66l40 40a8 8 0 0 1 0 11.32ZM200 32h-64a8 8 0 0 0 0 16h56v160h-56a8 8 0 0 0 0 16h64a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8Z\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1g48ezi\",\"data-framer-name\":\"Icon\",fill:'var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97)) /* {\"name\":\"Secondary Text color\"} */',intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"xLG6Fr8Xn\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M224 128a95.76 95.76 0 0 1-31.8 71.37A72 72 0 0 0 128 160a40 40 0 1 0-40-40 40 40 0 0 0 40 40 72 72 0 0 0-64.2 39.37A96 96 0 1 1 224 128Z\" opacity=\".2\"/><path d=\"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24ZM74.08 197.5a64 64 0 0 1 107.84 0 87.83 87.83 0 0 1-107.84 0ZM96 120a32 32 0 1 1 32 32 32 32 0 0 1-32-32Zm97.76 66.41a79.66 79.66 0 0 0-36.06-28.75 48 48 0 1 0-59.4 0 79.66 79.66 0 0 0-36.06 28.75 88 88 0 1 1 131.52 0Z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"Q0i3Gsaui-hover\":{fill:'var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)) /* {\"name\":\"Primary Text color\"} */'},\"Q0i3Gsaui-pressed\":{fill:'var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)) /* {\"name\":\"Primary Text color\"} */'},OjLPRwsV8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32}},Pvv1Ab9Du:{fill:'var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)) /* {\"name\":\"Primary Text color\"} */'}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithLoggedIn,{className:\"framer-1hbwhre\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"wF3QvYNVV\",children:/*#__PURE__*/_jsx(RichTextWithFirstName,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97)))\"},children:\"Dean\"})}),className:\"framer-2al6ra\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"jERa1Phk5\",style:{\"--extracted-r6o4lv\":\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"Q0i3Gsaui-hover\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},\"Q0i3Gsaui-pressed\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},eaj9CEIsc:{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Q0i3Gsaui-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Dean\"})})},\"Q0i3Gsaui-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Dean\"})})},eaj9CEIsc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Dean\"})})}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithLoggedOut,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97)))\"},children:\"Sign in\"})}),className:\"framer-u1zv9k\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xILIPPLbz\",style:{\"--extracted-r6o4lv\":\"var(--token-558cfecd-2e81-4304-9e4a-292e180b34ca, rgb(97, 97, 97))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:S3tqqG7iv,variants:{\"Q0i3Gsaui-hover\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},\"Q0i3Gsaui-pressed\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},eaj9CEIsc:{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Q0i3Gsaui-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Sign in\"})})},\"Q0i3Gsaui-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Sign in\"})})},eaj9CEIsc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Sign in\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7BAW2.framer-botewm, .framer-7BAW2 .framer-botewm { display: block; }\",\".framer-7BAW2.framer-15pcjft { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 50px; justify-content: center; overflow: visible; padding: 0px 15px 0px 15px; position: relative; text-decoration: none; width: min-content; }\",\".framer-7BAW2 .framer-10qefa8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-7BAW2 .framer-1g48ezi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 23px; }\",\".framer-7BAW2 .framer-1hbwhre { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7BAW2 .framer-2al6ra, .framer-7BAW2 .framer-u1zv9k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7BAW2.framer-15pcjft, .framer-7BAW2 .framer-1hbwhre { gap: 0px; } .framer-7BAW2.framer-15pcjft > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-7BAW2.framer-15pcjft > :first-child, .framer-7BAW2 .framer-1hbwhre > :first-child { margin-left: 0px; } .framer-7BAW2.framer-15pcjft > :last-child, .framer-7BAW2 .framer-1hbwhre > :last-child { margin-right: 0px; } .framer-7BAW2 .framer-1hbwhre > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-7BAW2.framer-v-diwf10.framer-15pcjft, .framer-7BAW2.framer-v-n7bag1.framer-15pcjft, .framer-7BAW2.framer-v-1g37iaj.framer-15pcjft { height: min-content; padding: 10px; }\",'.framer-7BAW2[data-border=\"true\"]::after, .framer-7BAW2 [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 50\n * @framerIntrinsicWidth 141\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"eaj9CEIsc\":{\"layout\":[\"auto\",\"fixed\"]},\"OjLPRwsV8\":{\"layout\":[\"auto\",\"auto\"]},\"J2Brj7wDY\":{\"layout\":[\"auto\",\"auto\"]},\"Pvv1Ab9Du\":{\"layout\":[\"auto\",\"auto\"]},\"A5JU5qUv0\":{\"layout\":[\"auto\",\"fixed\"]},\"h2CpIOubi\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"S3tqqG7iv\":\"title\",\"o43Dgugv9\":\"link\",\"HPnULOxVi\":\"click\",\"RCtZIPR8L\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrU0WfEM78=withCSS(Component,css,\"framer-7BAW2\");export default FramerrU0WfEM78;FramerrU0WfEM78.displayName=\"Project Icons/Account\";FramerrU0WfEM78.defaultProps={height:50,width:141};addPropertyControls(FramerrU0WfEM78,{variant:{options:[\"Q0i3Gsaui\",\"eaj9CEIsc\",\"OjLPRwsV8\",\"J2Brj7wDY\",\"Pvv1Ab9Du\"],optionTitles:[\"Inactive\",\"Active\",\"M - inactive\",\"M - sign in\",\"M - Active\"],title:\"Variant\",type:ControlType.Enum},S3tqqG7iv:{defaultValue:\"Sign in\",description:\"Click here to edit the title.\",displayTextArea:false,title:\"Title\",type:ControlType.String},o43Dgugv9:{description:\"Click here to edit the link.\",title:\"Link\",type:ControlType.Link},HPnULOxVi:{title:\"Click\",type:ControlType.EventHandler},RCtZIPR8L:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerrU0WfEM78,[{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://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrU0WfEM78\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"S3tqqG7iv\\\":\\\"title\\\",\\\"o43Dgugv9\\\":\\\"link\\\",\\\"HPnULOxVi\\\":\\\"click\\\",\\\"RCtZIPR8L\\\":\\\"hover\\\"}\",\"framerIntrinsicWidth\":\"141\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"eaj9CEIsc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OjLPRwsV8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J2Brj7wDY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Pvv1Ab9Du\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A5JU5qUv0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"h2CpIOubi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rU0WfEM78.map", "// Generated by Framer (ab6b6d5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Cp1Cff7DC:{hover:true}};const cycleOrder=[\"Cp1Cff7DC\",\"FV2lzxS_0\"];const serializationHash=\"framer-9P7UW\";const variantClassNames={Cp1Cff7DC:\"framer-v-ocleun\",FV2lzxS_0:\"framer-v-14lgsh4\"};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 transition1={delay:0,duration:.3,ease:[.12,.23,.5,1],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 humanReadableVariantMap={\"Nav 2 Inactive\":\"Cp1Cff7DC\",\"Nav Active\":\"FV2lzxS_0\"};const getProps=({click,height,hover,hoverColor,id,navLink,text,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,DXeMUIP14:(_ref=text!==null&&text!==void 0?text:props.DXeMUIP14)!==null&&_ref!==void 0?_ref:\"Explore\",kxRwmA0eJ:hover!==null&&hover!==void 0?hover:props.kxRwmA0eJ,qjokKFnef:(_ref1=hoverColor!==null&&hoverColor!==void 0?hoverColor:props.qjokKFnef)!==null&&_ref1!==void 0?_ref1:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Cp1Cff7DC\",yNjiSH36a:click!==null&&click!==void 0?click:props.yNjiSH36a,zJpLMkxwq:navLink!==null&&navLink!==void 0?navLink:props.zJpLMkxwq};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,DXeMUIP14,zJpLMkxwq,yNjiSH36a,kxRwmA0eJ,qjokKFnef,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Cp1Cff7DC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaprpxfrh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(yNjiSH36a){const res=await yNjiSH36a(...args);if(res===false)return false;}});const onMouseEnterw03r3q=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(kxRwmA0eJ){const res=await kxRwmA0eJ(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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__*/_jsx(Link,{href:zJpLMkxwq,nodeId:\"Cp1Cff7DC\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ocleun\",className,classNames)} framer-1fy98mt`,\"data-framer-name\":\"Nav 2 Inactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Cp1Cff7DC\",onMouseEnter:onMouseEnterw03r3q,onTap:onTaprpxfrh,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,...style},variants:{\"Cp1Cff7DC-hover\":{backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(245, 245, 245))\"},FV2lzxS_0:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({\"Cp1Cff7DC-hover\":{\"data-framer-name\":undefined},FV2lzxS_0:{\"data-border\":true,\"data-framer-name\":\"Nav Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255)))\"},children:\"Explore\"})}),className:\"framer-1k5zks\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"XYoB_y1PF\",style:{\"--extracted-r6o4lv\":\"var(--token-831fb965-5443-408a-a862-add7b107ab37, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qjokKFnef-Z7OTwZxPm\":qjokKFnef},text:DXeMUIP14,variants:{\"Cp1Cff7DC-hover\":{\"--extracted-r6o4lv\":\"var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0))\"},FV2lzxS_0:{\"--extracted-r6o4lv\":\"var(--variable-reference-qjokKFnef-Z7OTwZxPm)\",\"--variable-reference-qjokKFnef-Z7OTwZxPm\":qjokKFnef}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Cp1Cff7DC-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a2ff4bd6-64e4-4b5e-8dd3-30412409648e, rgb(0, 0, 0)))\"},children:\"Explore\"})})},FV2lzxS_0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qjokKFnef-Z7OTwZxPm))\"},children:\"Explore\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9P7UW.framer-1fy98mt, .framer-9P7UW .framer-1fy98mt { display: block; }\",\".framer-9P7UW.framer-ocleun { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 7px 10px 7px 7px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9P7UW .framer-1k5zks { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9P7UW.framer-ocleun { gap: 0px; } .framer-9P7UW.framer-ocleun > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-9P7UW.framer-ocleun > :first-child { margin-left: 0px; } .framer-9P7UW.framer-ocleun > :last-child { margin-right: 0px; } }\",'.framer-9P7UW[data-border=\"true\"]::after, .framer-9P7UW [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 34\n * @framerIntrinsicWidth 67\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FV2lzxS_0\":{\"layout\":[\"auto\",\"auto\"]},\"qODfOV9Zh\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"DXeMUIP14\":\"text\",\"zJpLMkxwq\":\"navLink\",\"yNjiSH36a\":\"click\",\"kxRwmA0eJ\":\"hover\",\"qjokKFnef\":\"hoverColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZ7OTwZxPm=withCSS(Component,css,\"framer-9P7UW\");export default FramerZ7OTwZxPm;FramerZ7OTwZxPm.displayName=\"Project Icons/Nav icon\";FramerZ7OTwZxPm.defaultProps={height:34,width:67};addPropertyControls(FramerZ7OTwZxPm,{variant:{options:[\"Cp1Cff7DC\",\"FV2lzxS_0\"],optionTitles:[\"Nav 2 Inactive\",\"Nav Active\"],title:\"Variant\",type:ControlType.Enum},DXeMUIP14:{defaultValue:\"Explore\",description:\"Click here to edit the Text.\",displayTextArea:false,title:\"Text\",type:ControlType.String},zJpLMkxwq:{description:\"Click here to edit the Nav Link\",title:\"Nav Link\",type:ControlType.Link},yNjiSH36a:{title:\"Click\",type:ControlType.EventHandler},kxRwmA0eJ:{title:\"Hover\",type:ControlType.EventHandler},qjokKFnef:{defaultValue:'var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81)) /* {\"name\":\"Green Yellow / 500\"} */',description:\"Click here to edit the hover color.\",title:\"Hover color\",type:ControlType.Color}});addFonts(FramerZ7OTwZxPm,[{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://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ7OTwZxPm\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"DXeMUIP14\\\":\\\"text\\\",\\\"zJpLMkxwq\\\":\\\"navLink\\\",\\\"yNjiSH36a\\\":\\\"click\\\",\\\"kxRwmA0eJ\\\":\\\"hover\\\",\\\"qjokKFnef\\\":\\\"hoverColor\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\",\"framerIntrinsicWidth\":\"67\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FV2lzxS_0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qODfOV9Zh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z7OTwZxPm.map", "// Generated by Framer (b83b17b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ElementSignOut from\"https://framerusercontent.com/modules/BRWwvNVPovqtPZPkew1v/qoQB2aQFicRmFeUpRT7P/TcciRsbZV.js\";import{withLoggedIn,withLoggedOut}from\"https://framerusercontent.com/modules/RhBPMpxKpDcGI7qcmH0q/Z25BCvNM75AgtkquAkk6/Framer_Auth.js\";import ElementSearch from\"https://framerusercontent.com/modules/zbzvlejAjjPFuEdT6LmO/vZ2dz1sWOreLebXAeM7r/v36a3IJI2.js\";import ElementHandburger from\"https://framerusercontent.com/modules/tYUyBpJx3ofkZGP5CbER/nfIZ7IOzop1MDJ4t8MLd/mX1u7g_XV.js\";import ProjectIconsAccount,*as ProjectIconsAccountInfo from\"https://framerusercontent.com/modules/q2SCPzjbWzVpPEXkO6aK/YqsOrxxauppAqZmBf8rm/rU0WfEM78.js\";import ProjectIconsNavIcon from\"https://framerusercontent.com/modules/a2NjH4HHE0xSdWjiC84x/pvPQYJIp3LZK82iL80k4/Z7OTwZxPm.js\";const ProjectIconsNavIconFonts=getFonts(ProjectIconsNavIcon);const ElementHandburgerFonts=getFonts(ElementHandburger);const MotionDivWithFX=withFX(motion.div);const ElementSearchFonts=getFonts(ElementSearch);const ProjectIconsAccountFonts=getFonts(ProjectIconsAccount);const ProjectIconsAccountWithLoggedOut1xzc098WithMappedReactProps1mk1hde=withMappedReactProps(withCodeBoundaryForOverrides(ProjectIconsAccount,{nodeId:\"dQdQdNumL\",override:withLoggedOut,scopeId:\"PGAflfskK\"}),ProjectIconsAccountInfo);const ProjectIconsAccountWithLoggedIn1pt3kovWithMappedReactProps1mk1hde=withMappedReactProps(withCodeBoundaryForOverrides(ProjectIconsAccount,{nodeId:\"HdrZH1aK3\",override:withLoggedIn,scopeId:\"PGAflfskK\"}),ProjectIconsAccountInfo);const ElementSignOutFonts=getFonts(ElementSignOut);const ImageWithFX=withFX(Image);const MotionNavWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.nav));const cycleOrder=[\"KLwqE9Dlf\",\"jMhbXr81T\",\"QUb6Eyvi8\",\"N9bK0Ha2K\",\"fqeZUWvDQ\"];const serializationHash=\"framer-UJxWy\";const variantClassNames={fqeZUWvDQ:\"framer-v-1t1w8fb\",jMhbXr81T:\"framer-v-1ablp5\",KLwqE9Dlf:\"framer-v-e6tewz\",N9bK0Ha2K:\"framer-v-clmt4h\",QUb6Eyvi8:\"framer-v-1hpy2ab\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[0,0,1,1],type:\"tween\"};const transition2={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const contains=(a,b)=>{if(typeof a===\"string\"&&typeof b===\"string\"){return a.toLowerCase().includes(b.toLowerCase());}if(Array.isArray(a)&&typeof b===\"string\"){return a.includes(b);}return false;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"Cp1Cff7DC\";}else{return\"Cp1Cff7DC\";}};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const convertFromBoolean1=(value,activeLocale)=>{if(value){return\"Q0i3Gsaui\";}else{return\"Q0i3Gsaui\";}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile open\":\"N9bK0Ha2K\",\"Tablet open\":\"fqeZUWvDQ\",Desktop:\"KLwqE9Dlf\",Mobile:\"QUb6Eyvi8\",Tablet:\"jMhbXr81T\"};const getProps=({active,height,id,width,...props})=>{return{...props,o3kp2sfhg:active??props.o3kp2sfhg??\"Explore\",variant:humanReadableVariantMap[props.variant]??props.variant??\"KLwqE9Dlf\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,o3kp2sfhg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KLwqE9Dlf\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const JaHLcTfp4h6bpvs=activeVariantCallback(async(...args)=>{setVariant(\"fqeZUWvDQ\");});const JaHLcTfp41irl6f5=activeVariantCallback(async(...args)=>{setVariant(\"N9bK0Ha2K\");});const JaHLcTfp41ptmj3q=activeVariantCallback(async(...args)=>{setVariant(\"QUb6Eyvi8\");});const JaHLcTfp41q3fdvw=activeVariantCallback(async(...args)=>{setVariant(\"jMhbXr81T\");});const JaHLcTfp4txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const RCtZIPR8Ltxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"jMhbXr81T\",\"QUb6Eyvi8\",\"N9bK0Ha2K\",\"fqeZUWvDQ\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"jMhbXr81T\",\"QUb6Eyvi8\",\"N9bK0Ha2K\",\"fqeZUWvDQ\"].includes(baseVariant))return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed2=()=>{if([\"jMhbXr81T\",\"fqeZUWvDQ\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"QUb6Eyvi8\",\"N9bK0Ha2K\"].includes(baseVariant))return false;return true;};const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed4=()=>{if(baseVariant===\"QUb6Eyvi8\")return true;return false;};const isDisplayed5=()=>{if([\"N9bK0Ha2K\",\"fqeZUWvDQ\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"N9bK0Ha2K\")return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"N9bK0Ha2K\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionNavWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-e6tewz\",className,classNames),\"data-framer-appear-id\":\"e6tewz\",\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"KLwqE9Dlf\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(245, 245, 245))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{fqeZUWvDQ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},N9bK0Ha2K:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-b428cb56-e817-47ac-b637-d8d5146143a5, rgb(18, 18, 18))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},QUb6Eyvi8:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-c026de98-e98f-4556-a23e-fb1e958f83c7, rgb(64, 64, 64))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2b5cae51-c4a7-4e1a-a515-40f473707bc4, rgb(0, 0, 0))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}},...addPropertyOverrides({fqeZUWvDQ:{\"data-framer-name\":\"Tablet open\"},jMhbXr81T:{\"data-framer-name\":\"Tablet\"},N9bK0Ha2K:{\"data-framer-name\":\"Mobile open\"},QUb6Eyvi8:{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-border\":true,\"data-framer-name\":\"Mobile\",optimized:true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ejask\",\"data-framer-name\":\"Nav button\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"NthIMAGBT\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7j71vf-container\",layoutDependency:layoutDependency,layoutId:\"UgJjaJ_Hv-container\",nodeId:\"UgJjaJ_Hv\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Explore\",height:\"100%\",id:\"UgJjaJ_Hv\",layoutId:\"UgJjaJ_Hv\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",variant:convertFromBoolean(contains(o3kp2sfhg,\"Explore\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x7Fm2gS2H\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yz4m8s-container\",layoutDependency:layoutDependency,layoutId:\"zDscRTBeb-container\",nodeId:\"zDscRTBeb\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Template\",height:\"100%\",id:\"zDscRTBeb\",layoutId:\"zDscRTBeb\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",variant:convertFromBoolean(equals(o3kp2sfhg,\"Template\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks1[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UM0aDwreY\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-f9ihru-container\",layoutDependency:layoutDependency,layoutId:\"BTOljLjUd-container\",nodeId:\"BTOljLjUd\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Blog\",height:\"100%\",id:\"BTOljLjUd\",layoutId:\"BTOljLjUd\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",variant:convertFromBoolean(contains(o3kp2sfhg,\"Blog\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks2[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NhnEwC38C\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+0+0)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1khky48-container\",layoutDependency:layoutDependency,layoutId:\"UQStSOGbL-container\",nodeId:\"UQStSOGbL\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"About\",height:\"100%\",id:\"UQStSOGbL\",layoutId:\"UQStSOGbL\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",variant:convertFromBoolean(contains(o3kp2sfhg,\"About\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks3[0]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16wmuek\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"AUArDBDnA\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fqeZUWvDQ:{height:41,y:(componentViewport?.y||0)+10+0+0},jMhbXr81T:{height:41,y:(componentViewport?.y||0)+10+0+0},N9bK0Ha2K:{height:41,y:(componentViewport?.y||0)+10+0+-20.5},QUb6Eyvi8:{height:41,y:(componentViewport?.y||0)+10+0+-20.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1se44wx-container\",layoutDependency:layoutDependency,layoutId:\"QayzSX6Ja-container\",nodeId:\"QayzSX6Ja\",rendersWithMotion:true,scopeId:\"PGAflfskK\",...addPropertyOverrides({N9bK0Ha2K:{transformTemplate:transformTemplate1},QUb6Eyvi8:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ElementHandburger,{height:\"100%\",id:\"QayzSX6Ja\",layoutId:\"QayzSX6Ja\",variant:\"FFixTgbPM\",width:\"100%\",...addPropertyOverrides({fqeZUWvDQ:{JaHLcTfp4:JaHLcTfp41q3fdvw},jMhbXr81T:{JaHLcTfp4:JaHLcTfp4h6bpvs,variant:\"hxVW_JiVw\"},N9bK0Ha2K:{JaHLcTfp4:JaHLcTfp41ptmj3q},QUb6Eyvi8:{JaHLcTfp4:JaHLcTfp41irl6f5,variant:\"hxVW_JiVw\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+34+5)+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1jxpr97-container\",id:`${layoutId}-1jxpr97`,layoutDependency:layoutDependency,layoutId:\"COWHrALGh-container\",nodeId:\"COWHrALGh\",ref:ref1,rendersWithMotion:true,scopeId:\"PGAflfskK\",children:[/*#__PURE__*/_jsx(ElementHandburger,{height:\"100%\",id:\"COWHrALGh\",JaHLcTfp4:JaHLcTfp4txyyif({overlay}),layoutId:\"COWHrALGh\",variant:\"Dajdd0zKt\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1jxpr97`,offsetX:0,offsetY:20,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-gt9h7z\",\"data-border\":true,exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"faf1jl_4q\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgba(33, 33, 33, 0.09))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-7252a629-7ca5-4ebc-89cf-7c3a72ac9391, rgb(245, 245, 245))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IM1lu7QXE\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"119px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xumi3d-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZMSdJ4hYV-container\",nodeId:\"ZMSdJ4hYV\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Support\",height:\"100%\",id:\"ZMSdJ4hYV\",layoutId:\"ZMSdJ4hYV\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Support\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks4[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"O8Gdykrgd\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"119px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12vhceg-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"DmCcmSwjx-container\",nodeId:\"DmCcmSwjx\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Pricing\",height:\"100%\",id:\"DmCcmSwjx\",layoutId:\"DmCcmSwjx\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Pricing\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks5[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ok7GjXgqH\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"119px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ydhqt4-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"S_dVDINyI-container\",nodeId:\"S_dVDINyI\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Testimonial\",height:\"100%\",id:\"S_dVDINyI\",layoutId:\"S_dVDINyI\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Testimonial\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks6[0]})})})})]})})})]})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fqeZUWvDQ:{height:40,width:`max(min(${componentViewport?.width||\"100vw\"}, 400px), 400px)`,y:(componentViewport?.y||0)+10+46},jMhbXr81T:{height:40,width:`max(min(${componentViewport?.width||\"100vw\"}, 400px), 400px)`,y:(componentViewport?.y||0)+10+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iwhs39-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Q3j5OtiST-container\",nodeId:\"Q3j5OtiST\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ElementSearch,{height:\"100%\",id:\"Q3j5OtiST\",layoutId:\"Q3j5OtiST\",style:{height:\"100%\",width:\"100%\"},variant:\"QdzAW0Wwc\",width:\"100%\",...addPropertyOverrides({fqeZUWvDQ:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}},jMhbXr81T:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-pqe9xg\",\"data-framer-name\":\"Space\",layoutDependency:layoutDependency,layoutId:\"B0lDY1l_O\"}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZXFuOY4Jd\"},implicitPathVariables:undefined},{href:{webPageId:\"ZXFuOY4Jd\"},implicitPathVariables:undefined},{href:{webPageId:\"ZXFuOY4Jd\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+75+10),...addPropertyOverrides({fqeZUWvDQ:{y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1)+15)},jMhbXr81T:{y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||220)-20-201-0)/1)*1)+15)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xzc098-container\",layoutDependency:layoutDependency,layoutId:\"dQdQdNumL-container\",nodeId:\"dQdQdNumL\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsAccountWithLoggedOut1xzc098WithMappedReactProps1mk1hde,{height:\"100%\",id:\"dQdQdNumL\",layoutId:\"dQdQdNumL\",o43Dgugv9:resolvedLinks7[0],S3tqqG7iv:\"Sign in\",variant:\"Q0i3Gsaui\",width:\"100%\",...addPropertyOverrides({fqeZUWvDQ:{o43Dgugv9:resolvedLinks7[2]},jMhbXr81T:{o43Dgugv9:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hod1TKNgx\"},implicitPathVariables:undefined},{href:{webPageId:\"hod1TKNgx\"},implicitPathVariables:undefined},{href:{webPageId:\"hod1TKNgx\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+10+(((componentViewport?.height||210)-20-190)/2+125+15),...addPropertyOverrides({fqeZUWvDQ:{y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50)+20)},jMhbXr81T:{y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||220)-20-201-0)/1)*1+50)+20)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1pt3kov-container\",id:`${layoutId}-1pt3kov`,layoutDependency:layoutDependency,layoutId:\"HdrZH1aK3-container\",nodeId:\"HdrZH1aK3\",ref:ref3,rendersWithMotion:true,scopeId:\"PGAflfskK\",children:[/*#__PURE__*/_jsx(ProjectIconsAccountWithLoggedIn1pt3kovWithMappedReactProps1mk1hde,{height:\"100%\",id:\"HdrZH1aK3\",layoutId:\"HdrZH1aK3\",o43Dgugv9:resolvedLinks8[0],RCtZIPR8L:RCtZIPR8Ltxyyif({overlay:overlay1}),S3tqqG7iv:\"Account\",variant:convertFromBoolean1(contains(o3kp2sfhg,\"Account\"),activeLocale),width:\"100%\",...addPropertyOverrides({fqeZUWvDQ:{o43Dgugv9:resolvedLinks8[2]},jMhbXr81T:{o43Dgugv9:resolvedLinks8[1]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1pt3kov`,offsetX:0,offsetY:20,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1rprzrr\",\"data-border\":true,exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"z1KXxLWzt\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-256edee8-c06d-41c1-9e71-ac9d0d0f981b, rgb(204, 204, 204))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-dbc41bbd-1801-41f6-8506-0745dca50daf, rgb(227, 227, 227))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VsLt1_nXf\"},implicitPathVariables:undefined},{href:{webPageId:\"VsLt1_nXf\"},implicitPathVariables:undefined},{href:{webPageId:\"VsLt1_nXf\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"145px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pxw08a-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"njbKdx2Vb-container\",nodeId:\"njbKdx2Vb\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"My collection\",height:\"100%\",id:\"njbKdx2Vb\",layoutId:\"njbKdx2Vb\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Collection\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks9[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks9[2]},jMhbXr81T:{zJpLMkxwq:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hod1TKNgx\"},implicitPathVariables:undefined},{href:{webPageId:\"hod1TKNgx\"},implicitPathVariables:undefined},{href:{webPageId:\"hod1TKNgx\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"145px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8qt2fk-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GIptyDrPP-container\",nodeId:\"GIptyDrPP\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Settings\",height:\"100%\",id:\"GIptyDrPP\",layoutId:\"GIptyDrPP\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Account\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks10[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks10[2]},jMhbXr81T:{zJpLMkxwq:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jp3msa\",layoutDependency:layoutDependency,layoutId:\"XviQehXhx\",style:{backgroundColor:\"var(--token-256edee8-c06d-41c1-9e71-ac9d0d0f981b, rgb(204, 204, 204))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"145px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o60vhy-container\",inComponentSlot:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Ochq3YgXR-container\",nodeId:\"Ochq3YgXR\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ElementSignOut,{height:\"100%\",id:\"Ochq3YgXR\",layoutId:\"Ochq3YgXR\",style:{width:\"100%\"},UCyL9H6YE:\"Sign out\",width:\"100%\"})})})]})})})]})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zLatVdqRu\"},motionChild:true,nodeId:\"tZ2q_tx6c\",openInNewTab:false,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation4,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,as:\"a\",background:{alt:\"LOGO\",fit:\"fit\",pixelHeight:836,pixelWidth:2766,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9rGd6pp3TRKANsvFytEbNr6A.png?scale-down-to=2048\"},className:\"framer-478usc framer-1jsxv64\",layoutDependency:layoutDependency,layoutId:\"tZ2q_tx6c\",...addPropertyOverrides({QUb6Eyvi8:{background:{alt:\"LOGO\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||60)-51.5),pixelHeight:836,pixelWidth:2766,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9rGd6pp3TRKANsvFytEbNr6A.png?scale-down-to=2048\"}}},baseVariant,gestureVariant)})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fij0ei\",\"data-border\":true,\"data-framer-name\":\"Mobile\",layoutDependency:layoutDependency,layoutId:\"KceUkxF_5\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-256edee8-c06d-41c1-9e71-ac9d0d0f981b, rgb(204, 204, 204))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},variants:{N9bK0Ha2K:{\"--border-color\":\"var(--token-3b0e5039-05df-4d34-a3f8-aa47210d6ab4, rgba(224, 224, 224, 0.63))\"}},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NhnEwC38C\"},implicitPathVariables:undefined},{href:{webPageId:\"f4DcC8V6T\"},implicitPathVariables:undefined},{href:{webPageId:\"NhnEwC38C\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+0},N9bK0Ha2K:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+10+16+16+59}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-r3u9cg-container\",layoutDependency:layoutDependency,layoutId:\"Zcy4mF_EA-container\",nodeId:\"Zcy4mF_EA\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"About\",height:\"100%\",id:\"Zcy4mF_EA\",layoutId:\"Zcy4mF_EA\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"About\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks11[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks11[2]},N9bK0Ha2K:{DXeMUIP14:\"Fitness\",zJpLMkxwq:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x7Fm2gS2H\"},implicitPathVariables:undefined},{href:{pathVariables:{yWPQcZGQ1:\"shop\"},unresolvedPathSlugs:{yWPQcZGQ1:{collectionId:\"NChvEGR36\",collectionItemId:\"tJcmGBXsP\"}},webPageId:\"xym7VRn_t\"},implicitPathVariables:undefined},{href:{webPageId:\"x7Fm2gS2H\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+59},N9bK0Ha2K:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+10+16+16+118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hfzcyi-container\",layoutDependency:layoutDependency,layoutId:\"C_7hll54n-container\",nodeId:\"C_7hll54n\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Template\",height:\"100%\",id:\"C_7hll54n\",layoutId:\"C_7hll54n\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Template\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks12[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks12[2]},N9bK0Ha2K:{DXeMUIP14:\"Curated Art\",zJpLMkxwq:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UM0aDwreY\"},implicitPathVariables:undefined},{href:{webPageId:\"XqWVtwsia\"},implicitPathVariables:undefined},{href:{webPageId:\"UM0aDwreY\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+118},N9bK0Ha2K:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+10+16+16+177}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qfrekk-container\",layoutDependency:layoutDependency,layoutId:\"ZHw3BYZye-container\",nodeId:\"ZHw3BYZye\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Blog\",height:\"100%\",id:\"ZHw3BYZye\",layoutId:\"ZHw3BYZye\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Blog\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks13[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks13[2]},N9bK0Ha2K:{DXeMUIP14:\"Photography \",zJpLMkxwq:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"O8Gdykrgd\"},implicitPathVariables:undefined},{href:{webPageId:\"gRArbdhGd\"},implicitPathVariables:undefined},{href:{webPageId:\"O8Gdykrgd\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+177},N9bK0Ha2K:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+10+16+16+236}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-141rzmj-container\",layoutDependency:layoutDependency,layoutId:\"BZU4haoJr-container\",nodeId:\"BZU4haoJr\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Pricing\",height:\"100%\",id:\"BZU4haoJr\",layoutId:\"BZU4haoJr\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Pricing\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks14[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks14[2]},N9bK0Ha2K:{DXeMUIP14:\"About\",zJpLMkxwq:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ok7GjXgqH\"},implicitPathVariables:undefined},{href:{webPageId:\"ok7GjXgqH\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+236}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15j5s3x-container\",layoutDependency:layoutDependency,layoutId:\"ecP46_DGF-container\",nodeId:\"ecP46_DGF\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Testimonial\",height:\"100%\",id:\"ecP46_DGF\",layoutId:\"ecP46_DGF\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Testimonial\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks15[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IM1lu7QXE\"},implicitPathVariables:undefined},{href:{webPageId:\"IM1lu7QXE\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+295}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dr0vch-container\",layoutDependency:layoutDependency,layoutId:\"cS8W7EDDT-container\",nodeId:\"cS8W7EDDT\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Support\",height:\"100%\",id:\"cS8W7EDDT\",layoutId:\"cS8W7EDDT\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Support\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks16[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eRrw4TVFw\"},implicitPathVariables:undefined},{href:{webPageId:\"eRrw4TVFw\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({N9bK0Ha2K:{height:49,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+10+16+16+295}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5n8iyl-container\",layoutDependency:layoutDependency,layoutId:\"PGxzltUwy-container\",nodeId:\"PGxzltUwy\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Reviews\",height:\"100%\",id:\"PGxzltUwy\",layoutId:\"PGxzltUwy\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Testimonial\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks17[0],...addPropertyOverrides({N9bK0Ha2K:{zJpLMkxwq:resolvedLinks17[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"zLatVdqRu\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,...addPropertyOverrides({fqeZUWvDQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+10+(0+(41+40+Math.max(0,((componentViewport?.height||644)-20-625-0)/1)*1+50+50)+25)+16+354},N9bK0Ha2K:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+10+16+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kl7c2z-container\",layoutDependency:layoutDependency,layoutId:\"W2FWwcCZh-container\",nodeId:\"W2FWwcCZh\",rendersWithMotion:true,scopeId:\"PGAflfskK\",children:/*#__PURE__*/_jsx(ProjectIconsNavIcon,{DXeMUIP14:\"Explore\",height:\"100%\",id:\"W2FWwcCZh\",layoutId:\"W2FWwcCZh\",qjokKFnef:\"var(--token-a0ebb48b-6120-4038-9fc9-72903246cbe8, rgb(209, 255, 81))\",style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(contains(o3kp2sfhg,\"Explore\"),activeLocale),width:\"100%\",zJpLMkxwq:resolvedLinks18[0],...addPropertyOverrides({fqeZUWvDQ:{zJpLMkxwq:resolvedLinks18[2]},N9bK0Ha2K:{DXeMUIP14:\"Home\",variant:\"Cp1Cff7DC\",zJpLMkxwq:resolvedLinks18[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UJxWy.framer-1jsxv64, .framer-UJxWy .framer-1jsxv64 { display: block; }\",\".framer-UJxWy.framer-e6tewz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 10px 0px; position: relative; width: 1300px; }\",\".framer-UJxWy .framer-11ejask { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-UJxWy .framer-7j71vf-container, .framer-UJxWy .framer-1yz4m8s-container, .framer-UJxWy .framer-f9ihru-container, .framer-UJxWy .framer-1khky48-container, .framer-UJxWy .framer-1se44wx-container, .framer-UJxWy .framer-1jxpr97-container, .framer-UJxWy .framer-1xzc098-container, .framer-UJxWy .framer-1pt3kov-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-UJxWy .framer-16wmuek { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-UJxWy .framer-gt9h7z { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 139px; will-change: var(--framer-will-change-override, transform); }\",\".framer-UJxWy .framer-1xumi3d-container, .framer-UJxWy .framer-12vhceg-container, .framer-UJxWy .framer-1ydhqt4-container, .framer-UJxWy .framer-pxw08a-container, .framer-UJxWy .framer-8qt2fk-container, .framer-UJxWy .framer-o60vhy-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-UJxWy .framer-1iwhs39-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-UJxWy .framer-pqe9xg { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-UJxWy .framer-1rprzrr { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: 155px; will-change: var(--framer-will-change-override, transform); }\",\".framer-UJxWy .framer-1jp3msa { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-UJxWy .framer-478usc { bottom: 1px; flex: none; height: 51px; left: 16px; position: absolute; text-decoration: none; width: 146px; z-index: 1; }\",\".framer-UJxWy .framer-fij0ei { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-UJxWy .framer-r3u9cg-container, .framer-UJxWy .framer-hfzcyi-container, .framer-UJxWy .framer-1qfrekk-container, .framer-UJxWy .framer-141rzmj-container, .framer-UJxWy .framer-15j5s3x-container, .framer-UJxWy .framer-dr0vch-container, .framer-UJxWy .framer-5n8iyl-container, .framer-UJxWy .framer-kl7c2z-container { flex: none; height: 49px; position: relative; width: 100%; }\",\".framer-UJxWy.framer-v-1ablp5.framer-e6tewz, .framer-UJxWy.framer-v-1t1w8fb.framer-e6tewz { justify-content: flex-start; overflow: hidden; width: 810px; }\",\".framer-UJxWy.framer-v-1ablp5 .framer-16wmuek, .framer-UJxWy.framer-v-1t1w8fb .framer-16wmuek { justify-content: flex-start; order: 1; }\",\".framer-UJxWy.framer-v-1ablp5 .framer-1se44wx-container, .framer-UJxWy.framer-v-clmt4h .framer-kl7c2z-container, .framer-UJxWy.framer-v-1t1w8fb .framer-1se44wx-container, .framer-UJxWy.framer-v-1t1w8fb .framer-r3u9cg-container { order: 0; }\",\".framer-UJxWy.framer-v-1ablp5 .framer-1iwhs39-container, .framer-UJxWy.framer-v-1t1w8fb .framer-1iwhs39-container { max-width: 400px; min-width: 400px; order: 2; width: 100%; }\",\".framer-UJxWy.framer-v-1ablp5 .framer-pqe9xg, .framer-UJxWy.framer-v-clmt4h .framer-1qfrekk-container, .framer-UJxWy.framer-v-1t1w8fb .framer-pqe9xg, .framer-UJxWy.framer-v-1t1w8fb .framer-141rzmj-container { order: 3; }\",\".framer-UJxWy.framer-v-1ablp5 .framer-1xzc098-container, .framer-UJxWy.framer-v-clmt4h .framer-141rzmj-container, .framer-UJxWy.framer-v-1t1w8fb .framer-1xzc098-container, .framer-UJxWy.framer-v-1t1w8fb .framer-15j5s3x-container { order: 4; }\",\".framer-UJxWy.framer-v-1ablp5 .framer-1pt3kov-container, .framer-UJxWy.framer-v-1t1w8fb .framer-1pt3kov-container { order: 5; }\",\".framer-UJxWy.framer-v-1hpy2ab.framer-e6tewz { align-content: flex-start; align-items: flex-start; gap: 24px; justify-content: flex-start; overflow: hidden; padding: 10px 16px 10px 16px; width: 360px; will-change: var(--framer-will-change-override, transform); }\",\".framer-UJxWy.framer-v-1hpy2ab .framer-16wmuek { min-height: 40px; min-width: 40px; order: 1; }\",\".framer-UJxWy.framer-v-1hpy2ab .framer-1se44wx-container { order: 0; position: absolute; right: -289px; top: 50%; z-index: 1; }\",\".framer-UJxWy.framer-v-1hpy2ab .framer-478usc, .framer-UJxWy.framer-v-clmt4h .framer-5n8iyl-container, .framer-UJxWy.framer-v-1t1w8fb .framer-dr0vch-container { order: 6; }\",\".framer-UJxWy.framer-v-clmt4h.framer-e6tewz { align-content: flex-start; align-items: flex-start; gap: 16px; justify-content: flex-start; overflow: hidden; padding: 10px 16px 10px 16px; width: 360px; }\",\".framer-UJxWy.framer-v-clmt4h .framer-16wmuek { min-height: 40px; min-width: 40px; order: 0; }\",\".framer-UJxWy.framer-v-clmt4h .framer-1se44wx-container { order: 0; position: absolute; right: -297px; top: 50%; z-index: 1; }\",\".framer-UJxWy.framer-v-clmt4h .framer-fij0ei, .framer-UJxWy.framer-v-1t1w8fb .framer-kl7c2z-container { order: 7; }\",\".framer-UJxWy.framer-v-clmt4h .framer-r3u9cg-container, .framer-UJxWy.framer-v-1t1w8fb .framer-hfzcyi-container { order: 1; }\",\".framer-UJxWy.framer-v-clmt4h .framer-hfzcyi-container, .framer-UJxWy.framer-v-1t1w8fb .framer-1qfrekk-container { order: 2; }\",\".framer-UJxWy.framer-v-1t1w8fb .framer-fij0ei { order: 7; padding: 16px 32px 0px 32px; }\",'.framer-UJxWy[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-UJxWy [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-UJxWy[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-UJxWy [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-UJxWy[data-hide-scrollbars=\"true\"], .framer-UJxWy [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-UJxWy[data-border=\"true\"]::after, .framer-UJxWy [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 210\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jMhbXr81T\":{\"layout\":[\"fixed\",\"auto\"]},\"QUb6Eyvi8\":{\"layout\":[\"fixed\",\"auto\"]},\"N9bK0Ha2K\":{\"layout\":[\"fixed\",\"auto\"]},\"fqeZUWvDQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"o3kp2sfhg\":\"active\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerPGAflfskK=withCSS(Component,css,\"framer-UJxWy\");export default FramerPGAflfskK;FramerPGAflfskK.displayName=\"Navigation/Navigation\";FramerPGAflfskK.defaultProps={height:210,width:1300};addPropertyControls(FramerPGAflfskK,{variant:{options:[\"KLwqE9Dlf\",\"jMhbXr81T\",\"QUb6Eyvi8\",\"N9bK0Ha2K\",\"fqeZUWvDQ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Mobile open\",\"Tablet open\"],title:\"Variant\",type:ControlType.Enum},o3kp2sfhg:{defaultValue:\"Explore\",description:\"Click here to edit the Active page Title.\",displayTextArea:false,title:\"Active\",type:ControlType.String}});addFonts(FramerPGAflfskK,[{explicitInter:true,fonts:[]},...ProjectIconsNavIconFonts,...ElementHandburgerFonts,...ElementSearchFonts,...ProjectIconsAccountFonts,...ElementSignOutFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPGAflfskK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jMhbXr81T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QUb6Eyvi8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N9bK0Ha2K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fqeZUWvDQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"210\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"o3kp2sfhg\\\":\\\"active\\\"}\",\"framerIntrinsicWidth\":\"1300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PGAflfskK.map"],
  "mappings": "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",
  "names": ["R", "_", "t", "e", "i", "U", "s", "m", "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", "r", "M", "L", "q", "z", "k", "C", "D", "F", "H", "g", "S", "window", "y", "V", "B", "AuthWidget", "withCSS", "links", "primaryButton", "secondaryButton", "avatar", "layout", "align", "store", "ref", "ref1", "ref2", "ref3", "ref4", "router", "useRouter", "menuOpen", "setMenuOpen", "ye", "primaryButtonPaddingPerSide", "primaryButtonPaddingTop", "primaryButtonPaddingRight", "primaryButtonPaddingBottom", "primaryButtonPaddingLeft", "primaryButtonPadding", "primaryButtonBorderRadius", "primaryButtonBorderObject", "primaryButtonShadowObject", "primaryButtonPaddingValue", "primaryButtonShadowStyles", "primaryButtonBorderStyles", "secondaryButtonPaddingPerSide", "secondaryButtonPaddingTop", "secondaryButtonPaddingRight", "secondaryButtonPaddingBottom", "secondaryButtonPaddingLeft", "secondaryButtonPadding", "secondaryButtonBorderRadius", "secondaryButtonBorderObject", "secondaryButtonShadowObject", "secondaryButtonPaddingValue", "secondaryButtonShadowStyles", "secondaryButtonBorderStyles", "avatarPaddingPerSide", "avatarPaddingTop", "avatarPaddingRight", "avatarPaddingBottom", "avatarPaddingLeft", "avatarPadding", "avatarBorderRadius", "avatarBorderObject", "avatarShadowObject", "avatarPaddingValue", "avatarShadowStyles", "avatarBorderStyles", "toggleMenu", "loggedInOrEditor", "window", "loggedOutOrEditor", "displayLink", "link", "handleClick", "item", "linkType", "action", "B", "dynamicBoxShadow", "shadows", "output", "shadow", "primaryButtonStyle", "buttonStyle", "secondaryButtonStyle", "u", "containerStyle", "index", "p", "relativeStyle", "avatarWrapperStyle", "avatarStyle", "dropdownStyle", "menuItemStyle", "paddingPropertyControls", "ControlType", "sizePropertyControls", "buttonPropertycontrols", "basePropertyControls", "props", "addPropertyControls", "AuthWidget_default", "u", "s", "i", "r", "e", "t", "n", "c", "l", "f", "window", "o", "ye", "ue", "d", "t", "f", "se", "c", "y", "t", "n", "o", "f", "c", "m", "u", "s", "l", "pe", "a", "se", "ue", "g", "n", "s", "o", "r", "e", "u", "a", "i", "c", "t", "l", "window", "ye", "ue", "v", "t", "e", "i", "n", "s", "o", "u", "i", "d", "l", "t", "e", "n", "a", "u", "r", "c", "f", "window", "withAuth", "Component", "d", "withFirstName", "Component", "y", "withLoggedIn", "m", "withLoggedOut", "g", "fontStore", "fonts", "css", "className", "AuthWidgetFonts", "getFonts", "AuthWidget_default", "AuthWidgetWithAuth", "withAuth", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UCyL9H6YE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SVG", "RichText2", "css", "FramerTcciRsbZV", "withCSS", "TcciRsbZV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "SearchFonts", "getFonts", "Search_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "ComponentViewportProvider", "RichText2", "css", "Framerv36a3IJI2", "withCSS", "v36a3IJI2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "JaHLcTfp4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12vp4i9", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "css", "FramermX1u7g_XV", "withCSS", "mX1u7g_XV_default", "addPropertyControls", "ControlType", "addFonts", "rU0WfEM78_exports", "__export", "__FramerMetadata__", "rU0WfEM78_default", "RichTextWithFirstName", "withFirstName", "RichText2", "MotionDivWithLoggedIn", "withLoggedIn", "motion", "RichTextWithLoggedOut", "withLoggedOut", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "S3tqqG7iv", "o43Dgugv9", "HPnULOxVi", "RCtZIPR8L", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb9hobx", "args", "onMouseEnter1rb4g5u", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "css", "FramerrU0WfEM78", "withCSS", "rU0WfEM78_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "click", "height", "hover", "hoverColor", "id", "navLink", "text", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "DXeMUIP14", "zJpLMkxwq", "yNjiSH36a", "kxRwmA0eJ", "qjokKFnef", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaprpxfrh", "args", "onMouseEnterw03r3q", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerZ7OTwZxPm", "withCSS", "Z7OTwZxPm_default", "addPropertyControls", "ControlType", "addFonts", "ProjectIconsNavIconFonts", "getFonts", "Z7OTwZxPm_default", "ElementHandburgerFonts", "mX1u7g_XV_default", "MotionDivWithFX", "withFX", "motion", "ElementSearchFonts", "v36a3IJI2_default", "ProjectIconsAccountFonts", "rU0WfEM78_default", "ProjectIconsAccountWithLoggedOut1xzc098WithMappedReactProps1mk1hde", "withMappedReactProps", "withCodeBoundaryForOverrides", "withLoggedOut", "rU0WfEM78_exports", "ProjectIconsAccountWithLoggedIn1pt3kovWithMappedReactProps1mk1hde", "withLoggedIn", "ElementSignOutFonts", "TcciRsbZV_default", "ImageWithFX", "Image2", "MotionNavWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "contains", "a", "b", "convertFromBoolean", "value", "activeLocale", "equals", "transformTemplate1", "_", "t", "transition3", "animation2", "animation3", "animation4", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "convertFromBoolean1", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "active", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "o3kp2sfhg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "JaHLcTfp4h6bpvs", "args", "JaHLcTfp41irl6f5", "JaHLcTfp41ptmj3q", "JaHLcTfp41q3fdvw", "JaHLcTfp4txyyif", "overlay", "loadMore", "RCtZIPR8Ltxyyif", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "ref1", "ref2", "isDisplayed2", "isDisplayed3", "ref3", "ref4", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "l", "AnimatePresence", "Floating", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "overlay1", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "Link", "getLoadingLazyAtYPosition", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "css", "FramerPGAflfskK", "withCSS", "PGAflfskK_default", "addPropertyControls", "ControlType", "addFonts"]
}
