CINXE.COM

Eurowag Press Releases: Latest On-Road Mobility News

<!DOCTYPE html><!-- Last Published: Tue Nov 26 2024 15:39:07 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.eurowag.com" data-wf-page="655f5bfe0a00439379d1b602" data-wf-site="640885a438a8cac228718a04" lang="en"><head><meta charset="utf-8"/><title>Eurowag Press Releases: Latest On-Road Mobility News</title><meta content="Stay updated with Eurowag&#x27;s latest announcements, achievements, and advancements in the commercial road transport industry. Your source for Eurowag news." name="description"/><meta content="Eurowag Press Releases: Latest On-Road Mobility News" property="og:title"/><meta content="Stay updated with Eurowag&#x27;s latest announcements, achievements, and advancements in the commercial road transport industry. Your source for Eurowag news." property="og:description"/><meta content="Eurowag Press Releases: Latest On-Road Mobility News" property="twitter:title"/><meta content="Stay updated with Eurowag&#x27;s latest announcements, achievements, and advancements in the commercial road transport industry. Your source for Eurowag news." 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/640885a438a8cac228718a04/css/eurowag-com.webflow.b478fa02a.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/640885a438a8cac228718a04/640c8c83791fc7b4bc2bbfca_favicon32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640c8be538ea4d85eadb6562_favicon256.png" rel="apple-touch-icon"/><link href="https://www.eurowag.com/company/press-releases" rel="canonical"/><!-- Disable format detection on iOS --> <meta name="format-detection" content="telephone=no"> <!-- Cloudflare Turnstile widget --> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></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-WGVB2X7');</script> <!-- End Google Tag Manager --><style> .w-slider-nav.w-round>div { border-radius: 0px; } .w-slider-nav-invert>div { background-color: rgba(0, 115, 255, 0.08); } .w-slider-dot { width: 30px; height: 4px; margin-left: 2px !important; margin-right: 2px !important; } .w-slider-nav-invert>div.w-active { background-color: rgba(0, 115, 255, 1); } </style></head><body class="body"><div data-gtm-readingTime="" data-gtm-category="company" data-gtm-topic="press-releases" data-gtm-originalSlug="" data-gtm-date="" class="w-embed w-iframe w-script"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGVB2X7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="gtm-container"> <div id="gtm-dbg"> <h4>GTM debug</h4> </div> </div> <script> document.addEventListener("DOMContentLoaded", function () { const parentDiv = document.getElementById("gtm-container").parentElement; const cookieArray = document.cookie.split("; "); let ewUserValue, page, user; let ewUserObject = {}; for (const cookie of cookieArray) { const cookiePair = cookie.split("="); if (cookiePair[0] === "_ew_user") { ewUserValue = cookiePair[1]; break; } } if (ewUserValue) { ewUserObject = JSON.parse(decodeURIComponent(ewUserValue)); } user = { type: ewUserValue ? "client" : "visitor", account_number: ewUserObject.crm_account_number || "", sso_id: ewUserObject.identity_id || "", sso_role: ewUserObject.sso_roles || "", }; if (parentDiv) { page = { segment: "Public web", category: parentDiv.dataset.gtmCategory, topic: parentDiv.dataset.gtmTopic, environment: window.location.hostname.endsWith("webflow.io") ? "dev" : "live", country: "global", language: document.documentElement.lang, name: document.title, hostname: window.location.hostname, clean_page_path: window.location.pathname, full_url: window.location.href, params: window.location.search }; if ( parentDiv.dataset.gtmOriginalSlug || parentDiv.dataset.gtmReadingtime || parentDiv.dataset.gtmDate ) { page.article = { original_name: parentDiv.dataset.gtmOriginalSlug, time_mins: parentDiv.dataset.gtmReadingtime, publish_date: parentDiv.dataset.gtmDate }; } if (typeof dataLayer !== "undefined") { dataLayer.push({ event: "pageView", page, user, }); } const debugDiv = document.getElementById("gtm-dbg"); const table = document.createElement("table"); function createTableRow(key, value) { const row = document.createElement("tr"); const cellKey = document.createElement("td"); const cellValue = document.createElement("td"); cellKey.textContent = key; cellValue.textContent = value; row.appendChild(cellKey); row.appendChild(cellValue); return row; } function createTableRows(obj, prefix = "") { for (let key in obj) { let newPrefix = prefix ? prefix + "." + key : key; if (typeof obj[key] === "object" && obj[key] !== null) { // This is a nested object, so let's go deeper createTableRows(obj[key], newPrefix); } else { // This is a normal value, add it to the table table.appendChild(createTableRow(newPrefix, obj[key])); } } } let combinedData = { page: { ...page }, user: { ...user } }; createTableRows(combinedData); debugDiv.appendChild(table); } const keys = { Control: false, Alt: false, }; window.addEventListener("keydown", function (event) { if (event.key in keys) { keys[event.key] = true; } if (keys.Control && keys.Alt) { document.getElementById("gtm-dbg").style.display = "block"; } }); window.addEventListener("keyup", function (event) { if (event.key in keys) { keys[event.key] = false; } document.getElementById("gtm-dbg").style.display = "none"; }); // Form submit push const form = document.querySelector("form"); // Check if form exists if (form !== null) { // Listen for the submit event on the form form.addEventListener("submit", function (e) { // Check if dataLayer is defined and push the event if (typeof dataLayer !== "undefined") { dataLayer.push({ event: "formSubmit", form: { id: form.id, }, page, user, }); } }); } // Buttons click push const buttons = document.querySelectorAll('a[id^="cta-"]'); buttons.forEach((button) => { button.addEventListener("click", function () { const id = button.id; const text = button.innerText; const href = button.href; let data = { event: "buttonClick", button: { type: "CTA", id, text: text, target: href, }, page, user }; const lastPart = id.split("-").pop(); data.button.name = lastPart ? lastPart : ""; if (typeof dataLayer !== "undefined") { dataLayer.push(data); } }); }) const elementsToObserve = document.querySelectorAll('div[id^="ew-widget-"]'); elementsToObserve.forEach((widgetElement) => { var observer = new MutationObserver(function () { // Widget interaction push const widgetButtons = widgetElement.querySelectorAll('button[id^="widget-"]'); widgetButtons.forEach((button) => { button.addEventListener("click", function () { const id = button.id; const parts = id.split("-"); let data = { event: "widgetInteraction", element: { id, widget: parts[1], section: parts[2], action: parts[3], }, page, user }; if (typeof dataLayer !== "undefined") { dataLayer.push(data); } }); }) // Buttons click push const buttons = widgetElement.querySelectorAll('a[id^="cta-"]'); buttons.forEach((link) => { link.addEventListener("click", function () { const id = link.id; const text = link.innerText; const href = link.href; let data = { event: "buttonClick", button: { type: "CTA", id, text: text, target: href, }, page, user }; const lastPart = id.split("-").pop(); data.button.name = lastPart ? lastPart : ""; if (typeof dataLayer !== "undefined") { dataLayer.push(data); } }); }); }) observer.observe(widgetElement, { childList: true, subtree: true }); }); }); </script> <style> #gtm-dbg { display: none; position: fixed; z-index: 1000; max-width: 520px; background-color: lightcyan; font-size: 0.8rem; bottom: 16px; right: 16px; opacity: 0.9; border-radius: 4px; border: 1px solid #ddd; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); } #gtm-dbg h4 { padding: 0 12px; } #gtm-dbg table tr:nth-child(odd) { background-color: #00ffff2e; } #gtm-dbg table td { padding: 2px 12px; } #gtm-dbg table tr td:nth-child(2) { font-weight: bold; } </style></div><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navigation w-nav"><div class="container-navigation w-container"><div class="nav-wrapper"><a href="/" class="logo w-nav-brand"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae7f8718a2d_Logo.svg" loading="lazy" width="196" height="20" alt="Logo" class="logo-image"/></a><nav role="navigation" class="nav-desktop-menu-wrapper w-nav-menu"><ul role="list" class="nav-desktop-menu w-list-unstyled"><li class="nav-item"><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">Services</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius w-dropdown-list"><div class="services-list-wrapper"><a href="/services/card" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca6ef0718bb9_Card.svg" loading="lazy" alt="Card" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Fuel card</div><div class="nav-service-subtitle">Fuel, Toll &amp; Services</div></div></a><a href="/services/toll" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cabf19718a2c_Toll.svg" loading="lazy" alt="Toll" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Toll</div><div class="nav-service-subtitle">Customizable Toll Options</div></div></a><a href="/services/fleet-management" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8631718a2b_Fleet.svg" loading="lazy" alt="Fleet" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Fleet management</div><div class="nav-service-subtitle">Performance Insights</div></div></a><a href="/services/tax-refund" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca98a3718a32_Tax%20refund.svg" loading="lazy" alt="Tax refund" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Tax refund</div><div class="nav-service-subtitle">VAT &amp; Excise Refund</div></div></a><a href="/services/automotive-and-emobility" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3a0f718bb5_Automotive.svg" loading="lazy" alt="Automotive" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">eMobility</div><div class="nav-service-subtitle">eMSP, Charging as a Service</div></div></a><a href="/services/fuel/alternative-fuel" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca78f7718a2a_Fuel.svg" loading="lazy" alt="Fuel" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Alternative fuels</div><div class="nav-service-subtitle">BioLNG/LNG, HVO</div></div></a><a href="/services/financial-services" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca36f0718bb6_Finances.svg" loading="lazy" alt="Finances" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Financial services</div><div class="nav-service-subtitle">Cashflow optimization</div></div></a><a href="/services/partner-services" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca4d6f718bb7_Partners.svg" loading="lazy" alt="Partners" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Partner services</div><div class="nav-service-subtitle">Drivers posting &amp; Ferry booking</div></div></a><a href="/services/eurowag-mobile-app" class="nav-service w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3c26718bb8_Mobile%20App.svg" loading="lazy" alt="Mobile App" class="nav-service-icon"/><div class="nav-service-text-wrapper"><div class="nav-service-title">Eurowag Mobile App</div><div class="nav-service-subtitle">The power of Eurowag in your pocket</div></div></a></div></nav></div></li><li class="nav-item"><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">Company</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius w-dropdown-list"><div class="company-list-wrapper"><a href="/company/about-us" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca42ea718a33_EW.svg" loading="lazy" alt="EW" class="company-icon"/><div class="company-title">About us</div></a><a href="/company/esg" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca682f718a31_Sustainability.svg" loading="lazy" alt="Sustainability" class="company-icon"/><div class="company-title">Sustainability</div></a><a href="https://investors.eurowag.com/who-we-are/our-leadership/" target="_blank" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacdb2718bba_user-group%20Filled.svg" loading="lazy" id="w-node-_3e33c894-05f1-4b46-5c1a-dc60deaa8a6f-238a20b5" alt="User Group" class="company-icon"/><div class="company-title">Leadership</div></a><a href="/company/career" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacf7b718a36_Career.svg" loading="lazy" alt="Career" class="company-icon"/><div class="company-title">Career</div></a><a href="/company/press-releases" aria-current="page" class="company-link w-inline-block w--current"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca91ee718a35_Press%20Releases.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a2115-238a20b5" alt="Press releases" class="company-icon"/><div class="company-title">For media</div></a><a href="/company/partners" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca35f0718a34_Become%20a%20Partner.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a2119-238a20b5" alt="Become a Partner" class="company-icon"/><div class="company-title">Become a partner</div></a><a href="https://investors.eurowag.com/" target="_blank" class="company-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca16ab718a37_Investor.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a211d-238a20b5" alt="Investors" class="company-icon"/><div class="company-title">For investors</div></a></div></nav></div></li><li class="nav-item"><a href="/acceptance-network" class="nav-text-link">Acceptance network</a></li><li class="nav-item"><a href="/blog" class="nav-text-link">Blog</a></li><li class="nav-item"><a href="/contact-us" class="nav-text-link">Contact</a></li></ul></nav><div class="nav-desktop-actions-wrapper"><div class="nav-desktop-actions"><a id="cta-nav-reg" href="https://registration.eurowag.com/?lang=en" target="_blank" class="button-contained-medium w-inline-block"><div class="button-wrapper-medium"><div class="button-text">Become our client</div></div></a><a id="cta-nav-portal" href="https://selfcare.eurowag.com/?lang=en" target="_blank" class="portal-icon-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca493c718a4b_User%20Icon%20Filled.svg" loading="lazy" alt="User Filled Light" class="mobile-user-icon"/></a><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">EN</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius country-selector w-dropdown-list"><div class="dropdown-scroll-wrapper"><a href="https://www.eurowag.com/" class="county-link active w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca112f718ad8_Great%20Britain%402x.png" loading="lazy" width="28" alt="United Kingdom" class="country-flag"/><div class="active-county-wrapper"><div class="country-name">English</div><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca457f718a49_check.svg" loading="lazy" alt="Checked simple" class="check-icon"/></div></a><a href="https://bg.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca7a6f718ad3_Bulgary%402x.png" loading="lazy" width="28" alt="Bulgary" class="country-flag"/><div class="country-name">България</div></a><a href="https://cz.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca25e6718ad4_Czech%402x.png" loading="lazy" width="28" alt="Czech" class="country-flag"/><div class="country-name">Česká republika</div></a><a href="https://de.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca220a718ac1_Germany%402x.png" loading="lazy" width="28" alt="Germany" class="country-flag"/><div class="country-name">Deutschland</div></a><a href="https://ee.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca787c718ad1_Estonia%402x.png" loading="lazy" width="28" alt="Estonia" class="country-flag"/><div class="country-name">Eesti</div></a><a href="https://es.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3e05718aab_Spain%402x.png" loading="lazy" width="28" alt="Spain" class="country-flag"/><div class="country-name">España</div></a><a href="https://fr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa2a1718ad2_French%402x.png" loading="lazy" width="28" alt="French" class="country-flag"/><div class="country-name">France</div></a><a href="https://it.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca06ac718ad0_Italy%402x.png" loading="lazy" width="28" alt="Italy" class="country-flag"/><div class="country-name">Italia</div></a><a href="https://lv.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacda2718abe_Latvia%402x.png" loading="lazy" width="28" alt="Latvia" class="country-flag"/><div class="country-name">Latvija</div></a><a href="https://lt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cad3a3718abd_Lithuania%402x.png" loading="lazy" width="28" alt="Lithuania" class="country-flag"/><div class="country-name">Lietuva</div></a><a href="https://hu.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caab64718ad9_Hungary%402x.png" loading="lazy" width="28" alt="Hungary" class="country-flag"/><div class="country-name">Magyarország</div></a><a href="https://at.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1b26718aa5_Austria%402x.png" loading="lazy" width="28" alt="Austria" class="country-flag"/><div class="country-name">Österreich</div></a><a href="https://pl.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1d94718abc_Poland%402x.png" loading="lazy" width="28" alt="Poland" class="country-flag"/><div class="country-name">Polska</div></a><a href="https://pt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3813718abf_Portugal%402x.png" loading="lazy" width="28" alt="Portugal" class="country-flag"/><div class="country-name">Portugal</div></a><a href="https://ro.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cafd17718c02_Roma%CC%82nia.png" loading="lazy" alt="România" class="country-flag"/><div class="country-name">România</div></a><a href="https://si.eurowag.com" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caadbf718aa9_Slovenia%402x.png" loading="lazy" width="28" alt="Slovenia" class="country-flag"/><div class="country-name">Slovenija</div></a><a href="https://sk.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1cb3718aaa_Slovakia%402x.png" loading="lazy" width="28" alt="Slovakia" class="country-flag"/><div class="country-name">Slovensko</div></a><a href="https://rs.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa71c718aa4_Serbia%402x.png" loading="lazy" width="28" alt="Serbia" class="country-flag"/><div class="country-name">Srbija</div></a><a href="https://tr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae481718aa8_Turkey%402x.png" loading="lazy" width="28" alt="Turkey" class="country-flag"/><div class="country-name">Türkçe</div></a></div><div class="scroll-sign"><div class="scroll-dots">. . . </div></div></nav></div></div></div><nav role="navigation" class="nav-mobile-menu-wrapper w-nav-menu"><div class="mobile-menu-wrapper"><div class="menu-actions"><a href="https://registration.eurowag.com/?lang=en" target="_blank" class="button-contained-medium w-inline-block"><div class="button-wrapper-medium"><div class="button-text">Become our client</div></div></a><a href="https://selfcare.eurowag.com/?lang=en" target="_blank" class="button-outlined-medium w-inline-block"><div class="button-wrapper-medium"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca493c718a4b_User%20Icon%20Filled.svg" loading="lazy" width="20" alt="User Filled Light" class="medium-button-left-icon"/><div class="button-text">Client portal</div></div></a></div><ul role="list" class="mobile-menu w-list-unstyled"><li class="mobile-menu-item"><a href="/" class="mobile-menu-title">Homepage</a></li><li class="mobile-menu-item"><div class="mobile-menu-title">Services</div><div class="mobile-menu-subtitle-wrapper"><a href="/services/card" class="mobile-menu-subtitle">Fuel Card</a><a href="/services/automotive-and-emobility" class="mobile-menu-subtitle">eMobility</a><a href="/services/toll" class="mobile-menu-subtitle">Toll services</a><a href="/services/fuel/alternative-fuel" class="mobile-menu-subtitle">Alternative fuels</a><a href="/services/fleet-management" class="mobile-menu-subtitle">Fleet management</a><a href="/services/financial-services" class="mobile-menu-subtitle">Financial services</a><a href="/services/tax-refund" class="mobile-menu-subtitle">Tax refund</a><a href="/services/partner-services" class="mobile-menu-subtitle">Partner services</a><a href="/services/eurowag-mobile-app" class="mobile-menu-subtitle">Eurowag Mobile App</a></div></li><li class="mobile-menu-item"><a href="/acceptance-network" class="mobile-menu-title">Acceptance network</a></li><li class="mobile-menu-item"><div class="mobile-menu-title">Company</div><div class="mobile-menu-subtitle-wrapper"><a href="/company/about-us" class="mobile-menu-subtitle">About us</a><a href="/company/career" class="mobile-menu-subtitle">Career</a><a href="https://investors.eurowag.com/who-we-are/our-leadership/" target="_blank" class="mobile-menu-subtitle">Leadership</a><a href="/blog" class="mobile-menu-subtitle">Blog</a><a href="https://investors.eurowag.com/" target="_blank" class="mobile-menu-subtitle">Investor relations</a><a href="/company/esg" class="mobile-menu-subtitle">Sustainability</a><a href="/company/press-releases" aria-current="page" class="mobile-menu-subtitle w--current">Press releases</a><a href="/company/partners" class="mobile-menu-subtitle">Become a partner</a></div></li><li class="mobile-menu-item"><a href="/contact-us" class="mobile-menu-title">Contact</a></li><li class="mobile-menu-item"><div class="mobile-menu-title margin-bottom-5"><div class="bold-inline-text">Customer Service:</div><div class="inline-text-light"> 8:00 am - 5:00 pm working days</div></div><div class="mobile-menu-title margin-bottom-5"><div class="bold-inline-text">Customer Assistance:</div><div class="inline-text-light"> 24/7 NON STOP</div></div><div class="phone-menu-action"><div class="second-button-outlined-medium"><a href="tel:+420233555111" class="second-button-outlined-medium w-inline-block"><div class="button-wrapper-medium"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa982718a4c_Call%20Circle%20Filled.svg" loading="lazy" alt="Call dark" class="medium-button-left-icon"/><div class="button-text">+420 233 555 111</div></div></a></div></div></li><li class="mobile-menu-item"><div class="mobile-menu-title">Mobile app</div><div class="app-actions"><div id="w-node-_4aea5976-a617-770f-ef76-e74b238a21c2-238a20b5" class="app-actions-wrapper"><a href="https://link.eurowag.com/wpa" target="_blank" class="google-play-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cab8da718a74_Google%20Play%402x.webp" loading="lazy" width="160" alt="Google play" class="google-play"/></a><a href="https://link.eurowag.com/wpi" target="_blank" class="app-store-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca05bd718a73_App%20Store%402x.png" loading="lazy" width="160" alt="App store" class="app-store"/></a></div></div></li><li class="mobile-menu-item padding-bottom"><div class="mobile-menu-title">Social networks</div><div class="socials-wrapper"><a href="https://www.linkedin.com/company/w-a-g-payment-solutions-a-s-/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8278718a4d_Linkedin%20Icon.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a21cc-238a20b5" alt="Linkedin"/></a><a href="https://www.facebook.com/Eurowag-300730813753922/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca6e4d718a4e_Facebook%20Icon.svg" loading="lazy" id="w-node-_4aea5976-a617-770f-ef76-e74b238a21ce-238a20b5" alt="Facebook"/></a><a href="https://www.youtube.com/user/ewcards" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8dd3718a4f_Youtube%20Icon.svg" loading="lazy" alt="Youtube"/></a></div></li></ul></div><div class="scroll-sign"><div class="scroll-dots">. . . </div></div></nav><div class="nav-mobile-actions-wrapper"><div class="mobile-actions"><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-toggle w-dropdown-toggle"><div class="nav-chevron-icon w-icon-dropdown-toggle"></div><div class="nav-text">EN</div></div><nav class="nav-dropdown-list shadow-three mobile-shadow-hide shadow light-border dropdown-radius country-selector w-dropdown-list"><div class="dropdown-scroll-wrapper"><a href="https://www.eurowag.com/" class="county-link active w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca112f718ad8_Great%20Britain%402x.png" loading="lazy" width="28" alt="United Kingdom" class="country-flag"/><div class="active-county-wrapper"><div class="country-name">English</div><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca457f718a49_check.svg" loading="lazy" alt="Checked simple" class="check-icon"/></div></a><a href="https://bg.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca7a6f718ad3_Bulgary%402x.png" loading="lazy" width="28" alt="Bulgary" class="country-flag"/><div class="country-name">България</div></a><a href="https://cz.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca25e6718ad4_Czech%402x.png" loading="lazy" width="28" alt="Czech" class="country-flag"/><div class="country-name">Česká republika</div></a><a href="https://de.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca220a718ac1_Germany%402x.png" loading="lazy" width="28" alt="Germany" class="country-flag"/><div class="country-name">Deutschland</div></a><a href="https://ee.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca787c718ad1_Estonia%402x.png" loading="lazy" width="28" alt="Estonia" class="country-flag"/><div class="country-name">Eesti</div></a><a href="https://es.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3e05718aab_Spain%402x.png" loading="lazy" width="28" alt="Spain" class="country-flag"/><div class="country-name">España</div></a><a href="https://fr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa2a1718ad2_French%402x.png" loading="lazy" width="28" alt="French" class="country-flag"/><div class="country-name">France</div></a><a href="https://it.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca06ac718ad0_Italy%402x.png" loading="lazy" width="28" alt="Italy" class="country-flag"/><div class="country-name">Italia</div></a><a href="https://lv.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cacda2718abe_Latvia%402x.png" loading="lazy" width="28" alt="Latvia" class="country-flag"/><div class="country-name">Latvija</div></a><a href="https://lt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cad3a3718abd_Lithuania%402x.png" loading="lazy" width="28" alt="Lithuania" class="country-flag"/><div class="country-name">Lietuva</div></a><a href="https://hu.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caab64718ad9_Hungary%402x.png" loading="lazy" width="28" alt="Hungary" class="country-flag"/><div class="country-name">Magyarország</div></a><a href="https://at.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1b26718aa5_Austria%402x.png" loading="lazy" width="28" alt="Austria" class="country-flag"/><div class="country-name">Österreich</div></a><a href="https://pl.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1d94718abc_Poland%402x.png" loading="lazy" width="28" alt="Poland" class="country-flag"/><div class="country-name">Polska</div></a><a href="https://pt.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3813718abf_Portugal%402x.png" loading="lazy" width="28" alt="Portugal" class="country-flag"/><div class="country-name">Portugal</div></a><a href="https://ro.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cafd17718c02_Roma%CC%82nia.png" loading="lazy" alt="România" class="country-flag"/><div class="country-name">România</div></a><a href="https://si.eurowag.com" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caadbf718aa9_Slovenia%402x.png" loading="lazy" width="28" alt="Slovenia" class="country-flag"/><div class="country-name">Slovenija</div></a><a href="https://sk.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca1cb3718aaa_Slovakia%402x.png" loading="lazy" width="28" alt="Slovakia" class="country-flag"/><div class="country-name">Slovensko</div></a><a href="https://rs.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa71c718aa4_Serbia%402x.png" loading="lazy" width="28" alt="Serbia" class="country-flag"/><div class="country-name">Srbija</div></a><a href="https://tr.eurowag.com/" class="county-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae481718aa8_Turkey%402x.png" loading="lazy" width="28" alt="Turkey" class="country-flag"/><div class="country-name">Türkçe</div></a></div><div class="scroll-sign"><div class="scroll-dots">. . . </div></div></nav></div><a href="https://selfcare.eurowag.com/?lang=en" target="_blank" class="portal-icon-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca5b73718a4a_Mobile%20User%20Icon.svg" loading="lazy" width="24" height="24" alt="User" class="mobile-user-icon-small"/></a><div class="menu-button-3 w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div></div></div><div class="section-grey-beadcrumbs"><div class="section-secondary-breadcrumbs-wrapper"><div class="container-content w-container"><div class="flex-center-gap-40"><div class="breadcrumbs"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cad93f718bbc_arrow-back.svg" loading="lazy" width="10" height="18" alt="" class="breadcrumbs-image"/><div class="breadcrumbs-levels"><a href="/" class="breadcrumb-home w-inline-block"><div class="breadcrumb-link-text first-child">Home</div></a><div class="breadcrumb-level"><div class="breadcrumb-divider">/</div><div class="breadcrumb-text">Company</div></div><div class="breadcrumb-level"><div class="breadcrumb-divider">/</div><div class="breadcrumb-text">Press releases</div></div></div></div><h2 class="h2">Press releases</h2></div></div></div></div><div class="section-dark"><div class="section-wrapper"><div class="container-content w-container"><div class="contact-columns w-row"><div class="text-column w-col w-col-6"><div class="flex-gap-40"><h3 class="h4">Contact for media</h3><div><div class="white-text">Zuzana Kacanova</div><div class="white-subtext"><strong>Product PR and Communication</strong></div><div class="white-subtext">zuzana.kacanova@eurowag.com</div></div><div><div class="white-text">Carla Bloom<br/>Anca Timpescu</div><div class="white-subtext"><strong>Investor Relations</strong></div><div class="white-subtext">investors@eurowag.com<br/></div></div></div></div><div class="image-column w-col w-col-6"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/6579b469616f98f968800bd5_Screenshot%202023-12-13%20at%2014.27.28%20(2).webp" loading="eager" height="720" alt="" width="1024" srcset="https://cdn.prod.website-files.com/640885a438a8cac228718a04/6579b469616f98f968800bd5_Screenshot%202023-12-13%20at%2014.27.28%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8cac228718a04/6579b469616f98f968800bd5_Screenshot%202023-12-13%20at%2014.27.28%20(2).webp 600w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 46vw, 47vw" class="image-height"/></div></div><div class="mobile-contact-content"><div class="section-header"><h3 class="h4">Contact for media</h3></div><div class="image-column"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/6579b469616f98f968800bd5_Screenshot%202023-12-13%20at%2014.27.28%20(2).webp" loading="eager" width="1024" height="720" alt="" srcset="https://cdn.prod.website-files.com/640885a438a8cac228718a04/6579b469616f98f968800bd5_Screenshot%202023-12-13%20at%2014.27.28%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8cac228718a04/6579b469616f98f968800bd5_Screenshot%202023-12-13%20at%2014.27.28%20(2).webp 600w" sizes="(max-width: 479px) 100vw, (max-width: 767px) 92vw, 100vw" class="image-height"/></div><div class="flex-gap-40"><div><div class="white-text">Zuzana Kacanova</div><div class="white-subtext"><strong>Product PR and Communication</strong></div><div class="white-subtext">zuzana.kacanova@eurowag.com</div></div><div><div class="white-text">Carla Bloom<br/>Anca Timpescu</div><div class="white-subtext">I<strong>nvestor Relations</strong></div><div class="white-subtext">investors@eurowag.com<br/></div></div></div></div></div></div></div><div class="section-white"><div class="section-wrapper"><div class="container-content w-container"><div class="flex-center-gap-40"><h2 class="h2">Press releases</h2><div class="w-dyn-list"><div role="list" class="collection-list w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/press-releases/eurowags-telematics-is-now-helping-to-improve-drivers-driving-style-good-driving-habits-save-up-to-two-litres-of-fuel-per-100-kilometres" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/672b5d21d0a970a2295e51f7_driver.avif" alt="Eurowag&#x27;s telematics is now helping to improve drivers&#x27; driving style. Good driving habits save up to two litres of fuel per 100 kilometres" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>11.11.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">4&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">Eurowag&#x27;s telematics is now helping to improve drivers&#x27; driving style. Good driving habits save up to two litres of fuel per 100 kilometres</h3><p class="card-content">The Fleet Management Service offers a new feature to optimise fleet performance using telematics data to help drivers improve their driving style through personalised recommendations. The Coach Report not only assesses but also advises on specific improvements in habits for better safety, lower fuel consumption and vehicle wear and tear.</p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/iveco-capital-sets-sights-on-expanding-the-partnership-with-eurowag-across-europe" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66f2758f1d0fb2305fb9af21_iveco.webp" alt="IVECO CAPITAL Sets Sights on Expanding the Partnership With Eurowag Across Europe" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66f2758f1d0fb2305fb9af21_iveco-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66f2758f1d0fb2305fb9af21_iveco.webp 792w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>24.9.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">3&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">IVECO CAPITAL Sets Sights on Expanding the Partnership With Eurowag Across Europe</h3><p class="card-content">As part of a strategic initiative to enhance on-the-road services for fleet owners across Europe, IVECO through IVECO CAPITAL, the financial arm of Iveco Group N.V., in partnership with Eurowag, is now gearing up to introduce their co-branded mobility service card to new markets. Having established a firm footing in Italy and Spain, this expansion commences with France and Germany in Q4, and will extend to other key markets in 2025.</p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/eurowag-kicking-off-a-digital-future-of-trucking" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66e27bffb9781d57b1b9924b_Eurowag-Office_interfaces_devices.webp" alt="Eurowag Kicking Off a Digital Future of Trucking" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66e27bffb9781d57b1b9924b_Eurowag-Office_interfaces_devices-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66e27bffb9781d57b1b9924b_Eurowag-Office_interfaces_devices.webp 793w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>17.9.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">5&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">Eurowag Kicking Off a Digital Future of Trucking</h3><p class="card-content">Eurowag, a leading European provider of technologies for the Commercial Road Transport (CRT) industry, has announced a phased rollout of its industry-first digital platform at the IAA Transportation 2024 in Hanover. </p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/eurowag-launches-first-crt-focused-ev-charging-service-to-drive-forward-truck-electrification" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/66cf0768820b67bd2654328e_eMobility_whiteTruck.avif" alt="Eurowag launches first CRT-focused EV Charging Service to drive forward truck electrification " class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>29.8.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">5&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">Eurowag launches first CRT-focused EV Charging Service to drive forward truck electrification </h3><p class="card-content">New offering includes Charging as a Service and EV network development – allowing access to all major Charge Point Operators (CPOs) across Europe. Designed specifically for the commercial road transport sector, Eurowag’s data driven service will accelerate the smart roll out of heavy-duty electric vehicles and help reduce CO2 emissions. Eurowag&#x27;s new approach combines zero emissions solutions with all essential CRT services into a “One-Stop-Shop” for international road transport companies.</p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/eurowag-launches-a-selective-segment-eurowag-prime-network-70-filling-stations-at-the-core-crt-corridors-across-europe" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/662f1b07cf79487c6d5bbc65_TP%20Krimov_Prime.webp" alt="Eurowag launches a selective segment, &quot;Eurowag Prime Network&quot;, 70 filling stations at the core CRT corridors across Europe" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/662f1b07cf79487c6d5bbc65_TP%20Krimov_Prime-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/662f1b07cf79487c6d5bbc65_TP%20Krimov_Prime.webp 792w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>26.4.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">3&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">Eurowag launches a selective segment, &quot;Eurowag Prime Network&quot;, 70 filling stations at the core CRT corridors across Europe</h3><p class="card-content">Available in Central, Eastern, and South Europe, 70 filling stations in the Eurowag Prime Network offer drivers the best locations covering the high transit routes at optimized price positioning and additional services. </p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/european-toll-is-already-in-slovakia" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/660419c521af855a8c5e788c_eets.webp" alt="European toll is already in Slovakia" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/660419c521af855a8c5e788c_eets-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/660419c521af855a8c5e788c_eets.webp 792w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>18.3.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">4&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">European toll is already in Slovakia</h3><p class="card-content">One box, one payment, multiple countries: the European Electronic Toll Collection Service (EETS) is now also available in Slovakia. It will simplify administration for hauliers and make all toll roads in the participating countries accessible. In addition, Eurowag&#x27;s customers will also benefit from other advantages in an EETS-ready on-board unit. </p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/eurowag-has-opened-the-first-hvo100-biofuel-station-in-its-network-in-the-czech-republic-co-emissions2-reduces-co-emissions-by-up-to-90" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/65f167d2b51c3fd39e5494ef_HVO-stanica.webp" alt="Eurowag has opened the first HVO100 biofuel station in its network in the Czech Republic. CO emissions2 reduces CO emissions by up to 90%" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/65f167d2b51c3fd39e5494ef_HVO-stanica-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/65f167d2b51c3fd39e5494ef_HVO-stanica.webp 800w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>6.3.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">4&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">Eurowag has opened the first HVO100 biofuel station in its network in the Czech Republic. CO emissions2 reduces CO emissions by up to 90%</h3><p class="card-content">HVO100 biofuel can now be refuelled at the Jihlava Truck Park service station on the D1 motorway.</p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/the-european-toll-will-arrive-in-slovakia-in-just-a-few-days-eurowag-is-ready-for-the-launch" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/6604199e2e689376f94161b1_SK-EETS.webp" alt="The European toll will arrive in Slovakia in just a few days. Eurowag is ready for the launch" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/6604199e2e689376f94161b1_SK-EETS-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/6604199e2e689376f94161b1_SK-EETS.webp 792w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>5.3.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">4&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">The European toll will arrive in Slovakia in just a few days. Eurowag is ready for the launch</h3><p class="card-content">Slovak carriers will be able to start using the European electronic toll collection service from March 15, 2024. This was announced by the National Motorway Company. One of the officially accredited EETS providers in Slovakia is Eurowag.</p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div><div role="listitem" class="w-dyn-item"><a href="/press-releases/eurowag-brings-clean-biofuel-from-renewable-sources-to-slovakia-the-first-customer-is-db-schenker" class="preview w-inline-block"><div class="preview-content"><img loading="lazy" height="215" src="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/65d4662bf44d4700abc4893b_20240130_161235.webp" alt="Eurowag brings clean biofuel from renewable sources to Slovakia. The first customer is DB Schenker" sizes="(max-width: 479px) 100vw, (max-width: 767px) 91vw, (max-width: 991px) 45vw, 29vw" srcset="https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/65d4662bf44d4700abc4893b_20240130_161235-p-500.webp 500w, https://cdn.prod.website-files.com/640885a438a8caa1e17189fb/65d4662bf44d4700abc4893b_20240130_161235.webp 792w" class="service-image"/><div class="preview-text-wrapper"><div class="preview-badges"><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca3659718ba5_calendar.svg" loading="lazy" width="24" height="24" alt="Calendar"/><div>14.2.2024</div></div><div class="preview-badge"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca0694718ba7_clock.svg" loading="lazy" width="24" height="24" alt="Clock"/><div class="w-embed">6&nbsp;min</div></div></div><div class="preview-text"><h3 class="h5">Eurowag brings clean biofuel from renewable sources to Slovakia. The first customer is DB Schenker</h3><p class="card-content">HVO100 is the solution for carriers who want to start reducing emissions immediately, rather than after major fleet investments. This is also the case of the transport company DB Schenker, which was the first in Slovakia to refill with HVO100 at the first Eurowag petrol station in Slovakia with this fuel, in Malacky.</p></div></div><div class="gradient-background"></div></div><div class="preview-bottom"><div class="bold-link">Learn more</div></div></a></div></div><div role="navigation" aria-label="List" class="w-pagination-wrapper pagination"><a href="?bd59ab0d_page=2" aria-label="Next Page" class="w-pagination-next"><div class="w-inline-block">Next</div><svg class="w-pagination-next-icon" height="12px" width="12px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" transform="translate(0, 1)"><path fill="none" stroke="currentColor" fill-rule="evenodd" d="M4 2l4 4-4 4"></path></svg></a><link rel="prerender" href="?bd59ab0d_page=2"/></div></div></div></div></div></div><section class="footer"><div class="footer-wrapper"><div class="container-content w-container"><div class="footer-content"><div id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043fc1-cd043fbd" class="footer-block"><div class="footer-title">Eurowag</div><a href="/" class="footer-link">Homepage</a><a href="/contact-us" class="footer-link">Contact</a><a href="/acceptance-network" class="footer-link">Acceptance network</a><a href="/company/about-us" class="footer-link">Company</a><a href="/company/career" class="footer-link">Career</a><a href="/company/partners" class="footer-link">Become our partner</a><a href="https://investors.eurowag.com/" target="_blank" class="footer-link">Investor relations</a><a href="/blog" class="footer-link">Blog</a><a href="/company/press-releases" aria-current="page" class="footer-link w--current">For media</a></div><div id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043fd6-cd043fbd" class="footer-block"><div class="footer-title">Our products and services</div><a href="/services/card" class="footer-link">Fuel card</a><a href="/services/toll" class="footer-link">Toll</a><a href="/services/tax-refund" class="footer-link">Tax refund</a><a href="/services/fleet-management" class="footer-link">Fleet management</a><a href="/services/eurowag-navigation" class="footer-link">Eurowag navigation</a><a href="/services/automotive-and-emobility" class="footer-link">eMobility</a><a href="/services/fuel" class="footer-link">Fuel</a><a href="/services/financial-services" class="footer-link">Financial services</a><a href="/services/partner-services" class="footer-link">Partners services<br/></a><a href="/services/eurowag-mobile-app" class="footer-link">Eurowag mobile app<br/></a><a href="/services/fraud-protection" class="footer-link">Fraud protection<br/></a></div><div class="footer-block"><div class="footer-title">Documents</div><a href="/privacy-policy" class="footer-link">Privacy policy</a><a href="/cookie-policy" class="footer-link">Cookie policy</a><a href="/legal-documents" class="footer-link">Legal documents</a><a href="/marketing-consent" class="footer-link">Marketing consent</a><a href="https://www.eurowag.com/files/modern-slavery-statement" target="_blank" class="footer-link">Modern slavery statement</a><a href="https://cdn.prod.website-files.com/640885a438a8cac228718a04/6449142835d6ff381652b487_EW%20Manual%20Smartpeak_EN%20Toll%20demo.pdf" target="_blank" class="footer-link">Eurowag manual Smartpeak</a><a href="/services/security-and-data-protection" class="footer-link">Security and data protection</a><a href="/files/speak-up-policy.pdf" target="_blank" class="footer-link">Speak Up policy</a></div><div id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043fea-cd043fbd" class="footer-block"><div class="footer-subblock"><div class="footer-title"><div class="bold-inline-text">Customer Service:</div><div class="inline-text-light"> 8:00 am - 5:00 pm working days</div></div><div class="footer-title"><div class="bold-inline-text">Customer Assistance:</div><div class="inline-text-light"> 24/7 NON STOP</div></div><div class="second-button-outlined-medium"><a id="cta-footer-phone" href="tel:+420233555111" class="second-button-outlined-medium w-inline-block"><div class="button-wrapper-medium"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8caa982718a4c_Call%20Circle%20Filled.svg" loading="lazy" width="20" height="19.19" alt="Call dark" class="medium-button-left-icon"/><div class="button-text">+420 233 555 111</div></div></a></div><div class="footer-title"></div></div><div class="footer-subblock"><div class="footer-title">Eurowag mobile app</div><div id="w-node-_815b0eec-d7e3-7572-875e-a864237b8463-237b8463" class="mobile-app-wrapper"><a href="https://link.eurowag.com/wpa" target="_blank" class="google-play-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cab8da718a74_Google%20Play%402x.webp" loading="lazy" height="42" width="160" alt="Google play" class="google-play"/></a><a href="https://link.eurowag.com/wpi" target="_blank" class="app-store-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca05bd718a73_App%20Store%402x.png" loading="lazy" width="160" height="42" alt="App store" class="app-store"/></a></div></div><div class="footer-subblock"><div class="footer-title">Social networks</div><div class="socials-wrapper"><a href="https://www.linkedin.com/company/eurowag/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8278718a4d_Linkedin%20Icon.svg" loading="lazy" width="32" height="32" alt="Linkedin" id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043ff9-cd043fbd"/></a><a href="https://www.facebook.com/Eurowag-300730813753922/" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca6e4d718a4e_Facebook%20Icon.svg" loading="lazy" width="32" height="32" alt="Facebook" id="w-node-c86a5689-d32a-d19c-c6a3-aed3cd043ffb-cd043fbd"/></a><a href="https://www.youtube.com/user/ewcards" target="_blank" class="social-link w-inline-block"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8ca8dd3718a4f_Youtube%20Icon.svg" loading="lazy" width="32" height="32" alt="Youtube"/></a></div></div></div></div></div></div><div class="copyrights-wrapper"><div class="container-content w-container"><img src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/640885a438a8cae7f8718a2d_Logo.svg" loading="lazy" alt="Logo" class="logo-footer"/><div class="footer-copyright-center">Copyright © 2024, W.A.G. payment solutions, a.s. All services are provided by W.A.G. payment solutions, a.s. and its subsidiaries. W.A.G. payment solutions, a.s. is registered in the Commercial Register under file No. B 6882 at the Municipal Court in Prague, Czech Republic (registered number 26415623). W.A.G. Issuing Services, a.s. is a wholly owned subsidiary of W.A.G. payment solutions, a.s. and is authorized and regulated by the Czech National Bank (www.CNB.cz) under its identification number (ID no.): 050 21 910, registered in the Czech Republic registered office at Na Vítězné pláni 1719/4 140 00 Prague 4 Czech Republic. All rights reserved.</div></div></div></section><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=640885a438a8cac228718a04" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/640885a438a8cac228718a04/js/webflow.7566a7887.js" type="text/javascript"></script><!-- Cookies --> <script type="module" crossorigin="anonymous"> import { createCookieModal } from "https://cdn.eurowag.com/cookies/cookies.js"; createCookieModal('en'); </script> <!-- Page utils --> <script src="https://cdn.eurowag.com/page-utils/main.js" crossorigin="anonymous"></script> </body></html>

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