{"id":16897,"date":"2025-03-28T04:41:50","date_gmt":"2025-03-28T03:41:50","guid":{"rendered":"http:\/\/travelsmartcampaign.org\/?page_id=16897"},"modified":"2025-11-09T16:49:58","modified_gmt":"2025-11-09T15:49:58","slug":"emissions-tracker","status":"publish","type":"page","link":"https:\/\/travelsmartcampaign.org\/es\/emissions-tracker\/","title":{"rendered":"Rastreador de emisiones"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16897\" class=\"elementor elementor-16897\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ceb0706 e-flex e-con-boxed e-con e-parent\" data-id=\"ceb0706\" 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\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3638854 elementor-widget elementor-widget-heading\" data-id=\"3638854\" 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\">2025<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2077289 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"2077289\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;highlighted_text&quot;:&quot;Tracker&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;marker&quot;:&quot;circle&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h3 class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Emissions<br><\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">Tracker<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd75dbd elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"fd75dbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceInRight&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Discover whether businesses across the world are on track in <br \/><strong> reducing their corporate travel emissions <\/strong><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff5dc99 elementor-widget elementor-widget-html\" data-id=\"ff5dc99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  \/\/ Encontra todos os wrappers de ranking na p\u00e1gina\n  const rankingWrappers = document.querySelectorAll('.ranking-wrapper');\n  \n  rankingWrappers.forEach((wrapper, index) => {\n    \/\/ Atribui um ID \u00fanico se n\u00e3o existir\n    if (!wrapper.id) {\n      wrapper.id = `ranking-wrapper-${index}`;\n    }\n    \n    \/\/ Elementos importantes deste wrapper\n    const table = wrapper.querySelector('table');\n    const paginationContainer = wrapper.querySelector('.pagination-controls') || createPaginationContainer(wrapper);\n    const allRows = Array.from(table.querySelectorAll('tbody tr.main-row'));\n    const searchInput = wrapper.closest('.elementor-shortcode').querySelector('.search-input');\n    const countrySelect = wrapper.closest('.elementor-shortcode').querySelector('.country-select');\n    const sectorSelect = wrapper.closest('.elementor-shortcode').querySelector('.sector-select');\n    const sortSelect = wrapper.closest('.elementor-shortcode').querySelector('.sort-select');\n    \n    \/\/ Vari\u00e1veis de estado\n    const limit = 25;\n    let visibleCount = limit;\n    let currentFilteredRows = [...allRows];\n    \n    \/\/ Cria bot\u00f5es de pagina\u00e7\u00e3o\n    const {loadMoreBtn, loadAllBtn} = createPaginationButtons();\n    paginationContainer.innerHTML = '';\n    paginationContainer.appendChild(loadMoreBtn);\n    paginationContainer.appendChild(loadAllBtn);\n    \n    \/\/ Preenche os dropdowns\n    fillDropdown(countrySelect, 'country');\n    fillDropdown(sectorSelect, 'sector');\n    \n    \/\/ Aplica filtros iniciais\n    applyFilters();\n    \n    \/\/ Event listeners\n    [searchInput, countrySelect, sectorSelect, sortSelect].forEach(el => {\n      el.addEventListener('input', applyFilters);\n      el.addEventListener('change', applyFilters);\n    });\n    \n    loadMoreBtn.addEventListener('click', () => {\n      visibleCount += limit;\n      updateVisibleRows();\n    });\n    \n    loadAllBtn.addEventListener('click', () => {\n      visibleCount = currentFilteredRows.length;\n      updateVisibleRows();\n    });\n    \n    \/\/ Fun\u00e7\u00f5es auxiliares\n    function createPaginationContainer(wrapper) {\n      const container = document.createElement('div');\n      container.className = 'pagination-controls';\n      wrapper.appendChild(container);\n      return container;\n    }\n    \n    function createPaginationButtons() {\n      const loadMoreBtn = document.createElement('button');\n      loadMoreBtn.textContent = 'Load More';\n      loadMoreBtn.className = 'pagination-btn';\n      \n      const loadAllBtn = document.createElement('button');\n      loadAllBtn.textContent = 'Load All';\n      loadAllBtn.className = 'pagination-btn';\n      \n      return {loadMoreBtn, loadAllBtn};\n    }\n    \n    function fillDropdown(selectElement, dataKey) {\n      \/\/ Limpa op\u00e7\u00f5es existentes (exceto a primeira)\n      while (selectElement.options.length > 1) {\n        selectElement.remove(1);\n      }\n      \n      \/\/ Obt\u00e9m valores \u00fanicos\n      const values = new Set();\n      allRows.forEach(row => values.add(row.dataset[dataKey]));\n      \n      \/\/ Adiciona op\u00e7\u00f5es\n      Array.from(values).sort().forEach(val => {\n        if (val) {\n          const option = document.createElement('option');\n          option.value = val;\n          option.textContent = val.charAt(0).toUpperCase() + val.slice(1);\n          selectElement.appendChild(option);\n        }\n      });\n    }\n    \n    function applyFilters() {\n      const searchTerm = (searchInput?.value || '').toLowerCase();\n      const country = countrySelect?.value || '';\n      const sector = sectorSelect?.value || '';\n      const sortDirection = sortSelect?.value || 'desc';\n      \n      \/\/ Filtra as linhas\n      currentFilteredRows = allRows.filter(row => {\n        const matchesSearch = !searchTerm || row.dataset.company.includes(searchTerm);\n        const matchesCountry = !country || row.dataset.country === country;\n        const matchesSector = !sector || row.dataset.sector === sector;\n        \n        return matchesSearch && matchesCountry && matchesSector;\n      });\n      \n      \/\/ Ordena as linhas\n      currentFilteredRows.sort((a, b) => {\n        const aValue = parseFloat(a.dataset.reduction);\n        const bValue = parseFloat(b.dataset.reduction);\n        return sortDirection === 'asc' ? aValue - bValue : bValue - aValue;\n      });\n      \n      \/\/ Atualiza a exibi\u00e7\u00e3o\n      updateTable();\n      updateVisibleRows();\n    }\n    \n    function updateTable() {\n      const tbody = table.querySelector('tbody');\n      \n      \/\/ Remove todas as linhas\n      allRows.forEach(row => tbody.removeChild(row));\n      \n      \/\/ Adiciona as linhas filtradas na nova ordem\n      currentFilteredRows.forEach(row => tbody.appendChild(row));\n    }\n    \n    function updateVisibleRows() {\n      currentFilteredRows.forEach((row, index) => {\n        row.style.display = index < visibleCount ? 'table-row' : 'none';\n      });\n      \n      \/\/ Mostra\/oculta bot\u00f5es de pagina\u00e7\u00e3o conforme necess\u00e1rio\n      const shouldShowPagination = visibleCount < currentFilteredRows.length;\n      loadMoreBtn.style.display = shouldShowPagination ? 'block' : 'none';\n      loadAllBtn.style.display = shouldShowPagination ? 'block' : 'none';\n    }\n  });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17f8006 elementor-widget elementor-widget-spacer\" data-id=\"17f8006\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6f6dd4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f6f6dd4\" 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><span style=\"font-weight: 400;\">Check out how specific sectors and countries are <\/span><span style=\"font-weight: 400;\">performing: <a href=\"http:\/\/travelsmartcampaign.org\/library\/business-travel-worlds-biggest-tech-companies-have-halved-their-business-flying-compared-with-2019\/\" target=\"_blank\" rel=\"noopener\">technology<\/a>, <a href=\"http:\/\/travelsmartcampaign.org\/library\/business-travel-emissions-by-major-global-consulting-firms-down-by-46-compared-with-2019\/\" target=\"_blank\" rel=\"noopener\">consulting<\/a>, <a href=\"http:\/\/travelsmartcampaign.org\/library\/business-travel-johnson-johnson-and-merck-hamper-pharma-sectors-efforts-towards-halving-business-flying-emissions\/\" target=\"_blank\" rel=\"noopener\">pharmaceutical<\/a>, <a href=\"http:\/\/travelsmartcampaign.org\/library\/business-travel-emissions-from-major-french-groups-down-by-18-compared-to-2019\/\" target=\"_blank\" rel=\"noopener\">France<\/a>, <a href=\"http:\/\/travelsmartcampaign.org\/library\/business-travel-emissions-from-nine-major-german-companies-down-by-40-compared-to-2019\/\" target=\"_blank\" rel=\"noopener\">Germany<\/a><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-022566b elementor-align-justify elementor-mobile-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"022566b\" 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-md\" href=\"#progress_bar_2024\">\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\">View the 2024 progress bar<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd6c3d4 e-flex e-con-boxed e-con e-parent\" data-id=\"cd6c3d4\" 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\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-12690b5 e-con-full e-flex e-con e-child\" data-id=\"12690b5\" 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-f0fb966 elementor-widget elementor-widget-heading\" data-id=\"f0fb966\" 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\">2025 Emissions Tracker<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5685336 elementor-widget elementor-widget-text-editor\" data-id=\"5685336\" 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 Tracker monitors the latest practice by companies in the Travel Smart Ranking, recording progress in reducing emissions from business travel <span style=\"font-weight: 400;\">between 2019 and 2024<\/span>, compared to company targets and the campaign goal of -50% by 2025 or sooner.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c86a67 elementor-widget elementor-widget-text-editor\" data-id=\"9c86a67\" 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><span style=\"font-weight: 400;\">New company data will be added to this list, once available<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69df654 e-con-full e-flex e-con e-child\" data-id=\"69df654\" 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-689af13 e-con-full e-flex e-con e-child\" data-id=\"689af13\" 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-0b15261 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0b15261\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGreen\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEmissions savings compared to the campaign target. \n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-027f02c elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"027f02c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tYellow\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEmissions savings compared  to campaign target, but no existing  company target.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31190e7 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"31190e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRed\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOvershoot, emissions over the campaign target.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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 class=\"elementor-element elementor-element-9fae27d elementor-widget elementor-widget-html\" data-id=\"9fae27d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n    document.addEventListener('DOMContentLoaded', function() {\n  const table = document.querySelector('.table2024');\n  if (!table) return;\n\n  \/\/ Seleciona todos os cabe\u00e7alhos da tabela\n  const headers = table.querySelectorAll('th');\n  headers.forEach(th => {\n    if (th.textContent.trim() === '2023 vs 2019 emissions') {\n      th.textContent = '2024 vs 2019 emissions';\n    }\n  });\n});\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1330b1c table2024 elementor-widget elementor-widget-shortcode\" data-id=\"1330b1c\" 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\">\n<style>\n\t.pagination-btn {\n    background-color: #385CD6;\n    color: white;\n    font-weight: bold;\n    font-size: 14px;\n    padding: 12px 24px;\n    margin: 12px auto;\n    display: block;\n    border: none;\n    border-radius: 32px;\n    cursor: pointer;\n    transition: background-color 0.2s ease-in-out;\n    text-align: center;\n    min-width: 160px;\n}\n\/* Estilo da tabela geral *\/\n.tsc-emission-tracker-wrapper {\n  padding: 0px;\n  overflow-x: auto;\n  font-size: 15px;\n}\n\n#ranking_template {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0 4px; \/* espa\u00e7amento entre as linhas *\/\n  table-layout: fixed;\n}\n\n\/* Cabe\u00e7alho sem bordas e alinhamento inferior *\/\n#ranking_template thead th {\n  background-color: #1C1F70;\n  color: #fff;\n  font-weight: bold;\n  padding: 12px;\n  text-align: center;\n  vertical-align: bottom;\n  border: none;\n\theight: 100px;\n}\n\n\/* Larguras fixas das colunas *\/\n#ranking_template thead th:nth-child(1),\n#ranking_template tbody td:nth-child(1) {\n  width: 20%;\n\tpadding-left: 40px;\n  text-align: left;\n  border-top-left-radius: 100px;\n  border-bottom-left-radius: 100px;\n}\n\n#ranking_template thead th:last-child,\n#ranking_template tbody td:last-child {\n  width: 40%;\n\tpadding-right: 40px;\n  border-top-right-radius: 100px;\n  border-bottom-right-radius: 100px;\n}\n\n#ranking_template thead th:not(:first-child):not(:last-child),\n#ranking_template tbody td:not(:first-child):not(:last-child) {\n  width: 10%;\n}\n\n\/* C\u00e9lulas da tabela *\/\n#ranking_template tbody td {\n  background-color: #B5DEFF;\n  padding: 15px;\n  text-align: center;\n  vertical-align: middle;\n  font-weight: bold;\n  font-size: 15px;\n  word-wrap: break-word;\n  border: none;\n\theight: 90px;\n}\n\n\/* Linhas com efeito de \"bloco\" arredondado e espa\u00e7amento *\/\n#ranking_template tbody tr {\n  background-color: #1C1F70; \/* cor da margem inferior *\/\n}\n\n\/* Logo + nome lado a lado *\/\n.company-cell {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n\/* Logo box 60x60 *\/\n.logo-box {\n  width: 60px;\n  height: 60px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  background-color: #ffffff;\n  padding: 4px;\n  border-radius: 8px;\n  flex-shrink: 0;\n  margin-right: 8px;\n}\n\n.tsc-flyer-logo {\n  max-width: 100%;\n  max-height: 100%;\n  object-fit: contain;\n  display: block;\n}\n\n\/* Campaign bar *\/\n.tsc-bar-wrapper {\n  height: 20px;\n  background: white;\n  border-radius: 0;\n  position: relative;\n  overflow: hidden;\n  margin: 0 auto;\n}\n\n.tsc-bar-fill {\n  height: 100%;\n  position: absolute;\n  top: 0;\n  left: 0;\n  transform: none !important;\n}\n\n.tsc-bar-line {\n  position: absolute;\n  left: 50%; \/* linha central (representa -50%) *\/\n  top: -4px;\n  height: 28px;\n  width: 2px;\n  background: #1b1967;\n  z-index: 3;\n}\n\n\/* Cores da barra e texto *\/\n.fill-green { background-color: #00a389; }\n.fill-yellow { background-color: #fcdc58; }\n.fill-red   { background-color: #ed1c24; }\n\n.text-green  { color: #00a389 !important; }\n.text-yellow { color: #1b1967 !important; }\n.text-red    { color: #ed1c24 !important; }\n\n\/* Filtros *\/\n#emission-filters {\n  margin: 30px 0 20px;\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n}\n\n#emission-filters .filter-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  align-items: flex-end;\n}\n\n#emission-filters .select-wrapper {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  min-width: 220px;\n  flex-grow: 1;\n}\n\n#emission-filters label {\n  font-size: 11px;\n  text-transform: uppercase;\n  color: #ccc;\n  font-weight: 600;\n  margin-left: 8px;\n}\n\n#emission-filters select,\n#emission-filters .search {\n  appearance: none;\n  border: none;\n  padding: 10px 14px;\n  font-size: 14px;\n  border-radius: 24px;\n  background-color: #385CD6;\n  color: white;\n  width: 100%;\n}\n\n#emission-filters select option {\n  background-color: #385CD6;\n  color: white;\n}\n\n#emission-filters .search::placeholder {\n  color: #bbb;\n}\n\n\/* Responsivo *\/\n@media (max-width: 768px) {\n  #ranking_template td,\n  #ranking_template th {\n    font-size: 13px;\n    padding: 10px 6px;\n  }\n\n  .logo-box {\n    width: 50px;\n    height: 50px;\n  }\n\n  .tsc-bar-wrapper {\n    width: 180px;\n  }\n\n  .company-cell {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\n<\/style>\n\n<div id=\"emission-filters\" class=\"dont-translate\">\n\t<div class=\"select-wrapper\">\n      <label for=\"searchInput\">Search Company<\/label>\n      <input type=\"text\" id=\"searchInput\" class=\"search\" placeholder=\"Type to search...\" \/>\n    <\/div>\n  <div class=\"filter-row\">\n    <div class=\"select-wrapper\">\n      <label for=\"countryFilter\">Country<\/label>\n      <select id=\"countryFilter\">\n        <option value=\"\">All Countries<\/option>\n      <\/select>\n    <\/div>\n    <div class=\"select-wrapper\">\n      <label for=\"sectorFilter\">Sector<\/label>\n      <select id=\"sectorFilter\">\n        <option value=\"\">All Sectors<\/option>\n      <\/select>\n    <\/div>\n    <div class=\"select-wrapper\">\n      <label for=\"sortFilter\">Sort by Emissions<\/label>\n      <select id=\"sortFilter\">\n        <option value=\"desc\">High to Low<\/option>\n        <option value=\"asc\">Low to High<\/option>\n      <\/select>\n    <\/div>\n    \n  <\/div>\n<\/div>\n<div class=\"ranking-wrapper dont-translate\">\n<div class=\"tsc-emission-tracker-wrapper\">\n  <table id=\"ranking_template\">\n    <thead>\n      <tr>\n        <th>Company<\/th>\n        <th>Company Target<\/th>\n        <th>Target Year<\/th>\n        <th>Target Specificity<\/th>\n        <th>2023 vs 2019 emissions<\/th>\n        <th>Campaign target -50%<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody id=\"emission-tracker-list\">\n            <tr class=\"main-row\"\n           data-company=\"valeo\"\n           data-country=\"france\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"49\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/valeo.png\" alt=\"Valeo\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Valeo<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"text-red\">+49%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"spie\"\n           data-country=\"france\"\n           data-sector=\"consulting\"\n           data-reduction=\"38\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/spie-logo.png\" alt=\"SPIE\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>SPIE<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-20%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"text-red\">+38%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"biom\u00e9rieux\"\n           data-country=\"france\"\n           data-sector=\"medical\"\n           data-reduction=\"33\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/biomerieux.jpeg\" alt=\"bioM\u00e9rieux\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>bioM\u00e9rieux<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"text-red\">+33%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"vinci\"\n           data-country=\"france\"\n           data-sector=\"construction and engineering\"\n           data-reduction=\"25\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-4.png\" alt=\"Vinci\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Vinci<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"text-red\">+25%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"lvmh\"\n           data-country=\"france\"\n           data-sector=\"retail\"\n           data-reduction=\"23\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/lvmh.jpeg\" alt=\"LVMH\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>LVMH<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT<\/td>\n        <td class=\"text-red\">+23%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"engie\"\n           data-country=\"france\"\n           data-sector=\"utilities\"\n           data-reduction=\"17\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Engie.jpg\" alt=\"Engie\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Engie<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"text-red\">+17%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"sanofi\"\n           data-country=\"france\"\n           data-sector=\"pharmaceuticals and biotechnology\"\n           data-reduction=\"10\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/sanofi8781.jpg\" alt=\"Sanofi\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Sanofi<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"text-red\">+10%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"carrefour\"\n           data-country=\"france\"\n           data-sector=\"retail\"\n           data-reduction=\"1\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/carrefour.png\" alt=\"Carrefour\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Carrefour<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"text-red\">+1%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"bnp paribas\"\n           data-country=\"france\"\n           data-sector=\"finance\"\n           data-reduction=\"-7\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BNP-Paribas.png\" alt=\"BNP Paribas\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>BNP Paribas<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-7%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 7%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"adidas\"\n           data-country=\"germany\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-10\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-2-1.png\" alt=\"Adidas\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Adidas<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-10%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 10%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"michelin\"\n           data-country=\"france\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-11\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Michelin.jpg\" alt=\"Michelin\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Michelin<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-30%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-11%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 11%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"basf\"\n           data-country=\"germany\"\n           data-sector=\"chemicals\"\n           data-reduction=\"-12\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BASF-Logo_bw.svg.png\" alt=\"BASF\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>BASF<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"\">-12%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 12%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"forvia\"\n           data-country=\"france\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-25\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/logoforvia@x2.png\" alt=\"Forvia\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Forvia<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-25%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 25%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"bmw\"\n           data-country=\"germany\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-25\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BMW.jpg\" alt=\"BMW\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>BMW<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"\">-25%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 25%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"renault\"\n           data-country=\"france\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-28\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Renault.jpg\" alt=\"Renault\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Renault<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"\">-28%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 28%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"axa\"\n           data-country=\"france\"\n           data-sector=\"insurance\"\n           data-reduction=\"-29\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Axa.jpg\" alt=\"AXA\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>AXA<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-18%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-29%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 29%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"bayer\"\n           data-country=\"germany\"\n           data-sector=\"pharmaceuticals and biotechnology\"\n           data-reduction=\"-31\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bayer.jpg\" alt=\"Bayer\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Bayer<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-31%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 31%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"cr\u00e9dit agricole\"\n           data-country=\"france\"\n           data-sector=\"finance\"\n           data-reduction=\"-33\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/qL4i_SGK_400x400.jpg\" alt=\"Cr\u00e9dit Agricole\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Cr\u00e9dit Agricole<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-30%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-33%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 33%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"servier\"\n           data-country=\"france\"\n           data-sector=\"pharmaceuticals and biotechnology\"\n           data-reduction=\"-35\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/servier-logo-histoire.webp\" alt=\"Servier\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Servier<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-16%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-35%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 35%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"siemens\"\n           data-country=\"germany\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-36\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/siemens.png\" alt=\"Siemens\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Siemens<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-36%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"continental\"\n           data-country=\"germany\"\n           data-sector=\"manufacturing\"\n           data-reduction=\"-36\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Continental.jpg\" alt=\"Continental\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Continental<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-36%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"l'or\u00e9al\"\n           data-country=\"france\"\n           data-sector=\"retail\"\n           data-reduction=\"-43\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/LOreal-Symbol.jpg\" alt=\"L&#039;Or\u00e9al\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>L&#039;Or\u00e9al<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-43%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"kering\"\n           data-country=\"france\"\n           data-sector=\"retail\"\n           data-reduction=\"-44\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Kering.png\" alt=\"Kering\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Kering<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-44%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 44%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"amundi\"\n           data-country=\"france\"\n           data-sector=\"finance\"\n           data-reduction=\"-45\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/amundi.png\" alt=\"Amundi\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Amundi<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-30%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-45%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 45%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"orange\"\n           data-country=\"france\"\n           data-sector=\"telecom\"\n           data-reduction=\"-48\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/orange.png\" alt=\"Orange\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Orange<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-48%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-red\" style=\"width: 48%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"dassault systemes\"\n           data-country=\"france\"\n           data-sector=\"technology\"\n           data-reduction=\"-50\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/rEM8Q2M5_400x400.jpg\" alt=\"Dassault Systemes\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Dassault Systemes<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-23%<\/td>\n        <td>2027<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-50%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-green\" style=\"width: 50%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"capgemini\"\n           data-country=\"france\"\n           data-sector=\"consulting\"\n           data-reduction=\"-51\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/MNMmPHZo_400x400.jpg\" alt=\"Capgemini\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Capgemini<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-55%<\/td>\n        <td>2030<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-51%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-green\" style=\"width: 51%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"air liquide\"\n           data-country=\"france\"\n           data-sector=\"chemicals\"\n           data-reduction=\"-58\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/air-liquide.png\" alt=\"Air Liquide\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Air Liquide<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"\">-58%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 58%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"soci\u00e9t\u00e9 g\u00e9n\u00e9rale\"\n           data-country=\"france\"\n           data-sector=\"finance\"\n           data-reduction=\"-59\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/societe-generale.jpg\" alt=\"Soci\u00e9t\u00e9 G\u00e9n\u00e9rale\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Soci\u00e9t\u00e9 G\u00e9n\u00e9rale<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>Broader target (incl. BT)<\/td>\n        <td class=\"\">-59%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 59%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"allianz group\"\n           data-country=\"germany\"\n           data-sector=\"insurance\"\n           data-reduction=\"-60\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Allianz_logo.svg.png\" alt=\"Allianz Group\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Allianz Group<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-40%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-60%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-green\" style=\"width: 60%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"sopra steria\"\n           data-country=\"france\"\n           data-sector=\"technology\"\n           data-reduction=\"-64\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Sopra-Steria-Group.jpg\" alt=\"Sopra Steria\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Sopra Steria<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-43%<\/td>\n        <td>2025<\/td>\n        <td>BT target<\/td>\n        <td class=\"\">-64%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-green\" style=\"width: 64%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"sap\"\n           data-country=\"germany\"\n           data-sector=\"technology\"\n           data-reduction=\"-70\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/SAP.jpg\" alt=\"SAP\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>SAP<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"\">-70%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 70%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n            <tr class=\"main-row\"\n           data-company=\"atos\"\n           data-country=\"france\"\n           data-sector=\"technology\"\n           data-reduction=\"-74\">\n\n<td>\n  <div class=\"company-cell\">\n          <div class=\"logo-box\">\n                  <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Atos.png\" alt=\"Atos\" class=\"tsc-flyer-logo\" \/>\n              <\/div>\n        <span>Atos<\/span>\n  <\/div>\n<\/td>\n\n\n        <td>-<\/td>\n        <td>-<\/td>\n        <td>No target<\/td>\n        <td class=\"\">-74%<\/td>\n\n\n        <td>\n          <div class=\"tsc-bar-wrapper\">\n            <div class=\"tsc-bar-line\"><\/div>\n            <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 74%;\"><\/div>\n          <\/div>\n        <\/td>\n\n      <\/tr>\n          <\/tbody>\n  <\/table>\n<\/div>\n<\/div>\n\n<script>\nwindow.addEventListener(\"load\", function () {\n  const table = document.getElementById('ranking_template');\n  if (!table) return;\n\n  const allRows = Array.from(table.querySelectorAll('tbody tr.main-row'));\n  const limit = 25;\n  let visibleCount = limit;\n\n  \/\/ Bot\u00e3o Load More\n  const loadMoreBtn = document.createElement('button');\n  loadMoreBtn.id = 'loadMoreBtn';\n  loadMoreBtn.textContent = 'Load More';\n  loadMoreBtn.style.cssText = `\n    display: block;\n    margin: 24px auto 12px auto;\n    padding: 10px 20px;\n    font-size: 16px;\n    font-weight: bold;\n    border-radius: 24px;\n    background-color: #385CD6;\n    color: white;\n    border: none;\n    cursor: pointer;\n  `;\n\n  \/\/ Bot\u00e3o Load All\n  const loadAllBtn = document.createElement('button');\n  loadAllBtn.id = 'loadAllBtn';\n  loadAllBtn.textContent = 'Load All';\n  loadAllBtn.style.cssText = `\n    display: block;\n    margin: 12px auto 60px auto;\n    padding: 8px 18px;\n    font-size: 14px;\n    font-weight: bold;\n    border-radius: 24px;\n    background-color: #385CD6;\n    color: white;\n    border: none;\n    cursor: pointer;\n  `;\n\n  function updateVisibleRows(list) {\n    list.forEach((row, index) => {\n      row.style.display = index < visibleCount ? 'table-row' : 'none';\n    });\n\n    if (visibleCount >= list.length) {\n      loadMoreBtn.style.display = 'none';\n      loadAllBtn.style.display = 'none';\n    } else {\n      loadMoreBtn.style.display = 'block';\n      loadAllBtn.style.display = 'block';\n    }\n  }\n\n  function applyFilters() {\n    const search = document.getElementById('searchInput').value.toLowerCase();\n    const country = document.getElementById('countryFilter').value;\n    const sector = document.getElementById('sectorFilter').value;\n    const sort = document.getElementById('sortFilter').value;\n\n    let filtered = allRows.filter(row => {\n      const company = row.dataset.company;\n      const rowCountry = row.dataset.country;\n      const rowSector = row.dataset.sector;\n\n      return (!search || company.includes(search)) &&\n             (!country || rowCountry === country) &&\n             (!sector || rowSector === sector);\n    });\n\n    \/\/ Ordena os resultados filtrados\n    filtered.sort((a, b) => {\n      const aVal = parseFloat(a.dataset.reduction);\n      const bVal = parseFloat(b.dataset.reduction);\n      return sort === 'asc' ? aVal - bVal : bVal - aVal;\n    });\n\n    \/\/ Limpa e repopula o tbody\n    const tbody = table.querySelector('tbody');\n    tbody.innerHTML = '';\n    filtered.forEach(row => tbody.appendChild(row));\n\n    \/\/ Reset visibilidade e atualiza\n    visibleCount = limit;\n    updateVisibleRows(filtered);\n\n    \/\/ Atualiza bot\u00f5es\n    const wrapper = table.parentNode;\n    if (filtered.length > limit) {\n      if (!document.getElementById('loadMoreBtn')) {\n        wrapper.appendChild(loadMoreBtn);\n        wrapper.appendChild(loadAllBtn);\n      }\n    } else {\n      if (document.getElementById('loadMoreBtn')) loadMoreBtn.remove();\n      if (document.getElementById('loadAllBtn')) loadAllBtn.remove();\n    }\n  }\n\n  loadMoreBtn.addEventListener('click', function () {\n    visibleCount += limit;\n    const currentRows = Array.from(table.querySelectorAll('tbody tr.main-row'));\n    updateVisibleRows(currentRows);\n  });\n\n  loadAllBtn.addEventListener('click', function () {\n    visibleCount = allRows.length;\n    const currentRows = Array.from(table.querySelectorAll('tbody tr.main-row'));\n    updateVisibleRows(currentRows);\n  });\n\n  \/\/ Inicializa os filtros\n  ['searchInput', 'countryFilter', 'sectorFilter', 'sortFilter'].forEach(id => {\n    const el = document.getElementById(id);\n    if (el) {\n      el.addEventListener('input', applyFilters);\n      el.addEventListener('change', applyFilters);\n    }\n  });\n\n  \/\/ Preenche dropdowns din\u00e2micos\n  function fillDropdown(id, key) {\n    const select = document.getElementById(id);\n    const values = new Set();\n    allRows.forEach(row => values.add(row.dataset[key]));\n    Array.from(values).sort().forEach(val => {\n      if (val) {\n        const opt = document.createElement('option');\n        opt.value = val;\n        opt.textContent = val.charAt(0).toUpperCase() + val.slice(1);\n        select.appendChild(opt);\n      }\n    });\n  }\n\n  fillDropdown('countryFilter', 'country');\n  fillDropdown('sectorFilter', 'sector');\n\n  \/\/ Primeira renderiza\u00e7\u00e3o\n  applyFilters(); \/\/ j\u00e1 chama updateVisibleRows com filtros aplicados\n});\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6254976 elementor-widget elementor-widget-heading\" data-id=\"6254976\" 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\">*Emissions reduction is an <b>air travel<\/b> emissions reduction <br>**<b>Intensity<\/b> target<\/span>\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<div class=\"elementor-element elementor-element-45584d1 e-flex e-con-boxed e-con e-parent\" data-id=\"45584d1\" 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\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51b4a9c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"51b4a9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba9081a e-flex e-con-boxed e-con e-parent\" data-id=\"ba9081a\" 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-d312354 e-con-full e-flex e-con e-child\" data-id=\"d312354\" 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-c21d435 elementor-widget elementor-widget-heading\" data-id=\"c21d435\" 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\">2024 Emissions Tracker<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23ad606 elementor-widget elementor-widget-text-editor\" data-id=\"23ad606\" 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 Tracker monitors the latest practice by companies in the Travel Smart Ranking, recording progress in reducing emissions from business travel <span style=\"font-weight: 400;\">between 2019 and 2023<\/span>, compared to company targets and the campaign goal of -50% by 2025 or sooner.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-81d89ac elementor-widget elementor-widget-text-editor\" data-id=\"81d89ac\" 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><span style=\"font-weight: 400;\">New company data will be added to this list, once available<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c57a00c e-con-full e-flex e-con e-child\" data-id=\"c57a00c\" 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-8f0bc19 e-con-full e-flex e-con e-child\" data-id=\"8f0bc19\" 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-79cf1e6 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"79cf1e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGreen\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEmissions savings compared to the campaign target. \n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f09afd6 elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f09afd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tYellow\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEmissions savings compared  to campaign target, but no existing  company target.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37e362b elementor-position-inline-start elementor-widget__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"37e362b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRed\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOvershoot, emissions over the campaign target.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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 class=\"elementor-element elementor-element-2d2090a elementor-widget elementor-widget-shortcode\" data-id=\"2d2090a\" 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\">\n<style>\n\/* === CSS COMPLETO COM SUFIXO -lastyear === *\/\n#emission-filters-lastyear {\n  margin: 30px 0 20px;\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n}\n\n#emission-filters-lastyear .filter-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  align-items: flex-end;\n}\n\n#emission-filters-lastyear .select-wrapper {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  min-width: 220px;\n  flex-grow: 1;\n}\n\n#emission-filters-lastyear label {\n  font-size: 11px;\n  text-transform: uppercase;\n  color: #ccc;\n  font-weight: 600;\n  margin-left: 8px;\n}\n\n#emission-filters-lastyear select,\n#emission-filters-lastyear .search {\n  appearance: none;\n  border: none;\n  padding: 10px 14px;\n  font-size: 14px;\n  border-radius: 24px;\n  background-color: #385CD6;\n  color: white;\n  width: 100%;\n}\n\n#emission-filters-lastyear select option {\n  background-color: #385CD6;\n  color: white;\n}\n\n#emission-filters-lastyear .search::placeholder {\n  color: #bbb;\n}\n\n.tsc-emission-tracker-wrapper {\n  padding: 0px;\n  overflow-x: auto;\n  font-size: 15px;\n}\n\n#ranking_template_lastyear {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0 4px;\n  table-layout: fixed;\n}\n\n#ranking_template_lastyear thead th {\n  background-color: #1C1F70;\n  color: #fff;\n  font-weight: bold;\n  padding: 12px;\n  text-align: center;\n  vertical-align: bottom;\n  border: none;\n  height: 100px;\n}\n\n#ranking_template_lastyear thead th:nth-child(1),\n#ranking_template_lastyear tbody td:nth-child(1) {\n  width: 20%;\n  padding-left: 40px;\n  text-align: left;\n  border-top-left-radius: 100px;\n  border-bottom-left-radius: 100px;\n}\n\n#ranking_template_lastyear thead th:last-child,\n#ranking_template_lastyear tbody td:last-child {\n  width: 40%;\n  padding-right: 40px;\n  border-top-right-radius: 100px;\n  border-bottom-right-radius: 100px;\n}\n\n#ranking_template_lastyear thead th:not(:first-child):not(:last-child),\n#ranking_template_lastyear tbody td:not(:first-child):not(:last-child) {\n  width: 10%;\n}\n\n#ranking_template_lastyear tbody td {\n  background-color: #B5DEFF;\n  padding: 15px;\n  text-align: center;\n  vertical-align: middle;\n  font-weight: bold;\n  font-size: 15px;\n  word-wrap: break-word;\n  border: none;\n  height: 90px;\n}\n\n#ranking_template_lastyear tbody tr {\n  background-color: #1C1F70;\n}\n\n.company-cell {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.logo-box {\n  width: 60px;\n  height: 60px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  background-color: #ffffff;\n  padding: 4px;\n  border-radius: 8px;\n  flex-shrink: 0;\n  margin-right: 8px;\n}\n\n.tsc-flyer-logo {\n  max-width: 100%;\n  max-height: 100%;\n  object-fit: contain;\n  display: block;\n}\n\n.tsc-bar-wrapper {\n  height: 20px;\n  background: white;\n  border-radius: 0;\n  position: relative;\n  overflow: hidden;\n  margin: 0 auto;\n}\n\n.tsc-bar-fill {\n  height: 100%;\n  position: absolute;\n  top: 0;\n  left: 0;\n  transform: none !important;\n}\n\n.tsc-bar-line {\n  position: absolute;\n  left: 50%;\n  top: -4px;\n  height: 28px;\n  width: 2px;\n  background: #1b1967;\n  z-index: 3;\n}\n\n.fill-green { background-color: #00a389; }\n.fill-yellow { background-color: #fcdc58; }\n.fill-red   { background-color: #ed1c24; }\n.text-green  { color: #00a389 !important; }\n.text-yellow { color: #1b1967 !important; }\n.text-red    { color: #ed1c24 !important; }\n\n@media (max-width: 768px) {\n  #ranking_template_lastyear td,\n  #ranking_template_lastyear th {\n    font-size: 13px;\n    padding: 10px 6px;\n  }\n\n  .logo-box {\n    width: 50px;\n    height: 50px;\n  }\n\n  .tsc-bar-wrapper {\n    width: 180px;\n  }\n\n  .company-cell {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n<\/style>\n\n\n<div id=\"emission-filters-lastyear\" class=\"dont-translate\">\n  <div class=\"select-wrapper\">\n    <label for=\"searchInput-lastyear\">Search Company<\/label>\n    <input type=\"text\" id=\"searchInput-lastyear\" class=\"search\" placeholder=\"Type to search...\" \/>\n  <\/div>\n  <div class=\"filter-row\">\n    <div class=\"select-wrapper\">\n      <label for=\"countryFilter-lastyear\">Country<\/label>\n      <select id=\"countryFilter-lastyear\">\n        <option value=\"\">All Countries<\/option>\n      <\/select>\n    <\/div>\n    <div class=\"select-wrapper\">\n      <label for=\"sectorFilter-lastyear\">Sector<\/label>\n      <select id=\"sectorFilter-lastyear\">\n        <option value=\"\">All Sectors<\/option>\n      <\/select>\n    <\/div>\n    <div class=\"select-wrapper\">\n      <label for=\"sortFilter-lastyear\">Sort by Emissions<\/label>\n      <select id=\"sortFilter-lastyear\">\n        <option value=\"desc\">High to Low<\/option>\n        <option value=\"asc\">Low to High<\/option>\n      <\/select>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"ranking-wrapper dont-translate\" id=\"ranking-wrapper-lastyear\">\n  <div class=\"tsc-emission-tracker-wrapper\">\n    <table id=\"ranking_template_lastyear\">\n      <thead>\n        <tr>\n          <th>Company<\/th>\n          <th>Company Target<\/th>\n          <th>Target Year<\/th>\n          <th>Target Specificity<\/th>\n          <th>2023 vs 2019 emissions<\/th>\n          <th>Campaign target -50%<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n                <tr class=\"main-row\"\n            data-company=\"diageo\"\n            data-country=\"united kingdom\"\n            data-sector=\"retail\"\n            data-reduction=\"206\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/diageo.jpeg\" alt=\"Diageo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Diageo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+206%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"schaeffler group\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"119\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/schaeffler.png\" alt=\"Schaeffler Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Schaeffler Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+119%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"prudential plc\"\n            data-country=\"united kingdom\"\n            data-sector=\"insurance\"\n            data-reduction=\"104\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/prudential.png\" alt=\"Prudential plc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Prudential plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+104%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bekaert nv\"\n            data-country=\"belgium\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"101\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bekaert-NV.jpg\" alt=\"Bekaert NV\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Bekaert NV<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">101%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"edp group\"\n            data-country=\"portugal\"\n            data-sector=\"utilities\"\n            data-reduction=\"99\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/EDP.jpeg\" alt=\"EDP Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>EDP Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+99%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"l3harris\"\n            data-country=\"united states of america\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"96\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/download-3.png\" alt=\"L3Harris\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>L3Harris<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+96%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"syngenta ag\"\n            data-country=\"switzerland\"\n            data-sector=\"chemicals\"\n            data-reduction=\"75\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/syngenta.png\" alt=\"Syngenta AG\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Syngenta AG<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+75%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"edwards lifesciences\"\n            data-country=\"united states of america\"\n            data-sector=\"medical\"\n            data-reduction=\"72\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/edwards.png\" alt=\"Edwards Lifesciences\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Edwards Lifesciences<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+72%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"aon\"\n            data-country=\"ireland\"\n            data-sector=\"insurance\"\n            data-reduction=\"72\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/aob.jpeg\" alt=\"Aon\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Aon<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+72%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"valeo\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"71\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/valeo.png\" alt=\"Valeo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Valeo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+71%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"compass group\"\n            data-country=\"united kingdom\"\n            data-sector=\"food processing\"\n            data-reduction=\"71\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Compass-group.png\" alt=\"Compass Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Compass Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+71%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lvmh\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"63\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/lvmh.jpeg\" alt=\"LVMH\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>LVMH<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+63%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"kingspan group plc\"\n            data-country=\"ireland\"\n            data-sector=\"materials\"\n            data-reduction=\"61\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Kingspan_Group_building_materials_company_logo_with_lion.svg.png\" alt=\"Kingspan Group PLC\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Kingspan Group PLC<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+61%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"skanska ab\"\n            data-country=\"sweden\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"59\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Skanska-AB.png\" alt=\"Skanska AB\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Skanska AB<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+59%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"rwe\"\n            data-country=\"germany\"\n            data-sector=\"energy\"\n            data-reduction=\"54\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/RWE.jpg\" alt=\"RWE\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>RWE<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+54%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"valeo\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"49\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/valeo.png\" alt=\"Valeo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Valeo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+49%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"jp morgan chase\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"41\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/jpmorgan.png\" alt=\"JP Morgan Chase\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>JP Morgan Chase<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+41%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"danfoss\"\n            data-country=\"denmark\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/2560px-Danfoss-Logo.svg.png\" alt=\"Danfoss\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Danfoss<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"spie\"\n            data-country=\"france\"\n            data-sector=\"consulting\"\n            data-reduction=\"38\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/spie-logo.png\" alt=\"SPIE\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>SPIE<\/span>\n            <\/div>\n          <\/td>\n          <td>-20%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"text-red\">+38%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"prada\"\n            data-country=\"italy\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"35\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/prada.jpg\" alt=\"Prada\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Prada<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+35%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"vinci\"\n            data-country=\"france\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-4.png\" alt=\"Vinci\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Vinci<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"richemont\"\n            data-country=\"switzerland\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/richemont.png\" alt=\"Richemont\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Richemont<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"biom\u00e9rieux\"\n            data-country=\"france\"\n            data-sector=\"medical\"\n            data-reduction=\"33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/biomerieux.jpeg\" alt=\"bioM\u00e9rieux\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>bioM\u00e9rieux<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"acciona\"\n            data-country=\"spain\"\n            data-sector=\"energy\"\n            data-reduction=\"30\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/acciona.jpeg\" alt=\"Acciona\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Acciona<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+30%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"atlassian corporation plc\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Atlassian.png\" alt=\"Atlassian Corporation Plc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Atlassian Corporation Plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-25%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"text-red\">+29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"merck & co.\"\n            data-country=\"united states of america\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/merck.png\" alt=\"Merck &amp; Co.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Merck &amp; Co.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"biom\u00e9rieux\"\n            data-country=\"france\"\n            data-sector=\"medical\"\n            data-reduction=\"29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/biomerieux.jpeg\" alt=\"bioM\u00e9rieux\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>bioM\u00e9rieux<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"w\u00e4rtsil\u00e4 corporation\"\n            data-country=\"finland\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"27\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Wartsila-Corporation.png\" alt=\"W\u00e4rtsil\u00e4 Corporation\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>W\u00e4rtsil\u00e4 Corporation<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+27%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"rabobank\"\n            data-country=\"netherlands\"\n            data-sector=\"finance\"\n            data-reduction=\"26\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/rabobank.jpg\" alt=\"Rabobank\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Rabobank<\/span>\n            <\/div>\n          <\/td>\n          <td>-42%<\/td>\n          <td>2030<\/td>\n          <td>AT target<\/td>\n                    <td class=\"text-red\">+26%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"united health group\"\n            data-country=\"united states of america\"\n            data-sector=\"insurance\"\n            data-reduction=\"26\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/UnitedHealth_Group-Logo.wine_.png\" alt=\"United Health Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>United Health Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+26%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ferrari\"\n            data-country=\"italy\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"25\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ferrari.png\" alt=\"Ferrari\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ferrari<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+25%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"vinci\"\n            data-country=\"france\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"25\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-4.png\" alt=\"Vinci\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Vinci<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+25%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lvmh\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"23\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/lvmh.jpeg\" alt=\"LVMH\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>LVMH<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT<\/td>\n                    <td class=\"text-red\">+23%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"carrefour\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"20\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/carrefour.png\" alt=\"Carrefour\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Carrefour<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+20%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"nos\"\n            data-country=\"portugal\"\n            data-sector=\"telecom\"\n            data-reduction=\"19\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/NOS.png\" alt=\"NOS\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>NOS<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+19%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"engie\"\n            data-country=\"france\"\n            data-sector=\"utilities\"\n            data-reduction=\"17\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Engie.jpg\" alt=\"Engie\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Engie<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+17%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"kone oyj\"\n            data-country=\"finland\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"15\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/kone.png\" alt=\"Kone Oyj\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Kone Oyj<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+15%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"leidos\"\n            data-country=\"united states of america\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"15\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/leidos.png\" alt=\"Leidos\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Leidos<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+15%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"euronav n.v\"\n            data-country=\"belgium\"\n            data-sector=\"logistics\"\n            data-reduction=\"15\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/EURN_BIG-0b75c499.png\" alt=\"Euronav N.V\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Euronav N.V<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+15%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"deutsche post dhl group\"\n            data-country=\"germany\"\n            data-sector=\"logistics\"\n            data-reduction=\"14\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-5.png\" alt=\"Deutsche Post DHL Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Deutsche Post DHL Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+14%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"galp energia\"\n            data-country=\"portugal\"\n            data-sector=\"oil and gas\"\n            data-reduction=\"13\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Galp-Energia.jpg\" alt=\"Galp Energia\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Galp Energia<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+13%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"iberdrola\"\n            data-country=\"spain\"\n            data-sector=\"energy\"\n            data-reduction=\"13\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Iberdrola.png\" alt=\"Iberdrola\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Iberdrola<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+13%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"hdfc bank\"\n            data-country=\"india\"\n            data-sector=\"finance\"\n            data-reduction=\"12\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/HDFC-Bank.png\" alt=\"HDFC Bank\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>HDFC Bank<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+12%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"pkn orlen\"\n            data-country=\"poland\"\n            data-sector=\"energy\"\n            data-reduction=\"10\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Orlen_logo.svg.png\" alt=\"PKN Orlen\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>PKN Orlen<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+10%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sanofi\"\n            data-country=\"france\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"10\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/sanofi8781.jpg\" alt=\"Sanofi\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Sanofi<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+10%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"redes energ\u00e9ticas nacionais\"\n            data-country=\"portugal\"\n            data-sector=\"energy\"\n            data-reduction=\"9\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/redes-energeticas-nacionais.png\" alt=\"Redes Energ\u00e9ticas Nacionais\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Redes Energ\u00e9ticas Nacionais<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+9%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"snap inc.\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"7\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/snap.png\" alt=\"Snap Inc.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Snap Inc.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+7%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"caixa bank\"\n            data-country=\"spain\"\n            data-sector=\"finance\"\n            data-reduction=\"6\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/caixa-bank.png\" alt=\"Caixa Bank\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Caixa Bank<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+6%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"valmet\"\n            data-country=\"finland\"\n            data-sector=\"energy\"\n            data-reduction=\"6\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/valmet.png\" alt=\"Valmet\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Valmet<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+6%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"reckitt benckiser\"\n            data-country=\"united kingdom\"\n            data-sector=\"retail\"\n            data-reduction=\"6\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Reckitt-Benckiser.jpeg\" alt=\"Reckitt Benckiser\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Reckitt Benckiser<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+6%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"legal & general group\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"6\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Legal__General_logo.jpg\" alt=\"Legal &amp; General Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Legal &amp; General Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+6%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sanofi\"\n            data-country=\"france\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"5\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/sanofi8781.jpg\" alt=\"Sanofi\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Sanofi<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+5%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"aviva\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"5\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Aviva.jpg\" alt=\"Aviva\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Aviva<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+5%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bnp paribas\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"3\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BNP-Paribas.png\" alt=\"BNP Paribas\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BNP Paribas<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+3%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"robert bosch gmbh\"\n            data-country=\"germany\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"3\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img loading=\"lazy\" decoding=\"async\" width=\"3840\" height=\"2160\" src=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981.png\" class=\"tsc-flyer-logo\" alt=\"Robert Bosch GmbH\" srcset=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981.png 3840w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981-300x169.png 300w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981-1024x576.png 1024w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981-768x432.png 768w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981-1536x864.png 1536w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981-2048x1152.png 2048w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bosch-Logo-1981-18x10.png 18w\" sizes=\"auto, (max-width: 3840px) 100vw, 3840px\" \/>                                  <\/div>\n                            <span>Robert Bosch GmbH<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+3%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"salesforce\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"2\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/salesforce.png\" alt=\"Salesforce\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Salesforce<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2024<\/td>\n          <td>BT target<\/td>\n                    <td class=\"text-red\">+2%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"roland berger\"\n            data-country=\"germany\"\n            data-sector=\"consulting\"\n            data-reduction=\"2\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/66cdd27c323c3f213d6ed328_Roland-Berger.png\" alt=\"Roland Berger\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Roland Berger<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2028<\/td>\n          <td>BT target<\/td>\n                    <td class=\"text-red\">+2%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"fedex\"\n            data-country=\"united states of america\"\n            data-sector=\"logistics\"\n            data-reduction=\"1\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/c423a9d143ae2a03c1e7076e9abf851a19fceaec-1600x900-1.webp\" alt=\"FedEx\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>FedEx<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"text-red\">+1%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"carrefour\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"1\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/carrefour.png\" alt=\"Carrefour\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Carrefour<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"text-red\">+1%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ahold delhaize\"\n            data-country=\"netherlands\"\n            data-sector=\"retail\"\n            data-reduction=\"0\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Ahold_Delhaize.svg.png\" alt=\"Ahold Delhaize\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ahold Delhaize<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lonza\"\n            data-country=\"switzerland\"\n            data-sector=\"services\"\n            data-reduction=\"0\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Lonza_Logo.svg.png\" alt=\"Lonza\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Lonza<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">0%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 0%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"blackrock\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-1\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Blackrock.jpg\" alt=\"Blackrock\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Blackrock<\/span>\n            <\/div>\n          <\/td>\n          <td>-40%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-1%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 1%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"jeronimo martins sgps\"\n            data-country=\"portugal\"\n            data-sector=\"retail\"\n            data-reduction=\"-1\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/unnamed.webp\" alt=\"Jeronimo Martins SGPS\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Jeronimo Martins SGPS<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-1%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 1%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"belfius\"\n            data-country=\"belgium\"\n            data-sector=\"finance\"\n            data-reduction=\"-1\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/belfius.png\" alt=\"Belfius\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Belfius<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-1%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 1%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"tata consultancy services\"\n            data-country=\"india\"\n            data-sector=\"technology\"\n            data-reduction=\"-1\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-1-2.png\" alt=\"Tata Consultancy Services\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Tata Consultancy Services<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-1%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 1%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lpp s.a.\"\n            data-country=\"poland\"\n            data-sector=\"retail\"\n            data-reduction=\"-2\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/LPP_LOGO.jpg\" alt=\"LPP S.A.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>LPP S.A.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-2%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 2%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"voestalpine ag\"\n            data-country=\"austria\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-2\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Voestalpine-AG.png\" alt=\"Voestalpine AG\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Voestalpine AG<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-2%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 2%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"abb\"\n            data-country=\"switzerland\"\n            data-sector=\"technology\"\n            data-reduction=\"-3\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/abb-logo.png\" alt=\"ABB\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>ABB<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-3%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 3%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"air liquide\"\n            data-country=\"france\"\n            data-sector=\"chemicals\"\n            data-reduction=\"-3\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/air-liquide.png\" alt=\"Air Liquide\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Air Liquide<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-3%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 3%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"state bank of india\"\n            data-country=\"india\"\n            data-sector=\"finance\"\n            data-reduction=\"-3\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/SBI.png\" alt=\"State Bank of India\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>State Bank of India<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-3%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 3%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"nestle\"\n            data-country=\"switzerland\"\n            data-sector=\"food processing\"\n            data-reduction=\"-4\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/nestle.png\" alt=\"Nestle\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Nestle<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-4%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 4%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"morgan stanley\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-4\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ATwo7QZZ_400x400.jpg\" alt=\"Morgan Stanley\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Morgan Stanley<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-4%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 4%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ica gruppen\"\n            data-country=\"sweden\"\n            data-sector=\"retail\"\n            data-reduction=\"-4\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ICA-gruppen.jpeg\" alt=\"ICA Gruppen\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>ICA Gruppen<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-4%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 4%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"experian plc\"\n            data-country=\"ireland\"\n            data-sector=\"finance\"\n            data-reduction=\"-5\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Experian-plc.png\" alt=\"Experian plc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Experian plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-5%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 5%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"marsh & mclennan\"\n            data-country=\"united states of america\"\n            data-sector=\"insurance\"\n            data-reduction=\"-5\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos-2.png\" alt=\"Marsh &amp; McLennan\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Marsh &amp; McLennan<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-5%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 5%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"wolters kluwer\"\n            data-country=\"netherlands\"\n            data-sector=\"finance\"\n            data-reduction=\"-5\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Wolters_Kluwer_Logo.jpeg\" alt=\"Wolters Kluwer\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Wolters Kluwer<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-5%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 5%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"aegon\"\n            data-country=\"netherlands\"\n            data-sector=\"insurance\"\n            data-reduction=\"-5\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/aegon.png\" alt=\"Aegon\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Aegon<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-5%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 5%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"amgen\"\n            data-country=\"united states of america\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-6\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/amgen.png\" alt=\"Amgen\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Amgen<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-6%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 6%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"coca-cola\"\n            data-country=\"united states of america\"\n            data-sector=\"food processing\"\n            data-reduction=\"-7\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/coca-cola.jpg\" alt=\"Coca-Cola\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Coca-Cola<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-7%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 7%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"london stock exchange group plc\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-7\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/London-Stock-Exchange-Group-PLC.jpg\" alt=\"London Stock Exchange Group PLC\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>London Stock Exchange Group PLC<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-7%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 7%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"metso outotec corporation\"\n            data-country=\"finland\"\n            data-sector=\"agriculture\"\n            data-reduction=\"-7\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Metso-Outotec-Corporation.png\" alt=\"Metso Outotec Corporation\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Metso Outotec Corporation<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-7%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 7%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bnp paribas\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-7\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BNP-Paribas.png\" alt=\"BNP Paribas\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BNP Paribas<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-7%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 7%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ball corporation\"\n            data-country=\"united states of america\"\n            data-sector=\"logistics\"\n            data-reduction=\"-9\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ball-corporation.jpg\" alt=\"Ball Corporation\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ball Corporation<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-9%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 9%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"adidas\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-10\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-2-1.png\" alt=\"Adidas\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Adidas<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-10%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 10%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"forvia\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-11\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/logoforvia@x2.png\" alt=\"Forvia\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Forvia<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-11%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 11%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bmw\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-11\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BMW.jpg\" alt=\"BMW\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BMW<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-11%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 11%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"intercontinental hotels group\"\n            data-country=\"united kingdom\"\n            data-sector=\"hospitality\"\n            data-reduction=\"-11\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/IHG.png\" alt=\"Intercontinental Hotels Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Intercontinental Hotels Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-11%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 11%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"michelin\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-11\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Michelin.jpg\" alt=\"Michelin\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Michelin<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-11%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 11%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"enbw energie\"\n            data-country=\"germany\"\n            data-sector=\"energy\"\n            data-reduction=\"-12\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/enbw.png\" alt=\"EnBW Energie\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>EnBW Energie<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-12%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 12%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"engie\"\n            data-country=\"france\"\n            data-sector=\"utilities\"\n            data-reduction=\"-12\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Engie.jpg\" alt=\"Engie\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Engie<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-12%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 12%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"british american tobacco\"\n            data-country=\"united kingdom\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-12\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/British-American-Tobacco.jpg\" alt=\"British American Tobacco\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>British American Tobacco<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-12%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 12%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"boeing\"\n            data-country=\"united states of america\"\n            data-sector=\"defense\"\n            data-reduction=\"-12\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Boeing.png\" alt=\"Boeing\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Boeing<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-12%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 12%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"basf\"\n            data-country=\"germany\"\n            data-sector=\"chemicals\"\n            data-reduction=\"-12\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BASF-Logo_bw.svg.png\" alt=\"BASF\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BASF<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-12%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 12%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"infosys\"\n            data-country=\"india\"\n            data-sector=\"technology\"\n            data-reduction=\"-13\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Infosys.png\" alt=\"Infosys\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Infosys<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-13%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 13%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ramboll group a\/s\"\n            data-country=\"denmark\"\n            data-sector=\"consulting\"\n            data-reduction=\"-14\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Ramboll_logo_600x480.png\" alt=\"Ramboll Group A\/S\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ramboll Group A\/S<\/span>\n            <\/div>\n          <\/td>\n          <td>-28%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-14%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 14%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sse\"\n            data-country=\"united kingdom\"\n            data-sector=\"utilities\"\n            data-reduction=\"-14\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/SSE.jpg\" alt=\"SSE\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>SSE<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-14%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 14%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"comcast\"\n            data-country=\"united states of america\"\n            data-sector=\"telecom\"\n            data-reduction=\"-15\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/comcast.png\" alt=\"Comcast\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Comcast<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-15%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 15%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"eaton\"\n            data-country=\"ireland\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-16\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/eaton.png\" alt=\"Eaton\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Eaton<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-16%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 16%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"pepsico\"\n            data-country=\"united states of america\"\n            data-sector=\"retail\"\n            data-reduction=\"-16\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/pepsico.jpg\" alt=\"PepsiCo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>PepsiCo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-16%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 16%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ninety one\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-16\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ninety-one.png\" alt=\"Ninety One\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ninety One<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-16%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 16%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"volvo group\"\n            data-country=\"sweden\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-17\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Volvo-Group.png\" alt=\"Volvo Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Volvo Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-17%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 17%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bae systems\"\n            data-country=\"united kingdom\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-17\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos-1.png\" alt=\"BAE Systems\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BAE Systems<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-17%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 17%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bbva\"\n            data-country=\"spain\"\n            data-sector=\"finance\"\n            data-reduction=\"-18\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BBVA.png\" alt=\"BBVA\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BBVA<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-18%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 18%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"asml holdings\"\n            data-country=\"netherlands\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-19\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ASML-Holdings.png\" alt=\"ASML Holdings\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>ASML Holdings<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-19%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 19%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"maire tecnimont spa\"\n            data-country=\"italy\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-20\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Maire-Tecnimont-SpA.jpg\" alt=\"Maire Tecnimont SpA\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Maire Tecnimont SpA<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-20%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 20%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"spie\"\n            data-country=\"france\"\n            data-sector=\"consulting\"\n            data-reduction=\"-21\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/spie-logo.png\" alt=\"SPIE\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>SPIE<\/span>\n            <\/div>\n          <\/td>\n          <td>-20%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-21%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 21%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"e.on\"\n            data-country=\"germany\"\n            data-sector=\"energy\"\n            data-reduction=\"-21\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/eon.png\" alt=\"E.ON\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>E.ON<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-21%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 21%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"erm\"\n            data-country=\"united kingdom\"\n            data-sector=\"consulting\"\n            data-reduction=\"-22\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ERM.png\" alt=\"ERM\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>ERM<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-22%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 22%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"s&p global\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-22\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/sp.png\" alt=\"S&amp;P Global\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>S&amp;P Global<\/span>\n            <\/div>\n          <\/td>\n          <td>-25%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-22%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 22%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sgs sa\"\n            data-country=\"switzerland\"\n            data-sector=\"consulting\"\n            data-reduction=\"-22\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/SGS.png\" alt=\"SGS SA\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>SGS SA<\/span>\n            <\/div>\n          <\/td>\n          <td>-46%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-22%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 22%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"boston scientific\"\n            data-country=\"united states of america\"\n            data-sector=\"medical\"\n            data-reduction=\"-22\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/boston-scientific.png\" alt=\"Boston Scientific\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Boston Scientific<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-22%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 22%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"danieli & c officine meccaniche s.p.a.\"\n            data-country=\"italy\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-22\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Danieli.png\" alt=\"Danieli &amp; C Officine Meccaniche S.p.A.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Danieli &amp; C Officine Meccaniche S.p.A.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-22%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 22%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"h&m group\"\n            data-country=\"sweden\"\n            data-sector=\"retail\"\n            data-reduction=\"-22\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/HM-group.jpg\" alt=\"H&amp;M Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>H&amp;M Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-22%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 22%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"publicis groupe\"\n            data-country=\"france\"\n            data-sector=\"services\"\n            data-reduction=\"-23\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/publicis-groupe6313.jpg\" alt=\"Publicis Groupe\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Publicis Groupe<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-23% AT\/-29% BT<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 23%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"adecco group ag\"\n            data-country=\"switzerland\"\n            data-sector=\"services\"\n            data-reduction=\"-23\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/adecco.png\" alt=\"Adecco Group AG\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Adecco Group AG<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-23%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 23%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"alphabet, inc.\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-23\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img loading=\"lazy\" decoding=\"async\" width=\"311\" height=\"162\" src=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/alphabet.png\" class=\"tsc-flyer-logo\" alt=\"Alphabet, Inc.\" srcset=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/alphabet.png 311w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/alphabet-300x156.png 300w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/alphabet-18x9.png 18w\" sizes=\"auto, (max-width: 311px) 100vw, 311px\" \/>                                  <\/div>\n                            <span>Alphabet, Inc.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-23%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 23%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"the walt disney company\"\n            data-country=\"united states of america\"\n            data-sector=\"services\"\n            data-reduction=\"-23\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img loading=\"lazy\" decoding=\"async\" width=\"268\" height=\"188\" src=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/disney.png\" class=\"tsc-flyer-logo\" alt=\"The Walt Disney Company\" srcset=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/disney.png 268w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/disney-18x12.png 18w\" sizes=\"auto, (max-width: 268px) 100vw, 268px\" \/>                                  <\/div>\n                            <span>The Walt Disney Company<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-23%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 23%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lego\"\n            data-country=\"denmark\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-24\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/LEGO.png\" alt=\"Lego\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Lego<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-24%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 24%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"marriott international, inc.\"\n            data-country=\"united states of america\"\n            data-sector=\"hospitality\"\n            data-reduction=\"-24\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/marriott.png\" alt=\"Marriott International, Inc.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Marriott International, Inc.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-24%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 24%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"shell plc\"\n            data-country=\"united kingdom\"\n            data-sector=\"oil and gas\"\n            data-reduction=\"-24\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img loading=\"lazy\" decoding=\"async\" width=\"1900\" height=\"1600\" src=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo.png\" class=\"tsc-flyer-logo\" alt=\"Shell plc\" srcset=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo.png 1900w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo-300x253.png 300w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo-1024x862.png 1024w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo-768x647.png 768w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo-1536x1293.png 1536w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Shell-Logo-14x12.png 14w\" sizes=\"auto, (max-width: 1900px) 100vw, 1900px\" \/>                                  <\/div>\n                            <span>Shell plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-24%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 24%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"forvia\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-25\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/logoforvia@x2.png\" alt=\"Forvia\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Forvia<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-25%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 25%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bmw\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-25\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BMW.jpg\" alt=\"BMW\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BMW<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-25%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 25%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ltimindtree\"\n            data-country=\"india\"\n            data-sector=\"consulting\"\n            data-reduction=\"-27\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/LTMindtree.jpg\" alt=\"LTIMindtree\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>LTIMindtree<\/span>\n            <\/div>\n          <\/td>\n          <td>-25%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-27%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 27%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"inditex\"\n            data-country=\"spain\"\n            data-sector=\"retail\"\n            data-reduction=\"-27\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/inditex.png\" alt=\"Inditex\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Inditex<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-27%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 27%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"deutsche telekom\"\n            data-country=\"germany\"\n            data-sector=\"telecom\"\n            data-reduction=\"-27\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Deutsche_Telekom_logo.png\" alt=\"Deutsche Telekom\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Deutsche Telekom<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-27%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 27%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"gestamp\"\n            data-country=\"spain\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-27\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/gestamp.png\" alt=\"Gestamp\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Gestamp<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-27%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 27%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"rtx\"\n            data-country=\"united states of america\"\n            data-sector=\"defense\"\n            data-reduction=\"-27\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/RTX.png\" alt=\"RTX\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>RTX<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-27%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 27%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"m&g plc\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-28\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/MG-plc.jpg\" alt=\"M&amp;G plc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>M&amp;G plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-46%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-28%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 28%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"flsmidth & co. a\/s\"\n            data-country=\"denmark\"\n            data-sector=\"agriculture\"\n            data-reduction=\"-28\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/flsmidth.png\" alt=\"FLSmidth &amp; Co. A\/S\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>FLSmidth &amp; Co. A\/S<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-28%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 28%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"renault\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-28\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Renault.jpg\" alt=\"Renault\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Renault<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-28%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 28%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"arcadis nv\"\n            data-country=\"netherlands\"\n            data-sector=\"consulting\"\n            data-reduction=\"-29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/siemens-logo-1.png\" alt=\"Arcadis NV\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Arcadis NV<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 29%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"boston consulting group\"\n            data-country=\"united states of america\"\n            data-sector=\"consulting\"\n            data-reduction=\"-29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/boston-consulting-group-bcg-vector-logo.png\" alt=\"Boston Consulting Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Boston Consulting Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-49%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 29%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"michelin\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Michelin.jpg\" alt=\"Michelin\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Michelin<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 29%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"tech mahindra\"\n            data-country=\"india\"\n            data-sector=\"technology\"\n            data-reduction=\"-29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Tech-Mahindra.png\" alt=\"Tech Mahindra\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Tech Mahindra<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 29%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"axa\"\n            data-country=\"france\"\n            data-sector=\"insurance\"\n            data-reduction=\"-29\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Axa.jpg\" alt=\"AXA\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>AXA<\/span>\n            <\/div>\n          <\/td>\n          <td>-18%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-29%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 29%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"airbus\"\n            data-country=\"netherlands\"\n            data-sector=\"aerospace\"\n            data-reduction=\"-30\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Airbus-Logo.png\" alt=\"Airbus\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Airbus<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-30%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 30%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"continental\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-30\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Continental.jpg\" alt=\"Continental\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Continental<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-30%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 30%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"johnson controls\"\n            data-country=\"ireland\"\n            data-sector=\"technology\"\n            data-reduction=\"-30\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Johnson-Controls.jpg\" alt=\"Johnson Controls\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Johnson Controls<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-30%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 30%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ima spa\"\n            data-country=\"italy\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-30\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/151122-2b2993291217b3f5b7b8-logoimaspasustainability.jpg\" alt=\"IMA spa\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>IMA spa<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-30%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 30%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"banco comercial portugues\"\n            data-country=\"portugal\"\n            data-sector=\"finance\"\n            data-reduction=\"-31\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Banco-Comercial-Portugues.png\" alt=\"Banco Comercial Portugues\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Banco Comercial Portugues<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-31%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 31%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"apple\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-31\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/apple.png\" alt=\"Apple\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Apple<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-31%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 31%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bayer\"\n            data-country=\"germany\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-31\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bayer.jpg\" alt=\"Bayer\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Bayer<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-31%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 31%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"soci\u00e9t\u00e9 g\u00e9n\u00e9rale\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-32\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/societe-generale.jpg\" alt=\"Soci\u00e9t\u00e9 G\u00e9n\u00e9rale\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Soci\u00e9t\u00e9 G\u00e9n\u00e9rale<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-32%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 32%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"banco santander\"\n            data-country=\"spain\"\n            data-sector=\"finance\"\n            data-reduction=\"-32\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/santander.png\" alt=\"Banco Santander\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Banco Santander<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-32%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 32%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"mckinsey & co.\"\n            data-country=\"united states of america\"\n            data-sector=\"consulting\"\n            data-reduction=\"-33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Mckinsey-Co.jpg\" alt=\"Mckinsey &amp; Co.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Mckinsey &amp; Co.<\/span>\n            <\/div>\n          <\/td>\n          <td>-35%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 33%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"a1 telekom austria\"\n            data-country=\"austria\"\n            data-sector=\"telecom\"\n            data-reduction=\"-33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/1200px-Logo_A1_Telekom_Austria_Group.jpg\" alt=\"A1 Telekom Austria\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>A1 Telekom Austria<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 33%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"naturgy energy group\"\n            data-country=\"spain\"\n            data-sector=\"utilities\"\n            data-reduction=\"-33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Naturgy-Energy-Group.jpg\" alt=\"Naturgy Energy Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Naturgy Energy Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 33%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"cr\u00e9dit agricole\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-33\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/qL4i_SGK_400x400.jpg\" alt=\"Cr\u00e9dit Agricole\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Cr\u00e9dit Agricole<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-33%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 33%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"afry ab\"\n            data-country=\"sweden\"\n            data-sector=\"consulting\"\n            data-reduction=\"-34\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/afry.png\" alt=\"AFRY AB\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>AFRY AB<\/span>\n            <\/div>\n          <\/td>\n          <td>-36%<\/td>\n          <td>2027<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-34%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 34%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"axa\"\n            data-country=\"france\"\n            data-sector=\"insurance\"\n            data-reduction=\"-34\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Axa.jpg\" alt=\"AXA\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>AXA<\/span>\n            <\/div>\n          <\/td>\n          <td>-18%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-34%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 34%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"medtronic\"\n            data-country=\"ireland\"\n            data-sector=\"technology\"\n            data-reduction=\"-35\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/dpoUZ8eE_400x400.png\" alt=\"Medtronic\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Medtronic<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-35%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 35%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"servier\"\n            data-country=\"france\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-35\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/servier-logo-histoire.webp\" alt=\"Servier\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Servier<\/span>\n            <\/div>\n          <\/td>\n          <td>-16%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-35%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 35%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"vattenfall\"\n            data-country=\"sweden\"\n            data-sector=\"energy\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Vattenfall.png\" alt=\"Vattenfall\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Vattenfall<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bain & co.\"\n            data-country=\"united states of america\"\n            data-sector=\"consulting\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/bain.png\" alt=\"Bain &amp; Co.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Bain &amp; Co.<\/span>\n            <\/div>\n          <\/td>\n          <td>-35%<\/td>\n          <td>2026<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"standard chartered\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Standard-Chartered.jpg\" alt=\"Standard Chartered\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Standard Chartered<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ing group\"\n            data-country=\"netherlands\"\n            data-sector=\"finance\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ING-Group.jpg\" alt=\"ING Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>ING Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ecolab\"\n            data-country=\"united states of america\"\n            data-sector=\"chemicals\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ecolab.png\" alt=\"Ecolab\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ecolab<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"procter & gamble\"\n            data-country=\"united states of america\"\n            data-sector=\"retail\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Procter-Gamble.png\" alt=\"Procter &amp; Gamble\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Procter &amp; Gamble<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"abbott\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/abbott.png\" alt=\"Abbott\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Abbott<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"siemens\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/siemens.png\" alt=\"Siemens\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Siemens<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"continental\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-36\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Continental.jpg\" alt=\"Continental\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Continental<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-36%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 36%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"jacobs\"\n            data-country=\"united states of america\"\n            data-sector=\"consulting\"\n            data-reduction=\"-37\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/jacobs.png\" alt=\"Jacobs\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Jacobs<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-37%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 37%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bayer\"\n            data-country=\"germany\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-37\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bayer.jpg\" alt=\"Bayer\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Bayer<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-37%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 37%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"siemens\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-37\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/siemens.png\" alt=\"Siemens\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Siemens<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-37%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 37%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"deloitte\"\n            data-country=\"united kingdom\"\n            data-sector=\"consulting\"\n            data-reduction=\"-38\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos.png\" alt=\"Deloitte\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Deloitte<\/span>\n            <\/div>\n          <\/td>\n          <td>-55%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-38%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 38%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"l'or\u00e9al\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"-38\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/LOreal-Symbol.jpg\" alt=\"L&#039;Or\u00e9al\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>L&#039;Or\u00e9al<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-38%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 38%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"fidelity international\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Fidelity-International.png\" alt=\"Fidelity International\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Fidelity International<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2024<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"schroders\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/schorders.png\" alt=\"Schroders\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Schroders<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"novartis\"\n            data-country=\"switzerland\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/novartis.webp\" alt=\"Novartis\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Novartis<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"oriflame cosmetics\"\n            data-country=\"switzerland\"\n            data-sector=\"retail\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/oriflame.jpeg\" alt=\"Oriflame Cosmetics\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Oriflame Cosmetics<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"hcltech\"\n            data-country=\"india\"\n            data-sector=\"technology\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/HCLTech.png\" alt=\"HCLTech\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>HCLTech<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"honeywell\"\n            data-country=\"united states of america\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos-5.png\" alt=\"Honeywell\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Honeywell<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"citigroup\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-39\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/citi-group.jpg\" alt=\"Citigroup\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Citigroup<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-39%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 39%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"amundi\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/amundi.png\" alt=\"Amundi\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Amundi<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"wpp\"\n            data-country=\"united kingdom\"\n            data-sector=\"marketing\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/wpp.png\" alt=\"WPP\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>WPP<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"kpmg international\"\n            data-country=\"united kingdom\"\n            data-sector=\"consulting\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/KPMG.png\" alt=\"KPMG International\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>KPMG International<\/span>\n            <\/div>\n          <\/td>\n          <td>-55%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"royal philips\"\n            data-country=\"netherlands\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/H5aYi6CtzIFrT_-PX4hfRS7wUKoAsvIU0-wUvRzxZT8.jpg\" alt=\"Royal Philips\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Royal Philips<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"renault\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Renault.jpg\" alt=\"Renault\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Renault<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"henkel\"\n            data-country=\"germany\"\n            data-sector=\"retail\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/henkel.png\" alt=\"Henkel\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Henkel<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"meta\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-40\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/meta.png\" alt=\"Meta\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Meta<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-40%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 40%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"cr\u00e9dit agricole\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-41\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/qL4i_SGK_400x400.jpg\" alt=\"Cr\u00e9dit Agricole\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Cr\u00e9dit Agricole<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-41%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 41%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"tetra pak\"\n            data-country=\"sweden\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-41\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Tetra-Pak.jpg\" alt=\"Tetra Pak\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Tetra Pak<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-41%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 41%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"adidas\"\n            data-country=\"germany\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-41\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/images-2-1.png\" alt=\"Adidas\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Adidas<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-41%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 41%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"goldman sachs\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-41\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Goldman-Sachs-Logo.png\" alt=\"Goldman Sachs\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Goldman Sachs<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-41%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 41%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ucb\"\n            data-country=\"belgium\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-42\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/UCB.jpg\" alt=\"UCB\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>UCB<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-42%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 42%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"natwest group plc\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-42\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/NatWest-Group-plc.png\" alt=\"NatWest Group plc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>NatWest Group plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-42%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 42%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"barclays\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-42\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Barclays.jpg\" alt=\"Barclays\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Barclays<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-42%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 42%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"abn amro\"\n            data-country=\"netherlands\"\n            data-sector=\"finance\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/abn-amro.jpg\" alt=\"ABN Amro\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>ABN Amro<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bank of america\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/new-bank-of-america-logo_1200xx3000-1688-0-356.jpg\" alt=\"Bank of America\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Bank of America<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"basf\"\n            data-country=\"germany\"\n            data-sector=\"chemicals\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BASF-Logo_bw.svg.png\" alt=\"BASF\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BASF<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"aptiv\"\n            data-country=\"ireland\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/aptiv.jpg\" alt=\"Aptiv\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Aptiv<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"mediobanca\"\n            data-country=\"italy\"\n            data-sector=\"finance\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Mediobanca.jpg\" alt=\"Mediobanca\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Mediobanca<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"corticeira amorim sgps\"\n            data-country=\"portugal\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/corticeira-amorim-vector-logo.png\" alt=\"Corticeira Amorim SGPS\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Corticeira Amorim SGPS<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"l'or\u00e9al\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"-43\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/LOreal-Symbol.jpg\" alt=\"L&#039;Or\u00e9al\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>L&#039;Or\u00e9al<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-43%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 43%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"roche\"\n            data-country=\"switzerland\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-44\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Roche.jpg\" alt=\"Roche\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Roche<\/span>\n            <\/div>\n          <\/td>\n          <td>-18%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-44%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 44%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"cisco\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-44\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/cisco.png\" alt=\"Cisco\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Cisco<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-44%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 44%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"kering\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"-44\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Kering.png\" alt=\"Kering\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Kering<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-44%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 44%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"kering\"\n            data-country=\"france\"\n            data-sector=\"retail\"\n            data-reduction=\"-45\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Kering.png\" alt=\"Kering\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Kering<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-45%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 45%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"amundi\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-45\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/amundi.png\" alt=\"Amundi\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Amundi<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-45%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 45%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sopra steria group\"\n            data-country=\"france\"\n            data-sector=\"technology\"\n            data-reduction=\"-46\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Sopra-Steria-Group.jpg\" alt=\"Sopra Steria Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Sopra Steria Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-43%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-46%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 46%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"wells fargo\"\n            data-country=\"united states of america\"\n            data-sector=\"finance\"\n            data-reduction=\"-46\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Wells_Fargo_Logo_2020.svg.png\" alt=\"Wells Fargo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Wells Fargo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-46%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 46%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"deutsche bank\"\n            data-country=\"germany\"\n            data-sector=\"finance\"\n            data-reduction=\"-46\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Deutsche-Bank.jpg\" alt=\"Deutsche Bank\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Deutsche Bank<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-46%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 46%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lloyds banking group\"\n            data-country=\"united kingdom\"\n            data-sector=\"services\"\n            data-reduction=\"-47\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Lloyds_Banking_Group_logo.png\" alt=\"Lloyds Banking Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Lloyds Banking Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-33%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-47%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 47%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ubs\"\n            data-country=\"switzerland\"\n            data-sector=\"finance\"\n            data-reduction=\"-47\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/UBS.jpg\" alt=\"UBS\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>UBS<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-47%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 47%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"capgemini\"\n            data-country=\"france\"\n            data-sector=\"consulting\"\n            data-reduction=\"-48\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/MNMmPHZo_400x400.jpg\" alt=\"Capgemini\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Capgemini<\/span>\n            <\/div>\n          <\/td>\n          <td>-55%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-48%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 48%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"telefonica\"\n            data-country=\"spain\"\n            data-sector=\"telecom\"\n            data-reduction=\"-48\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/telefonica-logo-horizontal-negativo-1250.webp\" alt=\"Telefonica\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Telefonica<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-48%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 48%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"tecnicas reunidas\"\n            data-country=\"spain\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-48\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/tecnicas.png\" alt=\"Tecnicas Reunidas\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Tecnicas Reunidas<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-48%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 48%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"at&t\"\n            data-country=\"united states of america\"\n            data-sector=\"telecom\"\n            data-reduction=\"-48\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/ATT.jpg\" alt=\"AT&amp;T\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>AT&amp;T<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-48%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 48%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"orange\"\n            data-country=\"france\"\n            data-sector=\"telecom\"\n            data-reduction=\"-48\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/orange.png\" alt=\"Orange\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Orange<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-48%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 48%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"pricewaterhousecoopers (pwc)\"\n            data-country=\"united kingdom\"\n            data-sector=\"consulting\"\n            data-reduction=\"-49\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/pwc.png\" alt=\"PricewaterhouseCoopers (PwC)\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>PricewaterhouseCoopers (PwC)<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-49%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 49%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"leonardo\"\n            data-country=\"italy\"\n            data-sector=\"aerospace\"\n            data-reduction=\"-49\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Leonardo.png\" alt=\"Leonardo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Leonardo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-49%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 49%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"deutsche bahn ag\"\n            data-country=\"germany\"\n            data-sector=\"logistics\"\n            data-reduction=\"-49\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Deusche-Bahn.png\" alt=\"Deutsche Bahn AG\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Deutsche Bahn AG<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-49%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-red\" style=\"width: 49%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sonova\"\n            data-country=\"switzerland\"\n            data-sector=\"medical\"\n            data-reduction=\"-50\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/sonova.png\" alt=\"Sonova\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Sonova<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-50%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 50%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"carlsberg\"\n            data-country=\"denmark\"\n            data-sector=\"food processing\"\n            data-reduction=\"-50\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Carlsberg.png\" alt=\"Carlsberg\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Carlsberg<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-50%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 50%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"orange\"\n            data-country=\"france\"\n            data-sector=\"telecom\"\n            data-reduction=\"-50\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/orange.png\" alt=\"Orange\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Orange<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-50%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 50%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"electricit\u00e9 de france\"\n            data-country=\"france\"\n            data-sector=\"utilities\"\n            data-reduction=\"-50\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/EDF.png\" alt=\"Electricit\u00e9 de France\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Electricit\u00e9 de France<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-50%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 50%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"dassault systemes\"\n            data-country=\"france\"\n            data-sector=\"technology\"\n            data-reduction=\"-50\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/rEM8Q2M5_400x400.jpg\" alt=\"Dassault Systemes\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Dassault Systemes<\/span>\n            <\/div>\n          <\/td>\n          <td>-23%<\/td>\n          <td>2027<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-50%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 50%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"lockheed martin\"\n            data-country=\"united states of america\"\n            data-sector=\"defense\"\n            data-reduction=\"-51\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos-9.png\" alt=\"Lockheed Martin\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Lockheed Martin<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-51%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 51%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"capgemini\"\n            data-country=\"france\"\n            data-sector=\"consulting\"\n            data-reduction=\"-51\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/MNMmPHZo_400x400.jpg\" alt=\"Capgemini\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Capgemini<\/span>\n            <\/div>\n          <\/td>\n          <td>-55%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-51%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 51%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"novo nordisk\"\n            data-country=\"denmark\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-52\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/novo-.png\" alt=\"Novo Nordisk\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Novo Nordisk<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-52%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 52%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"astrazeneca\"\n            data-country=\"united kingdom\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-52\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/astra-zeneca.png\" alt=\"AstraZeneca\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>AstraZeneca<\/span>\n            <\/div>\n          <\/td>\n          <td>-23%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-52%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 52%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"autodesk, inc.\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-52\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Autodesk-Inc.jpg\" alt=\"Autodesk, Inc.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Autodesk, Inc.<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-52%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 52%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"cvs health\"\n            data-country=\"united states of america\"\n            data-sector=\"retail\"\n            data-reduction=\"-52\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CVS-Health.jpg\" alt=\"CVS Health\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>CVS Health<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-52%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 52%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"general motors\"\n            data-country=\"united states of america\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-52\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/General-Motors.jpg\" alt=\"General Motors\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>General Motors<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-52%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 52%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"abrdn\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-53\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/abdrn.png\" alt=\"Abrdn\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Abrdn<\/span>\n            <\/div>\n          <\/td>\n          <td>-72%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-53%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 53%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"estee lauder companies\"\n            data-country=\"united states of america\"\n            data-sector=\"retail\"\n            data-reduction=\"-53\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/The-Estee-Lauder-Companies.jpg\" alt=\"Estee Lauder Companies\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Estee Lauder Companies<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-53%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 53%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"assicurazioni generali\"\n            data-country=\"italy\"\n            data-sector=\"finance\"\n            data-reduction=\"-53\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Assicurazioni-Generali.jpg\" alt=\"Assicurazioni Generali\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Assicurazioni Generali<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-53%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 53%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ikea\"\n            data-country=\"netherlands\"\n            data-sector=\"retail\"\n            data-reduction=\"-53\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/7Xjvea___400x400.png\" alt=\"IKEA\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>IKEA<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-53%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 53%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"repsol\"\n            data-country=\"spain\"\n            data-sector=\"oil and gas\"\n            data-reduction=\"-53\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Repsol.jpg\" alt=\"Repsol\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Repsol<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-53%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 53%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ericsson\"\n            data-country=\"sweden\"\n            data-sector=\"telecom\"\n            data-reduction=\"-54\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/logo-ericsson.png\" alt=\"Ericsson\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ericsson<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2024<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-54%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 54%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"mundys\"\n            data-country=\"italy\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-54\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Mundys_Logo.png\" alt=\"Mundys\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Mundys<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-54%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 54%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"pfizer inc\"\n            data-country=\"united states of america\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-55\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/pfizer-logo.png\" alt=\"Pfizer Inc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Pfizer Inc<\/span>\n            <\/div>\n          <\/td>\n          <td>-25%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-55%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 55%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"barco nv\"\n            data-country=\"belgium\"\n            data-sector=\"technology\"\n            data-reduction=\"-55\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Barco_logo.svg.png\" alt=\"Barco NV\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Barco NV<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-55%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 55%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"steelcase inc.\"\n            data-country=\"united states of america\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-56\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/download.png\" alt=\"Steelcase Inc.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Steelcase Inc.<\/span>\n            <\/div>\n          <\/td>\n          <td>-14%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-56%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 56%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"nike\"\n            data-country=\"united states of america\"\n            data-sector=\"retail\"\n            data-reduction=\"-56\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Screen-Shot-2018-09-06-at-1.14.40-PM.png\" alt=\"Nike\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Nike<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-56%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 56%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"schneider electric\"\n            data-country=\"france\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-56\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/schneider.png\" alt=\"Schneider Electric\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Schneider Electric<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-56%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 56%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"atos\"\n            data-country=\"france\"\n            data-sector=\"technology\"\n            data-reduction=\"-56\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Atos.png\" alt=\"Atos\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Atos<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-56%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 56%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"adobe\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-57\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Adobe.png\" alt=\"Adobe\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Adobe<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-57%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 57%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"nokia corporation\"\n            data-country=\"finland\"\n            data-sector=\"telecom\"\n            data-reduction=\"-57\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Nokia-Corporation.jpg\" alt=\"Nokia Corporation\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Nokia Corporation<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-57%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 57%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"indra sistemas\"\n            data-country=\"spain\"\n            data-sector=\"technology\"\n            data-reduction=\"-57\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/indra.png\" alt=\"Indra Sistemas\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Indra Sistemas<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-57%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 57%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"intesa sanpaolo\"\n            data-country=\"italy\"\n            data-sector=\"finance\"\n            data-reduction=\"-57\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Intesa-Sanpaolo.jpg\" alt=\"Intesa Sanpaolo\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Intesa Sanpaolo<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-57%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 57%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"mapfre\"\n            data-country=\"spain\"\n            data-sector=\"finance\"\n            data-reduction=\"-58\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Mapfre.jpg\" alt=\"Mapfre\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Mapfre<\/span>\n            <\/div>\n          <\/td>\n          <td>-8%<\/td>\n          <td>2024<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-58%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 58%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"air liquide\"\n            data-country=\"france\"\n            data-sector=\"chemicals\"\n            data-reduction=\"-58\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/air-liquide.png\" alt=\"Air Liquide\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Air Liquide<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-58%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 58%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ernst & young global\"\n            data-country=\"united kingdom\"\n            data-sector=\"consulting\"\n            data-reduction=\"-59\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/EY.png\" alt=\"Ernst &amp; Young Global\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Ernst &amp; Young Global<\/span>\n            <\/div>\n          <\/td>\n          <td>-35%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-59%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 59%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"eli lilly\"\n            data-country=\"united states of america\"\n            data-sector=\"pharmaceuticals and biotechnology\"\n            data-reduction=\"-59\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Eli_Lilly_and_Company.svg.png\" alt=\"Eli Lilly\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Eli Lilly<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-59%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 59%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"unicredit\"\n            data-country=\"italy\"\n            data-sector=\"finance\"\n            data-reduction=\"-59\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/UniCredit.jpg\" alt=\"UniCredit\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>UniCredit<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-59%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 59%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"soci\u00e9t\u00e9 g\u00e9n\u00e9rale\"\n            data-country=\"france\"\n            data-sector=\"finance\"\n            data-reduction=\"-59\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/societe-generale.jpg\" alt=\"Soci\u00e9t\u00e9 G\u00e9n\u00e9rale\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Soci\u00e9t\u00e9 G\u00e9n\u00e9rale<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-59%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 59%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"hsbc\"\n            data-country=\"united kingdom\"\n            data-sector=\"finance\"\n            data-reduction=\"-60\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/HSBC.png\" alt=\"HSBC\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>HSBC<\/span>\n            <\/div>\n          <\/td>\n          <td>-40%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-60%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 60%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"dassault systemes\"\n            data-country=\"france\"\n            data-sector=\"technology\"\n            data-reduction=\"-60\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/rEM8Q2M5_400x400.jpg\" alt=\"Dassault Systemes\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Dassault Systemes<\/span>\n            <\/div>\n          <\/td>\n          <td>-23%<\/td>\n          <td>2027<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-60%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 60%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"vodafone\"\n            data-country=\"united kingdom\"\n            data-sector=\"telecom\"\n            data-reduction=\"-60\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/vodafone.png\" alt=\"Vodafone\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Vodafone<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-60%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 60%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"abertis infraestructuras\"\n            data-country=\"spain\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-60\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/abertis.png\" alt=\"Abertis Infraestructuras\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Abertis Infraestructuras<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-60%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 60%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"thyssenkrupp\"\n            data-country=\"germany\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-60\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Thyssenkrupp.jpg\" alt=\"Thyssenkrupp\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Thyssenkrupp<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-60%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 60%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"allianz group\"\n            data-country=\"germany\"\n            data-sector=\"insurance\"\n            data-reduction=\"-60\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Allianz_logo.svg.png\" alt=\"Allianz Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Allianz Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-40%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-60%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 60%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"tesco\"\n            data-country=\"united kingdom\"\n            data-sector=\"retail\"\n            data-reduction=\"-61\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Tesco_logo.png\" alt=\"Tesco\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Tesco<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-61%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 61%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"oracle\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-62\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos-7.png\" alt=\"Oracle\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Oracle<\/span>\n            <\/div>\n          <\/td>\n          <td>-25%<\/td>\n          <td>2025<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-62%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 62%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"cognizant\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-62\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Cognizant.jpg\" alt=\"Cognizant\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Cognizant<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-62%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 62%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"kingfisher plc\"\n            data-country=\"united kingdom\"\n            data-sector=\"retail\"\n            data-reduction=\"-62\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Kingfisher-plc.jpg\" alt=\"Kingfisher plc\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Kingfisher plc<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-62%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 62%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sopra steria\"\n            data-country=\"france\"\n            data-sector=\"technology\"\n            data-reduction=\"-64\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Sopra-Steria-Group.jpg\" alt=\"Sopra Steria\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Sopra Steria<\/span>\n            <\/div>\n          <\/td>\n          <td>-43%<\/td>\n          <td>2025<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-64%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 64%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"zurich insurance group\"\n            data-country=\"switzerland\"\n            data-sector=\"finance\"\n            data-reduction=\"-66\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/zurich-insurance.png\" alt=\"Zurich Insurance Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Zurich Insurance Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-70%<\/td>\n          <td>2024<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-66%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 66%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"microsoft\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-66\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/microsoft.png\" alt=\"Microsoft\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Microsoft<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-66%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 66%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"swiss re\"\n            data-country=\"switzerland\"\n            data-sector=\"finance\"\n            data-reduction=\"-67\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/swiss-re.png\" alt=\"Swiss Re\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Swiss Re<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2024<\/td>\n          <td>AT target<\/td>\n                    <td class=\"\">-67%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 67%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"electrolux\"\n            data-country=\"sweden\"\n            data-sector=\"retail\"\n            data-reduction=\"-70\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Electrolux.jpg\" alt=\"Electrolux\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Electrolux<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-70%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 70%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"ibm\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-70\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/IBM.png\" alt=\"IBM\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>IBM<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-70%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 70%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sap\"\n            data-country=\"germany\"\n            data-sector=\"technology\"\n            data-reduction=\"-70\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/SAP.jpg\" alt=\"SAP\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>SAP<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-70%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 70%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"wipro\"\n            data-country=\"india\"\n            data-sector=\"technology\"\n            data-reduction=\"-71\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Wipro.jpg\" alt=\"Wipro\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Wipro<\/span>\n            <\/div>\n          <\/td>\n          <td>-55%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-71%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 71%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"accenture\"\n            data-country=\"ireland\"\n            data-sector=\"consulting\"\n            data-reduction=\"-72\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Accenture.svg.png\" alt=\"Accenture\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Accenture<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-72%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 72%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"dell technologies\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-74\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Logos-4.png\" alt=\"Dell Technologies\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Dell Technologies<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-74%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 74%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"atos\"\n            data-country=\"france\"\n            data-sector=\"technology\"\n            data-reduction=\"-74\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Atos.png\" alt=\"Atos\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Atos<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-74%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 74%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"interface\"\n            data-country=\"united states of america\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-75\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Interface.jpg\" alt=\"Interface\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Interface<\/span>\n            <\/div>\n          <\/td>\n          <td>-30%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-75%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 75%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bt group\"\n            data-country=\"united kingdom\"\n            data-sector=\"telecom\"\n            data-reduction=\"-76\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/BT-Group.jpg\" alt=\"BT Group\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>BT Group<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-76%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 76%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"sap\"\n            data-country=\"germany\"\n            data-sector=\"technology\"\n            data-reduction=\"-78\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/SAP.jpg\" alt=\"SAP\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>SAP<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-78%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 78%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"tietoevry\"\n            data-country=\"finland\"\n            data-sector=\"technology\"\n            data-reduction=\"-79\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Tietoevry.png\" alt=\"Tietoevry\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Tietoevry<\/span>\n            <\/div>\n          <\/td>\n          <td>-47%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-79%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 79%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"solvay\"\n            data-country=\"belgium\"\n            data-sector=\"chemicals\"\n            data-reduction=\"-80\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Solvay.png\" alt=\"Solvay\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Solvay<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-80%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 80%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"intel\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-82\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/intel.png\" alt=\"Intel\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Intel<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-82%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 82%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"paypal\"\n            data-country=\"united states of america\"\n            data-sector=\"technology\"\n            data-reduction=\"-82\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Paypal.png\" alt=\"PayPal\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>PayPal<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-82%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 82%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"compagnie de saint-gobain\"\n            data-country=\"france\"\n            data-sector=\"construction and engineering\"\n            data-reduction=\"-82\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1280\" src=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1.png\" class=\"tsc-flyer-logo\" alt=\"Compagnie de Saint-Gobain\" srcset=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1.png 2048w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1-300x188.png 300w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1-1024x640.png 1024w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1-768x480.png 768w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1-1536x960.png 1536w, https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Saint-Gobain-Logo-2048x1280-1-18x12.png 18w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/>                                  <\/div>\n                            <span>Compagnie de Saint-Gobain<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-82%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 82%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"efacec power solutions\"\n            data-country=\"portugal\"\n            data-sector=\"manufacturing\"\n            data-reduction=\"-87\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/EFACEC_logo_2018.jpg\" alt=\"EFACEC Power Solutions\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>EFACEC Power Solutions<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>Broader target (incl. BT)<\/td>\n                    <td class=\"\">-87%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 87%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"antea nederland b.v.\"\n            data-country=\"netherlands\"\n            data-sector=\"consulting\"\n            data-reduction=\"-90\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Antea_Group_Logo_3.jpg\" alt=\"Antea Nederland B.V.\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Antea Nederland B.V.<\/span>\n            <\/div>\n          <\/td>\n          <td>-50%<\/td>\n          <td>2030<\/td>\n          <td>BT target<\/td>\n                    <td class=\"\">-90%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-green\" style=\"width: 90%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n                <tr class=\"main-row\"\n            data-company=\"bawag ag\"\n            data-country=\"austria\"\n            data-sector=\"insurance\"\n            data-reduction=\"-91\">\n          <td>\n            <div class=\"company-cell\">\n                              <div class=\"logo-box\">\n                                      <img decoding=\"async\" src=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/Bawag-AG.png\" alt=\"Bawag AG\" class=\"tsc-flyer-logo\" \/>\n                                  <\/div>\n                            <span>Bawag AG<\/span>\n            <\/div>\n          <\/td>\n          <td>-<\/td>\n          <td>-<\/td>\n          <td>No target<\/td>\n                    <td class=\"\">-91%<\/td>\n          <td>\n            <div class=\"tsc-bar-wrapper\">\n              <div class=\"tsc-bar-line\"><\/div>\n              <div class=\"tsc-bar-fill fill-yellow\" style=\"width: 91%;\"><\/div>\n            <\/div>\n          <\/td>\n        <\/tr>\n              <\/tbody>\n    <\/table>\n  <\/div>\n<\/div>\n\n<script>\nwindow.addEventListener(\"load\", function () {\n  const wrapper = document.getElementById('ranking-wrapper-lastyear');\n  const table = document.getElementById('ranking_template_lastyear');\n  if (!table || !wrapper) return;\n\n  const tbody = table.querySelector('tbody');\n  const allRows = Array.from(tbody.querySelectorAll('tr.main-row'));\n  const limit = 25;\n  let visibleCount = limit;\n\n  const loadMoreBtn = document.createElement('button');\n  loadMoreBtn.textContent = 'Load More';\n  loadMoreBtn.style.cssText = `display: block; margin: 24px auto 12px; padding: 10px 20px; font-size: 16px; font-weight: bold; border-radius: 24px; background-color: #385CD6; color: white; border: none; cursor: pointer;`;\n\n  const loadAllBtn = document.createElement('button');\n  loadAllBtn.textContent = 'Load All';\n  loadAllBtn.style.cssText = `display: block; margin: 12px auto 60px; padding: 8px 18px; font-size: 14px; font-weight: bold; border-radius: 24px; background-color: #385CD6; color: white; border: none; cursor: pointer;`;\n\n  function updateVisibleRows(list) {\n    list.forEach((row, index) => {\n      row.style.display = index < visibleCount ? 'table-row' : 'none';\n    });\n    loadMoreBtn.style.display = (visibleCount < list.length) ? 'block' : 'none';\n    loadAllBtn.style.display = (visibleCount < list.length) ? 'block' : 'none';\n  }\n\n  function applyFilters() {\n    const search = document.getElementById('searchInput-lastyear').value.toLowerCase();\n    const country = document.getElementById('countryFilter-lastyear').value;\n    const sector = document.getElementById('sectorFilter-lastyear').value;\n    const sort = document.getElementById('sortFilter-lastyear').value;\n\n    let filtered = allRows.filter(row => {\n      const company = row.dataset.company;\n      const rowCountry = row.dataset.country;\n      const rowSector = row.dataset.sector;\n      return (!search || company.includes(search)) && (!country || rowCountry === country) && (!sector || rowSector === sector);\n    });\n\n    filtered.sort((a, b) => {\n      const aVal = parseFloat(a.dataset.reduction);\n      const bVal = parseFloat(b.dataset.reduction);\n      return sort === 'asc' ? aVal - bVal : bVal - aVal;\n    });\n\n    tbody.innerHTML = '';\n    filtered.forEach(row => tbody.appendChild(row));\n\n    visibleCount = limit;\n    updateVisibleRows(filtered);\n\n    if (filtered.length > limit) {\n      if (!loadMoreBtn.parentNode) wrapper.appendChild(loadMoreBtn);\n      if (!loadAllBtn.parentNode) wrapper.appendChild(loadAllBtn);\n    } else {\n      loadMoreBtn.remove();\n      loadAllBtn.remove();\n    }\n  }\n\n  loadMoreBtn.addEventListener('click', function () {\n    visibleCount += limit;\n    const currentRows = Array.from(tbody.querySelectorAll('tr.main-row'));\n    updateVisibleRows(currentRows);\n  });\n\n  loadAllBtn.addEventListener('click', function () {\n    visibleCount = allRows.length;\n    const currentRows = Array.from(tbody.querySelectorAll('tr.main-row'));\n    updateVisibleRows(currentRows);\n  });\n\n  ['searchInput-lastyear', 'countryFilter-lastyear', 'sectorFilter-lastyear', 'sortFilter-lastyear'].forEach(id => {\n    const el = document.getElementById(id);\n    if (el) {\n      el.addEventListener('input', applyFilters);\n      el.addEventListener('change', applyFilters);\n    }\n  });\n\n  function fillDropdown(id, key) {\n    const select = document.getElementById(id);\n    if (!select) return;\n    const values = new Set();\n    allRows.forEach(row => values.add(row.dataset[key]));\n    Array.from(values).sort().forEach(val => {\n      if (val) {\n        const opt = document.createElement('option');\n        opt.value = val;\n        opt.textContent = val.charAt(0).toUpperCase() + val.slice(1);\n        select.appendChild(opt);\n      }\n    });\n  }\n\n  fillDropdown('countryFilter-lastyear', 'country');\n  fillDropdown('sectorFilter-lastyear', 'sector');\n\n  applyFilters();\n});\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44b124d elementor-widget elementor-widget-heading\" data-id=\"44b124d\" 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\">*Emissions reduction is an <b>air travel<\/b> emissions reduction <br>**<b>Intensity<\/b> target<\/span>\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<div class=\"elementor-element elementor-element-074dbe7 e-flex e-con-boxed e-con e-parent\" data-id=\"074dbe7\" 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-8360c67 e-con-full e-flex e-con e-child\" data-id=\"8360c67\" 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-251b4b4 elementor-widget elementor-widget-spacer\" data-id=\"251b4b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ee4bc2 elementor-widget elementor-widget-heading\" data-id=\"2ee4bc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Total Progress 2024<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a75c7b elementor-widget elementor-widget-heading\" data-id=\"8a75c7b\" 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\">Campaign target: -50%<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b28a43 elementor-widget elementor-widget-text-editor\" data-id=\"2b28a43\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"progress_bar_2024\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>This bar shows the overall progress in reducing the total sum of business travel emissions of the above set of companies <span style=\"font-weight: 400;\">between 2019 and 2023<\/span>, compared to the campaign goal of -50% by 2025 or sooner<a href=\"#progress_bar_2024\">:<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9207b1f elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"9207b1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-397dff1 e-con-full e-flex e-con e-child\" data-id=\"397dff1\" 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-33ae2b7 elementor-widget elementor-widget-heading\" data-id=\"33ae2b7\" 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\">0%<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a5fa9a elementor-widget elementor-widget-heading\" data-id=\"3a5fa9a\" 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\">-100%<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5e33e9 elementor-widget elementor-widget-jet-progress-bar\" data-id=\"a5e33e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-progress-bar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-jet-progress-bar jet-elements\"><div class=\"jet-progress-bar jet-progress-bar-type-6\" data-percent=\"35\" data-current-value=\"35\" data-max-value=\"100\" data-type=\"type-6\">\n\t<div class=\"jet-progress-bar__inner\">\n\t<div class=\"jet-progress-bar__wrapper\">\n\t\t<div class=\"jet-progress-bar__status-bar\"><\/div>\n\t\t<div class=\"jet-progress-bar__status\">\n\t\t\t<div class=\"jet-progress-bar__percent\"><span class=\"jet-progress-bar__percent-prefix\">&nbsp<\/span><span class=\"jet-progress-bar__percent-value\">0\/100<\/span><span class=\"jet-progress-bar__percent-suffix\">&nbsp<\/span><\/div>\n\t\t\t<div class=\"jet-progress-bar__title\"><span class=\"jet-progress-bar__title-text\">-34%<\/span><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47178cc elementor-widget elementor-widget-heading\" data-id=\"47178cc\" 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\">*Emissions reduction is an <b>air travel<\/b> emissions reduction <br>**<b>Intensity<\/b> target<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a42af4f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a42af4f\" 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=\"http:\/\/travelsmartcampaign.org\/emissions-tracker-2023\/\" target=\"_blank\">\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\">View 2023 emissions tracker<\/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-13c5726 elementor-widget elementor-widget-heading\" data-id=\"13c5726\" 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\">Source: Publicly available data, via company websites and CDP reporting.\n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8810fdf elementor-widget elementor-widget-image\" data-id=\"8810fdf\" 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.cdp.net\/en\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"121\" height=\"193\" src=\"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CDP.svg\" class=\"attachment-large size-large wp-image-4227\" alt=\"\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>2025 Emissions Tracker Discover whether businesses across the world are on track in reducing their corporate travel emissions Check out how specific sectors and countries are performing: technology, consulting, pharmaceutical, France, Germany View the 2024 progress bar 2025 Emissions Tracker The Tracker monitors the latest practice by companies in the Travel Smart Ranking, recording progress [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-16897","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Emissions Tracker - Travel Smart Campaign<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/travelsmartcampaign.org\/es\/emissions-tracker\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Emissions Tracker - Travel Smart Campaign\" \/>\n<meta property=\"og:description\" content=\"2025 Emissions Tracker Discover whether businesses across the world are on track in reducing their corporate travel emissions Check out how specific sectors and countries are performing: technology, consulting, pharmaceutical, France, Germany View the 2024 progress bar 2025 Emissions Tracker The Tracker monitors the latest practice by companies in the Travel Smart Ranking, recording progress [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/travelsmartcampaign.org\/es\/emissions-tracker\/\" \/>\n<meta property=\"og:site_name\" content=\"Travel Smart Campaign\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-09T15:49:58+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CDP.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/\",\"url\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/\",\"name\":\"Emissions Tracker - Travel Smart Campaign\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/travelsmartcampaign.org\\\/wp-content\\\/uploads\\\/CDP.svg\",\"datePublished\":\"2025-03-28T03:41:50+00:00\",\"dateModified\":\"2025-11-09T15:49:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/#primaryimage\",\"url\":\"http:\\\/\\\/travelsmartcampaign.org\\\/wp-content\\\/uploads\\\/CDP.svg\",\"contentUrl\":\"http:\\\/\\\/travelsmartcampaign.org\\\/wp-content\\\/uploads\\\/CDP.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/emissions-tracker\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/travelsmartcampaign.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Emissions Tracker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/#website\",\"url\":\"https:\\\/\\\/travelsmartcampaign.org\\\/\",\"name\":\"Travel Smart\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/travelsmartcampaign.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/#organization\",\"name\":\"Travel Smart\",\"url\":\"https:\\\/\\\/travelsmartcampaign.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/travelsmartcampaign.org\\\/wp-content\\\/uploads\\\/travel-smart-min.jpeg\",\"contentUrl\":\"https:\\\/\\\/travelsmartcampaign.org\\\/wp-content\\\/uploads\\\/travel-smart-min.jpeg\",\"width\":1200,\"height\":690,\"caption\":\"Travel Smart\"},\"image\":{\"@id\":\"https:\\\/\\\/travelsmartcampaign.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rastreador de emisiones - Campa\u00f1a Travel Smart","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/travelsmartcampaign.org\/es\/emissions-tracker\/","og_locale":"es_ES","og_type":"article","og_title":"Emissions Tracker - Travel Smart Campaign","og_description":"2025 Emissions Tracker Discover whether businesses across the world are on track in reducing their corporate travel emissions Check out how specific sectors and countries are performing: technology, consulting, pharmaceutical, France, Germany View the 2024 progress bar 2025 Emissions Tracker The Tracker monitors the latest practice by companies in the Travel Smart Ranking, recording progress [&hellip;]","og_url":"https:\/\/travelsmartcampaign.org\/es\/emissions-tracker\/","og_site_name":"Travel Smart Campaign","article_modified_time":"2025-11-09T15:49:58+00:00","og_image":[{"url":"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CDP.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/","url":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/","name":"Rastreador de emisiones - Campa\u00f1a Travel Smart","isPartOf":{"@id":"https:\/\/travelsmartcampaign.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/#primaryimage"},"image":{"@id":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/#primaryimage"},"thumbnailUrl":"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CDP.svg","datePublished":"2025-03-28T03:41:50+00:00","dateModified":"2025-11-09T15:49:58+00:00","breadcrumb":{"@id":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/travelsmartcampaign.org\/emissions-tracker\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/#primaryimage","url":"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CDP.svg","contentUrl":"http:\/\/travelsmartcampaign.org\/wp-content\/uploads\/CDP.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/travelsmartcampaign.org\/emissions-tracker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/travelsmartcampaign.org\/"},{"@type":"ListItem","position":2,"name":"Emissions Tracker"}]},{"@type":"WebSite","@id":"https:\/\/travelsmartcampaign.org\/#website","url":"https:\/\/travelsmartcampaign.org\/","name":"Travel Smart","description":"","publisher":{"@id":"https:\/\/travelsmartcampaign.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/travelsmartcampaign.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/travelsmartcampaign.org\/#organization","name":"Travel Smart","url":"https:\/\/travelsmartcampaign.org\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/travelsmartcampaign.org\/#\/schema\/logo\/image\/","url":"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/travel-smart-min.jpeg","contentUrl":"https:\/\/travelsmartcampaign.org\/wp-content\/uploads\/travel-smart-min.jpeg","width":1200,"height":690,"caption":"Travel Smart"},"image":{"@id":"https:\/\/travelsmartcampaign.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/pages\/16897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/comments?post=16897"}],"version-history":[{"count":0,"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/pages\/16897\/revisions"}],"wp:attachment":[{"href":"https:\/\/travelsmartcampaign.org\/es\/wp-json\/wp\/v2\/media?parent=16897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}