{"id":165270,"date":"2026-01-06T17:45:18","date_gmt":"2026-01-06T16:45:18","guid":{"rendered":"https:\/\/dev.epg.com\/aura\/"},"modified":"2026-03-30T15:54:18","modified_gmt":"2026-03-30T13:54:18","slug":"aura","status":"publish","type":"page","link":"https:\/\/dev.epg.com\/us\/aura\/","title":{"rendered":"AURA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"165270\" class=\"elementor elementor-165270 elementor-162001\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db45ba4 e-flex e-con-boxed e-con e-parent\" data-id=\"db45ba4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-089408a elementor-widget elementor-widget-html\" data-id=\"089408a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Top Border Beam *\/\n.top-border-beam{\n  --beam-green: rgba(98, 133, 113, .95);\n  --beam-glow1: rgba(98, 133, 113, .35);\n  --beam-glow2: rgba(98, 133, 113, .18);\n\n  --base-line: rgba(255,255,255,.08);\n  --beam-height: 2px;\n  --beam-width: 16%;\n  --beam-duration: 12s;\n\n  position: relative;\n  overflow: hidden;\n}\n\n.top-border-beam::before{\n  content:\"\";\n  position:absolute;\n  left:0; right:0; top:0;\n  height: 1px;\n  background: var(--base-line);\n  z-index: 2;\n  pointer-events:none;\n}\n\n.top-border-beam::after{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left: calc(-1 * var(--beam-width));\n  width: var(--beam-width);\n  height: var(--beam-height);\n\n  background: linear-gradient(90deg,\n    transparent 0%,\n    rgba(0,0,0,0) 28%,\n    var(--beam-green) 50%,\n    rgba(0,0,0,0) 72%,\n    transparent 100%\n  );\n\n  filter:\n    blur(0.2px)\n    drop-shadow(0 0 8px var(--beam-glow1))\n    drop-shadow(0 0 16px var(--beam-glow2));\n\n  opacity: .95;\n  z-index: 3;\n  pointer-events:none;\n  animation: top-border-beam-scan var(--beam-duration) linear infinite;\n}\n\n@keyframes top-border-beam-scan{\n  0%   { left: calc(-1 * var(--beam-width)); }\n  100% { left: calc(100% + var(--beam-width)); }\n}\n\n@media (prefers-reduced-motion: reduce){\n  .top-border-beam::after{\n    animation: none;\n    opacity: .35;\n  }\n}\n\n\/* AURA Glass Cards *\/\n.aura-glass-grid{\n  gap: 18px;\n}\n\n.aura-glass-card{\n  --glass-bg: rgba(255,255,255,.06);\n  --glass-bg2: rgba(255,255,255,.03);\n  --glass-border: rgba(255,255,255,.10);\n  --glass-border-strong: rgba(255,255,255,.16);\n  --glass-shadow: rgba(0,0,0,.35);\n\n  position: relative;\n  overflow: hidden;\n  border-radius: 20px;\n  padding: 28px 22px;\n  background:\n    linear-gradient(180deg, var(--glass-bg), var(--glass-bg2));\n  border: 1px solid var(--glass-border);\n\n  -webkit-backdrop-filter: blur(14px) saturate(120%);\n  backdrop-filter: blur(14px) saturate(120%);\n\n  box-shadow:\n    0 18px 40px rgba(0,0,0,.18),\n    0 2px 0 rgba(255,255,255,.05) inset;\n\n  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;\n}\n.aura-glass-card::before{\n  content:\"\";\n  position:absolute;\n  inset:-1px;\n  border-radius: inherit;\n  pointer-events:none;\n\n  background:\n    radial-gradient(120% 90% at 20% 15%, rgba(255,255,255,.16), transparent 55%),\n    radial-gradient(100% 80% at 85% 0%, rgba(255,255,255,.08), transparent 50%);\n  opacity: .9;\n}\n\n.aura-glass-card::after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  pointer-events:none;\n  border-radius: inherit;\n  background:\n    radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0 1px, transparent 1px 100%),\n    radial-gradient(circle at 70% 80%, rgba(0,0,0,.10) 0 1px, transparent 1px 100%),\n    radial-gradient(circle at 40% 60%, rgba(255,255,255,.04) 0 1px, transparent 1px 100%);\n  background-size: 18px 18px, 22px 22px, 26px 26px;\n  opacity: .22;\n  mix-blend-mode: overlay;\n}\n\n.aura-glass-card:hover{\n  transform: translateY(-2px);\n  border-color: var(--glass-border-strong);\n  box-shadow:\n    0 22px 55px rgba(0,0,0,.22),\n    0 0 0 1px rgba(255,255,255,.06) inset;\n}\n\n.aura-glass-card h1,\n.aura-glass-card h2,\n.aura-glass-card h3,\n.aura-glass-card .elementor-heading-title{\n  color: rgba(255,255,255,.92);\n  letter-spacing: 0.2px;\n}\n\n.aura-glass-card,\n.aura-glass-card p,\n.aura-glass-card .elementor-widget-text-editor{\n  color: rgba(255,255,255,.80);\n}\n\n.aura-glass-card svg{\n  filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));\n}\n\n.aura-glass-card > *{\n  position: relative;\n  z-index: 2;\n}\n\n\/* Dot BG Pattern *\/\n.bg-dots {\n  position: relative;\n  background-color: inherit;\n}\n\n.bg-dots::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  background-image: radial-gradient(circle, rgba(88, 188, 230, 0.15) 1px, transparent 1px);\n  background-size: 22px 22px;\n  background-position: 0 0;\n  background-repeat: repeat;\n}\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<header class=\"elementor-element elementor-element-33370db e-con-full e-flex e-con e-parent\" data-id=\"33370db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35c4854 elementor-widget elementor-widget-off-canvas\" data-id=\"35c4854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"off-canvas.default\">\n\t\t\t\t\t\t\t<div id=\"off-canvas-35c4854\" class=\"e-off-canvas\" role=\"dialog\" aria-hidden=\"true\" aria-label=\"Off-Canvas-Mobile-Nav\" aria-modal=\"true\" inert=\"\" data-delay-child-handlers=\"true\">\n\t\t\t<div class=\"e-off-canvas__overlay\"><\/div>\n\t\t\t<div class=\"e-off-canvas__main\">\n\t\t\t\t<div class=\"e-off-canvas__content\">\n\t\t\t\t\t<div class=\"elementor-element elementor-element-3820da7 e-con-full mattiertesGlas e-flex e-con e-child\" data-id=\"3820da7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10bb643 elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"10bb643\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Doff_canvas%3Aclose%26settings%3DeyJpZCI6IjM1YzQ4NTQiLCJkaXNwbGF5TW9kZSI6ImNsb3NlIn0%3D\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-xmark\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4f9693 jet-nav-align-flex-end jet-nav-mobile-align-flex-end elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-jet-nav-menu\" data-id=\"b4f9693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-aura-header-menu-english-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165814 jet-nav__item\"><a href=\"#evolution\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Evolution<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165815 jet-nav__item\"><a href=\"#nvidia\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">NVIDIA<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165816 jet-nav__item\"><a href=\"#agents-and-caps\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Agents &#038; Caps<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165827 jet-nav__item\"><a href=\"#products\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Environment<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165828 jet-nav__item\"><a href=\"#contact\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Sneak Preview<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f708f7 elementor-icon-list--layout-inline elementor-widget__width-auto elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1f708f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.epg.com\/us\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-arrow-left-long\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Back to EPG<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-8991d24 e-con-full e-flex e-con e-child\" data-id=\"8991d24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d7685b elementor-icon-list--layout-inline elementor-absolute elementor-hidden-mobile elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4d7685b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.epg.com\/us\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-arrow-left-long\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Back to EPG<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-226833c e-con-full e-flex e-con e-child\" data-id=\"226833c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4e86d7 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"d4e86d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"572\" src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-scaled.png.webp\" class=\"attachment-large size-large wp-image-158033\" alt=\"\" srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-768x172.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-1536x343.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-2048x458.png.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5716314 elementor-widget-mobile__width-auto elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5716314\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Doff_canvas%3Atoggle%26settings%3DeyJpZCI6IjM1YzQ4NTQiLCJkaXNwbGF5TW9kZSI6InRvZ2dsZSJ9\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-bars\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae3547 jet-nav-align-flex-end elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-jet-nav-menu\" data-id=\"bae3547\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-aura-header-menu-english-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--horizontal\"><div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165814 jet-nav__item\"><a href=\"#evolution\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Evolution<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165815 jet-nav__item\"><a href=\"#nvidia\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">NVIDIA<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165816 jet-nav__item\"><a href=\"#agents-and-caps\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Agents &#038; Caps<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165827 jet-nav__item\"><a href=\"#products\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Environment<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165828 jet-nav__item\"><a href=\"#contact\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Sneak Preview<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/header>\n\t\t<main class=\"elementor-element elementor-element-491d187 e-con-full e-flex e-con e-parent\" data-id=\"491d187\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1c46027 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"1c46027\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-734f622 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"734f622\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<section class=\"elementor-element elementor-element-f3ab3d7 e-con-full hero-video e-flex e-con e-child\" data-id=\"f3ab3d7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/dev.epg.com\\\/wp-content\\\/uploads\\\/EPG-AURA_Header_JZI_V2-0_16-9_2025-01-13-1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-bfada75 elementor-widget elementor-widget-image\" data-id=\"bfada75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1536\" height=\"1024\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA_Opening_picture_v1.jpg.webp\" class=\"attachment-large size-large wp-image-163232 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA_Opening_picture_v1.jpg.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA_Opening_picture_v1-768x512.jpg.webp 768w\" data-sizes=\"(max-width: 1536px) 100vw, 1536px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1536px; --smush-placeholder-aspect-ratio: 1536\/1024;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-77916ca e-con-full hero-video elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop e-flex e-con e-child\" data-id=\"77916ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/dev.epg.com\\\/wp-content\\\/uploads\\\/EPG-AURA_Header_JZI_V2-0_9-16_2025-01-13-1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-8d129b6 e-con-full aura-hero e-flex e-con e-child\" data-id=\"8d129b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f1bc55b e-con-full aura-beam aura-beam--free e-flex e-con e-child\" data-id=\"f1bc55b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c387ae e-con-full aura-beam aura-beam--grid e-flex e-con e-child\" data-id=\"0c387ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7460e31 e-flex e-con-boxed e-con e-child\" data-id=\"7460e31\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b528b19 e-con-full e-flex e-con e-child\" data-id=\"b528b19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b92a02f e-con-full e-flex e-con e-child\" data-id=\"b92a02f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44ec746 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"44ec746\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A New Era of<br><span class=\"gradient-text\">Supply Chain Intelligence<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5740fd elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c5740fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 is our AI-powered environment - shaping a new era of intelligent supply chain.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ab7d3d e-con-full e-flex e-con e-child\" data-id=\"6ab7d3d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15c86e5 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"15c86e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our AI-powered environment AURA transforms the EPG ONE\u2122 Suite into an agentic, unified, and resilient supply chain execution suite with adaptive and innovative logistics capabilities, powered by NVIDIA. AURA includes ready-to-use capabilities and specialized agents that independently analyze real-time data, detect relevant patterns and interdependencies, and derive concrete recommendations for cost-efficient and sustainable logistics operations.<br> <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0de028 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d0de028\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#sneak-preview\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2833f70 e-con-full e-flex e-con e-child\" data-id=\"2833f70\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-4d3b9c1 e-con-full e-grid aura-content e-con e-child\" data-id=\"4d3b9c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c06b9f4 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"c06b9f4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1c0baf elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f1c0baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 68.84 52.85\"><defs><style>      .cls-1 {        fill: url(#Unbenannter_Verlauf_8);      }    <\/style><linearGradient id=\"Unbenannter_Verlauf_8\" data-name=\"Unbenannter Verlauf 8\" x1=\"1.21\" y1=\"84.94\" x2=\"97.55\" y2=\"-29.28\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#e5452f\"><\/stop><stop offset=\".22\" stop-color=\"#ef7d00\"><\/stop><stop offset=\".29\" stop-color=\"#f18a06\"><\/stop><stop offset=\".53\" stop-color=\"#f8b31b\"><\/stop><stop offset=\".72\" stop-color=\"#fdcc28\"><\/stop><stop offset=\".84\" stop-color=\"#ffd62d\"><\/stop><\/linearGradient><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><path class=\"cls-1\" d=\"M57.87,52.85l-7.82-13.12h-25.65l4.3-7.39h16.97l-11.62-19.5L10.4,52.85H0L29.97,2.94c1.08-1.79,2.44-2.94,4.45-2.94s3.3,1.15,4.37,2.94l30.05,49.91h-10.97Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-323a9e0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"323a9e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AGENTIC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6341894 elementor-widget elementor-widget-text-editor\" data-id=\"6341894\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Powered by AI agents that act proactively and support the continuous optimization of operational processes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d954591 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"d954591\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-745df79 elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"745df79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 52.81 53\"><defs><style>      .cls-1 {        fill: url(#Unbenannter_Verlauf_19);      }    <\/style><linearGradient id=\"Unbenannter_Verlauf_19\" data-name=\"Unbenannter Verlauf 19\" x1=\"23.61\" y1=\"98.51\" x2=\"28.58\" y2=\"-49.69\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#e5452f\"><\/stop><stop offset=\".22\" stop-color=\"#ef7d00\"><\/stop><stop offset=\".28\" stop-color=\"#f18a06\"><\/stop><stop offset=\".48\" stop-color=\"#f8b31b\"><\/stop><stop offset=\".63\" stop-color=\"#fdcc28\"><\/stop><stop offset=\".73\" stop-color=\"#ffd62d\"><\/stop><\/linearGradient><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><path class=\"cls-1\" d=\"M43.89,0h8.92v29.2c0,14.59-4.67,22.22-20.81,23.58-1.76.15-3.64.22-5.63.22s-3.81-.07-5.54-.22C4.74,51.44,0,43.8,0,29.2V0h9.42v29.2c0,9.69,2.16,14.11,14.06,14.74,1,.05,2.06.08,3.17.08,1.32,0,2.56-.04,3.71-.11,11.49-.73,13.52-5.17,13.52-14.71V0Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bcc5fa elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7bcc5fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UNIFIED<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45ff409 elementor-widget elementor-widget-text-editor\" data-id=\"45ff409\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Connecting all processes, data, and stakeholders in one intelligent environment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f272c8 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"7f272c8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-163786a elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"163786a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 57.34 52.68\"><defs><style>      .cls-1 {        fill: url(#Unbenannter_Verlauf_24);      }    <\/style><linearGradient id=\"Unbenannter_Verlauf_24\" data-name=\"Unbenannter Verlauf 24\" x1=\"26.58\" y1=\"93.84\" x2=\"31.69\" y2=\"-71.34\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#e5452f\"><\/stop><stop offset=\".13\" stop-color=\"#ef7d00\"><\/stop><stop offset=\".2\" stop-color=\"#f18a06\"><\/stop><stop offset=\".41\" stop-color=\"#f8b31b\"><\/stop><stop offset=\".57\" stop-color=\"#fdcc28\"><\/stop><stop offset=\".67\" stop-color=\"#ffd62d\"><\/stop><\/linearGradient><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><path class=\"cls-1\" d=\"M44.3,52.68l-13.33-14.64H14.45l5.35-8.12h13.41c6.59,0,10.07-3.77,10.07-10.58s-3.77-10.14-10.07-10.14H9.13v43.47H0V0h33.21c12.03,0,19.13,7.46,19.13,19.2,0,8.69-4.06,14.85-10.87,17.46l15.87,16.01h-13.04Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2640e16 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"2640e16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RESILIENT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f168cb8 elementor-widget elementor-widget-text-editor\" data-id=\"f168cb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Ensuring stability, agility, and robustness within global supply chain operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aaacd2f e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"aaacd2f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fec9254 elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fec9254\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"500\" zoomAndPan=\"magnify\" viewBox=\"0 0 375 287.25\" height=\"383\" preserveAspectRatio=\"xMidYMid meet\"><defs><clipPath id=\"26005fc66d\"><path d=\"M 2 0.75 L 373 0.75 L 373 285 L 2 285 Z M 2 0.75 \" clip-rule=\"nonzero\"><\/path><\/clipPath><clipPath id=\"5d2be3a42e\"><path d=\"M 313.609375 284.832031 L 271.621094 214.328125 L 133.34375 214.328125 L 156.457031 174.652344 L 248.101562 174.652344 L 185.667969 69.84375 L 58.492188 284.832031 L 2.601562 284.832031 L 163.679688 16.671875 C 169.460938 7.058594 176.773438 0.875 187.5625 0.875 C 198.351562 0.875 205.304688 7.058594 211.082031 16.671875 L 372.523438 284.832031 L 313.5625 284.832031 Z M 313.609375 284.832031 \" clip-rule=\"nonzero\"><\/path><\/clipPath><linearGradient x1=\"470.561326\" gradientTransform=\"matrix(4.514502, 0, 0, 4.513715, -1841.886441, -986.094002)\" y1=\"298.255393\" x2=\"405.873116\" gradientUnits=\"userSpaceOnUse\" y2=\"220.915705\" id=\"eae98e081c\"><stop stop-opacity=\"1\" stop-color=\"rgb(92.306519%, 41.065979%, 6.674194%)\" offset=\"0\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.33551%, 41.229248%, 6.536865%)\" offset=\"0.0078125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.393494%, 41.555786%, 6.263733%)\" offset=\"0.015625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.451477%, 41.882324%, 5.989075%)\" offset=\"0.0234375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.510986%, 42.208862%, 5.714417%)\" offset=\"0.03125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.56897%, 42.5354%, 5.439758%)\" offset=\"0.0390625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.626953%, 42.861938%, 5.166626%)\" offset=\"0.046875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.684937%, 43.190002%, 4.891968%)\" offset=\"0.0546875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.744446%, 43.516541%, 4.61731%)\" offset=\"0.0625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.802429%, 43.843079%, 4.342651%)\" offset=\"0.0703125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.860413%, 44.169617%, 4.069519%)\" offset=\"0.078125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.919922%, 44.496155%, 3.794861%)\" offset=\"0.0859375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.977905%, 44.822693%, 3.520203%)\" offset=\"0.09375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.035889%, 45.150757%, 3.245544%)\" offset=\"0.101563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.095398%, 45.477295%, 2.972412%)\" offset=\"0.109375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.153381%, 45.803833%, 2.697754%)\" offset=\"0.117188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.211365%, 46.130371%, 2.423096%)\" offset=\"0.125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.270874%, 46.456909%, 2.148438%)\" offset=\"0.132813\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.328857%, 46.784973%, 1.875305%)\" offset=\"0.140625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.386841%, 47.111511%, 1.600647%)\" offset=\"0.148438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.44635%, 47.438049%, 1.325989%)\" offset=\"0.15625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.504333%, 47.764587%, 1.051331%)\" offset=\"0.164062\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.562317%, 48.091125%, 0.778198%)\" offset=\"0.171875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.621826%, 48.417664%, 0.50354%)\" offset=\"0.179688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.67981%, 48.745728%, 0.228882%)\" offset=\"0.1875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.746948%, 49.150085%, 0.131226%)\" offset=\"0.191406\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.786621%, 49.391174%, 0.170898%)\" offset=\"0.195312\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.829346%, 49.671936%, 0.299072%)\" offset=\"0.199219\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.87207%, 49.952698%, 0.428772%)\" offset=\"0.203125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.914795%, 50.233459%, 0.558472%)\" offset=\"0.207031\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.95752%, 50.514221%, 0.688171%)\" offset=\"0.210938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.000244%, 50.794983%, 0.817871%)\" offset=\"0.214844\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.044495%, 51.075745%, 0.947571%)\" offset=\"0.21875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.087219%, 51.356506%, 1.075745%)\" offset=\"0.222656\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.129944%, 51.637268%, 1.205444%)\" offset=\"0.226562\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.172668%, 51.91803%, 1.335144%)\" offset=\"0.230469\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.215393%, 52.198792%, 1.464844%)\" offset=\"0.234375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.258118%, 52.479553%, 1.593018%)\" offset=\"0.238281\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.300842%, 52.760315%, 1.722717%)\" offset=\"0.242188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.343567%, 53.041077%, 1.852417%)\" offset=\"0.246094\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.387817%, 53.321838%, 1.982117%)\" offset=\"0.25\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.430542%, 53.6026%, 2.111816%)\" offset=\"0.253906\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.473267%, 53.884888%, 2.241516%)\" offset=\"0.257812\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.514465%, 54.136658%, 2.365112%)\" offset=\"0.261719\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.555664%, 54.389954%, 2.488708%)\" offset=\"0.265625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.595337%, 54.623413%, 2.607727%)\" offset=\"0.269531\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.63501%, 54.856873%, 2.726746%)\" offset=\"0.273438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.674683%, 55.088806%, 2.845764%)\" offset=\"0.277344\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.714355%, 55.322266%, 2.966309%)\" offset=\"0.28125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.754028%, 55.554199%, 3.085327%)\" offset=\"0.285156\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.793701%, 55.787659%, 3.204346%)\" offset=\"0.289062\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.833374%, 56.021118%, 3.323364%)\" offset=\"0.292969\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.873047%, 56.254578%, 3.443909%)\" offset=\"0.296875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.91272%, 56.486511%, 3.562927%)\" offset=\"0.300781\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.952393%, 56.719971%, 3.681946%)\" offset=\"0.304688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.992065%, 56.95343%, 3.800964%)\" offset=\"0.308594\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.031738%, 57.18689%, 3.921509%)\" offset=\"0.3125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.071411%, 57.418823%, 4.040527%)\" offset=\"0.316406\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.111084%, 57.652283%, 4.159546%)\" offset=\"0.320312\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.150757%, 57.884216%, 4.278564%)\" offset=\"0.324219\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.19043%, 58.117676%, 4.399109%)\" offset=\"0.328125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.230103%, 58.351135%, 4.518127%)\" offset=\"0.332031\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.269775%, 58.584595%, 4.637146%)\" offset=\"0.335938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.309448%, 58.816528%, 4.756165%)\" offset=\"0.339844\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.349121%, 59.049988%, 4.876709%)\" offset=\"0.34375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.388794%, 59.283447%, 4.995728%)\" offset=\"0.347656\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.428467%, 59.516907%, 5.114746%)\" offset=\"0.351562\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.46814%, 59.74884%, 5.233765%)\" offset=\"0.355469\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.507812%, 59.9823%, 5.354309%)\" offset=\"0.359375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.547485%, 60.214233%, 5.473328%)\" offset=\"0.363281\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.587158%, 60.447693%, 5.592346%)\" offset=\"0.367188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.626831%, 60.681152%, 5.711365%)\" offset=\"0.371094\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.666504%, 60.914612%, 5.831909%)\" offset=\"0.375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.706177%, 61.146545%, 5.950928%)\" offset=\"0.378906\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.74585%, 61.380005%, 6.069946%)\" offset=\"0.382812\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.785522%, 61.613464%, 6.188965%)\" offset=\"0.386719\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.825195%, 61.846924%, 6.309509%)\" offset=\"0.390625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.864868%, 62.078857%, 6.428528%)\" offset=\"0.394531\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.906067%, 62.312317%, 6.547546%)\" offset=\"0.398438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.94574%, 62.545776%, 6.666565%)\" offset=\"0.402344\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.985413%, 62.779236%, 6.787109%)\" offset=\"0.40625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.025085%, 63.011169%, 6.906128%)\" offset=\"0.410156\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.064758%, 63.244629%, 7.025146%)\" offset=\"0.414062\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.104431%, 63.476562%, 7.144165%)\" offset=\"0.417969\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.144104%, 63.710022%, 7.264709%)\" offset=\"0.421875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.183777%, 63.943481%, 7.383728%)\" offset=\"0.425781\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.22345%, 64.176941%, 7.502747%)\" offset=\"0.429688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.263123%, 64.408875%, 7.621765%)\" offset=\"0.433594\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.302795%, 64.642334%, 7.74231%)\" offset=\"0.4375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.342468%, 64.875793%, 7.861328%)\" offset=\"0.441406\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.382141%, 65.109253%, 7.980347%)\" offset=\"0.445312\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.421814%, 65.341187%, 8.099365%)\" offset=\"0.449219\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.461487%, 65.574646%, 8.21991%)\" offset=\"0.453125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.50116%, 65.80658%, 8.338928%)\" offset=\"0.457031\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.540833%, 66.040039%, 8.457947%)\" offset=\"0.460938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.580505%, 66.273499%, 8.576965%)\" offset=\"0.464844\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.620178%, 66.506958%, 8.69751%)\" offset=\"0.46875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.659851%, 66.738892%, 8.816528%)\" offset=\"0.472656\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.699524%, 66.972351%, 8.935547%)\" offset=\"0.476562\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.739197%, 67.205811%, 9.054565%)\" offset=\"0.480469\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.77887%, 67.43927%, 9.17511%)\" offset=\"0.484375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.818542%, 67.671204%, 9.294128%)\" offset=\"0.488281\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.858215%, 67.904663%, 9.413147%)\" offset=\"0.492188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.897888%, 68.136597%, 9.532166%)\" offset=\"0.496094\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.937561%, 68.370056%, 9.65271%)\" offset=\"0.5\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.977234%, 68.603516%, 9.771729%)\" offset=\"0.503906\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.016907%, 68.836975%, 9.890747%)\" offset=\"0.507812\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.05658%, 69.068909%, 10.009766%)\" offset=\"0.511719\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.096252%, 69.302368%, 10.13031%)\" offset=\"0.515625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.135925%, 69.535828%, 10.249329%)\" offset=\"0.519531\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.175598%, 69.769287%, 10.368347%)\" offset=\"0.523438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.215271%, 69.998169%, 10.48584%)\" offset=\"0.527344\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.254944%, 70.228577%, 10.604858%)\" offset=\"0.53125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.293091%, 70.420837%, 10.704041%)\" offset=\"0.539063\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.370911%, 70.806885%, 10.905457%)\" offset=\"0.546875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.44873%, 71.191406%, 11.105347%)\" offset=\"0.554688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.525024%, 71.577454%, 11.306763%)\" offset=\"0.5625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.602844%, 71.961975%, 11.506653%)\" offset=\"0.570313\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.680664%, 72.348022%, 11.708069%)\" offset=\"0.578125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.758484%, 72.73407%, 11.907959%)\" offset=\"0.585938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.836304%, 73.118591%, 12.107849%)\" offset=\"0.59375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.912598%, 73.504639%, 12.309265%)\" offset=\"0.601563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.990417%, 73.88916%, 12.509155%)\" offset=\"0.609375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.068237%, 74.275208%, 12.710571%)\" offset=\"0.617188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.146057%, 74.661255%, 12.910461%)\" offset=\"0.625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.222351%, 75.045776%, 13.111877%)\" offset=\"0.632813\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.300171%, 75.431824%, 13.311768%)\" offset=\"0.640625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.377991%, 75.817871%, 13.513184%)\" offset=\"0.648438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.455811%, 76.202393%, 13.713074%)\" offset=\"0.65625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.53363%, 76.58844%, 13.91449%)\" offset=\"0.664063\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.609924%, 76.972961%, 14.11438%)\" offset=\"0.671875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.687744%, 77.359009%, 14.31427%)\" offset=\"0.679688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.765564%, 77.745056%, 14.515686%)\" offset=\"0.6875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.843384%, 78.129578%, 14.715576%)\" offset=\"0.695313\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.919678%, 78.515625%, 14.916992%)\" offset=\"0.703125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.997498%, 78.900146%, 15.116882%)\" offset=\"0.710938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.075317%, 79.286194%, 15.318298%)\" offset=\"0.71875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.153137%, 79.672241%, 15.518188%)\" offset=\"0.726563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.221802%, 80.00946%, 15.692139%)\" offset=\"0.734375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.273682%, 80.274963%, 15.826416%)\" offset=\"0.742188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.320984%, 80.514526%, 15.94696%)\" offset=\"0.75\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.369812%, 80.754089%, 16.065979%)\" offset=\"0.757813\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.417114%, 80.993652%, 16.186523%)\" offset=\"0.765625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.464417%, 81.234741%, 16.307068%)\" offset=\"0.773438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.511719%, 81.474304%, 16.426086%)\" offset=\"0.78125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.560547%, 81.713867%, 16.546631%)\" offset=\"0.789063\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.607849%, 81.95343%, 16.665649%)\" offset=\"0.796875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.655151%, 82.192993%, 16.786194%)\" offset=\"0.804688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.702454%, 82.432556%, 16.906738%)\" offset=\"0.8125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.751282%, 82.673645%, 17.025757%)\" offset=\"0.820313\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.798584%, 82.913208%, 17.146301%)\" offset=\"0.828125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.845886%, 83.152771%, 17.26532%)\" offset=\"0.835938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.894714%, 83.392334%, 17.385864%)\" offset=\"0.84375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.942017%, 83.631897%, 17.506409%)\" offset=\"0.851563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.983215%, 83.834839%, 17.607117%)\" offset=\"0.859375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(100%, 83.918762%, 17.649841%)\" offset=\"0.875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(100%, 83.918762%, 17.649841%)\" offset=\"1\"><\/stop><\/linearGradient><\/defs><g clip-path=\"url(#26005fc66d)\"><g clip-path=\"url(#5d2be3a42e)\"><path fill=\"url(#eae98e081c)\" d=\"M 2.601562 0.875 L 2.601562 284.832031 L 372.523438 284.832031 L 372.523438 0.875 Z M 2.601562 0.875 \" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7654144 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7654144\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ADAPTIVE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c96bb88 elementor-widget elementor-widget-text-editor\" data-id=\"c96bb88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Continuously learning, analyzing dynamic supply chain requirements, and enabling rapid adaptation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-8aa5e5d e-con-full e-flex e-con e-child\" data-id=\"8aa5e5d\" data-element_type=\"container\" data-e-type=\"container\" id=\"evolution\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c614d20 e-flex e-con-boxed e-con e-child\" data-id=\"c614d20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-36d4699 e-con-full e-flex e-con e-child\" data-id=\"36d4699\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96cc090 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"96cc090\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Evolution of Supply Chain Execution<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57f981e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"57f981e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Bridging the physical world of logistics with the cognitive power of Generative and Agentic AI.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36d0169 e-con-full e-grid e-con e-child\" data-id=\"36d0169\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a4a4951 e-con-full e-flex e-con e-child\" data-id=\"a4a4951\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67e719e e-con-full e-flex e-con e-child\" data-id=\"67e719e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b09a9ea elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"b09a9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-one_logo-without-claim.png.webp\" class=\"attachment-large size-large wp-image-164898 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-one_logo-without-claim.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-one_logo-without-claim-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e08782e e-con-full e-flex e-con e-child\" data-id=\"e08782e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efa1295 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"efa1295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG ONE is a comprehensive supply chain execution suite for managing and optimizing logistics and supply chain operations across an entire enterprise.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ebcbcb elementor-widget elementor-widget-text-editor\" data-id=\"7ebcbcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>From warehouse management and automation to route planning, transportation management, shipping, workforce planning, and contract and billing management, EPG ONE unifies all execution processes in a single platform. It delivers end-to-end control, real-time transparency, and measurable cost and time savings across the entire supply chain\u2014trusted by companies worldwide. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1268f33 e-con-full e-flex e-con e-child\" data-id=\"1268f33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6796198 e-con-full e-flex e-con e-child\" data-id=\"6796198\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e03fcb elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"7e03fcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp\" class=\"attachment-large size-large wp-image-165085 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f18312 e-con-full e-flex e-con e-child\" data-id=\"5f18312\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a337d7d elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a337d7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">With AURA, the ONE Suite evolves into an intelligent, AI-powered environment built for the future of augmented and autonomous logistics.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd2d90f elementor-widget elementor-widget-text-editor\" data-id=\"cd2d90f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>AURA enriches and extends the Supply Chain Execution Suite with agentic AI, generative intelligence, and modular capabilities that understand processes, make recommendations, and act proactively. What was once a powerful software suite becomes a self-optimizing, adaptive platform that connects data, processes, and decisions in real time. Our customers benefit from smarter operations, greater resilience, and a supply chain architecture ready for the next era of logistics.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-fc8024c e-con-full top-border-beam e-flex e-con e-child\" data-id=\"fc8024c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6f76cee e-flex e-con-boxed e-con e-child\" data-id=\"6f76cee\" data-element_type=\"container\" data-e-type=\"container\" id=\"nvidia\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fd24cec e-con-full e-flex e-con e-child\" data-id=\"fd24cec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f932571 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f932571\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 \u2013 <span class=\"gradient-text\">powered by NVIDIA<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3365fc6 elementor-widget elementor-widget-heading\" data-id=\"3365fc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG and NVIDIA partner to build the next generation of intelligent, future-ready logistics.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-532e233 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"532e233\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Together, we combine NVIDIA\u2019s world-leading AI computing technology with EPG\u2019s deep logistics expertise to create solutions that understand processes, detect events, and proactively propose actions. The shared goal: creating systems that understand and act in real time and pave the way for a new generation of industrial intelligence. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17b8d05 e-con-full e-grid e-con e-child\" data-id=\"17b8d05\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-cf07013 e-con-full e-flex e-con e-child\" data-id=\"cf07013\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e37bb4e e-con-full e-flex e-con e-child\" data-id=\"e37bb4e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87d6cbf e-con-full e-flex e-con e-child\" data-id=\"87d6cbf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-91ad6d8 e-con-full e-flex e-con e-child\" data-id=\"91ad6d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d360898 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"d360898\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NVIDIA AI Enterprise<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38285cf elementor-widget elementor-widget-text-editor\" data-id=\"38285cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Built on NVIDIA AI Enterprise platform for production-ready AI infrastructure with enterprise support and security.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e666ef e-con-full e-flex e-con e-child\" data-id=\"1e666ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6478e87 e-con-full e-flex e-con e-child\" data-id=\"6478e87\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0266df0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0266df0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GPU-Accelerated Performance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9a1a99 elementor-widget elementor-widget-text-editor\" data-id=\"a9a1a99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Leveraging NVIDIA GPUs for blazing-fast AI inference and training with up to 10x performance improvements.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-6738f66 e-con-full aura-particles e-flex e-con e-child\" data-id=\"6738f66\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\" data-particles-count=\"44\" data-particles-link=\"160\" data-particles-hover=\"240\" data-particles-color=\"#247963\" data-particles-speed=\"0.14\" data-particles-dot=\"2\">\n\t\t<div class=\"elementor-element elementor-element-46b172b e-flex e-con-boxed e-con e-child\" data-id=\"46b172b\" data-element_type=\"container\" data-e-type=\"container\" id=\"agents-and-caps\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d3164fd e-con-full e-flex e-con e-child\" data-id=\"d3164fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad8000c elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"ad8000c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The <span class=\"gradient-text\">Building Blocks<\/span> of EPG AURA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a785fdb elementor-widget elementor-widget-heading\" data-id=\"a785fdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Intelligent agents and capabilities working together<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c87fe4 e-con-full e-grid e-con e-child\" data-id=\"3c87fe4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-9cf5e33 e-con-full e-flex e-con e-child\" data-id=\"9cf5e33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-982b458 e-con-full e-flex e-con e-child\" data-id=\"982b458\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5e94fb elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e5e94fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AURA Agents<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce27f9b elementor-widget elementor-widget-heading\" data-id=\"ce27f9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Specialized AI agents designed for specific enterprise functions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8cf787 elementor-widget elementor-widget-text-editor\" data-id=\"c8cf787\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Agents make real-time decisions and execute actions independently. By continuously optimizing processes without human intervention, Agents ensure your supply chain runs smarter, faster, and more resilient than ever before. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9535c3 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"d9535c3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-125d82d e-con-full e-flex e-con e-child\" data-id=\"125d82d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75cf048 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"75cf048\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-eye\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39082ff e-con-full e-flex e-con e-child\" data-id=\"39082ff\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9869e76 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9869e76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Observer Agent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e82ab2 elementor-widget elementor-widget-heading\" data-id=\"1e82ab2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Monitors systems and detects anomalies in real-time<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36c3d43 e-con-full e-flex e-con e-child\" data-id=\"36c3d43\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cac952d elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cac952d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"far fa-comment-alt\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1349c7d e-con-full e-flex e-con e-child\" data-id=\"1349c7d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07d3a3b elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"07d3a3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Communicator Agent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d90f49 elementor-widget elementor-widget-heading\" data-id=\"5d90f49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Handles multi-channel communication and coordination<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e95b864 e-con-full e-flex e-con e-child\" data-id=\"e95b864\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d9370c elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"3d9370c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-brain\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-252f33e e-con-full e-flex e-con e-child\" data-id=\"252f33e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1aaa1b elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c1aaa1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Support Agent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66f0fd0 elementor-widget elementor-widget-heading\" data-id=\"66f0fd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Prepares, organizes, and makes data effectively usable for decision-making<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc0c17e e-con-full e-flex e-con e-child\" data-id=\"cc0c17e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d6aa276 e-con-full e-flex e-con e-child\" data-id=\"d6aa276\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8c4e5e elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e8c4e5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AURA Caps<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45f334f elementor-widget elementor-widget-heading\" data-id=\"45f334f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Advanced AI capabilities powering enterprise transformation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fe65f6 elementor-widget elementor-widget-text-editor\" data-id=\"8fe65f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Caps (Capabilities) flexibly extend your system-landscape by adding new skills and functionalities, powered by AI. Each Cap adapts automatically to evolving requirements and shifting market conditions. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db70396 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"db70396\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-bf5cb62 e-con-full e-flex e-con e-child\" data-id=\"bf5cb62\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50115b5 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"50115b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-text\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f67f543 e-con-full e-flex e-con e-child\" data-id=\"f67f543\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6165878 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6165878\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Natural Language Processing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5eff379 elementor-widget elementor-widget-heading\" data-id=\"5eff379\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Advanced understanding of human language and intent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f2dcca e-con-full e-flex e-con e-child\" data-id=\"6f2dcca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7651e68 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"7651e68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-camera\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e245f0 e-con-full e-flex e-con e-child\" data-id=\"9e245f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2bf55d8 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"2bf55d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Computer Vision<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e80480b elementor-widget elementor-widget-heading\" data-id=\"e80480b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Visual recognition and analysis for process automation\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c019bb e-con-full e-flex e-con e-child\" data-id=\"1c019bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-388aad9 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"388aad9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"far fa-chart-bar\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8eec815 e-con-full e-flex e-con e-child\" data-id=\"8eec815\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3733790 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"3733790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Predictive Analytics<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f8f8d6 elementor-widget elementor-widget-heading\" data-id=\"0f8f8d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Forecasting and optimization using machine learning<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-973138d e-con-full e-flex e-con e-child\" data-id=\"973138d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-88bb98c e-con-full e-flex e-con e-child\" data-id=\"88bb98c\" data-element_type=\"container\" data-e-type=\"container\" id=\"products\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c4522c5 e-con-full e-flex e-con e-child\" data-id=\"c4522c5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3965dfd elementor-widget elementor-widget-heading\" data-id=\"3965dfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The AURA<br>Environment<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc972fc elementor-widget elementor-widget-heading\" data-id=\"cc972fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Our environment consists of multiple AI-driven tools that together create a unified view of the supply chain and deliver concrete, actionable recommendations. Each module has a clearly defined role and complements the others without creating isolated point solutions within EPG\u2019s AI-powered environment for intelligent supply chains. <\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43b017b elementor-widget elementor-widget-button\" data-id=\"43b017b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#sneak-preview\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-189a009 e-con-full e-flex e-con e-child\" data-id=\"189a009\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5354eda elementor-widget-mobile__width-initial elementor-widget__width-inherit e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"5354eda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"87379674\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-873796741\" data-tab-title-id=\"e-n-tab-title-873796741\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-873796741\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Observer\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796742\" data-tab-title-id=\"e-n-tab-title-873796742\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796742\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Orchestrator\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796743\" data-tab-title-id=\"e-n-tab-title-873796743\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796743\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Cognitive Core\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796744\" data-tab-title-id=\"e-n-tab-title-873796744\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796744\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Communicator\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796745\" data-tab-title-id=\"e-n-tab-title-873796745\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796745\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Creator\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-873796741\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796741\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-89ac727 e-con-full e-flex e-con e-child\" data-id=\"89ac727\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-0236ead e-con-full e-flex e-con e-child\" data-id=\"0236ead\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-ce30b48 e-con-full e-flex e-con e-child\" data-id=\"ce30b48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cccb32 e-con-full glass e-flex e-con e-child\" data-id=\"5cccb32\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e907caf elementor-widget elementor-widget-text-editor\" data-id=\"e907caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Observer provides <span style=\"color: #ef7d00;\">Intelligent Document Processing (IDP)<\/span> and <span style=\"color: #ef7d00;\">Intelligent Video Analytics (IVA)<\/span> for automated document understanding and smart video insights.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796742\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796742\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-37525aa e-con-full e-flex e-con e-child\" data-id=\"37525aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c31eae0 e-con-full e-flex e-con e-child\" data-id=\"c31eae0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-afef66b e-con-full e-flex e-con e-child\" data-id=\"afef66b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47c2c45 e-con-full glass e-flex e-con e-child\" data-id=\"47c2c45\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4570655 elementor-widget elementor-widget-text-editor\" data-id=\"4570655\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Orchestrator enables <span style=\"color: #ef7d00;\">augmented and autonomous<\/span> processes orchestration.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796743\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796743\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-6ced34d e-con-full e-flex e-con e-child\" data-id=\"6ced34d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-2c5a900 e-con-full e-flex e-con e-child\" data-id=\"2c5a900\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1f4ff6b e-con-full e-flex e-con e-child\" data-id=\"1f4ff6b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-560568c e-con-full glass e-flex e-con e-child\" data-id=\"560568c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e363435 elementor-widget elementor-widget-text-editor\" data-id=\"e363435\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Cognitive Core serves as the AI backbone for generative and agentic AI, featuring a semantic brain for <span style=\"color: #ef7d00;\">intelligent reasoning and decision-making.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796744\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796744\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-17e0174 e-con-full e-flex e-con e-child\" data-id=\"17e0174\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6585613 e-con-full e-flex e-con e-child\" data-id=\"6585613\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3854029 e-con-full e-flex e-con e-child\" data-id=\"3854029\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b37d22 e-con-full glass e-flex e-con e-child\" data-id=\"4b37d22\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc58c75 elementor-widget elementor-widget-text-editor\" data-id=\"dc58c75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Communicator delivers <span style=\"color: #ef7d00;\">conversation intelligence<\/span> and <span style=\"color: #ef7d00;\">autonomous integration<\/span> for seamless interaction.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796745\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796745\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-6dd0cbf e-con-full e-flex e-con e-child\" data-id=\"6dd0cbf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1f552b5 e-con-full e-flex e-con e-child\" data-id=\"1f552b5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-99e52dd e-con-full e-flex e-con e-child\" data-id=\"99e52dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c30d61 e-con-full glass e-flex e-con e-child\" data-id=\"8c30d61\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a9e0e9 elementor-widget elementor-widget-text-editor\" data-id=\"5a9e0e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Creator supports <span style=\"color: #ef7d00;\">Intelligent Configuration Management (ICM)<\/span> and <span style=\"color: #ef7d00;\">agentic software engineering<\/span> to create new AI-powered solutions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-9a5ef73 e-con-full top-border-beam e-flex e-con e-child\" data-id=\"9a5ef73\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6afc2de elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-child\" data-id=\"6afc2de\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ed3a499 e-con-full e-flex e-con e-child\" data-id=\"ed3a499\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e54388d elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e54388d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Future of Supply Chain is <span class=\"gradient-text\">AI-driven<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae8d56 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"bae8d56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">AURA introduces an environment of intelligent capabilities and autonomous AI agents that read, predict and understand live data in real time and make optimized business improvement suggestions. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b95a8b8 e-con-full e-flex e-con e-child\" data-id=\"b95a8b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c997d19 elementor-widget elementor-widget-image\" data-id=\"c997d19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1706\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-scaled.png.webp\" class=\"attachment-large size-large wp-image-161860 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-768x512.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-1536x1024.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-2048x1365.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1706;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-a2fe8df e-con-full bg-dots e-flex e-con e-child\" data-id=\"a2fe8df\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-7f63636 e-flex e-con-boxed e-con e-child\" data-id=\"7f63636\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-299cf10 e-con-full e-flex e-con e-child\" data-id=\"299cf10\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aebafed elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"aebafed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why AURA Matters <span class=\"gradient-text\"> to You<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e55979 elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4e55979\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">AURA is designed around your reality. Instead of adding complexity, it simplifies decision-making, connects processes end to end, and actively supports your teams in real time. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a6daf7 e-con-full e-flex e-con e-child\" data-id=\"6a6daf7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd73a64 elementor-widget elementor-widget-n-accordion\" data-id=\"dd73a64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2320\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2320\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Faster, Better Decisions <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2320\" class=\"elementor-element elementor-element-fa35250 e-con-full e-flex e-con e-child\" data-id=\"fa35250\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1cd138b elementor-widget elementor-widget-text-editor\" data-id=\"1cd138b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tReal-time analysis of operational data delivers relevant, context-aware recommendations when decisions matter most.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2321\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2321\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> End-to-End Transparency <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2321\" class=\"elementor-element elementor-element-55fd6fd e-con-full e-flex e-con e-child\" data-id=\"55fd6fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d96633 elementor-widget elementor-widget-text-editor\" data-id=\"2d96633\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tA unified, real-time view connects processes, systems, and partners, eliminating silos across the supply chain.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2322\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2322\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Less Training Effort and Easy to Use <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2322\" class=\"elementor-element elementor-element-5f9afc1 e-con-full e-flex e-con e-child\" data-id=\"5f9afc1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e09400c elementor-widget elementor-widget-text-editor\" data-id=\"e09400c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Intuitive user interfaces, guided workflows, and AI-assisted interactions reduce training time and enable rapid adoption across teams.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2323\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2323\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Lower Operational Costs <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2323\" class=\"elementor-element elementor-element-64c5503 e-con-full e-flex e-con e-child\" data-id=\"64c5503\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a48965d elementor-widget elementor-widget-text-editor\" data-id=\"a48965d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAI-powered optimization and smart Capabilities reduce inefficiencies, manual effort, and avoidable process costs.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2324\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2324\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Rapid Adaptability <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2324\" class=\"elementor-element elementor-element-971c10a e-con-full e-flex e-con e-child\" data-id=\"971c10a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a89f3f3 elementor-widget elementor-widget-text-editor\" data-id=\"a89f3f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThe platform responds quickly to changing requirements, volatile demand, and short-term disruptions.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2325\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2325\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Higher Efficiency and Productivity <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2325\" class=\"elementor-element elementor-element-e3841db e-con-full e-flex e-con e-child\" data-id=\"e3841db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5191343 elementor-widget elementor-widget-text-editor\" data-id=\"5191343\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tResources such as labor, space, and transport are used more effectively, reducing bottlenecks and waste.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2326\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2326\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Early Risk and Disruption Detection <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2326\" class=\"elementor-element elementor-element-a2d4ec2 e-con-full e-flex e-con e-child\" data-id=\"a2d4ec2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe65341 elementor-widget elementor-widget-text-editor\" data-id=\"fe65341\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPotential issues, bottlenecks, and optimization opportunities are identified early to prevent escalation.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2327\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2327\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Reduced Errors and Manual Work <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2327\" class=\"elementor-element elementor-element-3c308ec e-con-full e-flex e-con e-child\" data-id=\"3c308ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89dc989 elementor-widget elementor-widget-text-editor\" data-id=\"89dc989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAutomated data capture and processing improve data quality and relieve operational teams.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2328\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"9\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2328\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Low-Barrier Entry into AI-Driven Logistics <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2328\" class=\"elementor-element elementor-element-cf96c4f e-con-full e-flex e-con e-child\" data-id=\"cf96c4f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9baa31b elementor-widget elementor-widget-text-editor\" data-id=\"9baa31b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tOrganizations benefit from proven expertise and ready-to-use Capabilities without the need to build the know-how internally.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Faster, Better Decisions\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Real-time analysis of operational data delivers relevant, context-aware recommendations when decisions matter most.\"}},{\"@type\":\"Question\",\"name\":\"End-to-End Transparency\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A unified, real-time view connects processes, systems, and partners, eliminating silos across the supply chain.\"}},{\"@type\":\"Question\",\"name\":\"Less Training Effort and Easy to Use\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Intuitive user interfaces, guided workflows, and AI-assisted interactions reduce training time and enable rapid adoption across teams.\"}},{\"@type\":\"Question\",\"name\":\"Lower Operational Costs\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AI-powered optimization and smart Capabilities reduce inefficiencies, manual effort, and avoidable process costs.\"}},{\"@type\":\"Question\",\"name\":\"Rapid Adaptability\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The platform responds quickly to changing requirements, volatile demand, and short-term disruptions.\"}},{\"@type\":\"Question\",\"name\":\"Higher Efficiency and Productivity\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Resources such as labor, space, and transport are used more effectively, reducing bottlenecks and waste.\"}},{\"@type\":\"Question\",\"name\":\"Early Risk and Disruption Detection\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Potential issues, bottlenecks, and optimization opportunities are identified early to prevent escalation.\"}},{\"@type\":\"Question\",\"name\":\"Reduced Errors and Manual Work\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Automated data capture and processing improve data quality and relieve operational teams.\"}},{\"@type\":\"Question\",\"name\":\"Low-Barrier Entry into AI-Driven Logistics\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Organizations benefit from proven expertise and ready-to-use Capabilities without the need to build the know-how internally.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef1f652 e-con-full e-flex e-con e-child\" data-id=\"ef1f652\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41a16bb elementor-widget elementor-widget-image\" data-id=\"41a16bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2304\" height=\"1856\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01.webp\" class=\"attachment-large size-large wp-image-160098 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01.webp 2304w, https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01-768x619.webp 768w, https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01-1536x1237.webp 1536w, https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01-2048x1650.webp 2048w\" data-sizes=\"(max-width: 2304px) 100vw, 2304px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2304px; --smush-placeholder-aspect-ratio: 2304\/1856;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-dcb1367 e-con-full e-flex e-con e-child\" data-id=\"dcb1367\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3109522 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-child\" data-id=\"3109522\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-67e4131 e-con-full e-flex e-con e-child\" data-id=\"67e4131\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-70bc8bb e-con-full e-flex e-con e-child\" data-id=\"70bc8bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-317a4c7 e-con-full e-flex e-con e-child\" data-id=\"317a4c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0689728 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0689728\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG ONE Suite x <span class=\"gradient-text\">EPG AURA<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ea2679 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"0ea2679\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The EPG ONE Suite empowered by AURA is our integrated Supply Chain Execution platform for the structured control of operational logistics processes. It combines specialized software solutions for warehousing, transportation, shipping, workforce, and ground handling and site logistics within a consistent, modular system architecture that integrates seamlessly into existing IT and automation environments. With AURA, the EPG ONE Suite is transformed into a forward-looking logistics platform that embeds artificial intelligence directly into operational processes.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9cc7f7 e-con-full e-flex e-con e-child\" data-id=\"e9cc7f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-781f05d elementor-widget elementor-widget-image\" data-id=\"781f05d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1920\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-scaled.png.webp\" class=\"attachment-large size-large wp-image-161931 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-768x576.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-1536x1152.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-2048x1536.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1920;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-bbf5d18 e-con-full e-flex e-con e-child\" data-id=\"bbf5d18\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f8503ef e-flex e-con-boxed e-con e-child\" data-id=\"f8503ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eed9941 e-con-full e-flex e-con e-child\" data-id=\"eed9941\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38f87a5 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"38f87a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Transformation Starts Now.<br><span class=\"gradient-text\">Are You Ready?<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a1b969 elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9a1b969\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Discover how EPG AURA\u2122 can transform your supply chain. Start the conversation and take the next step toward intelligent, autonomous logistics. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d1ea3b e-con-full e-flex e-con e-child\" data-id=\"7d1ea3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b9331b elementor-widget elementor-widget-button\" data-id=\"3b9331b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#sneak-preview\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b084ede elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"b084ede\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download Fact Sheet<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-1d0e1de e-con-full epgcontainer e-flex e-con e-child\" data-id=\"1d0e1de\" data-element_type=\"container\" data-e-type=\"container\" id=\"sneak-preview\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;background_background&quot;:&quot;gradient&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-413d87b e-con-full e-flex e-con e-child\" data-id=\"413d87b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a66593f elementor-widget elementor-widget-image\" data-id=\"a66593f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"345\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/official_AURA_wordmark.png.webp\" class=\"attachment-full size-full wp-image-162819 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/official_AURA_wordmark.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/official_AURA_wordmark-768x265.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/345;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8aab12d e-con-full e-flex e-con e-child\" data-id=\"8aab12d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b96d3d2 e-con-full e-flex e-con e-child\" data-id=\"b96d3d2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eec401b elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"eec401b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A New Era of Supply Chain Intelligence<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df01951 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"df01951\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 is our AI-powered environment - shaping a new era of intelligent supply chain.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-477c12d e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"477c12d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-ec72981 e-con-full e-flex e-con e-child\" data-id=\"ec72981\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5703d8c elementor-widget elementor-widget-image\" data-id=\"5703d8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA-Teaser_img-1.jpg.webp\" class=\"attachment-large size-large wp-image-164632 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA-Teaser_img-1.jpg.webp 1024w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA-Teaser_img-1-768x768.jpg.webp 768w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/1024;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-843836e e-con-full e-flex e-con e-child\" data-id=\"843836e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-d0fc614 e-con-full e-flex e-con e-child\" data-id=\"d0fc614\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e898701 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e898701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AURA World Premiere: <span class=\"gradient-text\">Exclusive Sneak Preview<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8777c18 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"8777c18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tJoin us on February 25\u201326, 2026, at the Logistics Solution Center in Boppard-Buchholz for an invitation-only pre-launch event. Discover unpublished insights and capabilities that are not showcased at trade fairs or public events, and get exclusive early access to AURA through focused deep dives. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-210ac0d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"210ac0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Apply for Invitation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41d0579 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"41d0579\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Please note that in-depth insights will be revealed only to Sneak Preview participants.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-494bd5c e-con-full e-flex e-con e-child\" data-id=\"494bd5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-92cddbe e-con-full e-flex e-con e-child\" data-id=\"92cddbe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8f7e2f elementor-widget__width-inherit elementor-widget-laptop__width-initial elementor-widget elementor-widget-heading\" data-id=\"d8f7e2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Discover EPG AURA at leading logistics events worldwide.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34a32a9 elementor-widget__width-initial elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"34a32a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;62b3c7c&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;71c11be&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;d2446db&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;0bb44e0&quot;}],&quot;slides_to_show&quot;:&quot;4&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:25,&quot;sizes&quot;:[]},&quot;slides_to_show_laptop&quot;:&quot;3&quot;,&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afce6ec e-flex e-con-boxed e-con e-child\" data-id=\"afce6ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c0b094c e-con-full e-flex e-con e-child\" data-id=\"c0b094c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-85dc024 e-con-full e-flex e-con e-child\" data-id=\"85dc024\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c3f35a elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"8c3f35a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"59\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/intralogistex-logo.png.webp\" class=\"attachment-large size-large wp-image-161167 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 500px; --smush-placeholder-aspect-ratio: 500\/59;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4f05ed e-con-full e-flex e-con e-child\" data-id=\"f4f05ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-893803e elementor-widget elementor-widget-heading\" data-id=\"893803e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">INTRALOGISTEX<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bb0d8b e-con-full e-flex e-con e-child\" data-id=\"6bb0d8b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f447b90 elementor-widget elementor-widget-heading\" data-id=\"f447b90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">18 \u2013 19 MARCH<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6f6598 elementor-widget elementor-widget-heading\" data-id=\"f6f6598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">BIRMINGHAM<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf6526e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"bf6526e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Available soon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40a1512 e-flex e-con-boxed e-con e-child\" data-id=\"40a1512\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a37f648 e-con-full e-flex e-con e-child\" data-id=\"a37f648\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3d0197b e-con-full e-flex e-con e-child\" data-id=\"3d0197b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa6d886 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"aa6d886\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1315\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/LogiMAT_Logo.png\" class=\"attachment-large size-large wp-image-51038 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/LogiMAT_Logo.png 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/LogiMAT_Logo-768x395.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/LogiMAT_Logo-1536x789.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/LogiMAT_Logo-2048x1052.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1315;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c8dbd0b e-con-full e-flex e-con e-child\" data-id=\"c8dbd0b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33004ca elementor-widget elementor-widget-heading\" data-id=\"33004ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">LogiMAT<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9cb176c e-con-full e-flex e-con e-child\" data-id=\"9cb176c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-595315e elementor-widget elementor-widget-heading\" data-id=\"595315e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">24 \u2013 26 MARCH<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57a37d2 elementor-widget elementor-widget-heading\" data-id=\"57a37d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">STUTTGART<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-747a96d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"747a96d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dev.epg.com\/events\/logimat\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Register now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c83d03 e-flex e-con-boxed e-con e-child\" data-id=\"9c83d03\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fb03926 e-con-full e-flex e-con e-child\" data-id=\"fb03926\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-5d23f07 e-con-full e-flex e-con e-child\" data-id=\"5d23f07\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae5d1a1 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"ae5d1a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1421\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg.png.webp\" class=\"attachment-large size-large wp-image-161213 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg-768x426.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg-1536x853.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg-2048x1137.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1421;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb09a63 e-con-full e-flex e-con e-child\" data-id=\"eb09a63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cddd89 elementor-widget elementor-widget-heading\" data-id=\"0cddd89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">SITL<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6326170 e-con-full e-flex e-con e-child\" data-id=\"6326170\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8b5390 elementor-widget elementor-widget-heading\" data-id=\"e8b5390\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">31 MARCH \u2013 2 APRIL<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e411aad elementor-widget elementor-widget-heading\" data-id=\"e411aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">PARIS<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e3004a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8e3004a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Available soon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86c65cd e-flex e-con-boxed e-con e-child\" data-id=\"86c65cd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3a25bab e-con-full e-flex e-con e-child\" data-id=\"3a25bab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-9c607a4 e-con-full e-flex e-con e-child\" data-id=\"9c607a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2b349 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"ef2b349\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2000\" height=\"525\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo.png.webp\" class=\"attachment-large size-large wp-image-161232 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo.png.webp 2000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo-768x202.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo-1536x403.png.webp 1536w\" data-sizes=\"(max-width: 2000px) 100vw, 2000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2000px; --smush-placeholder-aspect-ratio: 2000\/525;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0c3278 e-con-full e-flex e-con e-child\" data-id=\"b0c3278\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fe19ce elementor-widget elementor-widget-heading\" data-id=\"2fe19ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">MODEX<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec7988e e-con-full e-flex e-con e-child\" data-id=\"ec7988e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e7464b elementor-widget elementor-widget-heading\" data-id=\"9e7464b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">13 \u2013 16 APRIL<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac246bb elementor-widget elementor-widget-heading\" data-id=\"ac246bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">ATLANTA<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a815924 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a815924\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Available soon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6eb4bc4 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6eb4bc4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-848a9ed e-con-full e-flex e-con e-child\" data-id=\"848a9ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-fc375c9 e-con-full e-flex e-con e-child\" data-id=\"fc375c9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af210d2 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"af210d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AURA World Premiere<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b13ddb4 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"b13ddb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Discover EPG AURA in action, at leading logistics events worldwide or during our Exclusive Sneak Preview at EPG headquarters..<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b540ab e-con-full e-flex e-con e-child\" data-id=\"2b540ab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-f9f1070 e-con-full e-flex e-con e-child\" data-id=\"f9f1070\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c700455 e-flex e-con-boxed e-con e-child\" data-id=\"c700455\" data-element_type=\"container\" data-e-type=\"container\" id=\"contact\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aaa1c04 e-con-full e-flex e-con e-child\" data-id=\"aaa1c04\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-76bc9f0 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"76bc9f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fb19c24 e-con-full e-flex e-con e-child\" data-id=\"fb19c24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-75ababf e-con-full e-flex e-con e-child\" data-id=\"75ababf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a67fa65 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a67fa65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Transform Your Warehouse? <span class=\"gradient-text\">Talk to Us.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc7670d elementor-widget elementor-widget-heading\" data-id=\"bc7670d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Discover how AURA can elevate your warehouse operations.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bca20e e-con-full e-flex e-con e-child\" data-id=\"6bca20e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dde4ee1 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"dde4ee1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1522\" height=\"1238\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_upright-1.png.webp\" class=\"attachment-large size-large wp-image-157943 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_upright-1.png.webp 1522w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_upright-1-768x625.png.webp 768w\" data-sizes=\"(max-width: 1522px) 100vw, 1522px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1522px; --smush-placeholder-aspect-ratio: 1522\/1238;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-094c137 e-con-full e-flex e-con e-child\" data-id=\"094c137\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-525b890 e-con-full e-flex e-con e-child\" data-id=\"525b890\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d60cd9 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"5d60cd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Global Contact form AURA\" aria-label=\"Global Contact form AURA\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"165270\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"5d60cd9\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"AURA\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"165270\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-first_name elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-first_name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tFirst name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[first_name]\" id=\"form-field-first_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"First name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-last_name elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-last_name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tLast name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[last_name]\" id=\"form-field-last_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Last name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tBusiness email\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Business email*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-company elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-company\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[company]\" id=\"form-field-company\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Company*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-Jobtitel elementor-col-33\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-Jobtitel\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPosition\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[Jobtitel]\" id=\"form-field-Jobtitel\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Position\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone_number elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone_number\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPhone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone_number]\" id=\"form-field-phone_number\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone*\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"2\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-privacy_policy elementor-col-100\">\n\t\t\t\t\tBy submitting your data, you consent to the details you have provided on this form being processed. Your data is processed to respond to your query. I accept the <a href=\"https:\/\/dev.epg.com\/us\/privacy-policy\/\" style=\"color: #247963; font-weight: bold;\">privacy policy<\/a>.\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[honeypot]\" id=\"form-field-honeypot\" class=\"elementor-field elementor-size-sm \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-track_current_url elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[track_current_url]\" id=\"form-field-track_current_url\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-track_country elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[track_country]\" id=\"form-field-track_country\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-p_intrested_in elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[p_intrested_in]\" id=\"form-field-p_intrested_in\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SEND<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-857c088 e-con-full bg-dots elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"857c088\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8fef738 e-flex e-con-boxed e-con e-child\" data-id=\"8fef738\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1b8bca2 e-con-full e-flex e-con e-child\" data-id=\"1b8bca2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2025ac elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f2025ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Questions. <span class=\"gradient-text\"> Clear Answers.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13c977f elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"13c977f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Here you\u2019ll find answers to the most common questions about EPG AURA\u2122: its purpose, capabilities, and how it supports smarter, AI-powered supply chain execution.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ff43fd e-con-full e-flex e-con e-child\" data-id=\"0ff43fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bca47d4 elementor-widget elementor-widget-n-accordion\" data-id=\"bca47d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1970\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1970\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What is EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1970\" class=\"elementor-element elementor-element-1f8dcb5 e-con-full e-flex e-con e-child\" data-id=\"1f8dcb5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bf2d73 elementor-widget elementor-widget-text-editor\" data-id=\"3bf2d73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA is an AI-powered supply chain execution environment designed to systematically prepare operational decisions. It interprets operational situations in real time, identifies relationships and dependencies, and presents actionable options in a structured way. By using AURA, organizations improve decision quality and responsiveness in complex logistics processes while reducing costs and time.  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1971\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1971\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How do I use EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1971\" class=\"elementor-element elementor-element-29ea221 e-con-full e-flex e-con e-child\" data-id=\"29ea221\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cacb6fb elementor-widget elementor-widget-text-editor\" data-id=\"cacb6fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAURA is a continuously expanding, learning AI environment that enhances existing systems with specific capabilities. It connects data, processes, and applications, executes defined tasks, and provides intelligent analytics and decision-support functions. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1972\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1972\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Does EPG AURA replace existing systems or processes? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1972\" class=\"elementor-element elementor-element-e7ee6c0 e-con-full e-flex e-con e-child\" data-id=\"e7ee6c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c30a5fd elementor-widget elementor-widget-text-editor\" data-id=\"c30a5fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. Warehouse, transportation, and automation systems remain responsible for operational execution. EPG AURA complements these systems with an additional intelligence layer and concrete AI functions to make processes more intuitive, faster, and easier.  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1973\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1973\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Does EPG AURA replace the EPG ONE Suite? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1973\" class=\"elementor-element elementor-element-97f1556 e-con-full e-flex e-con e-child\" data-id=\"97f1556\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f89ccf elementor-widget elementor-widget-text-editor\" data-id=\"2f89ccf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. AURA is built on the EPG ONE Suite and extends its modules with advanced analytics and the ability to capture and evaluate operational interdependencies across systems. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1974\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1974\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Does EPG AURA make autonomous decisions? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1974\" class=\"elementor-element elementor-element-3fa1cd0 e-con-full e-flex e-con e-child\" data-id=\"3fa1cd0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38e7ec5 elementor-widget elementor-widget-text-editor\" data-id=\"38e7ec5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. AURA does not make autonomous decisions or independently control processes. It prepares decisions by making information, dependencies, and options transparent. Humans always remain in control of final decisions.   \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1975\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1975\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can I decide if and where AI is used? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1975\" class=\"elementor-element elementor-element-569acea e-con-full e-flex e-con e-child\" data-id=\"569acea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b84633a elementor-widget elementor-widget-text-editor\" data-id=\"b84633a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tYes. The use of AI is optional, transparent, and fully traceable. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1976\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1976\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How do I know when AI is active in the background? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1976\" class=\"elementor-element elementor-element-1251d5f e-con-full e-flex e-con e-child\" data-id=\"1251d5f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd4d26a elementor-widget elementor-widget-text-editor\" data-id=\"fd4d26a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAI usage within AURA is transparent and clearly understandable at all times.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1977\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1977\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What data does EPG AURA use? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1977\" class=\"elementor-element elementor-element-007793d e-con-full e-flex e-con e-child\" data-id=\"007793d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f346801 elementor-widget elementor-widget-text-editor\" data-id=\"f346801\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA processes real-time operational, event, and status data from warehouse, transportation, automation, and planning systems. Additional data sources can be integrated as needed. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1978\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"9\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1978\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What role does Generative AI play in EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1978\" class=\"elementor-element elementor-element-a176ad0 e-con-full e-flex e-con e-child\" data-id=\"a176ad0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0a728a elementor-widget elementor-widget-text-editor\" data-id=\"d0a728a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tGenerative AI is used to present information more clearly and to simplify interaction with complex systems. The goal is to increase efficiency and usability. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1979\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"10\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1979\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What does Agentic AI mean in the context of EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1979\" class=\"elementor-element elementor-element-6da5025 e-con-full e-flex e-con e-child\" data-id=\"6da5025\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1b05e0 elementor-widget elementor-widget-text-editor\" data-id=\"f1b05e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAgentic AI refers to specialized AI agents that analyze defined tasks and structure information. They support the evaluation of complex situations across multiple process areas. AI agents operate within clearly defined rules, guidelines, and objectives. Final decisions always remain with humans.   \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19710\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"11\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19710\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How is EPG AURA licensed? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19710\" class=\"elementor-element elementor-element-3c7c740 e-con-full e-flex e-con e-child\" data-id=\"3c7c740\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f8160b elementor-widget elementor-widget-text-editor\" data-id=\"7f8160b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLicensing is based on the products and functions used within the environment. Capabilities can be added step by step as requirements evolve. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19711\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"12\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19711\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is specialized AI know-how required on the customer side? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19711\" class=\"elementor-element elementor-element-bca307d e-con-full e-flex e-con e-child\" data-id=\"bca307d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4377f9 elementor-widget elementor-widget-text-editor\" data-id=\"f4377f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. EPG AURA is designed for business users. No AI expertise is required to use the platform.  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19712\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"13\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19712\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How are data protection and security ensured? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19712\" class=\"elementor-element elementor-element-22e86d9 e-con-full e-flex e-con e-child\" data-id=\"22e86d9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46bb977 elementor-widget elementor-widget-text-editor\" data-id=\"46bb977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tData protection, tenant separation, and security are integral parts of the architecture. The environment meets modern enterprise and compliance requirements, and development follows EPG\u2019s certified development processes. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19713\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"14\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19713\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Where is EPG AURA hosted? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19713\" class=\"elementor-element elementor-element-33152c7 e-con-full e-flex e-con e-child\" data-id=\"33152c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3e0a08 elementor-widget elementor-widget-text-editor\" data-id=\"c3e0a08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA is available on a secure, modern SaaS architecture, for example operated by leading hyperscalers. The architecture is designed for scalability, availability, and security. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19714\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"15\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19714\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Who develops and is responsible for EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19714\" class=\"elementor-element elementor-element-d7550a4 e-con-full e-flex e-con e-child\" data-id=\"d7550a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aace29b elementor-widget elementor-widget-text-editor\" data-id=\"aace29b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA is developed and managed by Ehrhardt Partner Group. Its continuous evolution is based on decades of experience in supply chain execution systems. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA is an AI-powered supply chain execution environment designed to systematically prepare operational decisions. It interprets operational situations in real time, identifies relationships and dependencies, and presents actionable options in a structured way. By using AURA, organizations improve decision quality and responsiveness in complex logistics processes while reducing costs and time.\"}},{\"@type\":\"Question\",\"name\":\"How do I use EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AURA is a continuously expanding, learning AI environment that enhances existing systems with specific capabilities. It connects data, processes, and applications, executes defined tasks, and provides intelligent analytics and decision-support functions.\"}},{\"@type\":\"Question\",\"name\":\"Does EPG AURA replace existing systems or processes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Warehouse, transportation, and automation systems remain responsible for operational execution. EPG AURA complements these systems with an additional intelligence layer and concrete AI functions to make processes more intuitive, faster, and easier.\"}},{\"@type\":\"Question\",\"name\":\"Does EPG AURA replace the EPG ONE Suite?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. AURA is built on the EPG ONE Suite and extends its modules with advanced analytics and the ability to capture and evaluate operational interdependencies across systems.\"}},{\"@type\":\"Question\",\"name\":\"Does EPG AURA make autonomous decisions?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. AURA does not make autonomous decisions or independently control processes. It prepares decisions by making information, dependencies, and options transparent. Humans always remain in control of final decisions.\"}},{\"@type\":\"Question\",\"name\":\"Can I decide if and where AI is used?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. The use of AI is optional, transparent, and fully traceable.\"}},{\"@type\":\"Question\",\"name\":\"How do I know when AI is active in the background?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AI usage within AURA is transparent and clearly understandable at all times.\"}},{\"@type\":\"Question\",\"name\":\"What data does EPG AURA use?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA processes real-time operational, event, and status data from warehouse, transportation, automation, and planning systems. Additional data sources can be integrated as needed.\"}},{\"@type\":\"Question\",\"name\":\"What role does Generative AI play in EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Generative AI is used to present information more clearly and to simplify interaction with complex systems. The goal is to increase efficiency and usability.\"}},{\"@type\":\"Question\",\"name\":\"What does Agentic AI mean in the context of EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Agentic AI refers to specialized AI agents that analyze defined tasks and structure information. They support the evaluation of complex situations across multiple process areas. AI agents operate within clearly defined rules, guidelines, and objectives. Final decisions always remain with humans.\"}},{\"@type\":\"Question\",\"name\":\"How is EPG AURA licensed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Licensing is based on the products and functions used within the environment. Capabilities can be added step by step as requirements evolve.\"}},{\"@type\":\"Question\",\"name\":\"Is specialized AI know-how required on the customer side?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. EPG AURA is designed for business users. No AI expertise is required to use the platform.\"}},{\"@type\":\"Question\",\"name\":\"How are data protection and security ensured?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Data protection, tenant separation, and security are integral parts of the architecture. The environment meets modern enterprise and compliance requirements, and development follows EPG\\u2019s certified development processes.\"}},{\"@type\":\"Question\",\"name\":\"Where is EPG AURA hosted?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA is available on a secure, modern SaaS architecture, for example operated by leading hyperscalers. The architecture is designed for scalability, availability, and security.\"}},{\"@type\":\"Question\",\"name\":\"Who develops and is responsible for EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA is developed and managed by Ehrhardt Partner Group. Its continuous evolution is based on decades of experience in supply chain execution systems.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/main>\n\t\t<footer class=\"elementor-element elementor-element-9de7441 e-con-full e-flex e-con e-parent\" data-id=\"9de7441\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a83c5b elementor-widget elementor-widget-shortcode\" data-id=\"3a83c5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<footer data-elementor-type=\"footer\" data-elementor-id=\"59729\" class=\"elementor elementor-59729 elementor-694\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<footer class=\"elementor-element elementor-element-1078ec5 e-con-full e-flex e-con e-parent\" data-id=\"1078ec5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a65b1e2 e-con-full e-flex e-con e-child\" data-id=\"a65b1e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<section class=\"elementor-element elementor-element-621817a e-con-full e-flex e-con e-child\" data-id=\"621817a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-de383a2 e-con-full e-flex e-con e-child\" data-id=\"de383a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b374f81 e-con-full e-flex e-con e-child\" data-id=\"b374f81\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67237e1 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"67237e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"imprint\"><p>Ehrhardt + Partner Solutions Inc.<br \/>17505 Interstate Hwy 35W<br \/>Northlake, TX 76262<\/p><p>Phone: (+1) 817 755 1880<br \/>Email: <span style=\"display:inline;unicode-bidi:bidi-override;direction:rtl;\" class=\"\">moc.gpe<span style=\"display:none;\">obfsctd-73937b<\/span>&#64;su.ofni<\/span><\/p><\/div><nav class=\"footer-nav-left-small\"><\/nav>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-568e835 e-con-full e-flex e-con e-child\" data-id=\"568e835\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acde54c jet-nav-align-space-between elementor-widget__width-inherit elementor-widget elementor-widget-jet-nav-menu\" data-id=\"acde54c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-footer_legal-english-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109717 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/legal-notice\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Legal Notice<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109718 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/code-of-conduct\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Code of Conduct<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109729 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/privacy-policy\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Privacy Policy<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109730 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/whistleblower-system\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Whistleblower System<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-135646 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/customers\/service\/support-client\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">EPG Support Client<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5251413 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"5251413\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<a class=\"elementor-element elementor-element-24d421b e-con-full e-flex e-con e-child\" data-id=\"24d421b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\" href=\"https:\/\/dev.epg.com\/us\/logistics-expertise\/\">\n\t\t<div class=\"elementor-element elementor-element-911969c e-con-full e-flex e-con e-child\" data-id=\"911969c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cee970f elementor-widget elementor-widget-heading\" data-id=\"cee970f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Expert knowledge across all areas of warehouse logistics<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52a3f41 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"52a3f41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Extensive expert knowledge across all areas of warehouse logistics<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43d8a3b e-con-full e-flex e-con e-child\" data-id=\"43d8a3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-708322c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"708322c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-long-arrow-alt-right\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-8a7e1b7 e-con-full e-flex e-con e-child\" data-id=\"8a7e1b7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\" href=\"https:\/\/dev.epg.com\/us\/newsroom\/\">\n\t\t<div class=\"elementor-element elementor-element-b1f7829 e-con-full e-flex e-con e-child\" data-id=\"b1f7829\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ac5f2a elementor-widget elementor-widget-heading\" data-id=\"6ac5f2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG Newsroom<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2e9f17 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a2e9f17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Find out all there is to know about EPG<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba43c12 e-con-full e-flex e-con e-child\" data-id=\"ba43c12\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08f4742 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"08f4742\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-long-arrow-alt-right\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<div class=\"elementor-element elementor-element-19e8ed5 e-con-full e-flex e-con e-child\" data-id=\"19e8ed5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abba687 elementor-widget elementor-widget-heading\" data-id=\"abba687\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/dev.epg.com\/us\/supply-chain-solutions\/\">Ehrhardt Partner Group<\/a><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7df2bad e-con-full e-grid e-con e-child\" data-id=\"7df2bad\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-ad770a7 e-con-full e-flex e-con e-child\" data-id=\"ad770a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1165e4a jet-nav-align-space-between elementor-widget__width-inherit elementor-widget elementor-widget-jet-nav-menu\" data-id=\"1165e4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-metanavigation-english-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94722 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/about-epg\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">ABOUT EPG<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94723 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/newsroom\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">NEWS<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94741 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/cloud\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">CLOUD<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-132587 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/events\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">EVENTS<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94742 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/warehouse-equipment\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">WAREHOUSE EQUIPMENT<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-110807 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/epg-academy\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">EPG ACADEMY<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94743 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/partner\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">PARTNER<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-94801 jet-nav__item\"><a href=\"https:\/\/www.epg-jobs.com\/gb\/company\/locations\/usa\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">JOBS<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94803 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/contact-us\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">CONTACT<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-363ac24 e-con-full e-flex e-con e-child\" data-id=\"363ac24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac25fb4 jet-nav-align-space-between elementor-widget__width-inherit elementor-widget elementor-widget-jet-nav-menu\" data-id=\"ac25fb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-footer_menu-english-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home jet-nav__item-109830 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Homepage<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109831 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/supply-chain-solutions\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Supply Chain Solutions<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-109852 jet-nav__item\"><a href=\"https:\/\/lydia-voice.com\/us\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Voice Solutions<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109853 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/logistics-consulting\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Logistics Consulting<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109854 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/aviation\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Aviation<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109855 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/customers\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Customers<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109893 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/us\/logistics-expertise\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Logistics Expertise<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35afde4 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"35afde4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.gartner.com\/reviews\/market\/warehouse-management-systems\/vendor\/ehrhardt-partner-group-epg?utm_source=ehrhardt-partner-group&#038;utm_medium=referral&#038;utm_campaign=widget&#038;utm_content=NTMyZDE2NGEtZWRhMi00OTNlLWJmNTQtMjMyYmY2ZTc2MTEw\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"245\" height=\"300\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/Gartner-Peer-Insights-Customer-First-Batch.png\" class=\"attachment-large size-large wp-image-74350 lazyload\" alt=\"Customer First badge from Gartner Peer Insights\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 245px; --smush-placeholder-aspect-ratio: 245\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/footer>\n\t\t<div class=\"elementor-element elementor-element-a90ddbd e-con-full epgcontainer e-flex e-con e-child\" data-id=\"a90ddbd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-aff8ad0 e-con-full e-flex e-con e-child\" data-id=\"aff8ad0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-64b92ac e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"64b92ac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2bd73dc elementor-widget elementor-widget-text-editor\" data-id=\"2bd73dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u00a9<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc27f9e elementor-widget elementor-widget-text-editor\" data-id=\"bc27f9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t2026\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a0eda1 elementor-widget elementor-widget-text-editor\" data-id=\"9a0eda1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEhrhardt + Partner GmbH &amp; Co. KG\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-545244e e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"545244e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b2d28fd e-con-full e-flex e-con e-child\" data-id=\"b2d28fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14f3ff5 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"14f3ff5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.linkedin.com\/company\/epg-ehrhardt-partner-group\/posts\/?feedView=all&#038;viewAsMember=true\" target=\"_blank\">\n\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-694b319 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"694b319\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.youtube.com\/@EhrhardtPartnerGroup\" target=\"_blank\">\n\t\t\t<i aria-hidden=\"true\" class=\"fab fa-youtube\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/footer>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/footer>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Evolution NVIDIA Agents &#038; Caps Environment Sneak Preview Back to EPG Evolution NVIDIA Agents &#038; Caps Environment Sneak Preview Back to EPG Back to EPG Evolution NVIDIA Agents &#038; Caps Environment Sneak Preview A New Era ofSupply Chain Intelligence EPG AURA\u2122 is our AI-powered environment &#8211; shaping a new era of intelligent supply chain. Our [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_seopress_titles_title":"EPG AURA\u2122 \u2013 A New Era of Supply Chain Intelligence","_seopress_titles_desc":"EPG AURA is our AI-powered environment that transforms the EPG ONE Suite into an agentic, unified, and resilient supply chain execution suite.","_seopress_robots_index":"yes","_seopress_robots_follow":"yes","_seopress_robots_imageindex":"yes","_seopress_robots_snippet":"yes","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","content-type":"","footnotes":""},"class_list":["post-165270","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/165270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/comments?post=165270"}],"version-history":[{"count":6,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/165270\/revisions"}],"predecessor-version":[{"id":184581,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/165270\/revisions\/184581"}],"wp:attachment":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/media?parent=165270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}