{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/eFx3uizu0K4xrJOLnc4i/DlV1oNBQwukPAIc15OLT/ohThSiAic.js"],
  "sourcesContent": ["// Generated by Framer (e75c18f)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, getWhereExpressionFromPathVariables, Image, NotFoundError, optimizeAppear, optimizeAppearTransformTemplate, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, useCurrentPathVariables, useHydratedBreakpointVariants, useLocaleInfo, useQueryData, useRouteElementId, useRouter, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Noise from \"https://framerusercontent.com/modules/bamMgJhjMszHbcnxCtZj/20nHFbpxFqdlchR1dDZF/Noise.js\";\nimport ContactButton from \"https://framerusercontent.com/modules/1FfzjIon5XhBMPWvcPHI/V5MNVvxAsbNJsYrNjMNo/AqGoFcwVG.js\";\nimport LogoProfile from \"https://framerusercontent.com/modules/sNHs8JmNa3mM6b6zJN5S/jMex6z8TCo7yUG6ScCsm/BYNb_BvuU.js\";\nimport GetTemplateButton from \"https://framerusercontent.com/modules/p755GX9GKWETs1Gryc1l/Dzae6vOJuhBpJxpkXWFh/fcP2eio1t.js\";\nimport MenuLink from \"https://framerusercontent.com/modules/8hgg8agJ3zuXnG6DQIxx/vz9j1NAkMnWa04XhtRuu/htvPULmZG.js\";\nimport Work from \"https://framerusercontent.com/modules/uoPe4TMntUVObEFPmlQt/PcifoE1EG1gR0cYnn0BL/gwRGFbq1J.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/7ySqtqws2TQ7LcUU5OIZ/nlBiLhttguPjbsmKFwSh/axKfd42Hw.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/nSgbAkRKRfArsjOwJfq2/7awhRMnhGr5uunjymMJr/ookvPmU1_.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/xvQyLxoigNCVBf8X6T07/tbE3wWg4g6QwrDU64eye/qGddNvMsk.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/3pkAq2ZoPPBIsE98onOP/70f6Ig63JQXucqnivPqK/WXLgYgNfz.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/eNwYw9BRkRFs5N646jb4/KsoG6TCRpA9TPXuEQwYp/xzgxdrArF.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/kli4uyqwTBerPetNFbhf/yRJvNOKXzwPdD5tpM8OH/ohThSiAic.js\";\nconst LogoProfileFonts = getFonts(LogoProfile);\nconst RichTextWithFX = withFX(RichText);\nconst ImageWithFX = withFX(Image);\nconst MotionDivWithFX = withFX(motion.div);\nconst ContactButtonFonts = getFonts(ContactButton);\nconst MenuLinkFonts = getFonts(MenuLink);\nconst NoiseFonts = getFonts(Noise);\nconst GetTemplateButtonFonts = getFonts(GetTemplateButton);\nconst cycleOrder = [\"t0sLXC4WX\", \"BeWD50EQr\", \"jPPC4Q8Pk\"];\nconst breakpoints = {\n  BeWD50EQr: \"(min-width: 810px) and (max-width: 1199px)\",\n  jPPC4Q8Pk: \"(max-width: 809px)\",\n  t0sLXC4WX: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-3IvEY\";\nconst variantClassNames = {\n  BeWD50EQr: \"framer-v-9xg2kl\",\n  jPPC4Q8Pk: \"framer-v-22rt8m\",\n  t0sLXC4WX: \"framer-v-1up39o3\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"t0sLXC4WX\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transition1 = {\n  damping: 60,\n  delay: 0,\n  mass: 1,\n  stiffness: 200,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 1,\n  rotate: -180,\n  scale: 1,\n  transition: transition1,\n  x: -120,\n  y: -120\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: 1,\n  rotate: -180,\n  scale: 1,\n  x: -120,\n  y: -120\n};\nconst animation3 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .8,\n  x: 0,\n  y: 0\n};\nconst transition2 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 400,\n  type: \"spring\"\n};\nconst animation4 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .8,\n  transition: transition2,\n  x: 0,\n  y: 0\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst animation5 = {\n  opacity: 1,\n  rotate: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 120\n};\nconst animation6 = {\n  opacity: 1,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 120\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"t0sLXC4WX\",\n  Phone: \"jPPC4Q8Pk\",\n  Tablet: \"BeWD50EQr\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"t0sLXC4WX\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale,\n    setLocale\n  } = useLocaleInfo();\n  const currentPathVariables = useCurrentPathVariables();\n  const [currentRouteData] = useQueryData({\n    from: {\n      data: Work,\n      type: \"Collection\"\n    },\n    select: [{\n      name: \"wEvHPvNKp\",\n      type: \"Identifier\"\n    }, {\n      name: \"YORiYx9sl\",\n      type: \"Identifier\"\n    }, {\n      name: \"oSp9Obrnt\",\n      type: \"Identifier\"\n    }, {\n      name: \"cTG5Sw_OA\",\n      type: \"Identifier\"\n    }, {\n      name: \"aN6WdPHLh\",\n      type: \"Identifier\"\n    }, {\n      name: \"oBhwS8CLa\",\n      type: \"Identifier\"\n    }],\n    where: getWhereExpressionFromPathVariables(currentPathVariables)\n  });\n  const getFromCurrentRouteData = key => {\n    if (!currentRouteData) throw new NotFoundError(`No data in \"Work\" matches path variables: ${JSON.stringify(currentPathVariables)}`);\n    return currentRouteData[key];\n  };\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    wEvHPvNKp = getFromCurrentRouteData(\"wEvHPvNKp\"),\n    YORiYx9sl = getFromCurrentRouteData(\"YORiYx9sl\"),\n    oSp9Obrnt = getFromCurrentRouteData(\"oSp9Obrnt\"),\n    cTG5Sw_OA = getFromCurrentRouteData(\"cTG5Sw_OA\"),\n    aN6WdPHLh = getFromCurrentRouteData(\"aN6WdPHLh\"),\n    oBhwS8CLa = getFromCurrentRouteData(\"oBhwS8CLa\"),\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(currentRouteData, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(`${metadata1.bodyClassName}-framer-3IvEY`);\n      return () => {\n        document.body.classList.remove(`${metadata1.bodyClassName}-framer-3IvEY`);\n      };\n    }\n  }, [currentRouteData, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const ref1 = React.useRef(null);\n  const id = useRouteElementId(\"SNeapRqsu\");\n  const ref2 = React.useRef(null);\n  const id1 = useRouteElementId(\"uq9B4ExM0\");\n  const ref3 = React.useRef(null);\n  const router = useRouter();\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className];\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"t0sLXC4WX\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsxs(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: [/*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(serializationHash, ...sharedStyleClassNames, \"framer-1up39o3\", className),\n        ref: ref !== null && ref !== void 0 ? ref : ref1,\n        style: {\n          ...style\n        },\n        children: [/*#__PURE__*/_jsxs(\"div\", {\n          className: \"framer-10zs1xb\",\n          \"data-framer-name\": \"Post\",\n          name: \"Post\",\n          children: [/*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-cs6ypb\",\n            \"data-framer-name\": \"Top Columns\",\n            name: \"Top Columns\",\n            children: [/*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-jk54de\",\n              \"data-framer-name\": \"Left Content\",\n              name: \"Left Content\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  BeWD50EQr: {\n                    \"data-framer-appear-id\": \"29nflp\",\n                    animate: optimizeAppear(\"animate\", \"29nflp\", animation1, \"9xg2kl\"),\n                    initial: optimizeAppear(\"initial\", \"29nflp\", animation2, \"9xg2kl\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"29nflp\", transformTemplate)\n                  },\n                  jPPC4Q8Pk: {\n                    \"data-framer-appear-id\": \"jleaoc\",\n                    animate: optimizeAppear(\"animate\", \"jleaoc\", animation1, \"22rt8m\"),\n                    initial: optimizeAppear(\"initial\", \"jleaoc\", animation2, \"22rt8m\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"jleaoc\", transformTemplate)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Container, {\n                  animate: optimizeAppear(\"animate\", \"bvopoo\", animation1, \"1up39o3\"),\n                  className: \"framer-bvopoo-container\",\n                  \"data-framer-appear-id\": \"bvopoo\",\n                  exit: animation,\n                  initial: optimizeAppear(\"initial\", \"bvopoo\", animation2, \"1up39o3\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"bvopoo\", transformTemplate),\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      BeWD50EQr: {\n                        variant: \"Baa_qDBie\"\n                      },\n                      jPPC4Q8Pk: {\n                        variant: \"Baa_qDBie\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(LogoProfile, {\n                      height: \"100%\",\n                      HpsExVU1H: \"\u2726 BRAND CREATOR \u2726 DIGITAL DESIGNER \",\n                      id: \"KQUjAMtpd\",\n                      layoutId: \"KQUjAMtpd\",\n                      style: {\n                        height: \"100%\",\n                        width: \"100%\"\n                      },\n                      variant: \"bLbruZGKs\",\n                      width: \"100%\"\n                    })\n                  })\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  jPPC4Q8Pk: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        className: \"framer-styles-preset-mbk48r\",\n                        \"data-styles-preset\": \"axKfd42Hw\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-99351878-363a-47b2-9a3c-6acaef70a562, rgb(137, 251, 131))\"\n                        },\n                        children: \"Digital Magazine Redesign\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                  __framer__animate: {\n                    transition: transition2\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation3,\n                  __framer__exit: animation4,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: 0,\n                  __fromCanvasComponent: true,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-mbk48r\",\n                      \"data-styles-preset\": \"axKfd42Hw\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-99351878-363a-47b2-9a3c-6acaef70a562, rgb(137, 251, 131))\"\n                      },\n                      children: \"Digital Magazine Redesign\"\n                    })\n                  }),\n                  className: \"framer-940ryu\",\n                  \"data-framer-name\": \"Title\",\n                  name: \"Title\",\n                  text: wEvHPvNKp,\n                  transformTemplate: transformTemplate,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                jPPC4Q8Pk: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    sizes: \"calc(100vw - 48px)\",\n                    ...toResponsiveImage(YORiYx9sl)\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition2\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation3,\n                __framer__exit: animation4,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: 0,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  sizes: \"max((100vw - 144px) / 2, 0px)\",\n                  ...toResponsiveImage(YORiYx9sl)\n                },\n                className: \"framer-5dos4m\",\n                \"data-framer-name\": \"Photo\",\n                name: \"Photo\",\n                transformTemplate: transformTemplate\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n            __framer__animate: {\n              transition: transition2\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation3,\n            __framer__exit: animation4,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: 0,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-1ab9k6a\",\n            transformTemplate: transformTemplate,\n            children: [/*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-f1agit\",\n              \"data-framer-name\": \"Details\",\n              name: \"Details\",\n              children: [/*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-9ij2gi\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1qaovoe\",\n                      \"data-styles-preset\": \"xzgxdrArF\",\n                      style: {\n                        \"--framer-text-color\": \"var(--token-7556d445-f146-4c56-8498-b781258a332a, rgb(232, 251, 252))\"\n                      },\n                      children: \"Category:\"\n                    })\n                  }),\n                  className: \"framer-rff3nl\",\n                  \"data-framer-name\": \"Category\",\n                  name: \"Category\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1qaovoe\",\n                      \"data-styles-preset\": \"xzgxdrArF\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-7556d445-f146-4c56-8498-b781258a332a, rgb(232, 251, 252))\"\n                      },\n                      children: \"User Interface (UI) Design\"\n                    })\n                  }),\n                  className: \"framer-1ldr3rl\",\n                  \"data-framer-name\": \"Category\",\n                  name: \"Category\",\n                  text: oSp9Obrnt,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-1wid18z\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1qaovoe\",\n                      \"data-styles-preset\": \"xzgxdrArF\",\n                      style: {\n                        \"--framer-text-color\": \"var(--token-7556d445-f146-4c56-8498-b781258a332a, rgb(232, 251, 252))\"\n                      },\n                      children: \"Client:\"\n                    })\n                  }),\n                  className: \"framer-1uky22g\",\n                  \"data-framer-name\": \"Client\",\n                  name: \"Client\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1qaovoe\",\n                      \"data-styles-preset\": \"xzgxdrArF\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-7556d445-f146-4c56-8498-b781258a332a, rgb(232, 251, 252))\"\n                      },\n                      children: \"Digital Insights Magazine\"\n                    })\n                  }),\n                  className: \"framer-18qz68g\",\n                  \"data-framer-name\": \"Client\",\n                  name: \"Client\",\n                  text: cTG5Sw_OA,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-5v90re\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1qaovoe\",\n                      \"data-styles-preset\": \"xzgxdrArF\",\n                      style: {\n                        \"--framer-text-color\": \"var(--token-7556d445-f146-4c56-8498-b781258a332a, rgb(232, 251, 252))\"\n                      },\n                      children: \"Used Tools:\"\n                    })\n                  }),\n                  className: \"framer-vh7qmu\",\n                  \"data-framer-name\": \"Tools\",\n                  name: \"Tools\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1qaovoe\",\n                      \"data-styles-preset\": \"xzgxdrArF\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-7556d445-f146-4c56-8498-b781258a332a, rgb(232, 251, 252))\"\n                      },\n                      children: \"Framer, Adobe Photoshop\"\n                    })\n                  }),\n                  className: \"framer-ig1jgc\",\n                  \"data-framer-name\": \"Tools\",\n                  name: \"Tools\",\n                  text: aN6WdPHLh,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })]\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: oBhwS8CLa,\n              className: \"framer-fk3n8h\",\n              \"data-framer-name\": \"Content\",\n              name: \"Content\",\n              stylesPresetsClassNames: {\n                h1: \"framer-styles-preset-mbk48r\",\n                h2: \"framer-styles-preset-14b947d\",\n                h3: \"framer-styles-preset-8fskbi\",\n                p: \"framer-styles-preset-tifong\"\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          className: \"framer-1c86vvk\",\n          \"data-framer-name\": \"Invisible footer\",\n          id: id,\n          name: \"Invisible footer\",\n          ref: ref2\n        }), /*#__PURE__*/_jsx(\"div\", {\n          className: \"framer-jdr4e3\",\n          \"data-framer-name\": \"Footer Section\",\n          id: id1,\n          name: \"Footer Section\",\n          ref: ref3,\n          children: /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-8b5ole\",\n            \"data-framer-name\": \"Content\",\n            name: \"Content\",\n            children: [/*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-1vecucw\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  BeWD50EQr: {\n                    \"data-framer-appear-id\": \"1jhl579\",\n                    animate: optimizeAppear(\"animate\", \"1jhl579\", animation1, \"9xg2kl\"),\n                    initial: optimizeAppear(\"initial\", \"1jhl579\", animation6, \"9xg2kl\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"1jhl579\", transformTemplate)\n                  },\n                  jPPC4Q8Pk: {\n                    \"data-framer-appear-id\": \"mykh5o\",\n                    animate: optimizeAppear(\"animate\", \"mykh5o\", animation1, \"22rt8m\"),\n                    initial: optimizeAppear(\"initial\", \"mykh5o\", animation6, \"22rt8m\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"mykh5o\", transformTemplate)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                  __framer__styleTransformEffectEnabled: true,\n                  __framer__transformTargets: [{\n                    target: {\n                      opacity: 1,\n                      rotate: 0,\n                      rotateX: 0,\n                      rotateY: 0,\n                      scale: 2,\n                      x: 0,\n                      y: 0\n                    }\n                  }, {\n                    ref: ref2,\n                    target: {\n                      opacity: 1,\n                      rotate: 0,\n                      rotateX: 0,\n                      rotateY: 0,\n                      scale: 1,\n                      x: 0,\n                      y: 0\n                    }\n                  }],\n                  __framer__transformTrigger: \"onScrollTarget\",\n                  __framer__transformViewportThreshold: 1,\n                  __fromCanvasComponent: true,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  animate: optimizeAppear(\"animate\", \"efd8tj\", animation1, \"1up39o3\"),\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h2\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7SW50ZXIgVGlnaHQtOTAw\",\n                        \"--framer-font-family\": '\"Inter Tight\", sans-serif',\n                        \"--framer-font-size\": \"160px\",\n                        \"--framer-font-weight\": \"900\",\n                        \"--framer-line-height\": \"0.8em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, rgb(50, 58, 44))\"\n                      },\n                      children: \"LET'S TALK\"\n                    })\n                  }),\n                  className: \"framer-efd8tj\",\n                  \"data-framer-appear-id\": \"efd8tj\",\n                  exit: animation5,\n                  fonts: [\"GF;Inter Tight-900\"],\n                  initial: optimizeAppear(\"initial\", \"efd8tj\", animation6, \"1up39o3\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"efd8tj\", transformTemplate),\n                  verticalAlignment: \"top\",\n                  viewBox: \"0 0 889 128\",\n                  withExternalLayout: true\n                })\n              })\n            }), /*#__PURE__*/_jsx(Container, {\n              className: \"framer-1w7ccb-container\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  BeWD50EQr: {\n                    variant: \"uytax5Kr_\"\n                  },\n                  jPPC4Q8Pk: {\n                    variant: \"uytax5Kr_\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ContactButton, {\n                  height: \"100%\",\n                  id: \"bnTTwnsUy\",\n                  layoutId: \"bnTTwnsUy\",\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  variant: \"oXNss8DIB\",\n                  width: \"100%\"\n                })\n              })\n            }), /*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-na28ge\",\n              \"data-framer-name\": \"Footer Links\",\n              name: \"Footer Links\",\n              children: [/*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-rp2p65\",\n                \"data-framer-name\": \"Menu\",\n                name: \"Menu\",\n                children: [/*#__PURE__*/_jsx(Container, {\n                  className: \"framer-69m2zf-container\",\n                  \"data-framer-name\": \"Twitter\",\n                  name: \"Twitter\",\n                  children: /*#__PURE__*/_jsx(MenuLink, {\n                    FH9GqwMqG: \"Twitter\",\n                    height: \"100%\",\n                    hM93PXv53: \"https://framer.com/projects/new?duplicate=DLwvJujGzbe9CRiS9poU&via=cristianmielu\",\n                    id: \"g7DYxiRCQ\",\n                    layoutId: \"g7DYxiRCQ\",\n                    name: \"Twitter\",\n                    variant: \"gjuBRTGMF\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-13q9jki-container\",\n                  \"data-framer-name\": \"LinkedIn\",\n                  name: \"LinkedIn\",\n                  children: /*#__PURE__*/_jsx(MenuLink, {\n                    FH9GqwMqG: \"LinkedIn\",\n                    height: \"100%\",\n                    hM93PXv53: \"https://framer.com/projects/new?duplicate=DLwvJujGzbe9CRiS9poU&via=cristianmielu\",\n                    id: \"l_yC81ZGQ\",\n                    layoutId: \"l_yC81ZGQ\",\n                    name: \"LinkedIn\",\n                    variant: \"gjuBRTGMF\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-1fc6o5s-container\",\n                  \"data-framer-name\": \"Instagram\",\n                  name: \"Instagram\",\n                  children: /*#__PURE__*/_jsx(MenuLink, {\n                    FH9GqwMqG: \"Instagram\",\n                    height: \"100%\",\n                    hM93PXv53: \"https://framer.com/projects/new?duplicate=DLwvJujGzbe9CRiS9poU&via=cristianmielu\",\n                    id: \"Fa8wEQQWZ\",\n                    layoutId: \"Fa8wEQQWZ\",\n                    name: \"Instagram\",\n                    variant: \"gjuBRTGMF\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-1e5qs8d-container\",\n                  \"data-framer-name\": \"Licensing\",\n                  name: \"Licensing\",\n                  children: /*#__PURE__*/_jsx(MenuLink, {\n                    FH9GqwMqG: \"Licensing\",\n                    height: \"100%\",\n                    hM93PXv53: resolveLink({\n                      webPageId: \"Jo35hgMHB\"\n                    }, router),\n                    id: \"dzoldt6NY\",\n                    layoutId: \"dzoldt6NY\",\n                    name: \"Licensing\",\n                    variant: \"JIOR1dDzo\",\n                    width: \"100%\"\n                  })\n                })]\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-90hs74\",\n                \"data-framer-name\": \"Credentials\",\n                name: \"Credentials\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\n                        \"--framer-font-family\": '\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\n                        \"--framer-font-size\": \"14px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-color\": \"var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, rgb(25, 29, 22))\"\n                      },\n                      children: \"\\xa9 Copyright 2023. All rights Reserved.\"\n                    })\n                  }),\n                  className: \"framer-tqe40g\",\n                  fonts: [\"GF;Inter Tight-regular\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\n                        \"--framer-font-family\": '\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\n                        \"--framer-font-size\": \"14px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-color\": \"var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, rgb(25, 29, 22))\"\n                      },\n                      children: \"Made in Framer\"\n                    })\n                  }),\n                  className: \"framer-1kqvw07\",\n                  fonts: [\"GF;Inter Tight-regular\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })]\n            })]\n          })\n        }), /*#__PURE__*/_jsx(\"div\", {\n          className: \"framer-ba59ry\",\n          \"data-framer-name\": \"Noise Layer\",\n          name: \"Noise Layer\",\n          children: /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1aeywle-container\",\n            children: /*#__PURE__*/_jsx(Noise, {\n              backgroundSize: 256,\n              borderRadius: 0,\n              height: \"100%\",\n              id: \"W3Q5Ug7Tc\",\n              layoutId: \"W3Q5Ug7Tc\",\n              opacity: .1,\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              width: \"100%\"\n            })\n          })\n        }), /*#__PURE__*/_jsx(Container, {\n          className: \"framer-a29nld-container\",\n          layoutScroll: true,\n          children: /*#__PURE__*/_jsx(GetTemplateButton, {\n            B5eVDcTou: \"https://framer.com/projects/new?duplicate=DLwvJujGzbe9CRiS9poU&via=cristianmielu\",\n            height: \"100%\",\n            id: \"ioMXkFeFI\",\n            layoutId: \"ioMXkFeFI\",\n            style: {\n              height: \"100%\",\n              width: \"100%\"\n            },\n            width: \"100%\"\n          })\n        })]\n      }), /*#__PURE__*/_jsx(\"div\", {\n        className: serializationHash,\n        id: \"overlay\"\n      })]\n    })\n  });\n});\nconst css = ['.framer-3IvEY[data-border=\"true\"]::after, .framer-3IvEY [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName}-framer-3IvEY { background: var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, rgb(50, 58, 44)) /* {\"name\":\"Slack Olive/20\"} */; }`, \".framer-3IvEY.framer-1sqhdjo, .framer-3IvEY .framer-1sqhdjo { display: block; }\", \".framer-3IvEY.framer-1up39o3 { align-content: center; align-items: center; background-color: var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, #323a2c); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-3IvEY .framer-10zs1xb { align-content: flex-start; align-items: flex-start; background-color: var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, #191d16); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; padding: 48px 48px 96px 48px; position: relative; width: 100%; z-index: 1; }\", \".framer-3IvEY .framer-cs6ypb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-3IvEY .framer-jk54de { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 48px 0px 0px; position: relative; width: 1px; }\", \".framer-3IvEY .framer-bvopoo-container { flex: none; height: 384px; position: relative; transform: perspective(1200px); width: 384px; }\", \".framer-3IvEY .framer-940ryu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-3IvEY .framer-5dos4m { -webkit-filter: grayscale(0.5); align-self: stretch; filter: grayscale(0.5); flex: 1 0 0px; height: auto; position: relative; transform: perspective(1200px); width: 1px; }\", \".framer-3IvEY .framer-1ab9k6a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-3IvEY .framer-f1agit { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 96px; position: sticky; top: 96px; width: 1px; will-change: transform; z-index: 1; }\", \".framer-3IvEY .framer-9ij2gi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-3IvEY .framer-rff3nl, .framer-3IvEY .framer-1uky22g, .framer-3IvEY .framer-vh7qmu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 120px; word-break: break-word; word-wrap: break-word; }\", \".framer-3IvEY .framer-1ldr3rl, .framer-3IvEY .framer-18qz68g, .framer-3IvEY .framer-ig1jgc { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-3IvEY .framer-1wid18z, .framer-3IvEY .framer-5v90re { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-3IvEY .framer-fk3n8h { --framer-paragraph-spacing: 32px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-3IvEY .framer-1c86vvk { flex: none; height: 100vh; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\", \".framer-3IvEY .framer-jdr4e3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: fixed; right: 0px; top: 0px; z-index: 0; }\", \".framer-3IvEY .framer-8b5ole { align-content: flex-start; align-items: flex-start; background-color: var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, #191d16); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 100%; justify-content: flex-start; overflow: visible; padding: 48px 48px 48px 48px; position: relative; width: 1px; z-index: 1; }\", \".framer-3IvEY .framer-1vecucw { background-color: var(--token-99351878-363a-47b2-9a3c-6acaef70a562, #89fb83); border-bottom-right-radius: 192px; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\", \".framer-3IvEY .framer-efd8tj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -14px; position: absolute; right: -14px; top: -14px; transform: perspective(1200px); white-space: pre; z-index: 1; }\", \".framer-3IvEY .framer-1w7ccb-container { bottom: 48px; flex: none; height: 384px; position: absolute; right: 48px; width: 384px; z-index: 1; }\", \".framer-3IvEY .framer-na28ge { align-content: flex-start; align-items: flex-start; bottom: 96px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 300px; justify-content: space-between; left: 96px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; width: min-content; z-index: 1; }\", \".framer-3IvEY .framer-rp2p65 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-3IvEY .framer-69m2zf-container, .framer-3IvEY .framer-13q9jki-container, .framer-3IvEY .framer-1fc6o5s-container, .framer-3IvEY .framer-1e5qs8d-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-3IvEY .framer-90hs74 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: auto; z-index: 1; }\", \".framer-3IvEY .framer-tqe40g, .framer-3IvEY .framer-1kqvw07 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\", \".framer-3IvEY .framer-ba59ry { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: hidden; padding: 0px 0px 0px 0px; pointer-events: none; position: fixed; right: 0px; top: 0px; z-index: 1; }\", \".framer-3IvEY .framer-1aeywle-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\", \".framer-3IvEY .framer-a29nld-container { bottom: 64px; flex: none; height: 36px; position: fixed; right: 20px; width: 142px; z-index: 3; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3IvEY.framer-1up39o3, .framer-3IvEY .framer-10zs1xb, .framer-3IvEY .framer-cs6ypb, .framer-3IvEY .framer-jk54de, .framer-3IvEY .framer-1ab9k6a, .framer-3IvEY .framer-f1agit, .framer-3IvEY .framer-9ij2gi, .framer-3IvEY .framer-1wid18z, .framer-3IvEY .framer-5v90re, .framer-3IvEY .framer-jdr4e3, .framer-3IvEY .framer-8b5ole, .framer-3IvEY .framer-rp2p65, .framer-3IvEY .framer-ba59ry { gap: 0px; } .framer-3IvEY.framer-1up39o3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3IvEY.framer-1up39o3 > :first-child, .framer-3IvEY .framer-10zs1xb > :first-child, .framer-3IvEY .framer-jk54de > :first-child, .framer-3IvEY .framer-f1agit > :first-child, .framer-3IvEY .framer-8b5ole > :first-child { margin-top: 0px; } .framer-3IvEY.framer-1up39o3 > :last-child, .framer-3IvEY .framer-10zs1xb > :last-child, .framer-3IvEY .framer-jk54de > :last-child, .framer-3IvEY .framer-f1agit > :last-child, .framer-3IvEY .framer-8b5ole > :last-child { margin-bottom: 0px; } .framer-3IvEY .framer-10zs1xb > *, .framer-3IvEY .framer-jk54de > *, .framer-3IvEY .framer-8b5ole > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-3IvEY .framer-cs6ypb > *, .framer-3IvEY .framer-1ab9k6a > *, .framer-3IvEY .framer-rp2p65 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-3IvEY .framer-cs6ypb > :first-child, .framer-3IvEY .framer-1ab9k6a > :first-child, .framer-3IvEY .framer-9ij2gi > :first-child, .framer-3IvEY .framer-1wid18z > :first-child, .framer-3IvEY .framer-5v90re > :first-child, .framer-3IvEY .framer-jdr4e3 > :first-child, .framer-3IvEY .framer-rp2p65 > :first-child, .framer-3IvEY .framer-ba59ry > :first-child { margin-left: 0px; } .framer-3IvEY .framer-cs6ypb > :last-child, .framer-3IvEY .framer-1ab9k6a > :last-child, .framer-3IvEY .framer-9ij2gi > :last-child, .framer-3IvEY .framer-1wid18z > :last-child, .framer-3IvEY .framer-5v90re > :last-child, .framer-3IvEY .framer-jdr4e3 > :last-child, .framer-3IvEY .framer-rp2p65 > :last-child, .framer-3IvEY .framer-ba59ry > :last-child { margin-right: 0px; } .framer-3IvEY .framer-f1agit > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-3IvEY .framer-9ij2gi > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-3IvEY .framer-1wid18z > *, .framer-3IvEY .framer-5v90re > *, .framer-3IvEY .framer-jdr4e3 > *, .framer-3IvEY .framer-ba59ry > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\", \"@media (min-width: 1200px) { .framer-3IvEY .hidden-1up39o3 { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-3IvEY .hidden-9xg2kl { display: none !important; } .${metadata.bodyClassName}-framer-3IvEY { background: var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, rgb(50, 58, 44)) /* {\"name\":\"Slack Olive/20\"} */; } .framer-3IvEY.framer-1up39o3 { width: 810px; } .framer-3IvEY .framer-bvopoo-container, .framer-3IvEY .framer-1w7ccb-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 192px); width: 192px; } .framer-3IvEY .framer-f1agit { padding: 0px 0px 0px 0px; } .framer-3IvEY .framer-1vecucw { border-bottom-right-radius: 96px; } .framer-3IvEY .framer-na28ge { height: 40%; }}`, `@media (max-width: 809px) { .framer-3IvEY .hidden-22rt8m { display: none !important; } .${metadata.bodyClassName}-framer-3IvEY { background: var(--token-e963b8ae-02ac-4e93-b75a-f86ceff4c8c2, rgb(50, 58, 44)) /* {\"name\":\"Slack Olive/20\"} */; } .framer-3IvEY.framer-1up39o3 { width: 390px; } .framer-3IvEY .framer-10zs1xb { padding: 48px 24px 48px 24px; } .framer-3IvEY .framer-cs6ypb, .framer-3IvEY .framer-jdr4e3, .framer-3IvEY .framer-ba59ry { flex-direction: column; } .framer-3IvEY .framer-jk54de { align-content: center; align-items: center; flex: none; padding: 0px 0px 0px 0px; width: 100%; } .framer-3IvEY .framer-bvopoo-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 192px); width: 192px; } .framer-3IvEY .framer-5dos4m { align-self: unset; flex: none; height: 360px; width: 100%; } .framer-3IvEY .framer-1ab9k6a { flex-direction: column; padding: 0px 0px 0px 0px; } .framer-3IvEY .framer-f1agit { flex: none; padding: 0px 0px 0px 0px; position: relative; top: unset; width: 100%; } .framer-3IvEY .framer-rff3nl, .framer-3IvEY .framer-1uky22g, .framer-3IvEY .framer-vh7qmu { width: 110px; } .framer-3IvEY .framer-fk3n8h { flex: none; width: 100%; } .framer-3IvEY .framer-8b5ole { height: 1px; padding: 0px 0px 0px 0px; width: 100%; } .framer-3IvEY .framer-1vecucw { border-bottom-right-radius: unset; } .framer-3IvEY .framer-efd8tj { left: -8px; right: -8px; top: -8px; } .framer-3IvEY .framer-1w7ccb-container { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 192px); left: 50%; right: unset; top: 96px; transform: translateX(-50%); width: 192px; } .framer-3IvEY .framer-na28ge { align-content: center; align-items: center; bottom: 48px; gap: 96px; height: min-content; justify-content: flex-start; left: 50%; transform: translateX(-50%); } .framer-3IvEY .framer-rp2p65 { flex-direction: column; gap: 24px; } .framer-3IvEY .framer-90hs74 { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-3IvEY .framer-tqe40g { order: 1; } .framer-3IvEY .framer-1kqvw07 { order: 0; } .framer-3IvEY .framer-1aeywle-container { height: 1px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3IvEY .framer-cs6ypb, .framer-3IvEY .framer-1ab9k6a, .framer-3IvEY .framer-jdr4e3, .framer-3IvEY .framer-na28ge, .framer-3IvEY .framer-rp2p65, .framer-3IvEY .framer-90hs74, .framer-3IvEY .framer-ba59ry { gap: 0px; } .framer-3IvEY .framer-cs6ypb > *, .framer-3IvEY .framer-1ab9k6a > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-3IvEY .framer-cs6ypb > :first-child, .framer-3IvEY .framer-1ab9k6a > :first-child, .framer-3IvEY .framer-jdr4e3 > :first-child, .framer-3IvEY .framer-na28ge > :first-child, .framer-3IvEY .framer-rp2p65 > :first-child, .framer-3IvEY .framer-90hs74 > :first-child, .framer-3IvEY .framer-ba59ry > :first-child { margin-top: 0px; } .framer-3IvEY .framer-cs6ypb > :last-child, .framer-3IvEY .framer-1ab9k6a > :last-child, .framer-3IvEY .framer-jdr4e3 > :last-child, .framer-3IvEY .framer-na28ge > :last-child, .framer-3IvEY .framer-rp2p65 > :last-child, .framer-3IvEY .framer-90hs74 > :last-child, .framer-3IvEY .framer-ba59ry > :last-child { margin-bottom: 0px; } .framer-3IvEY .framer-jdr4e3 > *, .framer-3IvEY .framer-ba59ry > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3IvEY .framer-na28ge > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-3IvEY .framer-rp2p65 > *, .framer-3IvEY .framer-90hs74 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicHeight 2667\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BeWD50EQr\":{\"layout\":[\"fixed\",\"auto\"]},\"jPPC4Q8Pk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerDisplayContentsDiv false\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        */\nconst FramerohThSiAic = withCSS(Component, css, \"framer-3IvEY\");\nexport default FramerohThSiAic;\nFramerohThSiAic.displayName = \"Blog Detail\";\nFramerohThSiAic.defaultProps = {\n  height: 2667,\n  width: 1200\n};\naddFonts(FramerohThSiAic, [{\n  family: \"Inter Tight\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqWSRToK8EPg.woff2\",\n  weight: \"900\"\n}, {\n  family: \"Inter Tight\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",\n  weight: \"400\"\n}, ...LogoProfileFonts, ...ContactButtonFonts, ...MenuLinkFonts, ...NoiseFonts, ...GetTemplateButtonFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerohThSiAic\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerImmutableVariables\": \"true\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BeWD50EQr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jPPC4Q8Pk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"2667\",\n        \"framerContractVersion\": \"1\",\n        \"framerDisplayContentsDiv\": \"false\",\n        \"framerResponsiveScreen\": \"\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["LogoProfileFonts", "getFonts", "BYNb_BvuU_default", "RichTextWithFX", "withFX", "RichText", "ImageWithFX", "Image2", "MotionDivWithFX", "motion", "ContactButtonFonts", "AqGoFcwVG_default", "MenuLinkFonts", "htvPULmZG_default", "NoiseFonts", "Noise", "GetTemplateButtonFonts", "fcP2eio1t_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "animation3", "transition2", "animation4", "toResponsiveImage", "value", "animation5", "animation6", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "gwRGFbq1J_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "wEvHPvNKp", "YORiYx9sl", "oSp9Obrnt", "cTG5Sw_OA", "aN6WdPHLh", "oBhwS8CLa", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "ref1", "pe", "useRouteElementId", "ref2", "id1", "ref3", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "Container", "BYNb_BvuU_default", "x", "RichTextWithFX", "ImageWithFX", "MotionDivWithFX", "RichText", "AqGoFcwVG_default", "htvPULmZG_default", "resolveLink", "Noise", "fcP2eio1t_default", "css", "FramerohThSiAic", "withCSS", "ohThSiAic_default", "addFonts", "LogoProfileFonts", "ContactButtonFonts", "MenuLinkFonts", "NoiseFonts", "GetTemplateButtonFonts", "fonts", "__FramerMetadata__"]
}
