CINXE.COM

Wasteless

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Wasteless</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//widget.tagembed.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Wasteless &raquo; Feed" href="https://wastelesseu.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Wasteless &raquo; Comments Feed" href="https://wastelesseu.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.1.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-KXNR70Y880" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.1.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/wastelesseu.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-KXNR70Y880', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-KXNR70Y880', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/wastelesseu.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='astra-theme-css-css' href='https://wastelesseu.com/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.8.1' media='all' /> <style id='astra-theme-css-inline-css'> .ast-no-sidebar .entry-content .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-no-sidebar .entry-content .alignwide {margin-left: calc(-41vw + 50%);margin-right: calc(-41vw + 50%);max-width: unset;width: unset;}.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide{width: 100%;margin-left: auto;margin-right: auto;}.wp-block-gallery,.blocks-gallery-grid {margin: 0;}.wp-block-separator {max-width: 100px;}.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots {max-width: none;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 10px;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 10px;}@media (max-width: 782px) {.entry-content .wp-block-columns .wp-block-column {flex-basis: 100%;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 0;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 0;}}body .entry-content .wp-block-latest-posts {margin-left: 0;}body .entry-content .wp-block-latest-posts li {list-style: none;}.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {margin-left: 0;}.ast-header-break-point .entry-content .alignwide {margin-left: auto;margin-right: auto;}.entry-content .blocks-gallery-item img {margin-bottom: auto;}.wp-block-pullquote {border-top: 4px solid #555d66;border-bottom: 4px solid #555d66;color: #40464d;}:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-code-block-background:#EEEEEE;--ast-comment-inputs-background:#FAFAFA;--ast-normal-container-width:1200px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit;}html{font-size:100%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Montserrat',sans-serif;font-weight:400;font-size:16px;font-size:1rem;line-height:var(--ast-body-line-height,1.5em);}blockquote{color:var(--ast-global-color-1);}h1,.entry-content h1,.entry-content h1 a,h2,.entry-content h2,.entry-content h2 a,h3,.entry-content h3,.entry-content h3 a,h4,.entry-content h4,.entry-content h4 a,h5,.entry-content h5,.entry-content h5 a,h6,.entry-content h6,.entry-content h6 a,.site-title,.site-title a{font-family:'Montserrat',sans-serif;font-weight:400;}.site-title{font-size:31px;font-size:1.9375rem;display:none;}header .custom-logo-link img{max-width:204px;width:204px;}.astra-logo-svg{width:204px;}.site-header .site-description{font-size:15px;font-size:0.9375rem;display:none;}.entry-title{font-size:30px;font-size:1.875rem;}.archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover{overflow:hidden;}h1,.entry-content h1,.entry-content h1 a{font-size:50px;font-size:3.125rem;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.4em;}h2,.entry-content h2,.entry-content h2 a{font-size:28px;font-size:1.75rem;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.3em;}h3,.entry-content h3,.entry-content h3 a{font-size:22px;font-size:1.375rem;font-weight:600;font-family:'Montserrat',sans-serif;line-height:1.3em;}h4,.entry-content h4,.entry-content h4 a{font-size:23px;font-size:1.4375rem;line-height:1.2em;font-family:'Montserrat',sans-serif;}h5,.entry-content h5,.entry-content h5 a{font-size:18px;font-size:1.125rem;line-height:1.2em;font-family:'Montserrat',sans-serif;}h6,.entry-content h6,.entry-content h6 a{font-size:15px;font-size:0.9375rem;line-height:1.25em;font-family:'Montserrat',sans-serif;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,.entry-content h1 a,h2,.entry-content h2,.entry-content h2 a,h3,.entry-content h3,.entry-content h3 a,h4,.entry-content h4,.entry-content h4 a,h5,.entry-content h5,.entry-content h5 a,h6,.entry-content h6,.entry-content h6 a{color:var(--ast-global-color-1);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-search-menu-icon .search-form button.search-submit{padding:0 4px;}.ast-search-menu-icon form.search-form{padding-right:0;}.ast-search-menu-icon.slide-search input.search-field{width:0;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus{transition:all 0.2s;}.search-form input.search-field:focus{outline:none;}.widget-title,.widget .wp-block-heading{font-size:22px;font-size:1.375rem;color:var(--ast-global-color-1);}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible,.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,.woocommerce .woocommerce-order-details .order-again > .button:focus-visible,.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,.woocommerce #minus_qty:focus-visible,.woocommerce #plus_qty:focus-visible,a#ast-apply-coupon:focus-visible,.woocommerce .woocommerce-info a:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,.woocommerce a.wc-forward:focus-visible,#ast-apply-coupon:focus-visible,.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus{outline-style:dotted;outline-color:inherit;outline-width:thin;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,#coupon_code:focus,.woocommerce-page #comment:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce .woocommerce-cart-form button:focus,.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce #order_comments:focus,.woocommerce #place_order:focus,.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce .woocommerce-MyAccount-content form button:focus,.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,#ast-coupon-code:focus,.woocommerce.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,.woocommerce p#ast-coupon-trigger:focus{border-style:dotted;border-color:inherit;border-width:thin;}input{outline:none;}.site-logo-img img{ transition:all 0.2s linear;}body .ast-oembed-container *{position:absolute;top:0;width:100%;height:100%;left:0;}body .wp-block-embed-pocket-casts .ast-oembed-container *{position:unset;}.ast-single-post-featured-section + article {margin-top: 2em;}.site-content .ast-single-post-featured-section img {width: 100%;overflow: hidden;object-fit: cover;}.site > .ast-single-related-posts-container {margin-top: 0;}@media (min-width: 922px) {.ast-desktop .ast-container--narrow {max-width: var(--ast-narrow-container-width);margin: 0 auto;}}.ast-page-builder-template .hentry {margin: 0;}.ast-page-builder-template .site-content > .ast-container {max-width: 100%;padding: 0;}.ast-page-builder-template .site .site-content #primary {padding: 0;margin: 0;}.ast-page-builder-template .no-results {text-align: center;margin: 4em auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {margin-top: 0;}.ast-page-builder-template .entry-header.ast-header-without-markup {margin-top: 0;margin-bottom: 0;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {margin-bottom: 0;}.ast-page-builder-template.single .post-navigation {padding-bottom: 2em;}.ast-page-builder-template.single-post .site-content > .ast-container {max-width: 100%;}.ast-page-builder-template .entry-header {margin-top: 4em;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;}.single.ast-page-builder-template .entry-header {padding-left: 20px;padding-right: 20px;}.ast-page-builder-template .ast-archive-description {margin: 4em auto 0;padding-left: 20px;padding-right: 20px;}.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {margin-left: 0;margin-right: 0;}@media (max-width:921.9px){#ast-desktop-header{display:none;}}@media (min-width:922px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{margin-left:0px;}}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-table.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button{border-color:var(--ast-global-color-0);border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:12px;font-size:0.75rem;line-height:1em;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,.ast-outline-button:hover,.ast-outline-button:focus,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus{background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button{background-color:var(--ast-global-color-5);}.entry-content[data-ast-blocks-layout] > figure{margin-bottom:1em;}@media (max-width:921px){.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}.elementor-button-wrapper .elementor-button{border-style:solid;text-decoration:none;border-top-width:2px;border-right-width:2px;border-left-width:2px;border-bottom-width:2px;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;padding-top:16px;padding-right:40px;padding-bottom:16px;padding-left:40px;}.elementor-button-wrapper .elementor-button{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-5);}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link ,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:var(--ast-global-color-0);}.elementor-button-wrapper .elementor-button{font-family:'Montserrat',sans-serif;font-weight:500;font-size:12px;font-size:0.75rem;line-height:1em;text-transform:uppercase;letter-spacing:2px;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{font-size:12px;font-size:0.75rem;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.elementor-widget-heading h1.elementor-heading-title{line-height:1.4em;}.elementor-widget-heading h2.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h3.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h5.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h6.elementor-heading-title{line-height:1.25em;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:2px;border-right-width:2px;border-left-width:2px;border-bottom-width:2px;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-5);color:var(--ast-global-color-0);font-family:'Montserrat',sans-serif;font-weight:500;line-height:1em;text-transform:uppercase;letter-spacing:2px;font-size:12px;font-size:0.75rem;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;padding-top:16px;padding-right:40px;padding-bottom:16px;padding-left:40px;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:2px;border-right-width:2px;border-left-width:2px;border-bottom-width:2px;color:var(--ast-global-color-0);border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-5);padding-top:16px;padding-right:40px;padding-bottom:16px;padding-left:40px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:12px;font-size:0.75rem;line-height:1em;text-transform:uppercase;letter-spacing:2px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}}@media (max-width:921px){.ast-header-break-point .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-header-break-point .ast-mobile-header-stack .ast-search-menu-icon.slide-search .search-form{right:-1em;}} #ast-mobile-header .ast-site-header-cart-li a{pointer-events:none;}body,.ast-separate-container{background-color:var(--ast-global-color-4);background-image:none;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -6.67em;margin-right: -6.67em;width: auto;}@media (max-width: 1200px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.4em;margin-right: -2.4em;}}@media (max-width: 768px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.14em;margin-right: -2.14em;}}@media (max-width: 544px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -1em;margin-right: -1em;}}.ast-no-sidebar.ast-separate-container .entry-content .alignwide {margin-left: -20px;margin-right: -20px;}.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}@media (max-width:921px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1,.entry-content h1 a{font-size:40px;}h2,.entry-content h2,.entry-content h2 a{font-size:30px;}h3,.entry-content h3,.entry-content h3 a{font-size:25px;}h4,.entry-content h4,.entry-content h4 a{font-size:20px;font-size:1.25rem;}h5,.entry-content h5,.entry-content h5 a{font-size:18px;font-size:1.125rem;}h6,.entry-content h6,.entry-content h6 a{font-size:16px;font-size:1rem;}}@media (max-width:544px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1,.entry-content h1 a{font-size:34px;}h2,.entry-content h2,.entry-content h2 a{font-size:24px;}h3,.entry-content h3,.entry-content h3 a{font-size:22px;}h4,.entry-content h4,.entry-content h4 a{font-size:20px;font-size:1.25rem;}h5,.entry-content h5,.entry-content h5 a{font-size:18px;font-size:1.125rem;}h6,.entry-content h6,.entry-content h6 a{font-size:16px;font-size:1rem;}header .custom-logo-link img,.ast-header-break-point .site-branding img,.ast-header-break-point .custom-logo-link img{max-width:160px;width:160px;}.astra-logo-svg{width:160px;}.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:160px;}}@media (max-width:921px){html{font-size:91.2%;}}@media (max-width:544px){html{font-size:91.2%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://wastelesseu.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://wastelesseu.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://wastelesseu.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-2px;}}.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-outline{background:transparent;}.site .comments-area{padding-bottom:3em;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}blockquote {padding: 1.2em;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#1db954;--ast-global-color-1:#2f374b;--ast-global-color-2:#e6e6e6;--ast-global-color-3:#ffffff;--ast-global-color-4:#f3f9fb;--ast-global-color-5:#ffffff;--ast-global-color-6:#153243;--ast-global-color-7:#f3f9fb;--ast-global-color-8:#BFD1FF;}:root {--ast-border-color : var(--ast-global-color-2);}.ast-single-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-single-entry-banner[data-banner-layout="layout-1"] {max-width: 1200px;background: inherit;padding: 20px 0;}.ast-single-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-single-entry-banner + .site-content .entry-header {margin-bottom: 0;}.site .ast-author-avatar {--ast-author-avatar-size: ;}a.ast-underline-text {text-decoration: underline;}.ast-container > .ast-terms-link {position: relative;display: block;}a.ast-button.ast-badge-tax {padding: 4px 8px;border-radius: 3px;font-size: inherit;}header.entry-header .entry-title{font-size:30px;font-size:1.875rem;}header.entry-header > *:not(:last-child){margin-bottom:10px;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1200px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-size:40px;font-size:2.5rem;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:921px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}@media (min-width:921px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header,.ast-theme-transparent-header .ast-below-header.ast-below-header-bar{background-image:none;background-color:transparent;}}.ast-theme-transparent-header .site-title a,.ast-theme-transparent-header .site-title a:focus,.ast-theme-transparent-header .site-title a:hover,.ast-theme-transparent-header .site-title a:visited{color:#ffffff;}.ast-theme-transparent-header .site-header .site-description{color:#ffffff;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle,.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .main-header-menu .menu-link{color:var(--ast-global-color-4);}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link{color:var(--ast-global-color-5);}.ast-theme-transparent-header div.ast-masthead-custom-menu-items,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget-title,.ast-theme-transparent-header .site-header-section [CLASS*="ast-header-html-"] .ast-builder-html-element{color:#ffffff;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link{background-color:transparent;}@media (max-width:921px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header,.ast-theme-transparent-header .ast-below-header.ast-below-header-bar{background-image:none;background-color:transparent;}}@media (max-width:921px){.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-link{color:var(--ast-global-color-3);}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link{color:var(--ast-global-color-2);}}.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar{border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,0);}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;text-decoration:none;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-1);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}.ast-builder-layout-element[data-section="title_tagline"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:700;text-transform:none;}.ast-builder-menu-1 .menu-item > .menu-link{color:var(--ast-global-color-1);}.ast-builder-menu-1 .menu-item > .ast-menu-toggle{color:var(--ast-global-color-1);}.ast-builder-menu-1 .menu-item:hover > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-1 .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-left-width:1px;border-color:var(--ast-global-color-2);border-style:solid;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-bottom-width:1px;border-color:var(--ast-global-color-2);border-style:solid;}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu:last-child > .menu-item > .menu-link{border-bottom-width:1px;}.ast-desktop .ast-builder-menu-1 .menu-item:last-child > .menu-item > .menu-link{border-bottom-width:0;}@media (max-width:921px){.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link{color:var(--ast-global-color-2);}.ast-builder-menu-1 .menu-item > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-1 .menu-item:hover > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-1 .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle{right:-15px;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}.ast-builder-menu-1 .main-header-menu,.ast-builder-menu-1 .main-header-menu .sub-menu{background-color:var(--ast-global-color-1);background-image:none;}}@media (max-width:544px){.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link{color:var(--ast-global-color-3);}.ast-builder-menu-1 .menu-item> .ast-menu-toggle{color:var(--ast-global-color-3);}.ast-builder-menu-1 .menu-item:hover > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-1);background:var(--ast-global-color-1);}.ast-builder-menu-1 .menu-item:hover> .ast-menu-toggle{color:var(--ast-global-color-1);}.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}.ast-builder-menu-1 .main-header-menu,.ast-builder-menu-1 .main-header-menu .sub-menu{background-color:var(--ast-global-color-1);background-image:none;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before,.ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {content: "";position: absolute;width: 100%;right: 50%;height: 1px;background-color: transparent;transform: scale(0,0) translate(-50%,0);transition: transform .3s ease-in-out,color .0s ease-in-out;}.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link:before,.ast-desktop .ast-menu-hover-style-overline > .menu-item:hover > .menu-link:before {width: calc(100% - 1.2em);background-color: currentColor;transform: scale(1,1) translate(50%,0);}.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before {bottom: 0;}.ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {top: 0;}.ast-desktop .ast-menu-hover-style-zoom > .menu-item > .menu-link:hover {transition: all .3s ease;transform: scale(1.2);}.main-header-bar .main-header-bar-navigation .ast-search-icon {display: block;z-index: 4;position: relative;}.ast-search-icon .ast-icon {z-index: 4;}.ast-search-icon {z-index: 4;position: relative;line-height: normal;}.main-header-bar .ast-search-menu-icon .search-form {background-color: #ffffff;}.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form {visibility: visible;opacity: 1;}.ast-search-menu-icon .search-form {border: 1px solid #e7e7e7;line-height: normal;padding: 0 3em 0 0;border-radius: 2px;display: inline-block;-webkit-backface-visibility: hidden;backface-visibility: hidden;position: relative;color: inherit;background-color: #fff;}.ast-search-menu-icon .astra-search-icon {-js-display: flex;display: flex;line-height: normal;}.ast-search-menu-icon .astra-search-icon:focus {outline: none;}.ast-search-menu-icon .search-field {border: none;background-color: transparent;transition: all .3s;border-radius: inherit;color: inherit;font-size: inherit;width: 0;color: #757575;}.ast-search-menu-icon .search-submit {display: none;background: none;border: none;font-size: 1.3em;color: #757575;}.ast-search-menu-icon.ast-dropdown-active {visibility: visible;opacity: 1;position: relative;}.ast-search-menu-icon.ast-dropdown-active .search-field,.ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {width: 235px;}.ast-header-search .ast-search-menu-icon.slide-search .search-form,.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form {-js-display: flex;display: flex;align-items: center;}.ast-search-menu-icon.ast-inline-search .search-field {width : 100%;padding : 0.60em;padding-right : 5.5em;transition: all 0.2s;}.site-header-section-left .ast-search-menu-icon.slide-search .search-form {padding-left: 2em;padding-right: unset;left: -1em;right: unset;}.site-header-section-left .ast-search-menu-icon.slide-search .search-form .search-field {margin-right: unset;}.ast-search-menu-icon.slide-search .search-form {-webkit-backface-visibility: visible;backface-visibility: visible;visibility: hidden;opacity: 0;transition: all .2s;position: absolute;z-index: 3;right: -1em;top: 50%;transform: translateY(-50%);}.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder,.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder{opacity:0.5;}.ast-header-search .ast-search-menu-icon.slide-search .search-form,.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form{-js-display:flex;display:flex;align-items:center;}.ast-builder-layout-element.ast-header-search{height:auto;}.ast-header-search .astra-search-icon{color:var(--ast-global-color-0);font-size:26px;}.ast-header-search .search-field::placeholder,.ast-header-search .ast-icon{color:var(--ast-global-color-0);}@media (max-width:921px){.ast-header-search .astra-search-icon{color:var(--ast-global-color-0);font-size:18px;}.ast-header-search .search-field::placeholder,.ast-header-search .ast-icon{color:var(--ast-global-color-0);}.ast-hfb-header .site-header-section > .ast-header-search,.ast-hfb-header .ast-header-search{margin-top:24px;margin-bottom:24px;margin-left:24px;margin-right:24px;}}@media (max-width:544px){.ast-header-search .astra-search-icon{color:var(--ast-global-color-0);font-size:18px;}.ast-header-search .search-field::placeholder,.ast-header-search .ast-icon{color:var(--ast-global-color-0);}.ast-hfb-header .site-header-section > .ast-header-search,.ast-hfb-header .ast-header-search{margin-top:24px;margin-bottom:24px;margin-left:24px;margin-right:24px;}}.ast-header-search{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-header-search{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-header-search{display:flex;}}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element {margin-top: 6px;margin-bottom: 6px;}.social-show-label-true .ast-builder-social-element {width: auto;padding: 0 0.4em;}[data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {text-align: center;}.ast-footer-social-wrap {width: 100%;}.ast-footer-social-wrap .ast-builder-social-element:first-child {margin-left: 0;}.ast-footer-social-wrap .ast-builder-social-element:last-child {margin-right: 0;}.ast-header-social-wrap .ast-builder-social-element:first-child {margin-left: 0;}.ast-header-social-wrap .ast-builder-social-element:last-child {margin-right: 0;}.ast-builder-social-element {line-height: 1;color: #3a3a3a;background: transparent;vertical-align: middle;transition: all 0.01s;margin-left: 6px;margin-right: 6px;justify-content: center;align-items: center;}.ast-builder-social-element {line-height: 1;color: #3a3a3a;background: transparent;vertical-align: middle;transition: all 0.01s;margin-left: 6px;margin-right: 6px;justify-content: center;align-items: center;}.ast-builder-social-element .social-item-label {padding-left: 6px;}.ast-header-social-1-wrap .ast-builder-social-element svg{width:26px;height:26px;}.ast-header-social-1-wrap .ast-social-color-type-custom svg{fill:var(--ast-global-color-0);}.ast-header-social-1-wrap .ast-social-color-type-custom .social-item-label{color:var(--ast-global-color-0);}.ast-builder-layout-element[data-section="section-hb-social-icons-1"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"]{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section="section-below-footer-builder"]{background-color:var(--ast-global-color-5);background-image:none;min-height:80px;border-style:solid;border-width:0px;border-top-width:1px;border-top-color:#dbe8eb;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{max-width:1200px;min-height:80px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:921px){.site-below-footer-wrap[data-section="section-below-footer-builder"]{padding-left:30px;padding-right:30px;}}@media (max-width:544px){.site-below-footer-wrap[data-section="section-below-footer-builder"]{padding-top:20px;padding-bottom:20px;}}.site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-0);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright {font-size:14px;font-size:0.875rem;}@media (max-width:544px){.ast-footer-copyright {font-size:14px;font-size:0.875rem;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element {margin-top: 6px;margin-bottom: 6px;}.social-show-label-true .ast-builder-social-element {width: auto;padding: 0 0.4em;}[data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {text-align: center;}.ast-footer-social-wrap {width: 100%;}.ast-footer-social-wrap .ast-builder-social-element:first-child {margin-left: 0;}.ast-footer-social-wrap .ast-builder-social-element:last-child {margin-right: 0;}.ast-header-social-wrap .ast-builder-social-element:first-child {margin-left: 0;}.ast-header-social-wrap .ast-builder-social-element:last-child {margin-right: 0;}.ast-builder-social-element {line-height: 1;color: #3a3a3a;background: transparent;vertical-align: middle;transition: all 0.01s;margin-left: 6px;margin-right: 6px;justify-content: center;align-items: center;}.ast-builder-social-element {line-height: 1;color: #3a3a3a;background: transparent;vertical-align: middle;transition: all 0.01s;margin-left: 6px;margin-right: 6px;justify-content: center;align-items: center;}.ast-builder-social-element .social-item-label {padding-left: 6px;}.ast-footer-social-1-wrap .ast-builder-social-element,.ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element{margin-left:7.5px;margin-right:7.5px;padding:12px;}.ast-footer-social-1-wrap .ast-builder-social-element svg{width:30px;height:30px;}.ast-footer-social-1-wrap .ast-social-icon-image-wrap{margin:12px;}.ast-footer-social-1-wrap .ast-social-color-type-custom svg{fill:var(--ast-global-color-0);}.ast-footer-social-1-wrap .ast-builder-social-element{background:var(--ast-global-color-5);}.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label{color:var(--ast-global-color-0);}[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{text-align:left;}@media (max-width:921px){[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{text-align:left;}}@media (max-width:544px){.ast-footer-social-1-wrap{margin-bottom:25px;}[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{text-align:left;}}.ast-builder-layout-element[data-section="section-fb-social-icons-1"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"]{display:flex;}}.site-footer{background-color:var(--ast-global-color-5);background-image:none;}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{background-color:var(--ast-global-color-5);background-image:none;border-style:solid;border-width:0px;border-top-width:1px;border-top-color:var(--ast-global-color-2);}.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section{align-items:center;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-3-equal .ast-builder-grid-row{grid-template-columns:repeat( 3,1fr );}@media (max-width:921px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{background-color:#ffffff;background-image:none;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row{grid-template-columns:repeat( 3,1fr );}}@media (max-width:544px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{padding-top:40px;padding-bottom:40px;padding-left:30px;padding-right:30px;}@media (max-width:921px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{padding-left:30px;padding-right:30px;}}@media (max-width:544px){.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{padding-top:25px;padding-bottom:25px;}}.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{display:grid;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{text-align:left;}@media (max-width:921px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{text-align:left;}@media (max-width:921px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{text-align:left;}@media (max-width:921px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{text-align:left;}}@media (max-width:544px){.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{text-align:left;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner{font-size:15px;font-size:0.9375rem;}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a{color:var(--ast-global-color-1);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover{color:var(--ast-global-color-0);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h6,.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-area h6{color:var(--ast-global-color-2);font-size:19px;font-size:1.1875rem;}.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"]{display:block;}@media (max-width:921px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"]{display:block;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner{font-size:16px;font-size:1rem;}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a{color:var(--ast-global-color-1);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover{color:var(--ast-global-color-0);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h1,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h3,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h4,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h5,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h6,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h6{color:var(--ast-global-color-2);font-size:19px;font-size:1.1875rem;}.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]{display:block;}@media (max-width:921px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]{display:block;}}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner{color:var(--ast-global-color-0);}.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{display:block;}@media (max-width:921px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{display:block;}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{display:block;}}.elementor-widget-heading .elementor-heading-title{margin:0;}.elementor-page .ast-menu-toggle{color:unset !important;background:unset !important;}.elementor-post.elementor-grid-item.hentry{margin-bottom:0;}.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product{width:auto;margin:0;float:none;}body .elementor hr{background-color:#ccc;margin:0;}.ast-left-sidebar .elementor-section.elementor-section-stretched,.ast-right-sidebar .elementor-section.elementor-section-stretched{max-width:100%;left:0 !important;}.elementor-posts-container [CLASS*="ast-width-"]{width:100%;}.elementor-template-full-width .ast-container{display:block;}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{top:0 !important;}@media (max-width:544px){.elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product{width:auto;margin:0;}.elementor-element .woocommerce .woocommerce-result-count{float:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}.ast-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.main-header-bar{padding:1em 0;}.ast-site-identity{padding:0;}.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0, -2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0, -50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:3;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .menu-item-has-children .ast-header-navigation-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.menu-item-has-children .sub-menu .ast-header-navigation-arrow:after{margin-left:0;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;}@media (min-width:922px){.ast-builder-menu .main-navigation > ul > li:last-child a{margin-right:0;}}.ast-separate-container .ast-article-inner{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);background-image:none;}.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description, .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);background-image:none;}.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);background-image:none;}.ast-off-canvas-active body.ast-main-header-nav-open {overflow: hidden;}.ast-mobile-popup-drawer .ast-mobile-popup-overlay {background-color: rgba(0,0,0,0.4);position: fixed;top: 0;right: 0;bottom: 0;left: 0;visibility: hidden;opacity: 0;transition: opacity 0.2s ease-in-out;}.ast-mobile-popup-drawer .ast-mobile-popup-header {-js-display: flex;display: flex;justify-content: flex-end;min-height: calc( 1.2em + 24px);}.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {background: transparent;border: 0;font-size: 24px;line-height: 1;padding: .6em;color: inherit;-js-display: flex;display: flex;box-shadow: none;}.ast-mobile-popup-drawer.ast-mobile-popup-full-width .ast-mobile-popup-inner {max-width: none;transition: transform 0s ease-in,opacity 0.2s ease-in;}.ast-mobile-popup-drawer.active {left: 0;opacity: 1;right: 0;z-index: 100000;transition: opacity 0.25s ease-out;}.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {opacity: 1;cursor: pointer;visibility: visible;}body.admin-bar .ast-mobile-popup-drawer,body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {top: 32px;}body.admin-bar.ast-primary-sticky-header-active .ast-mobile-popup-drawer,body.admin-bar.ast-primary-sticky-header-active .ast-mobile-popup-drawer .ast-mobile-popup-inner{top: 0px;}@media (max-width: 782px) {body.admin-bar .ast-mobile-popup-drawer,body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {top: 46px;}}.ast-mobile-popup-content > *,.ast-desktop-popup-content > *{padding: 10px 0;height: auto;}.ast-mobile-popup-content > *:first-child,.ast-desktop-popup-content > *:first-child{padding-top: 10px;}.ast-mobile-popup-content > .ast-builder-menu,.ast-desktop-popup-content > .ast-builder-menu{padding-top: 0;}.ast-mobile-popup-content > *:last-child,.ast-desktop-popup-content > *:last-child {padding-bottom: 0;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-icon,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children .sub-menu,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-icon {display: none;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search label,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu,.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu .sub-menu {background-color: transparent;}.ast-mobile-popup-content .ast-icon svg {height: .85em;width: .95em;margin-top: 15px;}.ast-mobile-popup-content .ast-icon.icon-search svg {margin-top: 0;}.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-mobile-popup-drawer.show,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu{opacity: 1;visibility: visible;}.ast-mobile-popup-drawer {position: fixed;top: 0;bottom: 0;left: -99999rem;right: 99999rem;transition: opacity 0.25s ease-in,left 0s 0.25s,right 0s 0.25s;opacity: 0;}.ast-mobile-popup-drawer .ast-mobile-popup-inner {width: 100%;transform: translateX(100%);max-width: 90%;right: 0;top: 0;background: #fafafa;color: #3a3a3a;bottom: 0;opacity: 0;position: fixed;box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);-js-display: flex;display: flex;flex-direction: column;transition: transform 0.2s ease-in,opacity 0.2s ease-in;overflow-y:auto;overflow-x:hidden;}.ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner {transform: translateX(-100%);right: auto;left: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-popup-drawer .main-header-bar-navigation ul .menu-item .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-popup-drawer .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {right: calc( 20px - 0.907em);}.ast-mobile-popup-drawer.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);width: fit-content;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-field,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-submit,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {opacity: 1;visibility: visible;transform: translateX(0%);}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:var(--ast-global-color-1);;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:var(--ast-global-color-1);;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:var(--ast-global-color-2);}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}#masthead .ast-container,.site-header-focus-item + .ast-breadcrumbs-wrapper{max-width:100%;padding-left:35px;padding-right:35px;}.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px;}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:0px;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:0px;border-bottom-style:solid;}}.ast-primary-header-bar{background-image:url(http://wastelesseu.com/wp-content/uploads/2023/03/menupontok_hattere-min-scaled.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:scroll;}@media (max-width:921px){.ast-primary-header-bar.ast-primary-header{background-image:linear-gradient(to right,,),url(http://wastelesseu.com/wp-content/uploads/2023/03/menupontok_hattere-min-scaled.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:scroll;}}@media (max-width:544px){.ast-primary-header-bar.ast-primary-header{background-image:linear-gradient(to right,,),url(http://wastelesseu.com/wp-content/uploads/2023/03/menupontok_hattere-min-scaled.jpg);}}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}.ast-hfb-header .site-header{margin-left:30px;margin-right:30px;}@media (max-width:921px){.ast-hfb-header .site-header{margin-top:0px;margin-bottom:0px;margin-left:-10px;margin-right:-10px;}}@media (max-width:544px){.ast-hfb-header .site-header{margin-left:-10px;margin-right:-10px;}}[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-outline{background:transparent;color:var(--ast-global-color-3);border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-left-width:1px;border-style:solid;border-color:var(--ast-global-color-0);}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-3);}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-3);}:root{--e-global-color-astglobalcolor0:#1db954;--e-global-color-astglobalcolor1:#2f374b;--e-global-color-astglobalcolor2:#e6e6e6;--e-global-color-astglobalcolor3:#ffffff;--e-global-color-astglobalcolor4:#f3f9fb;--e-global-color-astglobalcolor5:#ffffff;--e-global-color-astglobalcolor6:#153243;--e-global-color-astglobalcolor7:#f3f9fb;--e-global-color-astglobalcolor8:#BFD1FF;} </style> <link rel='stylesheet' id='astra-google-fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%2C500&#038;display=fallback&#038;ver=4.8.1' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='ctf_styles-css' href='https://wastelesseu.com/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.2.3' media='all' /> <link rel='stylesheet' id='hide-admin-bar-based-on-user-roles-css' href='https://wastelesseu.com/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/css/hide-admin-bar-based-on-user-roles-public.css?ver=3.9.0' media='all' /> <link rel='stylesheet' id='vbg-persis-jobs-css' href='https://wastelesseu.com/wp-content/plugins/wasteless-custom-plugin/assets/dist/wasteless.38d394c2.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='wpah-front-styles-css' href='https://wastelesseu.com/wp-content/plugins/wp-accessibility-helper/assets/css/wp-accessibility-helper.min.css?ver=0.5.9.4' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='eael-general-css' href='https://wastelesseu.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.0.7' media='all' /> <link rel='stylesheet' id='eael-30-css' href='https://wastelesseu.com/wp-content/uploads/essential-addons-elementor/eael-30.css?ver=1727687486' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.31.0' media='all' /> <style id='elementor-icons-inline-css'> .elementor-add-new-section .elementor-add-templately-promo-button{ background-color: #5d4fff; background-image: url(https://wastelesseu.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg); background-repeat: no-repeat; background-position: center center; position: relative; } .elementor-add-new-section .elementor-add-templately-promo-button > i{ height: 12px; } body .elementor-add-new-section .elementor-add-section-area-button { margin-left: 0; } .elementor-add-new-section .elementor-add-templately-promo-button{ background-color: #5d4fff; background-image: url(https://wastelesseu.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg); background-repeat: no-repeat; background-position: center center; position: relative; } .elementor-add-new-section .elementor-add-templately-promo-button > i{ height: 12px; } body .elementor-add-new-section .elementor-add-section-area-button { margin-left: 0; } </style> <link rel='stylesheet' id='swiper-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='elementor-post-38-css' href='https://wastelesseu.com/wp-content/uploads/elementor/css/post-38.css?ver=1728460499' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://wastelesseu.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.24.3' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='widget-video-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='widget-image-box-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=3.24.5' media='all' /> <link rel='stylesheet' id='elementor-post-30-css' href='https://wastelesseu.com/wp-content/uploads/elementor/css/post-30.css?ver=1728460780' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=6.0.7' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=6.0.7' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.7.2' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://wastelesseu.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://wastelesseu.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <!--[if IE]> <script src="https://wastelesseu.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.8.1" id="astra-flexibility-js"></script> <script id="astra-flexibility-js-after"> flexibility(document.documentElement); </script> <![endif]--> <script src="https://wastelesseu.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.1.1" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/wastelesseu.com","hash_tracking":"false","v4_id":"G-KXNR70Y880"};</script> <script src="https://wastelesseu.com/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/js/hide-admin-bar-based-on-user-roles-public.js?ver=3.9.0" id="hide-admin-bar-based-on-user-roles-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=6.0.7" id="font-awesome-4-shim-js"></script> <link rel="https://api.w.org/" href="https://wastelesseu.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wastelesseu.com/wp-json/wp/v2/pages/30" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wastelesseu.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel="canonical" href="https://wastelesseu.com/" /> <link rel='shortlink' href='https://wastelesseu.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://wastelesseu.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwastelesseu.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://wastelesseu.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwastelesseu.com%2F&#038;format=xml" /> <script>window.captchaSiteKey = "6LeLXtUkAAAAAIfQWDX7uaXsZx-fnB3PsglAmClR";</script><meta name="generator" content="Elementor 3.24.5; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1b-1-e1676392416497-32x32.png" sizes="32x32" /> <link rel="icon" href="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1b-1-e1676392416497-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1b-1-e1676392416497-180x180.png" /> <meta name="msapplication-TileImage" content="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1b-1-e1676392416497-270x270.png" /> <style id="wp-custom-css"> h2, h3 { text-transform: none !important; } #wasteless-register-form label {width:100%!important;display:block!important;font-weight:600!important} #wasteless-register-form input,select {width:100%!important;display:block!important;margin-top:10px;margin-bottom:10px} #wasteless-register-form .wasteless-register-form-submit {margin-top:40px;margin-bottom:50px;width:100%;} .logged-in-as{display:none!important} #wasteless-register-form #pw_toggle{ width: initial!important; display: inline-block!important; margin-right: 10px; margin-bottom: 15px;} #wasteless-register-form #pw_toggle_label { width: initial!important; display: inline-block!important; margin-right: 10px; margin-bottom: 15px;} .error > li{ color: red; font-size: 18px; font-weight: 600; margin-top: 30px; list-style: none; margin-left: 0; margin-bottom: 0; } #menu-item-1791 , #menu-item-1792, #menu-item-1822{background-color:#1db954;margin-right:5px;width:200px;text-align:center;height:45px;line-height:45px;position:absolute!important;top:180px;right:10px;} #menu-item-1792{top:130px!important} #menu-item-1822{top:80px!important;display:none} .page-id-30 #menu-item-1822{top:80px!important;display:block} #menu-item-1791:hover , #menu-item-1792:hover{border:none!important} @media only screen and (min-width: 922px) { .sub-menu > li > a { color: #2f374b !important; } body.home .site-header-primary-section-left { display:none; } } .ast-hfb-header .site-header { margin-left: 0px !important; margin-right: 0px !important; } .post-thumb-img-content.post-thumb{ display: none; } #wp-admin-bar-site-name { display:none; } </style> </head> <body itemtype='https://schema.org/WebPage' itemscope='itemscope' class="home page-template-default page page-id-30 wp-custom-logo chrome windows wp-accessibility-helper accessibility-contrast_mode_on wah_fstype_zoom accessibility-underline-setup accessibility-location-left ast-desktop ast-page-builder-template ast-no-sidebar astra-4.8.1 group-blog ast-single-post ast-mobile-inherit-site-logo ast-inherit-site-logo-transparent ast-theme-transparent-header ast-hfb-header ast-full-width-primary-header elementor-default elementor-kit-38 elementor-page elementor-page-30"> <a class="skip-link screen-reader-text" href="#content" title="Skip to content"> Skip to content</a> <div class="hfeed site" id="page"> <header class="site-header header-main-layout-1 ast-primary-menu-enabled ast-builder-menu-toggle-link ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead" > <div id="ast-desktop-header" data-toggle-type="off-canvas"> <div class="ast-main-header-wrap main-header-bar-wrap "> <div class="ast-primary-header-bar ast-primary-header main-header-bar site-header-focus-item" data-section="section-primary-header-builder"> <div class="site-primary-header-wrap ast-builder-grid-row-container site-header-focus-item ast-container" data-section="section-primary-header-builder"> <div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-builder-grid-row-no-center"> <div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left"> <div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline"> <div class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" > <span class="site-logo-img"><a href="https://wastelesseu.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="204" height="153" src="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-204x153.png" class="custom-logo" alt="Wasteless" decoding="async" srcset="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-204x153.png 204w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-300x225.png 300w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-1024x768.png 1024w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-768x576.png 768w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b.png 1500w" sizes="(max-width: 204px) 100vw, 204px" /></a></span> </div> <!-- .site-branding --> </div> </div> <div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section"> <div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-search" data-section="section-header-search"> <div class="ast-search-menu-icon slide-search" > <form role="search" method="get" class="search-form" action="https://wastelesseu.com/"> <label for="search-field"> <span class="screen-reader-text">Search for:</span> <input type="search" id="search-field" class="search-field" placeholder="Search..." value="" name="s" tabindex="-1"> </label> </form> <div class="ast-search-icon"> <a class="slide-search astra-search-icon" aria-label="Search icon link" href="#"> <span class="screen-reader-text">Search</span> <span class="ast-icon icon-search"></span> </a> </div> </div> </div> <div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-hb-social-icons-1"> <div class="ast-header-social-1-wrap ast-header-social-wrap"><div class="header-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://twitter.com/wasteless_eu" aria-label=Twitter / X target="_blank" rel="noopener noreferrer" style="--color: #000000; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter-x header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M18.244 2.25H21.552L14.325 10.51L22.827 21.75H16.17L10.956 14.933L4.99 21.75H1.68L9.41 12.915L1.254 2.25H8.08L12.793 8.481L18.244 2.25ZM17.083 19.77H18.916L7.084 4.126H5.117L17.083 19.77Z'/></svg></span></a><a href="https://www.linkedin.com/company/wasteless-project" aria-label=Linkedin target="_blank" rel="noopener noreferrer" style="--color: #1c86c6; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-linkedin header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'></path></svg></span></a><a href="https://www.youtube.com/channel/UCH4mO1JFigP-osa03CSLgbQ" aria-label=YouTube target="_blank" rel="noopener noreferrer" style="--color: #e96651; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-youtube header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'></path></svg></span></a></div></div> </div> <div class="ast-builder-menu-1 ast-builder-menu ast-flex ast-builder-menu-1-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-hb-menu-1"> <div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="primary-site-navigation-desktop" aria-label="Site Navigation: Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation ast-inline-flex"><ul id="ast-hf-menu-1" class="main-header-menu ast-menu-shadow ast-nav-menu ast-flex submenu-with-border ast-menu-hover-style-underline stack-on-mobile"><li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-30 current_page_item menu-item-44"><a href="https://wastelesseu.com/" aria-current="page" class="menu-link">Home</a></li> <li id="menu-item-45" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-45"><a href="https://wastelesseu.com/about/" class="menu-link">About</a></li> <li id="menu-item-1518" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1518"><a aria-expanded="false" class="menu-link">Entities</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li id="menu-item-318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="https://wastelesseu.com/partners/" class="menu-link">Partners</a></li> <li id="menu-item-1517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1517"><a href="https://wastelesseu.com/advisory-board/" class="menu-link">Advisory board</a></li> </ul> </li> <li id="menu-item-544" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-544"><a aria-expanded="false" class="menu-link">Outcomes</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-889"><a href="https://wastelesseu.com/tools/" class="menu-link">Tools</a></li> <li id="menu-item-944" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-944"><a href="https://wastelesseu.com/case-studies/" class="menu-link">Case Studies</a></li> <li id="menu-item-1164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1164"><a href="https://wastelesseu.com/publications/" class="menu-link">Publications</a></li> </ul> </li> <li id="menu-item-1848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1848"><a href="https://wastelesseu.com/community-of-practice/" class="menu-link">Community</a></li> <li id="menu-item-945" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-945"><a target="_blank" href="https://www.smartchain-platform.eu/en" class="menu-link">Knowledge Sharing Platform</a></li> <li id="menu-item-227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-227"><a href="https://wastelesseu.com/contact/" class="menu-link">Contact</a></li> <li id="menu-item-1822" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1822"><a href="#newsletter" class="menu-link">Newsletter</a></li> <li id="menu-item-1791" class="nmr-logged-out menu-item menu-item-type-post_type menu-item-object-page menu-item-1791"><a href="https://wastelesseu.com/community-of-practice/" class="menu-link">Become a member</a></li> <li id="menu-item-1792" class="nmr-logged-out menu-item menu-item-type-post_type menu-item-object-page menu-item-1792"><a href="https://wastelesseu.com/login/" class="menu-link">Login</a></li> </ul></div></nav></div></div> </div> </div> </div> </div> </div> </div> </div> <!-- Main Header Bar Wrap --> <div id="ast-mobile-header" class="ast-mobile-header-wrap " data-type="off-canvas"> <div class="ast-main-header-wrap main-header-bar-wrap" > <div class="ast-primary-header-bar ast-primary-header main-header-bar site-primary-header-wrap site-header-focus-item ast-builder-grid-row-layout-default ast-builder-grid-row-tablet-layout-default ast-builder-grid-row-mobile-layout-default" data-section="section-primary-header-builder"> <div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-builder-grid-row-no-center"> <div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left"> <div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline"> <div class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" > <span class="site-logo-img"><a href="https://wastelesseu.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="204" height="153" src="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-204x153.png" class="custom-logo" alt="Wasteless" decoding="async" srcset="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-204x153.png 204w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-300x225.png 300w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-1024x768.png 1024w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b-768x576.png 768w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-3b.png 1500w" sizes="(max-width: 204px) 100vw, 204px" /></a></span> </div> <!-- .site-branding --> </div> </div> <div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section"> <div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger"> <div class="ast-button-wrap"> <button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-outline" aria-expanded="false"> <span class="screen-reader-text">Main Menu</span> <span class="mobile-menu-toggle-icon"> <span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu2-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'><path d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'></path></svg></span><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span> </button> </div> </div> </div> </div> </div> </div> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="ast-container"> <div id="primary" class="content-area primary"> <main id="main" class="site-main"> <article class="post-30 page type-page status-publish ast-article-single" id="post-30" itemtype="https://schema.org/CreativeWork" itemscope="itemscope"> <header class="entry-header ast-no-title ast-header-without-markup"> </header> <!-- .entry-header --> <div class="entry-content clear" itemprop="text"> <div data-elementor-type="wp-page" data-elementor-id="30" class="elementor elementor-30" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-5939a86c elementor-section-height-min-height elementor-section-items-bottom elementor-section-boxed elementor-section-height-default" data-id="5939a86c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f6a47a9" data-id="6f6a47a9" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-background-overlay"></div> <div class="elementor-element elementor-element-74d36843 elementor-widget elementor-widget-heading" data-id="74d36843" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Waste Quantification Solutions to Limit Environmental Stress</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1f181bc elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1f181bc" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-eca9881" data-id="eca9881" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a20b84a elementor-widget elementor-widget-image" data-id="a20b84a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img fetchpriority="high" decoding="async" width="2560" height="1709" src="https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-scaled.jpg" class="attachment-full size-full wp-image-874" alt="" srcset="https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-scaled.jpg 2560w, https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-300x200.jpg 300w, https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-1024x684.jpg 1024w, https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-768x513.jpg 768w, https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-1536x1025.jpg 1536w, https://wastelesseu.com/wp-content/uploads/2023/03/rozsaszin_hatter_hulladek_kompozicio-2048x1367.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e400c95" data-id="e400c95" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e5cd494 elementor-widget elementor-widget-heading" data-id="e5cd494" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">WASTELESS in a nutshell</h4> </div> </div> <div class="elementor-element elementor-element-57d5f54 elementor-widget elementor-widget-text-editor" data-id="57d5f54" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><!-- [if gte mso 9]><xml><br /> <w:WordDocument><br /> <w:View>Normal</w:View><br /> <w:Zoom>0</w:Zoom><br /> <w:TrackMoves/><br /> <w:TrackFormatting/><br /> <w:HyphenationZone>21</w:HyphenationZone><br /> <w:PunctuationKerning/><br /> <w:ValidateAgainstSchemas/><br /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br /> <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br /> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br /> <w:DoNotPromoteQF/><br /> <w:LidThemeOther>HU</w:LidThemeOther><br /> <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br /> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br /> <w:Compatibility><br /> <w:BreakWrappedTables/><br /> <w:SnapToGridInCell/><br /> <w:WrapTextWithPunct/><br /> <w:UseAsianBreakRules/><br /> <w:DontGrowAutofit/><br /> <w:SplitPgBreakAndParaMark/><br /> <w:EnableOpenTypeKerning/><br /> <w:DontFlipMirrorIndents/><br /> <w:OverrideTableStyleHps/><br /> </w:Compatibility><br /> <w:DoNotOptimizeForBrowser/><br /> <m:mathPr><br /> <m:mathFont m:val="Cambria Math"/><br /> <m:brkBin m:val="before"/><br /> <m:brkBinSub m:val="&#45;-"/><br /> <m:smallFrac m:val="off"/><br /> <m:dispDef/><br /> <m:lMargin m:val="0"/><br /> <m:rMargin m:val="0"/><br /> <m:defJc m:val="centerGroup"/><br /> <m:wrapIndent m:val="1440"/><br /> <m:intLim m:val="subSup"/><br /> <m:naryLim m:val="undOvr"/><br /> </m:mathPr></w:WordDocument><br /></xml><![endif]--><!-- [if gte mso 9]><xml><br /> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="376"><br /> <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/><br /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"/><br /> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"/><br /> <w:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"/><br /> <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"/><br /> <w:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"/><br /> <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"/><br /> <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/><br /> <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"/><br /> <w:LsdException Locked="false" Priority="39" Name="Table Grid"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"/><br /> <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/><br /> <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/><br /> <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/><br /> <w:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"/><br /> <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/><br /> <w:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/><br /> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/><br /> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/><br /> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/><br /> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/><br /> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/><br /> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/><br /> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/><br /> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/><br /> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/><br /> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/><br /> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/><br /> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/><br /> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/><br /> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/><br /> <w:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"/><br /> <w:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"/><br /> <w:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"/><br /> <w:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"/><br /> <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/><br /> <w:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"/><br /> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/><br /> <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/><br /> <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/><br /> <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/><br /> <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/><br /> <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/><br /> <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"/><br /> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"/><br /> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/><br /> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/><br /> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/><br /> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/><br /> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"/><br /> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"/><br /> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"/><br /> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/><br /> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/><br /> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/><br /> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/><br /> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"/><br /> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Mention"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Smart Hyperlink"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hashtag"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Unresolved Mention"/><br /> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Smart Link"/><br /> </w:LatentStyles><br /></xml><![endif]--><!-- [if gte mso 10]></p> <style> /* Style Definitions */<br /> table.MsoNormalTable<br /> {mso-style-name:"Normál táblázat";<br /> mso-tstyle-rowband-size:0;<br /> mso-tstyle-colband-size:0;<br /> mso-style-noshow:yes;<br /> mso-style-priority:99;<br /> mso-style-parent:"";<br /> mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br /> mso-para-margin-top:0cm;<br /> mso-para-margin-right:0cm;<br /> mso-para-margin-bottom:8.0pt;<br /> mso-para-margin-left:0cm;<br /> line-height:107%;<br /> mso-pagination:widow-orphan;<br /> font-size:11.0pt;<br /> font-family:"Calibri",sans-serif;<br /> mso-ascii-font-family:Calibri;<br /> mso-ascii-theme-font:minor-latin;<br /> mso-hansi-font-family:Calibri;<br /> mso-hansi-theme-font:minor-latin;<br /> mso-bidi-font-family:"Times New Roman";<br /> mso-bidi-theme-font:minor-bidi;<br /> mso-fareast-language:EN-US;}<br /></style> <p><![endif]--></p><p><b>Wasteless is an applied research project, which aims to measure and monitor food losses and waste in the EU.</b></p><p><span style="font-weight: 400;">The WASTELESS project will develop and test a mix of innovative tools and methodologies for Food Loss and Waste (FLW) measurement and monitoring, will recommend a harmonised methodological Framework for FLW quantification, and will develop a decision support systemic Toolbox targeting all food value chain stakeholders. Additionally, WASTELESS will carry on research activities concerning innovative processes and streams to valorise unavoidable FLW.</span></p> </div> </div> <div class="elementor-element elementor-element-d7255fa elementor-align-center elementor-widget elementor-widget-button" data-id="d7255fa" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="/about"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Read more</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b3d871f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b3d871f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-290b9c6" data-id="290b9c6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f1a1cd5 elementor-widget elementor-widget-video" data-id="f1a1cd5" data-element_type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="e-hosted-video elementor-wrapper elementor-open-inline"> <video class="elementor-video" src="http://wastelesseu.com/wp-content/uploads/2024/06/Video_final_V3-1.mp4" controls="" preload="metadata" controlsList="nodownload"></video> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-71e739e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="71e739e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b1525d" data-id="4b1525d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d5b0096 elementor-widget elementor-widget-heading" data-id="d5b0096" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Latest news</h4> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-f42c67b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f42c67b" data-element_type="section"> <div class="elementor-container elementor-column-gap-wide"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-61f9471" data-id="61f9471" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3a52966 elementor-grid-eael-col-1 elementor-grid-tablet-eael-col-2 elementor-grid-mobile-eael-col-1 elementor-widget elementor-widget-eael-post-grid" data-id="3a52966" data-element_type="widget" data-settings="{&quot;eael_post_grid_columns&quot;:&quot;eael-col-1&quot;,&quot;eael_post_grid_columns_tablet&quot;:&quot;eael-col-2&quot;,&quot;eael_post_grid_columns_mobile&quot;:&quot;eael-col-1&quot;}" data-widget_type="eael-post-grid.default"> <div class="elementor-widget-container"> <div id="eael-post-grid-3a52966" class="eael-post-grid-container"> <div class="eael-post-grid eael-post-appender eael-post-appender-3a52966 eael-post-grid-style-two" data-layout-mode="masonry"><article class="eael-grid-post eael-post-grid-column" data-id="2729"> <div class="eael-grid-post-holder"> <div class="eael-grid-post-holder-inner"><div class="eael-entry-media"><div class="eael-entry-overlay fade-in"><i class="fas fa-long-arrow-alt-right" aria-hidden="true"></i><a href="https://wastelesseu.com/the-hungarian-winner-of-the-16th-european-week-for-waste-reduction/"></a></div><div class="eael-entry-thumbnail "> <img decoding="async" width="300" height="112" src="https://wastelesseu.com/wp-content/uploads/2025/02/image-1-300x112.jpeg" class="attachment-medium size-medium wp-image-2731" alt="" srcset="https://wastelesseu.com/wp-content/uploads/2025/02/image-1-300x112.jpeg 300w, https://wastelesseu.com/wp-content/uploads/2025/02/image-1.jpeg 652w" sizes="(max-width: 300px) 100vw, 300px" /> </div> </div><div class="eael-entry-wrapper"><header class="eael-entry-header"><h2 class="eael-entry-title"><a class="eael-grid-post-link" href="https://wastelesseu.com/the-hungarian-winner-of-the-16th-european-week-for-waste-reduction/" title="The Hungarian winner of the 16th European Week for Waste Reduction">The Hungarian winner of the 16th European Week for Waste Reduction</a></h2></header><div class="eael-entry-content"> <div class="eael-grid-post-excerpt"><p>Written by:&nbsp;Tamás Szallabek From:&nbsp;VIMOSZ The European Week for Waste Reduction...</p><a href="https://wastelesseu.com/the-hungarian-winner-of-the-16th-european-week-for-waste-reduction/" class="eael-post-elements-readmore-btn">Read More</a></div> </div><div class="eael-entry-header-after style-two"><div class="eael-entry-meta"><span class="eael-meta-posted-on"><i class="far fa-clock"></i><time datetime="February 10, 2025">February 10, 2025</time></span></div></div></div></div> </div> </article></div> <div class="clearfix"></div> </div> <div class="eael-load-more-button-wrap eael-force-hide"> <button class="eael-load-more-button" id="eael-load-more-btn-3a52966" data-widget-id="3a52966" data-widget="3a52966" data-page-id="30" data-template="{&quot;dir&quot;:&quot;lite&quot;,&quot;file_name&quot;:&quot;default.php&quot;,&quot;name&quot;:&quot;Post-Grid&quot;}" data-class="Essential_Addons_Elementor\Elements\Post_Grid" data-layout="masonry" data-page="1" data-args="orderby=date&amp;order=desc&amp;ignore_sticky_posts=1&amp;post_status=publish&amp;posts_per_page=1&amp;offset=0&amp;post_type=post&amp;tax_query%5B0%5D%5Btaxonomy%5D=category&amp;tax_query%5B0%5D%5Bfield%5D=term_id&amp;tax_query%5B0%5D%5Bterms%5D%5B0%5D=9&amp;tax_query%5Brelation%5D=AND" data-max-page="37"> <span class="eael-btn-loader button__loader"></span> <span class="eael_load_more_text">Load More</span> </button> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7e0ed50" data-id="7e0ed50" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-99c2098 elementor-widget elementor-widget-html" data-id="99c2098" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <a class="twitter-timeline" data-lang="en" data-height="600" data-theme="light" href="https://twitter.com/Wasteless_EU?ref_src=twsrc%5Etfw">Tweets by Wasteless_EU</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a716dff elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a716dff" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-15d6533" data-id="15d6533" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-96f7d64 elementor-widget elementor-widget-eael-twitter-feed" data-id="96f7d64" data-element_type="widget" data-settings="{&quot;pagination&quot;:&quot;yes&quot;}" data-widget_type="eael-twitter-feed.default"> <div class="elementor-widget-container"> <div> <div class="eael-twitter-feed eael-twitter-feed-96f7d64 eael-twitter-feed-masonry eael-twitter-feed-col-3 clearfix" data-gutter="10" data-posts-per-page="6" data-total-posts="11" data-nomore-item-text="No more items!" data-next-page="2" > </div> <div class="clearfix"> </div> </div> <style> .eael-twitter-feed-96f7d64.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item { width: calc(50% - 5px); } .eael-twitter-feed-96f7d64.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item { width: calc(33.33% - 7px); } .eael-twitter-feed-96f7d64.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item { width: calc(25% - 8px); } .eael-twitter-feed-96f7d64.eael-twitter-feed-col-2 .eael-twitter-feed-item, .eael-twitter-feed-96f7d64.eael-twitter-feed-col-3 .eael-twitter-feed-item, .eael-twitter-feed-96f7d64.eael-twitter-feed-col-4 .eael-twitter-feed-item { margin-bottom: 10px; } @media only screen and (min-width: 768px) and (max-width: 992px) { .eael-twitter-feed-96f7d64.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item, .eael-twitter-feed-96f7d64.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item { width: calc(50% - 5px); } } </style> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4076731b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4076731b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7940ca75" data-id="7940ca75" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d73361e elementor-widget elementor-widget-image-box" data-id="d73361e" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h2 class="elementor-image-box-title">Join us</h2></div></div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-9e77e19 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9e77e19" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7f7f1bc elementor-hidden-mobile" data-id="7f7f1bc" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f70faf1" data-id="f70faf1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-108f32f elementor-align-left elementor-mobile-align-center elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-button" data-id="108f32f" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-lg" href="https://wastelesseu.com/blog/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Blog</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5298b56" data-id="5298b56" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5f63c23 elementor-align-center elementor-mobile-align-center elementor-widget__width-initial elementor-widget-tablet__width-auto elementor-widget elementor-widget-button" data-id="5f63c23" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-lg" href="https://wastelesseu.com/newsroom/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">NEWSROOM</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c4006d8 elementor-hidden-mobile" data-id="c4006d8" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-390439b elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="390439b" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-cf9bb8f" data-id="cf9bb8f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-24aa25a elementor-align-center elementor-widget elementor-widget-button" data-id="24aa25a" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-lg" href="https://wastelesseu.com/partners/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Training</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5f75476" data-id="5f75476" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1ae68ac elementor-align-center elementor-widget__width-inherit elementor-widget elementor-widget-button" data-id="1ae68ac" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.smartchain-platform.eu/en"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Knowledge Sharing Platform</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c0975d0" data-id="c0975d0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b67006d elementor-align-center elementor-widget elementor-widget-button" data-id="b67006d" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-lg" href="/contact"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Contact</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-94380eb elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="94380eb" data-element_type="section" id="newsletter"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0bd646e" data-id="0bd646e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4ba60da elementor-widget elementor-widget-heading" data-id="4ba60da" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Subscribe to our newsletter</h2> </div> </div> <div class="elementor-element elementor-element-341b40e elementor-widget elementor-widget-shortcode" data-id="341b40e" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><script>(function() { window.mc4wp = window.mc4wp || { listeners: [], forms: { on: function(evt, cb) { window.mc4wp.listeners.push( { event : evt, callback: cb } ); } } } })(); </script><!-- Mailchimp for WordPress v4.9.17 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-1255" method="post" data-id="1255" data-name="Newsletter" ><div class="mc4wp-form-fields"><label>Email address: <p style="margin-top: 10px"> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> </label> <p> <input type="submit" value="Sign up" /> </p> </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1739820900" /><input type="hidden" name="_mc4wp_form_id" value="1255" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bb72abc" data-id="bb72abc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3079756 elementor-align-center elementor-widget elementor-widget-button" data-id="3079756" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://mailchi.mp/8674cbefbbe4/wasteless-1st-newsletter?e=44be792483"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">First issue</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-adeaf42 elementor-align-center elementor-widget elementor-widget-button" data-id="adeaf42" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://mailchi.mp/d15939c8ad02/wasteless-2nd-newsletter-15391148?e=609f5b95df"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Second issue</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-8d55fe6 elementor-align-center elementor-widget elementor-widget-button" data-id="8d55fe6" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://mailchi.mp/264e285bf12a/wasteless-2nd-newsletter-17976836?e=609f5b95df"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Third issue</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div><!-- .entry-content .clear --> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> </div> <!-- ast-container --> </div><!-- #content --> <div id="ast-mobile-popup-wrapper"> <div id="ast-mobile-popup" class="ast-mobile-popup-drawer content-align-flex-start ast-mobile-popup-right"> <div class="ast-mobile-popup-overlay"></div> <div class="ast-mobile-popup-inner"> <div class="ast-mobile-popup-header"> <button type="button" id="menu-toggle-close" class="menu-toggle-close" aria-label="Close menu" tabindex="0"> <span class="ast-svg-iconset"> <span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span> </button> </div> <div class="ast-mobile-popup-content"> <div class="ast-builder-menu-1 ast-builder-menu ast-flex ast-builder-menu-1-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-hb-menu-1"> <div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="primary-site-navigation-mobile" aria-label="Site Navigation: Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation ast-inline-flex"><ul id="ast-hf-menu-1" class="main-header-menu ast-menu-shadow ast-nav-menu ast-flex submenu-with-border ast-menu-hover-style-underline stack-on-mobile"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-30 current_page_item menu-item-44"><a href="https://wastelesseu.com/" aria-current="page" class="menu-link">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-45"><a href="https://wastelesseu.com/about/" class="menu-link">About</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1518"><a aria-expanded="false" class="menu-link">Entities</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="https://wastelesseu.com/partners/" class="menu-link">Partners</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1517"><a href="https://wastelesseu.com/advisory-board/" class="menu-link">Advisory board</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-544"><a aria-expanded="false" class="menu-link">Outcomes</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-889"><a href="https://wastelesseu.com/tools/" class="menu-link">Tools</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-944"><a href="https://wastelesseu.com/case-studies/" class="menu-link">Case Studies</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1164"><a href="https://wastelesseu.com/publications/" class="menu-link">Publications</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1848"><a href="https://wastelesseu.com/community-of-practice/" class="menu-link">Community</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-945"><a target="_blank" href="https://www.smartchain-platform.eu/en" class="menu-link">Knowledge Sharing Platform</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-227"><a href="https://wastelesseu.com/contact/" class="menu-link">Contact</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1822"><a href="#newsletter" class="menu-link">Newsletter</a></li> <li class="nmr-logged-out menu-item menu-item-type-post_type menu-item-object-page menu-item-1791"><a href="https://wastelesseu.com/community-of-practice/" class="menu-link">Become a member</a></li> <li class="nmr-logged-out menu-item menu-item-type-post_type menu-item-object-page menu-item-1792"><a href="https://wastelesseu.com/login/" class="menu-link">Login</a></li> </ul></div></nav></div></div> </div> <div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-search" data-section="section-header-search"> <div class="ast-search-menu-icon slide-search" > <form role="search" method="get" class="search-form" action="https://wastelesseu.com/"> <label for="search-field"> <span class="screen-reader-text">Search for:</span> <input type="search" id="search-field" class="search-field" placeholder="Search..." value="" name="s" tabindex="-1"> </label> </form> <div class="ast-search-icon"> <a class="slide-search astra-search-icon" aria-label="Search icon link" href="#"> <span class="screen-reader-text">Search</span> <span class="ast-icon icon-search"></span> </a> </div> </div> </div> </div> <div class="ast-desktop-popup-content"> </div> </div> </div> </div> <footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon"> <div class="site-primary-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-3-equal ast-builder-grid-row-tablet-3-equal ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-primary-footer-builder"> <div class="ast-builder-grid-row-container-inner"> <div class="ast-builder-footer-grid-columns site-primary-footer-inner-wrap ast-builder-grid-row"> <div class="site-footer-primary-section-1 site-footer-section site-footer-section-1"> <aside class="footer-widget-area widget-area site-footer-focus-item" data-section="sidebar-widgets-footer-widget-3" aria-label="Footer Widget 3" > <div class="footer-widget-area-inner site-info-inner"><section id="media_image-1" class="widget widget_media_image"><a href="https://wastelesseu.com/"><img width="1500" height="300" src="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1a-e1678036252536.png" class="image wp-image-391 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" srcset="https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1a-e1678036252536.png 1500w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1a-e1678036252536-300x60.png 300w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1a-e1678036252536-1024x205.png 1024w, https://wastelesseu.com/wp-content/uploads/2023/02/cropped-1a-e1678036252536-768x154.png 768w" sizes="(max-width: 1500px) 100vw, 1500px" /></a></section><section id="block-15" class="widget widget_block widget_text"> <p class="has-small-font-size"></p> </section><section id="block-10" class="widget widget_block"> <h4 class="wp-block-heading">Follow us:</h4> </section></div> </aside> <div class="ast-builder-layout-element ast-flex site-footer-focus-item" data-section="section-fb-social-icons-1"> <div class="ast-footer-social-1-wrap ast-footer-social-wrap"><div class="footer-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://twitter.com/wasteless_eu" aria-label=Twitter / X target="_blank" rel="noopener noreferrer" style="--color: #000000; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter-x footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M18.244 2.25H21.552L14.325 10.51L22.827 21.75H16.17L10.956 14.933L4.99 21.75H1.68L9.41 12.915L1.254 2.25H8.08L12.793 8.481L18.244 2.25ZM17.083 19.77H18.916L7.084 4.126H5.117L17.083 19.77Z'/></svg></span></a><a href="https://www.linkedin.com/company/wasteless-project" aria-label=Linkedin target="_blank" rel="noopener noreferrer" style="--color: #1c86c6; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-linkedin footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'></path></svg></span></a><a href="https://wastelesseu.com/contact" aria-label=WordPress target="_blank" rel="noopener noreferrer" style="--color: #464646; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-wordpress footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'> <title id='email'> Email </title> <path d='M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z'/></svg></span></a><a href="https://www.youtube.com/channel/UCH4mO1JFigP-osa03CSLgbQ" aria-label=YouTube target="_blank" rel="noopener noreferrer" style="--color: #e96651; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-youtube footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'></path></svg></span></a></div></div> </div> </div> <div class="site-footer-primary-section-2 site-footer-section site-footer-section-2"> <aside class="footer-widget-area widget-area site-footer-focus-item" data-section="sidebar-widgets-footer-widget-1" aria-label="Footer Widget 1" > <div class="footer-widget-area-inner site-info-inner"><section id="nav_menu-1" class="widget widget_nav_menu"><h2 class="widget-title">Navigation</h2><nav class="menu-navigation-2-container" aria-label="Navigation"><ul id="menu-navigation-2" class="menu"><li id="menu-item-417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-30 current_page_item menu-item-417"><a href="https://wastelesseu.com/" aria-current="page" class="menu-link">Home</a></li> <li id="menu-item-419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-419"><a href="https://wastelesseu.com/newsroom/" class="menu-link">Newsroom</a></li> <li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420"><a href="https://wastelesseu.com/partners/" class="menu-link">Partners</a></li> <li id="menu-item-421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-421"><a href="https://wastelesseu.com/about/" class="menu-link">About</a></li> <li id="menu-item-475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://wastelesseu.com/blog/" class="menu-link">Blog</a></li> <li id="menu-item-422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-422"><a href="https://wastelesseu.com/tools/" class="menu-link">Tools</a></li> <li id="menu-item-423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-423"><a href="https://wastelesseu.com/contact/" class="menu-link">Contact</a></li> <li id="menu-item-2116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2116"><a href="https://wastelesseu.com/privacy-policy/" class="menu-link">Privacy Policy</a></li> </ul></nav></section></div> </aside> </div> <div class="site-footer-primary-section-3 site-footer-section site-footer-section-3"> <aside class="footer-widget-area widget-area site-footer-focus-item" data-section="sidebar-widgets-footer-widget-2" aria-label="Footer Widget 2" > <div class="footer-widget-area-inner site-info-inner"><section id="block-8" class="widget widget_block widget_media_image"> <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="215" src="https://wastelesseu.com/wp-content/uploads/2023/01/EN-Funded-by-the-EU-POS-1024x215.jpg" alt="" class="wp-image-358" srcset="https://wastelesseu.com/wp-content/uploads/2023/01/EN-Funded-by-the-EU-POS-1024x215.jpg 1024w, https://wastelesseu.com/wp-content/uploads/2023/01/EN-Funded-by-the-EU-POS-300x63.jpg 300w, https://wastelesseu.com/wp-content/uploads/2023/01/EN-Funded-by-the-EU-POS-768x161.jpg 768w, https://wastelesseu.com/wp-content/uploads/2023/01/EN-Funded-by-the-EU-POS-1536x322.jpg 1536w, https://wastelesseu.com/wp-content/uploads/2023/01/EN-Funded-by-the-EU-POS-2048x430.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> </section><section id="block-14" class="widget widget_block widget_text"> <p class="has-small-font-size">WASTELESS is funded by the European Union’s Horizon Europe Research and Innovation programme under Grant Agreement n° 101084222. Views and opinions expressed are however those of the consortium only and do not necessarily reflect those of the European Union or Research Executive Agency. Neither the European Union nor the granting authority can be held responsible for them.</p> </section></div> </aside> </div> </div> </div> </div> <div class="site-below-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-full ast-builder-grid-row-tablet-full ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-below-footer-builder"> <div class="ast-builder-grid-row-container-inner"> <div class="ast-builder-footer-grid-columns site-below-footer-inner-wrap ast-builder-grid-row"> <div class="site-footer-below-section-1 site-footer-section site-footer-section-1"> <div class="ast-builder-layout-element ast-flex site-footer-focus-item ast-footer-copyright" data-section="section-footer-builder"> <div class="ast-footer-copyright"><p><span style="font-size: 9pt;background-color: #ffffff;color: #000000">Copyright © 2023-2025. All rights reserved. This website is protected by copyright. Contents and</span><br /> <span style="font-size: 9pt;background-color: #ffffff;color: #000000">information in this website, - e. g. texts, images, drawings etc. – may not be altered or amended,</span><br /> <span style="font-size: 9pt;background-color: #ffffff;color: #000000">copied, used or disclosed without permission of the rights holder.</span></p> </div> </div> </div> </div> </div> </div> </footer><!-- #colophon --> </div><!-- #page --> <div id="wp_access_helper_container" class="accessability_container dark_theme"> <!-- WP Accessibility Helper (WAH) - https://wordpress.org/plugins/wp-accessibility-helper/ --> <!-- Official plugin website - https://accessibility-helper.co.il --> <button type="button" class="wahout aicon_link" accesskey="z" aria-label="Accessibility Helper sidebar" title="Accessibility Helper sidebar"> <img src="https://wastelesseu.com/wp-content/plugins/wp-accessibility-helper/assets/images/accessibility-48.jpg" alt="Accessibility" class="aicon_image" /> </button> <div id="access_container" aria-hidden="true"> <button tabindex="-1" type="button" class="close_container wahout" accesskey="x" aria-label="Close" title="Close"> Close </button> <div class="access_container_inner"> <div class="a_module wah_font_resize"> <div class="a_module_title">Font Resize</div> <div class="a_module_exe font_resizer"> <button type="button" class="wah-action-button smaller wahout" title="smaller font size" aria-label="smaller font size">A-</button> <button type="button" class="wah-action-button larger wahout" title="larger font size" aria-label="larger font size">A+</button> </div> </div><div class="a_module wah_readable_fonts"> <div class="a_module_exe readable_fonts"> <button type="button" class="wah-action-button wahout wah-call-readable-fonts" aria-label="Readable Font" title="Readable Font">Readable Font</button> </div> </div><div class="a_module wah_contrast_trigger"> <div class="a_module_title">Contrast</div> <div class="a_module_exe"> <button type="button" id="contrast_trigger" class="contrast_trigger wah-action-button wahout wah-call-contrast-trigger" title="Contrast">Choose color</button> <div class="color_selector" aria-hidden="true"> <button type="button" class="convar black wahout" data-bgcolor="#000" data-color="#FFF" title="black">black</button> <button type="button" class="convar white wahout" data-bgcolor="#FFF" data-color="#000" title="white">white</button> <button type="button" class="convar green wahout" data-bgcolor="#00FF21" data-color="#000" title="green">green</button> <button type="button" class="convar blue wahout" data-bgcolor="#0FF" data-color="#000" title="blue">blue</button> <button type="button" class="convar red wahout" data-bgcolor="#F00" data-color="#000" title="red">red</button> <button type="button" class="convar orange wahout" data-bgcolor="#FF6A00" data-color="#000" title="orange">orange</button> <button type="button" class="convar yellow wahout" data-bgcolor="#FFD800" data-color="#000" title="yellow">yellow</button> <button type="button" class="convar navi wahout" data-bgcolor="#B200FF" data-color="#000" title="navi">navi</button> </div> </div> </div><div class="a_module wah_underline_links"> <div class="a_module_exe"> <button type="button" class="wah-action-button wahout wah-call-underline-links" aria-label="Underline links" title="Underline links">Underline links</button> </div> </div><div class="a_module wah_clear_cookies"> <div class="a_module_exe"> <button type="button" class="wah-action-button wahout wah-call-clear-cookies" aria-label="Clear cookies" title="Clear cookies">Clear cookies</button> </div> </div><div class="a_module wah_invert"> <div class="a_module_exe"> <button type="button" class="wah-action-button wahout wah-call-invert" aria-label="Invert Colors" title="Invert Colors">Invert Colors</button> </div> </div> <button type="button" title="Close sidebar" class="wah-skip close-wah-sidebar"> Close </button> </div> </div> <style> @media only screen and (max-width: 480px) {div#wp_access_helper_container {display: none;}} </style> <div class="wah-free-credits"> <div class="wah-free-credits-inner"> <a href="https://accessibility-helper.co.il/" target="_blank" title="Accessibility by WP Accessibility Helper Team">Accessibility by WAH</a> </div> </div> <!-- WP Accessibility Helper. Created by Alex Volkov. --> </div> <nav class="wah-skiplinks-menu"> <!-- WP Accessibility Helper - Skiplinks Menu --> <div class="wah-skipper"><ul> <li class="page_item page-item-31 menu-item"><a href="https://wastelesseu.com/about/" class="menu-link">About</a></li> <li class="page_item page-item-1505 page_item_has_children menu-item menu-item-has-children"><a href="https://wastelesseu.com/advisory-board/" class="menu-link">Advisory board</a> <ul class='children'> <li class="page_item page-item-2540 menu-item"><a href="https://wastelesseu.com/advisory-board/charis-m-galanakis/" class="menu-link">Charis M. Galanakis</a></li> <li class="page_item page-item-2550 menu-item"><a href="https://wastelesseu.com/advisory-board/deolinda-silva/" class="menu-link">Deolinda Silva</a></li> <li class="page_item page-item-2572 menu-item"><a href="https://wastelesseu.com/advisory-board/dr-joan-colon/" class="menu-link">Dr. Joan Colón​</a></li> <li class="page_item page-item-2562 menu-item"><a href="https://wastelesseu.com/advisory-board/nastasia-belc/" class="menu-link">Nastasia Belc</a></li> <li class="page_item page-item-2563 menu-item"><a href="https://wastelesseu.com/advisory-board/nathalie-gontard/" class="menu-link">Nathalie Gontard</a></li> <li class="page_item page-item-2556 menu-item"><a href="https://wastelesseu.com/advisory-board/patrizia-perego/" class="menu-link">Patrizia Perego</a></li> </ul> </li> <li class="page_item page-item-467 menu-item"><a href="https://wastelesseu.com/blog/" class="menu-link">Blog</a></li> <li class="page_item page-item-939 menu-item"><a href="https://wastelesseu.com/case-studies/" class="menu-link">Case Studies</a></li> <li class="page_item page-item-1612 menu-item"><a href="https://wastelesseu.com/community-of-practice/" class="menu-link">Community of Practice</a></li> <li class="page_item page-item-33 menu-item"><a href="https://wastelesseu.com/contact/" class="menu-link">Contact</a></li> <li class="page_item page-item-2656 menu-item"><a href="https://wastelesseu.com/events/" class="menu-link">Events</a></li> <li class="page_item page-item-30 current_page_item menu-item current-menu-item"><a href="https://wastelesseu.com/" aria-current="page" class="menu-link">Home</a></li> <li class="page_item page-item-1743 menu-item"><a href="https://wastelesseu.com/login/" class="menu-link">Login</a></li> <li class="page_item page-item-1496 page_item_has_children menu-item menu-item-has-children"><a href="https://wastelesseu.com/networking/" class="menu-link">Networking</a> <ul class='children'> <li class="page_item page-item-2079 menu-item"><a href="https://wastelesseu.com/networking/bbtwins-2/" class="menu-link">BBTWINS</a></li> <li class="page_item page-item-2371 menu-item"><a href="https://wastelesseu.com/networking/breadcrumb-project/" class="menu-link">BREADCRUMB Project</a></li> <li class="page_item page-item-2090 menu-item"><a href="https://wastelesseu.com/networking/chorizo-2/" class="menu-link">CHORIZO</a></li> <li class="page_item page-item-2046 menu-item"><a href="https://wastelesseu.com/networking/corenet/" class="menu-link">COREnet</a></li> <li class="page_item page-item-2048 menu-item"><a href="https://wastelesseu.com/networking/cultivate/" class="menu-link">CULTIVATE</a></li> <li class="page_item page-item-2044 menu-item"><a href="https://wastelesseu.com/networking/folou/" class="menu-link">FOLOU</a></li> <li class="page_item page-item-2069 menu-item"><a href="https://wastelesseu.com/networking/foodrus/" class="menu-link">FOODRUS</a></li> <li class="page_item page-item-2064 menu-item"><a href="https://wastelesseu.com/networking/lowinfood/" class="menu-link">LOWINFOOD</a></li> <li class="page_item page-item-2095 menu-item"><a href="https://wastelesseu.com/networking/model2bio-2/" class="menu-link">model2bio</a></li> <li class="page_item page-item-2117 menu-item"><a href="https://wastelesseu.com/networking/nebih/" class="menu-link">NEBIH</a></li> <li class="page_item page-item-2050 menu-item"><a href="https://wastelesseu.com/networking/newfeed/" class="menu-link">NEWFEED</a></li> <li class="page_item page-item-2084 menu-item"><a href="https://wastelesseu.com/networking/sisters-2/" class="menu-link">SISTERS</a></li> <li class="page_item page-item-2074 menu-item"><a href="https://wastelesseu.com/networking/tonowaste/" class="menu-link">ToNoWaste</a></li> <li class="page_item page-item-2301 menu-item"><a href="https://wastelesseu.com/networking/zero-w/" class="menu-link">ZeroW</a></li> </ul> </li> <li class="page_item page-item-305 menu-item"><a href="https://wastelesseu.com/newsroom/" class="menu-link">Newsroom</a></li> <li class="page_item page-item-302 page_item_has_children menu-item menu-item-has-children"><a href="https://wastelesseu.com/partners/" class="menu-link">Partners</a> <ul class='children'> <li class="page_item page-item-841 menu-item"><a href="https://wastelesseu.com/partners/agroscope/" class="menu-link">Agroscope</a></li> <li class="page_item page-item-826 menu-item"><a href="https://wastelesseu.com/partners/aitown-srl/" class="menu-link">Aitown SRL</a></li> <li class="page_item page-item-761 menu-item"><a href="https://wastelesseu.com/partners/ania/" class="menu-link">ANIA &#8211; Association Nationale Des Industries Alimentaires</a></li> <li class="page_item page-item-786 menu-item"><a href="https://wastelesseu.com/partners/gzs/" class="menu-link">Chamber Of Commerce And Igospodarska Zbornica Slovenijendustry Of Slovenia</a></li> <li class="page_item page-item-708 menu-item"><a href="https://wastelesseu.com/partners/colab-4-food/" class="menu-link">Colab4Food (Affiliated to UTAD)</a></li> <li class="page_item page-item-716 menu-item"><a href="https://wastelesseu.com/partners/ctic-cita/" class="menu-link">CTIC CITA &#8211; Asociacion Para La Investigacion Desarrollo E Innovacion Del Sector Agroalimentario &#8211; Aidis</a></li> <li class="page_item page-item-801 menu-item"><a href="https://wastelesseu.com/partners/eurofir/" class="menu-link">Eurofir &#8211; European Food Information Ressource Aisbl</a></li> <li class="page_item page-item-736 menu-item"><a href="https://wastelesseu.com/partners/europatat/" class="menu-link">Europatat &#8211; UNION EUROPEENNE DU COMMERCE DE LA POMME DE TERRE</a></li> <li class="page_item page-item-816 menu-item"><a href="https://wastelesseu.com/partners/fazla-gida/" class="menu-link">Fazla Gida &#8211; FAZLA GIDA ANONIM SIRKETI</a></li> <li class="page_item page-item-752 menu-item"><a href="https://wastelesseu.com/partners/federalimenta/" class="menu-link">FEDERALIMENTARE &#8211; Federazione Italiana Dell Industriaalimentare Associazione</a></li> <li class="page_item page-item-771 menu-item"><a href="https://wastelesseu.com/partners/fiab/" class="menu-link">FIAB &#8211; Federacion Espanola De Industrias De La Alimentacion Y Bebidas</a></li> <li class="page_item page-item-766 menu-item"><a href="https://wastelesseu.com/partners/fipa/" class="menu-link">FIPA &#8211; Federacao Das Industrias Portuguesas Agro-Alimentares</a></li> <li class="page_item page-item-722 menu-item"><a href="https://wastelesseu.com/partners/gvtarra/" class="menu-link">GVTARRA (affiliated to CTIC CITA) &#8211; Conservas Hijos De Manuel Sanchez Basarte Sa</a></li> <li class="page_item page-item-721 menu-item"><a href="https://wastelesseu.com/partners/hacettepe/" class="menu-link">Hacettepe University</a></li> <li class="page_item page-item-836 menu-item"><a href="https://wastelesseu.com/partners/isa/" class="menu-link">INSTITUTO SUPERIOR DE AGRONOMIA &#8211; UNIVERSIDADE DE lISBOA</a></li> <li class="page_item page-item-741 menu-item"><a href="https://wastelesseu.com/partners/ifa/" class="menu-link">Iseki Food Association</a></li> <li class="page_item page-item-811 menu-item"><a href="https://wastelesseu.com/partners/jsi/" class="menu-link">JSI Jožef Stefan Institute</a></li> <li class="page_item page-item-791 menu-item"><a href="https://wastelesseu.com/partners/lva/" class="menu-link">LVA &#8211; Lebensmittelversuchsanstalt</a></li> <li class="page_item page-item-796 menu-item"><a href="https://wastelesseu.com/partners/pkcr-ffdi/" class="menu-link">PKCR &#8211; FFDI &#8211; Potravinarska Komora Ceske Republiky</a></li> <li class="page_item page-item-746 menu-item"><a href="https://wastelesseu.com/partners/sdu/" class="menu-link">SDU &#8211; Syddansk Universite</a></li> <li class="page_item page-item-781 menu-item"><a href="https://wastelesseu.com/partners/setbir/" class="menu-link">SETBIR &#8211; Tuerkiye Suet Et Gida Sanayicileri Ve Uereticileri Birligi Dernegi</a></li> <li class="page_item page-item-776 menu-item"><a href="https://wastelesseu.com/partners/sevt/" class="menu-link">SEVT &#8211; Syndesmos Ellinikon Viomichanion Trofimon Somateio</a></li> <li class="page_item page-item-751 menu-item"><a href="https://wastelesseu.com/partners/spes-geie/" class="menu-link">SPES GEIE -Spread European Safety GEIE</a></li> <li class="page_item page-item-821 menu-item"><a href="https://wastelesseu.com/partners/tartu-bt-park/" class="menu-link">Tartu Biotehnoloogia Park &#8211; TARTU BT PARK OU</a></li> <li class="page_item page-item-831 menu-item"><a href="https://wastelesseu.com/partners/uvmb/" class="menu-link">University of Veterinary Medicine Budapeste</a></li> <li class="page_item page-item-703 menu-item"><a href="https://wastelesseu.com/partners/utad/" class="menu-link">UTAD (coordinator)</a></li> <li class="page_item page-item-727 menu-item"><a href="https://wastelesseu.com/partners/uvesa/" class="menu-link">UVESA (affiliated to CTIC CITA)</a></li> <li class="page_item page-item-519 menu-item"><a href="https://wastelesseu.com/partners/vimosz/" class="menu-link">Vimosz</a></li> <li class="page_item page-item-806 menu-item"><a href="https://wastelesseu.com/partners/wiise-srl/" class="menu-link">WIISE SRL</a></li> </ul> </li> <li class="page_item page-item-3 menu-item"><a href="https://wastelesseu.com/privacy-policy-3/" class="menu-link">Privacy Policy</a></li> <li class="page_item page-item-2110 menu-item"><a href="https://wastelesseu.com/privacy-policy/" class="menu-link">Privacy Policy</a></li> <li class="page_item page-item-1153 menu-item"><a href="https://wastelesseu.com/publications/" class="menu-link">Publications</a></li> <li class="page_item page-item-1953 menu-item"><a href="https://wastelesseu.com/registration/" class="menu-link">Registration</a></li> <li class="page_item page-item-32 page_item_has_children menu-item menu-item-has-children"><a href="https://wastelesseu.com/tools/" class="menu-link">Tools</a> <ul class='children'> <li class="page_item page-item-2412 menu-item"><a href="https://wastelesseu.com/tools/ai-based-data-driven-approach-for-fw-measurement/" class="menu-link">AI-Based Data Driven Approach For FW Measurement</a></li> <li class="page_item page-item-2417 menu-item"><a href="https://wastelesseu.com/tools/automatic-system-for-fw-assessment-at-household/" class="menu-link">Automatic System For FW Assessment At Household</a></li> <li class="page_item page-item-2422 menu-item"><a href="https://wastelesseu.com/tools/computer-vision-based-image-analysis/" class="menu-link">Computer Vision-Based Image Analysis</a></li> <li class="page_item page-item-2312 menu-item"><a href="https://wastelesseu.com/tools/flw-monitoring-system/" class="menu-link">FLW Monitoring System</a></li> <li class="page_item page-item-2406 menu-item"><a href="https://wastelesseu.com/tools/surplus-stock-measurement-and-management-tool/" class="menu-link">Surplus Stock Measurement And Management Tool</a></li> <li class="page_item page-item-2396 menu-item"><a href="https://wastelesseu.com/tools/wasteless-open-access-blockchain/" class="menu-link">WASTELESS Open Access Blockchain</a></li> </ul> </li> <li class="page_item page-item-1158 menu-item"><a href="https://wastelesseu.com/trainings/" class="menu-link">Trainings</a></li> </ul></div> <!-- WP Accessibility Helper - Skiplinks Menu --> </nav> <script>(function() {function maybePrefixUrlField () { const value = this.value.trim() if (value !== '' && value.indexOf('http') !== 0) { this.value = 'http://' + value } } const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]') for (let j = 0; j < urlFields.length; j++) { urlFields[j].addEventListener('blur', maybePrefixUrlField) } })();</script> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script src="https://widget.tagembed.com/embed.min.js?ver=5.5" id="__tagembed__embbedJs-js"></script> <script id="astra-theme-js-js-extra"> var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout"}; </script> <script src="https://wastelesseu.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.8.1" id="astra-theme-js-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/wasteless-custom-plugin/assets/dist/wasteless.c6905fbf.js?ver=6.7.2" id="vbg-persis-jobs-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/wp-accessibility-helper/assets/js/wp-accessibility-helper.min.js?ver=1.0.0" id="wp-accessibility-helper-js"></script> <script src="https://wastelesseu.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script> <script id="starter-templates-zip-preview-js-extra"> var starter_templates_zip_preview = {"AstColorPaletteVarPrefix":"--ast-global-color-","AstEleColorPaletteVarPrefix":["ast-global-color-0","ast-global-color-1","ast-global-color-2","ast-global-color-3","ast-global-color-4","ast-global-color-5","ast-global-color-6","ast-global-color-7","ast-global-color-8"]}; </script> <script src="https://wastelesseu.com/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=06758d4d807d9d22c6ea" id="starter-templates-zip-preview-js"></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https:\/\/wastelesseu.com\/wp-admin\/admin-ajax.php","nonce":"4a4be6b5c2","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/wastelesseu.com\/","cart_redirectition":"","cart_page_url":"","el_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}}}; </script> <script src="https://wastelesseu.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.0.7" id="eael-general-js"></script> <script src="https://wastelesseu.com/wp-content/uploads/essential-addons-elementor/eael-30.js?ver=1727687486" id="eael-30-js"></script> <script defer src="https://wastelesseu.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.9.17" id="mc4wp-forms-api-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.24.3" id="elementor-pro-webpack-runtime-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.24.5" id="elementor-webpack-runtime-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.24.5" id="elementor-frontend-modules-js"></script> <script src="https://wastelesseu.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://wastelesseu.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/wastelesseu.com\/wp-admin\/admin-ajax.php","nonce":"dc05033a89","urls":{"assets":"https:\/\/wastelesseu.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/wastelesseu.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"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"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/wastelesseu.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://wastelesseu.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.24.3" id="elementor-pro-frontend-js"></script> <script src="https://wastelesseu.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> 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}},"hasCustomBreakpoints":false},"version":"3.24.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":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,"link-in-bio":true,"floating-buttons":true,"display-conditions":true,"form-submissions":true},"urls":{"assets":"https:\/\/wastelesseu.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/wastelesseu.com\/wp-admin\/admin-ajax.php","uploadUrl":"http:\/\/wastelesseu.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"08f0114d76"},"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"},"post":{"id":30,"title":"Wasteless","excerpt":"","featuredImage":false}}; </script> <script src="https://wastelesseu.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.24.5" id="elementor-frontend-js"></script> <script src="https://wastelesseu.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.24.3" id="pro-elements-handlers-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> </body> </html> <!-- Dynamic page generated in 2.006 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2025-02-17 21:35:00 --> <!-- super cache -->

Pages: 1 2 3 4 5 6 7 8 9 10