{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/gSIyOzfUZrvgSvss5WNP/hJQh6fG0WchgcuxcDocv/ltlgk5aha.js", "ssg:https://framerusercontent.com/modules/eIwfOAYAKswn4ixee3du/qXbNpWvyS3o1dwTfZH7c/ltlgk5aha.js"],
  "sourcesContent": ["// Generated by Framer (400c93f)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={uAeqSvqAM:new LazyValue(()=>import(\"./ltlgk5aha-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\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TopBottomNavGaming from\"#framer/local/canvasComponent/AYWcD52mE/AYWcD52mE.js\";import EGPIntegrationSelectionButton from\"#framer/local/canvasComponent/iBJczW2A7/iBJczW2A7.js\";import FooterWithCookies from\"#framer/local/canvasComponent/ITpUPCTz9/ITpUPCTz9.js\";import Comparison from\"#framer/local/collection/aENV2CQSb/aENV2CQSb.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle11 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle10 from\"#framer/local/css/g7CzTul4A/g7CzTul4A.js\";import*as sharedStyle3 from\"#framer/local/css/H93LYjT01/H93LYjT01.js\";import*as sharedStyle13 from\"#framer/local/css/hO3ex6MYV/hO3ex6MYV.js\";import*as sharedStyle8 from\"#framer/local/css/LKTlhms46/LKTlhms46.js\";import*as sharedStyle14 from\"#framer/local/css/ln8_xYB1F/ln8_xYB1F.js\";import*as sharedStyle4 from\"#framer/local/css/LXkg45GV4/LXkg45GV4.js\";import*as sharedStyle12 from\"#framer/local/css/OLsnvRyzu/OLsnvRyzu.js\";import*as sharedStyle7 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle9 from\"#framer/local/css/SCj6ycjgY/SCj6ycjgY.js\";import*as sharedStyle1 from\"#framer/local/css/VGg_5v4PY/VGg_5v4PY.js\";import*as sharedStyle5 from\"#framer/local/css/X3bwy8KKI/X3bwy8KKI.js\";import*as sharedStyle6 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/ltlgk5aha/ltlgk5aha.js\";import metadataProvider from\"#framer/local/webPageMetadata/ltlgk5aha/ltlgk5aha.js\";const TopBottomNavGamingFonts=getFonts(TopBottomNavGaming);const EGPIntegrationSelectionButtonFonts=getFonts(EGPIntegrationSelectionButton);const FooterWithCookiesFonts=getFonts(FooterWithCookies);const breakpoints={ChO23lA0S:\"(min-width: 810px) and (max-width: 1199px)\",nGnBmcH5M:\"(min-width: 1200px)\",rtDCfZULT:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-MKQ9J\";const variantClassNames={ChO23lA0S:\"framer-v-ws5en9\",nGnBmcH5M:\"framer-v-7xszhx\",rtDCfZULT:\"framer-v-z2s4wc\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"nGnBmcH5M\",Phone:\"rtDCfZULT\",Tablet:\"ChO23lA0S\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nGnBmcH5M\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"ltlgk5aha\",data:Comparison,type:\"Collection\"},select:[{collection:\"ltlgk5aha\",name:\"XmBWSXpZg\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"pGm24lmnO\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"Wn1N9e82f\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"SN385ilGq\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"jSOv88Z8d\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"U7sahDkQ9\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"X5Q4ug5cN\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"IKJ7Hsdfa\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"AVR5Tqsw0\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"p2E9nIyXK\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"alEBqs6nG\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"xK1G2VGdP\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"ssIye3vWR\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"dwne_eHdy\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"cmG1f4OQv\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"Btilmx29A\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"jlxxxy9gT\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"HKrb4txqy\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"H1B34A2QM\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"N91QnIpRO\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"mQ4YdGcIR\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"SvumvAuwb\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"BEoKXuO6U\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"z9jVZC7mx\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"Mmuyeqwaj\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"QngxoRKu8\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"UXdgUYO_3\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"Sb1Q4n6H8\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"SYPj8wpYw\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"fqIOJ_klG\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"cm9Nt_N_R\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"npdesm5GR\",type:\"Identifier\"},{collection:\"ltlgk5aha\",name:\"elSH7g_sM\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"ltlgk5aha\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,pGm24lmnO=getFromCurrentRouteData(\"pGm24lmnO\")??\"\",XmBWSXpZg=getFromCurrentRouteData(\"XmBWSXpZg\")??\"\",Wn1N9e82f=getFromCurrentRouteData(\"Wn1N9e82f\")??\"\",SN385ilGq=getFromCurrentRouteData(\"SN385ilGq\")??\"\",jSOv88Z8d=getFromCurrentRouteData(\"jSOv88Z8d\")??\"\",U7sahDkQ9=getFromCurrentRouteData(\"U7sahDkQ9\")??\"\",X5Q4ug5cN=getFromCurrentRouteData(\"X5Q4ug5cN\")??\"\",IKJ7Hsdfa=getFromCurrentRouteData(\"IKJ7Hsdfa\")??\"\",AVR5Tqsw0=getFromCurrentRouteData(\"AVR5Tqsw0\")??\"\",p2E9nIyXK=getFromCurrentRouteData(\"p2E9nIyXK\")??\"\",alEBqs6nG=getFromCurrentRouteData(\"alEBqs6nG\")??\"\",ssIye3vWR=getFromCurrentRouteData(\"ssIye3vWR\")??\"\",xK1G2VGdP=getFromCurrentRouteData(\"xK1G2VGdP\")??\"\",dwne_eHdy=getFromCurrentRouteData(\"dwne_eHdy\")??\"\",cmG1f4OQv=getFromCurrentRouteData(\"cmG1f4OQv\")??\"\",Btilmx29A=getFromCurrentRouteData(\"Btilmx29A\")??\"\",jlxxxy9gT=getFromCurrentRouteData(\"jlxxxy9gT\")??\"\",HKrb4txqy=getFromCurrentRouteData(\"HKrb4txqy\")??\"\",H1B34A2QM=getFromCurrentRouteData(\"H1B34A2QM\")??\"\",N91QnIpRO=getFromCurrentRouteData(\"N91QnIpRO\")??\"\",mQ4YdGcIR=getFromCurrentRouteData(\"mQ4YdGcIR\")??\"\",SvumvAuwb=getFromCurrentRouteData(\"SvumvAuwb\")??\"\",BEoKXuO6U=getFromCurrentRouteData(\"BEoKXuO6U\")??\"\",z9jVZC7mx=getFromCurrentRouteData(\"z9jVZC7mx\")??\"\",Mmuyeqwaj=getFromCurrentRouteData(\"Mmuyeqwaj\")??\"\",QngxoRKu8=getFromCurrentRouteData(\"QngxoRKu8\")??\"\",UXdgUYO_3=getFromCurrentRouteData(\"UXdgUYO_3\")??\"\",Sb1Q4n6H8=getFromCurrentRouteData(\"Sb1Q4n6H8\")??\"\",SYPj8wpYw=getFromCurrentRouteData(\"SYPj8wpYw\")??\"\",fqIOJ_klG=getFromCurrentRouteData(\"fqIOJ_klG\")??\"\",cm9Nt_N_R=getFromCurrentRouteData(\"cm9Nt_N_R\")??\"\",npdesm5GR=getFromCurrentRouteData(\"npdesm5GR\")??\"\",elSH7g_sM=getFromCurrentRouteData(\"elSH7g_sM\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(pGm24lmnO);const visible1=isSet(Wn1N9e82f);const visible2=isSet(SN385ilGq);const visible3=isSet(jSOv88Z8d);const visible4=isSet(U7sahDkQ9);const visible5=isSet(X5Q4ug5cN);const visible6=isSet(IKJ7Hsdfa);const visible7=isSet(AVR5Tqsw0);const visible8=isSet(p2E9nIyXK);const visible9=isSet(alEBqs6nG);const visible10=isSet(ssIye3vWR);const visible11=isSet(xK1G2VGdP);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ChO23lA0S\")return false;return true;};usePreloadLocalizedValues(activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"rtDCfZULT\")return false;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nGnBmcH5M\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-7xszhx\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n3x3jy\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rtDCfZULT:{background:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:165,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:165,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/u225WAKGc0QwO6oTebMLo3PYarM.png\",srcSet:\"https://framerusercontent.com/images/u225WAKGc0QwO6oTebMLo3PYarM.png?scale-down-to=512 512w,https://framerusercontent.com/images/u225WAKGc0QwO6oTebMLo3PYarM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/u225WAKGc0QwO6oTebMLo3PYarM.png 1200w\"},className:\"framer-1v61td1\",\"data-framer-name\":\"VFX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:56,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:56,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 766px)`,src:\"https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png\",srcSet:\"https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png?scale-down-to=512 512w,https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png 1200w\"}},rtDCfZULT:{background:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:56,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:56,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1050px)`,src:\"https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png\",srcSet:\"https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png?scale-down-to=512 512w,https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IhPToTRNhZweY4uCqif2rcrcZw.png 1200w\"},className:\"framer-i1q8d4\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 766px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:125,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1050px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1drmus7-container\",nodeId:\"ih0ygNGWy\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{variant:\"CsHbL1T0_\"},rtDCfZULT:{variant:\"P6haF71Rf\"}},children:/*#__PURE__*/_jsx(TopBottomNavGaming,{A1yMlh7hq:\"center\",B8hEaaqjo:\"S6FuUQZY5\",CDY5cw65g:\"NrBnIQ_Gp\",cz4iT31nc:\"rgb(255, 255, 255)\",dkz44vpB0:\"FjDG7vdsS\",g_SxRXIqD:\"vpCj65YBW\",hDwlsqEEU:{borderBottomWidth:1,borderColor:'var(--token-f9c5196f-fcb1-43d6-9462-21cb61cc19ec, rgb(255, 255, 255)) /* {\"name\":\"Copy - White\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",hoZrBesfE:\"0px 50px 0px 50px\",id:\"ih0ygNGWy\",kgwit6V9u:\"ASEI67puM\",layoutId:\"ih0ygNGWy\",mkZgSVLwN:\"MCMruQM9r\",O6J5y4kU5:true,OsahoW6jZ:\"YB0dF9mf6\",PqKvCFVXO:\"r1XcpUcGz\",Q05aYxlEk:\"g_uv9KCEJ\",qQ_iPHFOk:\"RwTljAg73PFt1SaIXe\",S7xJf7pcL:\"TXkqGzb5r\",SPb6n5ykC:\"var(--token-74b76a1f-9661-47d1-81a4-76364035a37c, rgb(69, 145, 255))\",style:{width:\"100%\"},variant:\"fJiL9adFH\",width:\"100%\"})})})})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a3m2sj\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wry5s4\",\"data-framer-name\":\"Post\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Title\"})}),className:\"framer-13t6tcf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:XmBWSXpZg,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:pGm24lmnO,className:\"framer-ijnynl\",\"data-framer-name\":\"Intro\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible1&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Wn1N9e82f,className:\"framer-jzsxwx\",\"data-framer-name\":\"Initial Setup\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible2&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:SN385ilGq,className:\"framer-kxhzmy\",\"data-framer-name\":\"Products\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible3&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:jSOv88Z8d,className:\"framer-17ucnyt\",\"data-framer-name\":\"Performance - Latency, Scalability, Resilience\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible4&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:U7sahDkQ9,className:\"framer-1julqcx\",\"data-framer-name\":\"Scalability\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible5&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:X5Q4ug5cN,className:\"framer-1a2ll2q\",\"data-framer-name\":\"Platforms & Adoptoions\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible6&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:IKJ7Hsdfa,className:\"framer-170tasc\",\"data-framer-name\":\"Development\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible7&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:AVR5Tqsw0,className:\"framer-n34ke0\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible8&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:p2E9nIyXK,className:\"framer-9adphn\",\"data-framer-name\":\"Switching\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible9&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:alEBqs6nG,className:\"framer-1wnqa38\",\"data-framer-name\":\"Conclusion\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible10&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oxuydc\",children:[visible11&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"oAAwLGeQU\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"jnfa40lHm\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zb5OnwASS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:xK1G2VGdP,className:\"framer-1x2hmdd\",\"data-framer-name\":\"H2H Comparison\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-5mywk1\",code:\"framer-styles-preset-1xzvxos\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-pd2tub\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-jp9z0i\",h5:\"framer-styles-preset-tyr2u3\",h6:\"framer-styles-preset-lcj0m8\",img:\"framer-styles-preset-9wwma0\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-147grom\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lvhazg\",\"data-framer-name\":\"Focus\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17qtdtg\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a666dh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Edgegap\"})})}),className:\"framer-1k8p2ir\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o7fypg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Hathora\"})})}),className:\"framer-vby5pp\",fonts:[\"Inter\",\"Inter-Bold\"],text:ssIye3vWR,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yb4luh\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e7l2ij\",\"data-framer-name\":\"Focus\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nqlpxv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-bs5quv\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q4c54a\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Leverages edge computing with the largest multi-cloud network for optimized latency and performance. \"})})}),className:\"framer-1lh0mim\",fonts:[\"Inter\",\"Inter-Bold\"],text:dwne_eHdy,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h92hae\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Managed hosting platform for multiplayer game servers in limited locations, with network acceleration. \"})})}),className:\"framer-1bfc0d1\",fonts:[\"Inter\",\"Inter-Bold\"],text:cmG1f4OQv,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6r0u8s\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1efko0\",\"data-framer-name\":\"Hosting\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-a8x702\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Hosting\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Hosting\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Hosting\"})})}),className:\"framer-1ribi9f\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s9j7je\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Leverages edge computing with the largest multi-cloud network for optimized latency and performance. \"})})}),className:\"framer-lwru4h\",fonts:[\"Inter\",\"Inter-Bold\"],text:Btilmx29A,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6g5k78\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Managed hosting platform for multiplayer game servers in limited locations, with network acceleration. \"})})}),className:\"framer-mrfgey\",fonts:[\"Inter\",\"Inter-Bold\"],text:jlxxxy9gT,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18rs8rr\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hdzmx6\",\"data-framer-name\":\"Regions\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lg4bvx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Regions\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Regions\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Regions\"})})}),className:\"framer-134lr6e\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-82nvrc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Extensive global reach with over 17+ providers with 615+ locations worldwide.\"})})}),className:\"framer-1f3lfnu\",fonts:[\"Inter\",\"Inter-Bold\"],text:HKrb4txqy,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17y763d\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-p0sqqd\",fonts:[\"Inter\",\"Inter-Bold\"],text:H1B34A2QM,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lix0bo\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s8daml\",\"data-framer-name\":\"Pricing\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w3p0el\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Pricing Model\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Pricing Model\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Pricing Model\"})})}),className:\"framer-1ntlq0x\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fn1z1w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-ozho39\",fonts:[\"Inter\",\"Inter-Bold\"],text:N91QnIpRO,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l0q216\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-ncef5w\",fonts:[\"Inter\",\"Inter-Bold\"],text:mQ4YdGcIR,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lkxwnf\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yoxhkv\",\"data-framer-name\":\"Engines\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1na5yfd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Engine Support\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Engine Support\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Engine Support\"})})}),className:\"framer-7utbhk\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wu9b32\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Plugins for native support within the Unity & Unreal editor, and support for Godot, Cocos. Soon available for Bevy.\"})})}),className:\"framer-1em7k6x\",fonts:[\"Inter\",\"Inter-Bold\"],text:SvumvAuwb,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o9kme5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-1s1qan5\",fonts:[\"Inter\",\"Inter-Bold\"],text:BEoKXuO6U,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p29sri\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3piomt\",\"data-framer-name\":\"Scalability\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ggmzp8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Scalability\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Scalability\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Scalability\"})})}),className:\"framer-1jgrhmj\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10px6q4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-1471wvm\",fonts:[\"Inter\",\"Inter-Bold\"],text:z9jVZC7mx,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ji1cl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-15yyhpx\",fonts:[\"Inter\",\"Inter-Bold\"],text:Mmuyeqwaj,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ohk7n\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cyxbqo\",\"data-framer-name\":\"Docs & Support\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vz1dez\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Documentation & Support\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Documentation & Support\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Documentation & Support\"})})}),className:\"framer-1w36orc\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dl5oz8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-5ak236\",fonts:[\"Inter\",\"Inter-Bold\"],text:QngxoRKu8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c1x3kx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-96o5j1\",fonts:[\"Inter\",\"Inter-Bold\"],text:UXdgUYO_3,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6aj6ao\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lkx2s6\",\"data-framer-name\":\"Integration\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8voyze\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ease of Integration\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ease of Integration\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ease of Integration\"})})}),className:\"framer-i0sz2p\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h2r51u\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-163yt10\",fonts:[\"Inter\",\"Inter-Bold\"],text:Sb1Q4n6H8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ul45l\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-xo6yyx\",fonts:[\"Inter\",\"Inter-Bold\"],text:SYPj8wpYw,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ibnz00\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11zh0wy\",\"data-framer-name\":\"Network\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-67e1t3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Network\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Network\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Network\"})})}),className:\"framer-1ahqnhx\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5pm3q5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Optimized, low-latency network due to the world's largest edge computing network built by Edgegap.\"})})}),className:\"framer-1tgivb1\",fonts:[\"Inter\",\"Inter-Bold\"],text:fqIOJ_klG,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-22ttk7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-1bav2rv\",fonts:[\"Inter\",\"Inter-Bold\"],text:cm9Nt_N_R,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1778nfq\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-45be22\",\"data-framer-name\":\"Infra\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zpzztx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Infrastructure\"})})})},rtDCfZULT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Infrastructure\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(84, 84, 84)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Infrastructure\"})})}),className:\"framer-14527k6\",fonts:[\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17zzn7p\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-sn0uo3\",fonts:[\"Inter\",\"Inter-Bold\"],text:npdesm5GR,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uhue6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lxhuqo\",\"data-styles-preset\":\"OLsnvRyzu\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Focus\"})})}),className:\"framer-16qvkpy\",fonts:[\"Inter\",\"Inter-Bold\"],text:elSH7g_sM,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cl8ocu\"})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-244avp\",\"data-framer-name\":\"Call to Action\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2998+0),pixelHeight:659,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png\",srcSet:\"https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png 1200w\"}},rtDCfZULT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3574+0),pixelHeight:659,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png\",srcSet:\"https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3238+0),pixelHeight:659,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png\",srcSet:\"https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YiIFpQWDyQauC9tzVT9peGInIgo.png 1200w\"},className:\"framer-1p1v9d9\",\"data-framer-name\":\"VFX\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-z4uskx\",\"data-framer-name\":\"Module\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tnvpzu\",\"data-border\":true,\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-15ftknk\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iy77h9\",\"data-framer-name\":\"Text Content\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5xu67w\",\"data-styles-preset\":\"hO3ex6MYV\",style:{\"--framer-text-color\":\"var(--token-f9c5196f-fcb1-43d6-9462-21cb61cc19ec, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(98deg, rgb(240, 237, 255) 42.3526%, rgb(77, 139, 255) 109.00000000000001%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Get your Game Online Easily & in Minutes\"})})})}),className:\"framer-1i32m2 hidden-ws5en9\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rk5xqc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-5xu67w\",\"data-styles-preset\":\"hO3ex6MYV\",style:{\"--framer-text-color\":\"var(--token-f9c5196f-fcb1-43d6-9462-21cb61cc19ec, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(98deg, rgb(240, 237, 255) 42.3526%, rgb(77, 139, 255) 109.00000000000001%)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Get your Game Online Easily \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"& in Minutes\"})]})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zjsuw8\",\"data-styles-preset\":\"ln8_xYB1F\",style:{\"--framer-text-color\":\"var(--token-f9c5196f-fcb1-43d6-9462-21cb61cc19ec, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Start Integrating Now!\"})})}),className:\"framer-55urqw\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w3gh13\",children:isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tlej49 hidden-z2s4wc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aw9pri\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lfnmof\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-789s5u\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tbbtg9\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-zqu73y hidden-ws5en9\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v1oe0h\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-872b5d hidden-ws5en9\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-yz220i hidden-ws5en9\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jbq757\"})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rgec6g\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x9NvS04p2\"},implicitPathVariables:undefined},{href:{webPageId:\"x9NvS04p2\"},implicitPathVariables:undefined},{href:{webPageId:\"x9NvS04p2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 766px), 1px) - 40px, 1px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2998+0+60+0+0+0+0+30+0+0+0+85.4+0+0},rtDCfZULT:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) - 30px, 1px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+3574+0+40+0+0+0+0+20+0+272+0+136+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 120px, 1050px), 1px) - 80px, 1px) - 75px) / 6, 50px)`,y:(componentViewport?.y||0)+0+3238+0+60+0+0+0+0+40+0+282+0+161+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eekrdy-container\",nodeId:\"Gm6Rh4zDm\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{zizrr5g4i:resolvedLinks[1]},rtDCfZULT:{zizrr5g4i:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(EGPIntegrationSelectionButton,{C1c1RHnfP:addImageAlt({src:\"https://framerusercontent.com/images/2Yqvh4Cnsm2swQRh74XPM1zVEk.png\"},\"\"),height:\"100%\",id:\"Gm6Rh4zDm\",layoutId:\"Gm6Rh4zDm\",style:{width:\"100%\"},U9b6pjRfs:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},wcfk_K78e:\"var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61))\",width:\"100%\",zizrr5g4i:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nKj3_pgK_\"},implicitPathVariables:undefined},{href:{webPageId:\"nKj3_pgK_\"},implicitPathVariables:undefined},{href:{webPageId:\"nKj3_pgK_\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 766px), 1px) - 40px, 1px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2998+0+60+0+0+0+0+30+0+0+0+85.4+0+0},rtDCfZULT:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) - 30px, 1px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+3574+0+40+0+0+0+0+20+0+272+0+136+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 120px, 1050px), 1px) - 80px, 1px) - 75px) / 6, 50px)`,y:(componentViewport?.y||0)+0+3238+0+60+0+0+0+0+40+0+282+0+161+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8i6eij-container\",nodeId:\"bcKg1p38_\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{zizrr5g4i:resolvedLinks1[1]},rtDCfZULT:{zizrr5g4i:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(EGPIntegrationSelectionButton,{C1c1RHnfP:addImageAlt({src:\"https://framerusercontent.com/images/gpKag1zTwvLADFx6MabGAjLDM.png\"},\"\"),height:\"100%\",id:\"bcKg1p38_\",layoutId:\"bcKg1p38_\",style:{width:\"100%\"},U9b6pjRfs:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},wcfk_K78e:\"var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61))\",width:\"100%\",zizrr5g4i:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ipnO7Ozv7\"},implicitPathVariables:undefined},{href:{webPageId:\"ipnO7Ozv7\"},implicitPathVariables:undefined},{href:{webPageId:\"ipnO7Ozv7\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 766px), 1px) - 40px, 1px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2998+0+60+0+0+0+0+30+0+0+0+85.4+0+0},rtDCfZULT:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) - 30px, 1px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+3574+0+40+0+0+0+0+20+0+272+0+136+0+209}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 120px, 1050px), 1px) - 80px, 1px) - 75px) / 6, 50px)`,y:(componentViewport?.y||0)+0+3238+0+60+0+0+0+0+40+0+282+0+161+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d3khb5-container\",nodeId:\"QGBbCKTpy\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{zizrr5g4i:resolvedLinks2[1]},rtDCfZULT:{zizrr5g4i:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(EGPIntegrationSelectionButton,{C1c1RHnfP:addImageAlt({src:\"https://framerusercontent.com/images/4VNoGWLIjHx1um439eqxpxQC0U.png\"},\"\"),height:\"100%\",id:\"QGBbCKTpy\",layoutId:\"QGBbCKTpy\",style:{width:\"100%\"},U9b6pjRfs:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},wcfk_K78e:\"var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61))\",width:\"100%\",zizrr5g4i:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f0lr531xK\"},implicitPathVariables:undefined},{href:{webPageId:\"f0lr531xK\"},implicitPathVariables:undefined},{href:{webPageId:\"f0lr531xK\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 766px), 1px) - 40px, 1px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2998+0+60+0+0+0+0+30+0+0+0+85.4+0+207},rtDCfZULT:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) - 30px, 1px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+3574+0+40+0+0+0+0+20+0+272+0+136+0+209}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 120px, 1050px), 1px) - 80px, 1px) - 75px) / 6, 50px)`,y:(componentViewport?.y||0)+0+3238+0+60+0+0+0+0+40+0+282+0+161+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6lml01-container\",nodeId:\"GWfln62zn\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{zizrr5g4i:resolvedLinks3[1]},rtDCfZULT:{zizrr5g4i:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(EGPIntegrationSelectionButton,{C1c1RHnfP:addImageAlt({src:\"https://framerusercontent.com/images/Lcgwjg0UIpO1AZZtTmBoUiga4.png\"},\"\"),height:\"100%\",id:\"GWfln62zn\",layoutId:\"GWfln62zn\",style:{width:\"100%\"},U9b6pjRfs:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},wcfk_K78e:\"var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61))\",width:\"100%\",zizrr5g4i:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 766px), 1px) - 40px, 1px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2998+0+60+0+0+0+0+30+0+0+0+85.4+0+207},rtDCfZULT:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) - 30px, 1px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+3574+0+40+0+0+0+0+20+0+272+0+136+0+418}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 120px, 1050px), 1px) - 80px, 1px) - 75px) / 6, 50px)`,y:(componentViewport?.y||0)+0+3238+0+60+0+0+0+0+40+0+282+0+161+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n4ew03-container\",nodeId:\"OhaAHCtmW\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(EGPIntegrationSelectionButton,{C1c1RHnfP:addImageAlt({src:\"https://framerusercontent.com/images/MC43BC5Fk9rk3z4sbCLsLvAksA.png\"},\"\"),height:\"100%\",id:\"OhaAHCtmW\",layoutId:\"OhaAHCtmW\",style:{width:\"100%\"},U9b6pjRfs:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},wcfk_K78e:\"var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61))\",width:\"100%\",zizrr5g4i:\"https://docs.edgegap.com/docs/sample-projects/photon-fusion-2-on-edgegap\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 766px), 1px) - 40px, 1px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2998+0+60+0+0+0+0+30+0+0+0+85.4+0+207},rtDCfZULT:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) - 30px, 1px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+3574+0+40+0+0+0+0+20+0+272+0+136+0+418}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 120px, 1050px), 1px) - 80px, 1px) - 75px) / 6, 50px)`,y:(componentViewport?.y||0)+0+3238+0+60+0+0+0+0+40+0+282+0+161+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vesdz7-container\",nodeId:\"tVc8GmRm5\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(EGPIntegrationSelectionButton,{C1c1RHnfP:addImageAlt({src:\"https://framerusercontent.com/images/s9K5exIS5Fz7DcynA70Ibnvi4A.png\"},\"\"),height:\"100%\",id:\"tVc8GmRm5\",layoutId:\"tVc8GmRm5\",style:{width:\"100%\"},U9b6pjRfs:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},wcfk_K78e:\"var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, rgb(24, 22, 61))\",width:\"100%\",zizrr5g4i:\"https://docs.edgegap.com/docs/tools-and-integrations\"})})})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fy0ruv\",style:{rotate:-90}})]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{y:(componentViewport?.y||0)+0+3168},rtDCfZULT:{y:(componentViewport?.y||0)+0+3013}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:561,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3438,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zbk9ij-container\",nodeId:\"YycYbt7O0\",scopeId:\"ltlgk5aha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ChO23lA0S:{variant:\"yF5oQzQyX\"},rtDCfZULT:{variant:\"T3XvSh9Wp\"}},children:/*#__PURE__*/_jsx(FooterWithCookies,{height:\"100%\",id:\"YycYbt7O0\",layoutId:\"YycYbt7O0\",style:{width:\"100%\"},variant:\"UEIMcFVry\",width:\"100%\",YXhTtvEVp:true})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MKQ9J.framer-kp8mat, .framer-MKQ9J .framer-kp8mat { display: block; }\",\".framer-MKQ9J.framer-7xszhx { align-content: center; align-items: center; background-color: var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, #18163d); 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-MKQ9J .framer-1n3x3jy { align-content: center; align-items: center; background-color: var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, #18163d); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-1v61td1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-i1q8d4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1050px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-1drmus7-container, .framer-MKQ9J .framer-zbk9ij-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-a3m2sj { align-content: center; align-items: center; background-color: var(--token-13eb4cd8-7b3f-48b6-8eb7-6780feab42f8, #f8f9fa); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 25px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-1wry5s4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; max-width: 1050px; padding: 50px 0px 50px 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-13t6tcf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MKQ9J .framer-ijnynl, .framer-MKQ9J .framer-jzsxwx, .framer-MKQ9J .framer-kxhzmy, .framer-MKQ9J .framer-17ucnyt, .framer-MKQ9J .framer-1julqcx, .framer-MKQ9J .framer-1a2ll2q, .framer-MKQ9J .framer-170tasc, .framer-MKQ9J .framer-n34ke0, .framer-MKQ9J .framer-9adphn, .framer-MKQ9J .framer-1wnqa38, .framer-MKQ9J .framer-1x2hmdd { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MKQ9J .framer-1oxuydc { align-content: center; align-items: center; 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-MKQ9J .framer-147grom { --border-bottom-width: 1px; --border-color: #d6d6d6; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MKQ9J .framer-1lvhazg { align-content: center; align-items: center; background-color: #e3e3e3; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 35px; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-17qtdtg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 300px; min-height: 27px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-1a666dh, .framer-MKQ9J .framer-1o7fypg, .framer-MKQ9J .framer-q4c54a, .framer-MKQ9J .framer-h92hae, .framer-MKQ9J .framer-1s9j7je, .framer-MKQ9J .framer-6g5k78, .framer-MKQ9J .framer-82nvrc, .framer-MKQ9J .framer-17y763d, .framer-MKQ9J .framer-fn1z1w, .framer-MKQ9J .framer-1l0q216, .framer-MKQ9J .framer-1wu9b32, .framer-MKQ9J .framer-1o9kme5, .framer-MKQ9J .framer-10px6q4, .framer-MKQ9J .framer-14ji1cl, .framer-MKQ9J .framer-1dl5oz8, .framer-MKQ9J .framer-1c1x3kx, .framer-MKQ9J .framer-h2r51u, .framer-MKQ9J .framer-18ul45l, .framer-MKQ9J .framer-5pm3q5, .framer-MKQ9J .framer-22ttk7, .framer-MKQ9J .framer-17zzn7p, .framer-MKQ9J .framer-1uhue6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-1k8p2ir, .framer-MKQ9J .framer-vby5pp, .framer-MKQ9J .framer-bs5quv, .framer-MKQ9J .framer-1lh0mim, .framer-MKQ9J .framer-1bfc0d1, .framer-MKQ9J .framer-1ribi9f, .framer-MKQ9J .framer-lwru4h, .framer-MKQ9J .framer-mrfgey, .framer-MKQ9J .framer-134lr6e, .framer-MKQ9J .framer-1f3lfnu, .framer-MKQ9J .framer-p0sqqd, .framer-MKQ9J .framer-1ntlq0x, .framer-MKQ9J .framer-ozho39, .framer-MKQ9J .framer-ncef5w, .framer-MKQ9J .framer-7utbhk, .framer-MKQ9J .framer-1em7k6x, .framer-MKQ9J .framer-1s1qan5, .framer-MKQ9J .framer-1jgrhmj, .framer-MKQ9J .framer-1471wvm, .framer-MKQ9J .framer-15yyhpx, .framer-MKQ9J .framer-1w36orc, .framer-MKQ9J .framer-5ak236, .framer-MKQ9J .framer-96o5j1, .framer-MKQ9J .framer-i0sz2p, .framer-MKQ9J .framer-163yt10, .framer-MKQ9J .framer-xo6yyx, .framer-MKQ9J .framer-1ahqnhx, .framer-MKQ9J .framer-1tgivb1, .framer-MKQ9J .framer-1bav2rv, .framer-MKQ9J .framer-14527k6, .framer-MKQ9J .framer-sn0uo3, .framer-MKQ9J .framer-16qvkpy { --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-MKQ9J .framer-1yb4luh, .framer-MKQ9J .framer-6r0u8s, .framer-MKQ9J .framer-18rs8rr, .framer-MKQ9J .framer-lix0bo, .framer-MKQ9J .framer-lkxwnf, .framer-MKQ9J .framer-1p29sri, .framer-MKQ9J .framer-8ohk7n, .framer-MKQ9J .framer-6aj6ao, .framer-MKQ9J .framer-ibnz00, .framer-MKQ9J .framer-1778nfq, .framer-MKQ9J .framer-1cl8ocu { background-color: #d6d6d6; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-1e7l2ij, .framer-MKQ9J .framer-1efko0, .framer-MKQ9J .framer-hdzmx6, .framer-MKQ9J .framer-s8daml, .framer-MKQ9J .framer-yoxhkv, .framer-MKQ9J .framer-3piomt, .framer-MKQ9J .framer-1cyxbqo, .framer-MKQ9J .framer-1lkx2s6, .framer-MKQ9J .framer-11zh0wy, .framer-MKQ9J .framer-45be22 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 35px; overflow: hidden; padding: 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MKQ9J .framer-nqlpxv, .framer-MKQ9J .framer-a8x702, .framer-MKQ9J .framer-lg4bvx, .framer-MKQ9J .framer-1w3p0el, .framer-MKQ9J .framer-1na5yfd, .framer-MKQ9J .framer-ggmzp8, .framer-MKQ9J .framer-1vz1dez, .framer-MKQ9J .framer-8voyze, .framer-MKQ9J .framer-67e1t3, .framer-MKQ9J .framer-zpzztx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-244avp { align-content: center; align-items: center; background-color: var(--token-e83830bc-4dc9-4c5a-9b7f-1ce4c8fcf289, #1c00a3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-1p1v9d9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 60px; position: relative; width: 100%; z-index: 2; }\",\".framer-MKQ9J .framer-z4uskx { align-content: center; align-items: center; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1050px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MKQ9J .framer-1tnvpzu { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MKQ9J .framer-15ftknk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-iy77h9 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-1i32m2, .framer-MKQ9J .framer-55urqw { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-MKQ9J .framer-rk5xqc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-1w3gh13 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-1tlej49 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MKQ9J .framer-1aw9pri, .framer-MKQ9J .framer-1tbbtg9, .framer-MKQ9J .framer-zqu73y, .framer-MKQ9J .framer-v1oe0h, .framer-MKQ9J .framer-872b5d, .framer-MKQ9J .framer-yz220i, .framer-MKQ9J .framer-1jbq757 { background-color: #ffffff; flex: none; height: 10px; opacity: 0.6; overflow: hidden; position: relative; width: 5px; }\",\".framer-MKQ9J .framer-lfnmof { background-color: #ffffff; flex: none; height: 5px; opacity: 0.6; overflow: hidden; position: relative; width: 85%; }\",\".framer-MKQ9J .framer-789s5u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-MKQ9J .framer-1rgec6g { display: grid; flex: none; gap: 15px; grid-auto-rows: 186px; grid-template-columns: repeat(6, minmax(50px, 1fr)); grid-template-rows: repeat(2, 186px); height: 194px; justify-content: center; overflow: visible; padding: 0px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-eekrdy-container, .framer-MKQ9J .framer-8i6eij-container, .framer-MKQ9J .framer-1d3khb5-container, .framer-MKQ9J .framer-6lml01-container, .framer-MKQ9J .framer-n4ew03-container, .framer-MKQ9J .framer-vesdz7-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-MKQ9J .framer-fy0ruv { background: radial-gradient(50% 50% at 46.400000000000006% 50%, var(--token-da974583-6ff8-41cc-841e-8183a7d9578a, #1509ff) 1.8018018018018018%, rgba(22, 10, 255, 0.7) 25.225225225225223%, rgba(164, 94, 255, 0.57) 69.84093468468468%, rgba(164, 94, 255, 0) 100%); bottom: -738px; flex: none; overflow: hidden; position: absolute; right: -6px; top: -37px; width: 1037px; z-index: -1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MKQ9J.framer-7xszhx, .framer-MKQ9J .framer-1n3x3jy, .framer-MKQ9J .framer-1v61td1, .framer-MKQ9J .framer-i1q8d4, .framer-MKQ9J .framer-a3m2sj, .framer-MKQ9J .framer-1wry5s4, .framer-MKQ9J .framer-1oxuydc, .framer-MKQ9J .framer-147grom, .framer-MKQ9J .framer-1lvhazg, .framer-MKQ9J .framer-17qtdtg, .framer-MKQ9J .framer-1a666dh, .framer-MKQ9J .framer-1o7fypg, .framer-MKQ9J .framer-1e7l2ij, .framer-MKQ9J .framer-nqlpxv, .framer-MKQ9J .framer-q4c54a, .framer-MKQ9J .framer-h92hae, .framer-MKQ9J .framer-1efko0, .framer-MKQ9J .framer-a8x702, .framer-MKQ9J .framer-1s9j7je, .framer-MKQ9J .framer-6g5k78, .framer-MKQ9J .framer-hdzmx6, .framer-MKQ9J .framer-lg4bvx, .framer-MKQ9J .framer-82nvrc, .framer-MKQ9J .framer-17y763d, .framer-MKQ9J .framer-s8daml, .framer-MKQ9J .framer-1w3p0el, .framer-MKQ9J .framer-fn1z1w, .framer-MKQ9J .framer-1l0q216, .framer-MKQ9J .framer-yoxhkv, .framer-MKQ9J .framer-1na5yfd, .framer-MKQ9J .framer-1wu9b32, .framer-MKQ9J .framer-1o9kme5, .framer-MKQ9J .framer-3piomt, .framer-MKQ9J .framer-ggmzp8, .framer-MKQ9J .framer-10px6q4, .framer-MKQ9J .framer-14ji1cl, .framer-MKQ9J .framer-1cyxbqo, .framer-MKQ9J .framer-1vz1dez, .framer-MKQ9J .framer-1dl5oz8, .framer-MKQ9J .framer-1c1x3kx, .framer-MKQ9J .framer-1lkx2s6, .framer-MKQ9J .framer-8voyze, .framer-MKQ9J .framer-h2r51u, .framer-MKQ9J .framer-18ul45l, .framer-MKQ9J .framer-11zh0wy, .framer-MKQ9J .framer-67e1t3, .framer-MKQ9J .framer-5pm3q5, .framer-MKQ9J .framer-22ttk7, .framer-MKQ9J .framer-45be22, .framer-MKQ9J .framer-zpzztx, .framer-MKQ9J .framer-17zzn7p, .framer-MKQ9J .framer-1uhue6, .framer-MKQ9J .framer-244avp, .framer-MKQ9J .framer-1p1v9d9, .framer-MKQ9J .framer-15ftknk, .framer-MKQ9J .framer-iy77h9, .framer-MKQ9J .framer-rk5xqc, .framer-MKQ9J .framer-1w3gh13, .framer-MKQ9J .framer-1tlej49 { gap: 0px; } .framer-MKQ9J.framer-7xszhx > *, .framer-MKQ9J .framer-i1q8d4 > *, .framer-MKQ9J .framer-147grom > *, .framer-MKQ9J .framer-1tlej49 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MKQ9J.framer-7xszhx > :first-child, .framer-MKQ9J .framer-i1q8d4 > :first-child, .framer-MKQ9J .framer-1wry5s4 > :first-child, .framer-MKQ9J .framer-1oxuydc > :first-child, .framer-MKQ9J .framer-147grom > :first-child, .framer-MKQ9J .framer-1p1v9d9 > :first-child, .framer-MKQ9J .framer-iy77h9 > :first-child, .framer-MKQ9J .framer-rk5xqc > :first-child, .framer-MKQ9J .framer-1tlej49 > :first-child { margin-top: 0px; } .framer-MKQ9J.framer-7xszhx > :last-child, .framer-MKQ9J .framer-i1q8d4 > :last-child, .framer-MKQ9J .framer-1wry5s4 > :last-child, .framer-MKQ9J .framer-1oxuydc > :last-child, .framer-MKQ9J .framer-147grom > :last-child, .framer-MKQ9J .framer-1p1v9d9 > :last-child, .framer-MKQ9J .framer-iy77h9 > :last-child, .framer-MKQ9J .framer-rk5xqc > :last-child, .framer-MKQ9J .framer-1tlej49 > :last-child { margin-bottom: 0px; } .framer-MKQ9J .framer-1n3x3jy > *, .framer-MKQ9J .framer-1v61td1 > *, .framer-MKQ9J .framer-244avp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MKQ9J .framer-1n3x3jy > :first-child, .framer-MKQ9J .framer-1v61td1 > :first-child, .framer-MKQ9J .framer-a3m2sj > :first-child, .framer-MKQ9J .framer-1lvhazg > :first-child, .framer-MKQ9J .framer-17qtdtg > :first-child, .framer-MKQ9J .framer-1a666dh > :first-child, .framer-MKQ9J .framer-1o7fypg > :first-child, .framer-MKQ9J .framer-1e7l2ij > :first-child, .framer-MKQ9J .framer-nqlpxv > :first-child, .framer-MKQ9J .framer-q4c54a > :first-child, .framer-MKQ9J .framer-h92hae > :first-child, .framer-MKQ9J .framer-1efko0 > :first-child, .framer-MKQ9J .framer-a8x702 > :first-child, .framer-MKQ9J .framer-1s9j7je > :first-child, .framer-MKQ9J .framer-6g5k78 > :first-child, .framer-MKQ9J .framer-hdzmx6 > :first-child, .framer-MKQ9J .framer-lg4bvx > :first-child, .framer-MKQ9J .framer-82nvrc > :first-child, .framer-MKQ9J .framer-17y763d > :first-child, .framer-MKQ9J .framer-s8daml > :first-child, .framer-MKQ9J .framer-1w3p0el > :first-child, .framer-MKQ9J .framer-fn1z1w > :first-child, .framer-MKQ9J .framer-1l0q216 > :first-child, .framer-MKQ9J .framer-yoxhkv > :first-child, .framer-MKQ9J .framer-1na5yfd > :first-child, .framer-MKQ9J .framer-1wu9b32 > :first-child, .framer-MKQ9J .framer-1o9kme5 > :first-child, .framer-MKQ9J .framer-3piomt > :first-child, .framer-MKQ9J .framer-ggmzp8 > :first-child, .framer-MKQ9J .framer-10px6q4 > :first-child, .framer-MKQ9J .framer-14ji1cl > :first-child, .framer-MKQ9J .framer-1cyxbqo > :first-child, .framer-MKQ9J .framer-1vz1dez > :first-child, .framer-MKQ9J .framer-1dl5oz8 > :first-child, .framer-MKQ9J .framer-1c1x3kx > :first-child, .framer-MKQ9J .framer-1lkx2s6 > :first-child, .framer-MKQ9J .framer-8voyze > :first-child, .framer-MKQ9J .framer-h2r51u > :first-child, .framer-MKQ9J .framer-18ul45l > :first-child, .framer-MKQ9J .framer-11zh0wy > :first-child, .framer-MKQ9J .framer-67e1t3 > :first-child, .framer-MKQ9J .framer-5pm3q5 > :first-child, .framer-MKQ9J .framer-22ttk7 > :first-child, .framer-MKQ9J .framer-45be22 > :first-child, .framer-MKQ9J .framer-zpzztx > :first-child, .framer-MKQ9J .framer-17zzn7p > :first-child, .framer-MKQ9J .framer-1uhue6 > :first-child, .framer-MKQ9J .framer-244avp > :first-child, .framer-MKQ9J .framer-15ftknk > :first-child, .framer-MKQ9J .framer-1w3gh13 > :first-child { margin-left: 0px; } .framer-MKQ9J .framer-1n3x3jy > :last-child, .framer-MKQ9J .framer-1v61td1 > :last-child, .framer-MKQ9J .framer-a3m2sj > :last-child, .framer-MKQ9J .framer-1lvhazg > :last-child, .framer-MKQ9J .framer-17qtdtg > :last-child, .framer-MKQ9J .framer-1a666dh > :last-child, .framer-MKQ9J .framer-1o7fypg > :last-child, .framer-MKQ9J .framer-1e7l2ij > :last-child, .framer-MKQ9J .framer-nqlpxv > :last-child, .framer-MKQ9J .framer-q4c54a > :last-child, .framer-MKQ9J .framer-h92hae > :last-child, .framer-MKQ9J .framer-1efko0 > :last-child, .framer-MKQ9J .framer-a8x702 > :last-child, .framer-MKQ9J .framer-1s9j7je > :last-child, .framer-MKQ9J .framer-6g5k78 > :last-child, .framer-MKQ9J .framer-hdzmx6 > :last-child, .framer-MKQ9J .framer-lg4bvx > :last-child, .framer-MKQ9J .framer-82nvrc > :last-child, .framer-MKQ9J .framer-17y763d > :last-child, .framer-MKQ9J .framer-s8daml > :last-child, .framer-MKQ9J .framer-1w3p0el > :last-child, .framer-MKQ9J .framer-fn1z1w > :last-child, .framer-MKQ9J .framer-1l0q216 > :last-child, .framer-MKQ9J .framer-yoxhkv > :last-child, .framer-MKQ9J .framer-1na5yfd > :last-child, .framer-MKQ9J .framer-1wu9b32 > :last-child, .framer-MKQ9J .framer-1o9kme5 > :last-child, .framer-MKQ9J .framer-3piomt > :last-child, .framer-MKQ9J .framer-ggmzp8 > :last-child, .framer-MKQ9J .framer-10px6q4 > :last-child, .framer-MKQ9J .framer-14ji1cl > :last-child, .framer-MKQ9J .framer-1cyxbqo > :last-child, .framer-MKQ9J .framer-1vz1dez > :last-child, .framer-MKQ9J .framer-1dl5oz8 > :last-child, .framer-MKQ9J .framer-1c1x3kx > :last-child, .framer-MKQ9J .framer-1lkx2s6 > :last-child, .framer-MKQ9J .framer-8voyze > :last-child, .framer-MKQ9J .framer-h2r51u > :last-child, .framer-MKQ9J .framer-18ul45l > :last-child, .framer-MKQ9J .framer-11zh0wy > :last-child, .framer-MKQ9J .framer-67e1t3 > :last-child, .framer-MKQ9J .framer-5pm3q5 > :last-child, .framer-MKQ9J .framer-22ttk7 > :last-child, .framer-MKQ9J .framer-45be22 > :last-child, .framer-MKQ9J .framer-zpzztx > :last-child, .framer-MKQ9J .framer-17zzn7p > :last-child, .framer-MKQ9J .framer-1uhue6 > :last-child, .framer-MKQ9J .framer-244avp > :last-child, .framer-MKQ9J .framer-15ftknk > :last-child, .framer-MKQ9J .framer-1w3gh13 > :last-child { margin-right: 0px; } .framer-MKQ9J .framer-a3m2sj > *, .framer-MKQ9J .framer-1lvhazg > *, .framer-MKQ9J .framer-17qtdtg > *, .framer-MKQ9J .framer-1a666dh > *, .framer-MKQ9J .framer-1o7fypg > *, .framer-MKQ9J .framer-1e7l2ij > *, .framer-MKQ9J .framer-nqlpxv > *, .framer-MKQ9J .framer-q4c54a > *, .framer-MKQ9J .framer-h92hae > *, .framer-MKQ9J .framer-1efko0 > *, .framer-MKQ9J .framer-a8x702 > *, .framer-MKQ9J .framer-1s9j7je > *, .framer-MKQ9J .framer-6g5k78 > *, .framer-MKQ9J .framer-hdzmx6 > *, .framer-MKQ9J .framer-lg4bvx > *, .framer-MKQ9J .framer-82nvrc > *, .framer-MKQ9J .framer-17y763d > *, .framer-MKQ9J .framer-s8daml > *, .framer-MKQ9J .framer-1w3p0el > *, .framer-MKQ9J .framer-fn1z1w > *, .framer-MKQ9J .framer-1l0q216 > *, .framer-MKQ9J .framer-yoxhkv > *, .framer-MKQ9J .framer-1na5yfd > *, .framer-MKQ9J .framer-1wu9b32 > *, .framer-MKQ9J .framer-1o9kme5 > *, .framer-MKQ9J .framer-3piomt > *, .framer-MKQ9J .framer-ggmzp8 > *, .framer-MKQ9J .framer-10px6q4 > *, .framer-MKQ9J .framer-14ji1cl > *, .framer-MKQ9J .framer-1cyxbqo > *, .framer-MKQ9J .framer-1vz1dez > *, .framer-MKQ9J .framer-1dl5oz8 > *, .framer-MKQ9J .framer-1c1x3kx > *, .framer-MKQ9J .framer-1lkx2s6 > *, .framer-MKQ9J .framer-8voyze > *, .framer-MKQ9J .framer-h2r51u > *, .framer-MKQ9J .framer-18ul45l > *, .framer-MKQ9J .framer-11zh0wy > *, .framer-MKQ9J .framer-67e1t3 > *, .framer-MKQ9J .framer-5pm3q5 > *, .framer-MKQ9J .framer-22ttk7 > *, .framer-MKQ9J .framer-45be22 > *, .framer-MKQ9J .framer-zpzztx > *, .framer-MKQ9J .framer-17zzn7p > *, .framer-MKQ9J .framer-1uhue6 > *, .framer-MKQ9J .framer-1w3gh13 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MKQ9J .framer-1wry5s4 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-MKQ9J .framer-1oxuydc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-MKQ9J .framer-1p1v9d9 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-MKQ9J .framer-15ftknk > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-MKQ9J .framer-iy77h9 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-MKQ9J .framer-rk5xqc > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,'.framer-MKQ9J[data-border=\"true\"]::after, .framer-MKQ9J [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-MKQ9J.framer-7xszhx { width: 810px; } .framer-MKQ9J .framer-i1q8d4, .framer-MKQ9J .framer-z4uskx { max-width: 766px; } .framer-MKQ9J .framer-1wry5s4 { max-width: 85%; } .framer-MKQ9J .framer-1p1v9d9 { gap: 100px; padding: 60px 40px 60px 40px; } .framer-MKQ9J .framer-15ftknk { gap: 40px; padding: 30px 20px 20px 20px; } .framer-MKQ9J .framer-1rgec6g { grid-auto-rows: 192px; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, 192px); height: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MKQ9J .framer-1p1v9d9, .framer-MKQ9J .framer-15ftknk { gap: 0px; } .framer-MKQ9J .framer-1p1v9d9 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-MKQ9J .framer-1p1v9d9 > :first-child { margin-top: 0px; } .framer-MKQ9J .framer-1p1v9d9 > :last-child { margin-bottom: 0px; } .framer-MKQ9J .framer-15ftknk > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-MKQ9J .framer-15ftknk > :first-child { margin-left: 0px; } .framer-MKQ9J .framer-15ftknk > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-MKQ9J.framer-7xszhx { width: 390px; } .framer-MKQ9J .framer-1n3x3jy { order: 0; } .framer-MKQ9J .framer-1v61td1 { background-color: var(--token-2a6289f8-7bea-4a5c-ab13-06d3e4fedf50, #18163d); } .framer-MKQ9J .framer-a3m2sj { order: 1; } .framer-MKQ9J .framer-1wry5s4 { gap: 40px; max-width: 90%; } .framer-MKQ9J .framer-244avp { order: 3; } .framer-MKQ9J .framer-1p1v9d9 { padding: 40px 20px 40px 20px; } .framer-MKQ9J .framer-z4uskx { max-width: 390px; } .framer-MKQ9J .framer-15ftknk { padding: 20px 15px 15px 15px; } .framer-MKQ9J .framer-iy77h9 { align-self: unset; gap: 20px; height: min-content; justify-content: center; } .framer-MKQ9J .framer-1i32m2, .framer-MKQ9J .framer-55urqw { max-width: 100%; } .framer-MKQ9J .framer-1w3gh13 { min-height: 7px; } .framer-MKQ9J .framer-1rgec6g { grid-auto-rows: 194px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, 194px); height: min-content; } .framer-MKQ9J .framer-zbk9ij-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MKQ9J .framer-1wry5s4, .framer-MKQ9J .framer-iy77h9 { gap: 0px; } .framer-MKQ9J .framer-1wry5s4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-MKQ9J .framer-1wry5s4 > :first-child, .framer-MKQ9J .framer-iy77h9 > :first-child { margin-top: 0px; } .framer-MKQ9J .framer-1wry5s4 > :last-child, .framer-MKQ9J .framer-iy77h9 > :last-child { margin-bottom: 0px; } .framer-MKQ9J .framer-iy77h9 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5916\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ChO23lA0S\":{\"layout\":[\"fixed\",\"auto\"]},\"rtDCfZULT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerltlgk5aha=withCSS(Component,css,\"framer-MKQ9J\");export default Framerltlgk5aha;Framerltlgk5aha.displayName=\"Comparison - EN\";Framerltlgk5aha.defaultProps={height:5916,width:1200};addFonts(Framerltlgk5aha,[{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\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7EWHG4AMROQSXDCQTDPGBVASATB7CED2/TJSQTK5FHJ2MYKML5IXF2G6YTGFJLTYL/K4ZMLVLHYIFVTTTWGVOTVGOFUUX7NVGI.woff2\",weight:\"800\"}]},...TopBottomNavGamingFonts,...EGPIntegrationSelectionButtonFonts,...FooterWithCookiesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...componentPresets.fonts?.[\"jnfa40lHm\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"jnfa40lHm\"]):[],...componentPresets.fonts?.[\"oAAwLGeQU\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"oAAwLGeQU\"]):[],...componentPresets.fonts?.[\"zb5OnwASS\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"zb5OnwASS\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerltlgk5aha\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"5916\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ChO23lA0S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rtDCfZULT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "TopBottomNavGamingFonts", "getFonts", "AYWcD52mE_default", "EGPIntegrationSelectionButtonFonts", "iBJczW2A7_default", "FooterWithCookiesFonts", "ITpUPCTz9_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "isSet", "value", "addImageAlt", "image", "alt", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "aENV2CQSb_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "pGm24lmnO", "XmBWSXpZg", "Wn1N9e82f", "SN385ilGq", "jSOv88Z8d", "U7sahDkQ9", "X5Q4ug5cN", "IKJ7Hsdfa", "AVR5Tqsw0", "p2E9nIyXK", "alEBqs6nG", "ssIye3vWR", "xK1G2VGdP", "dwne_eHdy", "cmG1f4OQv", "Btilmx29A", "jlxxxy9gT", "HKrb4txqy", "H1B34A2QM", "N91QnIpRO", "mQ4YdGcIR", "SvumvAuwb", "BEoKXuO6U", "z9jVZC7mx", "Mmuyeqwaj", "QngxoRKu8", "UXdgUYO_3", "Sb1Q4n6H8", "SYPj8wpYw", "fqIOJ_klG", "cm9Nt_N_R", "npdesm5GR", "elSH7g_sM", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "isDisplayed", "usePreloadLocalizedValues", "isDisplayed1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Container", "RichText2", "x", "ComponentPresetsProvider", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "Framerltlgk5aha", "withCSS", "ltlgk5aha_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
