CINXE.COM
Investing in Einride
<!DOCTYPE html><!-- Last Published: Mon Nov 25 2024 15:59:14 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.einride.tech" data-wf-page="667151d4c2bbf8ab6e79afe3" data-wf-site="6543b0ac670da6bf2c551bf3" lang="en"><head><meta charset="utf-8"/><title>Investing in Einride</title><meta content="Learn more about investing in the world-leading technology platform for electric and autonomous freight with Einride." name="description"/><meta content="Investing in Einride" property="og:title"/><meta content="Learn more about investing in the world-leading technology platform for electric and autonomous freight with Einride." property="og:description"/><meta content="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66cc71f3d1b0332846dcb0c4_LynwoodEinrideStation.webp" property="og:image"/><meta content="Investing in Einride" property="twitter:title"/><meta content="Learn more about investing in the world-leading technology platform for electric and autonomous freight with Einride." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66cc71f3d1b0332846dcb0c4_LynwoodEinrideStation.webp" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/css/einride.6bcae7923.min.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/654a022f1acbb52fa10e1666_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/654a02d2476fb0397e37d85e_symbol-black-02%402x.png" rel="apple-touch-icon"/><link href="https://einride.tech/investors" rel="canonical"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N9VTPS4W');</script> <!-- End Google Tag Manager --> <script> // Check if the dataLayer is defined window.dataLayer = window.dataLayer || []; // Get environment and version information from Webflow var isProduction = window.location.hostname.includes('einride.tech'); var environment = isProduction ? 'production' : (window.location.hostname.includes('staging') ? 'staging' : 'localhost'); var version = window.Webflow ? window.Webflow.siteInfo.page.version : 'unknown'; // Get page information var pagePath = window.location.pathname; var pageTitle = document.title; var previousPagePath = document.referrer !== "" ? document.referrer : null; // Get user's country from GA4 var userCountry = (window.dataLayer && window.dataLayer.length > 0 && window.dataLayer[0]['user_properties']) ? window.dataLayer[0]['user_properties']['country'] || '(not set)' : '(not set)'; // Get user's device using navigator.userAgent var userAgent = navigator.userAgent; var userDevice = getUserDevice(userAgent) || 'unknown'; // Push virtual_page_view event to the dataLayer dataLayer.push({ 'event': 'virtual_page_view', 'page_path': pagePath, 'title': pageTitle, 'previous_page_path': previousPagePath, 'country': userCountry, 'device': userDevice, 'environment': environment, 'version': version, // Add any other custom variables you want to push }); console.log('virtual_page_view event pushed to dataLayer. Check the console for details.'); // Push user_properties event to the dataLayer dataLayer.push({ 'event': 'user_properties', 'country': userCountry, 'device': userDevice, 'environment': environment, 'version': version, // Add any other custom variables you want to push }); console.log('user_properties event pushed to dataLayer. Check the console for details.'); // Track external link clicks, internal link clicks, CTA clicks, 404 pages, article page views, and video playback events document.addEventListener('click', function(event) { var clickedElement = event.target; // Check if the clicked element is an anchor tag with an external link if (clickedElement.tagName === 'A' && clickedElement.hostname !== window.location.hostname) { var linkText = clickedElement.innerText; var destination = clickedElement.href; // Push external_link_click event to the dataLayer dataLayer.push({ 'event': 'external_link_click', 'text': linkText, 'destination': destination, 'page_path': pagePath, 'previous_page_path': previousPagePath, }); console.log('external_link_click event pushed to dataLayer. Check the console for details.'); } // Check if the clicked element is an anchor tag with an internal link if (clickedElement.tagName === 'A' && clickedElement.hostname === window.location.hostname) { var internalLinkText = clickedElement.innerText; var internalDestination = clickedElement.href; // Push internal_link event to the dataLayer dataLayer.push({ 'event': 'internal_link', 'text': internalLinkText, 'destination': internalDestination, 'page_path': pagePath, 'previous_page_path': previousPagePath, }); console.log('internal_link event pushed to dataLayer. Check the console for details.'); } // Check if the clicked element is a button with class "CTA" if (clickedElement.tagName === 'BUTTON' && clickedElement.classList.contains('CTA')) { var ctaButtonText = clickedElement.innerText; var ctaDestinationPath = getButtonDestinationPath(clickedElement); // Push cta_click event to the dataLayer dataLayer.push({ 'event': 'cta_click', 'text': ctaButtonText, 'destination_path': ctaDestinationPath, 'page_path': pagePath, 'previous_page_path': previousPagePath, }); console.log('cta_click event pushed to dataLayer. Check the console for details.'); } }); // ... (rest of the code remains unchanged) // Function to get the user's device from userAgent function getUserDevice(userAgent) { // Your logic to determine the device from userAgent // Example: Check for specific keywords like 'Mobile', 'Tablet', etc. if (userAgent.match(/Mobile/i)) { return 'mobile'; } else if (userAgent.match(/Tablet/i)) { return 'tablet'; } else { return 'desktop'; } } </script> <style> body { -webkit-font-smoothing: antialiased; /* for Chrome and Safari */ -moz-osx-font-smoothing: grayscale; /* for Firefox */ font-synthesis: none; -moz-font-feature-settings: 'kern'; font-variant-numeric: slashed-zero tabular-nums; } .CookieDeclarationTableCell { line-height: 1.1 !important; } </style> <style> /* Hide duplicated links on desktop and tablet */ @media screen and (min-width: 768px) { .duplicated-links { display: none !important; /* Force hide duplicated links on desktop and tablet */ } } /* Show duplicated links and hide original links on mobile */ @media screen and (max-width: 767px) { .swapped-links { display: none !important; /* Force hide original Shop and Contact links on mobile */ } .duplicated-links { display: block !important; /* Force show duplicated Shop and Contact links on mobile */ } } </style> </head><body><div class="page-wrapper"><div class="w-embed"><style> .page-wrapper { overflow: clip !important; } * { -webkit-font-smoothing: antialiased; } /* Target the first collection item */ .eventhighlightsitem.grid.w-dyn-item:nth-child(1) { grid-column: span 2 / span 2 !important; } /* Target the second collection item */ .eventhighlightsitem.grid.w-dyn-item:nth-child(2) { grid-column: span 2 / span 2 !important; } .eventhighlightsitem.grid.w-dyn-item:nth-child(n+3) .col-lg-2 { grid-column: span 4 / span 4 !important; } .eventhighlightsitem.grid.w-dyn-item:nth-child(n+3) .col-lg-1 { justify-self: start !important; } .eventhighlightsitem.grid.w-dyn-item:nth-child(n+3) .col-lg-1:nth-child(2){ margin-top: 12px !important; } .eventSpeakersDropdown_list { width: 50% !important; max-width: 50% !important; } .eventsFiltersLink.title-2.custom-colors { color: inherit !important; } .agenda-collection-item_title[agenda-type="Break"] { color: rgba(30,31,31,0.6) !important; } .footer[inverted="on"] { background-color: var(--background--grouped--primaryelevated); } .footer[inverted="on"] .mega-title.inverted { color: var(--content--primary) !important; } .footer[inverted="on"] .paragraph.link.inverted{ color: var(--content--primary) !important; } .footer[inverted="on"] .paragraph.secondary.inverted{ color: var(--content--secondary) !important; } .navbar1_component[inverted="on"] { background-color: black; } .navbar1_component[inverted="on"] .navlink { color: var(--content--secondaryinverted) !important; } .navbar1_component[inverted="on"] .button { background-color: var(--background--grouped--primaryelevated) !important; color: var(--content-primary) !important; } .navbar1_component[inverted="on"] .dropdownmenu { background-color: black; } .navbar1_component[inverted="on"] .title-2.link { color: white !important; } .navbar1_component[inverted="on"] .paragraph.secondary { color: var(--content--secondaryinverted) !important; } .navbar1_component[inverted="on"] .navbar1_menu.mobile{ background-color: black !important; } .navbar1_component[inverted="on"] h3 { color: white !important; } .navbar1_component[inverted="on"] h3.secondary { color: var(--content--secondaryinverted) !important; } .navbar1_component[inverted="on"] .navbar1_menu-dropdown_toggle { color: white !important; } .navbar1_component[inverted="on"] .form-button-arrow { color: var(--content--primary) !important } .proposition-item-link:hover h3 { text-decoration: underline; } .tab.w--current .tabindice { background-color: var(--background--primaryinverted) !important; color: var(--content--primaryinverted) !important; } .tab:hover { color: var(--content--primary) !important; } .tab:hover .tabindice { color: var(--content--primaryinverted) !important; background-color: var(--background--primaryinverted) !important; } .simpletab.w--current .circlemarker{ display: block; } .simpletab .circlemarker{ display: none; } @media screen and (max-width: 991px) { iframe:not([src*="cookiebot.com"]){ position: absolute !important; top: 50% !important; left: 50% !important; height: 100vh !important; transform: translate(-50%, -50%) !important; width: 150vh !important; } #videoLoop div:first-child { position: static !important; } } .more-link:hover .on-hover-underline { text-decoration: underline; } .new_navbar1-dropdown.is-whatwedo:hover .new_navbar1-dropdown.is-more { z-index: 2138 !important; } .navlink-wwd:hover .navlink-more { z-index: 2138 !important; } .navbar1_component[inverted="on"] .navbar1_logo-image.is-light { display: block; } .navbar1_component[inverted="on"] .navbar1_logo-image.is-dark { display: none; } .navbar1_component[inverted="off"] .navbar1_logo-image.is-light { display: none; } .navbar1_component[inverted="off"] .navbar1_logo-image.is-dark { display: block; } .navbar1_component[inverted="on"] .new_navbar1-dropdown-more { background-color: var(--background--primaryinverted) !important; color: var(--contente--primaryinverted) !important; } .navbar1_component[inverted="on"] .new_navbar1-dropdown-wwd { background-color: var(--background--primaryinverted) !important; color: var(--contente--primaryinverted) !important; } .navbar1_component[inverted="on"] .new_navbar1-dropdown.dropdown-whatwedo.w-dropdown { background-color: transparent !important; } .navbar1_component .w-dropdown { background-color: transparent !important; } .navbar1_component[inverted="on"] .paragraph { color: var(--content--primaryinverted) !important; } .navbar1_component[inverted="on"] .textspan.secondary { color: var(--content--secondaryinverted) !important; } .navbar1_component[inverted="on"] .navlink8 { border-top: solid 1px var(--content--secondaryinverted) !important; } .navbar1_component[inverted="on"] .title-2 { color: var(--content--primaryinverted) !important; } .navbar1_component[inverted="on"] .button.secondary { color: var(--content--primary) !important; background-color: var(--background--primary) !important; } .footer a { text-decoration: none !important; } </style></div><div class="navbarwrapper"><div data-animation="default" class="navbar1_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="6781b82c-e052-b8a3-ece2-ff686991c081" inverted="off" role="banner" data-duration="400"><div id="whatwedo-content" class="navbar1_dropdown-wwd"><div id="whatwedo-content-grid" class="w-layout-grid navbar1_dropdown-wwd-grid"><div id="w-node-_68fab18d-36ee-50fe-47c6-b4907600d0ca-6991c081" class="spacer xxl"></div><div id="w-node-_68fab18d-36ee-50fe-47c6-b4907600d0cb-6991c081" class="col-lg-3 u-gap-16"><div class="paragraph secondary">Resources</div><div class="col u-gap-8"><a href="/insights" class="title-2 link">Insights</a><a href="/webinars" class="title-2 link">Webinars</a><a href="/white-papers" class="title-2 link">White papers</a></div></div><div id="w-node-_68fab18d-36ee-50fe-47c6-b4907600d0d5-6991c081" class="col-lg-3 u-gap-16"><div class="paragraph secondary">Company</div><div class="col u-gap-8"><a href="/about" class="title-2 link">About</a><a href="/press" class="title-2 link">Press releases</a><a href="/investors" aria-current="page" class="title-2 link w--current">Investor relations</a></div></div><div id="w-node-_68fab18d-36ee-50fe-47c6-b4907600d0df-6991c081" class="col-lg-3 u-gap-16"><div class="paragraph secondary">More</div><div class="col u-gap-8"><a href="https://shop.einride.tech/" target="_blank" class="title-2 link">Shop</a></div></div></div></div><div id="more-content" class="navbar1_dropdown-more"><div id="more-content-grid" class="w-layout-grid navbar1_dropdown-more-grid"><div id="w-node-_6c7cc260-6305-4e2b-d0c5-187691a747cf-6991c081" class="navwrappertop"><a href="/retired-pages/ecosystem-v2" class="link w-inline-block"><h2 class="title-2">Shipping Intelligence<br/><span class="textspan secondary">The power of Einride</span></h2></a><a href="/what-we-do" class="button secondary w-button">Explore</a></div><div id="w-node-_6c7cc260-6305-4e2b-d0c5-187691a747d8-6991c081" class="navwrapperbottom"><div id="w-node-_6c7cc260-6305-4e2b-d0c5-187691a747d9-6991c081" class="navlink4"><a href="/what-we-do/freight" class="link w-inline-block"><p class="paragraph">Freight →<br/><span class="textspan secondary">Every journey improved by technology</span></p></a></div><div id="w-node-_6c7cc260-6305-4e2b-d0c5-187691a747e0-6991c081" class="navlink8"><div class="div-block-18"><a href="/what-we-do/autonomy" class="link w-inline-block"><p class="paragraph">Autonomy →<br/><span class="textspan secondary">Purpose-built and working 24/7</span></p></a></div><div class="div-block-19"><a href="/what-we-do/charging" class="link w-inline-block"><p class="paragraph">Charging →<br/><span class="textspan secondary">Powering your heavy-duty journey</span></p></a></div><div class="div-block-20"><p>Connectivity →<br/><span class="textspan secondary">Safely connected wherever you go</span></p></div></div></div></div></div><div class="navbar1_container"><a href="/" class="navbar1_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66017fb33272aa557765184d_Logo.svg" loading="lazy" alt="Einride logo." class="navbar1_logo-image is-dark"/><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667942b010cd0e264effea5a_Logo.svg" loading="lazy" alt="" class="navbar1_logo-image is-light"/></a><nav role="navigation" fs-scrolldisable-element="when-visible" class="navbar1_menu is-page-height-tablet w-nav-menu"><div class="navbar1_menu desktop"><div class="z-index-1002"><div data-hover="true" data-delay="0" class="new_navbar1-dropdown dropdown-whatwedo w-dropdown"><div class="new_navbar1-dropdown-toggle nv-pl-ins w-dropdown-toggle"><a id="whatwedo" href="/what-we-do" class="paragraph navlink new_navbar1 navlink-wwd">What we do</a></div><nav class="new_navbar1-dropdown-list w-dropdown-list"><div id="whatwedo-content-grid" class="w-layout-grid new_navbar1-dropdown-more"><div id="w-node-ec1183a6-2f5f-3b5b-5f75-bf0b641ef533-6991c081" class="navwrappertop"><a href="/what-we-do" class="link w-inline-block"><h2 class="title-2">Shipping Intelligence<br/><span class="textspan secondary">The power of Einride</span></h2></a><a href="/what-we-do" class="button secondary w-button">Explore</a></div><div id="w-node-ec1183a6-2f5f-3b5b-5f75-bf0b641ef53c-6991c081" class="navwrapperbottom"><div id="w-node-ec1183a6-2f5f-3b5b-5f75-bf0b641ef53d-6991c081" class="navlink4"><a href="/what-we-do/freight" class="link more-link w-inline-block"><p class="paragraph"><span class="on-hover-underline">Freight →</span><br/><span class="textspan secondary">Every journey improved by technology</span></p></a></div><div id="w-node-ec1183a6-2f5f-3b5b-5f75-bf0b641ef545-6991c081" class="navlink8"><div class="div-block-18"><a href="/what-we-do/autonomy" class="link more-link w-inline-block"><p class="paragraph"><span class="on-hover-underline">Autonomy →</span><br/><span class="textspan secondary">Purpose-built and working 24/7</span></p></a></div><div class="div-block-19"><a href="/what-we-do/charging" class="link w-inline-block"><p class="paragraph">Charging →<br/><span class="textspan secondary">Powering your heavy-duty journey</span></p></a></div></div></div></div><div class="new_navbar1-dropdown_bg"></div></nav></div></div><a id="customers" href="/customers" class="paragraph navlink is-customers">Customers</a><div class="z-index-1002"><div data-hover="true" data-delay="0" class="new_navbar1-dropdown dropdown-more w-dropdown"><div class="new_navbar1-dropdown-toggle w-dropdown-toggle"><div id="more" class="paragraph navlink new_navbar1 navlink-more">More</div></div><nav class="new_navbar1-dropdown-list w-dropdown-list"><div id="more-content-grid" class="w-layout-grid new_navbar1-dropdown-wwd"><div id="w-node-e4c502f7-7a73-be81-0277-c705b83af79f-6991c081" class="spacer xxl"></div><div id="w-node-e4c502f7-7a73-be81-0277-c705b83af7a0-6991c081" class="col-lg-3 u-gap-16"><div class="paragraph secondary">Resources</div><div class="col u-gap-8"><a href="/insights" class="title-2 link">Insights</a><a href="/webinars" class="title-2 link">Webinars</a><a href="/white-papers" class="title-2 link">White papers</a></div></div><div id="w-node-e4c502f7-7a73-be81-0277-c705b83af7aa-6991c081" class="col-lg-3 u-gap-16"><div class="paragraph secondary">Company</div><div class="col u-gap-8"><a href="/about" class="title-2 link">About</a><a href="/press" class="title-2 link">Press releases</a><a href="/investors" aria-current="page" class="title-2 link w--current">Investor relations</a></div></div><div id="w-node-e4c502f7-7a73-be81-0277-c705b83af7b4-6991c081" class="col-lg-3 u-gap-16"><div class="paragraph secondary">More</div><div class="col u-gap-8"><a href="https://shop.einride.tech/" target="_blank" class="title-2 link">Shop</a></div></div></div><div class="new_navbar1-dropdown_bg"></div></nav></div></div></div><div class="navbar1_menu mobile"><div class="div-block-22"><a href="/what-we-do" class="link w-inline-block"><div class="row u-rw-stretch"><h3 class="mega-title u-t-down c-menu">What we do</h3><h3 class="mega-title secondary c-menu">→</h3></div></a><a href="/what-we-do/freight" class="link w-inline-block"><div class="row u-rw-stretch"><h3 class="mega-title u-t-down c-menu">Freight</h3><h3 class="mega-title secondary c-menu">→</h3></div></a><a href="/what-we-do/autonomy" class="link w-inline-block"><div class="row u-rw-stretch"><h3 class="mega-title u-t-down c-menu">Autonomy</h3><h3 class="mega-title secondary c-menu">→</h3></div></a><a href="/what-we-do/charging" class="link w-inline-block"><div class="row u-rw-stretch"><h3 class="mega-title u-t-down c-menu">Charging</h3><h3 class="mega-title secondary c-menu">→</h3></div></a></div><div class="spacer t-48-m-0"></div><div data-delay="0" data-hover="false" class="navbar1_menu-dropdown w-dropdown"><div class="navbar1_menu-dropdown_toggle w-dropdown-toggle"><div class="text-size t-20-m-14">Resources</div></div><nav class="navbar1_menu-dropdown_list w-dropdown-list"><a href="/insights" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">Customers</h3></a><a href="/insights" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">Insights</h3></a><a href="/webinars" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">Webinars</h3></a><a href="/white-papers" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">White papers</h3></a></nav></div><div data-delay="0" data-hover="false" class="navbar1_menu-dropdown w-dropdown"><div class="navbar1_menu-dropdown_toggle w-dropdown-toggle"><div class="text-size t-20-m-14">Company</div></div><nav class="navbar1_menu-dropdown_list w-dropdown-list"><a href="/about" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">About</h3></a><a href="/press" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">Press releases</h3></a><a href="/investors" aria-current="page" class="link w-inline-block w--current"><h3 class="mega-title u-t-down c-menu">Investor relations</h3></a></nav></div><div data-delay="0" data-hover="false" class="navbar1_menu-dropdown w-dropdown"><div class="navbar1_menu-dropdown_toggle w-dropdown-toggle"><div class="text-size t-20-m-14">More</div></div><nav class="navbar1_menu-dropdown_list w-dropdown-list"><a href="https://shop.einride.tech/" target="_blank" class="link w-inline-block"><h3 class="mega-title u-t-down c-menu">Shop</h3></a></nav></div><div class="spacer t-48-m-0"></div><a href="/transformation-assessment" class="form-button is-navbar positive w-inline-block"><h2 class="title-2 form-button-label navbar">Go Einride</h2><h3 class="title-3 form-button-arrow navbar">→</h3></a></div><div id="goelectric" class="navbar1_menu-buttons hide-tablet"><a aria-label="" href="/transformation-assessment" class="button insights-cta w-button">Go Einride</a></div></nav><div class="navbar1_menu-ctas"><div class="navbar1_menu-button w-nav-button"><div class="menu-icon1"><div data-w-id="9918062d-f028-ee8e-69d4-a0da248e7a53" data-is-ix2-target="1" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66504dd674373338f4be343f_einride-menu-lottie.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="3" data-duration="0"></div></div></div><a href="/transformation-assessment" class="menu-icon1 is-second w-inline-block"><div class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" style="" viewBox="0 0 20 20" fill="currentColor" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M14.2796 9.34L7.91961 17.12L7.39961 15.78L9.41961 10.86H5.99961L5.71961 10.16L12.0796 2.4L12.5996 3.72L10.3796 8.64H13.9996L14.2796 9.34Z" fill="currentColor" style="fill:#1E1E1F;fill:color(display-p3 0.1176 0.1176 0.1216);fill-opacity:1;"/> </svg></div></a></div></div></div></div><section class="section"><div class="u-w-100 u-ratio-16-9"><div videoFullId="927596349" videoLoopId="927598854" class="u-w-100 u-ratio-16-9 videoembed mobilecustom w-embed w-script"><div style="position: relative; width: 100%; height: 100%; cursor: none;" id="videoContainer"> <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; cursor: none;" id="overlay"></div> <div style="position: absolute; width: 100%; height: 100%; cursor: none;" id="videoLoop"></div> <!-- clickToPlay button <div style="max-width: 40px; max-height: 40px; margin:0; position: absolute; z-index: 3; background-color: white; color: #121212; border-radius: 200px; font-size: 24px; cursor: none; pointer-events: none; transform: translate(-50%, -50%); transition: opacity 200ms ease-in-out, max-width 400ms ease-in-out, max-height 400ms ease-in-out; padding: 40px; opacity: 0; text-align: center;" id="clickToPlay">Play full video</div> --> </div> <script src="https://player.vimeo.com/api/player.js"></script> <script> var scriptTag = document.getElementsByTagName('script'); var thisScript = scriptTag[scriptTag.length - 1]; var parent = thisScript.parentNode; var videoLoopId = Number(parent.getAttribute("videoLoopId")); var videoFullId = Number(parent.getAttribute("videoFullId")); var options = { id: 'https://vimeo.com/1006542954?dnt=1', responsive: true, autoplay: true, background: true, controls: false, muted: true, }; var options2 = { id: 'https://vimeo.com/1006542954?dnt=1', controls: true, responsive: true, autoplay: true, muted: false, airplay: false, byline: false, cc: false, chromecast: false, fullscreen: false, pip: false, quality_selector: false, title: false, transcript: false, vimeo_logo: false, color: "#1FCF01" }; var video01Player = new Vimeo.Player('videoLoop', options); function adjustVideoSettings(player) { player.setVolume(1); player.setMuted(false); player.setLoop(false); } var overlay = document.getElementById('overlay'); var clickToPlay = document.getElementById('clickToPlay'); // New smooth movement implementation var targetX = 0; var targetY = 0; var currentX = 0; var currentY = 0; var easeFactor = 0.1; // Adjust this value to control the easing speed function lerp(start, end, amt) { return (1 - amt) * start + amt * end; } function updatePosition() { currentX = lerp(currentX, targetX, easeFactor); currentY = lerp(currentY, targetY, easeFactor); clickToPlay.style.transform = `translate(${currentX}px, ${currentY}px)`; requestAnimationFrame(updatePosition); } updatePosition(); overlay.addEventListener('mousemove', function(e) { var rect = this.getBoundingClientRect(); targetX = e.clientX - rect.left - (clickToPlay.offsetWidth / 2); targetY = e.clientY - rect.top - (clickToPlay.offsetHeight / 2); clickToPlay.style.visibility = 'visible'; clickToPlay.style.opacity = '1'; clickToPlay.style.maxWidth = '400px'; // Adjusted max-width for animation clickToPlay.style.maxHeight = '200px'; // Adjusted max-height for animation }); overlay.addEventListener('mouseleave', function() { clickToPlay.style.visibility = 'hidden'; clickToPlay.style.opacity = '0'; clickToPlay.style.maxWidth = '40px'; // Return to initial size clickToPlay.style.maxHeight = '40px'; // Return to initial size }); overlay.addEventListener('click', function() { clickToPlay.style.display = "none"; overlay.style.display = "none"; video01Player.destroy().then(function() { video01Player = new Vimeo.Player('videoLoop', options2); adjustVideoSettings(video01Player); }).catch(function(error) { console.error('Error updating the video settings: ', error); }); clickToPlay.style.display = 'none'; // Hide "click to play" on click }); </script></div></div></section><section class="section u-mt-0"><div class="grid u-pt-24 u-border-top"><div id="w-node-a5edb704-80bc-af38-ce75-d8ef95bc033a-6e79afe3" class="col-lg-4"><h2 class="title-2">The next step in the evolution of road freight</h2></div><div id="w-node-a5edb704-80bc-af38-ce75-d8ef95bc033d-6e79afe3" class="w-layout-vflex col-lg-8 col-s-4"><div class="paragraph secondary"><span class="primary">Einride’s state-of-the-art solution</span> is designed and built to be the winner in transportation’s technological shift as the road freight industry transitions from diesel, analog and manual to AI-powered, digital, electric and autonomous. </div><a aria-label="" href="https://einride.tech/contact?topic=IR" class="button w-button">Contact us</a></div></div></section><section class="section"><div class="spacer-huge"></div><div class="row"><div class="grid u-bt-1 u-pt-24 custom-investors-mobile"><div id="w-node-_38fe1701-a5fa-d76c-f069-38461288a929-6e79afe3" class="grid-item custom-investors-1"><p class="paragraph secondary">Founded in</p><div class="spacer-xxlarge"></div><h2 class="mega-title">2016</h2></div><div id="w-node-_50fa754f-56b0-062d-12e5-f67ffede3c1e-6e79afe3" class="grid-item custom-investors-2"><p class="paragraph secondary">Operational markets</p><div class="spacer-xxlarge"></div><h2 class="mega-title">08</h2></div><div id="w-node-d9039c51-5091-89ab-2f17-16c46d060db8-6e79afe3" class="grid-item custom-investors-3"><p class="paragraph secondary">CO₂e emissions lowered by</p><div class="spacer-xxlarge"></div><h2 class="mega-title"><span class="positive">↓</span>95%</h2></div></div></div><div class="spacer hide-mobile-landscape"></div><div class="row"><div class="grid u-bt-1 u-pt-24 custom-investors-mobile"><div id="w-node-_000f5096-7b10-6a12-a914-b7cb3d920665-6e79afe3" class="grid-item custom-investors-1"><p class="paragraph secondary">CNBC Disruptor 50 List</p><div class="spacer-xxlarge"></div><h2 class="mega-title">2x</h2></div><div id="w-node-_000f5096-7b10-6a12-a914-b7cb3d92066b-6e79afe3" class="grid-item custom-investors-2"><p class="paragraph secondary">Increase of customers YoY</p><div class="spacer-xxlarge"></div><h2 class="mega-title">50%</h2></div><div id="w-node-_000f5096-7b10-6a12-a914-b7cb3d920671-6e79afe3" class="grid-item custom-investors-3 u-bb-1"><p class="paragraph secondary">Employee nationalities</p><div class="spacer-xxlarge"></div><h2 class="mega-title">37</h2></div></div></div><div class="spacer-xlarge"></div></section><section id="section-1" class="section u-mt-0 u-mb-32"><div class="grid u-pt-64"><div id="w-node-_19f8da65-d01e-a38b-702d-bafd7208fa05-6e79afe3" class="col-lg-4 u-d-flex-bottom u-w-100 m-8"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667155c82127c9ce44e31039_investors-image-02.png" loading="lazy" alt="An Einride electric truck driving down a road in the middle of an autumnal forest." class="u-w-100 u-ratio-3-4"/></div><div id="w-node-_19f8da65-d01e-a38b-702d-bafd7208fa08-6e79afe3" class="col-lg-8 u-w-100 m-12"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667155c8e3fc09d6ce17d1f4_investors-image-01.png" loading="lazy" alt="Einride's transport management software displayed in a tablet mounted on a vehicle dashboard." class="u-w-100 u-ratio-4-3"/></div></div></section><section class="section"><div class="grid u-pt-24 u-bt-1 m-bt-0"><div id="w-node-_9325d7b6-df59-ad40-0c00-c4237b855710-6e79afe3" class="col-lg-4 m-12"><h2 class="title-2">Trusted by</h2></div><div id="w-node-_9325d7b6-df59-ad40-0c00-c4237b855713-6e79afe3" class="col-lg-8"><p class="paragraph secondary"><span class="primary">A strong pipeline for years to come. </span>Einride’s business model is trusted by some of the world's largest companies and supported by leading global investors.</p></div></div><div class="spacer xxl t-48-m-24"></div><div data-w-id="619b7159-e44d-7fc2-a3e9-07c130938989" class="w-layout-hflex marqueewrapper"><div class="w-layout-hflex marquee"><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad6767dc86d5f82f5a9a8_amf.svg" loading="lazy" alt="AMF logo."/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad676fa162f337404721c_polar.svg" loading="lazy" alt="PolarStructure logo."/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad676ad9173d195b3d48d_eqt.svg" loading="lazy" alt="EQT logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad67613faa828300f732d_norrsken.svg" loading="lazy" alt="Norrsken logo."/></div></div><div class="w-layout-hflex marquee"><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad6767dc86d5f82f5a9a8_amf.svg" loading="lazy" alt="AMF logo."/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad676fa162f337404721c_polar.svg" loading="lazy" alt="PolarStructure logo."/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad676ad9173d195b3d48d_eqt.svg" loading="lazy" alt="EQT logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/65fad67613faa828300f732d_norrsken.svg" loading="lazy" alt="Norrsken logo."/></div></div></div></section><section class="section inverted"><div class="row"><div class="grid"><h2 id="w-node-_3f882013-9017-7e11-b921-dca615d35d33-6e79afe3">The Einride team</h2><div id="w-node-_380bb962-1c60-c30f-7d54-c8d6d5337d80-6e79afe3" class="spacer-xhuge"></div><div id="w-node-bbe177de-a2dd-1b7d-42e9-8373be96143b-6e79afe3" data-current="Founders" data-easing="ease" data-duration-in="300" data-duration-out="100" class="investors-tabs w-tabs"><div class="investors-tabs-menu w-tab-menu"><a data-w-tab="Founders" class="investors-tabs-link w-inline-block w-tab-link w--current"><div class="title-2 inherit">Founders</div></a><a data-w-tab="Executive leadership" class="investors-tabs-link w-inline-block w-tab-link"><div class="title-2 inherit">Executive leadership</div></a><a data-w-tab="Board of directors" class="investors-tabs-link w-inline-block w-tab-link"><div class="title-2 inherit">Board of directors<br/></div></a></div><div class="investors-tabs-content w-tab-content"><div data-w-tab="Founders" class="investors-tabs-content_pane w-tab-pane w--tab-active"><div class="grid"><div id="w-node-b35b8ef1-1266-cb61-2570-356797b71606-6e79afe3" class="investors-founders-item"><img loading="lazy" src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d766e010628eff7abbfbe8_investors_founders_robert_falck_2x.webp" alt="" class="investors-founders-item_cover"/><p class="paragraph inverted">Robert Falck <br/>CEO and Founder</p><p class="paragraph inverted-secondary">A serial entrepreneur, Robert Falck founded and co-founded several businesses and worked his way up from the factory floor of major OEMs before starting Einride in 2016. He holds a B.Sc and M.Sc. in Mechanical Engineering, a B.Sc. in Economics and Finance, and a B.Sc. in Business Administration.</p></div><div id="w-node-_3ae72f41-228c-4f6e-9872-5d329a285761-6e79afe3" class="investors-founders-item"><img loading="lazy" src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d768086348fd62954cf71f_investors_founders_linnea_kornehed_2x.webp" alt="" class="investors-founders-item_cover"/><p class="paragraph inverted">Linnéa Kornehed Falck <br/>Deputy CEO, Founder & Board member</p><p class="paragraph inverted-secondary">Linnéa Kornehed Falck has taken Einride from a small startup to a household name in digital, electric, and autonomous technologies. She is a member of the World Economic Forum's tech innovators community, a Forbes’ 30 Under 30 All-Star Alumni and has been awarded for her innovative vision and leadership.</p></div><div id="w-node-ac7178c9-a10b-babc-498c-905d05c890af-6e79afe3" class="investors-founders-item"><img loading="lazy" src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7681de34e05ddd2500e26_investors_founders_filip_lilja_2x.webp" alt="Filip Lilja" class="investors-founders-item_cover"/><p class="paragraph inverted">Filip Lilja <br/>Founder</p><p class="paragraph inverted-secondary">A passionate business developer and builder of high-performing teams, Filip Lilja is Founder at Einride. He has a wide range of experience in several fields, from IT consultancy to sonar operation in the Swedish Armed Forces.</p></div></div></div><div data-w-tab="Executive leadership" class="investors-tabs-content_pane w-tab-pane"><div class="grid"><div id="w-node-_6674a996-a9d4-7ea3-bd95-282ffa15b442-6e79afe3" class="investors-founders-list"><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Corinne Aaron</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Chief Marketing Officer</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66deb88b18f8d7b9560b6306_corinne_aaron_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Corinne Aaron" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">David Hallgren</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Head of Strategy, General Manager, Energy & Charging Infrastructure</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9812366ae92eff7abfe26_david_hallgren_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="David Hallgren" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Giampiero Marinò</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Chief Commercial Officer</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9813c184041842804d501_giampiero_marino_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Giampiero Marino" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Henrik Green</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">General Manager, Autonomous Technologies</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d98149c5813cbffe58d1d8_henrik_green_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Henrik Green" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Linnéa Kornehed Falck</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Deputy CEO, Board Member and Founder</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d768086348fd62954cf71f_investors_founders_linnea_kornehed_2x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Martin Walsh</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Chief Product Officer</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9810e5240b95bf852cb5b_martin_walsh_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Martin Walsh" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Mattias Nagér</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Chief Human Resources Officer</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d981a35494c72ae105be96_mattias_nager_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Mattias Nager" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Niklas Reinedahl</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">General Manager, North America</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d98168c1962171cf7dfc2c_niklas_reinedahl_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Niklas Reinedahl, GM of North America at Einride with short hair and glasses and a dark blue sweatshirt." class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Robert Falck</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">CEO and Founder</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d766e010628eff7abbfbe8_investors_founders_robert_falck_2x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Robert Ziegler</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">General Manager, EMEA</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d98158f2b1373c1069f007_robert_ziegler_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Robert Ziegler" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Roozbeh Charli</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Chief Financial Officer</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d980df9222691aa05eba9b_roozbeh_charli_1x1_2x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Roozbeh Charli" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Thomas Noren</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">General Manager, Connectivity</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9cfbfbff10cc4e1ca949b_thomas_noren1_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Thomas Noren" class="investors-founders-item_cover is-list"/></div></div></div></div><div data-w-tab="Board of directors" class="investors-tabs-content_pane w-tab-pane"><div class="grid"><div id="w-node-e737db35-18bf-af9c-cd22-34d6c7ab2d2c-6e79afe3" class="investors-founders-list"><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Anders Böös, chairman</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Hantverksdata AB and Valamis OY, non-executive director Investment AB Latour and tbd30 AB</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d98293a3cd83f632ad9da4_anders_boos_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Anders Böös" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Karin Markides</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">President at American University of Armenia, Board Chair Technical University of Denmark</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d984e8817594e98ff23371_karin_markides_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Karin Markides" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Linnéa Kornehed Falck</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Deputy CEO and Founder at Einride</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d768086348fd62954cf71f_investors_founders_linnea_kornehed_2x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Lorne Abony</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">CEO FastForward Innovations, Chairman of the Board Amy</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d98509e75ed6346505e6ac_lorne_abony_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Lorne Abony" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Marek Kiisa</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Managing Partner Nordic Ninja VC</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9851cf88ef709c3dcc8ad_marek_kiisa_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Marek Kiisa" class="investors-founders-item_cover is-list"/></div><div data-w-id="6b25c59d-1e87-1bd5-92e6-7baf8cabfb93" class="investors-founders-list_item"><div class="investors-founders-list_item-content"><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb95-8cabfb93" class="paragraph inverted-secondary">Ted Persson</p><p id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb97-8cabfb93" class="paragraph inverted-secondary">Partner EQT Ventures</p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9852931a6a259363a4d4f_ted_persson_1x1_1x.webp" loading="lazy" id="w-node-_6b25c59d-1e87-1bd5-92e6-7baf8cabfb99-8cabfb93" alt="Ted Persson" class="investors-founders-item_cover is-list"/></div></div></div></div></div></div></div></div><div class="spacer-small"></div></section><section id="section-1" class="section u-mt-0 u-mb-32"><div class="spacer-xlarge"></div><div class="grid u-pt-24"><div id="w-node-_023269fb-3ac7-aebc-642d-9a0f2739ba9d-6e79afe3" class="col-lg-5"><h2 class="title-2">Shipping intelligence <br/><span class="secondary">The Einride game plan for capturing a solid market share and building a high-margin business within road freight.</span></h2></div></div><div class="grid u-pt-64"><div id="w-node-_023269fb-3ac7-aebc-642d-9a0f2739baae-6e79afe3" class="col-lg-8 m-col-lg-6"><p class="paragraph">Digital freight platform <br/><span class="secondary">Einride improves freight operations by leveraging data from multiple sources and powering proprietary ML and AI models.</span></p><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d91df8e3f30632f483311d_charging_advice_2_4x3_2x.webp" loading="lazy" alt="The silhouette of a person looking at a computer screen." class="u-w-100 u-ratio-4-3 overflow-visible"/></div><div id="w-node-_023269fb-3ac7-aebc-642d-9a0f2739baa5-6e79afe3" class="col-lg-4 u-d-flex-bottom u-w-100 m-col-lg-6"><p class="paragraph">Smart charging <br/><span class="secondary">Einride establishes a robust network with proprietary installations and external capacity.</span></p><div class="spacer-small"></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d920949643ce5170d29331_investors_04_3x4_2x.webp" loading="lazy" alt="A plug in an Einride charging station." class="u-w-100 u-ratio-3-4"/></div><div id="w-node-_023269fb-3ac7-aebc-642d-9a0f2739bab5-6e79afe3" class="grid"><div id="w-node-_023269fb-3ac7-aebc-642d-9a0f2739bab8-6e79afe3" class="col-lg-4"><p class="paragraph">Electric trucks<br/><span class="secondary">A combination of manual and autonomous electric vehicles gives the industry the ideal transition into the next era of road freight. Today.</span></p></div><div id="w-node-_023269fb-3ac7-aebc-642d-9a0f2739bab6-6e79afe3" class="col-lg-8"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66dde7cb2bd368e437f0a5ce_investors_05_4x3_2x.webp" loading="lazy" alt="An Einride electric truck driving down a road." class="u-w-100 u-ratio-4-3"/></div></div></div></section><section class="section"><div class="grid u-pt-24 u-bt-1 m-bt-0"><div id="w-node-_82f80365-103b-7500-0230-174968013478-68013477" class="col-lg-4 m-12"><h2 class="title-2">Latest</h2></div><div id="w-node-d3163311-69f3-6402-6b6f-cc3125232997-68013477" class="col-lg-8"></div></div><div class="spacer xxl t-48-m-24"></div><div class="grid"><div id="w-node-d9b29f4a-07a0-0856-9d39-7ca532a30363-6e79afe3" class="col-lg-4 u-w-100"><a href="/press/dp-world-and-einride" class="w-inline-block"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9a76210b49cd8e26f15fc_investors_dp_world_3x4_2x.webp" loading="lazy" alt="A side view of an Einride electric truck's front on an orange background." class="image u-w-100 u-ratio-3-4"/></a><div class="col u-pt-24 u-gap-16"><p class="paragraph">DP World and Einride announce Middle East's largest deployment of electric, autonomous freight mobility</p></div><div class="row u-pt-32"><div class="row u-rw-stretch u-b-t u-pt-8"><a href="/press/dp-world-and-einride" class="w-inline-block"><div class="paragraph secondary">Customer announcement</div></a></div></div></div><div id="w-node-d82bfedf-0e6c-1a74-2357-992f46da4531-6e79afe3" class="col-lg-4 u-w-100"><a href="/insights/how-carlsberg-is-making-the-switch-today" class="w-inline-block"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9aa5e4f0b9dfcc88be8bc_investors_carlsberg_3x4_1_5x.webp" loading="lazy" alt="Several metal bottle caps laying on a white background, one with a Heineken logo and another with an Einride logo." class="image u-w-100 u-ratio-3-4"/></a><div class="col u-pt-24 u-gap-16"><p class="paragraph">The partnership between Carlsberg and Einride continues to grow with a joint expansion for the beginning of 2025</p></div><div class="row u-pt-32"><div class="row u-rw-stretch u-b-t u-pt-8"><a href="/insights/how-carlsberg-is-making-the-switch-today" class="w-inline-block"><div class="paragraph secondary">Customer expansion</div></a></div></div></div><div id="w-node-_93a73d93-1560-f926-b0a4-300c4564c93c-6e79afe3" class="col-lg-4 u-w-100"><a href="/press/einride-and-mars-partner" class="w-inline-block"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9b57fb89012b400bea055_investors_mars3x4_1_5x.webp" loading="lazy" alt="A brown dog's paw laying over a toy Mars truck." class="image u-w-100 u-ratio-3-4"/></a><div class="col u-pt-24 u-gap-16"><p class="paragraph">Einride and Mars Partner for the largest electrification of European road freight in the FMCG industry</p></div><div class="row u-pt-32"><div class="row u-rw-stretch u-b-t u-pt-8"><a href="/press/einride-and-mars-partner" class="w-inline-block"><div class="paragraph secondary">Customer announcement</div></a></div></div></div></div></section><section class="section"><div class="spacer-xlarge"></div><div class="row"><div class="contact-module"><img id="w-node-cecad0e3-bbfc-fe79-9154-13f71c878287-6e79afe3" sizes="(max-width: 479px) 93vw, (max-width: 767px) 96vw, (max-width: 991px) 48vw, 50vw" alt="A model of the Einride ecosystem with charging, trucks and software." src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink.png" loading="lazy" srcset="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink-p-500.png 500w, https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink-p-800.png 800w, https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink-p-1080.png 1080w, https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink-p-1600.png 1600w, https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink-p-2000.png 2000w, https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/667e733242f6951f67dd8576_heroLink.png 2292w" class="contact-module-cover"/><div id="w-node-cecad0e3-bbfc-fe79-9154-13f71c878288-6e79afe3" class="contact-module-content"><p class="paragraph"><span class="secondary">Interested in investing? Get in touch with our investor relations team.</span><br/></p><div class="contact-module-content_bottom"><p class="paragraph"> <br/><span class="secondary hide">Press at Einride</span></p><a href="https://einride.tech/contact?topic=IR" class="button w-button">Contact us</a></div></div></div></div><div class="spacer-xlarge"></div></section><footer inverted="off" class="section inverted footer"><div class="row"><h3 class="mega-title inverted">Einride</h3></div><div class="spacer xl mobile-48"></div><div class="grid u-gap-40"><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cbd-b9cf5cb7" class="col-lg-3 m-12 footerhero"><div class="col"><a href="/what-we-do/freight" class="paragraph link inverted mobile-footer title-1">Freight</a><a href="/what-we-do/autonomy" class="paragraph link inverted mobile-footer title-1">Autonomy</a><a href="/what-we-do/charging" class="paragraph link inverted mobile-footer title-1">Charging</a><a href="https://shop.einride.tech" class="paragraph link inverted mobile-footer title-1 swapped-links">Shop</a><a href="/contact" class="paragraph link inverted mobile-footer title-1 duplicated-links">Contact</a></div></div><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cc7-b9cf5cb7" class="col-lg-3 m-12"><div class="col u-gap-8 hide-mobile-landscape"><a href="https://www.instagram.com/einride/" class="paragraph link inverted">Instagram</a><a href="https://www.facebook.com/Einrideofficial/" class="paragraph link inverted">Facebook</a><a href="https://www.linkedin.com/company/einride/" class="paragraph link inverted">LinkedIn</a><a href="https://www.youtube.com/einride" class="paragraph link inverted">YouTube</a><a href="https://twitter.com/einrideofficial" class="paragraph link inverted">X</a></div></div><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cd3-b9cf5cb7" class="col-lg-6 u-gap-24 m-12"><div class="grid-lg-6 is-mobile-row"><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cd5-b9cf5cb7" class="col-lg-2"><div class="paragraph secondary inverted">Products</div></div><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cd8-b9cf5cb7" class="col-lg-4"><div class="col u-gap-8"><a href="/what-we-do/freight/transform" class="paragraph link inverted">Transform</a><a href="/what-we-do/freight/ship" class="paragraph link inverted">Ship</a><a href="/what-we-do/autonomy#automate" class="paragraph link inverted">Automate</a><a href="/what-we-do/charging#charge" class="paragraph link inverted">Charge</a></div></div></div><div class="grid-lg-6 is-mobile-row"><div id="w-node-_6813138a-7814-d382-985d-dbf433610189-b9cf5cb7" class="col-lg-2"><div class="paragraph secondary inverted">Company</div></div><div id="w-node-_6813138a-7814-d382-985d-dbf43361018c-b9cf5cb7" class="col-lg-4"><div class="col u-gap-8"><a href="/about" class="paragraph link inverted">About</a><a href="/press" class="paragraph link inverted">Press</a><a href="/investors" aria-current="page" class="paragraph link inverted w--current">Investor relations</a><a href="/demo-day" class="paragraph link inverted">Demo Day</a><a href="/contact" class="paragraph link inverted swapped-links">Contact</a><a href="https://shop.einride.tech" class="paragraph link inverted duplicated-links">Shop</a></div></div></div><div class="grid-lg-6 is-mobile-row"><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5ce1-b9cf5cb7" class="col-lg-2"><div class="paragraph secondary inverted">Resources</div></div><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5ce4-b9cf5cb7" class="col-lg-4"><div class="col u-gap-8"><a href="/webinars" class="paragraph link inverted">Webinars</a><a href="/insights" class="paragraph link inverted">Insights</a><a href="/customers" class="paragraph link inverted">Customer stories</a><a href="/white-papers" class="paragraph link inverted">White papers</a></div></div></div><div class="hide-d-show-m"><div class="grid-lg-6 is-mobile-row"><div id="w-node-d80aebd9-691b-d71e-7434-a9437d4fcffe-b9cf5cb7" class="col-lg-2"><div class="paragraph secondary inverted">Social</div></div><div id="w-node-d80aebd9-691b-d71e-7434-a9437d4fd001-b9cf5cb7" class="col-lg-4"><div class="col u-gap-8"><a href="https://www.instagram.com/einride/" class="paragraph link inverted">Instagram</a><a href="https://www.facebook.com/Einrideofficial/" class="paragraph link inverted">Facebook</a><a href="https://www.linkedin.com/company/einride/" class="paragraph link inverted">LinkedIn</a><a href="https://www.youtube.com/einride" class="paragraph link inverted">YouTube</a><a href="https://twitter.com/einrideofficial" class="paragraph link inverted">X</a></div></div></div></div></div></div><div class="spacer xxl mobile-64"></div><div class="grid u-gap-40 is-footer-bottom"><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cfa-b9cf5cb7" class="col-lg-6 m-12"><div class="paragraph inverted">© 2024 Einride. All rights reserved.</div></div><div id="w-node-f5c7733c-7c59-8c80-05c3-165fb9cf5cfd-b9cf5cb7" class="col-lg-6 m-12"><div class="row u-rw-stretch u-row-s-v is-footer-policies"><a href="https://careers.einride.tech" class="paragraph link inverted">Careers</a><a href="/privacy/impressum" class="paragraph link inverted">Impressum</a><a href="/privacy/privacy-policy" class="paragraph link inverted">Privacy and Cookie Policy</a></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6543b0ac670da6bf2c551bf3" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/js/einride.22d09e257.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N9VTPS4W" height="0" width="0" style="display:none;visibility:hidden"> </iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <!-- [Attributes by Finsweet] Disable scrolling --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <!--🤙 JS: Slater.app/7752--> <script>let v="1.0";document.addEventListener("DOMContentLoaded", function() {function loadeinride(e){let t=document.createElement("script");t.setAttribute("src",e),t.setAttribute("type","module"),document.body.appendChild(t),t.addEventListener("load",()=>{console.log("Slater loaded Einride (Slater.app/7752) 🤙")}),t.addEventListener("error",e=>{console.log("Error loading file",e)})}let src=window.location.host.includes("webflow.io")?"https://slater.app/7752.js":"https://assets.slater.app/slater/7752.js?v="+v;loadeinride(src);})</script> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/145013763.js"></script> <!-- End of HubSpot Embed Code --></body></html>