{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js", "ssg:https://framerusercontent.com/modules/GTxdYRZj9ofHX7imnpzr/6qEQKFS2lBKEeVkn87xX/hxWsRhCUy.js", "ssg:https://framerusercontent.com/modules/M32oLpvhjWZz6mizJhjC/yWI3gcftoS2VuXPJW2wf/hxWsRhCUy.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useCallback}from\"react\";const urlRegex=/(https?:\\/\\/[^ ]*)/;/**\n * SPOTIFY\n *\n * @framerIntrinsicWidth 280\n * @framerIntrinsicHeight 350\n */ export function Spotify(props){const{theme,url:sourceUrl}=props;const createEmbedUrl=useCallback(()=>{if(sourceUrl.length<5)return null;// If someone pastes the embed code lets still try to render it\nconst strippedUrl=sourceUrl.includes(\"iframe\")?sourceUrl.match(urlRegex)[1].replace(`\"`,\"\"):sourceUrl;const url=new URL(strippedUrl);// Add embed prefix if needed\nif(!url.pathname.includes(\"embed\"))url.pathname=`/embed${url.pathname}`;// Remove params\nurl.search=`theme=${theme}`;// @ben you could add all other bools in here like\n// url.search = `theme=${theme}&dog=${cat}`\nreturn url.toString();},[theme,sourceUrl]);const identifier=createEmbedUrl();return(/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\"},frameBorder:0,src:identifier}));}Spotify.defaultProps={url:\"https://open.spotify.com/album/31qVWUdRrlb8thMvts0yYL?si=Jl-8Mnc3RNGuOtqRC7NXVg\",width:280,height:350,theme:1};addPropertyControls(Spotify,{url:{type:ControlType.String,title:\"URL\"},theme:{type:ControlType.Enum,displaySegmentedControl:true,options:[1,0],optionTitles:[\"On\",\"Off\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"Spotify\":{\"type\":\"reactComponent\",\"name\":\"Spotify\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"350\",\"framerIntrinsicWidth\":\"280\"}}}}\n//# sourceMappingURL=./Spotify.map", "// Generated by Framer (1f5f6d9)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={HwryHS1ds:new LazyValue(()=>import(\"./hxWsRhCUy-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 (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Spotify}from\"https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js\";import ClientLogos from\"#framer/local/canvasComponent/BLK4bEkqt/BLK4bEkqt.js\";import Header from\"#framer/local/canvasComponent/bM8wL8VZI/bM8wL8VZI.js\";import Button from\"#framer/local/canvasComponent/dVLjV7e3K/dVLjV7e3K.js\";import CallToAction from\"#framer/local/canvasComponent/JK5VKaqdr/JK5VKaqdr.js\";import Footer from\"#framer/local/canvasComponent/MBhcwCeVi/MBhcwCeVi.js\";import Divider from\"#framer/local/canvasComponent/XZYl3nFmh/XZYl3nFmh.js\";import*as sharedStyle4 from\"#framer/local/css/l9O3HXbO5/l9O3HXbO5.js\";import*as sharedStyle from\"#framer/local/css/OTxcXo0RS/OTxcXo0RS.js\";import*as sharedStyle1 from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle3 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/hxWsRhCUy/hxWsRhCUy.js\";import metadataProvider from\"#framer/local/webPageMetadata/hxWsRhCUy/hxWsRhCUy.js\";const HeaderFonts=getFonts(Header);const DividerFonts=getFonts(Divider);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ContainerWithFX=withFX(Container);const ImageWithFX=withFX(Image);const ClientLogosFonts=getFonts(ClientLogos);const MotionDivWithFX=withFX(motion.div);const SpotifyFonts=getFonts(Spotify);const CallToActionFonts=getFonts(CallToAction);const FooterFonts=getFonts(Footer);const breakpoints={FDOVSJWie:\"(min-width: 1200px)\",KKKTCO_la:\"(min-width: 810px) and (max-width: 1199px)\",oGvjgpH4g:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lLque\";const variantClassNames={FDOVSJWie:\"framer-v-vc5g3k\",KKKTCO_la:\"framer-v-13oyops\",oGvjgpH4g:\"framer-v-15o9rdv\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={damping:40,delay:0,mass:4,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const transition2={damping:40,delay:.2,mass:4,stiffness:500,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:40};const transition3={damping:40,delay:.4,mass:4,stiffness:500,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:40};const transition4={damping:40,delay:0,mass:2,stiffness:500,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:40};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition5={delay:0,duration:.9,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"FDOVSJWie\",Phone:\"oGvjgpH4g\",Tablet:\"KKKTCO_la\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"FDOVSJWie\"};};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,XXD9erDreqwyl5ALDS,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"oGvjgpH4g\")return false;return true;};usePreloadLocalizedValues(activeLocale);const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"KKKTCO_la\")return false;return true;};const visible=equals(activeLocale?.id,\"default\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"FDOVSJWie\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-92ae84d4-ff91-47ed-ba5c-6838935df818, rgb(251, 252, 253)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-vc5g3k\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t42b9c-container\",nodeId:\"Gpzup9a6Z\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{variant:\"D78pNlz4W\"},oGvjgpH4g:{variant:\"D78pNlz4W\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"Gpzup9a6Z\",layoutId:\"Gpzup9a6Z\",style:{width:\"100%\"},variant:\"Jxtebn7r0\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hkasm3-container hidden-15o9rdv\",nodeId:\"W3m8uZ77y\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",id:\"W3m8uZ77y\",layoutId:\"W3m8uZ77y\",QWQ05Jk47:\"rgb(71, 61, 250)\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhffrc\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ur4g9i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13fo1ia\",\"data-styles-preset\":\"OTxcXo0RS\",style:{\"--framer-text-alignment\":\"center\"},children:\"KUNDEN\"})})},oGvjgpH4g:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13fo1ia\",\"data-styles-preset\":\"OTxcXo0RS\",style:{\"--framer-text-alignment\":\"center\"},children:\"KUNDEN\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13fo1ia\",\"data-styles-preset\":\"OTxcXo0RS\",children:\"KUNDEN\"})}),className:\"framer-1m5fc83\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Die produktivsten Shopfloors digitalisieren Maschinendaten-erfassung mit ENLYZE\"})})},oGvjgpH4g:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Die produktivsten Shopfloors digitalisieren Maschinendaten-erfassung mit ENLYZE\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",children:\"Die produktivsten Shopfloors digitalisieren Maschinendaten-erfassung mit ENLYZE\"})}),className:\"framer-52s2jc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:\"Erfahre von unseren Kunden, wie sie mit ENLYZE datenbasiert besser produzieren.\"})})},oGvjgpH4g:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:\"Erfahre von unseren Kunden, wie sie mit ENLYZE datenbasiert besser produzieren.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.8,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",children:\"Erfahre von unseren Kunden, wie sie mit ENLYZE datenbasiert besser produzieren.\"})}),className:\"framer-1c2au5j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Um1p4BpKK\"},implicitPathVariables:undefined},{href:{webPageId:\"Um1p4BpKK\"},implicitPathVariables:undefined},{href:{webPageId:\"Um1p4BpKK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k2ijrf-container\",nodeId:\"odWAmD4yf\",rendersWithMotion:true,scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"odWAmD4yf\",l0EIQ4jBm:true,layoutId:\"odWAmD4yf\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"rgb(71, 61, 250)\",rG7xXmWz5:resolvedLinks[0],uMHvbHiKR:getLocalizedValue(\"v6\",activeLocale)??\"termin buchen \u2192\",uR2Ds0vlA:20,v7skKaiix:\"rgb(18, 5, 255)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGvjgpH4g:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1151,intrinsicWidth:1439,pixelHeight:1151,pixelWidth:1439,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg\",srcSet:\"https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg 1439w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1151,intrinsicWidth:1439,pixelHeight:1151,pixelWidth:1439,positionX:\"center\",positionY:\"center\",sizes:\"543px\",src:\"https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg\",srcSet:\"https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xEQaJqfSMD9oKXHzkdWAmD4iZf0.svg 1439w\"},className:\"framer-1g1ksti hidden-13oyops\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGvjgpH4g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1728,intrinsicWidth:4096,pixelHeight:1728,pixelWidth:4096,sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg\",srcSet:\"https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg 4096w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1728,intrinsicWidth:4096,pixelHeight:1728,pixelWidth:4096,sizes:\"543px\",src:\"https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg\",srcSet:\"https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uiQqxU3hwRyBuuUvA0Xtwus5NcI.jpg 4096w\"},className:\"framer-qh7ict\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:253,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ii9tz-container\",nodeId:\"SwWUWIsPc\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(ClientLogos,{height:\"100%\",id:\"SwWUWIsPc\",layoutId:\"SwWUWIsPc\",style:{width:\"100%\"},variant:\"fQopX28kM\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fjbjn8\",\"data-framer-name\":\"Testimonials 3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Lerne mehr \\xfcber unsere Erfolgsgeschichten\"})}),className:\"framer-1hlyxrg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xj64ll\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-148a0cg\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nmz1yc\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t7308m\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:350,pixelHeight:200,pixelWidth:350,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/togMeEsOM4hoSGQqNOinzIbXU4.svg\"},className:\"framer-18aqd0n\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Prozessoptimierung in Minuten statt Tagen - So beugt Mehler EP Reklamationen vor\"})}),className:\"framer-1c8ii1e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GP_H0HGqf:\"maschinendatenerfassung-fallstudie-mehler-ep\"},unresolvedPathSlugs:{GP_H0HGqf:{collectionId:\"PgnJVsBur\",collectionItemId:\"Mz9SUWk78\"}},webPageId:\"qwyl5ALDS\"},implicitPathVariables:undefined},{href:{pathVariables:{GP_H0HGqf:\"maschinendatenerfassung-fallstudie-mehler-ep\"},unresolvedPathSlugs:{GP_H0HGqf:{collectionId:\"PgnJVsBur\",collectionItemId:\"Mz9SUWk78\"}},webPageId:\"qwyl5ALDS\"},implicitPathVariables:undefined},{href:{pathVariables:{GP_H0HGqf:\"maschinendatenerfassung-fallstudie-mehler-ep\"},unresolvedPathSlugs:{GP_H0HGqf:{collectionId:\"PgnJVsBur\",collectionItemId:\"Mz9SUWk78\"}},webPageId:\"qwyl5ALDS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1opufg6-container\",nodeId:\"csUohem9Q\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks1[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks1[1],variant:\"BWIrIQUnr\"}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"csUohem9Q\",l0EIQ4jBm:true,layoutId:\"csUohem9Q\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"var(--token-a12f1651-0918-4774-b6d3-11d289791fe0, rgb(71, 61, 250))\",rG7xXmWz5:resolvedLinks1[0],uMHvbHiKR:getLocalizedValue(\"v9\",activeLocale)??\"CASE STUDY LESEN \u2192\",uR2Ds0vlA:18,v7skKaiix:\"rgb(0, 0, 0)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xq5pdu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Use Case:\"})}),className:\"framer-1j5aupn\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Fehleranalyse, Reklamationen vorbeugen\"})}),className:\"framer-dhap6f\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vnbymu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-44n04c\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ec4shg\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:350,pixelHeight:200,pixelWidth:350,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1GgKujtgccxXkti6EyfdIFIz9I.svg\"},className:\"framer-1pjsfom\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Wie Storopack stabile Prozesse trotz Recyclingmaterial garantiert\"})}),className:\"framer-tzf1wm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{QQJrIGCT_:\"storopack\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"MwaQ74x2q\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"storopack\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"MwaQ74x2q\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"storopack\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"MwaQ74x2q\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ogm2n2-container\",nodeId:\"gzG6zeCRZ\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks2[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks2[1],variant:\"BWIrIQUnr\"}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"gzG6zeCRZ\",l0EIQ4jBm:true,layoutId:\"gzG6zeCRZ\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"var(--token-a12f1651-0918-4774-b6d3-11d289791fe0, rgb(71, 61, 250))\",rG7xXmWz5:resolvedLinks2[0],uMHvbHiKR:getLocalizedValue(\"v13\",activeLocale)??\"CASE STUDY LESEN \u2192\",uR2Ds0vlA:18,v7skKaiix:\"rgb(0, 0, 0)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bjsplg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Use Case:\"})}),className:\"framer-1co7z47\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tQg6d9Tz4\"},motionChild:true,nodeId:\"rDyVLSWzt\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Produktivit\\xe4t steigern\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JII3e3gi2\"},motionChild:true,nodeId:\"rDyVLSWzt\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Fehleranalyse\"})})]})}),className:\"framer-191qikm\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xezhdy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ldhkx\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a0wy7b\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:350,pixelHeight:200,pixelWidth:350,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7fQJhIqMeoNtfwP8bGttLfa055c.svg\"},className:\"framer-em0k4h\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Duo Plast schafft Transparenz \",/*#__PURE__*/_jsx(\"br\",{}),\"und steigert OEE in der Extrusion\"]})}),className:\"framer-skelt5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{QQJrIGCT_:\"interview-mit-der-duo-plast-ag\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"yIlaG8Syb\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"interview-mit-der-duo-plast-ag\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"yIlaG8Syb\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"interview-mit-der-duo-plast-ag\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"yIlaG8Syb\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g0k535-container\",nodeId:\"S5JCj03V2\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks3[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks3[1],variant:\"BWIrIQUnr\"}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"S5JCj03V2\",l0EIQ4jBm:true,layoutId:\"S5JCj03V2\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"var(--token-a12f1651-0918-4774-b6d3-11d289791fe0, rgb(71, 61, 250))\",rG7xXmWz5:resolvedLinks3[0],uMHvbHiKR:getLocalizedValue(\"v9\",activeLocale)??\"CASE STUDY LESEN \u2192\",uR2Ds0vlA:18,v7skKaiix:\"rgb(0, 0, 0)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dfbyvu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Use Case:\"})}),className:\"framer-kyuw5j\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tQg6d9Tz4\"},motionChild:true,nodeId:\"IOT3TGpLx\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Produktivit\\xe4t steigern\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JII3e3gi2\"},motionChild:true,nodeId:\"IOT3TGpLx\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Fehleranalyse\"})})]})}),className:\"framer-1q1u7dq\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ugkv3m\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-148rjck\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qo340\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:350,pixelHeight:200,pixelWidth:350,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1PnaaHN6JilaN0gSVa5UCF7Gekw.svg\"},className:\"framer-1o08elh\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uv5x1k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:\"mk Plast erh\\xf6ht Prozessstabilit\\xe4t und digitalisiert Einstelldaten in der Extrusion\"})}),className:\"framer-oip87m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{QQJrIGCT_:\"uber-5-produktivitaetssteigerung-durch-digitalisierung-in-der-extrusion\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"uA09J586K\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"uber-5-produktivitaetssteigerung-durch-digitalisierung-in-der-extrusion\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"uA09J586K\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"uber-5-produktivitaetssteigerung-durch-digitalisierung-in-der-extrusion\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"uA09J586K\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qval09-container\",nodeId:\"pvwnGF3Rw\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks4[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks4[1],variant:\"BWIrIQUnr\"}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"pvwnGF3Rw\",l0EIQ4jBm:true,layoutId:\"pvwnGF3Rw\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"var(--token-a12f1651-0918-4774-b6d3-11d289791fe0, rgb(71, 61, 250))\",rG7xXmWz5:resolvedLinks4[0],uMHvbHiKR:getLocalizedValue(\"v9\",activeLocale)??\"CASE STUDY LESEN \u2192\",uR2Ds0vlA:18,v7skKaiix:\"rgb(0, 0, 0)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o3krlt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Use Case:\"})}),className:\"framer-1s0nf14\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HEa6XEBSF\"},motionChild:true,nodeId:\"jaakecU1Y\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Reproduzierbarkeit\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QewGHgeHW\"},motionChild:true,nodeId:\"jaakecU1Y\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Digitale Einstelldaten\"})})]})}),className:\"framer-1hzcioe\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cmfipr\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1plt656\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qvph8g\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:350,pixelHeight:200,pixelWidth:350,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/tgEdFj59vsK5eQnGmQWvHYLdbU.svg\"},className:\"framer-1g0x879\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:\"CO.DON garantiert stabile Prozesse und l\\xfcckenlose R\\xfcckverfolgbarkeit in der Pharma-Industrie\"})}),className:\"framer-1we67j4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{QQJrIGCT_:\"biotech-codon-prozessstabilitaet-sicherstellen-hohe-qualitaet\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"iZq7sLf_X\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"biotech-codon-prozessstabilitaet-sicherstellen-hohe-qualitaet\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"iZq7sLf_X\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"biotech-codon-prozessstabilitaet-sicherstellen-hohe-qualitaet\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"iZq7sLf_X\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gfp91-container\",nodeId:\"ENfllkhAG\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks5[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks5[1],variant:\"BWIrIQUnr\"}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"ENfllkhAG\",l0EIQ4jBm:true,layoutId:\"ENfllkhAG\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"var(--token-a12f1651-0918-4774-b6d3-11d289791fe0, rgb(71, 61, 250))\",rG7xXmWz5:resolvedLinks5[0],uMHvbHiKR:getLocalizedValue(\"v9\",activeLocale)??\"CASE STUDY LESEN \u2192\",uR2Ds0vlA:18,v7skKaiix:\"rgb(0, 0, 0)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16y0pds\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Use Case:\"})}),className:\"framer-4y9tn7\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MUrnAUIqW\"},motionChild:true,nodeId:\"mlh2TOVGa\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Datenspeicherung\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JII3e3gi2\"},motionChild:true,nodeId:\"mlh2TOVGa\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"R\\xfcckverfolgbarkeit\"})})]})}),className:\"framer-g536hv\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vc0dpb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15sihkr\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c04ovx\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:350,pixelHeight:200,pixelWidth:350,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3G7j67ituPSnaxqk6fSHb0VWgK8.svg\"},className:\"framer-1inaf24\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Klebebandhersteller behebt unl\\xf6sbares Problem in komplexem Fertigungsprozess\"})}),className:\"framer-4hex3n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{QQJrIGCT_:\"jahrlich-30-weniger-fertigungsausschuss-durch-datengetriebene-probleml\\xf6sung\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"wLHo6IMBk\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"jahrlich-30-weniger-fertigungsausschuss-durch-datengetriebene-probleml\\xf6sung\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"wLHo6IMBk\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined},{href:{pathVariables:{QQJrIGCT_:\"jahrlich-30-weniger-fertigungsausschuss-durch-datengetriebene-probleml\\xf6sung\"},unresolvedPathSlugs:{QQJrIGCT_:{collectionId:\"JWSeQJHzK\",collectionItemId:\"wLHo6IMBk\"}},webPageId:\"q61qZw6Rw\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hl9tg6-container\",nodeId:\"OTCyICKcN\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{rG7xXmWz5:resolvedLinks6[2]},oGvjgpH4g:{rG7xXmWz5:resolvedLinks6[1],variant:\"BWIrIQUnr\"}},children:/*#__PURE__*/_jsx(Button,{eFqpHPxFr:true,height:\"100%\",id:\"OTCyICKcN\",l0EIQ4jBm:true,layoutId:\"OTCyICKcN\",Llu1XPLMU:false,mA2KsT6v6:\"rgb(255, 255, 255)\",PK5wGlT95:\"var(--token-a12f1651-0918-4774-b6d3-11d289791fe0, rgb(71, 61, 250))\",rG7xXmWz5:resolvedLinks6[0],uMHvbHiKR:getLocalizedValue(\"v9\",activeLocale)??\"CASE STUDY LESEN \u2192\",uR2Ds0vlA:18,v7skKaiix:\"rgb(0, 0, 0)\",variant:\"b_WsR4ws3\",width:\"100%\",xPvDPHgGz:\"rgb(71, 61, 250)\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-56eqfu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Use Case:\"})}),className:\"framer-wlv0x8\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JII3e3gi2\"},motionChild:true,nodeId:\"f3nWyzFaz\",openInNewTab:false,scopeId:\"hxWsRhCUy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xhr626\",\"data-styles-preset\":\"l9O3HXbO5\",children:\"Fehleranalyse\"})})})}),className:\"framer-1cklje5\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5346,intrinsicWidth:3564,pixelHeight:5346,pixelWidth:3564,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/amA9bkNniLjxcWdXlRTa2VXse4.jpg\",srcSet:\"https://framerusercontent.com/images/amA9bkNniLjxcWdXlRTa2VXse4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/amA9bkNniLjxcWdXlRTa2VXse4.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/amA9bkNniLjxcWdXlRTa2VXse4.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/amA9bkNniLjxcWdXlRTa2VXse4.jpg 3564w\"},className:\"framer-z724db\",\"data-framer-name\":\"Testimonials 3\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h0qavu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-po4f4p\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13fo1ia\",\"data-styles-preset\":\"OTxcXo0RS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9bddb4fa-35e4-4377-810c-6b4a2e4d4e63, rgb(167, 218, 202))\"},children:\"podcast\"})}),className:\"framer-1y9x440\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-188f4c81-8f8b-4196-9d66-08bcf0d200bc, rgb(255, 255, 255))\"},children:\"OEE- und Produktivit\\xe4tsmanagement: So nutzt Storopacks Werksleiter die ENLYZE App\"})}),className:\"framer-1aavp2z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:90,pixelHeight:20,pixelWidth:90,src:\"https://framerusercontent.com/images/dWEIlqv5sNejyJrG447kMU3FwD4.png\"},className:\"framer-qk7n2i\",\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8x5wum\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4hnbp9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"V2BbKMqMi\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"V2BbKMqMi\",layoutId:\"V2BbKMqMi\",style:{height:\"100%\",width:\"100%\"},theme:1,url:getLocalizedValue(\"v25\",activeLocale)??\"https://open.spotify.com/episode/0XBo9EBJ7OPtpI3oTh9prZ\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xa6x1l\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/de/podcast/106-effizienterer-shopfloor-oee-und-produktivittsmanagement/id1507675629?i=1000624631415\",motionChild:true,nodeId:\"wI7p5uoyL\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:281,pixelHeight:100,pixelWidth:281,src:\"https://framerusercontent.com/images/h2q6jX0kAkDrycKmHDI5v9PJWo.png\"},className:\"framer-1tzekv9 framer-191vfrf\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/episode/0XBo9EBJ7OPtpI3oTh9prZ\",motionChild:true,nodeId:\"Wq_XgUfeB\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:281,pixelHeight:100,pixelWidth:281,src:\"https://framerusercontent.com/images/zmVnOPHSoadjJaQPlRxrj0WZA.png\"},className:\"framer-l4rrc7 framer-191vfrf\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://iotusecase.buzzsprout.com/947515/13408258-106-effizienterer-shopfloor-oee-und-produktivitatsmanagement-in-der-extrusion-enlyze-storopack\",motionChild:true,nodeId:\"iFOU4D2XX\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:281,pixelHeight:100,pixelWidth:281,src:\"https://framerusercontent.com/images/5z0LqOigzESSmVjbnOUVTKJjPIQ.png\"},className:\"framer-cvby4e framer-191vfrf\",\"data-framer-name\":\"image\"})})]})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pnllwf\",\"data-framer-name\":\"Testimonials 3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Das sagen unsere Kunden\"})}),className:\"framer-1ex4rlw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h6b7zn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1juiw1a\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uchhx6\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1pdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.8em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Mit ENLYZE konnten wir so die Ursache eines Prozessfehlers aufdecken, welcher uns regelm\\xe4\\xdfig zum Ausschuss von Chargen gef\\xfchrt hat. Das Problem lag am Ende in der Variation der Walzengeschwindigkeiten, diese konnten wir jedoch bisher nicht einfach \\xfcber Auftr\\xe4ge hinweg analysieren. Insbesondere das Analyse-Dashboard hilft mir in meiner t\\xe4glichen Arbeit. Dort habe ich Zugriff auf alle Prozessparameter und kann die Verl\\xe4ufe schnell \\xfcber unterschiedliche Auftr\\xe4ge des gleichen Produkts vergleichen.\"})}),className:\"framer-1uz6wkb\",fonts:[\"GF;IBM Plex Sans-italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-77zw1t\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ro9zpa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"ENLYZE Kunde\"})}),className:\"framer-ew0c6j\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Prozessingenieur, Klebeband Hersteller\"})}),className:\"framer-ckhko2\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x298oc\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy03MDBpdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Durch die \\xdcberwachung von anlagen- und produktspezifischen Vorgabewerten k\\xf6nnen wir pr\\xe4ventiv Fehler vermeiden und \\xfcber gro\\xdfe Zeitr\\xe4ume die Leistung in der Produktion vergleichen.\"})}),className:\"framer-fp0xbp\",fonts:[\"GF;IBM Plex Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hp65hf\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:416,intrinsicWidth:401,pixelHeight:832,pixelWidth:802,sizes:\"55px\",src:\"https://framerusercontent.com/images/OVgYVheE1V0IybgsymJFyz1hSU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OVgYVheE1V0IybgsymJFyz1hSU.png 802w\"},className:\"framer-17t2gks\",\"data-framer-name\":\"Screenshot_2024_01_12_at_14_56_49\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-168kt0j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Benjamin Schl\\xfcter\"})}),className:\"framer-29655y\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Werksleiter, Storopack\"})}),className:\"framer-16mo0ou\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ab0efo\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1pdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.8em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Mit ENLYZE haben wir Tools f\\xfcr die  Fertigungs\\xfcberwachung entwickelt. Diese entlasten unsere Anlagen- bedienenden, die so mehr Anlagen \\xfcberblicken k\\xf6nnen. Damit erreichen wir h\\xf6here Performance bei weniger Ausf\\xe4llen und Ausschuss.\"})}),className:\"framer-bfnrp4\",fonts:[\"GF;IBM Plex Sans-italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kyw366\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1adysni\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Martin Walther\"})}),className:\"framer-1r5yq1f\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Head of Process Engineering  & Digitalization, SCH\\xdcCO\"})}),className:\"framer-13tbntl\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ozovyc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rszz0m\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy03MDBpdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Die R\\xfcckverfolgbarkeit von Events in unserer Produktion hebt unser Prozessverst\\xe4ndnis auf ein neues Niveau.\"})}),className:\"framer-16bpw1t\",fonts:[\"GF;IBM Plex Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1pdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.8em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Noch dazu sind alle Informationen \\xfcber die Suchfunktion sehr einfach abrufbar und man kann direkt in die Analyse einsteigen. Das ist von gro\\xdfem Wert f\\xfcr uns, um einerseits neue Produkte zu entwickeln und andererseits die Fertigung bestehender Produkte weiter zu verbessern.\"})}),className:\"framer-thjapq\",fonts:[\"GF;IBM Plex Sans-italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10gzn6l\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1062,intrinsicWidth:1500,pixelHeight:1062,pixelWidth:1500,sizes:\"55px\",src:\"https://framerusercontent.com/images/V5yaAah47C2VmccvHuaCV7xHTs.jpg\",srcSet:\"https://framerusercontent.com/images/V5yaAah47C2VmccvHuaCV7xHTs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/V5yaAah47C2VmccvHuaCV7xHTs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/V5yaAah47C2VmccvHuaCV7xHTs.jpg 1500w\"},className:\"framer-1vd8fpw\",\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3b6zcu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Detlef Kaase\"})}),className:\"framer-1klkidb\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"COO der DUO PLAST AG\"})}),className:\"framer-fk6ueh\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h1p1qs\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1pdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.8em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Die ENLYZE App gibt uns zum ersten Mal die M\\xf6glichkeit, Prozessparameter auf Auftragsbasis zu analysieren. Die Analysen erm\\xf6glichen uns, Optimierungspotenziale zu identifizieren und unsere Produktion kontinuierlich zu verbessern.\"})}),className:\"framer-1k9wzar\",fonts:[\"GF;IBM Plex Sans-italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xg8ofu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\" Marius Dickmann\"})}),className:\"framer-t6b1em\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Technische Betriebsleitung, mK Plast\"})}),className:\"framer-c8vpwt\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z1ryxp\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-95vgt5\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy03MDBpdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"\u201CDer gesamte Prozess ist schneller, sicherer und komfortabler. So sind wir in der Lage, Ursachen f\\xfcr Reklamationen systematisch und nachhaltig zu beseitigen, was uns Kosten spart und die Kundenbeziehung verbessert.\u201D\"})}),className:\"framer-x5rz2w\",fonts:[\"GF;IBM Plex Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yrpfcg\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1062,intrinsicWidth:1500,pixelHeight:800,pixelWidth:800,sizes:\"55px\",src:\"https://framerusercontent.com/images/fkhi4cptLIAaKAJ6KYy0CBteLBo.jpeg\",srcSet:\"https://framerusercontent.com/images/fkhi4cptLIAaKAJ6KYy0CBteLBo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/fkhi4cptLIAaKAJ6KYy0CBteLBo.jpeg 800w\"},className:\"framer-6tebwc\",\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-25g0t0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Frank Rosenkranz\"})}),className:\"framer-15y86vc\",fonts:[\"GF;IBM Plex Sans-500\"],text:XXD9erDreqwyl5ALDS,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Qualit\\xe4tsmanager, Mehler\"})}),className:\"framer-1upsu3l\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ni5fw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9hi6jm\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy03MDBpdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Seit Aufbau unseres Standortes haben wir noch keine so schnelle und reibungslose Umsetzung einer digitalen L\\xf6sung erlebt.\"})}),className:\"framer-k3xwi5\",fonts:[\"GF;IBM Plex Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10cb89f\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,pixelHeight:1024,pixelWidth:1024,sizes:\"55px\",src:\"https://framerusercontent.com/images/6IrwNG2HC82JEH59lTdd5DgRuHM.jpg\",srcSet:\"https://framerusercontent.com/images/6IrwNG2HC82JEH59lTdd5DgRuHM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6IrwNG2HC82JEH59lTdd5DgRuHM.jpg 1024w\"},className:\"framer-xz7rco\",\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zup78v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Matthias Striese\"})}),className:\"framer-21cl3j\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Head of Engineering CO.DON\"})}),className:\"framer-18m9q09\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-179m8yu\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-h6n5gh\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u896af\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy03MDBpdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Mit ENLYZE haben wir ein einfach nutzbares Tool f\\xfcr die kontinuierliche Analyse und Verbesserung unser Produktion zur Hand: Dank der Technologie k\\xf6nnen wir unsere Produktion deutlich pr\\xe4ziser steuern, fr\\xfchzeitig auf Ver\\xe4nderungen eingehen und sie Schritt f\\xfcr Schritt optimieren.\"})}),className:\"framer-1ug256y\",fonts:[\"GF;IBM Plex Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ba9m7x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Alexander Kaunath\"})}),className:\"framer-1xqzpnd\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Betriebsleiter der DUO PLAST AG\"})}),className:\"framer-6ow1st\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h74a4g\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1pdGFsaWM=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.8em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Mit der Hilfe von ENLYZE haben wir flexible Dashboards und Analysetools entwickelt, um die Fertigung jederzeit im Blick zu haben und gleichzeitig die Anlagenbediener zu entlasten. Durch die konstante \\xdcberwachung der Anlagen sowie zielgerichtete Meldungen bei Stillst\\xe4nden und Prozessabweichungen, schaffen wir es, mit weniger Werkern eine h\\xf6here Performance und Konformit\\xe4t in der Fertigung zu erreichen. Dadurch haben wir heute weniger Stillst\\xe4nde und geringere Ausschussquoten bei h\\xf6herer Produktionsleistung.\"})}),className:\"framer-1atguce\",fonts:[\"GF;IBM Plex Sans-italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r3y57v\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wj34zj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Martin Walther\"})}),className:\"framer-1nobx6r\",fonts:[\"GF;IBM Plex Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Head of Process Engineering  & Digitalization, SCH\\xdcCO\"})}),className:\"framer-n2own8\",fonts:[\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{width:componentViewport?.width||\"100vw\"},oGvjgpH4g:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:548,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qci9mu-container\",nodeId:\"zDihN_nml\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{style:{width:\"100%\"},variant:\"WAjHrof3w\"},oGvjgpH4g:{style:{width:\"100%\"},variant:\"WAjHrof3w\"}},children:/*#__PURE__*/_jsx(CallToAction,{gJpEq3h5b:getLocalizedValue(\"v53\",activeLocale)??\"30 Minuten TERMIN vereinbaren\",height:\"100%\",id:\"zDihN_nml\",JaBHW84MS:getLocalizedValue(\"v52\",activeLocale)??\"Jetzt Kontakt aufnehmen!\",layoutId:\"zDihN_nml\",RYBx6aim5:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Entdecke in 30 Minuten, wie wir Produktivit\\xe4tspotenziale in Deiner Fertigung anhand von Maschinendaten aufdecken. Kostenfrei und unverbindlich!\"})}),Sccu0oLAc:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Statuscheck Deiner Fertigung | Identifizierung von Problemen | Einblick in unsere L\\xf6sungsans\\xe4tze\"})}),style:{maxWidth:\"100%\",width:\"100%\"},variant:\"TIYNm5Fht\",width:\"100%\",yRWTWmDAs:\"rgba(255, 255, 255, 0)\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2080,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t7gefv-container\",nodeId:\"FNJiUni31\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGvjgpH4g:{variant:\"Tf9T4xBym\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"FNJiUni31\",layoutId:\"FNJiUni31\",style:{width:\"100%\"},variant:\"B3h9TYMF5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ewpt3y-container\",nodeId:\"FtuPgzKoE\",scopeId:\"hxWsRhCUy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KKKTCO_la:{variant:\"D78pNlz4W\"},oGvjgpH4g:{variant:\"D78pNlz4W\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"FtuPgzKoE\",layoutId:\"FtuPgzKoE\",style:{width:\"100%\"},variant:\"Jxtebn7r0\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lLque.framer-191vfrf, .framer-lLque .framer-191vfrf { display: block; }\",\".framer-lLque.framer-vc5g3k { align-content: center; align-items: center; background-color: var(--token-92ae84d4-ff91-47ed-ba5c-6838935df818, #fbfcfd); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-lLque .framer-1t42b9c-container, .framer-lLque .framer-1ewpt3y-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-lLque .framer-hkasm3-container { flex: none; height: 2px; max-width: 80%; position: relative; width: 100%; }\",\".framer-lLque .framer-fhffrc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 89px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 150px 64px 120px 64px; position: relative; width: 100%; }\",\".framer-lLque .framer-ur4g9i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lLque .framer-1m5fc83, .framer-lLque .framer-52s2jc, .framer-lLque .framer-1c8ii1e, .framer-lLque .framer-tzf1wm, .framer-lLque .framer-skelt5, .framer-lLque .framer-oip87m, .framer-lLque .framer-1we67j4, .framer-lLque .framer-4hex3n, .framer-lLque .framer-1y9x440, .framer-lLque .framer-fp0xbp, .framer-lLque .framer-16mo0ou, .framer-lLque .framer-13tbntl, .framer-lLque .framer-16bpw1t, .framer-lLque .framer-c8vpwt, .framer-lLque .framer-x5rz2w, .framer-lLque .framer-1upsu3l, .framer-lLque .framer-k3xwi5, .framer-lLque .framer-1ug256y, .framer-lLque .framer-n2own8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lLque .framer-1c2au5j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.8; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lLque .framer-1k2ijrf-container, .framer-lLque .framer-1opufg6-container, .framer-lLque .framer-1ogm2n2-container, .framer-lLque .framer-1g0k535-container, .framer-lLque .framer-1qval09-container, .framer-lLque .framer-17gfp91-container, .framer-lLque .framer-hl9tg6-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lLque .framer-1g1ksti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 543px; }\",\".framer-lLque .framer-qh7ict { flex: none; height: 370px; overflow: hidden; position: relative; width: 100%; }\",\".framer-lLque .framer-15ii9tz-container, .framer-lLque .framer-1t7gefv-container { flex: none; height: auto; position: relative; width: 100%; }\",'.framer-lLque .framer-1fjbjn8, .framer-lLque .framer-pnllwf { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-92ae84d4-ff91-47ed-ba5c-6838935df818, #fbfcfd) /* {\"name\":\"Background Gray\"} */ 0%, rgba(71, 61, 250, 0.05) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: center; overflow: hidden; padding: 70px 40px 70px 40px; position: relative; width: 100%; }',\".framer-lLque .framer-1hlyxrg, .framer-lLque .framer-1aavp2z, .framer-lLque .framer-1ex4rlw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lLque .framer-xj64ll { display: grid; flex: none; gap: 22px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-148a0cg, .framer-lLque .framer-1vnbymu, .framer-lLque .framer-1xezhdy, .framer-lLque .framer-1cmfipr, .framer-lLque .framer-vc0dpb { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-nmz1yc, .framer-lLque .framer-44n04c, .framer-lLque .framer-15ldhkx, .framer-lLque .framer-148rjck { align-content: center; align-items: center; background-color: rgba(251, 252, 253, 0.25); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-lLque .framer-1t7308m, .framer-lLque .framer-1ec4shg, .framer-lLque .framer-1a0wy7b, .framer-lLque .framer-1qvph8g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-18aqd0n, .framer-lLque .framer-1pjsfom, .framer-lLque .framer-em0k4h, .framer-lLque .framer-1o08elh, .framer-lLque .framer-1g0x879, .framer-lLque .framer-1inaf24 { aspect-ratio: 1.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 114px); position: relative; width: 100%; }\",\".framer-lLque .framer-xq5pdu, .framer-lLque .framer-1bjsplg, .framer-lLque .framer-1dfbyvu, .framer-lLque .framer-o3krlt, .framer-lLque .framer-16y0pds, .framer-lLque .framer-56eqfu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-1j5aupn, .framer-lLque .framer-1co7z47, .framer-lLque .framer-kyuw5j, .framer-lLque .framer-1s0nf14, .framer-lLque .framer-4y9tn7, .framer-lLque .framer-wlv0x8, .framer-lLque .framer-ew0c6j, .framer-lLque .framer-ckhko2, .framer-lLque .framer-29655y, .framer-lLque .framer-1r5yq1f, .framer-lLque .framer-1klkidb, .framer-lLque .framer-fk6ueh, .framer-lLque .framer-t6b1em, .framer-lLque .framer-15y86vc, .framer-lLque .framer-21cl3j, .framer-lLque .framer-18m9q09, .framer-lLque .framer-1xqzpnd, .framer-lLque .framer-6ow1st, .framer-lLque .framer-1nobx6r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-lLque .framer-dhap6f, .framer-lLque .framer-191qikm, .framer-lLque .framer-1q1u7dq, .framer-lLque .framer-1hzcioe, .framer-lLque .framer-g536hv, .framer-lLque .framer-1cklje5 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-lLque .framer-1ugkv3m { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-8qo340 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-1uv5x1k, .framer-lLque .framer-1c04ovx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-1plt656, .framer-lLque .framer-15sihkr { align-content: center; align-items: center; background-color: rgba(251, 252, 253, 0.25); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-lLque .framer-z724db { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: center; overflow: hidden; padding: 70px 40px 70px 40px; position: relative; width: 100%; }\",\".framer-lLque .framer-1h0qavu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-po4f4p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lLque .framer-qk7n2i { aspect-ratio: 4.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 90px; }\",\".framer-lLque .framer-8x5wum { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-4hnbp9-container { flex: none; height: 239px; position: relative; width: 813px; }\",\".framer-lLque .framer-1xa6x1l { 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: min-content; }\",\".framer-lLque .framer-1tzekv9, .framer-lLque .framer-l4rrc7, .framer-lLque .framer-cvby4e { aspect-ratio: 2.81 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); overflow: visible; position: relative; text-decoration: none; width: 183px; }\",\".framer-lLque .framer-1h6b7zn { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-1juiw1a { align-content: center; align-items: center; 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: 320px; }\",\".framer-lLque .framer-1uchhx6, .framer-lLque .framer-1x298oc, .framer-lLque .framer-rszz0m, .framer-lLque .framer-h1p1qs, .framer-lLque .framer-95vgt5, .framer-lLque .framer-9hi6jm, .framer-lLque .framer-179m8yu, .framer-lLque .framer-h74a4g { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-lLque .framer-1uz6wkb, .framer-lLque .framer-bfnrp4, .framer-lLque .framer-thjapq, .framer-lLque .framer-1k9wzar, .framer-lLque .framer-1atguce { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lLque .framer-77zw1t, .framer-lLque .framer-kyw366, .framer-lLque .framer-10gzn6l, .framer-lLque .framer-1yrpfcg, .framer-lLque .framer-10cb89f, .framer-lLque .framer-h6n5gh, .framer-lLque .framer-r3y57v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-ro9zpa, .framer-lLque .framer-168kt0j, .framer-lLque .framer-1adysni, .framer-lLque .framer-3b6zcu, .framer-lLque .framer-25g0t0, .framer-lLque .framer-zup78v, .framer-lLque .framer-1u896af, .framer-lLque .framer-1wj34zj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lLque .framer-hp65hf { 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-lLque .framer-17t2gks { aspect-ratio: 0.9639423076923077 / 1; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: var(--framer-aspect-ratio-supported, 57px); overflow: visible; position: relative; width: 55px; }\",\".framer-lLque .framer-ab0efo { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px; position: relative; width: 100%; }\",\".framer-lLque .framer-ozovyc, .framer-lLque .framer-8ni5fw { 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: visible; padding: 0px; position: relative; width: 320px; }\",\".framer-lLque .framer-1vd8fpw { aspect-ratio: 1 / 1; border-bottom-left-radius: 305px; border-bottom-right-radius: 305px; border-top-left-radius: 305px; border-top-right-radius: 305px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: 55px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 55px); }\",\".framer-lLque .framer-1xg8ofu, .framer-lLque .framer-1ba9m7x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-z1ryxp { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLque .framer-6tebwc, .framer-lLque .framer-xz7rco { aspect-ratio: 1 / 1; border-bottom-left-radius: 305px; border-bottom-right-radius: 305px; border-top-left-radius: 305px; border-top-right-radius: 305px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 55px); overflow: visible; position: relative; width: 55px; }\",\".framer-lLque .framer-1qci9mu-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lLque.framer-vc5g3k, .framer-lLque .framer-fhffrc, .framer-lLque .framer-ur4g9i, .framer-lLque .framer-1g1ksti, .framer-lLque .framer-1fjbjn8, .framer-lLque .framer-148a0cg, .framer-lLque .framer-nmz1yc, .framer-lLque .framer-1t7308m, .framer-lLque .framer-xq5pdu, .framer-lLque .framer-1vnbymu, .framer-lLque .framer-44n04c, .framer-lLque .framer-1ec4shg, .framer-lLque .framer-1bjsplg, .framer-lLque .framer-1xezhdy, .framer-lLque .framer-15ldhkx, .framer-lLque .framer-1a0wy7b, .framer-lLque .framer-1dfbyvu, .framer-lLque .framer-1ugkv3m, .framer-lLque .framer-148rjck, .framer-lLque .framer-8qo340, .framer-lLque .framer-1uv5x1k, .framer-lLque .framer-o3krlt, .framer-lLque .framer-1cmfipr, .framer-lLque .framer-1plt656, .framer-lLque .framer-1qvph8g, .framer-lLque .framer-16y0pds, .framer-lLque .framer-vc0dpb, .framer-lLque .framer-15sihkr, .framer-lLque .framer-1c04ovx, .framer-lLque .framer-56eqfu, .framer-lLque .framer-z724db, .framer-lLque .framer-1h0qavu, .framer-lLque .framer-po4f4p, .framer-lLque .framer-8x5wum, .framer-lLque .framer-1xa6x1l, .framer-lLque .framer-pnllwf, .framer-lLque .framer-1h6b7zn, .framer-lLque .framer-1juiw1a, .framer-lLque .framer-1uchhx6, .framer-lLque .framer-77zw1t, .framer-lLque .framer-ro9zpa, .framer-lLque .framer-1x298oc, .framer-lLque .framer-hp65hf, .framer-lLque .framer-168kt0j, .framer-lLque .framer-ab0efo, .framer-lLque .framer-kyw366, .framer-lLque .framer-1adysni, .framer-lLque .framer-ozovyc, .framer-lLque .framer-rszz0m, .framer-lLque .framer-10gzn6l, .framer-lLque .framer-3b6zcu, .framer-lLque .framer-h1p1qs, .framer-lLque .framer-1xg8ofu, .framer-lLque .framer-z1ryxp, .framer-lLque .framer-95vgt5, .framer-lLque .framer-1yrpfcg, .framer-lLque .framer-25g0t0, .framer-lLque .framer-8ni5fw, .framer-lLque .framer-9hi6jm, .framer-lLque .framer-10cb89f, .framer-lLque .framer-zup78v, .framer-lLque .framer-179m8yu, .framer-lLque .framer-h6n5gh, .framer-lLque .framer-1u896af, .framer-lLque .framer-1ba9m7x, .framer-lLque .framer-h74a4g, .framer-lLque .framer-r3y57v, .framer-lLque .framer-1wj34zj { gap: 0px; } .framer-lLque.framer-vc5g3k > *, .framer-lLque .framer-ro9zpa > *, .framer-lLque .framer-168kt0j > *, .framer-lLque .framer-1adysni > *, .framer-lLque .framer-3b6zcu > *, .framer-lLque .framer-1xg8ofu > *, .framer-lLque .framer-25g0t0 > *, .framer-lLque .framer-zup78v > *, .framer-lLque .framer-1u896af > *, .framer-lLque .framer-1ba9m7x > *, .framer-lLque .framer-1wj34zj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lLque.framer-vc5g3k > :first-child, .framer-lLque .framer-ur4g9i > :first-child, .framer-lLque .framer-1g1ksti > :first-child, .framer-lLque .framer-1fjbjn8 > :first-child, .framer-lLque .framer-148a0cg > :first-child, .framer-lLque .framer-nmz1yc > :first-child, .framer-lLque .framer-1t7308m > :first-child, .framer-lLque .framer-1vnbymu > :first-child, .framer-lLque .framer-44n04c > :first-child, .framer-lLque .framer-1ec4shg > :first-child, .framer-lLque .framer-1xezhdy > :first-child, .framer-lLque .framer-15ldhkx > :first-child, .framer-lLque .framer-1a0wy7b > :first-child, .framer-lLque .framer-1ugkv3m > :first-child, .framer-lLque .framer-148rjck > :first-child, .framer-lLque .framer-8qo340 > :first-child, .framer-lLque .framer-1uv5x1k > :first-child, .framer-lLque .framer-1cmfipr > :first-child, .framer-lLque .framer-1plt656 > :first-child, .framer-lLque .framer-1qvph8g > :first-child, .framer-lLque .framer-vc0dpb > :first-child, .framer-lLque .framer-15sihkr > :first-child, .framer-lLque .framer-1c04ovx > :first-child, .framer-lLque .framer-z724db > :first-child, .framer-lLque .framer-po4f4p > :first-child, .framer-lLque .framer-8x5wum > :first-child, .framer-lLque .framer-pnllwf > :first-child, .framer-lLque .framer-1juiw1a > :first-child, .framer-lLque .framer-1uchhx6 > :first-child, .framer-lLque .framer-ro9zpa > :first-child, .framer-lLque .framer-1x298oc > :first-child, .framer-lLque .framer-168kt0j > :first-child, .framer-lLque .framer-ab0efo > :first-child, .framer-lLque .framer-1adysni > :first-child, .framer-lLque .framer-ozovyc > :first-child, .framer-lLque .framer-rszz0m > :first-child, .framer-lLque .framer-3b6zcu > :first-child, .framer-lLque .framer-h1p1qs > :first-child, .framer-lLque .framer-1xg8ofu > :first-child, .framer-lLque .framer-z1ryxp > :first-child, .framer-lLque .framer-95vgt5 > :first-child, .framer-lLque .framer-25g0t0 > :first-child, .framer-lLque .framer-8ni5fw > :first-child, .framer-lLque .framer-9hi6jm > :first-child, .framer-lLque .framer-zup78v > :first-child, .framer-lLque .framer-179m8yu > :first-child, .framer-lLque .framer-1u896af > :first-child, .framer-lLque .framer-1ba9m7x > :first-child, .framer-lLque .framer-h74a4g > :first-child, .framer-lLque .framer-1wj34zj > :first-child { margin-top: 0px; } .framer-lLque.framer-vc5g3k > :last-child, .framer-lLque .framer-ur4g9i > :last-child, .framer-lLque .framer-1g1ksti > :last-child, .framer-lLque .framer-1fjbjn8 > :last-child, .framer-lLque .framer-148a0cg > :last-child, .framer-lLque .framer-nmz1yc > :last-child, .framer-lLque .framer-1t7308m > :last-child, .framer-lLque .framer-1vnbymu > :last-child, .framer-lLque .framer-44n04c > :last-child, .framer-lLque .framer-1ec4shg > :last-child, .framer-lLque .framer-1xezhdy > :last-child, .framer-lLque .framer-15ldhkx > :last-child, .framer-lLque .framer-1a0wy7b > :last-child, .framer-lLque .framer-1ugkv3m > :last-child, .framer-lLque .framer-148rjck > :last-child, .framer-lLque .framer-8qo340 > :last-child, .framer-lLque .framer-1uv5x1k > :last-child, .framer-lLque .framer-1cmfipr > :last-child, .framer-lLque .framer-1plt656 > :last-child, .framer-lLque .framer-1qvph8g > :last-child, .framer-lLque .framer-vc0dpb > :last-child, .framer-lLque .framer-15sihkr > :last-child, .framer-lLque .framer-1c04ovx > :last-child, .framer-lLque .framer-z724db > :last-child, .framer-lLque .framer-po4f4p > :last-child, .framer-lLque .framer-8x5wum > :last-child, .framer-lLque .framer-pnllwf > :last-child, .framer-lLque .framer-1juiw1a > :last-child, .framer-lLque .framer-1uchhx6 > :last-child, .framer-lLque .framer-ro9zpa > :last-child, .framer-lLque .framer-1x298oc > :last-child, .framer-lLque .framer-168kt0j > :last-child, .framer-lLque .framer-ab0efo > :last-child, .framer-lLque .framer-1adysni > :last-child, .framer-lLque .framer-ozovyc > :last-child, .framer-lLque .framer-rszz0m > :last-child, .framer-lLque .framer-3b6zcu > :last-child, .framer-lLque .framer-h1p1qs > :last-child, .framer-lLque .framer-1xg8ofu > :last-child, .framer-lLque .framer-z1ryxp > :last-child, .framer-lLque .framer-95vgt5 > :last-child, .framer-lLque .framer-25g0t0 > :last-child, .framer-lLque .framer-8ni5fw > :last-child, .framer-lLque .framer-9hi6jm > :last-child, .framer-lLque .framer-zup78v > :last-child, .framer-lLque .framer-179m8yu > :last-child, .framer-lLque .framer-1u896af > :last-child, .framer-lLque .framer-1ba9m7x > :last-child, .framer-lLque .framer-h74a4g > :last-child, .framer-lLque .framer-1wj34zj > :last-child { margin-bottom: 0px; } .framer-lLque .framer-fhffrc > * { margin: 0px; margin-left: calc(89px / 2); margin-right: calc(89px / 2); } .framer-lLque .framer-fhffrc > :first-child, .framer-lLque .framer-xq5pdu > :first-child, .framer-lLque .framer-1bjsplg > :first-child, .framer-lLque .framer-1dfbyvu > :first-child, .framer-lLque .framer-o3krlt > :first-child, .framer-lLque .framer-16y0pds > :first-child, .framer-lLque .framer-56eqfu > :first-child, .framer-lLque .framer-1h0qavu > :first-child, .framer-lLque .framer-1xa6x1l > :first-child, .framer-lLque .framer-1h6b7zn > :first-child, .framer-lLque .framer-77zw1t > :first-child, .framer-lLque .framer-hp65hf > :first-child, .framer-lLque .framer-kyw366 > :first-child, .framer-lLque .framer-10gzn6l > :first-child, .framer-lLque .framer-1yrpfcg > :first-child, .framer-lLque .framer-10cb89f > :first-child, .framer-lLque .framer-h6n5gh > :first-child, .framer-lLque .framer-r3y57v > :first-child { margin-left: 0px; } .framer-lLque .framer-fhffrc > :last-child, .framer-lLque .framer-xq5pdu > :last-child, .framer-lLque .framer-1bjsplg > :last-child, .framer-lLque .framer-1dfbyvu > :last-child, .framer-lLque .framer-o3krlt > :last-child, .framer-lLque .framer-16y0pds > :last-child, .framer-lLque .framer-56eqfu > :last-child, .framer-lLque .framer-1h0qavu > :last-child, .framer-lLque .framer-1xa6x1l > :last-child, .framer-lLque .framer-1h6b7zn > :last-child, .framer-lLque .framer-77zw1t > :last-child, .framer-lLque .framer-hp65hf > :last-child, .framer-lLque .framer-kyw366 > :last-child, .framer-lLque .framer-10gzn6l > :last-child, .framer-lLque .framer-1yrpfcg > :last-child, .framer-lLque .framer-10cb89f > :last-child, .framer-lLque .framer-h6n5gh > :last-child, .framer-lLque .framer-r3y57v > :last-child { margin-right: 0px; } .framer-lLque .framer-ur4g9i > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-lLque .framer-1g1ksti > *, .framer-lLque .framer-z1ryxp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lLque .framer-1fjbjn8 > *, .framer-lLque .framer-z724db > *, .framer-lLque .framer-pnllwf > * { margin: 0px; margin-bottom: calc(68px / 2); margin-top: calc(68px / 2); } .framer-lLque .framer-148a0cg > *, .framer-lLque .framer-1vnbymu > *, .framer-lLque .framer-1xezhdy > *, .framer-lLque .framer-1cmfipr > *, .framer-lLque .framer-vc0dpb > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-lLque .framer-nmz1yc > *, .framer-lLque .framer-44n04c > *, .framer-lLque .framer-15ldhkx > *, .framer-lLque .framer-148rjck > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-lLque .framer-1t7308m > *, .framer-lLque .framer-1ec4shg > *, .framer-lLque .framer-1a0wy7b > *, .framer-lLque .framer-8qo340 > *, .framer-lLque .framer-1qvph8g > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-lLque .framer-xq5pdu > *, .framer-lLque .framer-1bjsplg > *, .framer-lLque .framer-1dfbyvu > *, .framer-lLque .framer-o3krlt > *, .framer-lLque .framer-16y0pds > *, .framer-lLque .framer-56eqfu > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-lLque .framer-1ugkv3m > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-lLque .framer-1uv5x1k > *, .framer-lLque .framer-1c04ovx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-lLque .framer-1plt656 > *, .framer-lLque .framer-15sihkr > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-lLque .framer-1h0qavu > * { margin: 0px; margin-left: calc(55px / 2); margin-right: calc(55px / 2); } .framer-lLque .framer-po4f4p > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lLque .framer-8x5wum > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-lLque .framer-1xa6x1l > *, .framer-lLque .framer-hp65hf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lLque .framer-1h6b7zn > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-lLque .framer-1juiw1a > *, .framer-lLque .framer-1uchhx6 > *, .framer-lLque .framer-1x298oc > *, .framer-lLque .framer-ab0efo > *, .framer-lLque .framer-ozovyc > *, .framer-lLque .framer-rszz0m > *, .framer-lLque .framer-h1p1qs > *, .framer-lLque .framer-95vgt5 > *, .framer-lLque .framer-8ni5fw > *, .framer-lLque .framer-9hi6jm > *, .framer-lLque .framer-179m8yu > *, .framer-lLque .framer-h74a4g > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-lLque .framer-77zw1t > *, .framer-lLque .framer-kyw366 > *, .framer-lLque .framer-10gzn6l > *, .framer-lLque .framer-1yrpfcg > *, .framer-lLque .framer-10cb89f > *, .framer-lLque .framer-h6n5gh > *, .framer-lLque .framer-r3y57v > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (max-width: 809px) { .framer-lLque.framer-vc5g3k { width: 390px; } .framer-lLque .framer-1t42b9c-container { order: 0; } .framer-lLque .framer-fhffrc { flex-direction: column; gap: 26px; order: 2; padding: 0px 0px 40px 0px; } .framer-lLque .framer-ur4g9i { align-content: center; align-items: center; flex: none; gap: 23px; max-width: 90%; order: 1; width: 100%; } .framer-lLque .framer-1g1ksti { order: 0; width: 100%; } .framer-lLque .framer-qh7ict { height: 290px; } .framer-lLque .framer-15ii9tz-container { order: 3; } .framer-lLque .framer-1fjbjn8 { gap: 51px; order: 4; padding: 27px 0px 27px 0px; } .framer-lLque .framer-xj64ll { gap: 0px; grid-template-columns: repeat(1, minmax(200px, 1fr)); max-width: 90%; } .framer-lLque .framer-z724db { gap: 44px; order: 5; padding: 27px 12px 27px 12px; } .framer-lLque .framer-1h0qavu { flex-direction: column; gap: 22px; } .framer-lLque .framer-po4f4p { flex: none; width: 100%; } .framer-lLque .framer-4hnbp9-container { height: 165px; width: 100%; } .framer-lLque .framer-1xa6x1l { flex-wrap: wrap; width: 100%; } .framer-lLque .framer-1tzekv9 { height: var(--framer-aspect-ratio-supported, 35px); width: 127px; } .framer-lLque .framer-l4rrc7, .framer-lLque .framer-cvby4e { height: var(--framer-aspect-ratio-supported, 34px); width: 127px; } .framer-lLque .framer-pnllwf { gap: 51px; order: 6; padding: 27px 20px 27px 20px; } .framer-lLque .framer-1h6b7zn { flex-direction: column; } .framer-lLque .framer-1juiw1a, .framer-lLque .framer-ozovyc, .framer-lLque .framer-8ni5fw { width: 100%; } .framer-lLque .framer-1qci9mu-container { max-width: unset; order: 7; } .framer-lLque .framer-1t7gefv-container { order: 8; } .framer-lLque .framer-1ewpt3y-container { order: 9; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lLque .framer-fhffrc, .framer-lLque .framer-ur4g9i, .framer-lLque .framer-1fjbjn8, .framer-lLque .framer-xj64ll, .framer-lLque .framer-z724db, .framer-lLque .framer-1h0qavu, .framer-lLque .framer-pnllwf, .framer-lLque .framer-1h6b7zn { gap: 0px; } .framer-lLque .framer-fhffrc > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-lLque .framer-fhffrc > :first-child, .framer-lLque .framer-ur4g9i > :first-child, .framer-lLque .framer-1fjbjn8 > :first-child, .framer-lLque .framer-z724db > :first-child, .framer-lLque .framer-1h0qavu > :first-child, .framer-lLque .framer-pnllwf > :first-child, .framer-lLque .framer-1h6b7zn > :first-child { margin-top: 0px; } .framer-lLque .framer-fhffrc > :last-child, .framer-lLque .framer-ur4g9i > :last-child, .framer-lLque .framer-1fjbjn8 > :last-child, .framer-lLque .framer-z724db > :last-child, .framer-lLque .framer-1h0qavu > :last-child, .framer-lLque .framer-pnllwf > :last-child, .framer-lLque .framer-1h6b7zn > :last-child { margin-bottom: 0px; } .framer-lLque .framer-ur4g9i > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-lLque .framer-1fjbjn8 > *, .framer-lLque .framer-pnllwf > * { margin: 0px; margin-bottom: calc(51px / 2); margin-top: calc(51px / 2); } .framer-lLque .framer-xj64ll > *, .framer-lLque .framer-xj64ll > :first-child, .framer-lLque .framer-xj64ll > :last-child { margin: 0px; } .framer-lLque .framer-z724db > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-lLque .framer-1h0qavu > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-lLque .framer-1h6b7zn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-lLque.framer-vc5g3k { width: 810px; } .framer-lLque .framer-1t42b9c-container { order: 0; } .framer-lLque .framer-hkasm3-container { order: 1; } .framer-lLque .framer-fhffrc { flex-direction: column; order: 2; padding: 60px 64px 50px 64px; } .framer-lLque .framer-ur4g9i { align-content: center; align-items: center; flex: none; gap: 38px; max-width: 80%; width: 100%; } .framer-lLque .framer-15ii9tz-container { order: 3; } .framer-lLque .framer-1fjbjn8 { gap: 47px; order: 4; padding: 40px 40px 70px 40px; } .framer-lLque .framer-xj64ll { gap: 11px; grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-lLque .framer-z724db { gap: 47px; order: 5; padding: 40px 40px 70px 40px; } .framer-lLque .framer-1h0qavu { flex-direction: column; gap: 37px; } .framer-lLque .framer-po4f4p { flex: none; width: 100%; } .framer-lLque .framer-4hnbp9-container, .framer-lLque .framer-1juiw1a, .framer-lLque .framer-ozovyc, .framer-lLque .framer-8ni5fw { width: 100%; } .framer-lLque .framer-pnllwf { gap: 47px; order: 6; padding: 40px 40px 70px 40px; } .framer-lLque .framer-1h6b7zn { flex-direction: column; } .framer-lLque .framer-1qci9mu-container { max-width: unset; order: 7; } .framer-lLque .framer-1t7gefv-container { order: 8; } .framer-lLque .framer-1ewpt3y-container { order: 9; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lLque .framer-fhffrc, .framer-lLque .framer-ur4g9i, .framer-lLque .framer-1fjbjn8, .framer-lLque .framer-xj64ll, .framer-lLque .framer-z724db, .framer-lLque .framer-1h0qavu, .framer-lLque .framer-pnllwf, .framer-lLque .framer-1h6b7zn { gap: 0px; } .framer-lLque .framer-fhffrc > * { margin: 0px; margin-bottom: calc(89px / 2); margin-top: calc(89px / 2); } .framer-lLque .framer-fhffrc > :first-child, .framer-lLque .framer-ur4g9i > :first-child, .framer-lLque .framer-1fjbjn8 > :first-child, .framer-lLque .framer-z724db > :first-child, .framer-lLque .framer-1h0qavu > :first-child, .framer-lLque .framer-pnllwf > :first-child, .framer-lLque .framer-1h6b7zn > :first-child { margin-top: 0px; } .framer-lLque .framer-fhffrc > :last-child, .framer-lLque .framer-ur4g9i > :last-child, .framer-lLque .framer-1fjbjn8 > :last-child, .framer-lLque .framer-z724db > :last-child, .framer-lLque .framer-1h0qavu > :last-child, .framer-lLque .framer-pnllwf > :last-child, .framer-lLque .framer-1h6b7zn > :last-child { margin-bottom: 0px; } .framer-lLque .framer-ur4g9i > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-lLque .framer-1fjbjn8 > *, .framer-lLque .framer-z724db > *, .framer-lLque .framer-pnllwf > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-lLque .framer-xj64ll > *, .framer-lLque .framer-xj64ll > :first-child, .framer-lLque .framer-xj64ll > :last-child { margin: 0px; } .framer-lLque .framer-1h0qavu > * { margin: 0px; margin-bottom: calc(37px / 2); margin-top: calc(37px / 2); } .framer-lLque .framer-1h6b7zn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7634\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oGvjgpH4g\":{\"layout\":[\"fixed\",\"auto\"]},\"KKKTCO_la\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerhxWsRhCUy=withCSS(Component,css,\"framer-lLque\");export default FramerhxWsRhCUy;FramerhxWsRhCUy.displayName=\"Kunden\";FramerhxWsRhCUy.defaultProps={height:7634,width:1200};addFonts(FramerhxWsRhCUy,[{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:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD2FlzBaI5loa26g.woff2\",weight:\"500\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llzBaI5loa26g.woff2\",weight:\"400\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhqbQ6g4tIOm6vje.woff2\",weight:\"400\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhp8RKg4tIOm6vje.woff2\",weight:\"700\"}]},...HeaderFonts,...DividerFonts,...ButtonFonts,...ClientLogosFonts,...SpotifyFonts,...CallToActionFonts,...FooterFonts,...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\":\"FramerhxWsRhCUy\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oGvjgpH4g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KKKTCO_la\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"7634\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["urlRegex", "Spotify", "props", "theme", "sourceUrl", "identifier", "te", "strippedUrl", "url", "p", "addPropertyControls", "ControlType", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "HeaderFonts", "getFonts", "bM8wL8VZI_default", "DividerFonts", "XZYl3nFmh_default", "RichTextWithFX", "withFX", "RichText2", "ButtonFonts", "dVLjV7e3K_default", "ContainerWithFX", "Container", "ImageWithFX", "Image2", "ClientLogosFonts", "BLK4bEkqt_default", "MotionDivWithFX", "motion", "SpotifyFonts", "Spotify", "CallToActionFonts", "JK5VKaqdr_default", "FooterFonts", "MBhcwCeVi_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "transition5", "animation6", "equals", "a", "b", "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", "XXD9erDreqwyl5ALDS", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "usePreloadLocalizedValues", "router", "useRouter", "isDisplayed1", "visible", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLocalizedValue", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "Link", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerhxWsRhCUy", "withCSS", "hxWsRhCUy_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
