{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/9N50PMbCaZNc8J76vXRL/zbPz4O3CnWxY2tjbhM7b/TextMask.js", "ssg:https://framerusercontent.com/modules/8vqzpyQPtefQuCW86ps2/UNxRbrJnObDOLwpKzRZZ/AkQk6CjOC.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * TEXTMASK\n * By Benjamin den Boer\n * @benjaminnathan\n *\n * @framerIntrinsicWidth 260\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n */ export default function TextMask(props){const{textContent,image,bgSizeType,bgSize,bgPosX,bgPosY,font,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft}=props;const{color,fontSize,fontFamily,fontWeight,fontStyle,textAlign,letterSpacing,whiteSpace,lineHeight,lineHeightPixels,lineHeightType}=font;const backgroundSizeValue=props.bgSizeType===\"cover\"||props.bgSizeType===\"contain\"?bgSizeType:`${bgSize}%`;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;return /*#__PURE__*/ _jsx(\"h1\",{style:{backgroundImage:image&&`url(${image.src})`,backgroundSize:backgroundSizeValue,backgroundRepeat:\"no-repeat\",backgroundPosition:`${bgPosX}% ${bgPosY}%`,backgroundClip:image&&\"text\",WebkitBackgroundClip:image&&\"text\",WebkitTextFillColor:image&&\"transparent\",textFillColor:image&&\"transparent\",color,fontSize,fontFamily:`\"${fontFamily}\", sans-serif`,fontStyle,fontWeight,textAlign,letterSpacing,whiteSpace,lineHeight:lineHeightType?lineHeight:`${lineHeightPixels}px`,margin:0,padding:paddingValue},children:textContent});};/* Default Properties */ TextMask.defaultProps={textContent:\"Hello\",bgSize:100,bgPosX:0,bgPosY:0,font:{fontSize:100,lineHeight:1,lineHeightType:true}};TextMask.displayName=\"Text Mask\";/* Property Controls */ addPropertyControls(TextMask,{textContent:{type:ControlType.String,title:\"Text\",defaultValue:\"Hello\"},image:{type:ControlType.ResponsiveImage,title:\"Image\"},bgSizeType:{type:ControlType.Enum,options:[\"cover\",\"contain\",\"percentage\"],optionTitles:[\"Cover\",\"Contain\",\"Percentage\"],title:\"Background\",defaultValue:\"cover\"},bgSize:{type:ControlType.Number,min:0,max:200,defaultValue:100,unit:\"%\",title:\"Size\",hidden:props=>props.bgSizeType===\"cover\"||props.bgSizeType===\"contain\"},bgPosX:{type:ControlType.Number,min:0,max:100,defaultValue:0,unit:\"%\",title:\"Offset X\"},bgPosY:{type:ControlType.Number,min:0,max:100,defaultValue:0,unit:\"%\",title:\"Offset Y\"},font:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"#888\"},fontSize:{type:ControlType.Number,title:\"Size\",min:0,displayStepper:true,step:1,defaultValue:100},fontFamily:{type:ControlType.String,title:\"Font\",defaultValue:\"Inter\"},fontWeight:{type:ControlType.Enum,title:\"Weight\",options:[100,200,300,400,500,600,700,800,900],defaultValue:400},fontStyle:{type:ControlType.Enum,title:\"Style\",options:[\"normal\",\"italic\",\"oblique\"],optionTitles:[\"Normal\",\"Italic\",\"Oblique\"],defaultValue:\"normal\"},textAlign:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Align\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\"},whiteSpace:{type:ControlType.Enum,title:\"Space\",options:[\"normal\",\"nowrap\",\"pre\",\"pre-wrap\",\"preline\",\"break-spaces\",],optionTitles:[\"Normal\",\"No Wrap\",\"Pre\",\"Pre Wrap\",\"Preline\",\"Break Spaces\",],defaultValue:\"center\"},letterSpacing:{type:ControlType.Number,title:\"Letter\",min:-100,max:100,displayStepper:true,step:.1,defaultValue:0},lineHeight:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:1,hidden:props=>!props.lineHeightType},lineHeightPixels:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:100,hidden:props=>props.lineHeightType},lineHeightType:{type:ControlType.Boolean,title:\" \",enabledTitle:\"em\",disabledTitle:\"px\",defaultValue:true}}},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TextMask\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"260\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextMask.map", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextMask from\"https://framerusercontent.com/modules/9N50PMbCaZNc8J76vXRL/zbPz4O3CnWxY2tjbhM7b/TextMask.js\";import FooterDarkNew from\"#framer/local/canvasComponent/BbkYG6ZOR/BbkYG6ZOR.js\";import NavigationDropdown2 from\"#framer/local/canvasComponent/SasweviAj/SasweviAj.js\";import Buttons from\"#framer/local/canvasComponent/yORaTwldW/yORaTwldW.js\";import*as sharedStyle3 from\"#framer/local/css/FSWwcgozb/FSWwcgozb.js\";import*as sharedStyle1 from\"#framer/local/css/KjEL69wIH/KjEL69wIH.js\";import*as sharedStyle from\"#framer/local/css/nu_l5B5oR/nu_l5B5oR.js\";import*as sharedStyle2 from\"#framer/local/css/PmtaoMKrK/PmtaoMKrK.js\";import metadataProvider from\"#framer/local/webPageMetadata/AkQk6CjOC/AkQk6CjOC.js\";const NavigationDropdown2Fonts=getFonts(NavigationDropdown2);const NavigationDropdown2WithVariantAppearEffect=withVariantAppearEffect(NavigationDropdown2);const TextMaskFonts=getFonts(TextMask);const ButtonsFonts=getFonts(Buttons);const FooterDarkNewFonts=getFonts(FooterDarkNew);const breakpoints={dJifuRVra:\"(min-width: 576px) and (max-width: 991px)\",dtOIhmA4Z:\"(min-width: 992px) and (max-width: 1279px)\",qMUbefd9N:\"(min-width: 1280px)\",QYjg4u9_3:\"(max-width: 575px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PcdFE\";const variantClassNames={dJifuRVra:\"framer-v-16uo521\",dtOIhmA4Z:\"framer-v-1yeswqx\",qMUbefd9N:\"framer-v-wf3ff4\",QYjg4u9_3:\"framer-v-k13wt1\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop L\":\"qMUbefd9N\",Desktop:\"dtOIhmA4Z\",Phone:\"QYjg4u9_3\",Tablet:\"dJifuRVra\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qMUbefd9N\"};};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,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"f5j5gzMcr\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"QYjg4u9_3\",\"dJifuRVra\"].includes(baseVariant))return false;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qMUbefd9N\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-wf3ff4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eyvdom-container\",layoutScroll:true,nodeId:\"j4p_wn6NH\",rendersWithMotion:true,scopeId:\"AkQk6CjOC\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{variant:\"I3ZXRdKEs\"},QYjg4u9_3:{variant:\"I3ZXRdKEs\"}},children:/*#__PURE__*/_jsx(NavigationDropdown2WithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"j4p_wn6NH\",layoutId:\"j4p_wn6NH\",style:{width:\"100%\"},variant:\"kytn7ombo\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-5nod85\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fr8gda hidden-k13wt1 hidden-16uo521\",\"data-framer-name\":\"gradient-top-right\",style:{rotate:366},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f5pihn\",\"data-framer-name\":\"blue\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kxg601\",\"data-framer-name\":\"blue-6\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1si6wgd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tirs5m\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-126sv5u-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Jdy4xgFuG\",scopeId:\"AkQk6CjOC\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{font:{color:\"rgb(136, 136, 136)\",fontFamily:\"poppins\",fontSize:180,fontStyle:\"normal\",fontWeight:900,letterSpacing:0,lineHeight:1,lineHeightPixels:100,lineHeightType:true,textAlign:\"center\",whiteSpace:\"normal\"}},QYjg4u9_3:{font:{color:\"rgb(136, 136, 136)\",fontFamily:\"poppins\",fontSize:150,fontStyle:\"normal\",fontWeight:900,letterSpacing:0,lineHeight:1,lineHeightPixels:100,lineHeightType:true,textAlign:\"center\",whiteSpace:\"normal\"}}},children:/*#__PURE__*/_jsx(TextMask,{bgPosX:0,bgPosY:0,bgSize:100,bgSizeType:\"cover\",font:{color:\"rgb(136, 136, 136)\",fontFamily:\"poppins\",fontSize:200,fontStyle:\"normal\",fontWeight:900,letterSpacing:0,lineHeight:1,lineHeightPixels:100,lineHeightType:true,textAlign:\"center\",whiteSpace:\"normal\"},height:\"100%\",id:\"Jdy4xgFuG\",image:addImageAlt({src:\"https://framerusercontent.com/images/s72v8eCubZ5vkGAh7R5BfKzdoaA.gif\",srcSet:\"https://framerusercontent.com/images/s72v8eCubZ5vkGAh7R5BfKzdoaA.gif?scale-down-to=512 512w,https://framerusercontent.com/images/s72v8eCubZ5vkGAh7R5BfKzdoaA.gif 514w\"},\"\"),layoutId:\"Jdy4xgFuG\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,style:{width:\"100%\"},textContent:\"404\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-fu1i9f\",\"data-styles-preset\":\"FSWwcgozb\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"The page you are looking for does not exist.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"Navigate back to the \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kgjAXNiZl\",openInNewTab:false,scopeId:\"AkQk6CjOC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"Home Page\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\", or get started with Creatify for free.\"})]})})},QYjg4u9_3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ydws5r\",\"data-styles-preset\":\"PmtaoMKrK\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"The page you are looking for does not exist.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"Go back to the \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kgjAXNiZl\",openInNewTab:false,scopeId:\"AkQk6CjOC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"Home Page\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\", or get started with Creatify for free.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-do3hoa\",\"data-styles-preset\":\"nu_l5B5oR\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"The page you are looking for does not exist.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"Navigate back to the \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kgjAXNiZl\",openInNewTab:false,scopeId:\"AkQk6CjOC\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\"Home Page\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1b3e504c-d305-4876-8e2c-5dc8f71ef80f, rgb(185, 190, 209))\"},children:\", or get started with Creatify for free.\"})]})}),className:\"framer-7a09pt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{y:(componentViewport?.y||0)+0+0+160+0+0+404},QYjg4u9_3:{y:(componentViewport?.y||0)+0+0+160+0+0+288.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+0+0+160+0+0+459.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fq682b-container\",\"data-framer-name\":\"Button Primary\",name:\"Button Primary\",nodeId:\"cHFPdmc26\",scopeId:\"AkQk6CjOC\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{vjZWklrqI:resolvedLinks[3]},dtOIhmA4Z:{vjZWklrqI:resolvedLinks[1]},QYjg4u9_3:{vjZWklrqI:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Buttons,{bOwGuieUn:\"ArrowUpRight\",gxu4rxwLq:false,height:\"100%\",HIDbtGPPg:\"\",id:\"cHFPdmc26\",l7JQpOd3Q:false,layoutId:\"cHFPdmc26\",name:\"Button Primary\",variant:\"am8FqTFKS\",vjZWklrqI:resolvedLinks[0],width:\"100%\",xEfGs_njT:\"Back to Home\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{y:(componentViewport?.y||0)+0+675},QYjg4u9_3:{y:(componentViewport?.y||0)+0+565}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:595,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+886,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jb7wyb-container\",nodeId:\"Y_izjbrAu\",scopeId:\"AkQk6CjOC\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dJifuRVra:{variant:\"Ukv1Zs3GV\"},dtOIhmA4Z:{variant:\"DhJ7hEvYh\"},QYjg4u9_3:{variant:\"eM1N5tjV8\"}},children:/*#__PURE__*/_jsx(FooterDarkNew,{height:\"100%\",id:\"Y_izjbrAu\",layoutId:\"Y_izjbrAu\",style:{width:\"100%\"},variant:\"Yvpa5SCWM\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PcdFE.framer-8dno4o, .framer-PcdFE .framer-8dno4o { display: block; }\",\".framer-PcdFE.framer-wf3ff4 { align-content: center; align-items: center; background-color: var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-PcdFE .framer-eyvdom-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-PcdFE .framer-5nod85 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 160px 0px 160px 0px; position: relative; scroll-margin-top: 10px; width: 100%; }\",\".framer-PcdFE .framer-1fr8gda { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 619px; justify-content: center; left: calc(51.01562500000002% - 923px / 2); opacity: 0.83; overflow: visible; padding: 0px; position: absolute; top: calc(54.85327313769754% - 619px / 2); width: 923px; z-index: 0; }\",\".framer-PcdFE .framer-f5pihn { -webkit-filter: blur(100px); background-color: #0d0061; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: 541px; opacity: 0.56; position: absolute; right: -193px; top: -409px; width: 518px; z-index: 1; }\",\".framer-PcdFE .framer-kxg601 { -webkit-filter: blur(100px); background-color: #bd8cff; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; filter: blur(100px); flex: none; height: 447px; left: -285px; opacity: 0.19; position: absolute; top: -226px; width: 403px; z-index: 1; }\",\".framer-PcdFE .framer-1si6wgd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 566px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PcdFE .framer-1tirs5m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 392px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PcdFE .framer-126sv5u-container { flex: none; height: auto; position: relative; width: 523px; }\",\".framer-PcdFE .framer-7a09pt { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PcdFE .framer-1fq682b-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-PcdFE .framer-1jb7wyb-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PcdFE.framer-wf3ff4, .framer-PcdFE .framer-5nod85, .framer-PcdFE .framer-1fr8gda, .framer-PcdFE .framer-1si6wgd, .framer-PcdFE .framer-1tirs5m { gap: 0px; } .framer-PcdFE.framer-wf3ff4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PcdFE.framer-wf3ff4 > :first-child, .framer-PcdFE .framer-5nod85 > :first-child, .framer-PcdFE .framer-1si6wgd > :first-child, .framer-PcdFE .framer-1tirs5m > :first-child { margin-top: 0px; } .framer-PcdFE.framer-wf3ff4 > :last-child, .framer-PcdFE .framer-5nod85 > :last-child, .framer-PcdFE .framer-1si6wgd > :last-child, .framer-PcdFE .framer-1tirs5m > :last-child { margin-bottom: 0px; } .framer-PcdFE .framer-5nod85 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-PcdFE .framer-1fr8gda > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PcdFE .framer-1fr8gda > :first-child { margin-left: 0px; } .framer-PcdFE .framer-1fr8gda > :last-child { margin-right: 0px; } .framer-PcdFE .framer-1si6wgd > *, .framer-PcdFE .framer-1tirs5m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 992px) and (max-width: 1279px) { .framer-PcdFE.framer-wf3ff4 { width: 992px; } .framer-PcdFE .framer-5nod85 { gap: 50px; padding: 160px 40px 160px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PcdFE .framer-5nod85 { gap: 0px; } .framer-PcdFE .framer-5nod85 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-PcdFE .framer-5nod85 > :first-child { margin-top: 0px; } .framer-PcdFE .framer-5nod85 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 575px) { .framer-PcdFE.framer-wf3ff4 { width: 390px; } .framer-PcdFE .framer-5nod85 { gap: 40px; padding: 160px 20px 40px 20px; } .framer-PcdFE .framer-1si6wgd { height: 365px; } .framer-PcdFE .framer-1tirs5m { height: 251px; } .framer-PcdFE .framer-126sv5u-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PcdFE .framer-5nod85 { gap: 0px; } .framer-PcdFE .framer-5nod85 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PcdFE .framer-5nod85 > :first-child { margin-top: 0px; } .framer-PcdFE .framer-5nod85 > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 576px) and (max-width: 991px) { .framer-PcdFE.framer-wf3ff4 { width: 576px; } .framer-PcdFE .framer-5nod85 { gap: 40px; padding: 160px 20px 60px 20px; } .framer-PcdFE .framer-1si6wgd { height: 455px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PcdFE .framer-5nod85 { gap: 0px; } .framer-PcdFE .framer-5nod85 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PcdFE .framer-5nod85 > :first-child { margin-top: 0px; } .framer-PcdFE .framer-5nod85 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1480\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dtOIhmA4Z\":{\"layout\":[\"fixed\",\"auto\"]},\"QYjg4u9_3\":{\"layout\":[\"fixed\",\"auto\"]},\"dJifuRVra\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"f5j5gzMcr\":{\"pattern\":\":f5j5gzMcr\",\"name\":\"hero\"}}\n * @framerResponsiveScreen\n */const FramerAkQk6CjOC=withCSS(Component,css,\"framer-PcdFE\");export default FramerAkQk6CjOC;FramerAkQk6CjOC.displayName=\"Afiliate\";FramerAkQk6CjOC.defaultProps={height:1480,width:1280};addFonts(FramerAkQk6CjOC,[{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\"}]},...NavigationDropdown2Fonts,...TextMaskFonts,...ButtonsFonts,...FooterDarkNewFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAkQk6CjOC\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"1480\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dtOIhmA4Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QYjg4u9_3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dJifuRVra\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"f5j5gzMcr\\\":{\\\"pattern\\\":\\\":f5j5gzMcr\\\",\\\"name\\\":\\\"hero\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1280\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TextMask", "props", "textContent", "image", "bgSizeType", "bgSize", "bgPosX", "bgPosY", "font", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "color", "fontSize", "fontFamily", "fontWeight", "fontStyle", "textAlign", "letterSpacing", "whiteSpace", "lineHeight", "lineHeightPixels", "lineHeightType", "backgroundSizeValue", "paddingValue", "p", "addPropertyControls", "ControlType", "NavigationDropdown2Fonts", "getFonts", "SasweviAj_default", "NavigationDropdown2WithVariantAppearEffect", "withVariantAppearEffect", "TextMaskFonts", "TextMask", "ButtonsFonts", "yORaTwldW_default", "FooterDarkNewFonts", "BbkYG6ZOR_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "Link", "RichText2", "ResolveLinks", "resolvedLinks", "css", "FramerAkQk6CjOC", "withCSS", "AkQk6CjOC_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
