{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wPe85Vkuv92E9tm0kLRO/Arm1zzHNhhx2xOz4bs9i/twoStyleText.js", "ssg:https://framerusercontent.com/modules/7xwgeCjHrBzd1m56ayPy/drPQYwJVvTNxEpcMvSfW/jEWNo3Sdc.js", "ssg:https://framerusercontent.com/modules/j0hfXQ1pq1CjU2fFjL3m/inS8t892E3IcvKuXmvrX/KdsyjoSNv.js"],
  "sourcesContent": ["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function twoStyleText(props){// This is a React component containing an Example component\n// - Replace <Example /> with your own code\n// - Find inspiration: https://www.framer.com/developers/\n// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={height:\"auto\",innerWidth:\"auto\",display:\"block\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\",fontSize:props.textSize,color:props.textColor,fontFamily:\"Inter\",lineHeight:1.5};const decoratedStyle={display:\"inline\",marginRight:4,marginLeft:-4,padding:\"4px 4px\",color:props.decoratedTextColor,backgroundColor:props.decoratedTextBackColor,fontWeight:props.decoratedWeight};const normalStyle={display:\"inline\"};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[props.decoratedText&&/*#__PURE__*/_jsx(\"div\",{style:decoratedStyle,children:props.decoratedText}),props.normalText&&/*#__PURE__*/_jsx(\"div\",{style:normalStyle,children:props.normalText})]});}addPropertyControls(twoStyleText,{decoratedText:{type:ControlType.String,title:\"Decorated text\"},normalText:{type:ControlType.String,title:\"Normal text\"},textColor:{type:ControlType.Color,title:\"Text Color\"},textSize:{type:ControlType.Number,title:\"Text Size\"},decoratedTextColor:{type:ControlType.Color,title:\"Decorated Text Color\"},decoratedTextBackColor:{type:ControlType.Color,title:\"Decorated Background Color\"},decoratedWeight:{// type: ControlType.Number,\n// title: \"Decorated Font Weight\",\ntype:ControlType.Enum,title:\"Decorated Font Weight\",options:[400,500,600,700,800].map(String),optionTitles:[\"400\",\"500\",\"600\",\"700\",\"800\"]}});twoStyleText.defaultProps={decoratedText:\"Decorated text goes here!\",normalText:\"the rest goes here!\",textColor:\"black\",decoratedTextColor:\"white\",decoratedTextBackColor:\"#00E8BE\",textSize:18,decoratedWeight:600};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"twoStyleText\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./twoStyleText.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"OWIw5RJfZ\"];const serializationHash=\"framer-IRA23\";const variantClassNames={OWIw5RJfZ:\"framer-v-1vbx9v9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OWIw5RJfZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vbx9v9\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OWIw5RJfZ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35))\",...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IRA23.framer-o0424t, .framer-IRA23 .framer-o0424t { display: block; }\",\".framer-IRA23.framer-1vbx9v9 { height: 45px; overflow: visible; position: relative; width: 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 1\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjEWNo3Sdc=withCSS(Component,css,\"framer-IRA23\");export default FramerjEWNo3Sdc;FramerjEWNo3Sdc.displayName=\"line-vertical\";FramerjEWNo3Sdc.defaultProps={height:45,width:1};addFonts(FramerjEWNo3Sdc,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjEWNo3Sdc\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"45\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jEWNo3Sdc.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TwoStyleText from\"https://framerusercontent.com/modules/wPe85Vkuv92E9tm0kLRO/Arm1zzHNhhx2xOz4bs9i/twoStyleText.js\";import LineVertical from\"https://framerusercontent.com/modules/7xwgeCjHrBzd1m56ayPy/drPQYwJVvTNxEpcMvSfW/jEWNo3Sdc.js\";import LineHorizontal from\"https://framerusercontent.com/modules/w3TkA3cyVL6pOnz4WAS0/rwLFVD29FMCq0KRQP3xS/oQcnCCdvP.js\";const LineVerticalFonts=getFonts(LineVertical);const TwoStyleTextFonts=getFonts(TwoStyleText);const LineHorizontalFonts=getFonts(LineHorizontal);const TwoStyleTextControls=getPropertyControls(TwoStyleText);const cycleOrder=[\"dDOSkCJ7K\",\"oK1mFWllJ\"];const serializationHash=\"framer-ZrVct\";const variantClassNames={dDOSkCJ7K:\"framer-v-kmgdub\",oK1mFWllJ:\"framer-v-1pm0hjl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"400\":\"400\",\"500\":\"500\",\"600\":\"600\",\"700\":\"700\",\"800\":\"800\"};const humanReadableVariantMap={\"Not Last\":\"dDOSkCJ7K\",Last:\"oK1mFWllJ\"};const getProps=({bottomBorderColor,contentText,decoratedBackColor,decoratedText,decoratedTextWeight,height,id,number,textColor,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_humanReadableEnumMap_decoratedTextWeight,_ref7,_ref8;return{...props,BGiipALdJ:(_ref=number!==null&&number!==void 0?number:props.BGiipALdJ)!==null&&_ref!==void 0?_ref:\"1\",ed9_rSQ_W:(_ref1=contentText!==null&&contentText!==void 0?contentText:props.ed9_rSQ_W)!==null&&_ref1!==void 0?_ref1:\"[PLACEHODER] The Divine Logo was God itself. Pleasure often prevents them from their faults, and we're also responsible \",eDIF4XHqg:(_ref2=textColor!==null&&textColor!==void 0?textColor:props.eDIF4XHqg)!==null&&_ref2!==void 0?_ref2:\"var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35))\",fNPtO7lOf:(_ref3=decoratedText!==null&&decoratedText!==void 0?decoratedText:props.fNPtO7lOf)!==null&&_ref3!==void 0?_ref3:\"[PLACEHODER] Primarily, the Divine Logo existed, along with God, and truly,\",IeDfLhD6e:(_ref4=bottomBorderColor!==null&&bottomBorderColor!==void 0?bottomBorderColor:props.IeDfLhD6e)!==null&&_ref4!==void 0?_ref4:\"var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35))\",MzVpuIsmk:(_ref5=decoratedBackColor!==null&&decoratedBackColor!==void 0?decoratedBackColor:props.MzVpuIsmk)!==null&&_ref5!==void 0?_ref5:\"rgb(0, 232, 190)\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"dDOSkCJ7K\",XvtFkpoDA:(_ref8=(_ref7=(_humanReadableEnumMap_decoratedTextWeight=humanReadableEnumMap[decoratedTextWeight])!==null&&_humanReadableEnumMap_decoratedTextWeight!==void 0?_humanReadableEnumMap_decoratedTextWeight:decoratedTextWeight)!==null&&_ref7!==void 0?_ref7:props.XvtFkpoDA)!==null&&_ref8!==void 0?_ref8:\"800\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,BGiipALdJ,fNPtO7lOf,MzVpuIsmk,XvtFkpoDA,ed9_rSQ_W,eDIF4XHqg,IeDfLhD6e,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dDOSkCJ7K\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"oK1mFWllJ\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-kmgdub\",className,classNames),\"data-framer-name\":\"Not Last\",layoutDependency:layoutDependency,layoutId:\"dDOSkCJ7K\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({oK1mFWllJ:{\"data-framer-name\":\"Last\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qpxaa9\",\"data-framer-name\":\"number-circle\",layoutDependency:layoutDependency,layoutId:\"XdjOJw7KF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vli1qw\",\"data-framer-name\":\"number\",layoutDependency:layoutDependency,layoutId:\"pfeTk5nno\",style:{backgroundColor:\"var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35))\",borderBottomLeftRadius:33,borderBottomRightRadius:33,borderTopLeftRadius:33,borderTopRightRadius:33},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-a663b27e-0ee3-4043-8348-ea6014032dfa, rgb(255, 255, 255)))\"},children:\"1\"})}),className:\"framer-1tj2au9\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Iqs6OQz6I\",style:{\"--extracted-1eung3n\":\"var(--token-a663b27e-0ee3-4043-8348-ea6014032dfa, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:BGiipALdJ,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yh5e4t-container\",layoutDependency:layoutDependency,layoutId:\"hjOXDrWrs-container\",children:/*#__PURE__*/_jsx(LineVertical,{height:\"100%\",id:\"hjOXDrWrs\",layoutId:\"hjOXDrWrs\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hgcfyv\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"LiL_i3PyC\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mjcxfn-container\",layoutDependency:layoutDependency,layoutId:\"uyo0QRsWd-container\",children:/*#__PURE__*/_jsx(TwoStyleText,{decoratedText:fNPtO7lOf,decoratedTextBackColor:MzVpuIsmk,decoratedTextColor:\"var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35))\",decoratedWeight:XvtFkpoDA,height:\"100%\",id:\"uyo0QRsWd\",layoutId:\"uyo0QRsWd\",normalText:ed9_rSQ_W,textColor:eDIF4XHqg,textSize:18,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m5fecg-container\",layoutDependency:layoutDependency,layoutId:\"df2tXg0Zv-container\",children:/*#__PURE__*/_jsx(LineHorizontal,{height:\"100%\",id:\"df2tXg0Zv\",layoutId:\"df2tXg0Zv\",style:{height:\"100%\",width:\"100%\"},variant:\"F8uDg4JgK\",width:\"100%\",x5bCC1haV:IeDfLhD6e})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZrVct.framer-hpucka, .framer-ZrVct .framer-hpucka { display: block; }\",\".framer-ZrVct.framer-kmgdub { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 908px; }\",\".framer-ZrVct .framer-qpxaa9 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-ZrVct .framer-1vli1qw { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 30px); justify-content: center; overflow: visible; padding: 4px; position: relative; width: 30px; }\",\".framer-ZrVct .framer-1tj2au9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZrVct .framer-1yh5e4t-container { flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\",\".framer-ZrVct .framer-1hgcfyv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-ZrVct .framer-1mjcxfn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZrVct .framer-m5fecg-container { flex: none; height: 1px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZrVct.framer-kmgdub, .framer-ZrVct .framer-qpxaa9, .framer-ZrVct .framer-1vli1qw, .framer-ZrVct .framer-1hgcfyv { gap: 0px; } .framer-ZrVct.framer-kmgdub > *, .framer-ZrVct .framer-1vli1qw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZrVct.framer-kmgdub > :first-child, .framer-ZrVct .framer-1vli1qw > :first-child { margin-left: 0px; } .framer-ZrVct.framer-kmgdub > :last-child, .framer-ZrVct .framer-1vli1qw > :last-child { margin-right: 0px; } .framer-ZrVct .framer-qpxaa9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZrVct .framer-qpxaa9 > :first-child, .framer-ZrVct .framer-1hgcfyv > :first-child { margin-top: 0px; } .framer-ZrVct .framer-qpxaa9 > :last-child, .framer-ZrVct .framer-1hgcfyv > :last-child { margin-bottom: 0px; } .framer-ZrVct .framer-1hgcfyv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 85\n * @framerIntrinsicWidth 908\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oK1mFWllJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"BGiipALdJ\":\"number\",\"fNPtO7lOf\":\"decoratedText\",\"MzVpuIsmk\":\"decoratedBackColor\",\"XvtFkpoDA\":\"decoratedTextWeight\",\"ed9_rSQ_W\":\"contentText\",\"eDIF4XHqg\":\"textColor\",\"IeDfLhD6e\":\"bottomBorderColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKdsyjoSNv=withCSS(Component,css,\"framer-ZrVct\");export default FramerKdsyjoSNv;FramerKdsyjoSNv.displayName=\"numbered-connect\";FramerKdsyjoSNv.defaultProps={height:85,width:908};addPropertyControls(FramerKdsyjoSNv,{variant:{options:[\"dDOSkCJ7K\",\"oK1mFWllJ\"],optionTitles:[\"Not Last\",\"Last\"],title:\"Variant\",type:ControlType.Enum},BGiipALdJ:{defaultValue:\"1\",displayTextArea:false,placeholder:\"number\",title:\"number\",type:ControlType.String},fNPtO7lOf:{defaultValue:\"[PLACEHODER] Primarily, the Divine Logo existed, along with God, and truly,\",displayTextArea:true,title:\"decorated-text\",type:ControlType.String},MzVpuIsmk:{defaultValue:\"rgb(0, 232, 190)\",title:\"decorated-back-color\",type:ControlType.Color},XvtFkpoDA:(TwoStyleTextControls===null||TwoStyleTextControls===void 0?void 0:TwoStyleTextControls[\"decoratedWeight\"])&&{...TwoStyleTextControls[\"decoratedWeight\"],defaultValue:\"800\",description:undefined,hidden:undefined,title:\"decorated-text-weight\"},ed9_rSQ_W:{defaultValue:\"[PLACEHODER] The Divine Logo was God itself. Pleasure often prevents them from their faults, and we're also responsible \",displayTextArea:true,placeholder:\"Text\",title:\"content-text\",type:ControlType.String},eDIF4XHqg:{defaultValue:'var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35)) /* {\"name\":\"black\"} */',title:\"text-color\",type:ControlType.Color},IeDfLhD6e:{defaultValue:'var(--token-1b7b3d7f-9382-4288-a2cd-2b2813b0542e, rgb(23, 25, 35)) /* {\"name\":\"black\"} */',title:\"bottom-border-color\",type:ControlType.Color}});addFonts(FramerKdsyjoSNv,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Medium.cyrillic-ext-M4WHNGTS.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Medium.cyrillic-JVU2PANX.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-ext-4KCQBEIZ.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-DPOQGN7L.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Medium.latin-ext-J4DBSW7F.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Medium.latin-Y3IVPL46.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Medium.vietnamese-PJV76O4P.woff2\",weight:\"500\"}]},...LineVerticalFonts,...TwoStyleTextFonts,...LineHorizontalFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKdsyjoSNv\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"908\",\"framerIntrinsicHeight\":\"85\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oK1mFWllJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"BGiipALdJ\\\":\\\"number\\\",\\\"fNPtO7lOf\\\":\\\"decoratedText\\\",\\\"MzVpuIsmk\\\":\\\"decoratedBackColor\\\",\\\"XvtFkpoDA\\\":\\\"decoratedTextWeight\\\",\\\"ed9_rSQ_W\\\":\\\"contentText\\\",\\\"eDIF4XHqg\\\":\\\"textColor\\\",\\\"IeDfLhD6e\\\":\\\"bottomBorderColor\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KdsyjoSNv.map"],
  "mappings": "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",
  "names": ["twoStyleText", "props", "containerStyle", "decoratedStyle", "normalStyle", "u", "p", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "css", "FramerjEWNo3Sdc", "withCSS", "jEWNo3Sdc_default", "addFonts", "LineVerticalFonts", "getFonts", "jEWNo3Sdc_default", "TwoStyleTextFonts", "twoStyleText", "LineHorizontalFonts", "oQcnCCdvP_default", "TwoStyleTextControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "bottomBorderColor", "contentText", "decoratedBackColor", "decoratedText", "decoratedTextWeight", "height", "id", "number", "textColor", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_humanReadableEnumMap_decoratedTextWeight", "_ref7", "_ref8", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "BGiipALdJ", "fNPtO7lOf", "MzVpuIsmk", "XvtFkpoDA", "ed9_rSQ_W", "eDIF4XHqg", "IeDfLhD6e", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerKdsyjoSNv", "withCSS", "KdsyjoSNv_default", "addPropertyControls", "ControlType", "addFonts"]
}
