CINXE.COM

Einride - Intelligent movement

<!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="6543b0ac670da6bf2c551bf7" data-wf-site="6543b0ac670da6bf2c551bf3" lang="en"><head><meta charset="utf-8"/><title>Einride - Intelligent movement</title><meta content="Einride designs state-of-the-art supply chain technology for global industries that want to lower emissions and increase efficiency." name="description"/><meta content="Einride - Intelligent movement" property="og:title"/><meta content="Einride designs state-of-the-art supply chain technology for global industries that want to lower emissions and increase efficiency." property="og:description"/><meta content="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d912bd3faf9aae9091565d_ecosystem_2x.webp" property="og:image"/><meta content="Einride - Intelligent movement" property="twitter:title"/><meta content="Einride designs state-of-the-art supply chain technology for global industries that want to lower emissions and increase efficiency." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d912bd3faf9aae9091565d_ecosystem_2x.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/" 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><section class="section u-p-0 height-100dvh mobile-nav stickytop"><div class="heromovie"><div videoFullId="927596349" videoLoopId="929870231" class="u-w-100 u-ratio-90vh w-embed w-script"><div style="position: relative; width: 100%; height: 100%; cursor: none;" id="videoContainer"> <div style="position: absolute; width: 100%; height: 100%; cursor: none; object-fit: cover;" id="videoLoop"></div> </div> <script src="https://player.vimeo.com/api/player.js"></script> <script> var options = { url: 'https://player.vimeo.com/video/963166691?dnt=1', responsive: true, autoplay: true, background: true, controls: false, muted: true, }; var video01Player = new Vimeo.Player('videoLoop', options); function adjustVideoSettings(player) { player.setVolume(1); player.setMuted(false); player.setLoop(false); } </script> <!-- old <style> #videoContainer { position: relative; width: 100%; height: 100%; /* Set this to the desired height */ overflow: hidden; } #videoLoop { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; } </style> --> <!-- new --> <style> #videoContainer { position: absolute; width: 100%; height: 100vh; overflow: hidden; background-color: black !important; } #videoLoop { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; border: 0; } </style></div><div class="movietitles"><div id="w-node-d01ef2f2-e9bc-cd9c-5c4b-b06f53142006-2c551bf7" class="grid home-heromovie"><h1 id="w-node-_347ba310-ac8d-39ff-9eed-8b958d32bda4-2c551bf7" class="title-2 inverted">Einride</h1><div id="w-node-_6fe4e868-bdb9-419c-f8be-ef09177eff3f-2c551bf7" class="filmmenu"><h1 class="title-2 inverted">Intelligent movement™</h1></div></div></div></div><div class="heromovie hide"><div class="movietitles"><div id="w-node-f107175b-e494-6e0e-fb44-16aaee20c8f5-2c551bf7" class="grid home-heromovie"><h1 id="w-node-f107175b-e494-6e0e-fb44-16aaee20c8f6-2c551bf7" class="title-2 inverted">Einride</h1><div id="w-node-f107175b-e494-6e0e-fb44-16aaee20c8f8-2c551bf7" class="filmmenu"><h1 class="title-2 inverted">Intelligent movement ™</h1><a href="/retired-pages/ecosystem" class="link w-inline-block"><h1 class="title-2 inverted secondary">↳ Platform</h1></a><a href="/what-we-do/freight" class="link w-inline-block"><h1 class="title-2 inverted secondary">↳ Software</h1></a><a href="/retired-pages/ecosystem/hardware" class="link w-inline-block"><h1 class="title-2 inverted secondary">↳ Hardware</h1></a><a href="#" class="link w-inline-block"><h1 class="title-2 inverted secondary">↳ Charging</h1></a></div></div></div><div data-poster-url="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3%2F664b4e591be9a08529b2898d_FirstPage_Loop_001-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3%2F664b4e591be9a08529b2898d_FirstPage_Loop_001-transcode.mp4,https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3%2F664b4e591be9a08529b2898d_FirstPage_Loop_001-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="heromovie-mobile w-background-video w-background-video-atom"><video id="a180e867-57b3-83fc-2314-c9217de015bd-video" autoplay="" loop="" style="background-image:url(&quot;https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3%2F664b4e591be9a08529b2898d_FirstPage_Loop_001-poster-00001.jpg&quot;)" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3%2F664b4e591be9a08529b2898d_FirstPage_Loop_001-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3%2F664b4e591be9a08529b2898d_FirstPage_Loop_001-transcode.webm" data-wf-ignore="true"/></video></div></div></section><section id="homeHero" class="scroll-wrapper"><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" class="title-2 link">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="/" aria-current="page" class="navbar1_logo-link w-nav-brand w--current"><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" class="title-2 link">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" class="link w-inline-block"><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="spacer xl mobile-48"></div><div class="grid"><div id="w-node-d69f6512-9fa1-b89c-bec9-a19b3e32037e-2c551bf7" class="col-lg-8 m-12"><h1 class="title-2">Transform the way your goods move <span class="textspan secondary">with the world&#x27;s leading solution for intelligent road freight. Einride designs state-of-the-art digital, electric and autonomous technologies that get global companies on track to reach their business goals. Cleaner transportation, smarter charging and safer autonomy – whatever you need, Einride has a solution for you.</span></h1></div></div><div class="spacer xl"></div></section><section class="section"><div class="grid m-col-6"><div id="w-node-aafaafcf-b822-ebe4-b6ab-794d07d12ad2-2c551bf7" class="col-lg-12 m-6"><a href="/what-we-do" class="card u-p-16 u-ratio-an u-rm-16-9 mobile-huge w-inline-block"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66dedb35035d82af84fd3456_home_ecosystem_2x.webp" loading="lazy" alt="Einride&#x27;s software, hardware and intelligence ecosystem represented in a 3D model." class="background-image"/><div class="row u-rw-stretch"><h2 class="title-2">What we do</h2><h2 class="title-2 hide-mobile-landscape">→</h2></div></a></div><div id="w-node-_5f6c64a2-e070-9d8d-fe41-cdfc94e12f59-2c551bf7" class="col-lg-6 m-6"><a href="/what-we-do/freight" class="card u-p-16 u-ratio-16-9 w-inline-block"><div class="row u-rw-stretch"><h2 class="title-2">Freight</h2><h2 class="title-2 hide-mobile-landscape">→</h2></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66ddfbfeb4a64bff7a34ac4d_software_cardssmall_1_2x.webp" loading="lazy" alt="" class="background-image"/></a></div><div id="w-node-_5b2813ed-5682-56ea-018f-feee075744a5-2c551bf7" class="col-lg-6 m-6"><a href="/what-we-do/autonomy" class="card u-p-16 u-ratio-16-9 w-inline-block"><div class="row u-rw-stretch"><h2 class="title-2">Autonomy</h2><h2 class="title-2 hide-mobile-landscape">→</h2></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66ddfc0ab4a64bff7a34b59d_aetsmall_1_2x.webp" loading="lazy" alt="A side view of an Einride autonomous vehicle." class="background-image"/></a></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">Dive into intelligent movement</h2></div><div id="w-node-d3163311-69f3-6402-6b6f-cc3125232997-68013477" class="col-lg-8"></div></div><div class="spacer xl t-40-m-32-p-0"></div><div class="home-insights-collection w-dyn-list"><div role="list" class="home-insights-collection_list w-dyn-items"><div role="listitem" class="row w-dyn-item"><div class="grid u-pt-24 u-bt-1"><div id="w-node-_9f1e2e72-a902-84ff-6ce0-ee4ed8a31d9a-2c551bf7" class="col-lg-4 m-12"><p class="home-insights-collection_p"><p class="paragraph">Insights</p><p class="paragraph secondary">9.12.2024</p></p></div><div id="w-node-_9f1e2e72-a902-84ff-6ce0-ee4ed8a31d9f-2c551bf7" class="col-lg-8 m-12"><a href="/insights/the-hassle-free-way-for-shippers-to-leverage-subsidies" class="home-insights-collection_link w-inline-block"><h2 class="home-insights-collection_heading"><div class="title-2">The hassle-free way for shippers to leverage subsidies</div><div aria-label="The hassle-free way for shippers to leverage subsidies" class="title-2 secondary">Read →</div></h2></a></div></div></div><div role="listitem" class="row w-dyn-item"><div class="grid u-pt-24 u-bt-1"><div id="w-node-_9f1e2e72-a902-84ff-6ce0-ee4ed8a31d9a-2c551bf7" class="col-lg-4 m-12"><p class="home-insights-collection_p"><p class="paragraph">Insights</p><p class="paragraph secondary">8.26.2024</p></p></div><div id="w-node-_9f1e2e72-a902-84ff-6ce0-ee4ed8a31d9f-2c551bf7" class="col-lg-8 m-12"><a href="/insights/is-faster-charging-always-better-for-heavy-duty-vehicles" class="home-insights-collection_link w-inline-block"><h2 class="home-insights-collection_heading"><div class="title-2">Is faster charging always better for heavy-duty vehicles? </div><div aria-label="Is faster charging always better for heavy-duty vehicles? " class="title-2 secondary">Read →</div></h2></a></div></div></div><div role="listitem" class="row w-dyn-item"><div class="grid u-pt-24 u-bt-1"><div id="w-node-_9f1e2e72-a902-84ff-6ce0-ee4ed8a31d9a-2c551bf7" class="col-lg-4 m-12"><p class="home-insights-collection_p"><p class="paragraph">Insights</p><p class="paragraph secondary">8.16.2024</p></p></div><div id="w-node-_9f1e2e72-a902-84ff-6ce0-ee4ed8a31d9f-2c551bf7" class="col-lg-8 m-12"><a href="/insights/5-reasons-grocery-retailers-should-make-the-switch-to-electric-freight-today" class="home-insights-collection_link w-inline-block"><h2 class="home-insights-collection_heading"><div class="title-2">5 reasons grocery retailers should make the switch to electric freight today</div><div aria-label="5 reasons grocery retailers should make the switch to electric freight today" class="title-2 secondary">Read →</div></h2></a></div></div></div></div></div><div class="spacer xxl t-48-m48-p-24"></div></section><section class="section"><div id="Subscribe" class="grid u-pt-24 u-bt-1 mobile-2-col"><div id="w-node-_9d862088-bb83-4015-f12e-469b6ec021d5-2c551bf7" class="col-lg-8 u-w-100 mobile-2"><div class="col"><div class="paragraph">Get the latest on the industry and all things Einride<br/><span class="textspan secondary">By submitting this form, I acknowledge receipt of Einride&#x27;s </span><a href="/privacy/privacy-policy" target="_blank"><span class="textspan secondary">Privacy Policy.</span></a></div><div class="spacer xl t-40-m-32-p-0"></div><div class="form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" data-wf-flow="adf52b0e6ab10cb1aa9a6b95" data-wf-page-id="6543b0ac670da6bf2c551bf7" data-wf-element-id="4a3347fc-432e-5bed-2601-edcc600dc66f"><div class="row mobile-vertical"><input class="emailfield mega-title w-input" maxlength="256" name="EmailHome" data-name="EmailHome" placeholder="Email" type="email" id="EmailHome" required=""/><input type="submit" data-wait="•••" id="submit-btn" class="submitbutton mega-title w-button" value="→"/><div class="hide w-embed w-script"><script> document.getElementById('EMAIL-2').addEventListener('input', function() { var emailInput = document.getElementById('EMAIL-2'); var submitButton = document.getElementById('submit-btn'); if (emailInput.value.trim() !== "") { submitButton.style.color = '#1FCF01'; } else { submitButton.style.color = 'initial'; // Revert to initial color } }); document.getElementById('form-reload').addEventListener('click', function() { location.reload(); }); </script></div></div></form><div class="success-message w-form-done"><div class="success-messaage-content"><div class="mega-title">Done!</div><div class="icon-embed-cuttom auto-80px w-embed"><svg width="100%" height="100%" style="" viewBox="0 0 64 72" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M61.28 14.56L19.2 60.32L2.96 39.36L8.08 34.08L19.2 48.4L56.16 9.44L61.28 14.56Z" fill="#1FCF01" style="fill:#1FCF01;fill:color(display-p3 0.1216 0.8118 0.0039);fill-opacity:1;"/> </svg></div></div></div><div class="error-message w-form-fail"><a id="form-reload" href="#" class="error-message-content w-inline-block"><div class="mega-title">Sorry, try again</div><div class="icon-embed-cuttom auto-80px w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" style="" viewBox="0 0 65 82" fill="currentColor" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M30.72 0.279996L53.6 23.32L30.72 46.28L25.68 41.08L39.6 27.24L39.68 19.48L39.44 19.24C40.32 19.4 41.2 19.64 42.08 19.96L39.84 27.32C39.76 27.32 39.68 27.24 39.6 27.24C37.44 26.6 35.04 26.2 32.64 26.2H32.48C19.52 26.2 8.72 37 8.72 49.96C8.72 63.16 19.52 73.88 32.48 73.88C45.68 73.88 56.32 63.24 56.4 50.04L64.16 49.96C64.16 67.4 49.92 81.64 32.48 81.64C15.28 81.64 0.960001 67.4 0.960001 49.96C0.960001 32.76 15.28 18.44 32.48 18.44H32.64C34.96 18.44 37.2 18.68 39.44 19.24L25.68 5.64L30.72 0.279996Z" fill="currentColor" style="fill:#1E1E1F;fill:color(display-p3 0.1176 0.1176 0.1216);fill-opacity:0.6;"/> </svg></div></a></div></div><div class="spacer xl hide-mobile-landscape"></div></div></div></div><div class="spacer xxl t-48-m48-p-24"></div></section><section class="section inverted ctarow"><div class="grid"><a id="w-node-_93098d6f-e031-9610-316d-78d365540587-3bacb919" href="/book-a-demo" class="ctarow-item m-12 w-inline-block"><div id="w-node-_2ddc290a-68f6-1e55-ff0e-aaac3bacb91b-3bacb919" class="col-lg-6"><div class="footercard"><div class="row u-rw-stretch"><div class="col"><h1 class="title-2">Book a 30-min demo</h1><h1 class="title-2 secondary hide-mobile-landscape sizing-dont">Learn how we can help you reach
your transportation goals</h1></div><h1 class="title-2">→</h1></div><div class="spacer xl mobile-custom"></div><div class="row hide-mobile-landscape"></div></div></div></a><a id="w-node-_136be098-aa8a-c7ed-30a8-e9b8bbb335ad-3bacb919" href="/transformation-assessment" class="ctarow-item m-12 w-inline-block"><div id="w-node-_2ddc290a-68f6-1e55-ff0e-aaac3bacb92b-3bacb919" class="col-lg-6"><div class="footercard highlight"><div class="row u-rw-stretch"><div class="col"><h1 class="title-2">Go Einride</h1><h1 class="title-2 secondary hide-mobile-landscape sizing-dont">Uncover your electrification potential
and the benefits of making the switch</h1></div><h1 class="title-2">→</h1></div><div class="spacer xl mobile-custom"></div><div class="row"></div></div></div></a></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" class="paragraph link inverted">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></section></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>

Pages: 1 2 3 4 5 6 7 8 9 10