{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js", "ssg:https://framerusercontent.com/modules/7krl1gdfbj6dOIeOU6R2/YEDzp7L5EgpsGRm8ZWBY/B6L0gSOsu.js", "ssg:https://framerusercontent.com/modules/eLqMpMyNpC2rf6bwkKXp/ZNRsDVy0I6Z3EFQ6RqRQ/calComButtonTracking.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef,useState}from\"react\";const placeholderUrl=\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\";/**\n * DOT LOTTIE\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export default function DotLottie(props){return /*#__PURE__*/ _jsx(OptimizationFriendly,{loading:/*#__PURE__*/ _jsx(\"div\",{}),loaded:/*#__PURE__*/ _jsx(LottiePlayer,{...props})});};function LottiePlayer(props){/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const lottieInstanceRef=useRef(null);const shouldPlay=isCanvas||props.hover===true||props.autoplay===false?null:true;/* File or URL */ let src;switch(props.srcType){case\"url\":src=props.srcUrl;break;case\"file\":src=props.srcFile;break;default:src=placeholderUrl;break;}/* Progress */ const[isReady,setIsReady]=useState(false);/* For canvas states */ useEffect(()=>{if(!lottieInstanceRef.current)return;lottieInstanceRef.current.addEventListener(\"ready\",()=>setIsReady(true));},[]);useEffect(()=>{if(!lottieInstanceRef.current)return;lottieInstanceRef.current.seek(`${props.progress}%`);},[isReady,props.progress]);const lastVariant=useRef();/* For component variant support */ useEffect(()=>{if(isCanvas)return;if(lastVariant.current!==props.autoplay){if(!lottieInstanceRef.current)return;if(props.autoplay===true){lottieInstanceRef.current.play();}if(props.autoplay===false){lottieInstanceRef.current.pause();}}lastVariant.current=props.autoplay;},[props.autoplay]);return(// @ts-ignore\n/*#__PURE__*/ _jsx(\"dotlottie-player\",{src:src,ref:lottieInstanceRef,autoplay:shouldPlay,loop:props.loop?true:null,hover:props.hover?true:null,controls:props.controls?true:null,background:props.background?props.background:null,speed:props.speed,direction:props.direction,style:{...props.style,width:\"100%\",height:\"100%\"}},src));}DotLottie.defaultProps={srcUrl:placeholderUrl,autoplay:true,background:\"#05F\",controls:false,direction:1,hover:false,loop:true,speed:1};DotLottie.displayName=\"Dot Lottie\";addPropertyControls(DotLottie,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"url\",\"file\"],optionTitles:[\"URL\",\"File\"]},srcUrl:{type:ControlType.String,title:\"Link\",placeholder:\"../example.lottie\",hidden:props=>props.srcType===\"file\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"lottie\",\"json\"],hidden:props=>props.srcType===\"url\"},autoplay:{type:ControlType.Boolean,title:\"Autoplay\",defaultValue:true},background:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"#05F\"},controls:{type:ControlType.Boolean,title:\"Controls\"},direction:{type:ControlType.Enum,title:\"Direction\",defaultValue:\"1\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"1\",\"-1\"],optionTitles:[\"Normal\",\"Reverse\"]},hover:{type:ControlType.Boolean,title:\"Hover Play\"},loop:{type:ControlType.Boolean,title:\"Loop\"},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:1,min:1,max:10,unit:\"x\",step:.5,displayStepper:true},progress:{type:ControlType.Number,title:\"Progress\",defaultValue:0,min:0,max:100,step:1,description:\"This component is made for Lottie files. [Learn more here](https://dotlottie.io/).\"}});/* For SSG */ function OptimizationFriendly({loading,loaded}){const[isLoading,setLoading]=React.useState(true);// We can't load web-components in ssg on the server,\n// so we defer rendering until we hit the client.\nReact.useEffect(()=>{import(\"https://unpkg.com/@dotlottie/player-component@1.3.2/dist/dotlottie-player.js\").then(()=>{setLoading(false);});},[]);return isLoading?loading:loaded;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DotLottie\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DotLottie.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import{withBookACallButton}from\"https://framerusercontent.com/modules/eLqMpMyNpC2rf6bwkKXp/ZNRsDVy0I6Z3EFQ6RqRQ/calComButtonTracking.js\";const DotLottieFonts=getFonts(DotLottie);const MotionAWithBookACallButtonbhct53=withCodeBoundaryForOverrides(motion.a,{nodeId:\"R7bV6Tqkp\",override:withBookACallButton,scopeId:\"B6L0gSOsu\"});const enabledGestures={HPIawmdgj:{hover:true},Kxp6zvrNd:{hover:true},PdSWQEjAH:{hover:true},R7bV6Tqkp:{hover:true},ts2T4ZrnC:{hover:true}};const cycleOrder=[\"R7bV6Tqkp\",\"PdSWQEjAH\",\"HPIawmdgj\",\"Kxp6zvrNd\",\"ts2T4ZrnC\"];const serializationHash=\"framer-qjrMb\";const variantClassNames={HPIawmdgj:\"framer-v-7bit7a\",Kxp6zvrNd:\"framer-v-bty9d8\",PdSWQEjAH:\"framer-v-r3sxsp\",R7bV6Tqkp:\"framer-v-bhct53\",ts2T4ZrnC:\"framer-v-11rxbrp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Primary Dark\":\"ts2T4ZrnC\",\"Secondary Dark\":\"Kxp6zvrNd\",\"Secondary Light\":\"PdSWQEjAH\",Primary:\"R7bV6Tqkp\",Small:\"HPIawmdgj\"};const getProps=({height,id,label,link,newTab,tap,width,...props})=>{return{...props,EnfjDXQkn:newTab??props.EnfjDXQkn,variant:humanReadableVariantMap[props.variant]??props.variant??\"R7bV6Tqkp\",VftTy7iTx:label??props.VftTy7iTx??\"Button Label\",y1IR6ulOD:tap??props.y1IR6ulOD,Z63mvCN3B:link??props.Z63mvCN3B};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,VftTy7iTx,Z63mvCN3B,y1IR6ulOD,EnfjDXQkn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"R7bV6Tqkp\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2a90lm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(y1IR6ulOD){const res=await y1IR6ulOD(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Z63mvCN3B,motionChild:true,nodeId:\"R7bV6Tqkp\",openInNewTab:EnfjDXQkn,scopeId:\"B6L0gSOsu\",smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAWithBookACallButtonbhct53,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-bhct53\",className,classNames)} framer-qbmhmu`,\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"R7bV6Tqkp\",onTap:onTap2a90lm,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 1.2093152782903054px 1.2093152782903054px -0.4375px rgba(0, 0, 0, 0.17332), 0px 2.8662907446851023px 2.8662907446851023px -0.875px rgba(0, 0, 0, 0.17102), 0px 5.228410593105945px 5.228410593105945px -1.3125px rgba(0, 0, 0, 0.16774), 0px 8.692222115176264px 8.692222115176264px -1.75px rgba(0, 0, 0, 0.16293), 0px 14.037229959808755px 14.037229959808755px -2.1875px rgba(0, 0, 0, 0.1555), 0px 22.97755267734406px 22.97755267734406px -2.625px rgba(0, 0, 0, 0.14309), 0px 39.56579406962497px 39.56579406962497px -3.0625px rgba(0, 0, 0, 0.12005), 0px 72px 72px -3.5px rgba(0, 0, 0, 0.075)\",...style},variants:{\"HPIawmdgj-hover\":{backgroundColor:\"var(--token-51fbaa80-2371-42f7-947f-8d22e2db73a1, rgb(41, 41, 41))\",boxShadow:\"0px 1.0077627319085878px 1.0077627319085878px -0.46875px hsla(0, 0%, 5%, 0.1854), 0px 2.3885756205709185px 2.3885756205709185px -0.9375px hsla(0, 0%, 5%, 0.18252), 0px 4.357008827588287px 4.357008827588287px -1.40625px hsla(0, 0%, 5%, 0.17842), 0px 7.2435184293135535px 7.2435184293135535px -1.875px hsla(0, 0%, 5%, 0.17241), 0px 11.697691633173964px 11.697691633173964px -2.34375px hsla(0, 0%, 5%, 0.16313), 0px 19.147960564453385px 19.147960564453385px -2.8125px hsla(0, 0%, 5%, 0.14761), 0px 32.97149505802081px 32.97149505802081px -3.28125px hsla(0, 0%, 5%, 0.11881), 0px 60px 60px -3.75px hsla(0, 0%, 5%, 0.0625)\"},\"Kxp6zvrNd-hover\":{\"--border-color\":\"var(--token-1aa7a1f9-664a-40d1-a64a-074a2f9865c7, rgb(255, 255, 255))\"},\"PdSWQEjAH-hover\":{\"--border-color\":\"var(--token-2d0196d5-4c11-460d-91d6-2fb81e415efd, rgb(255, 68, 0))\"},\"R7bV6Tqkp-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-51fbaa80-2371-42f7-947f-8d22e2db73a1, rgb(22, 22, 24))\",boxShadow:\"0px 1.0077627319085878px 1.0077627319085878px -0.46875px hsla(0, 0%, 5%, 0.1854), 0px 2.3885756205709185px 2.3885756205709185px -0.9375px hsla(0, 0%, 5%, 0.18252), 0px 4.357008827588287px 4.357008827588287px -1.40625px hsla(0, 0%, 5%, 0.17842), 0px 7.2435184293135535px 7.2435184293135535px -1.875px hsla(0, 0%, 5%, 0.17241), 0px 11.697691633173964px 11.697691633173964px -2.34375px hsla(0, 0%, 5%, 0.16313), 0px 19.147960564453385px 19.147960564453385px -2.8125px hsla(0, 0%, 5%, 0.14761), 0px 32.97149505802081px 32.97149505802081px -3.28125px hsla(0, 0%, 5%, 0.11881), 0px 60px 60px -3.75px hsla(0, 0%, 5%, 0.0625)\"},\"ts2T4ZrnC-hover\":{boxShadow:\"0px 1.2093152782903054px 1.2093152782903054px -0.4375px rgba(0, 0, 0, 0.30504), 0px 2.8662907446851023px 2.8662907446851023px -0.875px rgba(0, 0, 0, 0.30099), 0px 5.228410593105945px 5.228410593105945px -1.3125px rgba(0, 0, 0, 0.29522), 0px 8.692222115176264px 8.692222115176264px -1.75px rgba(0, 0, 0, 0.28675), 0px 14.037229959808755px 14.037229959808755px -2.1875px rgba(0, 0, 0, 0.27369), 0px 22.97755267734406px 22.97755267734406px -2.625px rgba(0, 0, 0, 0.25183), 0px 39.56579406962497px 39.56579406962497px -3.0625px rgba(0, 0, 0, 0.21128), 0px 72px 72px -3.5px rgba(0, 0, 0, 0.132)\"},HPIawmdgj:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",boxShadow:\"0px 1.2093152782903054px 1.2093152782903054px -0.4375px rgba(0, 0, 0, 0.10399), 0px 2.8662907446851023px 2.8662907446851023px -0.875px rgba(0, 0, 0, 0.10261), 0px 5.228410593105945px 5.228410593105945px -1.3125px rgba(0, 0, 0, 0.10064), 0px 8.692222115176264px 8.692222115176264px -1.75px rgba(0, 0, 0, 0.09776), 0px 14.037229959808755px 14.037229959808755px -2.1875px rgba(0, 0, 0, 0.0933), 0px 22.97755267734406px 22.97755267734406px -2.625px rgba(0, 0, 0, 0.08585), 0px 39.56579406962497px 39.56579406962497px -3.0625px rgba(0, 0, 0, 0.07203), 0px 72px 72px -3.5px rgba(0, 0, 0, 0.045)\"},Kxp6zvrNd:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b39bd2e5-277b-414c-8114-fd8e07c9f875, rgba(255, 255, 255, 0.75))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},PdSWQEjAH:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-33a34b78-d827-4fcd-a2b1-3d9bae883fd1, rgba(0, 0, 0, 0.5))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},ts2T4ZrnC:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-1aa7a1f9-664a-40d1-a64a-074a2f9865c7, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"HPIawmdgj-hover\":{\"data-framer-name\":undefined},\"Kxp6zvrNd-hover\":{\"data-framer-name\":undefined},\"PdSWQEjAH-hover\":{\"data-framer-name\":undefined},\"R7bV6Tqkp-hover\":{\"data-framer-name\":undefined},\"ts2T4ZrnC-hover\":{\"data-framer-name\":undefined},HPIawmdgj:{\"data-framer-name\":\"Small\"},Kxp6zvrNd:{\"data-border\":true,\"data-framer-name\":\"Secondary Dark\"},PdSWQEjAH:{\"data-border\":true,\"data-framer-name\":\"Secondary Light\"},ts2T4ZrnC:{\"data-framer-name\":\"Primary Dark\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p88cfh\",layoutDependency:layoutDependency,layoutId:\"x3kMv_IMh\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{\"HPIawmdgj-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"Kxp6zvrNd-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"PdSWQEjAH-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"R7bV6Tqkp-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},ts2T4ZrnC:{borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.75em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1aa7a1f9-664a-40d1-a64a-074a2f9865c7, rgb(255, 255, 255)))\"},children:\"Button Label\"})}),className:\"framer-1yqxvjk\",fonts:[\"CUSTOM;Pretendard Medium\"],layoutDependency:layoutDependency,layoutId:\"UQWgtST_i\",style:{\"--extracted-r6o4lv\":\"var(--token-1aa7a1f9-664a-40d1-a64a-074a2f9865c7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",textShadow:\"none\"},text:VftTy7iTx,variants:{\"HPIawmdgj-hover\":{textShadow:\"none\"},\"Kxp6zvrNd-hover\":{\"--extracted-r6o4lv\":\"var(--token-1aa7a1f9-664a-40d1-a64a-074a2f9865c7, rgb(255, 255, 255))\",textShadow:\"none\"},\"PdSWQEjAH-hover\":{\"--extracted-r6o4lv\":\"var(--token-2d0196d5-4c11-460d-91d6-2fb81e415efd, rgb(255, 68, 0))\",textShadow:\"none\"},\"R7bV6Tqkp-hover\":{textShadow:\"none\"},\"ts2T4ZrnC-hover\":{textShadow:\"0px 1px 5px rgba(0, 0, 0, 0.25)\"},Kxp6zvrNd:{\"--extracted-r6o4lv\":\"var(--token-5f890af3-bf47-4242-8704-3780cbeb8ac2, rgba(255, 255, 255, 0.9))\"},PdSWQEjAH:{\"--extracted-r6o4lv\":\"var(--token-69e9d081-255e-4782-b03f-3fc338b68d62, rgba(0, 0, 0, 0.75))\"},ts2T4ZrnC:{textShadow:\"0px 1px 2px rgba(0, 0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Kxp6zvrNd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.75em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1aa7a1f9-664a-40d1-a64a-074a2f9865c7, rgb(255, 255, 255)))\"},children:\"Button Label\"})})},\"PdSWQEjAH-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.75em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d0196d5-4c11-460d-91d6-2fb81e415efd, rgb(255, 68, 0)))\"},children:\"Button Label\"})})},Kxp6zvrNd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.75em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5f890af3-bf47-4242-8704-3780cbeb8ac2, rgba(255, 255, 255, 0.9)))\"},children:\"Button Label\"})}),fonts:[\"GF;Poppins-regular\"]},PdSWQEjAH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.75em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-69e9d081-255e-4782-b03f-3fc338b68d62, rgba(0, 0, 0, 0.75)))\"},children:\"Button Label\"})}),fonts:[\"GF;Poppins-regular\"]},ts2T4ZrnC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.75em\"},children:\"Button Label\"})}),fonts:[\"FS;General Sans-medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1emrj5p\",layoutDependency:layoutDependency,layoutId:\"K5PJAycgK\",style:{borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,filter:\"saturate(2)\",WebkitFilter:\"saturate(2)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4do5nf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FeVceDHbC-container\",nodeId:\"FeVceDHbC\",rendersWithMotion:true,scopeId:\"B6L0gSOsu\",style:{opacity:0},variants:{\"R7bV6Tqkp-hover\":{opacity:1},\"ts2T4ZrnC-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(DotLottie,{autoplay:false,background:\"rgba(0, 85, 255, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"FeVceDHbC\",layoutId:\"FeVceDHbC\",loop:true,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/plRV3RqX8PhQ44988HWNx8Hr4.lottie\",srcType:\"file\",srcUrl:\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"R7bV6Tqkp-hover\":{autoplay:true},\"ts2T4ZrnC-hover\":{autoplay:true,speed:2.5}},baseVariant,gestureVariant)})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qjrMb.framer-qbmhmu, .framer-qjrMb .framer-qbmhmu { display: block; }\",\".framer-qjrMb.framer-bhct53 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: relative; text-decoration: none; width: min-content; }\",\".framer-qjrMb .framer-1p88cfh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 20px 10px 20px; position: relative; width: min-content; }\",\".framer-qjrMb .framer-1yqxvjk { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-qjrMb .framer-1emrj5p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-qjrMb .framer-4do5nf-container { flex: none; height: 500%; position: relative; width: 500%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qjrMb.framer-bhct53, .framer-qjrMb .framer-1p88cfh, .framer-qjrMb .framer-1emrj5p { gap: 0px; } .framer-qjrMb.framer-bhct53 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qjrMb.framer-bhct53 > :first-child, .framer-qjrMb .framer-1p88cfh > :first-child, .framer-qjrMb .framer-1emrj5p > :first-child { margin-left: 0px; } .framer-qjrMb.framer-bhct53 > :last-child, .framer-qjrMb .framer-1p88cfh > :last-child, .framer-qjrMb .framer-1emrj5p > :last-child { margin-right: 0px; } .framer-qjrMb .framer-1p88cfh > *, .framer-qjrMb .framer-1emrj5p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-qjrMb.framer-v-7bit7a.framer-bhct53 { height: 48px; }\",\".framer-qjrMb.framer-v-11rxbrp.framer-bhct53, .framer-qjrMb.framer-v-11rxbrp .framer-1p88cfh { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-qjrMb.framer-v-11rxbrp .framer-1yqxvjk { z-index: 3; }\",'.framer-qjrMb[data-border=\"true\"]::after, .framer-qjrMb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PdSWQEjAH\":{\"layout\":[\"auto\",\"auto\"]},\"HPIawmdgj\":{\"layout\":[\"auto\",\"fixed\"]},\"Kxp6zvrNd\":{\"layout\":[\"auto\",\"auto\"]},\"ts2T4ZrnC\":{\"layout\":[\"auto\",\"auto\"]},\"VHTluKvrp\":{\"layout\":[\"auto\",\"auto\"]},\"Gn38QAhlW\":{\"layout\":[\"auto\",\"auto\"]},\"BgLLnCzTu\":{\"layout\":[\"auto\",\"auto\"]},\"Sy_sSOdKA\":{\"layout\":[\"auto\",\"auto\"]},\"OS1LWt4jt\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"VftTy7iTx\":\"label\",\"Z63mvCN3B\":\"link\",\"y1IR6ulOD\":\"tap\",\"EnfjDXQkn\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB6L0gSOsu=withCSS(Component,css,\"framer-qjrMb\");export default FramerB6L0gSOsu;FramerB6L0gSOsu.displayName=\"Button\";FramerB6L0gSOsu.defaultProps={height:50,width:134};addPropertyControls(FramerB6L0gSOsu,{variant:{options:[\"R7bV6Tqkp\",\"PdSWQEjAH\",\"HPIawmdgj\",\"Kxp6zvrNd\",\"ts2T4ZrnC\"],optionTitles:[\"Primary\",\"Secondary Light\",\"Small\",\"Secondary Dark\",\"Primary Dark\"],title:\"Variant\",type:ControlType.Enum},VftTy7iTx:{defaultValue:\"Button Label\",displayTextArea:false,title:\"Label\",type:ControlType.String},Z63mvCN3B:{title:\"Link\",type:ControlType.Link},y1IR6ulOD:{title:\"Tap\",type:ControlType.EventHandler},EnfjDXQkn:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerB6L0gSOsu,[{explicitInter:true,fonts:[{family:\"Pretendard Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/P2PJKk0r3P2rBRbT0fNX64L4.woff\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"}]},...DotLottieFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB6L0gSOsu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"50\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"134\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"VftTy7iTx\\\":\\\"label\\\",\\\"Z63mvCN3B\\\":\\\"link\\\",\\\"y1IR6ulOD\\\":\\\"tap\\\",\\\"EnfjDXQkn\\\":\\\"newTab\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PdSWQEjAH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HPIawmdgj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Kxp6zvrNd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ts2T4ZrnC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VHTluKvrp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Gn38QAhlW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BgLLnCzTu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Sy_sSOdKA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OS1LWt4jt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";export const BookACallButton=()=>{useEffect(()=>{// Only run this code on the client-side\nif(typeof window!==\"undefined\"){// Safely initialize dataLayer\nwindow.dataLayer=window.dataLayer||[];// Dynamically load Google Tag script\nfunction loadGoogleTag(){return new Promise((resolve,reject)=>{const script=document.createElement(\"script\");script.src=\"https://www.googletagmanager.com/gtag/js?id=AW-16934018702\";script.async=true;script.onload=()=>{// Safely initialize gtag\nwindow.gtag=function(){(window.dataLayer=window.dataLayer||[]).push(arguments);};window.gtag(\"js\",new Date);window.gtag(\"config\",\"AW-16934018702\");resolve();};script.onerror=reject;document.head.appendChild(script);});}// Setup Book A Call Button\nconst setupBookACallButton=async()=>{try{await loadGoogleTag();const existingLink=document.querySelector('a[href=\"https://cal.com/gregori-casagrande/30min\"]');if(existingLink){// Create a new button element\nconst button=document.createElement(\"button\");// Copy the exact outer HTML of the link, just changing the tag\nbutton.innerHTML=existingLink.innerHTML;// Copy all attributes except href\nfor(let i=0;i<existingLink.attributes.length;i++){const attr=existingLink.attributes[i];if(attr.name!==\"href\"){button.setAttribute(attr.name,attr.value);}}// Set the ID\nbutton.id=\"book-call-btn\";// Replace the link with the button\nexistingLink.parentNode.replaceChild(button,existingLink);// Add click event listener\nbutton.addEventListener(\"click\",function(event){// Prevent default link behavior\nevent.preventDefault();window.gtag(\"event\",\"conversion\",{send_to:\"AW-16934018702/ydeKCLfl0q0aEI694oo_\",value:1,currency:\"NZD\"});// Redirect with a small delay\nsetTimeout(function(){window.location.href=\"https://cal.com/gregori-casagrande/30min\";},300);});}}catch(error){console.error(\"Failed to load Google Tag script:\",error);}};// Run setup on initial load\nsetupBookACallButton();}},[])// Empty dependency array ensures this runs only once on client-side\n;// Return an empty object as this is a side-effect override\nreturn{};};import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withBookACallButton(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...BookACallButton(props)});};}withBookACallButton.displayName=\"BookACallButton\";\nexport const __FramerMetadata__ = {\"exports\":{\"withBookACallButton\":{\"type\":\"reactHoc\",\"name\":\"withBookACallButton\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BookACallButton\":{\"type\":\"override\",\"name\":\"BookACallButton\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./calComButtonTracking.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "placeholderUrl", "DotLottie", "props", "p", "OptimizationFriendly", "LottiePlayer", "isCanvas", "RenderTarget", "lottieInstanceRef", "pe", "shouldPlay", "src", "isReady", "setIsReady", "ye", "ue", "lastVariant", "addPropertyControls", "ControlType", "loading", "loaded", "isLoading", "setLoading", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "BookACallButton", "ue", "loadGoogleTag", "resolve", "reject", "script", "existingLink", "button", "i", "attr", "event", "error", "withBookACallButton", "C", "props", "re", "DataObserverContext", "p", "DotLottieFonts", "getFonts", "DotLottie", "MotionAWithBookACallButtonbhct53", "withCodeBoundaryForOverrides", "motion", "withBookACallButton", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "link", "newTab", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VftTy7iTx", "Z63mvCN3B", "y1IR6ulOD", "EnfjDXQkn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2a90lm", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerB6L0gSOsu", "withCSS", "B6L0gSOsu_default", "addPropertyControls", "ControlType", "addFonts"]
}
