{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ktffkTHLX4Of8SYqzYRX/o9TduIFX6A7RQ1IhxRkK/Highlight.js", "ssg:https://framerusercontent.com/modules/zzByL3sL8SqZRmsDA0dB/6BZrFVYbj3cLa1eA6asB/M8sa8e4bR.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export function withHighlightColor1(Component){return props=>{const[isVisible,setIsVisible]=useState(false);useEffect(()=>{const elements=document.querySelectorAll(`.${props.className} [style*=\"--framer-text-decoration: underline\"]`);// Now, let's add a parent <mark> tag to the selected elements\nelements.forEach(element=>{element.style.removeProperty(\"--framer-text-decoration\");const markElement=document.createElement(\"mark\");const spanElement=document.createElement(\"span\");// Wrap the element with mark\nelement.parentNode.insertBefore(markElement,element);markElement.appendChild(element);// Wrap the content of the element with span\nwhile(element.firstChild){spanElement.appendChild(element.firstChild);}element.appendChild(spanElement);setIsVisible(true);});const handle=entries=>{entries.forEach(entry=>{const highlightedValue=entry.target.style.getPropertyValue(\"--highlighted\");console.log(\"handle\");if(!highlightedValue||parseInt(highlightedValue)===0){entry.target.style.setProperty(\"--highlighted\",entry.isIntersecting?\"1\":\"0\");}});};const observer=new IntersectionObserver(handle,{threshold:1});elements.forEach(M=>observer.observe(M));},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`\n.${props.className} mark {\n--highlighted: 0;\n--highlight: rgba(0, 128, 255, 0.5);\nbackground: transparent;\n}\n\n.${props.className} mark span {\nbackground: linear-gradient(120deg, var(--highlight) 50%, transparent 50%) 110% 0 / 200% 100% no-repeat;\nbackground-position: calc((1 - var(--highlighted)) * 110%) 0;\ntransition: background-position 1s;\ncolor: white;\n}\n`}),/*#__PURE__*/_jsx(Component,{...props,style:!isVisible?{opacity:0}:{}})]});};}export function withHighlightColor2(Component){return props=>{const[isVisible,setIsVisible]=useState(false);useEffect(()=>{const elements=document.querySelectorAll(`.${props.className} [style*=\"--framer-text-decoration: underline\"]`);// Now, let's add a parent <mark> tag to the selected elements\nelements.forEach(element=>{element.style.removeProperty(\"--framer-text-decoration\");const markElement=document.createElement(\"mark\");const spanElement=document.createElement(\"span\");// Wrap the element with mark\nelement.parentNode.insertBefore(markElement,element);markElement.appendChild(element);// Wrap the content of the element with span\nwhile(element.firstChild){spanElement.appendChild(element.firstChild);}element.appendChild(spanElement);setIsVisible(true);});const handle=entries=>{entries.forEach(entry=>{const highlightedValue=entry.target.style.getPropertyValue(\"--highlighted\");if(!highlightedValue||parseInt(highlightedValue)===0){entry.target.style.setProperty(\"--highlighted\",entry.isIntersecting?\"1\":\"0\");}});};const observer=new IntersectionObserver(handle,{threshold:1});elements.forEach(M=>observer.observe(M));},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`\n.${props.className} mark {\n--highlighted: 0;\n--highlight: rgba(255, 195, 0, 0.8);\nbackground: transparent;\n}\n\n.${props.className} mark span {\nbackground: linear-gradient(120deg, var(--highlight) 50%, transparent 50%) 110% 0 / 200% 100% no-repeat;\nbackground-position: calc((1 - var(--highlighted)) * 110%) 0;\ntransition: background-position 1s;\ncolor: black;\n}\n`}),/*#__PURE__*/_jsx(Component,{...props,style:!isVisible?{opacity:0}:{}})]});};}export function withHighlightColor3(Component){return props=>{const[isVisible,setIsVisible]=useState(false);useEffect(()=>{const elements=document.querySelectorAll(`.${props.className} [style*=\"--framer-text-decoration: underline\"]`);// Now, let's add a parent <mark> tag to the selected elements\nelements.forEach(element=>{element.style.removeProperty(\"--framer-text-decoration\");const markElement=document.createElement(\"mark\");const spanElement=document.createElement(\"span\");// Wrap the element with mark\nelement.parentNode.insertBefore(markElement,element);markElement.appendChild(element);// Wrap the content of the element with span\nwhile(element.firstChild){spanElement.appendChild(element.firstChild);}element.appendChild(spanElement);setIsVisible(true);});const handle=entries=>{entries.forEach(entry=>{const highlightedValue=entry.target.style.getPropertyValue(\"--highlighted\");if(!highlightedValue||parseInt(highlightedValue)===0){entry.target.style.setProperty(\"--highlighted\",entry.isIntersecting?\"1\":\"0\");}});};const observer=new IntersectionObserver(handle,{threshold:1});elements.forEach(M=>observer.observe(M));},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`\n.${props.className} mark {\n--highlighted: 0;\n--highlight: rgba(140, 0, 255, 0.5);\nbackground: transparent;\n}\n\n.${props.className} mark span {\nbackground: linear-gradient(120deg, var(--highlight) 50%, transparent 50%) 110% 0 / 200% 100% no-repeat;\nbackground-position: calc((1 - var(--highlighted)) * 110%) 0;\ntransition: background-position 1s;\ncolor: white;\n}\n`}),/*#__PURE__*/_jsx(Component,{...props,style:!isVisible?{opacity:0}:{}})]});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHighlightColor2\":{\"type\":\"reactHoc\",\"name\":\"withHighlightColor2\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHighlightColor3\":{\"type\":\"reactHoc\",\"name\":\"withHighlightColor3\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHighlightColor1\":{\"type\":\"reactHoc\",\"name\":\"withHighlightColor1\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Highlight.map", "// Generated by Framer (edb532b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import BasicNavBar15 from\"#framer/local/canvasComponent/DFgX4AOXL/DFgX4AOXL.js\";import Footer013 from\"#framer/local/canvasComponent/htc30OXWy/htc30OXWy.js\";import Button from\"#framer/local/canvasComponent/kC0KGNG3n/kC0KGNG3n.js\";import{withHighlightColor2}from\"#framer/local/codeFile/n2p1pun/Highlight.js\";import*as sharedStyle from\"#framer/local/css/DJ1yazyOx/DJ1yazyOx.js\";import*as sharedStyle2 from\"#framer/local/css/okizoUXwU/okizoUXwU.js\";import*as sharedStyle1 from\"#framer/local/css/VFPMZyv4K/VFPMZyv4K.js\";import metadataProvider from\"#framer/local/webPageMetadata/M8sa8e4bR/M8sa8e4bR.js\";const BasicNavBar15Fonts=getFonts(BasicNavBar15);const RichTextWithHighlightColor2=withHighlightColor2(RichText);const ButtonFonts=getFonts(Button);const Footer013Fonts=getFonts(Footer013);const cycleOrder=[\"Takntkqpg\",\"uDa7vLYvL\",\"qF8BLjqLD\"];const breakpoints={qF8BLjqLD:\"(max-width: 809px)\",Takntkqpg:\"(min-width: 1200px)\",uDa7vLYvL:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-fL3Il\";const variantClassNames={qF8BLjqLD:\"framer-v-1kq4cb2\",Takntkqpg:\"framer-v-a6wlhu\",uDa7vLYvL:\"framer-v-1xji732\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"Takntkqpg\",Phone:\"qF8BLjqLD\",Tablet:\"uDa7vLYvL\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Takntkqpg\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-fL3Il`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-fL3Il`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Takntkqpg\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-a6wlhu\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-kcath6-container\",\"data-framer-name\":\"Navbar\",name:\"Navbar\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{variant:\"Fy3jH2Z8p\"},uDa7vLYvL:{variant:\"Fy3jH2Z8p\"}},children:/*#__PURE__*/_jsx(BasicNavBar15,{height:\"100%\",id:\"OdoguBpeh\",layoutId:\"OdoguBpeh\",name:\"Navbar\",style:{width:\"100%\"},variant:\"rHZvjlA2s\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3zny3l\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12xcoth\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mwtsq2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lj8sdz\",children:[/*#__PURE__*/_jsx(RichTextWithHighlightColor2,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-e187c74f-fae5-4e43-a9d9-859c9cdf822a, rgb(102, 102, 102))\",direction:\"rtl\"},children:[\"\u0645\u0647\u0645\u0651\u062A\u064A \u062A\u0643\u0645\u0646 \u0641\u064A \u0645\u0633\u0627\u0639\u062F\u062A\u0643 \u0639\u0644\u0649 \u0627\u062C\u062A\u064A\u0627\u0632 \u0635\u0631\u0627\u0639\u0643 \u0627\u0644\u0646\u0641\u0633\u064A \u0648\u0641\u0635\u0648\u0644 \u0645\u0627 \u0628\u0639\u062F \u0627\u0644\u0637\u0644\u0627\u0642 \u0628\u0634\u0641\u0627\u0621\u064D \u0648\u0648\u0639\u064A\u064D \u0630\u0627\u062A\u064A\u060C \u0648\u0630\u0644\u0643 \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-decoration\":\"underline\"},children:\"\u0645\u0646 \u062E\u0644\u0627\u0644 \u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u062F\u0639\u0645 \u0627\u0644\u0639\u0627\u0637\u0641\u064A \u0648\u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u064A\u0629 \u0644\u0628\u0646\u0627\u0621 \u0645\u0633\u062A\u0642\u0628\u0644 \u0645\u064F\u0631\u0636\u064D \u0644\u0646\u0641\u0633\u0643 \u0648\u0623\u0633\u0631\u062A\u0643.\"}),\" \u0647\u062F\u0641\u064A \u0647\u0648 \u0623\u0646 \u062A\u0643\u0648\u0646 \u0642\u0627\u062F\u0631\u0627\u064B \u0639\u0644\u0649 \u0627\u062A\u062E\u0627\u0630 \u0642\u0631\u0627\u0631\u0627\u062A \u062D\u0643\u064A\u0645\u0629\u060C \u0648\u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0639\u0644\u0627\u0642\u0627\u062A \u0635\u062D\u064A\u0629\u060C \u0648\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u0639\u0648\u0631 \u0628\u0627\u0644\u0631\u0636\u0627 \u0648\u0627\u0644\u0633\u0639\u0627\u062F\u0629 \u0641\u064A \u062D\u064A\u0627\u062A\u0643\"]})}),className:\"framer-1p9gdsy\",fonts:[\"CUSTOM;Adobe Arabic Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{width:\"min(100vw - 40px, 1000px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-roxqr2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{bCsVckRNl:\"\u062A\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0627\u062A\",height:\"100%\",I5UwD5sLG:false,id:\"VVaUSUUeG\",layoutId:\"VVaUSUUeG\",t2rCqlbUM:false,variant:\"x_YGeI2IZ\",VCA9xjv4I:\"var(--token-fcb79666-27ce-4154-9a94-706594c07dfd, rgb(255, 249, 240))\",width:\"100%\",WstkeOaAj:false,xoV13QwOR:\"Circle\"})})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vkvknc\",\"data-styles-preset\":\"DJ1yazyOx\",style:{direction:\"rtl\"},children:\"\u0646\u0631\u0627\u0641\u0642\u0643 \u0641\u064A \u0631\u062D\u0644\u0629 \u0627\u0644\u0639\u0648\u062F\u0629 \u0628\u0639\u062F \u0627\u0644\u0637\u0644\u0627\u0642 \u0628\u0627\u0643\u062A\u0634\u0627\u0641 \u0627\u0644\u0630\u0627\u062A \u0648\u0627\u0644\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062A\"})}),className:\"framer-kislni\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{background:{alt:\"\",fit:\"fill\",pixelHeight:817,pixelWidth:1432,sizes:\"min(100vw - 40px, 1000px)\",src:\"https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp\",srcSet:\"https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp 1432w\"}},uDa7vLYvL:{background:{alt:\"\",fit:\"fill\",pixelHeight:817,pixelWidth:1432,sizes:\"min(100vw - 80px, 1000px)\",src:\"https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp\",srcSet:\"https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp 1432w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:817,pixelWidth:1432,sizes:\"min(100vw - 128px, 1000px)\",src:\"https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp\",srcSet:\"https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/sR6G9qLS8V4PhS0P1MRKygnJY.webp 1432w\"},className:\"framer-pijbou\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4syprf\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vkvknc\",\"data-styles-preset\":\"DJ1yazyOx\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0645\u0624\u0647\u0640\u0640\u0644\u0627\u062A\"})}),className:\"framer-1h2z6ro\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7juyrg\",\"data-framer-name\":\"Columns\",name:\"Columns\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8g90vm\",\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jhrz3e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u0627\u0644\u0645\u0624\u0633\u0633 \u0648\u0627\u0644\u0645\u062F\u064A\u0631 \u0627\u0644\u062A\u0646\u0641\u064A\u0630\u064A \u0644\u0645\u0631\u0643\u0632 \u0646\u064A\u062F \u0627\u0644\u0637\u0628\u064A\"})}),className:\"framer-cu2avy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ymspzs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u0639\u0636\u0648 \u0641\u064A \u0627\u0644\u062C\u0645\u0639\u064A\u0629 \u0627\u0644\u0623\u0645\u0631\u064A\u0643\u064A\u0629 \u0644\u0644\u0623\u062E\u0635\u0627\u0626\u064A\u064A\u0646 \u0627\u0644\u0646\u0641\u0633\u064A\u064A\u0646\"})}),className:\"framer-1dfsgi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n3eliv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u0645\u0627\u062C\u0633\u062A\u064A\u0631 \u0645\u0647\u0646\u064A \u0641\u064A \u0639\u0644\u0645 \u0627\u0644\u0646\u0641\u0633 \u0627\u0644\u0625\u0643\u0644\u064A\u0646\u064A\u0643\u064A\"})}),className:\"framer-160qe13\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1voj94h\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u062F\u0628\u0644\u0648\u0645 \u0639\u0627\u0644\u064A \u0641\u064A \u0627\u0644\u0625\u0631\u0634\u0627\u062F \u0627\u0644\u0623\u0633\u0631\u064A\"})}),className:\"framer-1id7itq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7u1x1c\",\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12n3lcr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u0628\u0643\u0627\u0644\u0648\u0631\u064A\u0648\u0633 \u0639\u0644\u0645 \u0627\u0644\u0646\u0641\u0633 \u062C\u0627\u0645\u0639\u0629 \u0643\u0646\u062A\u0627\u0643\u064A \u0627\u0644\u063A\u0631\u0628\u064A\u0629 \u0648\u062C\u0627\u0645\u0639\u0629 \u062A\u0644\u0633\u0627 \u0627\u0644\u0623\u0645\u0631\u064A\u0643\u064A\u0629\"})}),className:\"framer-qu8u6l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ebqphc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u0645\u0631\u062E\u0635\u0629 \u0645\u0646 \u0627\u0644\u0647\u064A\u0626\u0629 \u0627\u0644\u0633\u0639\u0648\u062F\u064A\u0629 \u0644\u0644\u062A\u062E\u0635\u0635\u0627\u062A \u0627\u0644\u0635\u062D\u064A\u0629\"})}),className:\"framer-1igugjx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19zur7m\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{\"--framer-text-color\":\"rgb(129, 101, 54)\",direction:\"rtl\"},children:\"\u0645\u062F\u0631\u0628 \u0645\u0639\u062A\u0645\u062F \u0645\u0646 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0644\u0644\u062A\u062F\u0631\u064A\u0628 \u0627\u0644\u062A\u0642\u0646\u064A \u0648\u0627\u0644\u0645\u0647\u0646\u064A\"})}),className:\"framer-19rw0g8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zvw10a\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{background:{alt:\"\",fit:\"fill\",positionX:\"45.1%\",positionY:\"71.3%\",sizes:\"calc(100vw - 40px)\",src:\"https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png\",srcSet:\"https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png?scale-down-to=512 512w,https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png 1000w\"}},uDa7vLYvL:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",positionX:\"45.1%\",positionY:\"71.3%\",sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png\",srcSet:\"https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png?scale-down-to=512 512w,https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",positionX:\"45.1%\",positionY:\"71.3%\",sizes:\"calc(100vw - 128px)\",src:\"https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png\",srcSet:\"https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png?scale-down-to=512 512w,https://framerusercontent.com/images/rrAhz64AST2Lx9yErL0G3FfY8SU.png 1000w\"},className:\"framer-ss6px6\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1601k47\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ucsn2n\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-173oydf\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qlrtef\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2ohnp2\",\"data-styles-preset\":\"VFPMZyv4K\",style:{direction:\"rtl\"},children:\"\u0646\u0624\u0645\u0646 \u0628\u0627\u0644\u0641\u062E\u0627\u0645\u0629 \u0641\u064A \u0627\u0644\u062A\u0639\u0627\u0645\u0644. \u0645\u0648\u0627\u0632\u0646\u0629 \u0627\u0644\u062D\u0632\u0645 \u0645\u0639 \u0627\u0644\u0639\u0641\u0648\u064A\u0651\u0629 \u0648\u0627\u0644\u0627\u0628\u062A\u0643\u0627\u0631 \u0641\u064A \u0627\u0644\u0639\u0645\u0644. \u0646\u0636\u0639 \u0627\u062D\u062A\u064A\u0627\u062C\u0627\u062A \u0639\u0645\u0644\u0627\u0621\u0646\u0627 \u0623\u0648\u0651\u0644\u0627\u064B \u0628\u0627\u0644\u062A\u0631\u0643\u064A\u0632 \u0639\u0644\u0649 \u0627\u0644\u062A\u062C\u0631\u0628\u0629 \u0628\u0623\u0643\u0645\u0644\u0647\u0627.\"})}),className:\"framer-1khgebw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ccscpt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hoai2i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-6626923c-e933-4863-9e4c-374132f33ade, rgb(71, 56, 54))\"},children:\"40%\"})})},uDa7vLYvL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-6626923c-e933-4863-9e4c-374132f33ade, rgb(71, 56, 54))\"},children:\"40%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-6626923c-e933-4863-9e4c-374132f33ade, rgb(71, 56, 54))\"},children:\"40%\"})}),className:\"framer-vwkye6\",fonts:[\"CUSTOM;Adobe Arabic Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ec3xei\",\"data-styles-preset\":\"okizoUXwU\",style:{direction:\"rtl\"},children:\"\u0647\u064A \u0646\u0633\u0628\u0629 \u0632\u064A\u0627\u062F\u0629 \u062E\u0637\u0631 \u0627\u0644\u0627\u0643\u062A\u0626\u0627\u0628 \u0645\u0627 \u0628\u0639\u062F \u0627\u0644\u0637\u0644\u0627\u0642\"})}),className:\"framer-6d1l0c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a4qcwm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-6626923c-e933-4863-9e4c-374132f33ade, rgb(71, 56, 54))\"},children:\"37%\"})})},uDa7vLYvL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-6626923c-e933-4863-9e4c-374132f33ade, rgb(71, 56, 54))\"},children:\"37%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Fkb2JlIEFyYWJpYyBSZWd1bGFy\",\"--framer-font-family\":'\"Adobe Arabic Regular\", \"Adobe Arabic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-6626923c-e933-4863-9e4c-374132f33ade, rgb(71, 56, 54))\"},children:\"37%\"})}),className:\"framer-5s09jp\",fonts:[\"CUSTOM;Adobe Arabic Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ec3xei\",\"data-styles-preset\":\"okizoUXwU\",style:{direction:\"rtl\"},children:\"\u0647\u064A \u0646\u0633\u0628\u0629 \u0627\u0644\u0637\u0644\u0627\u0642 \u0641\u064A \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064A\u0651\u0629 \u0627\u0644\u0633\u0639\u0648\u062F\u064A\u0651\u0629 \u062D\u0627\u0644\u064A\u0651\u0627\u064B\"})}),className:\"framer-a3vxp7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vkvknc\",\"data-styles-preset\":\"DJ1yazyOx\",style:{direction:\"rtl\"},children:\"\u0642\u064A\u0645\u064A \u0648\u0623\u0633\u0644\u0648\u0628\u064A \u0641\u064A \u0627\u0644\u062A\u0648\u062C\u064A\u0647 \u0648\u0627\u0644\u0627\u0631\u0634\u0640\u0640\u0640\u0627\u062F\"})}),className:\"framer-ap29rq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v0owth-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qF8BLjqLD:{variant:\"WSUQewabk\"},uDa7vLYvL:{variant:\"POIFkzDEl\"}},children:/*#__PURE__*/_jsx(Footer013,{height:\"100%\",id:\"IF9hEvWSF\",layoutId:\"IF9hEvWSF\",style:{width:\"100%\"},variant:\"LNaBnD7gm\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-fL3Il { background: var(--token-fcb79666-27ce-4154-9a94-706594c07dfd, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */; }`,\".framer-fL3Il.framer-1nn1kdf, .framer-fL3Il .framer-1nn1kdf { display: block; }\",\".framer-fL3Il.framer-a6wlhu { align-content: center; align-items: center; background-color: var(--token-fcb79666-27ce-4154-9a94-706594c07dfd, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-fL3Il .framer-kcath6-container, .framer-fL3Il .framer-1v0owth-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-fL3Il .framer-3zny3l, .framer-fL3Il .framer-zvw10a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 112px 64px 112px 64px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-12xcoth { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-1mwtsq2, .framer-fL3Il .framer-173oydf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-lj8sdz { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-fL3Il .framer-1p9gdsy, .framer-fL3Il .framer-1h2z6ro, .framer-fL3Il .framer-cu2avy, .framer-fL3Il .framer-1dfsgi, .framer-fL3Il .framer-160qe13, .framer-fL3Il .framer-1id7itq, .framer-fL3Il .framer-qu8u6l, .framer-fL3Il .framer-1igugjx, .framer-fL3Il .framer-19rw0g8, .framer-fL3Il .framer-1khgebw, .framer-fL3Il .framer-vwkye6, .framer-fL3Il .framer-6d1l0c, .framer-fL3Il .framer-5s09jp, .framer-fL3Il .framer-a3vxp7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fL3Il .framer-roxqr2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fL3Il .framer-kislni, .framer-fL3Il .framer-ap29rq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-fL3Il .framer-pijbou { aspect-ratio: 1.6666666666666667 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 600px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-fL3Il .framer-4syprf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-7juyrg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-8g90vm, .framer-fL3Il .framer-7u1x1c, .framer-fL3Il .framer-1qlrtef { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fL3Il .framer-jhrz3e, .framer-fL3Il .framer-1ymspzs, .framer-fL3Il .framer-1n3eliv, .framer-fL3Il .framer-1voj94h, .framer-fL3Il .framer-12n3lcr, .framer-fL3Il .framer-1ebqphc, .framer-fL3Il .framer-19zur7m { align-content: center; align-items: center; background-color: var(--token-1c5914b8-3b84-4ee6-9744-ffee49bb0250, #ece4d9); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-fL3Il .framer-ss6px6 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 421px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-fL3Il .framer-1601k47 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-1ucsn2n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-ccscpt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fL3Il .framer-hoai2i, .framer-fL3Il .framer-1a4qcwm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fL3Il.framer-a6wlhu, .framer-fL3Il .framer-3zny3l, .framer-fL3Il .framer-12xcoth, .framer-fL3Il .framer-1mwtsq2, .framer-fL3Il .framer-lj8sdz, .framer-fL3Il .framer-4syprf, .framer-fL3Il .framer-7juyrg, .framer-fL3Il .framer-8g90vm, .framer-fL3Il .framer-jhrz3e, .framer-fL3Il .framer-1ymspzs, .framer-fL3Il .framer-1n3eliv, .framer-fL3Il .framer-1voj94h, .framer-fL3Il .framer-7u1x1c, .framer-fL3Il .framer-12n3lcr, .framer-fL3Il .framer-1ebqphc, .framer-fL3Il .framer-19zur7m, .framer-fL3Il .framer-zvw10a, .framer-fL3Il .framer-1601k47, .framer-fL3Il .framer-1ucsn2n, .framer-fL3Il .framer-173oydf, .framer-fL3Il .framer-1qlrtef, .framer-fL3Il .framer-ccscpt, .framer-fL3Il .framer-hoai2i, .framer-fL3Il .framer-1a4qcwm { gap: 0px; } .framer-fL3Il.framer-a6wlhu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fL3Il.framer-a6wlhu > :first-child, .framer-fL3Il .framer-3zny3l > :first-child, .framer-fL3Il .framer-12xcoth > :first-child, .framer-fL3Il .framer-lj8sdz > :first-child, .framer-fL3Il .framer-4syprf > :first-child, .framer-fL3Il .framer-8g90vm > :first-child, .framer-fL3Il .framer-jhrz3e > :first-child, .framer-fL3Il .framer-1ymspzs > :first-child, .framer-fL3Il .framer-1n3eliv > :first-child, .framer-fL3Il .framer-1voj94h > :first-child, .framer-fL3Il .framer-7u1x1c > :first-child, .framer-fL3Il .framer-12n3lcr > :first-child, .framer-fL3Il .framer-1ebqphc > :first-child, .framer-fL3Il .framer-19zur7m > :first-child, .framer-fL3Il .framer-zvw10a > :first-child, .framer-fL3Il .framer-1601k47 > :first-child, .framer-fL3Il .framer-1ucsn2n > :first-child, .framer-fL3Il .framer-1qlrtef > :first-child, .framer-fL3Il .framer-hoai2i > :first-child, .framer-fL3Il .framer-1a4qcwm > :first-child { margin-top: 0px; } .framer-fL3Il.framer-a6wlhu > :last-child, .framer-fL3Il .framer-3zny3l > :last-child, .framer-fL3Il .framer-12xcoth > :last-child, .framer-fL3Il .framer-lj8sdz > :last-child, .framer-fL3Il .framer-4syprf > :last-child, .framer-fL3Il .framer-8g90vm > :last-child, .framer-fL3Il .framer-jhrz3e > :last-child, .framer-fL3Il .framer-1ymspzs > :last-child, .framer-fL3Il .framer-1n3eliv > :last-child, .framer-fL3Il .framer-1voj94h > :last-child, .framer-fL3Il .framer-7u1x1c > :last-child, .framer-fL3Il .framer-12n3lcr > :last-child, .framer-fL3Il .framer-1ebqphc > :last-child, .framer-fL3Il .framer-19zur7m > :last-child, .framer-fL3Il .framer-zvw10a > :last-child, .framer-fL3Il .framer-1601k47 > :last-child, .framer-fL3Il .framer-1ucsn2n > :last-child, .framer-fL3Il .framer-1qlrtef > :last-child, .framer-fL3Il .framer-hoai2i > :last-child, .framer-fL3Il .framer-1a4qcwm > :last-child { margin-bottom: 0px; } .framer-fL3Il .framer-3zny3l > *, .framer-fL3Il .framer-12xcoth > *, .framer-fL3Il .framer-zvw10a > *, .framer-fL3Il .framer-1601k47 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-fL3Il .framer-1mwtsq2 > *, .framer-fL3Il .framer-173oydf > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-fL3Il .framer-1mwtsq2 > :first-child, .framer-fL3Il .framer-7juyrg > :first-child, .framer-fL3Il .framer-173oydf > :first-child, .framer-fL3Il .framer-ccscpt > :first-child { margin-left: 0px; } .framer-fL3Il .framer-1mwtsq2 > :last-child, .framer-fL3Il .framer-7juyrg > :last-child, .framer-fL3Il .framer-173oydf > :last-child, .framer-fL3Il .framer-ccscpt > :last-child { margin-right: 0px; } .framer-fL3Il .framer-lj8sdz > *, .framer-fL3Il .framer-8g90vm > *, .framer-fL3Il .framer-7u1x1c > *, .framer-fL3Il .framer-1qlrtef > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-fL3Il .framer-4syprf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-fL3Il .framer-7juyrg > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-fL3Il .framer-jhrz3e > *, .framer-fL3Il .framer-1ymspzs > *, .framer-fL3Il .framer-1n3eliv > *, .framer-fL3Il .framer-1voj94h > *, .framer-fL3Il .framer-12n3lcr > *, .framer-fL3Il .framer-1ebqphc > *, .framer-fL3Il .framer-19zur7m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fL3Il .framer-1ucsn2n > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-fL3Il .framer-ccscpt > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-fL3Il .framer-hoai2i > *, .framer-fL3Il .framer-1a4qcwm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@media (min-width: 1200px) { .framer-fL3Il .hidden-a6wlhu { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-fL3Il .hidden-1xji732 { display: none !important; } .${metadata.bodyClassName}-framer-fL3Il { background: var(--token-fcb79666-27ce-4154-9a94-706594c07dfd, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */; } .framer-fL3Il.framer-a6wlhu { width: 810px; } .framer-fL3Il .framer-3zny3l, .framer-fL3Il .framer-zvw10a { padding: 80px 40px 80px 40px; } .framer-fL3Il .framer-lj8sdz { padding: 120px 0px 0px 0px; } .framer-fL3Il .framer-pijbou { height: var(--framer-aspect-ratio-supported, 438px); }}`,`@media (max-width: 809px) { .framer-fL3Il .hidden-1kq4cb2 { display: none !important; } .${metadata.bodyClassName}-framer-fL3Il { background: var(--token-fcb79666-27ce-4154-9a94-706594c07dfd, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */; } .framer-fL3Il.framer-a6wlhu { width: 390px; } .framer-fL3Il .framer-3zny3l, .framer-fL3Il .framer-zvw10a { padding: 60px 20px 60px 20px; } .framer-fL3Il .framer-1mwtsq2, .framer-fL3Il .framer-7juyrg, .framer-fL3Il .framer-173oydf { flex-direction: column; gap: 20px; } .framer-fL3Il .framer-lj8sdz { flex: none; order: 1; padding: 0px; width: 100%; } .framer-fL3Il .framer-roxqr2-container { width: 100%; } .framer-fL3Il .framer-kislni, .framer-fL3Il .framer-ap29rq { flex: none; order: 0; width: 100%; } .framer-fL3Il .framer-pijbou { height: var(--framer-aspect-ratio-supported, 120px); } .framer-fL3Il .framer-8g90vm, .framer-fL3Il .framer-7u1x1c { flex: none; gap: 20px; width: 100%; } .framer-fL3Il .framer-jhrz3e { order: 1; } .framer-fL3Il .framer-1ymspzs { order: 3; } .framer-fL3Il .framer-1n3eliv { order: 0; } .framer-fL3Il .framer-1voj94h { order: 2; } .framer-fL3Il .framer-1601k47 { gap: 40px; } .framer-fL3Il .framer-1ucsn2n { gap: 20px; } .framer-fL3Il .framer-1qlrtef { flex: none; order: 1; width: 100%; } .framer-fL3Il .framer-ccscpt { flex-direction: column; gap: 40px; } .framer-fL3Il .framer-hoai2i, .framer-fL3Il .framer-1a4qcwm { flex: none; gap: 12px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fL3Il .framer-1mwtsq2, .framer-fL3Il .framer-7juyrg, .framer-fL3Il .framer-8g90vm, .framer-fL3Il .framer-7u1x1c, .framer-fL3Il .framer-1601k47, .framer-fL3Il .framer-1ucsn2n, .framer-fL3Il .framer-173oydf, .framer-fL3Il .framer-ccscpt, .framer-fL3Il .framer-hoai2i, .framer-fL3Il .framer-1a4qcwm { gap: 0px; } .framer-fL3Il .framer-1mwtsq2 > *, .framer-fL3Il .framer-7juyrg > *, .framer-fL3Il .framer-8g90vm > *, .framer-fL3Il .framer-7u1x1c > *, .framer-fL3Il .framer-1ucsn2n > *, .framer-fL3Il .framer-173oydf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-fL3Il .framer-1mwtsq2 > :first-child, .framer-fL3Il .framer-7juyrg > :first-child, .framer-fL3Il .framer-8g90vm > :first-child, .framer-fL3Il .framer-7u1x1c > :first-child, .framer-fL3Il .framer-1601k47 > :first-child, .framer-fL3Il .framer-1ucsn2n > :first-child, .framer-fL3Il .framer-173oydf > :first-child, .framer-fL3Il .framer-ccscpt > :first-child, .framer-fL3Il .framer-hoai2i > :first-child, .framer-fL3Il .framer-1a4qcwm > :first-child { margin-top: 0px; } .framer-fL3Il .framer-1mwtsq2 > :last-child, .framer-fL3Il .framer-7juyrg > :last-child, .framer-fL3Il .framer-8g90vm > :last-child, .framer-fL3Il .framer-7u1x1c > :last-child, .framer-fL3Il .framer-1601k47 > :last-child, .framer-fL3Il .framer-1ucsn2n > :last-child, .framer-fL3Il .framer-173oydf > :last-child, .framer-fL3Il .framer-ccscpt > :last-child, .framer-fL3Il .framer-hoai2i > :last-child, .framer-fL3Il .framer-1a4qcwm > :last-child { margin-bottom: 0px; } .framer-fL3Il .framer-1601k47 > *, .framer-fL3Il .framer-ccscpt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fL3Il .framer-hoai2i > *, .framer-fL3Il .framer-1a4qcwm > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3400\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uDa7vLYvL\":{\"layout\":[\"fixed\",\"auto\"]},\"qF8BLjqLD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerM8sa8e4bR=withCSS(Component,css,\"framer-fL3Il\");export default FramerM8sa8e4bR;FramerM8sa8e4bR.displayName=\"Page\";FramerM8sa8e4bR.defaultProps={height:3400,width:1200};addFonts(FramerM8sa8e4bR,[{explicitInter:true,fonts:[{family:\"Adobe Arabic Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/fiU7799tILf0Gpr0TLTQzzVaw.woff2\"},{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\"}]},...BasicNavBar15Fonts,...ButtonFonts,...Footer013Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM8sa8e4bR\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uDa7vLYvL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qF8BLjqLD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"3400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "+lBAgByF,SAASA,GAAoBC,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAUC,CAAY,EAAEC,EAAS,EAAK,EAAE,OAAAC,EAAU,IAAI,CAAC,IAAMC,EAAS,SAAS,iBAAiB,IAAIL,EAAM,SAAS,iDAAiD,EAC1TK,EAAS,QAAQC,GAAS,CAACA,EAAQ,MAAM,eAAe,0BAA0B,EAAE,IAAMC,EAAY,SAAS,cAAc,MAAM,EAAQC,EAAY,SAAS,cAAc,MAAM,EAEpL,IADAF,EAAQ,WAAW,aAAaC,EAAYD,CAAO,EAAEC,EAAY,YAAYD,CAAO,EAC9EA,EAAQ,YAAYE,EAAY,YAAYF,EAAQ,UAAU,EAAGA,EAAQ,YAAYE,CAAW,EAAEN,EAAa,EAAI,CAAE,CAAC,EAAE,IAAMO,EAAOC,GAAS,CAACA,EAAQ,QAAQC,GAAO,CAAC,IAAMC,EAAiBD,EAAM,OAAO,MAAM,iBAAiB,eAAe,GAAK,CAACC,GAAkB,SAASA,CAAgB,IAAI,IAAGD,EAAM,OAAO,MAAM,YAAY,gBAAgBA,EAAM,eAAe,IAAI,GAAG,CAAG,CAAC,CAAE,EAAQE,EAAS,IAAI,qBAAqBJ,EAAO,CAAC,UAAU,CAAC,CAAC,EAAEJ,EAAS,QAAQS,GAAGD,EAAS,QAAQC,CAAC,CAAC,CAAE,EAAE,CAACd,CAAK,CAAC,EAAsBe,EAAMC,EAAU,CAAC,SAAS,CAAcC,EAAK,QAAQ,CAAC,SAAS;AAAA,GACpkBjB,EAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAMfA,EAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAMjB,CAAC,EAAeiB,EAAKlB,EAAU,CAAC,GAAGC,EAAM,MAAOC,EAAsB,CAAC,EAAb,CAAC,QAAQ,CAAC,CAAI,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CC/B62B,IAAMiB,GAAmBC,EAASC,CAAa,EAAQC,GAA4BC,GAAoBC,CAAQ,EAAQC,GAAYL,EAASM,CAAM,EAAQC,GAAeP,EAASQ,CAAS,EAAyD,IAAMC,GAAY,CAAC,UAAU,qBAAqB,UAAU,sBAAsB,UAAU,4CAA4C,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAQC,EAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEjB,GAASI,CAAK,EAAQc,EAAU,IAAI,CAAC,IAAMC,EAAUrB,EAAiB,OAAUY,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,EAAmB,IAAI,CAAC,IAAMF,EAAUrB,EAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,CAAE,CAAC,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,EAAK,SAAS,KAAKA,EAAK,UAAU,QAAQC,GAAGA,EAAE,WAAW,cAAc,GAAGD,EAAK,UAAU,OAAOC,CAAC,CAAC,EAAED,EAAK,UAAU,IAAI,GAAGL,EAAU,aAAa,eAAe,CAAE,CAAC,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,aAAa,eAAe,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,EAAmB,EAAEC,EAA8BZ,EAAQa,GAAY,EAAK,EAAQC,GAAe,OAAgBC,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,EAAsB,CAAarB,GAAuBA,EAAuBA,CAAS,EAAE,OAAAsB,EAAiB,CAAC,CAAC,EAAsBC,EAAKC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAzC,EAAiB,EAAE,SAAsB0C,EAAMC,EAAY,CAAC,GAAGzB,GAA4CkB,GAAgB,SAAS,CAAcM,EAAME,EAAO,IAAI,CAAC,GAAGxB,EAAU,UAAUyB,EAAG9C,GAAkB,GAAGuC,EAAsB,gBAAgBrB,CAAS,EAAE,IAAIL,GAA6BsB,GAAK,MAAM,CAAC,GAAGlB,CAAK,EAAE,SAAS,CAAcwB,EAAKM,EAA0B,CAAC,MAAM,QAAQ,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,SAAS,KAAK,SAAS,SAAsBP,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBW,EAAKS,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKU,GAA4B,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBT,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,wEAAwE,UAAU,KAAK,EAAE,SAAS,CAAC,qdAA2GF,EAAK,OAAO,CAAC,MAAM,CAAC,2BAA2B,WAAW,EAAE,SAAS,gaAAiF,CAAC,EAAE,ykBAAmH,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,2BAA2B,CAAC,EAAE,SAAsBW,EAAKM,EAA0B,CAAC,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBW,EAAKY,EAAO,CAAC,UAAU,+FAAoB,OAAO,OAAO,UAAU,GAAM,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,GAAM,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeZ,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,4VAAoE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,MAAM,4BAA4B,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,MAAM,4BAA4B,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAE,SAAsBW,EAAKc,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,MAAM,6BAA6B,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeZ,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,8DAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,SAAS,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,mNAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,iPAA8C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,iMAAsC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,sJAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,SAAS,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,8UAAgE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,yNAA0C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,UAAU,KAAK,EAAE,SAAS,iRAAqD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,UAAU,QAAQ,UAAU,QAAQ,MAAM,qBAAqB,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,OAAO,UAAU,QAAQ,UAAU,QAAQ,MAAM,qBAAqB,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,CAAC,EAAE,SAAsBW,EAAKc,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,OAAO,UAAU,QAAQ,UAAU,QAAQ,MAAM,sBAAsB,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAed,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,ypBAAkI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBW,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,QAAQ,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,+MAA0C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBW,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,QAAQ,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,uRAAsD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,gMAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKM,EAA0B,CAAC,MAAM,QAAQ,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKQ,EAAkB,CAAC,WAAWnB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBW,EAAKe,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK,MAAM,CAAC,UAAUK,EAAG9C,GAAkB,GAAGuC,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,IAAIvD,EAAS,aAAa,2HAA2H,kFAAkF,qVAAqV,iJAAiJ,+TAA+T,mSAAmS,oTAAoT,mSAAmS,8nBAA8nB,wGAAwG,iRAAiR,qXAAqX,uRAAuR,oRAAoR,kVAAkV,6sBAA6sB,ySAAyS,mSAAmS,wRAAwR,4QAA4Q,gTAAgT,giJAAgiJ,4FAA4F,oHAAoHA,EAAS,aAAa,0ZAA0Z,4FAA4FA,EAAS,aAAa,kpGAAkpG,GAAeuD,GAAI,GAAgBA,EAAI,GAAgBA,CAAG,EASj9jCC,EAAgBC,EAAQhD,GAAU8C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,uBAAuB,OAAO,SAAS,IAAI,sEAAsE,EAAE,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,GAAGI,GAAmB,GAAGC,GAAY,GAAGC,GAAe,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,CAAK,EAAE,GAAGD,EAAqCC,CAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACzmE,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,6BAA+B,OAAO,oCAAsC,4JAA0L,yBAA2B,QAAQ,sBAAwB,IAAI,uBAAyB,GAAG,yBAA2B,OAAO,qBAAuB,OAAO,sBAAwB,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["withHighlightColor2", "Component", "props", "isVisible", "setIsVisible", "ye", "ue", "elements", "element", "markElement", "spanElement", "handle", "entries", "entry", "highlightedValue", "observer", "M", "u", "l", "p", "BasicNavBar15Fonts", "getFonts", "DFgX4AOXL_default", "RichTextWithHighlightColor2", "withHighlightColor2", "RichText2", "ButtonFonts", "kC0KGNG3n_default", "Footer013Fonts", "htc30OXWy_default", "breakpoints", "serializationHash", "variantClassNames", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "DFgX4AOXL_default", "RichTextWithHighlightColor2", "x", "kC0KGNG3n_default", "RichText2", "Image2", "htc30OXWy_default", "css", "FramerM8sa8e4bR", "withCSS", "M8sa8e4bR_default", "addFonts", "BasicNavBar15Fonts", "ButtonFonts", "Footer013Fonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
