var breeze_prefetch = {"local_url":"https:\/\/offset-carbon.org","ignore_remote_prefetch":"1","ignore_list":["\/cart","\/checkout","\/my-account","wp-admin","wp-login.php"]};
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/offset-carbon.org\/cart","is_cart":"","cart_redirect_after_add":"yes"};
var commercekit_ajs = {"ajax_url":"\/?commercekit-ajax","ajax_search":1,"char_count":3,"action":"commercekit_ajax_search","loader_icon":"https:\/\/offset-carbon.org\/wp-content\/plugins\/commercegurus-commercekit\/assets\/images\/loader2.gif","no_results_text":"No results","placeholder_text":"Search","other_result_text":"Other results","view_all_text":"View all results","no_other_text":"No other results","other_all_text":"View all other results","ajax_url_product":"https:\/\/offset-carbon.org\/?cgkit_ajax_search_product=1","ajax_url_post":"https:\/\/offset-carbon.org\/?cgkit_ajax_search_post=1","fast_ajax_search":0,"ajs_other_results":1,"layout":"product"}; var commercekit_pdp = []; var commercekit_as = [];
var _hsq = _hsq || [];
_hsq.push(["setContentType", "standard-page"]);
Carbon credits represent a reduction or removal of greenhouse gas emissions, typically measured in metric tons of carbon dioxide equivalent (tCO2e). They work by supporting projects that reduce or remove emissions to counterbalance an individual or company’s carbon footprint.
Carbon offsetting allows individuals or businesses to invest in projects that reduce emissions, contributing to environmental sustainability. By supporting initiatives like reforestation or renewable energy, offsetting helps achieve a balance between emissions produced and those removed or reduced.
Credible carbon credits adhere to recognised standards such as Gold Standard, Verified Carbon Standard (VCS), and the Clean Development Mechanism (CDM). These accreditations ensure transparency, and a rigorous assessment of projects.
Achieving carbon neutrality involves calculating and reducing one’s carbon footprint as much as possible and then offsetting the remaining emissions by investing in verified carbon offset projects.
While carbon neutrality involves balancing emissions with offsetting, net-zero goes a step further by aiming to eliminate or offset all emitted greenhouse gases, creating a state where the individual or organisation has a net-zero impact on the climate.
Individuals can contribute by reducing personal carbon footprints, supporting renewable energy, advocating for sustainable practices, and choosing products and services from companies committed to carbon neutrality and net-zero goals.
Yes, individuals and small businesses can achieve carbon neutrality by first measuring their carbon footprint, implementing sustainable practices to reduce emissions, and then offsetting the remaining emissions through reputable carbon offset projects.
Accurate measurement involves using carbon footprint calculators based on recognised methodologies. These tools consider factors such as energy consumption, transportation, and waste generation to provide a comprehensive footprint assessment.
View our individual and company carbon calculators to easily and accurately measure your footprint.
No, the quality of offset projects varies. Our projects adhere to recognised standards and prioritise sustainable development, and long-term environmental benefits.
Renewable energy projects, such as wind or solar farms, play a crucial role in carbon offsetting by producing clean energy, displacing the need for fossil fuels, and reducing overall greenhouse gas emissions.
While offsetting is an important tool in the short term, it should complement efforts to reduce emissions at the source. Long-term solutions involve transitioning to sustainable practices and technologies.
Businesses can engage employees by fostering a culture of sustainability, providing education on carbon reduction, and encouraging participation in initiatives such as reducing energy consumption and promoting eco-friendly practices.
Verified certification
Awarded on every offset
Authenticated CERs
Serialised for full tracking
Internationally accredited
Carbon offsets for global projects
100% Secure Checkout
PayPal / MasterCard / Visa
function commercekitOrderBumpAdd(product_id, obj, position){
obj.setAttribute('disabled', 'disabled');
var wrap = obj.closest('.commercekit-order-bump-wrap');
if( wrap ){
var bullets = wrap.querySelector('.ckobp-bullets');
if( bullets ){
bullets.classList.add('processing');
}
}
var formData = new FormData();
formData.append('product_id', product_id);
fetch( commercekit_ajs.ajax_url + '=commercekit_order_bump_add', {
method: 'POST',
body: formData,
}).then(response => response.json()).then( json => {
var ppp = document.querySelector('.paypalplus-paywall');
if( ppp ) {
window.location.reload();
} else {
var ucheckout = new Event('update_checkout');
document.body.dispatchEvent(ucheckout);
var ufragment = new Event('wc_fragment_refresh');
document.body.dispatchEvent(ufragment);
}
});
}
var ckit_obp_clicked = false;
var ckit_obp_clicked_id = 0;
document.addEventListener('click', function(e){
$this = e.target;
if( $this.classList.contains( 'ckobp-bullet' ) ) {
e.preventDefault();
e.stopPropagation();
ckit_obp_clicked = true;
ckit_obp_make_active($this, true);
if( ckit_obp_clicked_id ){
clearTimeout( ckit_obp_clicked_id );
}
ckit_obp_clicked_id = setTimeout(function(){ ckit_obp_clicked = false; ckit_obp_clicked_id = 0; }, 1000);
}
$thisp = $this.closest('.ckobp-prev');
if( $this.classList.contains( 'ckobp-prev' ) || $thisp ) {
e.preventDefault();
e.stopPropagation();
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var par_divs = parent.querySelector('.ckobp-bullets');
var $is_rtl = document.querySelector('body.rtl');
if( par_divs ){
var $index = parseInt(par_divs.getAttribute('data-index'));
if( $index == 1 && ! $is_rtl ){
return true;
}
var $nindex = $is_rtl ? $index + 1 : $index - 1;
var $bullet = parent.querySelector('.ckobp-bullets .ckobp-bullet[data-index="'+$nindex+'"]');
if( $bullet ){
$bullet.click();
}
}
}
$thisp = $this.closest('.ckobp-next');
if( $this.classList.contains( 'ckobp-next' ) || $thisp ) {
e.preventDefault();
e.stopPropagation();
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var par_divs = parent.querySelector('.ckobp-bullets');
var $is_rtl = document.querySelector('body.rtl');
if( par_divs ){
var total = parseInt(par_divs.getAttribute('data-total'));
var $index = parseInt(par_divs.getAttribute('data-index'));
if( $index == total && ! $is_rtl ){
return true;
}
var $nindex = $is_rtl ? $index - 1 : $index + 1;
var $bullet = parent.querySelector('.ckobp-bullets .ckobp-bullet[data-index="'+$nindex+'"]');
if( $bullet ){
$bullet.click();
}
}
}
});
function ckit_obp_make_active($this, $scroll){
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var $id = $this.getAttribute( 'id' ).replace( 'bullet-', '' );
var $mthis = parent.querySelector( '#' + $id );
var main_divs = parent.querySelectorAll('.commercekit-order-bumps .commercekit-order-bump');
$this.classList.add( 'active' );
$mthis.classList.add( 'active' );
main_divs.forEach(function(main_div){
if( main_div !== $mthis ){
main_div.classList.remove( 'active' );
}
});
var sub_divs = parent.querySelectorAll('.ckobp-bullets .ckobp-bullet');
sub_divs.forEach(function(sub_divs){
if( sub_divs !== $this ){
sub_divs.classList.remove( 'active' );
}
});
var $index = parseInt($mthis.getAttribute('data-index'));
var par_divs = parent.querySelector('.ckobp-bullets');
if( par_divs ){
var total = parseInt(par_divs.getAttribute('data-total'));
par_divs.setAttribute('data-index', $index);
ckit_obp_update_prev_next(parent, total, $index);
}
if( $scroll ){
var $width = $mthis.clientWidth;
var $scroll_left = ( $index - 1 ) * $width;
var $is_rtl = document.querySelector('body.rtl');
if( $is_rtl ){
$scroll_left = -$scroll_left;
}
var ckit_obps = parent.querySelector('.commercekit-order-bumps');
if( ckit_obps ){
ckit_obps.scroll({
left: $scroll_left,
top: 0,
behavior: 'smooth'
});
}
}
}
document.addEventListener('scroll', function(e){
var $this = e.target;
if( $this.classList && $this.classList.contains('commercekit-order-bumps') && !ckit_obp_clicked ){
var sub_div = $this.querySelector('.commercekit-order-bump:first-child');
if( sub_div ){
var parent = $this.closest( '.commercekit-order-bump-wrap' );
var $width = sub_div.clientWidth;
var $scroll_left = Math.abs($this.scrollLeft);
var $index = Math.round( $scroll_left / $width ) + 1;
var $bullet = parent.querySelector('.ckobp-bullets .ckobp-bullet[data-index="'+$index+'"]');
if( $bullet ){
ckit_obp_make_active($bullet, false);
}
}
}
}, true);
function ckit_obp_update_prev_next(parent, total, $index){
var prev = parent.querySelector('.ckobp-prev');
var next = parent.querySelector('.ckobp-next');
if( prev && next ){
next.classList.remove('ckobp-disabled');
prev.classList.remove('ckobp-disabled');
var $is_rtl = document.querySelector('body.rtl');
if( $is_rtl ){
if( $index == 1 ) {
next.classList.add('ckobp-disabled');
}
if( $index == total ) {
prev.classList.add('ckobp-disabled');
}
} else {
if( $index == 1 ) {
prev.classList.add('ckobp-disabled');
}
if( $index == total ) {
next.classList.add('ckobp-disabled');
}
}
}
}
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.40"};
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
var yay_callback_data = {"admin_url":"https:\/\/offset-carbon.org\/wp-admin\/admin.php?page=wc-settings","ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","nonce":"d331832969","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"1","yayCurrencyPluginURL":"https:\/\/offset-carbon.org\/wp-content\/plugins\/yaycurrency-pro\/","converted_currency":[{"ID":7766,"currency":"GBP","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"£"},{"ID":7767,"currency":"USD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.3057898283005","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7768,"currency":"EUR","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.194069981575","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"€"},{"ID":7781,"currency":"AUD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.9371800422668","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7774,"currency":"CAD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7943799495697","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7783,"currency":"SGD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7049299478531","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7776,"currency":"JPY","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"194.08999633789","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"¥"},{"ID":7785,"currency":"AED","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"4.7948999404907","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"د.إ"},{"ID":7786,"currency":"HKD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"10.142000198364","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7787,"currency":"ISK","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"177.52","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":7780,"currency":"NZD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"2.1423299312592","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"}],"checkout_diff_currency":"1","cart_page":"","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cache_compatible":"0","current_theme":"shoptimizer","minicart_contents_class":"a.cart-contents"};
var yayCurrency = {"admin_url":"https:\/\/offset-carbon.org\/wp-admin\/admin.php?page=wc-settings","ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","nonce":"d331832969","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"1","yayCurrencyPluginURL":"https:\/\/offset-carbon.org\/wp-content\/plugins\/yaycurrency-pro\/","converted_currency":[{"ID":7766,"currency":"GBP","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"£"},{"ID":7767,"currency":"USD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.3057898283005","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7768,"currency":"EUR","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.194069981575","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"€"},{"ID":7781,"currency":"AUD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.9371800422668","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7774,"currency":"CAD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7943799495697","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7783,"currency":"SGD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.7049299478531","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7776,"currency":"JPY","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"194.08999633789","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"¥"},{"ID":7785,"currency":"AED","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"4.7948999404907","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"د.إ"},{"ID":7786,"currency":"HKD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"10.142000198364","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"},{"ID":7787,"currency":"ISK","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"177.52","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":7780,"currency":"NZD","currencyPosition":"left","currencyCodePosition":"not_display","thousandSeparator":",","decimalSeparator":".","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"2.1423299312592","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"$"}],"checkout_diff_currency":"1","cart_page":"","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cache_compatible":"0","current_theme":"shoptimizer"};
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
var yith_ywsbs_frontend = {"ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","add_to_cart_label":"Commit","default_cart_label":"Add to cart"};
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_94dcb173fc50a18364c31f3100dacc84","fragment_name":"wc_fragments_94dcb173fc50a18364c31f3100dacc84","request_timeout":"5000"};
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php","nonce":"8737add399","urls":{"assets":"https:\/\/offset-carbon.org\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/offset-carbon.org\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/offset-carbon.org\/cart","checkout_page_url":"https:\/\/offset-carbon.org\/checkout","fragments_nonce":"d32da5fe83"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/offset-carbon.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.23.4","is_static":false,"experimentalFeatures":{"e_optimized_css_loading":true,"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"display-conditions":true,"form-submissions":true,"taxonomy-filter":true},"urls":{"assets":"https:\/\/offset-carbon.org\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/offset-carbon.org\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"9231353a54"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":8764,"title":"FAQs%20-%20offset-carbon.org","excerpt":"","featuredImage":false}};
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":true,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};