{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/depSEREDKoT43r3A9idg/RB8PTBOQ2FeqaYo3W5LS/NegativeGap.js", "ssg:https://framerusercontent.com/modules/gTfqAodOa9JF7dFODyIJ/Qt90HN4ik2Mgy6ZGkrZJ/nXt0c6u8E.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 200\n\n *\n * @framerSupportedLayoutWidth any-prefer-fit\n * @framerSupportedLayoutHeight any-prefer-fit\n */export function NegativeGap({gap=-12,direction=false,distribute=\"center\",alignHorizontal=\"middle\",alignVertical=\"middle\",fillColorEnabled=false,fill=\"rgba(255, 255, 255, 0)\",children,layoutId,forceRender,layoutIdKey,willChangeTransform,maxWidth,maxHeight,minHeight,minWidth,reverseOrder=false,padding=0,individualPadding=false,T=0,R=0,B=0,L=0,...rest}){const flexDirection=direction?\"column\":\"row\";const justifyContent={start:\"flex-start\",center:\"center\",end:\"flex-end\",\"space-between\":\"space-between\"}[distribute];const alignItems=direction?({left:\"flex-start\",middle:\"center\",right:\"flex-end\"})[alignHorizontal]:({top:\"flex-start\",middle:\"center\",bottom:\"flex-end\"})[alignVertical];const containerStyle={display:\"flex\",flexDirection,justifyContent,alignItems,height:\"100%\",padding:individualPadding?undefined:`${padding}px`,paddingTop:individualPadding?`${T}px`:undefined,paddingRight:individualPadding?`${R}px`:undefined,paddingBottom:individualPadding?`${B}px`:undefined,paddingLeft:individualPadding?`${L}px`:undefined,backgroundColor:fillColorEnabled?fill:\"transparent\"};const renderChildren=()=>{const childArray=React.Children.toArray(children);if(childArray.length===0){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",height:\"100%\",width:\"100%\",padding:\"32px\",boxSizing:\"border-box\",backgroundColor:\"#9168F61A\",border:\"1px solid #9168F6\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{color:\"#9168F6\",fontWeight:\"bold\",fontSize:\"16px\",fontFamily:\"Inter, sans-serif\",textAlign:\"center\"},children:\"Connect to a Frame \u26D3\uFE0E\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"32px\",color:\"#9168F6\",fontWeight:\"normal\",fontSize:\"14px\",fontFamily:\"Inter, sans-serif\",textAlign:\"center\"},children:[\"Use the three dots or the\",/*#__PURE__*/_jsx(\"br\",{}),\"Connect Elements option\"]})]});}return(reverseOrder?childArray.reverse():childArray).map((child,index)=>/*#__PURE__*/_jsx(motion.div,{layoutId:layoutId,style:{margin:direction?`${index===0?0:gap}px 0 0 0`:`0 0 0 ${index===0?0:gap}px`},children:child},index));};return /*#__PURE__*/_jsx(\"div\",{...rest,style:containerStyle,children:renderChildren()});}NegativeGap.defaultProps={gap:-12,direction:false,distribute:\"center\",alignHorizontal:\"middle\",alignVertical:\"middle\",fillColorEnabled:false,fill:\"#FFFFFF\",reverseOrder:false,padding:0,individualPadding:false,T:0,R:0,B:0,L:0};addPropertyControls(NegativeGap,{direction:{type:ControlType.Boolean,title:\"Direction\",defaultValue:false,enabledTitle:\"\u21C5\",disabledTitle:\"\u2194\"},distribute:{type:ControlType.Enum,title:\"Distribute\",options:[\"start\",\"center\",\"end\",\"space-between\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\"],defaultValue:\"center\"},alignHorizontal:{type:ControlType.Enum,title:\"Align \u2194\",options:[\"left\",\"middle\",\"right\"],optionTitles:[\"Left\",\"Middle\",\"Right\"],defaultValue:\"middle\",hidden:({direction})=>!direction},alignVertical:{type:ControlType.Enum,title:\"Align \u21C5\",options:[\"top\",\"middle\",\"bottom\"],optionTitles:[\"Top\",\"Middle\",\"Bottom\"],defaultValue:\"middle\",hidden:({direction})=>direction},gap:{type:ControlType.Number,title:\"Gap\",defaultValue:-12,min:-3e3,max:3e3,step:1,displayStepper:true},reverseOrder:{type:ControlType.Boolean,title:\"Sorting\",defaultValue:false,enabledTitle:\"Reverse\",disabledTitle:\"Default\"},padding:{type:ControlType.FusedNumber,title:\"Padding\",toggleKey:\"individualPadding\",toggleTitles:[\"Uniform\",\"Individual\"],valueKeys:[\"T\",\"R\",\"B\",\"L\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:0,min:0,max:3e3},fillColorEnabled:{type:ControlType.Boolean,title:\"Fill Color\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},fill:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFFFFF\",hidden:({fillColorEnabled})=>!fillColorEnabled},children:{type:ControlType.Array,title:\"Connect Elements\",propertyControl:{type:ControlType.ComponentInstance}}});\nexport const __FramerMetadata__ = {\"exports\":{\"NegativeGap\":{\"type\":\"reactComponent\",\"name\":\"NegativeGap\",\"slots\":[\"children\"],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fit\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any-prefer-fit\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NegativeGap.map", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{NegativeGap}from\"https://framerusercontent.com/modules/depSEREDKoT43r3A9idg/RB8PTBOQ2FeqaYo3W5LS/NegativeGap.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/skdQDV9PzcehKkfP1zOF/pbTLFqdCfznvPJWe2SCD/hjHSP0s_Y.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/avvgCWV2W6PsesiMqNM6/8tCbCgn7KI8lRR56zDbV/OZxub2Zb0.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7SKFUzwrX62GnmAfHH4U/yTwsvpyhcmiRpzyz4HI0/r5J1M1OpR.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/bLREEJySF6dXkFentFrC/1qGNxbplxxXESSjd6GHx/YeRS4aV5v.js\";import SocialButton from\"https://framerusercontent.com/modules/jKme88vjMMLsmp1L84Rv/QLawWM3ntuj3ZyosLC3N/EIfSx8f3v.js\";const NegativeGapFonts=getFonts(NegativeGap);const SocialButtonFonts=getFonts(SocialButton);const cycleOrder=[\"h4rg9bIWb\",\"qFZJktvWb\"];const serializationHash=\"framer-CqzUI\";const variantClassNames={h4rg9bIWb:\"framer-v-b394b3\",qFZJktvWb:\"framer-v-t33u3e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"h4rg9bIWb\",Phone:\"qFZJktvWb\"};const getProps=({aboutText,background,facebookButton,facebookLink,height,id,image,instagramButton,instagramLink,linkedInButton,linkedInLink,name1,subtitle,twitterButton,twitterLink,websiteButton,websiteLink,width,youtubeButton,youtubeLink,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_humanReadableVariantMap_props_variant,_ref8,_ref9;return{...props,avVdCxG3b:instagramButton!==null&&instagramButton!==void 0?instagramButton:props.avVdCxG3b,baMlPKESi:(_ref=twitterButton!==null&&twitterButton!==void 0?twitterButton:props.baMlPKESi)!==null&&_ref!==void 0?_ref:true,bDsIYioeu:(_ref1=youtubeButton!==null&&youtubeButton!==void 0?youtubeButton:props.bDsIYioeu)!==null&&_ref1!==void 0?_ref1:true,e4W3tiWLh:instagramLink!==null&&instagramLink!==void 0?instagramLink:props.e4W3tiWLh,EiAXZ7mbF:(_ref2=name1!==null&&name1!==void 0?name1:props.EiAXZ7mbF)!==null&&_ref2!==void 0?_ref2:\"Dr. Alex Rivera\",gt1eVNJ8B:(_ref3=background!==null&&background!==void 0?background:props.gt1eVNJ8B)!==null&&_ref3!==void 0?_ref3:\"var(--token-8052cbed-4c3a-4a1e-89e5-72fa38102795, rgb(255, 202, 0))\",GW9Sov8gG:facebookButton!==null&&facebookButton!==void 0?facebookButton:props.GW9Sov8gG,kI_XvpNP2:(_ref4=websiteButton!==null&&websiteButton!==void 0?websiteButton:props.kI_XvpNP2)!==null&&_ref4!==void 0?_ref4:true,KzZ_JMPt8:(_ref5=aboutText!==null&&aboutText!==void 0?aboutText:props.KzZ_JMPt8)!==null&&_ref5!==void 0?_ref5:\"Dr. Alex Rivera, a prominent AI researcher and educator, has spent more than ten years advancing generative AI technology. His method demystifies complex AI ideas, enabling students to innovate and excel in the digital era.\",M1wKISznc:websiteLink!==null&&websiteLink!==void 0?websiteLink:props.M1wKISznc,mlT3gd5hq:twitterLink!==null&&twitterLink!==void 0?twitterLink:props.mlT3gd5hq,oLBHnAeS4:linkedInLink!==null&&linkedInLink!==void 0?linkedInLink:props.oLBHnAeS4,OWYisxn1W:facebookLink!==null&&facebookLink!==void 0?facebookLink:props.OWYisxn1W,sm3obcIC5:(_ref6=image!==null&&image!==void 0?image:props.sm3obcIC5)!==null&&_ref6!==void 0?_ref6:{src:\"https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg 5600w\"},vAIlMU7YP:(_ref7=subtitle!==null&&subtitle!==void 0?subtitle:props.vAIlMU7YP)!==null&&_ref7!==void 0?_ref7:\"PhD in Computer Science, AI Researcher, and Educator\",variant:(_ref8=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref8!==void 0?_ref8:\"h4rg9bIWb\",vw00QH0zh:(_ref9=linkedInButton!==null&&linkedInButton!==void 0?linkedInButton:props.vw00QH0zh)!==null&&_ref9!==void 0?_ref9:true,WcpxAQtyY:youtubeLink!==null&&youtubeLink!==void 0?youtubeLink:props.WcpxAQtyY};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sm3obcIC5,EiAXZ7mbF,vAIlMU7YP,KzZ_JMPt8,kI_XvpNP2,M1wKISznc,baMlPKESi,mlT3gd5hq,bDsIYioeu,WcpxAQtyY,vw00QH0zh,oLBHnAeS4,GW9Sov8gG,OWYisxn1W,avVdCxG3b,e4W3tiWLh,gt1eVNJ8B,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"h4rg9bIWb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"qFZJktvWb\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"qFZJktvWb\")return true;return false;};const isDisplayed2=value=>{if(baseVariant===\"qFZJktvWb\")return value;return true;};const isDisplayed3=value=>{if(baseVariant===\"qFZJktvWb\")return value;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-b394b3\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"h4rg9bIWb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({qFZJktvWb:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10l2mg7-container\",layoutDependency:layoutDependency,layoutId:\"BRZwUdsi0-container\",children:/*#__PURE__*/_jsxs(NegativeGap,{alignHorizontal:\"middle\",alignVertical:\"middle\",B:0,direction:false,distribute:\"center\",fill:\"rgb(255, 255, 255)\",fillColorEnabled:false,gap:-80,height:\"100%\",id:\"BRZwUdsi0\",individualPadding:false,L:0,layoutId:\"BRZwUdsi0\",padding:0,R:0,reverseOrder:false,style:{maxWidth:\"100%\",width:\"100%\"},T:0,width:\"100%\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:5600,pixelHeight:4e3,pixelWidth:5600,sizes:\"560px\",...toResponsiveImage(sm3obcIC5)},className:\"framer-1x4hzn7\",\"data-framer-name\":\"Instructor Image\",layoutDependency:layoutDependency,layoutId:\"uJT_fmWyq\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ij0pin\",\"data-framer-name\":\"About Instructor\",layoutDependency:layoutDependency,layoutId:\"HMSojsZ_d\",style:{backgroundColor:gt1eVNJ8B,boxShadow:\"0px 0.48174984141951427px 1.6379494608263485px -0.8333333333333333px rgba(0, 0, 0, 0.075), 0px 1.8308266425947657px 6.224810584822203px -1.6666666666666665px rgba(0, 0, 0, 0.075), 0px 8px 27.2px -2.5px rgba(0, 0, 0, 0.075)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-25joy9\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"VBpqD48Nc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f7so4q\",\"data-framer-name\":\"Name & Subtitle\",layoutDependency:layoutDependency,layoutId:\"QqcfJjSd9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1y95ra2\",\"data-styles-preset\":\"r5J1M1OpR\",children:\"Dr. Alex Rivera\"})}),className:\"framer-10drqmj\",\"data-framer-name\":\"Empower your future: skills you'll acquire\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"svg2sMYQ2\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:EiAXZ7mbF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9bhlds\",\"data-styles-preset\":\"hjHSP0s_Y\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746a9166-a037-4aad-9fe1-3f32e9324220, rgb(94, 94, 94)))\"},children:\"PhD in Computer Science, AI Researcher, and Educator\"})}),className:\"framer-esx0z8\",\"data-framer-name\":\"Empower your future: skills you'll acquire\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DbxNGj8HF\",style:{\"--extracted-r6o4lv\":\"var(--token-746a9166-a037-4aad-9fe1-3f32e9324220, rgb(94, 94, 94))\",\"--framer-paragraph-spacing\":\"0px\"},text:vAIlMU7YP,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1305ls2\",\"data-styles-preset\":\"YeRS4aV5v\",style:{\"--framer-text-alignment\":\"left\"},children:\"Dr. Alex Rivera, a leading AI researcher and educator, has dedicated over a decade to advancing generative AI technology. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1305ls2\",\"data-styles-preset\":\"YeRS4aV5v\",style:{\"--framer-text-alignment\":\"left\"},children:\"His approach simplifies complex AI concepts, making them accessible and empowering students to innovate and lead in the digital age.\"})]}),className:\"framer-128yvkm\",\"data-framer-name\":\"Equip yourself with a broad range of skills to become a versatile, future-ready AI expert.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b6Thn6JxH\",style:{\"--framer-paragraph-spacing\":\"24px\"},text:KzZ_JMPt8,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:5600,pixelHeight:4e3,pixelWidth:5600,src:\"https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg\",srcSet:\"https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg 5600w\"},className:\"framer-bpemrz\",\"data-framer-name\":\"Instructor Image \u2013 Phone\",layoutDependency:layoutDependency,layoutId:\"oKrxhZZ_U\",...addPropertyOverrides({qFZJktvWb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:5600,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+0+0)),pixelHeight:4e3,pixelWidth:5600,sizes:\"320px\",...toResponsiveImage(sm3obcIC5)}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dxrncb\",\"data-framer-name\":\"About Instructor \u2013 Phone\",layoutDependency:layoutDependency,layoutId:\"PHUL1DSCm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1497qs1\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"NYMjpk_2o\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14k4lfz\",\"data-framer-name\":\"Name & Subtitle\",layoutDependency:layoutDependency,layoutId:\"tg0jhalru\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1y95ra2\",\"data-styles-preset\":\"r5J1M1OpR\",style:{\"--framer-text-alignment\":\"center\"},children:\"Dr. Alex Rivera\"})}),className:\"framer-6gn2f9\",\"data-framer-name\":\"Empower your future: skills you'll acquire\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zAN7Bp_FR\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qFZJktvWb:{text:EiAXZ7mbF}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-zun6xm\",\"data-styles-preset\":\"OZxub2Zb0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-2e55e554-625d-465b-87bd-42a0f6dc59fc, rgb(94, 94, 94)))\"},children:\"PhD in Computer Science, AI Researcher, and Educator\"})}),className:\"framer-1kz6uz7\",\"data-framer-name\":\"Empower your future: skills you'll acquire\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kqDl8wvhe\",style:{\"--extracted-1eung3n\":\"var(--token-2e55e554-625d-465b-87bd-42a0f6dc59fc, rgb(94, 94, 94))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qFZJktvWb:{text:vAIlMU7YP}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9bhlds\",\"data-styles-preset\":\"hjHSP0s_Y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2e55e554-625d-465b-87bd-42a0f6dc59fc, rgb(94, 94, 94)))\"},children:\"Dr. Alex Rivera, a prominent AI researcher and educator, has spent more than ten years advancing generative AI technology. His method demystifies complex AI ideas, enabling students to innovate and excel in the digital era.\"})}),className:\"framer-1xqdd7a\",\"data-framer-name\":\"Equip yourself with a broad range of skills to become a versatile, future-ready AI expert.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"acMqsjr3z\",style:{\"--extracted-r6o4lv\":\"var(--token-2e55e554-625d-465b-87bd-42a0f6dc59fc, rgb(94, 94, 94))\",\"--framer-paragraph-spacing\":\"24px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qFZJktvWb:{text:KzZ_JMPt8}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-168mm94\",\"data-framer-name\":\"Social Buttons\",layoutDependency:layoutDependency,layoutId:\"eiYczF6sI\",children:[isDisplayed2(kI_XvpNP2)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",...addPropertyOverrides({qFZJktvWb:{height:48,width:\"48px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+320+24)+0+258.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dedt5k-container\",\"data-framer-name\":\"Website\",layoutDependency:layoutDependency,layoutId:\"m5AK6UDIO-container\",name:\"Website\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"m5AK6UDIO\",layoutId:\"m5AK6UDIO\",name:\"Website\",style:{height:\"100%\",width:\"100%\"},variant:\"QnoJCgAU9\",width:\"100%\",...addPropertyOverrides({qFZJktvWb:{TNlKw2Bhv:M1wKISznc}},baseVariant,gestureVariant)})})}),isDisplayed2(baMlPKESi)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",...addPropertyOverrides({qFZJktvWb:{height:48,width:\"48px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+320+24)+0+258.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f6ezsv-container\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"eS5F6_22Q-container\",name:\"Twitter\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"eS5F6_22Q\",layoutId:\"eS5F6_22Q\",name:\"Twitter\",style:{height:\"100%\",width:\"100%\"},variant:\"X89MYaeEG\",width:\"100%\",...addPropertyOverrides({qFZJktvWb:{TNlKw2Bhv:mlT3gd5hq}},baseVariant,gestureVariant)})})}),isDisplayed2(vw00QH0zh)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",...addPropertyOverrides({qFZJktvWb:{height:48,width:\"48px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+320+24)+0+258.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ayardf-container\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"DVAbUxadv-container\",name:\"LinkedIn\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"DVAbUxadv\",layoutId:\"DVAbUxadv\",name:\"LinkedIn\",style:{height:\"100%\",width:\"100%\"},variant:\"afXANyw7V\",width:\"100%\",...addPropertyOverrides({qFZJktvWb:{TNlKw2Bhv:oLBHnAeS4}},baseVariant,gestureVariant)})})}),isDisplayed2(bDsIYioeu)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",...addPropertyOverrides({qFZJktvWb:{height:48,width:\"48px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+320+24)+0+258.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3usc38-container\",\"data-framer-name\":\"Youtube\",layoutDependency:layoutDependency,layoutId:\"Z6UwGqBD5-container\",name:\"Youtube\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"Z6UwGqBD5\",layoutId:\"Z6UwGqBD5\",name:\"Youtube\",style:{height:\"100%\",width:\"100%\"},variant:\"esFOsSwLY\",width:\"100%\",...addPropertyOverrides({qFZJktvWb:{TNlKw2Bhv:WcpxAQtyY}},baseVariant,gestureVariant)})})}),isDisplayed3(GW9Sov8gG)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({qFZJktvWb:{height:48,width:\"48px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+320+24)+0+258.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iwngez-container\",\"data-framer-name\":\"Facebook\",layoutDependency:layoutDependency,layoutId:\"n2kk3FE2I-container\",name:\"Facebook\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"n2kk3FE2I\",layoutId:\"n2kk3FE2I\",name:\"Facebook\",style:{height:\"100%\",width:\"100%\"},TNlKw2Bhv:oLBHnAeS4,variant:\"afXANyw7V\",width:\"100%\",...addPropertyOverrides({qFZJktvWb:{TNlKw2Bhv:OWYisxn1W}},baseVariant,gestureVariant)})})}),isDisplayed3(avVdCxG3b)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({qFZJktvWb:{height:48,width:\"48px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||758.5)-0-650.4)/2+320+24)+0+258.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y84od9-container\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"IefAbtvg4-container\",name:\"Instagram\",children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"IefAbtvg4\",layoutId:\"IefAbtvg4\",name:\"Instagram\",style:{height:\"100%\",width:\"100%\"},TNlKw2Bhv:oLBHnAeS4,variant:\"afXANyw7V\",width:\"100%\",...addPropertyOverrides({qFZJktvWb:{TNlKw2Bhv:e4W3tiWLh}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CqzUI.framer-e4wipt, .framer-CqzUI .framer-e4wipt { display: block; }\",\".framer-CqzUI.framer-b394b3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-CqzUI .framer-10l2mg7-container { flex: none; height: auto; max-width: 1120px; position: relative; width: 1120px; }\",\".framer-CqzUI .framer-1x4hzn7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 560px); overflow: hidden; position: relative; width: 560px; }\",\".framer-CqzUI .framer-1ij0pin { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 640px; z-index: 1; }\",\".framer-CqzUI .framer-25joy9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 560px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CqzUI .framer-f7so4q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CqzUI .framer-10drqmj, .framer-CqzUI .framer-esx0z8, .framer-CqzUI .framer-128yvkm, .framer-CqzUI .framer-6gn2f9, .framer-CqzUI .framer-1xqdd7a { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CqzUI .framer-bpemrz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 320px); overflow: hidden; position: relative; width: 320px; }\",\".framer-CqzUI .framer-1dxrncb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 390px; z-index: 1; }\",\".framer-CqzUI .framer-1497qs1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 560px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CqzUI .framer-14k4lfz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; max-width: 320px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CqzUI .framer-1kz6uz7 { flex: none; height: auto; max-width: 320px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CqzUI .framer-168mm94 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-CqzUI .framer-dedt5k-container, .framer-CqzUI .framer-1f6ezsv-container, .framer-CqzUI .framer-1ayardf-container, .framer-CqzUI .framer-3usc38-container, .framer-CqzUI .framer-1iwngez-container, .framer-CqzUI .framer-y84od9-container { flex: none; height: 56px; position: relative; width: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CqzUI.framer-b394b3, .framer-CqzUI .framer-1ij0pin, .framer-CqzUI .framer-25joy9, .framer-CqzUI .framer-f7so4q, .framer-CqzUI .framer-1dxrncb, .framer-CqzUI .framer-1497qs1, .framer-CqzUI .framer-14k4lfz, .framer-CqzUI .framer-168mm94 { gap: 0px; } .framer-CqzUI.framer-b394b3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-CqzUI.framer-b394b3 > :first-child, .framer-CqzUI .framer-1ij0pin > :first-child, .framer-CqzUI .framer-25joy9 > :first-child, .framer-CqzUI .framer-f7so4q > :first-child, .framer-CqzUI .framer-1dxrncb > :first-child, .framer-CqzUI .framer-1497qs1 > :first-child, .framer-CqzUI .framer-14k4lfz > :first-child { margin-top: 0px; } .framer-CqzUI.framer-b394b3 > :last-child, .framer-CqzUI .framer-1ij0pin > :last-child, .framer-CqzUI .framer-25joy9 > :last-child, .framer-CqzUI .framer-f7so4q > :last-child, .framer-CqzUI .framer-1dxrncb > :last-child, .framer-CqzUI .framer-1497qs1 > :last-child, .framer-CqzUI .framer-14k4lfz > :last-child { margin-bottom: 0px; } .framer-CqzUI .framer-1ij0pin > *, .framer-CqzUI .framer-1dxrncb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CqzUI .framer-25joy9 > *, .framer-CqzUI .framer-1497qs1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CqzUI .framer-f7so4q > *, .framer-CqzUI .framer-14k4lfz > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-CqzUI .framer-168mm94 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-CqzUI .framer-168mm94 > :first-child { margin-left: 0px; } .framer-CqzUI .framer-168mm94 > :last-child { margin-right: 0px; } }\",\".framer-CqzUI.framer-v-t33u3e.framer-b394b3 { gap: 24px; }\",\".framer-CqzUI.framer-v-t33u3e .framer-1dxrncb { align-self: stretch; padding: 0px; width: auto; }\",\".framer-CqzUI.framer-v-t33u3e .framer-1497qs1 { align-content: flex-start; align-items: flex-start; }\",\".framer-CqzUI.framer-v-t33u3e .framer-14k4lfz { gap: 16px; max-width: unset; }\",\".framer-CqzUI.framer-v-t33u3e .framer-dedt5k-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); order: 0; width: 48px; }\",\".framer-CqzUI.framer-v-t33u3e .framer-1f6ezsv-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); order: 1; width: 48px; }\",\".framer-CqzUI.framer-v-t33u3e .framer-1ayardf-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); order: 3; width: 48px; }\",\".framer-CqzUI.framer-v-t33u3e .framer-3usc38-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); order: 2; width: 48px; }\",\".framer-CqzUI.framer-v-t33u3e .framer-1iwngez-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); order: 4; width: 48px; }\",\".framer-CqzUI.framer-v-t33u3e .framer-y84od9-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); order: 5; width: 48px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CqzUI.framer-v-t33u3e.framer-b394b3, .framer-CqzUI.framer-v-t33u3e .framer-14k4lfz { gap: 0px; } .framer-CqzUI.framer-v-t33u3e.framer-b394b3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CqzUI.framer-v-t33u3e.framer-b394b3 > :first-child, .framer-CqzUI.framer-v-t33u3e .framer-14k4lfz > :first-child { margin-top: 0px; } .framer-CqzUI.framer-v-t33u3e.framer-b394b3 > :last-child, .framer-CqzUI.framer-v-t33u3e .framer-14k4lfz > :last-child { margin-bottom: 0px; } .framer-CqzUI.framer-v-t33u3e .framer-14k4lfz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 560\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"qFZJktvWb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"sm3obcIC5\":\"image\",\"EiAXZ7mbF\":\"name1\",\"vAIlMU7YP\":\"subtitle\",\"KzZ_JMPt8\":\"aboutText\",\"kI_XvpNP2\":\"websiteButton\",\"M1wKISznc\":\"websiteLink\",\"baMlPKESi\":\"twitterButton\",\"mlT3gd5hq\":\"twitterLink\",\"bDsIYioeu\":\"youtubeButton\",\"WcpxAQtyY\":\"youtubeLink\",\"vw00QH0zh\":\"linkedInButton\",\"oLBHnAeS4\":\"linkedInLink\",\"GW9Sov8gG\":\"facebookButton\",\"OWYisxn1W\":\"facebookLink\",\"avVdCxG3b\":\"instagramButton\",\"e4W3tiWLh\":\"instagramLink\",\"gt1eVNJ8B\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernXt0c6u8E=withCSS(Component,css,\"framer-CqzUI\");export default FramernXt0c6u8E;FramernXt0c6u8E.displayName=\"Instructor Card\";FramernXt0c6u8E.defaultProps={height:560,width:1120};addPropertyControls(FramernXt0c6u8E,{variant:{options:[\"h4rg9bIWb\",\"qFZJktvWb\"],optionTitles:[\"Default\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},sm3obcIC5:{__defaultAssetReference:\"data:framer/asset-reference,PvUPEs2MAqLn5x6tLhkJjV9ZTm8.jpg?originalFilename=photo-1623184663110-89ba5b565eb6%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxfHxzbWlsaW5nJTIwbWFufGVufDB8fHx8MTcwODcxODc1Mnww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},EiAXZ7mbF:{defaultValue:\"Dr. Alex Rivera\",displayTextArea:false,title:\"Name\",type:ControlType.String},vAIlMU7YP:{defaultValue:\"PhD in Computer Science, AI Researcher, and Educator\",displayTextArea:false,title:\"Subtitle\",type:ControlType.String},KzZ_JMPt8:{defaultValue:\"Dr. Alex Rivera, a prominent AI researcher and educator, has spent more than ten years advancing generative AI technology. His method demystifies complex AI ideas, enabling students to innovate and excel in the digital era.\",displayTextArea:true,placeholder:\"\",title:\"About Text\",type:ControlType.String},kI_XvpNP2:{defaultValue:true,title:\"Website Button\",type:ControlType.Boolean},M1wKISznc:{title:\"Website Link\",type:ControlType.Link},baMlPKESi:{defaultValue:true,title:\"Twitter Button\",type:ControlType.Boolean},mlT3gd5hq:{title:\"Twitter Link\",type:ControlType.Link},bDsIYioeu:{defaultValue:true,title:\"Youtube Button\",type:ControlType.Boolean},WcpxAQtyY:{title:\"Youtube Link\",type:ControlType.Link},vw00QH0zh:{defaultValue:true,title:\"LinkedIn Button\",type:ControlType.Boolean},oLBHnAeS4:{title:\"LinkedIn Link\",type:ControlType.Link},GW9Sov8gG:{defaultValue:false,title:\"Facebook Button\",type:ControlType.Boolean},OWYisxn1W:{title:\"Facebook Link\",type:ControlType.Link},avVdCxG3b:{defaultValue:false,title:\"Instagram Button\",type:ControlType.Boolean},e4W3tiWLh:{title:\"Instagram Link\",type:ControlType.Link},gt1eVNJ8B:{defaultValue:'var(--token-8052cbed-4c3a-4a1e-89e5-72fa38102795, rgb(255, 202, 0)) /* {\"name\":\"Lejit Yellow\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramernXt0c6u8E,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NegativeGapFonts,...SocialButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernXt0c6u8E\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1120\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"sm3obcIC5\\\":\\\"image\\\",\\\"EiAXZ7mbF\\\":\\\"name1\\\",\\\"vAIlMU7YP\\\":\\\"subtitle\\\",\\\"KzZ_JMPt8\\\":\\\"aboutText\\\",\\\"kI_XvpNP2\\\":\\\"websiteButton\\\",\\\"M1wKISznc\\\":\\\"websiteLink\\\",\\\"baMlPKESi\\\":\\\"twitterButton\\\",\\\"mlT3gd5hq\\\":\\\"twitterLink\\\",\\\"bDsIYioeu\\\":\\\"youtubeButton\\\",\\\"WcpxAQtyY\\\":\\\"youtubeLink\\\",\\\"vw00QH0zh\\\":\\\"linkedInButton\\\",\\\"oLBHnAeS4\\\":\\\"linkedInLink\\\",\\\"GW9Sov8gG\\\":\\\"facebookButton\\\",\\\"OWYisxn1W\\\":\\\"facebookLink\\\",\\\"avVdCxG3b\\\":\\\"instagramButton\\\",\\\"e4W3tiWLh\\\":\\\"instagramLink\\\",\\\"gt1eVNJ8B\\\":\\\"background\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"560\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qFZJktvWb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "giBAOU,SAASA,EAAY,CAAC,IAAAC,EAAI,IAAI,UAAAC,EAAU,GAAM,WAAAC,EAAW,SAAS,gBAAAC,EAAgB,SAAS,cAAAC,EAAc,SAAS,iBAAAC,EAAiB,GAAM,KAAAC,EAAK,yBAAyB,SAAAC,EAAS,SAAAC,EAAS,YAAAC,EAAY,YAAAC,EAAY,oBAAAC,EAAoB,SAAAC,EAAS,UAAAC,EAAU,UAAAC,EAAU,SAAAC,EAAS,aAAAC,EAAa,GAAM,QAAAC,EAAQ,EAAE,kBAAAC,EAAkB,GAAM,EAAAC,EAAE,EAAE,EAAAC,EAAE,EAAE,EAAAC,EAAE,EAAE,EAAAC,EAAE,EAAE,GAAGC,CAAI,EAAE,CAAC,IAAMC,EAAcvB,EAAU,SAAS,MAAYwB,EAAe,CAAC,MAAM,aAAa,OAAO,SAAS,IAAI,WAAW,gBAAgB,eAAe,EAAEvB,CAAU,EAAQwB,EAAWzB,EAAW,CAAC,KAAK,aAAa,OAAO,SAAS,MAAM,UAAU,EAAGE,CAAe,EAAG,CAAC,IAAI,aAAa,OAAO,SAAS,OAAO,UAAU,EAAGC,CAAa,EAAQuB,EAAe,CAAC,QAAQ,OAAO,cAAAH,EAAc,eAAAC,EAAe,WAAAC,EAAW,OAAO,OAAO,QAAQR,EAAkB,OAAU,GAAGD,MAAY,WAAWC,EAAkB,GAAGC,MAAM,OAAU,aAAaD,EAAkB,GAAGE,MAAM,OAAU,cAAcF,EAAkB,GAAGG,MAAM,OAAU,YAAYH,EAAkB,GAAGI,MAAM,OAAU,gBAAgBjB,EAAiBC,EAAK,aAAa,EAA6+B,OAAoBsB,EAAK,MAAM,CAAC,GAAGL,EAAK,MAAMI,EAAe,UAAnhC,IAAI,CAAC,IAAME,EAAiBC,GAAS,QAAQvB,CAAQ,EAAE,OAAGsB,EAAW,SAAS,EAAuBE,EAAM,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,cAAc,SAAS,WAAW,SAAS,eAAe,SAAS,OAAO,OAAO,MAAM,OAAO,QAAQ,OAAO,UAAU,aAAa,gBAAgB,YAAY,OAAO,mBAAmB,EAAE,SAAS,CAAcH,EAAK,MAAM,CAAC,MAAM,CAAC,MAAM,UAAU,WAAW,OAAO,SAAS,OAAO,WAAW,oBAAoB,UAAU,QAAQ,EAAE,SAAS,iCAAuB,CAAC,EAAeG,EAAM,MAAM,CAAC,MAAM,CAAC,UAAU,OAAO,MAAM,UAAU,WAAW,SAAS,SAAS,OAAO,WAAW,oBAAoB,UAAU,QAAQ,EAAE,SAAS,CAAC,4BAAyCH,EAAK,KAAK,CAAC,CAAC,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAUZ,EAAaa,EAAW,QAAQ,EAAEA,GAAY,IAAI,CAACG,EAAMC,IAAqBL,EAAKM,EAAO,IAAI,CAAC,SAAS1B,EAAS,MAAM,CAAC,OAAOP,EAAU,GAAGgC,IAAQ,EAAE,EAAEjC,YAAc,SAASiC,IAAQ,EAAE,EAAEjC,KAAO,EAAE,SAASgC,CAAK,EAAEC,CAAK,CAAC,CAAE,GAAuF,CAAC,CAAC,CAAE,CAAClC,EAAY,aAAa,CAAC,IAAI,IAAI,UAAU,GAAM,WAAW,SAAS,gBAAgB,SAAS,cAAc,SAAS,iBAAiB,GAAM,KAAK,UAAU,aAAa,GAAM,QAAQ,EAAE,kBAAkB,GAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAEoC,EAAoBpC,EAAY,CAAC,UAAU,CAAC,KAAKqC,EAAY,QAAQ,MAAM,YAAY,aAAa,GAAM,aAAa,SAAI,cAAc,QAAG,EAAE,WAAW,CAAC,KAAKA,EAAY,KAAK,MAAM,aAAa,QAAQ,CAAC,QAAQ,SAAS,MAAM,eAAe,EAAE,aAAa,CAAC,QAAQ,SAAS,MAAM,eAAe,EAAE,aAAa,QAAQ,EAAE,gBAAgB,CAAC,KAAKA,EAAY,KAAK,MAAM,eAAU,QAAQ,CAAC,OAAO,SAAS,OAAO,EAAE,aAAa,CAAC,OAAO,SAAS,OAAO,EAAE,aAAa,SAAS,OAAO,CAAC,CAAC,UAAAnC,CAAS,IAAI,CAACA,CAAS,EAAE,cAAc,CAAC,KAAKmC,EAAY,KAAK,MAAM,eAAU,QAAQ,CAAC,MAAM,SAAS,QAAQ,EAAE,aAAa,CAAC,MAAM,SAAS,QAAQ,EAAE,aAAa,SAAS,OAAO,CAAC,CAAC,UAAAnC,CAAS,IAAIA,CAAS,EAAE,IAAI,CAAC,KAAKmC,EAAY,OAAO,MAAM,MAAM,aAAa,IAAI,IAAI,KAAK,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,aAAa,CAAC,KAAKA,EAAY,QAAQ,MAAM,UAAU,aAAa,GAAM,aAAa,UAAU,cAAc,SAAS,EAAE,QAAQ,CAAC,KAAKA,EAAY,YAAY,MAAM,UAAU,UAAU,oBAAoB,aAAa,CAAC,UAAU,YAAY,EAAE,UAAU,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,iBAAiB,CAAC,KAAKA,EAAY,QAAQ,MAAM,aAAa,aAAa,GAAM,aAAa,MAAM,cAAc,IAAI,EAAE,KAAK,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,UAAU,OAAO,CAAC,CAAC,iBAAA/B,CAAgB,IAAI,CAACA,CAAgB,EAAE,SAAS,CAAC,KAAK+B,EAAY,MAAM,MAAM,mBAAmB,gBAAgB,CAAC,KAAKA,EAAY,iBAAiB,CAAC,CAAC,CAAC,ECN9sF,IAAMC,GAAiBC,EAASC,CAAW,EAAQC,GAAkBF,EAASG,CAAY,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWN,GAAmCG,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,UAAAC,EAAU,WAAAC,EAAW,eAAAC,EAAe,aAAAC,EAAa,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,gBAAAC,EAAgB,cAAAC,EAAc,eAAAC,EAAe,aAAAC,EAAa,MAAAC,EAAM,SAAAC,EAAS,cAAAC,EAAc,YAAAC,EAAY,cAAAC,EAAc,YAAAC,EAAY,MAAAC,EAAM,cAAAC,EAAc,YAAAC,EAAY,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAMC,EAAMC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAM,MAAM,CAAC,GAAGX,EAAM,UAAUb,GAAiEa,EAAM,UAAU,WAAWC,EAAKR,GAA2DO,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,GAAK,WAAWC,EAAMJ,GAA2DE,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,GAAK,UAAUd,GAA2DY,EAAM,UAAU,WAAWG,EAAMZ,GAAmCS,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,kBAAkB,WAAWC,EAAMvB,GAAkDmB,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,sEAAsE,UAAUtB,GAA8DkB,EAAM,UAAU,WAAWK,EAAMV,GAA2DK,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAM1B,GAA+CoB,EAAM,aAAa,MAAMM,IAAQ,OAAOA,EAAM,kOAAkO,UAAUV,GAAqDI,EAAM,UAAU,UAAUN,GAAqDM,EAAM,UAAU,UAAUV,GAAwDU,EAAM,UAAU,UAAUjB,GAAwDiB,EAAM,UAAU,WAAWO,EAAMrB,GAAmCc,EAAM,aAAa,MAAMO,IAAQ,OAAOA,EAAM,CAAC,IAAI,0FAA0F,OAAO,kcAAkc,EAAE,WAAWC,EAAMhB,GAA4CQ,EAAM,aAAa,MAAMQ,IAAQ,OAAOA,EAAM,uDAAuD,SAASE,GAAOD,EAAuC/B,GAAwBsB,EAAM,OAAO,KAAK,MAAMS,IAAyC,OAAOA,EAAuCT,EAAM,WAAW,MAAMU,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMtB,GAA8DW,EAAM,aAAa,MAAMW,IAAQ,OAAOA,EAAM,GAAK,UAAUZ,GAAqDC,EAAM,SAAS,CAAE,EAAQY,GAAuB,CAACZ,EAAMxC,IAAewC,EAAM,iBAAwBxC,EAAS,KAAK,GAAG,EAAEwC,EAAM,iBAAwBxC,EAAS,KAAK,GAAG,EAAUqD,GAA6BC,GAAW,SAASd,EAAMe,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA3D,EAAQ,UAAA4D,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE5D,GAASqB,CAAK,EAAO,CAAC,YAAAwC,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAvF,CAAQ,EAAEwF,GAAgB,CAAC,WAAA7F,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4F,EAAiBrC,GAAuBZ,EAAMxC,CAAQ,EAAQ0F,GAAWC,GAAO,IAAI,EAAQC,GAAY,IAAQZ,IAAc,YAA6Ca,EAAa,IAAQb,IAAc,YAA6Cc,EAAazF,GAAW2E,IAAc,YAAmB3E,EAAa,GAAa0F,GAAa1F,GAAW2E,IAAc,YAAmB3E,EAAa,GAAc2F,GAAsBC,GAAM,EAAQC,GAAsB,CAAatC,GAAuBA,GAAuBA,GAAuBA,EAAS,EAAQuC,EAAkBC,GAAqB,EAAE,OAAoBtF,EAAKuF,GAAY,CAAC,GAAGxC,GAA4CmC,GAAgB,SAAsBlF,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMH,GAAY,SAAsBmG,EAAMtF,EAAO,IAAI,CAAC,GAAG+D,EAAU,GAAGI,EAAgB,UAAUoB,GAAG3G,GAAkB,GAAGsG,GAAsB,gBAAgBtC,EAAUqB,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIlC,GAA6BmC,GAAK,MAAM,CAAC,GAAG/B,CAAK,EAAE,GAAG7D,EAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEkF,EAAYI,CAAc,EAAE,SAAS,CAACQ,GAAY,GAAgB9E,EAAK0F,EAA0B,CAAC,SAAsB1F,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiByE,EAAiB,SAAS,sBAAsB,SAAsBa,EAAM9G,EAAY,CAAC,gBAAgB,SAAS,cAAc,SAAS,EAAE,EAAE,UAAU,GAAM,WAAW,SAAS,KAAK,qBAAqB,iBAAiB,GAAM,IAAI,IAAI,OAAO,OAAO,GAAG,YAAY,kBAAkB,GAAM,EAAE,EAAE,SAAS,YAAY,QAAQ,EAAE,EAAE,EAAE,aAAa,GAAM,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,EAAE,EAAE,MAAM,OAAO,SAAS,CAAcsB,EAAK2F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,GAAGrG,GAAkB0D,CAAS,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,iBAAiB2B,EAAiB,SAAS,WAAW,CAAC,EAAe3E,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgBX,EAAU,UAAU,gOAAgO,EAAE,SAAsBwB,EAAMtF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiByE,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMtF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiByE,EAAiB,SAAS,YAAY,SAAS,CAAc3E,EAAK4F,EAAS,CAAC,sBAAsB,GAAK,SAAsB5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,6CAA6C,MAAM,CAAC,OAAO,EAAE,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAK1B,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAejD,EAAK4F,EAAS,CAAC,sBAAsB,GAAK,SAAsB5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,sDAAsD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,6CAA6C,MAAM,CAAC,OAAO,EAAE,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKzB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAelD,EAAK4F,EAAS,CAAC,sBAAsB,GAAK,SAAsBJ,EAAYrF,EAAS,CAAC,SAAS,CAAcH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,4HAA4H,CAAC,EAAeF,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,sIAAsI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,6FAA6F,MAAM,CAAC,OAAO,EAAE,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,MAAM,EAAE,KAAKxB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4B,EAAa,GAAgB/E,EAAK2F,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,gBAAgB,mBAAmB,gCAA2B,iBAAiBhB,EAAiB,SAAS,YAAY,GAAG3F,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQ6G,IAAwFR,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,GAAG/F,GAAkB0D,CAAS,CAAC,CAAC,CAAC,EAAEkB,EAAYI,CAAc,CAAC,CAAC,EAAES,EAAa,GAAgBS,EAAMtF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gCAA2B,iBAAiByE,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMtF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiByE,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMtF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiByE,EAAiB,SAAS,YAAY,SAAS,CAAc3E,EAAK4F,EAAS,CAAC,sBAAsB,GAAK,SAAsB5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,6CAA6C,MAAM,CAAC,OAAO,EAAE,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3F,EAAqB,CAAC,UAAU,CAAC,KAAKiE,CAAS,CAAC,EAAEiB,EAAYI,CAAc,CAAC,CAAC,EAAetE,EAAK4F,EAAS,CAAC,sBAAsB,GAAK,SAAsB5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,8FAA8F,EAAE,SAAS,sDAAsD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,6CAA6C,MAAM,CAAC,OAAO,EAAE,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3F,EAAqB,CAAC,UAAU,CAAC,KAAKkE,CAAS,CAAC,EAAEgB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetE,EAAK4F,EAAS,CAAC,sBAAsB,GAAK,SAAsB5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,iOAAiO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,6FAA6F,MAAM,CAAC,OAAO,EAAE,iBAAiByE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3F,EAAqB,CAAC,UAAU,CAAC,KAAKmE,CAAS,CAAC,EAAEe,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekB,EAAMtF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiByE,EAAiB,SAAS,YAAY,SAAS,CAACK,EAAa5B,CAAS,GAAgBpD,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAG1G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAgEqG,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,CAAC,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAsBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiByE,EAAiB,SAAS,sBAAsB,KAAK,UAAU,SAAsB3E,EAAKpB,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,UAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,UAAUqE,CAAS,CAAC,EAAEa,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAa1B,CAAS,GAAgBtD,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAG1G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAgEqG,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,CAAC,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAsBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,UAAU,iBAAiByE,EAAiB,SAAS,sBAAsB,KAAK,UAAU,SAAsB3E,EAAKpB,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,UAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,UAAUuE,CAAS,CAAC,EAAEW,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAatB,CAAS,GAAgB1D,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAG1G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAgEqG,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,CAAC,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAsBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiByE,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsB3E,EAAKpB,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,UAAU2E,CAAS,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAaxB,CAAS,GAAgBxD,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAG1G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAgEqG,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,CAAC,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAsBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiByE,EAAiB,SAAS,sBAAsB,KAAK,UAAU,SAAsB3E,EAAKpB,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,UAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,UAAUyE,CAAS,CAAC,EAAES,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEW,GAAarB,CAAS,GAAgB5D,EAAK0F,EAA0B,CAAC,GAAG1G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAgEqG,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,CAAC,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAsBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiByE,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsB3E,EAAKpB,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU+E,EAAU,QAAQ,YAAY,MAAM,OAAO,GAAG3E,EAAqB,CAAC,UAAU,CAAC,UAAU6E,CAAS,CAAC,EAAEK,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEW,GAAanB,CAAS,GAAgB9D,EAAK0F,EAA0B,CAAC,GAAG1G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAgEqG,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,MAAM,CAAC,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAsBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,YAAY,iBAAiByE,EAAiB,SAAS,sBAAsB,KAAK,YAAY,SAAsB3E,EAAKpB,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU+E,EAAU,QAAQ,YAAY,MAAM,OAAO,GAAG3E,EAAqB,CAAC,UAAU,CAAC,UAAU+E,CAAS,CAAC,EAAEG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwB,GAAI,CAAC,kFAAkF,gFAAgF,yQAAyQ,8HAA8H,kKAAkK,0RAA0R,8SAA8S,8QAA8Q,+RAA+R,6KAA6K,2SAA2S,uSAAuS,iSAAiS,uLAAuL,wRAAwR,mTAAmT,mwDAAmwD,6DAA6D,oGAAoG,wGAAwG,iFAAiF,6JAA6J,8JAA8J,8JAA8J,6JAA6J,8JAA8J,6JAA6J,mtBAAmtB,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EASn43BC,EAAgBC,GAAQzD,GAAUuD,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,kBAAkBA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,sRAAsR,MAAM,QAAQ,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,kBAAkB,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,uDAAuD,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,kOAAkO,gBAAgB,GAAK,YAAY,GAAG,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,iBAAiB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,eAAe,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,iBAAiB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,eAAe,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,iBAAiB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,eAAe,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,kBAAkB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,kBAAkB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,mBAAmB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,iBAAiB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,oGAAoG,MAAM,aAAa,KAAKA,EAAY,KAAK,CAAC,CAAC,EAAEC,GAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGvH,GAAiB,GAAGG,GAAkB,GAAG0H,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["NegativeGap", "gap", "direction", "distribute", "alignHorizontal", "alignVertical", "fillColorEnabled", "fill", "children", "layoutId", "forceRender", "layoutIdKey", "willChangeTransform", "maxWidth", "maxHeight", "minHeight", "minWidth", "reverseOrder", "padding", "individualPadding", "T", "R", "B", "L", "rest", "flexDirection", "justifyContent", "alignItems", "containerStyle", "p", "childArray", "j", "u", "child", "index", "motion", "addPropertyControls", "ControlType", "NegativeGapFonts", "getFonts", "NegativeGap", "SocialButtonFonts", "EIfSx8f3v_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "aboutText", "background", "facebookButton", "facebookLink", "height", "id", "image", "instagramButton", "instagramLink", "linkedInButton", "linkedInLink", "name1", "subtitle", "twitterButton", "twitterLink", "websiteButton", "websiteLink", "width", "youtubeButton", "youtubeLink", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_humanReadableVariantMap_props_variant", "_ref8", "_ref9", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "sm3obcIC5", "EiAXZ7mbF", "vAIlMU7YP", "KzZ_JMPt8", "kI_XvpNP2", "M1wKISznc", "baMlPKESi", "mlT3gd5hq", "bDsIYioeu", "WcpxAQtyY", "vw00QH0zh", "oLBHnAeS4", "GW9Sov8gG", "OWYisxn1W", "avVdCxG3b", "e4W3tiWLh", "gt1eVNJ8B", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "RichText2", "getLoadingLazyAtYPosition", "css", "FramernXt0c6u8E", "withCSS", "nXt0c6u8E_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
