{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/CDAjkGaQKXvi97NZ4jbt/SVLEkfwjLrFZ2oESoWmZ/dBUOrLXiG.js", "ssg:https://framerusercontent.com/modules/LHJxVJq3uBM0bUEmk2X2/blkhUBrNWDFmJ8k87k5U/dBUOrLXiG.js"],
  "sourcesContent": ["// Generated by Framer (98479f1)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={lRYt_Lj5L:new LazyValue(()=>import(\"./dBUOrLXiG-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ButtonsCTA from\"#framer/local/canvasComponent/JHR_XN6dx/JHR_XN6dx.js\";import Footer from\"#framer/local/canvasComponent/oGbwkEVfn/oGbwkEVfn.js\";import NavBar from\"#framer/local/canvasComponent/RhnTn5xdX/RhnTn5xdX.js\";import InteractiveFeaturelist3slides from\"#framer/local/canvasComponent/UXzd40N3d/UXzd40N3d.js\";import VariantImage4 from\"#framer/local/canvasComponent/xBXgwSic9/xBXgwSic9.js\";import{withBaseOnLocalChangeDirection}from\"#framer/local/codeFile/xO4bwbB/rtl.js\";import*as sharedStyle from\"#framer/local/css/aR6jbEIVm/aR6jbEIVm.js\";import*as sharedStyle3 from\"#framer/local/css/GgYXobXuD/GgYXobXuD.js\";import*as sharedStyle2 from\"#framer/local/css/k3Ea6rV_p/k3Ea6rV_p.js\";import*as sharedStyle1 from\"#framer/local/css/u7aiLhMMc/u7aiLhMMc.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/dBUOrLXiG/dBUOrLXiG.js\";import metadataProvider from\"#framer/local/webPageMetadata/dBUOrLXiG/dBUOrLXiG.js\";const NavBarFonts=getFonts(NavBar);const NavBarWithVariantAppearEffect=withVariantAppearEffect(NavBar);const ContainerWithFX=withFX(Container);const ButtonsCTAFonts=getFonts(ButtonsCTA);const VariantImage4Fonts=getFonts(VariantImage4);const VariantImage4WithVariantAppearEffect=withVariantAppearEffect(VariantImage4);const MotionDivWithFX=withFX(motion.div);const InteractiveFeaturelist3slidesFonts=getFonts(InteractiveFeaturelist3slides);const FooterFonts=getFonts(Footer);const MotionDivWithBaseOnLocalChangeDirection=withBaseOnLocalChangeDirection(motion.div);const breakpoints={FYWZRc46f:\"(min-width: 810px) and (max-width: 1199px)\",qWOtKizo3:\"(min-width: 1200px)\",vVq74ib4Y:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-uKWCT\";const variantClassNames={FYWZRc46f:\"framer-v-1i6c43q\",qWOtKizo3:\"framer-v-e7kmpe\",vVq74ib4Y:\"framer-v-1lplb7q\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-110};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"qWOtKizo3\",Phone:\"vVq74ib4Y\",Tablet:\"FYWZRc46f\"};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:\"qWOtKizo3\"};};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-uKWCT`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-uKWCT`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"vVq74ib4Y\")return false;return true;};const elementId=useRouteElementId(\"rsrDgIAkl\");const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"vVq74ib4Y\")return true;return false;};const elementId1=useRouteElementId(\"CU04BkGMe\");const elementId2=useRouteElementId(\"cpaszIWKx\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qWOtKizo3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(MotionDivWithBaseOnLocalChangeDirection,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-e7kmpe\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1},vVq74ib4Y:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-xjbfou-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{__framer__variantAppearEffectEnabled:undefined,variant:\"tFLD3UxOf\"},vVq74ib4Y:{__framer__variantAppearEffectEnabled:undefined,variant:\"tFLD3UxOf\"}},children:/*#__PURE__*/_jsx(NavBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"gwlv8GRpa\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,cHikKgurO:\"var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, rgb(252, 247, 240))\",height:\"100%\",id:\"HC63VnsE9\",layoutId:\"HC63VnsE9\",style:{width:\"100%\"},variant:\"JSVOHxRbY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.section,{className:\"framer-1u8nsd6\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fbl9hs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-11ocsv1\",\"data-styles-preset\":\"aR6jbEIVm\",style:{\"--framer-text-alignment\":\"left\",direction:\"rtl\"},children:\"\u062A\u062C\u0631\u0628\u0629 \u0627\u0644\u062F\u0641\u0639 \u0627\u0644\u0633\u0644\u0633\"})}),className:\"framer-1xrq7yl\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],name:\"Section Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti5524\",\"data-styles-preset\":\"u7aiLhMMc\",style:{\"--framer-text-alignment\":\"left\",direction:\"rtl\"},children:\"\u0623\u0642\u0644 \u0639\u062F\u062F \u062E\u0637\u0648\u0627\u062A \u0644\u0639\u0645\u0644\u064A\u0629 \u0634\u0631\u0627\u0621 \u0643\u0627\u0645\u0644\u0629\"})}),className:\"framer-djra8d\",\"data-framer-name\":\"Section Description\",fonts:[\"Inter\"],name:\"Section Description\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{y:345.6},vVq74ib4Y:{y:329.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:371.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sfmltw-container\",children:/*#__PURE__*/_jsx(ButtonsCTA,{height:\"100%\",id:\"bj4sEAX3e\",layoutId:\"bj4sEAX3e\",variant:\"LP3ue_kkh\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oj6911\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(88),pixelHeight:1866,pixelWidth:2880,sizes:\"100vw\",src:\"https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png\",srcSet:\"https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=512 512w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png 2880w\"}},vVq74ib4Y:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(88),pixelHeight:1866,pixelWidth:2880,sizes:\"100vw\",src:\"https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png\",srcSet:\"https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=512 512w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png 2880w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(-2),pixelHeight:1866,pixelWidth:2880,sizes:\"100vw\",src:\"https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png\",srcSet:\"https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=512 512w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/6DKTUHBRgmPEIGoFjlcBo5gaxhg.png 2880w\"},className:\"framer-1oogft3\"})})]}),/*#__PURE__*/_jsxs(motion.section,{className:\"framer-d5k04n\",\"data-framer-name\":\"Creative Uses\",name:\"Creative Uses\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16fwh9g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{children:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-11ocsv1\",\"data-styles-preset\":\"aR6jbEIVm\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",direction:\"rtl\"},children:[\"\u062E\u0637\u0648\u0627\u062A \u0623\u0642\u0644, \u0642\u0631\u0627\u0631 \u0623\u0633\u0631\u0639,\",/*#__PURE__*/_jsx(\"br\",{}),\" \u0645\u0628\u064A\u0639\u0627\u062A \u0623\u0639\u0644\u0649\"]})})},vVq74ib4Y:{children:(_getLocalizedValue3=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-color\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",direction:\"rtl\"},children:[\"\u062E\u0637\u0648\u0627\u062A \u0623\u0642\u0644, \u0642\u0631\u0627\u0631 \u0623\u0633\u0631\u0639,\",/*#__PURE__*/_jsx(\"br\",{}),\" \u0645\u0628\u064A\u0639\u0627\u062A \u0623\u0639\u0644\u0649\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-11ocsv1\",\"data-styles-preset\":\"aR6jbEIVm\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",direction:\"rtl\"},children:[\"\u062E\u0637\u0648\u0627\u062A \u0623\u0642\u0644, \u0642\u0631\u0627\u0631 \u0623\u0633\u0631\u0639,\",/*#__PURE__*/_jsx(\"br\",{}),\" \u0645\u0628\u064A\u0639\u0627\u062A \u0623\u0639\u0644\u0649\"]})}),className:\"framer-1p08lxq\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],name:\"Section Title\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dnx9ek\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19pootb\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2jjhdf hidden-1lplb7q\",\"data-framer-name\":\"Images\",id:elementId,name:\"Images\",ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{width:\"max((min(100vw - 60px, 1200px) - 40px) / 2, 1px)\",y:748.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:860,width:\"max((min(100vw - 60px, 1200px) - 80px) / 2, 1px)\",y:1353.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19oyty4-container\",children:/*#__PURE__*/_jsx(VariantImage4WithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"CqNb6dYoY\"},{ref:ref4,target:\"Gn5BvMRDp\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,e4_CgsDIw:addImageAlt({src:\"https://framerusercontent.com/images/Pi9ZPhnKzm5Ti1WjdzhO6Z9ys.png\",srcSet:\"https://framerusercontent.com/images/Pi9ZPhnKzm5Ti1WjdzhO6Z9ys.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pi9ZPhnKzm5Ti1WjdzhO6Z9ys.png 881w\"},\"\"),gvb4uMfBV:addImageAlt({src:\"https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png\",srcSet:\"https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png?scale-down-to=1024 974w,https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png 1052w\"},\"\"),height:\"100%\",id:\"nN8TLABUX\",layoutId:\"nN8TLABUX\",lC_D4z3Kx:addImageAlt({src:\"https://framerusercontent.com/images/b6glXZtG8qF8pDWu8P1F3hJ4w.png\",srcSet:\"https://framerusercontent.com/images/b6glXZtG8qF8pDWu8P1F3hJ4w.png?scale-down-to=1024 953w,https://framerusercontent.com/images/b6glXZtG8qF8pDWu8P1F3hJ4w.png 1479w\"},\"\"),style:{width:\"100%\"},variant:\"CqNb6dYoY\",VP3EigzD6:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(0, 0, 0))\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1omkwtu\",\"data-framer-name\":\"Texts\",name:\"Texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vVq74ib4Y:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:64,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5ng12o\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vVq74ib4Y:{height:860,width:\"max(min(100vw - 60px, 1200px), 1px)\",y:655.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xsc2ud-container hidden-e7kmpe hidden-1i6c43q\",children:/*#__PURE__*/_jsx(VariantImage4,{e4_CgsDIw:addImageAlt({src:\"https://framerusercontent.com/images/XVBKIiAyaPidI6GNLloyRxYaSY.png\",srcSet:\"https://framerusercontent.com/images/XVBKIiAyaPidI6GNLloyRxYaSY.png?scale-down-to=1024 840w,https://framerusercontent.com/images/XVBKIiAyaPidI6GNLloyRxYaSY.png 1652w\"},\"\"),gvb4uMfBV:addImageAlt({src:\"https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png\",srcSet:\"https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png?scale-down-to=1024 974w,https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png 1052w\"},\"\"),height:\"100%\",id:\"PoTdKbX_2\",layoutId:\"PoTdKbX_2\",lC_D4z3Kx:addImageAlt({src:\"https://framerusercontent.com/images/Ot39vA5iId3WWgrHKyyaGNqdZ0.png\",srcSet:\"https://framerusercontent.com/images/Ot39vA5iId3WWgrHKyyaGNqdZ0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ot39vA5iId3WWgrHKyyaGNqdZ0.png 939w\"},\"\"),style:{width:\"100%\"},variant:\"CqNb6dYoY\",VP3EigzD6:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(0, 0, 0))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",direction:\"rtl\"},children:\"\u0627\u0644\u062F\u0641\u0639 \u0628 3\u0646\u0642\u0631\u0627\u062A\"})}),className:\"framer-1709gym\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rd82sx\",\"data-styles-preset\":\"GgYXobXuD\",style:{\"--framer-text-color\":\"var(--token-1a65f981-f8f7-4242-8a22-2d8969f3d776, rgb(216, 216, 216))\",direction:\"rtl\"},children:\"\u062A\u062C\u0631\u0628\u0629 \u0634\u0631\u0627\u0621 \u0643\u0627\u0645\u0644\u0629 \u0628\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629. \u0645\u0648\u062B\u0648\u0642\u0629\u060C \u0645\u0624\u062A\u0645\u062A\u0629\u060C\"})}),className:\"framer-3z79ry\",\"data-framer-name\":\"Section Description\",fonts:[\"Inter\"],name:\"Section Description\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gw9v7j\",\"data-framer-name\":\"anchor\",id:elementId1,name:\"anchor\",ref:ref3})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vVq74ib4Y:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:64,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sqo4y5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u0637\u0631\u0642 \u062F\u0641\u0639 \u0645\u0646\u0648\u0639\u0629\"})})}),className:\"framer-dcjcqz\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rd82sx\",\"data-styles-preset\":\"GgYXobXuD\",style:{\"--framer-text-color\":\"var(--token-1a65f981-f8f7-4242-8a22-2d8969f3d776, rgb(216, 216, 216))\",direction:\"rtl\"},children:\"\u0639\u0645\u0644\u064A\u0629 \u062F\u0641\u0639 \u0628\u0623\u064A \u0637\u0631\u064A\u0642\u0629 \u062A\u062E\u062A\u0627\u0631\u0647\u0627 \u0623\u0648 \u0628\u0643\u0644 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629 \u0644\u0631\u0641\u0639 \u0646\u0633\u0628\u0629 \u0627\u0644\u0634\u0631\u0627\u0621.\"})}),className:\"framer-hrix8x\",\"data-framer-name\":\"Section Description\",fonts:[\"Inter\"],name:\"Section Description\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l3ihxo\",\"data-framer-name\":\"anchor\",id:elementId2,name:\"anchor\",ref:ref4}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vVq74ib4Y:{height:860,width:\"max(min(100vw - 60px, 1200px), 1px)\",y:1687.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s9h93c-container hidden-e7kmpe hidden-1i6c43q\",children:/*#__PURE__*/_jsx(VariantImage4,{e4_CgsDIw:addImageAlt({src:\"https://framerusercontent.com/images/XVBKIiAyaPidI6GNLloyRxYaSY.png\",srcSet:\"https://framerusercontent.com/images/XVBKIiAyaPidI6GNLloyRxYaSY.png?scale-down-to=1024 840w,https://framerusercontent.com/images/XVBKIiAyaPidI6GNLloyRxYaSY.png 1652w\"},\"\"),gvb4uMfBV:addImageAlt({src:\"https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png\",srcSet:\"https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png?scale-down-to=1024 974w,https://framerusercontent.com/images/a6Ua5oW9tnKAIQeeKzunHYc7ss.png 1052w\"},\"\"),height:\"100%\",id:\"zNPX5f1PP\",layoutId:\"zNPX5f1PP\",lC_D4z3Kx:addImageAlt({src:\"https://framerusercontent.com/images/Ot39vA5iId3WWgrHKyyaGNqdZ0.png\",srcSet:\"https://framerusercontent.com/images/Ot39vA5iId3WWgrHKyyaGNqdZ0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ot39vA5iId3WWgrHKyyaGNqdZ0.png 939w\"},\"\"),style:{width:\"100%\"},variant:\"Gn5BvMRDp\",VP3EigzD6:\"var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, rgb(0, 0, 0))\",width:\"100%\"})})})})]})})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{y:2848.7999999999997},vVq74ib4Y:{y:2769.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1068,width:\"100vw\",y:3453.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16hsnw7-container\",\"data-framer-name\":\"Features\",name:\"Features\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{variant:\"wJ7KvBpyo\"},vVq74ib4Y:{variant:\"OdKKlAGIj\"}},children:/*#__PURE__*/_jsx(InteractiveFeaturelist3slides,{BuqjMF6tr:true,cFpdW8kII:\"90px 30px 90px 30px\",FkldOuRHH:\"\u0627\u0644\u062A\u0642\u0633\u064A\u0637\",Fo8k3j6ez:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",H9tLVAenn:addImageAlt({src:\"https://framerusercontent.com/images/BBIcRusttCxQ7vIVXugUaeb6YiY.png\",srcSet:\"https://framerusercontent.com/images/BBIcRusttCxQ7vIVXugUaeb6YiY.png?scale-down-to=512 512w,https://framerusercontent.com/images/BBIcRusttCxQ7vIVXugUaeb6YiY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BBIcRusttCxQ7vIVXugUaeb6YiY.png 1538w\"},\"\"),height:\"100%\",id:\"wz9NPco5H\",ihKEo3hUX:addImageAlt({src:\"https://framerusercontent.com/images/nqvoOMZFK2dUNQhYBJMyop591Y.png\",srcSet:\"https://framerusercontent.com/images/nqvoOMZFK2dUNQhYBJMyop591Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/nqvoOMZFK2dUNQhYBJMyop591Y.png 790w\"},\"\"),JA_FpAX3l:\"\u0627\u0645\u0646\u062D \u0637\u0644\u0627\u0628\u0643 \u0627\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u062A\u0642\u0633\u064A\u0637 \u0645\u0628\u0644\u063A \u0627\u0644\u062F\u0648\u0631\u0629 \u0639\u0644\u0649 \u062F\u0641\u0639\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0627\u0628\u064A \u0648\u062A\u0645\u0627\u0631\u0627.\",JADCh07NA:\"\u062A\u062D\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0648\u0627\u0644\",kj0ZWRFpg:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",layoutId:\"wz9NPco5H\",m25NpgYj8:\"\u0637\u0631\u0642 \u062F\u0641\u0639 \u0645\u062A\u0646\u0648\u0639\u0629 \u0648\u0633\u0647\u0644\u0629 \u0644\u0625\u062F\u0627\u0631\u0629 \u0645\u0646\u0635\u062A\u0643\",name:\"Features\",oNq655UwO:\"\u0642\u062F\u0651\u0645 \u0644\u0637\u0644\u0627\u0628\u0643 \u062A\u062C\u0631\u0628\u0629 \u062F\u0641\u0639 \u0645\u0631\u064A\u062D\u0629 \u0628\u062B\u0644\u0627\u062B \u0646\u0642\u0631\u0627\u062A \u0641\u0642\u0637\u060C \u0645\u0639 \u062E\u064A\u0627\u0631\u0627\u062A \u0645\u062A\u0639\u062F\u062F\u0629 \u062A\u0634\u0645\u0644 \u0627\u0644\u062A\u0642\u0633\u064A\u0637 \u0648\u0627\u0644\u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u0644\u0623\u0645\u0648\u0627\u0644\",QASPmpqpS:\"\u062D\u0635\u0651\u0644 \u0623\u0645\u0648\u0627\u0644\u0643 \u0628\u0634\u0643\u0644 \u062F\u0648\u0631\u064A \u0623\u0648 \u0628\u0643\u0644 \u062F\u0648\u0631\u0629\u060C \u0628\u0636\u063A\u0637\u062A\u064A\u0646 \u0641\u0642\u0637\u060C \u0648\u062E\u0644\u0627\u0644 \u0623\u0642\u0644 \u0645\u0646 48 \u0633\u0627\u0639\u0629. \u062F\u0648\u0646 \u0627\u0644\u062D\u0627\u062C\u0629 \u0644\u0627\u062A\u062E\u0627\u0630 \u0623\u064A \u0627\u062C\u0631\u0627\u0621 \u0625\u0636\u0627\u0641\u064A.\",rbcbGuSar:\"\u0627\u062E\u062A\u0631 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062F\u0641\u0639 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0643\u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0645 \u0645\u0633\u0627\u0642 pay.\u0628\u0648\u0627\u0628\u0627\u062A \u062F\u0641\u0639 \u0645\u0648\u062B\u0648\u0642\u0629 \u0648\u0645\u0635\u0631\u0651\u062D \u0644\u0647\u0627 \u0645\u0646 \u0627\u0644\u0645\u0631\u0643\u0632 \u0627\u0644\u0648\u0637\u0646\u064A \u0644\u0644\u062A\u0639\u0644\u064A\u0645 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\",S4MvXuUWJ:addImageAlt({src:\"https://framerusercontent.com/images/NGzlT9sJmN63SnOE6ayDN3LtDA4.png\",srcSet:\"https://framerusercontent.com/images/NGzlT9sJmN63SnOE6ayDN3LtDA4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NGzlT9sJmN63SnOE6ayDN3LtDA4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NGzlT9sJmN63SnOE6ayDN3LtDA4.png 1230w\"},\"\"),s5Io7GwSX:\"\u0628\u0648\u0627\u0628\u0627\u062A \u0627\u0644\u062F\u0641\u0639\",style:{width:\"100%\"},tL5ialJ6J:\"var(--token-c83aa3f6-d296-4fb3-94bb-8aa569872762, rgb(243, 243, 243))\",variant:\"GdqSO1JXG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{y:3916.7999999999997},vVq74ib4Y:{y:3837.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:726,width:\"100vw\",y:4521.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tl15in-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FYWZRc46f:{variant:\"s0GQ8Rc34\"},vVq74ib4Y:{variant:\"t2aIsODn5\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"EsceDBqFp\",layoutId:\"EsceDBqFp\",Npz0GY0JN:\"\",rr0jSw6eg:\"\",rrNSdm69k:\"\u0645\u064A\u0632\u0627\u062A \u062A\u0645 \u0628\u0646\u0627\u0621\u0647\u0627 \u0648\u064A\u062A\u0645 \u062A\u0637\u0648\u064A\u0631\u0647\u0627 \u0643\u0644 \u064A\u0648\u0645 \u0644\u0646\u0636\u0645\u0646 \u0644\u0643 \u062A\u062C\u0631\u0628\u0629 \u0633\u0644\u0633\u0629 \u0633\u0647\u0644\u0629\",SH5Adr9Gc:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"HvL9OuqmR\",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-uKWCT { background: var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, rgb(250, 248, 245)); }`,\".framer-uKWCT.framer-ym4m6t, .framer-uKWCT .framer-ym4m6t { display: block; }\",\".framer-uKWCT.framer-e7kmpe { align-content: center; align-items: center; background-color: var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, #faf8f5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-uKWCT .framer-xjbfou-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-uKWCT .framer-1u8nsd6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; min-height: 100vh; overflow: hidden; padding: 90px 30px 90px 30px; position: relative; width: 100%; }\",\".framer-uKWCT .framer-fbl9hs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-uKWCT .framer-1xrq7yl { -webkit-user-select: auto; flex: none; height: auto; max-width: 900px; pointer-events: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uKWCT .framer-djra8d { -webkit-user-select: auto; flex: none; height: auto; max-width: 800px; pointer-events: auto; position: relative; user-select: auto; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-uKWCT .framer-sfmltw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-uKWCT .framer-oj6911 { background: linear-gradient(241deg, #ffffff 40%, rgba(255, 255, 255, 0) 95%); bottom: 2px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -90px; z-index: 1; }\",\".framer-uKWCT .framer-1oogft3 { bottom: 2px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -90px; z-index: 0; }\",\".framer-uKWCT .framer-d5k04n { align-content: center; align-items: center; background-color: var(--token-fe65a76b-2bec-47ef-8ad1-5fc7a52718d1, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; min-height: 100vh; overflow: visible; padding: 90px 30px 90px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-uKWCT .framer-16fwh9g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-uKWCT .framer-1p08lxq { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre; width: auto; }\",\".framer-uKWCT .framer-dnx9ek { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uKWCT .framer-19pootb { 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: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-uKWCT .framer-2jjhdf { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-uKWCT .framer-19oyty4-container { flex: none; height: auto; position: sticky; top: 64px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-uKWCT .framer-1omkwtu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-uKWCT .framer-5ng12o, .framer-uKWCT .framer-sqo4y5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-uKWCT .framer-xsc2ud-container, .framer-uKWCT .framer-s9h93c-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-uKWCT .framer-1709gym, .framer-uKWCT .framer-dcjcqz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uKWCT .framer-3z79ry, .framer-uKWCT .framer-hrix8x { flex: none; height: auto; max-width: 550px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-uKWCT .framer-gw9v7j, .framer-uKWCT .framer-l3ihxo { background-color: #99eeff; flex: none; height: 1px; opacity: 0; overflow: hidden; position: relative; width: 100%; }\",\".framer-uKWCT .framer-16hsnw7-container, .framer-uKWCT .framer-1tl15in-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uKWCT.framer-e7kmpe, .framer-uKWCT .framer-1u8nsd6, .framer-uKWCT .framer-fbl9hs, .framer-uKWCT .framer-d5k04n, .framer-uKWCT .framer-16fwh9g, .framer-uKWCT .framer-dnx9ek, .framer-uKWCT .framer-19pootb, .framer-uKWCT .framer-2jjhdf, .framer-uKWCT .framer-1omkwtu, .framer-uKWCT .framer-5ng12o, .framer-uKWCT .framer-sqo4y5 { gap: 0px; } .framer-uKWCT.framer-e7kmpe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uKWCT.framer-e7kmpe > :first-child, .framer-uKWCT .framer-1u8nsd6 > :first-child, .framer-uKWCT .framer-fbl9hs > :first-child, .framer-uKWCT .framer-d5k04n > :first-child, .framer-uKWCT .framer-16fwh9g > :first-child, .framer-uKWCT .framer-dnx9ek > :first-child, .framer-uKWCT .framer-2jjhdf > :first-child, .framer-uKWCT .framer-1omkwtu > :first-child, .framer-uKWCT .framer-5ng12o > :first-child, .framer-uKWCT .framer-sqo4y5 > :first-child { margin-top: 0px; } .framer-uKWCT.framer-e7kmpe > :last-child, .framer-uKWCT .framer-1u8nsd6 > :last-child, .framer-uKWCT .framer-fbl9hs > :last-child, .framer-uKWCT .framer-d5k04n > :last-child, .framer-uKWCT .framer-16fwh9g > :last-child, .framer-uKWCT .framer-dnx9ek > :last-child, .framer-uKWCT .framer-2jjhdf > :last-child, .framer-uKWCT .framer-1omkwtu > :last-child, .framer-uKWCT .framer-5ng12o > :last-child, .framer-uKWCT .framer-sqo4y5 > :last-child { margin-bottom: 0px; } .framer-uKWCT .framer-1u8nsd6 > *, .framer-uKWCT .framer-d5k04n > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-uKWCT .framer-fbl9hs > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-uKWCT .framer-16fwh9g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-uKWCT .framer-dnx9ek > *, .framer-uKWCT .framer-2jjhdf > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-uKWCT .framer-19pootb > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-uKWCT .framer-19pootb > :first-child { margin-left: 0px; } .framer-uKWCT .framer-19pootb > :last-child { margin-right: 0px; } .framer-uKWCT .framer-1omkwtu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uKWCT .framer-5ng12o > *, .framer-uKWCT .framer-sqo4y5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-uKWCT { background: var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, rgb(250, 248, 245)); } .framer-uKWCT.framer-e7kmpe { width: 810px; } .framer-uKWCT .framer-1u8nsd6 { min-height: unset; padding: 64px 30px 90px 30px; } .framer-uKWCT .framer-1xrq7yl { max-width: 600px; } .framer-uKWCT .framer-1oogft3 { top: 0px; } .framer-uKWCT .framer-16fwh9g { gap: 16px; } .framer-uKWCT .framer-1p08lxq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-uKWCT .framer-19pootb { gap: 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uKWCT .framer-16fwh9g, .framer-uKWCT .framer-19pootb { gap: 0px; } .framer-uKWCT .framer-16fwh9g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-uKWCT .framer-16fwh9g > :first-child { margin-top: 0px; } .framer-uKWCT .framer-16fwh9g > :last-child { margin-bottom: 0px; } .framer-uKWCT .framer-19pootb > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-uKWCT .framer-19pootb > :first-child { margin-left: 0px; } .framer-uKWCT .framer-19pootb > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-uKWCT { background: var(--token-29ae30f0-796c-4dca-b80f-404f436e4da7, rgb(250, 248, 245)); } .framer-uKWCT.framer-e7kmpe { width: 390px; } .framer-uKWCT .framer-1u8nsd6 { min-height: unset; padding: 48px 30px 64px 30px; } .framer-uKWCT .framer-1oogft3 { top: 0px; } .framer-uKWCT .framer-d5k04n { padding: 80px 30px 80px 30px; } .framer-uKWCT .framer-16fwh9g { gap: 12px; } .framer-uKWCT .framer-1omkwtu { gap: 30px; } .framer-uKWCT .framer-5ng12o, .framer-uKWCT .framer-sqo4y5 { height: min-content; } .framer-uKWCT .framer-xsc2ud-container, .framer-uKWCT .framer-s9h93c-container { order: 0; } .framer-uKWCT .framer-1709gym, .framer-uKWCT .framer-dcjcqz { order: 1; } .framer-uKWCT .framer-3z79ry, .framer-uKWCT .framer-hrix8x { order: 2; } .framer-uKWCT .framer-gw9v7j, .framer-uKWCT .framer-l3ihxo { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uKWCT .framer-16fwh9g, .framer-uKWCT .framer-1omkwtu { gap: 0px; } .framer-uKWCT .framer-16fwh9g > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-uKWCT .framer-16fwh9g > :first-child, .framer-uKWCT .framer-1omkwtu > :first-child { margin-top: 0px; } .framer-uKWCT .framer-16fwh9g > :last-child, .framer-uKWCT .framer-1omkwtu > :last-child { margin-bottom: 0px; } .framer-uKWCT .framer-1omkwtu > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4800.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FYWZRc46f\":{\"layout\":[\"fixed\",\"auto\"]},\"vVq74ib4Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerdBUOrLXiG=withCSS(Component,css,\"framer-uKWCT\");export default FramerdBUOrLXiG;FramerdBUOrLXiG.displayName=\"Features / Training\";FramerdBUOrLXiG.defaultProps={height:4800.5,width:1200};addFonts(FramerdBUOrLXiG,[{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavBarFonts,...ButtonsCTAFonts,...VariantImage4Fonts,...InteractiveFeaturelist3slidesFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdBUOrLXiG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4800.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FYWZRc46f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vVq74ib4Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavBarFonts", "getFonts", "RhnTn5xdX_default", "NavBarWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithFX", "withFX", "Container", "ButtonsCTAFonts", "JHR_XN6dx_default", "VariantImage4Fonts", "xBXgwSic9_default", "VariantImage4WithVariantAppearEffect", "MotionDivWithFX", "motion", "InteractiveFeaturelist3slidesFonts", "UXzd40N3d_default", "FooterFonts", "oGbwkEVfn_default", "MotionDivWithBaseOnLocalChangeDirection", "withBaseOnLocalChangeDirection", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "addImageAlt", "image", "alt", "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", "gestureVariant", "ref1", "pe", "usePreloadLocalizedValues", "isDisplayed", "elementId", "useRouteElementId", "ref2", "ref3", "ref4", "isDisplayed1", "elementId1", "elementId2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "getLocalizedValue", "x", "getLoadingLazyAtYPosition", "Image2", "css", "FramerdBUOrLXiG", "withCSS", "dBUOrLXiG_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
