{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4geg6JGbdAGzEsbYr95l/9iC9J3rcosRu9BixYvlU/duuZmhN6I.js", "ssg:https://framerusercontent.com/modules/qn1LwEx5lAfsqlqjfMJY/DGLqypjKoiRodH8Hwq78/duuZmhN6I.js"],
  "sourcesContent": ["// Generated by Framer (5351ffe)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={FmolrX6Lx:new LazyValue(()=>import(\"./duuZmhN6I-1.js\")),ywVC8vCEu:new LazyValue(()=>import(\"./duuZmhN6I-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 (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js\";import ButtonSecondary from\"#framer/local/canvasComponent/iTd0rDV9O/iTd0rDV9O.js\";import ButtonPrimary from\"#framer/local/canvasComponent/wrxaEL33k/wrxaEL33k.js\";import*as sharedStyle4 from\"#framer/local/css/NlaOWW0Jo/NlaOWW0Jo.js\";import*as sharedStyle1 from\"#framer/local/css/OIHbmh3Do/OIHbmh3Do.js\";import*as sharedStyle3 from\"#framer/local/css/OPnLqJ3cA/OPnLqJ3cA.js\";import*as sharedStyle2 from\"#framer/local/css/TtcgDhrZQ/TtcgDhrZQ.js\";import*as sharedStyle from\"#framer/local/css/UCRFa6jsn/UCRFa6jsn.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/duuZmhN6I/duuZmhN6I.js\";import metadataProvider from\"#framer/local/webPageMetadata/duuZmhN6I/duuZmhN6I.js\";const ButtonPrimaryFonts=getFonts(ButtonPrimary);const ButtonSecondaryFonts=getFonts(ButtonSecondary);const HubSpotFormFonts=getFonts(HubSpotForm);const PhosphorFonts=getFonts(Phosphor);const breakpoints={r9vdfTxIw:\"(min-width: 1200px)\",RZvu35G3d:\"(max-width: 809px)\",U20SQnrk5:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-08W7C\";const variantClassNames={r9vdfTxIw:\"framer-v-1o5fdet\",RZvu35G3d:\"framer-v-aps7nh\",U20SQnrk5:\"framer-v-zqun11\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"r9vdfTxIw\",Phone:\"RZvu35G3d\",Tablet:\"U20SQnrk5\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"r9vdfTxIw\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const oq8l5beXs3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId=useRouteElementId(\"ikoLkNG5Q\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"pRNHI3PrI\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"FhqNtjnDG\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"yNmTMMgic\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"OQdFCThDG\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"E9UyAqAIl\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"xXzgmuf1Y\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"c6DXmt2Pt\");const ref8=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"r9vdfTxIw\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1o5fdet\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:750,pixelWidth:1920,positionX:\"33.6%\",positionY:\"49.7%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png\",srcSet:\"https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png?scale-down-to=512 512w,https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png 1920w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:750,pixelWidth:1920,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png\",srcSet:\"https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png?scale-down-to=512 512w,https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:750,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png\",srcSet:\"https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png?scale-down-to=512 512w,https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7awAYuPKJ8CflgkS7bEuJIlxOTo.png 1920w\"},className:\"framer-z8pjda\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1msto2h\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i54462\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1v9fa8d\",\"data-styles-preset\":\"UCRFa6jsn\",children:\"Wave goodbye to copy/paste\"})}),className:\"framer-186nii2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-color\":\"var(--token-0276bbce-a6d2-475b-8a4b-6ecd2e9819bd, rgb(23, 23, 23))\"},children:\"To hazard a guess, you\u2019re getting pretty tired of having to copy your online texts, send them for translation and then paste them back in again. Let us help you to save time and eliminate fuss.\"})}),className:\"framer-y6qpdx\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ll2fa\",\"data-framer-name\":\"Button Group\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ikoLkNG5Q\",webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined},{href:{hash:\":ikoLkNG5Q\",webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined},{href:{hash:\":ikoLkNG5Q\",webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+0+60+0+0+0+0+205.4+0},U20SQnrk5:{y:(componentViewport?.y||0)+0+0+80+0+0+0+0+215.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+0+120+0+0+0+0+225.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5z0kt8-container\",nodeId:\"mkwScKjZc\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{oWZRT2mWz:resolvedLinks[2],variant:\"Zz8KxfsVU\"},U20SQnrk5:{oWZRT2mWz:resolvedLinks[1],variant:\"Zz8KxfsVU\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"mkwScKjZc\",layoutId:\"mkwScKjZc\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v2\",activeLocale)??\"What is a connector?\",oWZRT2mWz:resolvedLinks[0],variant:\"EJHHo6Ww_\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":yNmTMMgic\",webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined},{href:{hash:\":yNmTMMgic\",webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined},{href:{hash:\":yNmTMMgic\",webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+0+60+0+0+0+0+205.4+0},U20SQnrk5:{y:(componentViewport?.y||0)+0+0+80+0+0+0+0+215.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+0+120+0+0+0+0+225.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-158ej9q-container\",nodeId:\"AVgYZK5_W\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{oWZRT2mWz:resolvedLinks1[2],variant:\"jEWdq9a3b\"},U20SQnrk5:{oWZRT2mWz:resolvedLinks1[1],variant:\"jEWdq9a3b\"}},children:/*#__PURE__*/_jsx(ButtonSecondary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"AVgYZK5_W\",layoutId:\"AVgYZK5_W\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v3\",activeLocale)??\"Wordpress: Read about WPML\",oWZRT2mWz:resolvedLinks1[0],variant:\"Ysd_4BZ05\",width:\"100%\",YeMJPbkcS:\"Circle\"})})})})})})]})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q8hid0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rcjd73\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\"},children:\" Work smarter. With a connector\"})}),className:\"framer-1ygpd70\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:\"No need for all the manual work.  Adding a connector to your system opens up an entirely new approach to dealing with content in multiple languages. In brief: a connector is the key to a simple, streamlined translation process.\"})}),className:\"framer-jh7rz5\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e7xcdd\",\"data-framer-name\":\"feature-003\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cp27d8\",\"data-framer-name\":\"Wrapper\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+722.2+80+0+0),pixelHeight:1667,pixelWidth:1667,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png\",srcSet:\"https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png?scale-down-to=512 512w,https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png 1667w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+812.2+100+0+0),pixelHeight:1667,pixelWidth:1667,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png\",srcSet:\"https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png?scale-down-to=512 512w,https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png 1667w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+942.2+60+0),pixelHeight:1667,pixelWidth:1667,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png\",srcSet:\"https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png?scale-down-to=512 512w,https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/25ReMpjyzmnsXxlBGOORjjt8bs.png 1667w\"},className:\"framer-87h241\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v4v7nq\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1klnoz8\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\" What is a connector?\"})}),className:\"framer-1ejv2m9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"As the name suggests, a \u201Cconnector\u201D (or an \u201Cintegration\u201D) provides a connection between two different systems that helps these two systems to work together.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"In our context \u2013 i.e. the world of translation \u2013 a connector represents a connection between our translation tool and your system (for example, CMS, PIM, an e-commerce platform, a documentation management system or similar).\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"An integration between our system and yours makes it possible, with just a few clicks, to send your texts to our system for translation and then have the translations sent directly back to your system afterwards.\"})]}),className:\"framer-tzbi6\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9zu71w\",\"data-framer-name\":\"feature-003\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ru4xs\",\"data-framer-name\":\"Wrapper\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t1c07z\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1le77c3\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e5x4gc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"It makes sense!\"})}),className:\"framer-1adxwyy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"A connector between your system and our translation tool is ideal when, for example: \"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"You regularly update your website with new content that needs to be synchronised in all the languages you use.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"You publish online catalogues in multiple languages, which require ongoing maintenance.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Your software receives regular updates which need to apply in multiple languages.\"})}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:\"You work with multilingual support databases.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"There are many more potential scenarios, of course. Tell us about yours. Then we\u2019ll work out what might make most sense for you.\"})]})]})]}),className:\"framer-hy90tz\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,y:(componentViewport?.y||0)+0+1822+40+0+500+0+937.8},U20SQnrk5:{y:(componentViewport?.y||0)+0+1942+50+0+500+0+947.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+1622.2+60+0+0+947.8,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1kgv2n7-container\",id:\"1kgv2n7\",nodeId:\"NKOWhY7m8\",scopeId:\"duuZmhN6I\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{style:{width:\"100%\"},variant:\"Zz8KxfsVU\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"NKOWhY7m8\",layoutId:\"NKOWhY7m8\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v10\",activeLocale)??\"Questions? Ask Marion\",oq8l5beXs:oq8l5beXs3bnx0g({overlay}),variant:\"mGHQmBD6H\",vLnyw9Ex8:addImageAlt({pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/ZrqEUZpI2Tha5EhUZXzSJ1C5B6M.png\",srcSet:\"https://framerusercontent.com/images/ZrqEUZpI2Tha5EhUZXzSJ1C5B6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZrqEUZpI2Tha5EhUZXzSJ1C5B6M.png 800w\"},\"\"),width:\"100%\",YeMJPbkcS:\"ArrowRight\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1jjvwna\"),\"data-framer-portal-id\":\"1kgv2n7\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"IQh3Rp8fq\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-1ovhbph\"),\"data-framer-portal-id\":\"1kgv2n7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n4nr4i-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zyMkgANmG\",rendersWithMotion:true,scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:getLocalizedValue(\"v11\",activeLocale)??\"5724af53-50de-40ec-a6f0-7076e22b13c1\",height:\"100%\",id:\"zyMkgANmG\",layoutId:\"zyMkgANmG\",portalId:\"8932080\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1822+40+0+0),pixelHeight:2200,pixelWidth:2097,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png\",srcSet:\"https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png?scale-down-to=1024 976w,https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png?scale-down-to=2048 1952w,https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png 2097w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1942+50+0+0),pixelHeight:2200,pixelWidth:2097,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png\",srcSet:\"https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png?scale-down-to=1024 976w,https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png?scale-down-to=2048 1952w,https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png 2097w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1622.2+60+250.4),pixelHeight:2200,pixelWidth:2097,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png\",srcSet:\"https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png?scale-down-to=1024 976w,https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png?scale-down-to=2048 1952w,https://framerusercontent.com/images/dyGkVWLAecKxbpt2F9S1VRs4E.png 2097w\"},className:\"framer-1z0r2zv\",\"data-framer-name\":\"Image\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11oylvd\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19vdbyk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"The benefits of a connector\"})}),className:\"framer-1eftliy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mxmah1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iaxyqi\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qmhb1u\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-172uoag\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18068zo\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xg3ey0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11jgtso-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zO8QhJNoT\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Cursor\",id:\"zO8QhJNoT\",layoutId:\"zO8QhJNoT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Out-of-the-box solution\"})}),className:\"framer-nk9ikg\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"Connectors are integrations that have already been tested and made user-friendly.\"})}),className:\"framer-nrpvv5\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4eko1r\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sy16yc\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rny9oh\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s3fbth\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-akg56r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"L8pgSgI4f\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"DesktopTower\",id:\"L8pgSgI4f\",layoutId:\"L8pgSgI4f\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Familiar interface\"})}),className:\"framer-v1whbm\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"Connectors function as a plugin for your system, so there is no need to learn a new interface.\"})}),className:\"framer-18tjfla\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hpx0hd\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-b1y7oy\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kmlx80\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ucxiy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ffvtqh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Bai6BfjrD\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ShieldCheck\",id:\"Bai6BfjrD\",layoutId:\"Bai6BfjrD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Security\"})}),className:\"framer-zl26ta\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"Secure handling of your content.\"})}),className:\"framer-6s4mr\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w9wfy5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15evhmp\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1usjzwf\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1prh9b1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jdmvg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jtZJ_io19\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowsClockwise\",id:\"jtZJ_io19\",layoutId:\"jtZJ_io19\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Risk minimisation\"})}),className:\"framer-lud9jq\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"The high degree of automation helps you minimise the risk of errors.\"})}),className:\"framer-jbk0bg\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q5npx6\",\"data-framer-name\":\"feature-003\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ecw792\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Official WPML partner\"})}),className:\"framer-1sc5u7x\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Did you know that more than\",/*#__PURE__*/_jsx(\"strong\",{children:\" 60%\"}),\" of all CMS users work with WordPress? Or that more than \",/*#__PURE__*/_jsx(\"strong\",{children:\"43%\"}),\" of all the websites in the world are created in WordPress?\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:[\"\\xa0In addition, \",/*#__PURE__*/_jsx(\"strong\",{children:\"80%\"}),\" of the purchase decisions made by your customers are based on online research. So there is every reason to make sure your WordPress website is fluent in all your languages.\"]})]}),className:\"framer-1cp6ejz\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-91dsrr\",\"data-framer-name\":\"Wrapper\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4704.6+80+349.8+0+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ZRTbXIhKTo5PSHcnDgZLjMX0WKQ.png\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4936.6+100+369.8+0+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ZRTbXIhKTo5PSHcnDgZLjMX0WKQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3390.8+60+349.8+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ZRTbXIhKTo5PSHcnDgZLjMX0WKQ.png\"},className:\"framer-4d7y84\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-156wucm\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jsel80\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w88vn1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"Have your website translated in just a few clicks\"})}),className:\"framer-1rinico\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"We are an official translation partner with WPML (the WordPress Multilingual Plugin). This means that a few clicks are all you need to send us your website texts for translation. We then return the translations directly to your WordPress platform, ready for publication.\"})}),className:\"framer-mw5cxr\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,y:(componentViewport?.y||0)+0+4704.6+80+349.8+0+520+0+207.8},U20SQnrk5:{y:(componentViewport?.y||0)+0+4936.6+100+369.8+0+500+0+217.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+3390.8+60+349.8+114.6+0+217.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-155c4r0-container\",nodeId:\"Sxn_pRrkB\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:true,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"Sxn_pRrkB\",layoutId:\"Sxn_pRrkB\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v25\",activeLocale)??\"Find out more about WPML\",oWZRT2mWz:\"https://wpml.org/translation-service/world-translation/\",variant:\"Zz8KxfsVU\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"How WPML works\"})}),className:\"framer-16sew2m\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19z25i7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-143oz4j\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jqwrtq\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dwu5x8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qkcg1d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xWYQ8ySdh\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Translate\",id:\"xWYQ8ySdh\",layoutId:\"xWYQ8ySdh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Have us translate precisely what you need, precisely when you need it. \"})}),className:\"framer-1r8ewu4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"After you have installed the WPML plugin, it is quick and easy to select the pages you need translated \u2013 and choose the languages they need to be translated into. \"})}),className:\"framer-11l7gyp\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15zmjrx\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t8x7nx\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iemy2f\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mr3yem-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IYWHrLofj\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CloudArrowUp\",id:\"IYWHrLofj\",layoutId:\"IYWHrLofj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Order your translation with just a few clicks.\"})}),className:\"framer-uushmh\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"Once you have selected the content, choose World Translation as the translation provider and send the relevant pages off for translation at the click of a single button. \"})}),className:\"framer-15k852x\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-himscj\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-og86j4\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1icusii\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ytg2si-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Zs7oJf9Tm\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, rgb(0, 166, 244))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Stack\",id:\"Zs7oJf9Tm\",layoutId:\"Zs7oJf9Tm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Receive the translation automatically, inserted directly in precisely the right place.\"})}),className:\"framer-1ak0cs5\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",children:\"When the translation is complete, the content can be uploaded automatically so that it is sent directly to the right place on your website, without your having to do anything at all.\"})}),className:\"framer-1ulmsi8\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cpxzqa\",\"data-framer-name\":\"feature-003\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rirehf\",\"data-framer-name\":\"Wrapper\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6807+80+0+0),pixelHeight:627,pixelWidth:942,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png\",srcSet:\"https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png?scale-down-to=512 512w,https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png 942w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7193+100+0+0),pixelHeight:627,pixelWidth:942,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png\",srcSet:\"https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png?scale-down-to=512 512w,https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png 942w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4768.4+60+234.9),pixelHeight:627,pixelWidth:942,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png\",srcSet:\"https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png?scale-down-to=512 512w,https://framerusercontent.com/images/2ntwguATEPqeOROtIzbognbqJZo.png 942w\"},className:\"framer-241jii\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ls4ls8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xvyzec\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"Get off to a good start with us\"})}),className:\"framer-1r2yudp\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"So how can you start using WPML with us? It\u2019s not difficult at all.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:[\"In the \u201C\",/*#__PURE__*/_jsx(Link,{href:\"https://wpml.org/translation-service/world-translation/?#getting-started\",motionChild:true,nodeId:\"zdPUU_S8V\",openInNewTab:true,scopeId:\"duuZmhN6I\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Getting Started\u201D\"})}),\" guide, you can see which initial steps you need to take:\"]}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Install the relevant WPML plugins in your WordPress setup\",/*#__PURE__*/_jsx(Link,{href:\"mailto:Per.Soerensen@worldtranslation.com\",motionChild:true,nodeId:\"zdPUU_S8V\",openInNewTab:false,scopeId:\"duuZmhN6I\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Request an activation code (API Token)\"})}),\", which allows you to connect your website with our system\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Use the WPML plugin in WordPress to send us the content you need to have translated, and we\u2019ll send you a no-obligation quote for the work\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Have the finished translations returned directly to your WordPress system and implement them on your website\"})})]})]}),className:\"framer-ocikow\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ab3hc6\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Get off to a good start with us\"})}),className:\"framer-f42q5h\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"Once you have installed WPML and linked up with us via your activation code, you can use the WPML website word count tool to count the words in your content. Send us the total word count, and we\u2019ll send you a quote for the translation.\"})}),className:\"framer-eoz84m\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x74vo0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m1tzdz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, rgb(255, 255, 255))\"},children:\"Did you know\u2026\"})}),className:\"framer-yq0ato\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1d366b62-f166-4155-b470-73287b238d7d, rgb(223, 242, 254))\"},children:\"\u2026 that we only translate sections of text that have changed in relation to the translations we have previously done for you?  This means you can save more and more money in the long run!\"})}),className:\"framer-1seu7qx\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f9mYgEvFw\"},implicitPathVariables:undefined},{href:{webPageId:\"f9mYgEvFw\"},implicitPathVariables:undefined},{href:{webPageId:\"f9mYgEvFw\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+8396.8+80+227.8},U20SQnrk5:{y:(componentViewport?.y||0)+0+8822.8+100+227.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+5918.2+80+227.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13x9zuk-container\",nodeId:\"ifuKndPIf\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{oWZRT2mWz:resolvedLinks2[2],variant:\"jEWdq9a3b\"},U20SQnrk5:{oWZRT2mWz:resolvedLinks2[1],variant:\"jEWdq9a3b\"}},children:/*#__PURE__*/_jsx(ButtonSecondary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"ifuKndPIf\",layoutId:\"ifuKndPIf\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v39\",activeLocale)??\"Request a no-obligation quote\",oWZRT2mWz:resolvedLinks2[0],variant:\"Ysd_4BZ05\",width:\"100%\",YeMJPbkcS:\"Circle\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r9yitg\",\"data-framer-name\":\"feature-003\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pv8w8x\",\"data-framer-name\":\"Wrapper\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zu74ug\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i28p5j\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1471j5j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"Case study: quality check of website and integration with WordPress\"})}),className:\"framer-1met00k\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"Viemose DGS already ran a multilingual website, but had some doubts about the quality of the texts.  Our working relationship kicked off with a thorough quality check of the texts and resulted in an integration between our two systems with a view to streamlining the translation process.\"})}),className:\"framer-1468zjq\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a70gtl\",\"data-framer-name\":\"Button Group\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+8837.6+40+0+500+0+207.8+0},U20SQnrk5:{y:(componentViewport?.y||0)+0+9303.6+50+0+500+0+217.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+6359+60+114.6+0+217.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jc3lwd-container\",nodeId:\"DL7guidhB\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:true,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"DL7guidhB\",layoutId:\"DL7guidhB\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v42\",activeLocale)??\"Read the whole case study\",oWZRT2mWz:\"https://blog.worldtranslation.com/blog/case-viemose\",variant:\"Zz8KxfsVU\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+8837.6+40+0+500+0+207.8+0},U20SQnrk5:{y:(componentViewport?.y||0)+0+9303.6+50+0+500+0+217.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+6359+60+114.6+0+217.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dj61et-container\",nodeId:\"Knk7CDQCk\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(ButtonSecondary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:true,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"Knk7CDQCk\",layoutId:\"Knk7CDQCk\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v43\",activeLocale)??\"More case studies\",oWZRT2mWz:\"https://blog.worldtranslation.com/blog/tag/case-study\",variant:\"jEWdq9a3b\",width:\"100%\",YeMJPbkcS:\"Circle\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8837.6+40+0+0),pixelHeight:350,pixelWidth:600,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png\",srcSet:\"https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png?scale-down-to=512 512w,https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png 600w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9303.6+50+0+0),pixelHeight:350,pixelWidth:600,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png\",srcSet:\"https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png?scale-down-to=512 512w,https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6359+60+0),pixelHeight:350,pixelWidth:600,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png\",srcSet:\"https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png?scale-down-to=512 512w,https://framerusercontent.com/images/EBskyDGUcDkeWuWxyG8HHkkjD50.png 600w\"},className:\"framer-iw354l\",\"data-framer-name\":\"Image\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x27p7a\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3kw8ue\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Want to connect even more?\"})}),className:\"framer-1u5bsfh\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:\"If you really like the idea of streamlined processes and smooth work procedures, take a look at our portals, too.\"})}),className:\"framer-1xadmta\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nq7iq6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-edy9jq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iwbp78\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9718.4+80+223.8+0+0+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 800px), 1000px)`,src:\"https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png\",srcSet:\"https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png?scale-down-to=512 512w,https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png 800w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10224.4+100+223.8+0+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 40px, 800px) - 10px) / 2, 1px), 1000px)`,src:\"https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png\",srcSet:\"https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png?scale-down-to=512 512w,https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7039+120+223.8+0+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 40px, 800px) - 10px) / 2, 1px), 1000px)`,src:\"https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png\",srcSet:\"https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png?scale-down-to=512 512w,https://framerusercontent.com/images/l1h4znMnFuz8HSEl1NHNPZcRemI.png 800w\"},className:\"framer-ltdu4l\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-197ryic\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uqbz5m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n2pztf\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bb7yod\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Language Portal\"})}),className:\"framer-12zlga\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our Language Portal can help you to work professionally with languages: translation, review, machine translation and terminology.  We tailor your access to match your requirements. We call this \u201Cfit for purpose\u201D.\"})}),className:\"framer-mvxthe\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ffHOoalEo\"},implicitPathVariables:undefined},{href:{webPageId:\"ffHOoalEo\"},implicitPathVariables:undefined},{href:{webPageId:\"ffHOoalEo\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+9718.4+80+223.8+0+0+0+0+0+336+32+0+0+174},U20SQnrk5:{y:(componentViewport?.y||0)+0+10224.4+100+223.8+0+0+0+0+336+32+0+0+184}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+7039+120+223.8+0+0+0+0+336+32+0+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oswqri-container\",nodeId:\"FpvusxoW1\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{oWZRT2mWz:resolvedLinks3[2],variant:\"jEWdq9a3b\"},U20SQnrk5:{oWZRT2mWz:resolvedLinks3[1],variant:\"jEWdq9a3b\"}},children:/*#__PURE__*/_jsx(ButtonSecondary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"FpvusxoW1\",layoutId:\"FpvusxoW1\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v48\",activeLocale)??\"Find out more\",oWZRT2mWz:resolvedLinks3[0],variant:\"AJqpUFyWC\",width:\"100%\",YeMJPbkcS:\"Circle\"})})})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p49jfw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9718.4+80+223.8+0+0+0+637+0+0),pixelHeight:800,pixelWidth:800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 800px), 1000px)`,src:\"https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png\",srcSet:\"https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png?scale-down-to=512 512w,https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png 800w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10224.4+100+223.8+0+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 40px, 800px) - 10px) / 2, 1px), 1000px)`,src:\"https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png\",srcSet:\"https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png?scale-down-to=512 512w,https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7039+120+223.8+0+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 40px, 800px) - 10px) / 2, 1px), 1000px)`,src:\"https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png\",srcSet:\"https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png?scale-down-to=512 512w,https://framerusercontent.com/images/d08aS3cPG7ExXaOhH7vJXnTK1oI.png 800w\"},className:\"framer-196txq\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11x2ni\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1whxcag\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vut7bu\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14demkl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",style:{\"--framer-text-alignment\":\"left\"},children:\"Customer Portal\"})}),className:\"framer-1ysmvwp\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k5st8v\",\"data-styles-preset\":\"NlaOWW0Jo\",style:{\"--framer-text-alignment\":\"left\"},children:\"With one free user profile for our Customer Portal, you can maintain a full overview of all your activities with us.  You can order translations, upload files, check the status of all your projects and generate reports. Very convenient!\"})}),className:\"framer-19hbl3n\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"U5sMaMYjq\"},implicitPathVariables:undefined},{href:{webPageId:\"U5sMaMYjq\"},implicitPathVariables:undefined},{href:{webPageId:\"U5sMaMYjq\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+9718.4+80+223.8+0+0+0+637+0+336+32+0+0+174},U20SQnrk5:{y:(componentViewport?.y||0)+0+10224.4+100+223.8+0+0+0+0+336+32+0+0+184}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+7039+120+223.8+0+0+0+0+336+32+0+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k5e7uy-container\",nodeId:\"ydrbtYClq\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{oWZRT2mWz:resolvedLinks4[2],variant:\"jEWdq9a3b\"},U20SQnrk5:{oWZRT2mWz:resolvedLinks4[1],variant:\"jEWdq9a3b\"}},children:/*#__PURE__*/_jsx(ButtonSecondary,{at1UkTATe:false,AUxxThHf2:false,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"ydrbtYClq\",layoutId:\"ydrbtYClq\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v48\",activeLocale)??\"Find out more\",oWZRT2mWz:resolvedLinks4[0],variant:\"AJqpUFyWC\",width:\"100%\",YeMJPbkcS:\"Circle\"})})})})})})]})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-100huoj\",\"data-framer-name\":\"feature-003\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9x4ki\",\"data-framer-name\":\"Wrapper\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11366.2+80+0+0+0),pixelHeight:4672,pixelWidth:7008,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg\",srcSet:\"https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg 7008w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11285.2+100+0+0+0),pixelHeight:4672,pixelWidth:7008,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg\",srcSet:\"https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg 7008w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8123.8+60+0+0),pixelHeight:4672,pixelWidth:7008,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg\",srcSet:\"https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/WeAGcp3peqWEo0CLfT4qcjgTZo.jpg 7008w\"},className:\"framer-msl9vc\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wkpp4r\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ha2j0w\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"Questions? Marion has the answers!\"})}),className:\"framer-1qtyj6l\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"If you have any questions about the opportunities open to you with connectors and WPML write her a message or book an online meeting directly in her schedule.\"})}),className:\"framer-ew64oo\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ieoego\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1100px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+11366.2+80+0+0+520+0+0+0+207.8+0},U20SQnrk5:{y:(componentViewport?.y||0)+0+11285.2+100+0+0+500+0+0+0+207.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+8123.8+60+0+119.6+0+0+0+207.8+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-u32m9b-container\",id:\"u32m9b\",nodeId:\"s6dJgQ80i\",scopeId:\"duuZmhN6I\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{style:{width:\"100%\"},variant:\"Zz8KxfsVU\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:true,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"s6dJgQ80i\",layoutId:\"s6dJgQ80i\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v53\",activeLocale)??\"Write a message\",oq8l5beXs:oq8l5beXs3bnx0g({overlay:overlay1}),variant:\"t2f91zH8k\",vLnyw9Ex8:addImageAlt({pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/Mmx0eQsuad1ZiJ4MKvmPf75K8.png\",srcSet:\"https://framerusercontent.com/images/Mmx0eQsuad1ZiJ4MKvmPf75K8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Mmx0eQsuad1ZiJ4MKvmPf75K8.png 800w\"},\"\"),width:\"100%\",YeMJPbkcS:\"ArrowRight\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-42dcs\"),\"data-framer-portal-id\":\"u32m9b\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"W2nfG7EJH\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-uf7ndn\"),\"data-framer-portal-id\":\"u32m9b\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rlph59-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EFWa6XNdc\",rendersWithMotion:true,scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:getLocalizedValue(\"v11\",activeLocale)??\"5724af53-50de-40ec-a6f0-7076e22b13c1\",height:\"100%\",id:\"EFWa6XNdc\",layoutId:\"EFWa6XNdc\",portalId:\"8932080\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1100px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+11366.2+80+0+0+520+0+0+0+207.8+0},U20SQnrk5:{y:(componentViewport?.y||0)+0+11285.2+100+0+0+500+0+0+0+207.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+8123.8+60+0+119.6+0+0+0+207.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3tj3wo-container\",nodeId:\"qnniVTvGq\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{style:{width:\"100%\"},variant:\"jEWdq9a3b\"},U20SQnrk5:{variant:\"jEWdq9a3b\"}},children:/*#__PURE__*/_jsx(ButtonSecondary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:false,dhDI_NVr3:\"ArrowArcRight\",height:\"100%\",id:\"qnniVTvGq\",layoutId:\"qnniVTvGq\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v54\",activeLocale)??\"Book a meeting\",oWZRT2mWz:\"https://meetings.hubspot.com/mrandelshofer/clone\",variant:\"AJqpUFyWC\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})})})]})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12267),pixelHeight:4672,pixelWidth:7008,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg\",srcSet:\"https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg 7008w\"}},U20SQnrk5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12246),pixelHeight:4672,pixelWidth:7008,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg\",srcSet:\"https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg 7008w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8803.8),pixelHeight:4672,pixelWidth:7008,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg\",srcSet:\"https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/A8e5jH8xkw6mkX67pyFeOnjgXlg.jpg 7008w\"},className:\"framer-1oq7yq9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, rgb(255, 255, 255))\"},children:[\"Reach the whole world\\xa0\",/*#__PURE__*/_jsx(\"br\",{}),\"with your product\"]})})},U20SQnrk5:{children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, rgb(255, 255, 255))\"},children:[\"Reach the whole world\\xa0\",/*#__PURE__*/_jsx(\"br\",{}),\"with your product\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, rgb(255, 255, 255))\"},children:[\"Reach the whole world\\xa0\",/*#__PURE__*/_jsx(\"br\",{}),\"with your product\"]})}),className:\"framer-1cu12r3\",\"data-framer-name\":\"Title\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x3vl5l\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f9mYgEvFw\"},implicitPathVariables:undefined},{href:{webPageId:\"f9mYgEvFw\"},implicitPathVariables:undefined},{href:{webPageId:\"f9mYgEvFw\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{y:(componentViewport?.y||0)+0+12267+100+48.6},U20SQnrk5:{y:(componentViewport?.y||0)+0+12246+150+64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+8803.8+200+79.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-33nif5-container\",nodeId:\"dom7XfY6r\",scopeId:\"duuZmhN6I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RZvu35G3d:{oWZRT2mWz:resolvedLinks5[2],variant:\"Zz8KxfsVU\"},U20SQnrk5:{oWZRT2mWz:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"dom7XfY6r\",layoutId:\"dom7XfY6r\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v58\",activeLocale)??\"Request a quote\",oWZRT2mWz:resolvedLinks5[0],variant:\"EJHHo6Ww_\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-08W7C.framer-17d4to5, .framer-08W7C .framer-17d4to5 { display: block; }\",\".framer-08W7C.framer-1o5fdet { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-08W7C .framer-z8pjda { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1msto2h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-i54462 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-08W7C .framer-186nii2, .framer-08W7C .framer-1ygpd70, .framer-08W7C .framer-jh7rz5, .framer-08W7C .framer-1ejv2m9, .framer-08W7C .framer-tzbi6, .framer-08W7C .framer-1adxwyy, .framer-08W7C .framer-hy90tz, .framer-08W7C .framer-1eftliy, .framer-08W7C .framer-nk9ikg, .framer-08W7C .framer-nrpvv5, .framer-08W7C .framer-v1whbm, .framer-08W7C .framer-18tjfla, .framer-08W7C .framer-zl26ta, .framer-08W7C .framer-6s4mr, .framer-08W7C .framer-lud9jq, .framer-08W7C .framer-jbk0bg, .framer-08W7C .framer-1sc5u7x, .framer-08W7C .framer-1cp6ejz, .framer-08W7C .framer-1rinico, .framer-08W7C .framer-mw5cxr, .framer-08W7C .framer-16sew2m, .framer-08W7C .framer-1r8ewu4, .framer-08W7C .framer-11l7gyp, .framer-08W7C .framer-uushmh, .framer-08W7C .framer-15k852x, .framer-08W7C .framer-1ak0cs5, .framer-08W7C .framer-1ulmsi8, .framer-08W7C .framer-1r2yudp, .framer-08W7C .framer-ocikow, .framer-08W7C .framer-f42q5h, .framer-08W7C .framer-eoz84m, .framer-08W7C .framer-1seu7qx, .framer-08W7C .framer-1met00k, .framer-08W7C .framer-1468zjq, .framer-08W7C .framer-1xadmta, .framer-08W7C .framer-12zlga, .framer-08W7C .framer-mvxthe, .framer-08W7C .framer-1ysmvwp, .framer-08W7C .framer-19hbl3n, .framer-08W7C .framer-1qtyj6l, .framer-08W7C .framer-ew64oo { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-08W7C .framer-y6qpdx, .framer-08W7C .framer-yq0ato, .framer-08W7C .framer-1u5bsfh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-08W7C .framer-15ll2fa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-5z0kt8-container, .framer-08W7C .framer-158ej9q-container, .framer-08W7C .framer-1kgv2n7-container, .framer-08W7C .framer-155c4r0-container, .framer-08W7C .framer-13x9zuk-container, .framer-08W7C .framer-1jc3lwd-container, .framer-08W7C .framer-dj61et-container, .framer-08W7C .framer-oswqri-container, .framer-08W7C .framer-k5e7uy-container, .framer-08W7C .framer-u32m9b-container, .framer-08W7C .framer-3tj3wo-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-08W7C .framer-q8hid0, .framer-08W7C .framer-11oylvd, .framer-08W7C .framer-x27p7a { align-content: center; align-items: center; background-color: var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1rcjd73, .framer-08W7C .framer-ecw792, .framer-08W7C .framer-3kw8ue { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-e7xcdd, .framer-08W7C .framer-9zu71w, .framer-08W7C .framer-cpxzqa, .framer-08W7C .framer-1r9yitg { align-content: center; align-items: center; background-color: var(--token-050166de-2508-480a-908b-e56825a167e6, #fafafa); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1cp27d8, .framer-08W7C .framer-13ru4xs, .framer-08W7C .framer-91dsrr, .framer-08W7C .framer-rirehf, .framer-08W7C .framer-1pv8w8x, .framer-08W7C .framer-1k9x4ki { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 100px; width: 100%; }\",\".framer-08W7C .framer-87h241, .framer-08W7C .framer-1z0r2zv, .framer-08W7C .framer-4d7y84, .framer-08W7C .framer-241jii, .framer-08W7C .framer-iw354l, .framer-08W7C .framer-msl9vc { aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; gap: 0px; height: var(--framer-aspect-ratio-supported, 530px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-08W7C .framer-1v4v7nq, .framer-08W7C .framer-t1c07z, .framer-08W7C .framer-156wucm, .framer-08W7C .framer-zu74ug { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-08W7C .framer-1klnoz8, .framer-08W7C .framer-xvyzec, .framer-08W7C .framer-ab3hc6, .framer-08W7C .framer-1ha2j0w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1le77c3, .framer-08W7C .framer-18068zo, .framer-08W7C .framer-1rny9oh, .framer-08W7C .framer-1kmlx80, .framer-08W7C .framer-1usjzwf, .framer-08W7C .framer-1jsel80, .framer-08W7C .framer-1i28p5j, .framer-08W7C .framer-1n2pztf, .framer-08W7C .framer-vut7bu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1e5x4gc, .framer-08W7C .framer-1xg3ey0, .framer-08W7C .framer-1s3fbth, .framer-08W7C .framer-6ucxiy, .framer-08W7C .framer-1prh9b1, .framer-08W7C .framer-1w88vn1, .framer-08W7C .framer-1dwu5x8, .framer-08W7C .framer-1iemy2f, .framer-08W7C .framer-1icusii, .framer-08W7C .framer-1471j5j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C.framer-1jjvwna, .framer-08W7C.framer-42dcs { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-08W7C.framer-1ovhbph, .framer-08W7C.framer-uf7ndn { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: 72vh; justify-content: center; left: calc(50.00000000000002% - 65% / 2); overflow: auto; padding: 20px; position: fixed; top: calc(50.043744531933534% - 72vh / 2); width: 65%; }\",\".framer-08W7C .framer-1n4nr4i-container, .framer-08W7C .framer-1rlph59-container { flex: none; height: 60vh; position: relative; width: 90%; }\",\".framer-08W7C .framer-19vdbyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1mxmah1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1iaxyqi, .framer-08W7C .framer-edy9jq { 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-08W7C .framer-1qmhb1u { align-content: center; align-items: center; align-self: stretch; background-color: var(--token-fb0d6d3a-14e5-42ce-b9b3-8e5a180736de, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 32px 24px 32px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-08W7C .framer-172uoag, .framer-08W7C .framer-b1y7oy, .framer-08W7C .framer-15evhmp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-11jgtso-container, .framer-08W7C .framer-akg56r-container, .framer-08W7C .framer-ffvtqh-container, .framer-08W7C .framer-jdmvg-container, .framer-08W7C .framer-qkcg1d-container, .framer-08W7C .framer-1mr3yem-container, .framer-08W7C .framer-1ytg2si-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-08W7C .framer-4eko1r { align-content: center; align-items: center; background-color: var(--token-fb0d6d3a-14e5-42ce-b9b3-8e5a180736de, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 32px 24px 32px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-08W7C .framer-sy16yc, .framer-08W7C .framer-uqbz5m, .framer-08W7C .framer-1whxcag { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1hpx0hd, .framer-08W7C .framer-w9wfy5, .framer-08W7C .framer-15zmjrx { align-content: center; align-items: center; align-self: stretch; background-color: var(--token-fb0d6d3a-14e5-42ce-b9b3-8e5a180736de, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 32px 24px 32px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-08W7C .framer-q5npx6 { align-content: center; align-items: center; background-color: var(--token-050166de-2508-480a-908b-e56825a167e6, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-19z25i7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-143oz4j, .framer-08W7C .framer-himscj { align-content: center; align-items: center; background-color: var(--token-fb0d6d3a-14e5-42ce-b9b3-8e5a180736de, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 24px 32px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-08W7C .framer-jqwrtq, .framer-08W7C .framer-1t8x7nx, .framer-08W7C .framer-og86j4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 87%; }\",\".framer-08W7C .framer-1ls4ls8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-08W7C .framer-1x74vo0 { align-content: center; align-items: center; background-color: var(--token-b9b056d2-14c6-4fd1-8169-60aa79d87e59, #00a6f4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-08W7C .framer-m1tzdz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-a70gtl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-nq7iq6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-iwbp78, .framer-08W7C .framer-1p49jfw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-08W7C .framer-ltdu4l, .framer-08W7C .framer-196txq { aspect-ratio: 1.2116564417177915 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 326px); max-width: 1000px; overflow: visible; position: relative; width: 100%; }\",\".framer-08W7C .framer-197ryic, .framer-08W7C .framer-11x2ni { align-content: center; align-items: center; background-color: var(--token-fb0d6d3a-14e5-42ce-b9b3-8e5a180736de, #f5f5f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 32px 24px 32px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-08W7C .framer-1bb7yod, .framer-08W7C .framer-14demkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-100huoj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1wkpp4r { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-08W7C .framer-1ieoego { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-08W7C .framer-1oq7yq9 { 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: 200px 0px 200px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-08W7C .framer-1cu12r3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-08W7C .framer-x3vl5l { background: linear-gradient(180deg, #0083b3 0%, rgba(0, 0, 0, 0) 100%); bottom: -8px; flex: none; left: calc(50.50000000000002% - 101% / 2); overflow: hidden; position: absolute; top: 0px; width: 101%; z-index: 1; }\",\".framer-08W7C .framer-33nif5-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-08W7C.framer-1o5fdet { width: 810px; } .framer-08W7C .framer-z8pjda { padding: 80px 20px 80px 20px; } .framer-08W7C .framer-i54462 { gap: 15px; width: 60%; } .framer-08W7C .framer-15ll2fa, .framer-08W7C .framer-a70gtl { gap: 10px; } .framer-08W7C .framer-q8hid0, .framer-08W7C .framer-11oylvd, .framer-08W7C .framer-1x74vo0, .framer-08W7C .framer-x27p7a { padding: 100px 20px 100px 20px; } .framer-08W7C .framer-e7xcdd, .framer-08W7C .framer-cpxzqa { padding: 100px 40px 50px 40px; } .framer-08W7C .framer-1cp27d8, .framer-08W7C .framer-13ru4xs, .framer-08W7C .framer-91dsrr, .framer-08W7C .framer-rirehf, .framer-08W7C .framer-1pv8w8x, .framer-08W7C .framer-1k9x4ki { flex-direction: column; gap: 0px; } .framer-08W7C .framer-87h241, .framer-08W7C .framer-4d7y84, .framer-08W7C .framer-241jii, .framer-08W7C .framer-msl9vc { flex: none; height: var(--framer-aspect-ratio-supported, 730px); width: 100%; } .framer-08W7C .framer-1v4v7nq, .framer-08W7C .framer-156wucm { flex: none; padding: 0px 40px 0px 40px; width: 100%; } .framer-08W7C .framer-9zu71w, .framer-08W7C .framer-1r9yitg { padding: 50px 40px 100px 40px; } .framer-08W7C .framer-t1c07z, .framer-08W7C .framer-zu74ug { flex: none; order: 1; padding: 0px 40px 0px 40px; width: 100%; } .framer-08W7C.framer-1ovhbph, .framer-08W7C.framer-uf7ndn { left: calc(50.00000000000002% - 70% / 2); width: 70%; } .framer-08W7C .framer-1z0r2zv, .framer-08W7C .framer-iw354l { flex: none; height: var(--framer-aspect-ratio-supported, 730px); order: 0; width: 100%; } .framer-08W7C .framer-1iaxyqi, .framer-08W7C .framer-19z25i7 { flex-direction: column; } .framer-08W7C .framer-1qmhb1u { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-08W7C .framer-172uoag { flex: none; gap: 24px; height: min-content; justify-content: center; } .framer-08W7C .framer-11jgtso-container, .framer-08W7C .framer-akg56r-container, .framer-08W7C .framer-ffvtqh-container, .framer-08W7C .framer-jdmvg-container, .framer-08W7C .framer-qkcg1d-container, .framer-08W7C .framer-1mr3yem-container, .framer-08W7C .framer-1ytg2si-container { height: 40px; width: 40px; } .framer-08W7C .framer-4eko1r, .framer-08W7C .framer-143oz4j, .framer-08W7C .framer-himscj { flex: none; width: 100%; } .framer-08W7C .framer-sy16yc { gap: 40px; } .framer-08W7C .framer-1hpx0hd, .framer-08W7C .framer-w9wfy5 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-08W7C .framer-b1y7oy, .framer-08W7C .framer-15evhmp { flex: none; gap: 0px; height: min-content; justify-content: center; } .framer-08W7C .framer-q5npx6, .framer-08W7C .framer-100huoj { gap: 40px; padding: 100px 40px 100px 40px; } .framer-08W7C .framer-15zmjrx { align-self: unset; flex: none; height: min-content; justify-content: center; width: 100%; } .framer-08W7C .framer-1ls4ls8, .framer-08W7C .framer-1wkpp4r { flex: none; gap: 40px; padding: 0px 40px 0px 40px; width: 100%; } .framer-08W7C .framer-ltdu4l, .framer-08W7C .framer-196txq { height: var(--framer-aspect-ratio-supported, 314px); } .framer-08W7C .framer-uqbz5m, .framer-08W7C .framer-1whxcag { gap: 40px; padding: 0px 40px 0px 40px; } .framer-08W7C .framer-1oq7yq9 { padding: 150px 0px 150px 0px; }}\",\"@media (max-width: 809px) { .framer-08W7C.framer-1o5fdet { width: 390px; } .framer-08W7C .framer-z8pjda { gap: 20px; padding: 60px 20px 60px 20px; } .framer-08W7C .framer-i54462 { gap: 10px; width: 100%; } .framer-08W7C .framer-15ll2fa, .framer-08W7C .framer-a70gtl { gap: 10px; } .framer-08W7C .framer-q8hid0 { padding: 80px 20px 80px 20px; } .framer-08W7C .framer-e7xcdd, .framer-08W7C .framer-q5npx6, .framer-08W7C .framer-cpxzqa, .framer-08W7C .framer-100huoj { padding: 80px 30px 40px 30px; } .framer-08W7C .framer-1cp27d8, .framer-08W7C .framer-13ru4xs, .framer-08W7C .framer-rirehf, .framer-08W7C .framer-1pv8w8x { flex-direction: column; gap: 0px; } .framer-08W7C .framer-87h241, .framer-08W7C .framer-4d7y84, .framer-08W7C .framer-241jii, .framer-08W7C .framer-msl9vc { flex: none; height: var(--framer-aspect-ratio-supported, 330px); width: 100%; } .framer-08W7C .framer-1v4v7nq, .framer-08W7C .framer-156wucm, .framer-08W7C .framer-1wkpp4r { flex: none; gap: 30px; width: 100%; } .framer-08W7C .framer-9zu71w, .framer-08W7C .framer-1r9yitg { padding: 40px 30px 80px 30px; } .framer-08W7C .framer-t1c07z, .framer-08W7C .framer-zu74ug { flex: none; gap: 30px; order: 1; width: 100%; } .framer-08W7C .framer-1kgv2n7-container, .framer-08W7C .framer-155c4r0-container { width: 100%; } .framer-08W7C.framer-1ovhbph, .framer-08W7C.framer-uf7ndn { left: calc(50.00000000000002% - 80% / 2); width: 80%; } .framer-08W7C .framer-1n4nr4i-container, .framer-08W7C .framer-1rlph59-container { height: 65vh; } .framer-08W7C .framer-1z0r2zv, .framer-08W7C .framer-iw354l { flex: none; height: var(--framer-aspect-ratio-supported, 330px); order: 0; width: 100%; } .framer-08W7C .framer-11oylvd, .framer-08W7C .framer-x27p7a { align-content: flex-start; align-items: flex-start; padding: 80px 20px 80px 20px; } .framer-08W7C .framer-1iaxyqi, .framer-08W7C .framer-19z25i7, .framer-08W7C .framer-edy9jq { flex-direction: column; } .framer-08W7C .framer-1qmhb1u { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-08W7C .framer-172uoag { flex: none; gap: 20px; height: min-content; justify-content: center; } .framer-08W7C .framer-11jgtso-container, .framer-08W7C .framer-akg56r-container, .framer-08W7C .framer-ffvtqh-container, .framer-08W7C .framer-jdmvg-container, .framer-08W7C .framer-qkcg1d-container, .framer-08W7C .framer-1mr3yem-container, .framer-08W7C .framer-1ytg2si-container { height: 32px; width: 32px; } .framer-08W7C .framer-4eko1r, .framer-08W7C .framer-143oz4j, .framer-08W7C .framer-himscj, .framer-08W7C .framer-1ls4ls8, .framer-08W7C .framer-iwbp78, .framer-08W7C .framer-1p49jfw { flex: none; width: 100%; } .framer-08W7C .framer-sy16yc { gap: 20px; } .framer-08W7C .framer-1hpx0hd, .framer-08W7C .framer-w9wfy5 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-08W7C .framer-b1y7oy, .framer-08W7C .framer-15evhmp { flex: none; gap: 24px; height: min-content; justify-content: center; } .framer-08W7C .framer-91dsrr, .framer-08W7C .framer-1k9x4ki { flex-direction: column; gap: 20px; } .framer-08W7C .framer-15zmjrx { align-self: unset; flex: none; height: min-content; justify-content: center; width: 100%; } .framer-08W7C .framer-ltdu4l, .framer-08W7C .framer-196txq { height: var(--framer-aspect-ratio-supported, 289px); } .framer-08W7C .framer-uqbz5m, .framer-08W7C .framer-1whxcag { gap: 30px; } .framer-08W7C .framer-u32m9b-container, .framer-08W7C .framer-3tj3wo-container { flex: 1 0 0px; width: 1px; } .framer-08W7C .framer-1oq7yq9 { padding: 100px 0px 100px 0px; } .framer-08W7C .framer-x3vl5l { left: calc(50.50000000000002% - 101.02564102564102% / 2); width: 101%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9022\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U20SQnrk5\":{\"layout\":[\"fixed\",\"auto\"]},\"RZvu35G3d\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ikoLkNG5Q\":{\"pattern\":\":ikoLkNG5Q\",\"name\":\"connector\"},\"pRNHI3PrI\":{\"pattern\":\":pRNHI3PrI\",\"name\":\"machinetranslation\"},\"FhqNtjnDG\":{\"pattern\":\":FhqNtjnDG\",\"name\":\"proofreading\"},\"yNmTMMgic\":{\"pattern\":\":yNmTMMgic\",\"name\":\"wpml\"},\"OQdFCThDG\":{\"pattern\":\":OQdFCThDG\",\"name\":\"terminology\"},\"E9UyAqAIl\":{\"pattern\":\":E9UyAqAIl\",\"name\":\"machinetranslation\"},\"xXzgmuf1Y\":{\"pattern\":\":xXzgmuf1Y\",\"name\":\"proofreading\"},\"c6DXmt2Pt\":{\"pattern\":\":c6DXmt2Pt\",\"name\":\"terminology\"}}\n * @framerResponsiveScreen\n */const FramerduuZmhN6I=withCSS(Component,css,\"framer-08W7C\");export default FramerduuZmhN6I;FramerduuZmhN6I.displayName=\"Technology / Translation Memory\";FramerduuZmhN6I.defaultProps={height:9022,width:1200};addFonts(FramerduuZmhN6I,[{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:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]},...ButtonPrimaryFonts,...ButtonSecondaryFonts,...HubSpotFormFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerduuZmhN6I\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"ikoLkNG5Q\\\":{\\\"pattern\\\":\\\":ikoLkNG5Q\\\",\\\"name\\\":\\\"connector\\\"},\\\"pRNHI3PrI\\\":{\\\"pattern\\\":\\\":pRNHI3PrI\\\",\\\"name\\\":\\\"machinetranslation\\\"},\\\"FhqNtjnDG\\\":{\\\"pattern\\\":\\\":FhqNtjnDG\\\",\\\"name\\\":\\\"proofreading\\\"},\\\"yNmTMMgic\\\":{\\\"pattern\\\":\\\":yNmTMMgic\\\",\\\"name\\\":\\\"wpml\\\"},\\\"OQdFCThDG\\\":{\\\"pattern\\\":\\\":OQdFCThDG\\\",\\\"name\\\":\\\"terminology\\\"},\\\"E9UyAqAIl\\\":{\\\"pattern\\\":\\\":E9UyAqAIl\\\",\\\"name\\\":\\\"machinetranslation\\\"},\\\"xXzgmuf1Y\\\":{\\\"pattern\\\":\\\":xXzgmuf1Y\\\",\\\"name\\\":\\\"proofreading\\\"},\\\"c6DXmt2Pt\\\":{\\\"pattern\\\":\\\":c6DXmt2Pt\\\",\\\"name\\\":\\\"terminology\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U20SQnrk5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RZvu35G3d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"9022\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "ButtonPrimaryFonts", "getFonts", "wrxaEL33k_default", "ButtonSecondaryFonts", "iTd0rDV9O_default", "HubSpotFormFonts", "HubSpotForm", "PhosphorFonts", "Icon", "breakpoints", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "oq8l5beXs3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "usePreloadLocalizedValues", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "RichText2", "getLocalizedValue", "x", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "wrxaEL33k_default", "resolvedLinks1", "iTd0rDV9O_default", "l", "AnimatePresence", "Ga", "HubSpotForm", "Icon", "Link", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "overlay1", "resolvedLinks5", "css", "FramerduuZmhN6I", "withCSS", "duuZmhN6I_default", "addFonts", "ButtonPrimaryFonts", "ButtonSecondaryFonts", "HubSpotFormFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
