CINXE.COM
Freight - 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="65f864decb6a9be476b53aa1" data-wf-site="6543b0ac670da6bf2c551bf3" lang="en"><head><meta charset="utf-8"/><title>Freight - Einride</title><meta content="Fueled by data and powered by AI, Einride Saga coordinates all parts of the transportation ecosystem to accelerate the shift to fully electric." name="description"/><meta content="Freight - Einride" property="og:title"/><meta content="Fueled by data and powered by AI, Einride Saga coordinates all parts of the transportation ecosystem to accelerate the shift to fully electric." property="og:description"/><meta content="Freight - Einride" property="twitter:title"/><meta content="Fueled by data and powered by AI, Einride Saga coordinates all parts of the transportation ecosystem to accelerate the shift to fully electric." property="twitter:description"/><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/what-we-do/freight" 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 class="body"><div class="page-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" aria-current="page" class="link w-inline-block w--current"><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" aria-current="page" class="link more-link w-inline-block w--current"><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" aria-current="page" class="link w-inline-block w--current"><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><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="spacer-xlarge"></section><section class="section u-pb-0"><div class="grid"><h1 id="w-node-_95c5456f-a06a-7a86-0761-2dc4d6d8e620-76b53aa1" class="mega-title col-lg-10 m-col-lg-6 m-12">Let's elevate your freight</h1></div></section><section class="section"><div class="u-w-100 u-ratio-16-9"><div videoFullId="927596349?dnt=1" videoLoopId="963170416" class="u-w-100 u-ratio-16-9 videoembed mobilecustom w-embed w-script"><div style="position: relative; width: 100%; height: 100%;" id="videoContainer"> <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;" id="overlay"></div> <div style="position: absolute; width: 100%; height: 100%;" 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: videoLoopId, responsive: true, autoplay: true, background: true, controls: false, muted: true, }; var options2 = { id: videoFullId, 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-b67bfeaf-1c53-483e-1290-ef63932d6b82-76b53aa1" class="col-lg-4"><h2 class="title-2">Smarter shipping at scale</h2></div><div id="w-node-b67bfeaf-1c53-483e-1290-ef63932d6b85-76b53aa1" class="w-layout-vflex col-lg-8 col-s-4"><div class="paragraph">Einride can help you plan your transformation to clean freight precisely, deploy the right vehicles for your needs, and seamlessly integrate electric vehicles with your existing fleet. Once you're up and running, we help optimize operations using our range of industry-leading shipping algorithms, which means smarter routes and lower costs. <br/><br/>If you want to elevate your freight, our tech will get you there.</div><a aria-label="" href="/book-a-demo" class="button insights-cta w-button">Go Einride</a></div></div></section><section class="section u-p-0"><div data-w-id="c1ae0b6f-fade-22ca-41c9-7d02d37f971e" data-is-ix2-target="1" class="lottie-animation u-pb-96 u-pt-24" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d812d51a2bf9c9c8364bbc_SagaWeb_Scroll_V7.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="5.04" data-duration="0"></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">Products</h2></div><div id="w-node-d3163311-69f3-6402-6b6f-cc3125232997-68013477" class="col-lg-8"></div></div><div class="spacer-large"></div><div class="grid"><a id="w-node-_5b35b072-e79b-c7ba-c6a2-ba1c83367e40-76b53aa1" href="/what-we-do/freight/transform" class="linkcard w-inline-block"><div id="w-node-dc62b1c4-b734-b540-2411-20841de04b10-76b53aa1" class="col-lg-4"><div class="offercard"><div class="offertop blue1"><div class="offerlabel inverted"><p class="paragraph inverted">Einride Transform<br/><span class="textspan secondaryinverted">Plan your electrification journey</span></p></div><div class="spacer-xhuge"></div><div class="offertitle"><h3 class="title-1 inverted">Transform</h3></div></div></div></div></a><a id="w-node-dc68f0e3-d923-21f2-9f7c-3104f7181276-76b53aa1" href="/what-we-do/freight/ship" class="linkcard w-inline-block"><div id="w-node-_760f0d64-19e2-1ca6-952d-4ea823254123-76b53aa1" class="col-lg-4"><div class="offercard"><div class="offertop blue2"><div class="offerlabel inverted"><p class="paragraph inverted">Einride Ship<br/><span class="textspan secondaryinverted">Your goods shipped sustainably</span></p></div><div class="spacer-xhuge"></div><div class="offertitle inverted"><h3 class="title-1">Ship</h3></div></div></div></div></a><div id="w-node-_7fc7324c-74fd-f1cb-7979-423b31b9b99c-76b53aa1" class="col-lg-4"><div class="offercard"><div class="offertop primary"><div class="offerlabel"><p class="paragraph">Coming soon<br/><span class="textspan secondary">Integrate our intelligent platform</span></p></div><div class="spacer-xhuge"></div><div class="offertitle"><h3 class="title-1 text-color-primary">Digital</h3></div></div></div></div></div><div class="spacer-large"></div><div class="spacer-large"></div></section><div class="section"><div class="grid u-pt-24 u-bt-1 m-bt-0"><div id="w-node-_027ce667-5b3f-cd8d-78f1-d53c2a03e910-76b53aa1" class="col-lg-12"><h2 class="mega-title">From A to B without the CO₂<br/><span class="textspan secondary">Join the freight revolution</span></h2></div><div id="w-node-_027ce667-5b3f-cd8d-78f1-d53c2a03e913-76b53aa1" class="col-lg-8"></div></div><div class="spacer-xhuge"></div><div class="spacer"></div></div><div class="software-sticky-wrapper"><div id="w-node-_697ae6d1-ad0d-dd12-f08a-9feb532c2ce8-76b53aa1" class="w-layout-hflex col-lg-4 u-d-flex u-gap-4 is-sticky hide"><a href="#section-1" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">1</div></div></a><a href="#section-2" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">2</div></div></a><a href="#section-3" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">3</div></div></a><a href="#section-4" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">4</div></div></a></div><section id="section-1" class="section u-mt-0 u-mb-32"><div class="grid u-pt-24 u-border-top mobile-gap"><div id="w-node-_1dd4747f-6d20-dd14-352e-805f46c17553-76b53aa1" class="w-layout-hflex col-lg-4 u-d-flex u-gap-4"><a href="#section-1" class="sectionindice active w-inline-block"><div class="number"><div class="paragraph inverted">1</div></div></a><a href="#section-2" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">2</div></div></a><a href="#section-3" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">3</div></div></a><a href="#section-4" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">4</div></div></a></div><div id="w-node-_1dd4747f-6d20-dd14-352e-805f46c1756c-76b53aa1" class="col-lg-8"><h2 class="title-2">Step one: Don’t go electric alone<br/><span class="textspan secondary">Decarbonizing shipping doesn’t have to be complicated. Our data helps simplify the tough stuff and gives you a competitive edge – that’s why some of the world’s biggest companies took their first step towards electric shipping with Einride.</span></h2></div></div><div class="grid u-pt-64"><div id="w-node-_70a31cf5-63a8-3886-e731-e48eb1a027b3-76b53aa1" class="col-lg-4 u-d-flex-bottom u-w-100 m-8"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d8ecab39948753319024cf_freight_01_route_assessment_3x4_2x.webp" loading="lazy" alt="" class="u-w-100 u-ratio-3-4"/></div><div id="w-node-_70a31cf5-63a8-3886-e731-e48eb1a027ac-76b53aa1" class="col-lg-8 u-w-100 m-12 mobile-reversed"><p class="paragraph">Transformation planning<br/><span class="textspan">We start every partnership with the simple stuff – tell us where you need to go, what you want to ship and what your emissions goals look like. With that information, we can get you set up with a transformation plan that includes vital insights and a roadmap for your freight needs in the future.</span></p><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d8ec1bc9e19d1dd8d2dbcd_tranformation_planning_4x3_2x.webp" loading="lazy" alt="Einride software displayed on a large computer screen." class="u-w-100 u-ratio-4-3"/></div></div></section><section id="section-2" class="section u-mt-0 u-mb-32"><div class="grid u-pt-24 u-border-top mobile-gap"><div id="w-node-e3bd79da-17b0-909b-ce67-2feab707b388-76b53aa1" class="w-layout-hflex col-lg-12 u-d-flex u-gap-4"><a href="#section-1" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">1</div></div></a><a href="#section-2" class="sectionindice active w-inline-block"><div class="number"><div class="paragraph inverted">2</div></div></a><a href="#section-3" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">3</div></div></a><a href="#section-4" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">4</div></div></a></div><div id="w-node-a155adf2-e2a0-f0c4-b31a-718efe5fc1eb-76b53aa1" class="col-lg-8"><h2 class="title-2">Step two: Deploy without the drama<br/><span class="textspan secondary">The best way to lower both costs and emissions is to use fewer trucks. With Einride, we find the right vehicles, improve your operational planning, and help you deliver on time.</span></h2></div></div><div class="grid u-pt-64"><div id="w-node-a155adf2-e2a0-f0c4-b31a-718efe5fc1f4-76b53aa1" class="col-lg-8 m-col-lg-6"><p class="paragraph">The world’s first suite of planning algorithms for electric freight<br/><span class="textspan">Our algorithms process vast amounts of data: from transportation demand and driver information to vehicle and charging telematics, so you can trust the plans we generate, deliver without delay, and relax knowing that all your shipments are backed by intelligent tech.</span></p><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66deedcf721221732acfc399_suite_4x3_2x.webp" loading="lazy" alt="A silhouette of two people looking at Einride software on a laptop." class="u-w-100 u-ratio-4-3"/></div><div id="w-node-a155adf2-e2a0-f0c4-b31a-718efe5fc1f2-76b53aa1" class="col-lg-4 u-d-flex-bottom u-w-100 m-col-lg-6"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d5f49dda3f3ba84a1482b1_freight_05_energy_3x4_2x.webp" loading="lazy" alt="" class="u-w-100 u-ratio-3-4"/></div><div id="w-node-a155adf2-e2a0-f0c4-b31a-718efe5fc1fb-76b53aa1" class="grid"><div id="w-node-a155adf2-e2a0-f0c4-b31a-718efe5fc1fc-76b53aa1" class="col-lg-4"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d8f2e514fbd908b62ee7d0_freight_06_vehicle_maintenance_3x4_1_5x.webp" loading="lazy" alt="A top down view of a truck without a chassis." class="u-w-100 u-ratio-3-4"/></div><div id="w-node-a155adf2-e2a0-f0c4-b31a-718efe5fc1fe-76b53aa1" class="col-lg-4 u-w-100"><p class="paragraph">Vehicle sourcing<br/><span class="textspan secondary">Whether you want electric trucks, autonomous vehicles or a mix of the two, we can provide the right number of trucks, integrate them with your current fleet and even train your drivers.</span></p></div></div></div></section><section id="section-3" class="section u-mt-0 u-mb-32"><div class="grid u-pt-24 u-border-top mobile-gap"><div id="w-node-_478bdcb1-84e3-86eb-2d0e-d114d6838922-76b53aa1" class="w-layout-hflex col-lg-4 u-d-flex u-gap-4"><a href="#section-1" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">1</div></div></a><a href="#section-2" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">2</div></div></a><a href="#section-3" class="sectionindice active w-inline-block"><div class="number"><div class="paragraph inverted">3</div></div></a><a href="#section-4" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">4</div></div></a></div><div id="w-node-_49c60cb0-51cf-0894-15b7-16f4d69e98a3-76b53aa1" class="col-lg-8"><h2 class="title-2">Step three: Get better with data <br/><span class="textspan secondary">Technology is what sets Einride apart from the rest of the freight industry, and it’s how we’ll get you to reach your business goals, no matter how ambitious they might be.</span></h2></div></div><div class="grid u-pt-64"><div id="w-node-e8128e7f-e493-1300-7376-6b8706eda63a-76b53aa1" class="col-lg-12 u-w-100"><div class="grid"><p id="w-node-e8128e7f-e493-1300-7376-6b8706eda63c-76b53aa1" class="paragraph u-w-100">Superior scheduling<br/><span class="textspan">Whether you’re scheduling years, months or hours in advance, we’ve got a powerful, AI-backed system to help you plan. Our digital planners are built in-house and calculate exactly how many trucks, chargers and drivers you’ll need, how to increase on-time deliveries and what improvements you can make to reach your emissions goals.</span></p></div><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66f6b2a29ca2d1b39c65dcf4_Emission_dashboard_50.png" loading="lazy" width="1080" alt="" class="u-w-100 u-ratio-16-9 u-mt-24"/></div><div id="w-node-_758e8044-86a4-ee16-90ef-4f0d9ce1942b-76b53aa1" class="grid"><div id="w-node-_9552af5f-c518-4610-bc2e-272a42bc1b60-76b53aa1" class="col-lg-8 u-w-100"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d8fb5f05967246b462b55e_freight_08_saga_4x3_2x.webp" loading="lazy" width="Auto" alt="Various displays of Einride software in a line." class="u-w-100 u-ratio-4-3"/></div><div id="w-node-_98f0e6d3-edca-a6bb-b33d-d833a8b86a37-76b53aa1" class="col-lg-4 u-w-100"><p class="paragraph">Charging by numbers<br/><span class="textspan secondary">When it comes to lowering costs, charging is key. Our platform crunches the numbers around charging so that you don’t have to. We predict what kind of charging infrastructure is best for you, then help drivers charge at the right time, for the best price, while extending vehicle battery life.</span></p></div></div></div></section><section id="section-4" class="section u-mt-0 u-mb-32"><div class="grid u-pt-24 u-border-top mobile-gap"><div id="w-node-_79f529c4-877f-d36e-ab6c-d6c9b3873772-76b53aa1" class="w-layout-hflex col-lg-4 u-d-flex u-gap-4"><a href="#section-1" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">1</div></div></a><a href="#section-2" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">2</div></div></a><a href="#section-3" class="sectionindice w-inline-block"><div class="number"><div class="paragraph">3</div></div></a><a href="#section-4" class="sectionindice active w-inline-block"><div class="number"><div class="paragraph inverted">4</div></div></a></div><div id="w-node-_9d21b46d-d2a9-3dc6-d8ef-da4f9faa8af9-76b53aa1" class="col-lg-8"><h2 class="title-2">Step four: Set the standard for emissions reporting<br/><span class="textspan secondary">If we’re going to reduce global emissions, we need global standards. With digital, electric shipping, you can generate reports that are fully GLEC accredited.</span></h2></div></div><div class="grid u-pt-64"><div id="w-node-_4ea26930-111f-162d-c0ae-750394433bc6-76b53aa1" class="col-lg-4 u-d-flex-bottom u-w-100"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d8fb34eb129d1a170a5ed9_freight_10_real_time_3x4_2x.webp" loading="lazy" alt="" class="u-w-100 u-ratio-3-4"/></div><div id="w-node-_920ad826-9c38-4de8-88e7-50c298ce6e2a-76b53aa1" class="col-lg-8 u-w-100"><p class="paragraph">Next level reporting<br/><span class="textspan">Emission reports need to be exact if you want to improve performance, apply for government subsidies or disclose your CO₂e data. That’s why we’ve built a digital reporting system that compiles key insights about fleet performance, emissions and energy usage in real time.</span></p><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d9005c871f0331345ed9e6_share_4x3_2x.webp" loading="lazy" alt="A closeup of the top right corner of a screen with Einride software." class="u-w-100 u-ratio-4-3"/></div><div id="w-node-_9d21b46d-d2a9-3dc6-d8ef-da4f9faa8b09-76b53aa1" class="grid"><div id="w-node-_9d21b46d-d2a9-3dc6-d8ef-da4f9faa8b0a-76b53aa1" class="col-lg-8 u-w-100"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d8fb183faf9aae907aada6_freight_09_glec_compliance_4x3_2x.webp" loading="lazy" width="Auto" alt="" class="u-w-100 u-ratio-4-3"/></div><div id="w-node-_9d21b46d-d2a9-3dc6-d8ef-da4f9faa8b0c-76b53aa1" class="col-lg-4 u-w-100"><p class="paragraph">GLEC accreditation<br/><span class="textspan secondary">The GLEC framework is the global method for calculating and reporting logistics emissions, and all our reports meet the GLEC standard.</span></p></div></div></div></section></div><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">Trusted by</h2></div><div id="w-node-d3163311-69f3-6402-6b6f-cc3125232997-68013477" class="col-lg-8"><p class="paragraph secondary">Join the world’s best-known companies. Einride has partnered with some of the biggest companies on the planet to achieve one goal – decarbonization at scale. Together, we’re building a better future for global businesses and the communities they serve.</p></div></div><div class="spacer xxl t-48-m-24"></div><div data-w-id="17788d50-d2db-1482-8b1b-5da9a4af0c3b" class="w-layout-hflex marqueewrapper"><div class="w-layout-hflex marquee"><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383fb27639784079e153_Logo_Heiniken.svg" loading="lazy" alt="Heineken logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383f156cfa2c5dede1da_Logo_Kaufland.svg" loading="lazy" alt="Kaufland logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383ff60e75b4bf2c709f_Logo_Mars.svg" loading="lazy" alt="Mars logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383fcf0fc3697b764673_Logo_Pepsico.svg" loading="lazy" alt="PepsiCo logo"/></div></div><div class="w-layout-hflex marquee"><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383fb907b0392c911b24_Logo_Carlsberg.svg" loading="lazy" alt="Carlsberg logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383f7330030bbc87d054_Logo_Lidl.svg" loading="lazy" alt="Lidl logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d73840309e40833170c2ca_Logo_Oatly.svg" loading="lazy" alt="Oatly logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383faf4f0dd115f14463_Logo_Postnord.svg" loading="lazy" alt="PostNord logo"/></div></div><div class="w-layout-hflex marquee"><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383f96628267dc8455bd_Logo_Rewe.svg" loading="lazy" alt="Rewe logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383fa3f992562313a7ad_Logo_Apotea.svg" loading="lazy" alt="Apotea logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383f7330030bbc87d04f_Logo_Electrolux_group.svg" loading="lazy" alt="Electrolux Group logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383f9b213865a55a8054_Logo_Stora_enso.svg" loading="lazy" alt="Stora Enso logo"/></div></div><div class="w-layout-hflex marquee"><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383fc8edc9cbdcaa87a3_Logo_DP_world.svg" loading="lazy" alt="DP World logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383fffdb7be225b32d43_Logo_GEA.svg" loading="lazy" alt="GE Appliances logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383ff2418a8d889a1fb3_Logo_WW.svg" loading="lazy" alt="Wallenius Wilhelmsen logo"/></div><div class="logo"><img src="https://cdn.prod.website-files.com/6543b0ac670da6bf2c551bf3/66d7383f09d00aa227776eca_Logo_Maersk.svg" loading="lazy" alt="Maersk logo"/></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">What we do</h2></div><div id="w-node-d3163311-69f3-6402-6b6f-cc3125232997-68013477" class="col-lg-8"></div></div><div class="spacer xxxl t-48-m-24"></div><div class="col u-gap-40"><a href="/what-we-do/freight" aria-current="page" class="link w-inline-block w--current"><div class="row u-rw-stretch"><h3 class="mega-title">Freight</h3><h3 class="mega-title secondary arrow">→</h3></div></a><a href="/what-we-do/autonomy" class="link w-inline-block"><div class="row u-rw-stretch"><h3 class="mega-title">Autonomy</h3><h3 class="mega-title secondary arrow">→</h3></div></a><a href="/what-we-do/charging" class="link w-inline-block"><div class="row u-rw-stretch"><h3 class="mega-title">Charging</h3><h3 class="mega-title secondary arrow">→</h3></div></a></div><div class="spacer xxl t-48-m-24"></div></section><section class="section inverted ctarow"><div class="grid"><a id="w-node-_343e0f60-1ddd-608c-b63c-ed7b028d162f-76b53aa1" href="/book-a-demo" class="ctarow-item m-12 w-inline-block"><div id="w-node-_343e0f60-1ddd-608c-b63c-ed7b028d1630-76b53aa1" class="col-lg-6"><div class="col card"><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-_343e0f60-1ddd-608c-b63c-ed7b028d163c-76b53aa1" href="/transformation-assessment" class="ctarow-item m-12 w-inline-block"><div id="w-node-_343e0f60-1ddd-608c-b63c-ed7b028d163d-76b53aa1" class="col-lg-6"><div class="col card blue"><div class="row u-rw-stretch"><div class="col"><h1 class="title-2 inverted">Go Einride</h1><h1 class="title-2 secondary hide-mobile-landscape sizing-dont inverted">Uncover your electrification potential and the benefits of making the switch</h1></div><h1 class="title-2 inverted">→</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" aria-current="page" class="paragraph link inverted mobile-footer title-1 w--current">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></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>