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"]);
Embark on a personal journey of environmental responsibility. Utilise straightforward carbon credit transactions to shrink your carbon footprint and embrace a sustainable lifestyle, contributing to the stewardship of our planet.
Your carbon credits support incredible projects and initiatives around the globe.
Carbon Offset Calculator
Calculate your requirements
Calculate your voluntary company carbon offset credit requirements in less than 2 minutes using our handy company carbon credit calculator.
Sophia Reynolds
6 Credits - General Pool
Read More
Using the carbon calculator was a game-changer for me. It made offsetting my carbon footprint a breeze, and now I feel more empowered and eco-conscious than ever!
Michael Anderson
12 Credits - Development
Read More
Guided by the carbon calculator, I achieved carbon neutrality effortlessly. It transformed my lifestyle and aligned it with eco-conscious choices, making a positive impact on the planet.
Noah Turner
8 Credits - Development
Read More
Choosing to offset my emissions was a game-changer. It's now an integral part of my eco-conscious lifestyle, making a real impact on our planet.
Ava Parker
18 Credits - General
Read More
Offsetting my carbon was an empowering experience. It feels incredible to contribute to climate positivity and be part of a sustainable movement.
Ethan Clark
3 Credits - Environment - Reforestation
Read More
Offsetting my carbon footprint transformed my perspective. It's more than a step; it's a leap towards a sustainable lifestyle that I'm proud to embrace.
Isabella Carter
28 Credits - Development - Safe Water
Read More
I've embraced a green evolution by offsetting my carbon. It's a simple yet impactful choice that aligns with my commitment to a sustainable future.
Mason Walker
9 Credits - General
Read More
Advocating for the Earth became personal. Offsetting my carbon emissions is a small act with big results—a step towards a cleaner, healthier planet.
Jamie Lynne
6 Credits - Energy - Hydro-electric
Read More
Being environmentally responsible feels great. Offsetting my carbon footprint is a meaningful way to contribute, and it's become an essential part of my lifestyle.
Previous
Next
Empower Change, Offset Today
Be Part Of The Solution
Your choice matters. Offset your carbon footprint and contribute to a sustainable future. Purchase and offset your carbon credits and make a real difference.
Your credits go towards projects such as:
– Forest restoration & protection – Fossil fuel substitution – Clean drinking water – Efficient cookstoves for developing countries – Recycling sea plastics – Regenerative agriculture
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":7371,"title":"Individuals%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"};