CINXE.COM

Privacy Policy - FuSE

<!doctype html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO Premium plugin v21.4 (Yoast SEO v24.4) - https://yoast.com/wordpress/plugins/seo/ --> <title>Privacy Policy - FuSE</title><link rel="stylesheet" href="https://www.usefuse.com/wp-content/cache/min/1/316849d9cb132ff6414f0b69dc718131.css" media="all" data-minify="1" /> <link rel="canonical" href="https://www.usefuse.com/privacy-policy/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Privacy Policy" /> <meta property="og:description" content="Privacy Policy Last updated: March 10, 2023 This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You. We use Your Personal data to provide and improve the Service. By using [&hellip;]" /> <meta property="og:url" content="https://www.usefuse.com/privacy-policy/" /> <meta property="og:site_name" content="FuSE" /> <meta property="article:publisher" content="https://www.facebook.com/emissioncontro1/" /> <meta property="article:modified_time" content="2024-04-30T20:00:25+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@eMissionContro1" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="29 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.usefuse.com/privacy-policy/","url":"https://www.usefuse.com/privacy-policy/","name":"Privacy Policy - FuSE","isPartOf":{"@id":"https://www.usefuse.com/#website"},"datePublished":"2023-03-10T22:03:56+00:00","dateModified":"2024-04-30T20:00:25+00:00","breadcrumb":{"@id":"https://www.usefuse.com/privacy-policy/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.usefuse.com/privacy-policy/"]}]},{"@type":"BreadcrumbList","@id":"https://www.usefuse.com/privacy-policy/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.usefuse.com/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https://www.usefuse.com/#website","url":"https://www.usefuse.com/","name":"FuSE","description":"Clean Fuel Standard Program Management","publisher":{"@id":"https://www.usefuse.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.usefuse.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.usefuse.com/#organization","name":"E-Mission Control","url":"https://www.usefuse.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.usefuse.com/#/schema/logo/image/","url":"https://www.usefuse.com/wp-content/uploads/2022/04/e-mission-logo.svg","contentUrl":"https://www.usefuse.com/wp-content/uploads/2022/04/e-mission-logo.svg","width":220,"height":44,"caption":"E-Mission Control"},"image":{"@id":"https://www.usefuse.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/emissioncontro1/","https://x.com/eMissionContro1","https://www.linkedin.com/company/e-mission-control/"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ 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:\/\/www.usefuse.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! 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> <style id='wp-emoji-styles-inline-css' type='text/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='safe-svg-svg-icon-style-inline-css' type='text/css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/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--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='wpgb-head-inline-css' type='text/css'> .wp-grid-builder:not(.wpgb-template),.wpgb-facet{opacity:0.01}.wpgb-facet fieldset{margin:0;padding:0;border:none;outline:none;box-shadow:none}.wpgb-facet fieldset:last-child{margin-bottom:40px;}.wpgb-facet fieldset legend.wpgb-sr-only{height:1px;width:1px} </style> <link rel="https://api.w.org/" href="https://www.usefuse.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.usefuse.com/wp-json/wp/v2/pages/3075" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.usefuse.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <link rel='shortlink' href='https://www.usefuse.com/?p=3075' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.usefuse.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.usefuse.com%2Fprivacy-policy%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.usefuse.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.usefuse.com%2Fprivacy-policy%2F&#038;format=xml" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.82--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <!-- Google tag (gtag.js) --> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=AW-318637284"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-318637284'); </script> <noscript><style>.wp-grid-builder .wpgb-card.wpgb-card-hidden .wpgb-card-wrapper{opacity:1!important;visibility:visible!important;transform:none!important}.wpgb-facet {opacity:1!important;pointer-events:auto!important}.wpgb-facet *:not(.wpgb-pagination-facet){display:none}</style></noscript><link rel="icon" href="https://www.usefuse.com/wp-content/uploads/2024/03/cropped-FuSE_Logo_512x512-1-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.usefuse.com/wp-content/uploads/2024/03/cropped-FuSE_Logo_512x512-1-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.usefuse.com/wp-content/uploads/2024/03/cropped-FuSE_Logo_512x512-1-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.usefuse.com/wp-content/uploads/2024/03/cropped-FuSE_Logo_512x512-1-1-270x270.png" /> <!-- [HEADER ASSETS] --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" /> <!-- [/EOF HEADER ASSETS] --> <!-- Global site tag (gtag.js) - Google Analytics --> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-153623049-1"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-153623049-1'); </script> <script type="rocketlazyloadscript"> (function () { var zi = document.createElement('script'); zi.type = 'text/javascript'; zi.async = true; zi.referrerPolicy = 'unsafe-url'; zi.src = 'https://ws.zoominfo.com/pixel/62faa3d4febb87008e7ce252'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(zi, s); })(); </script> <script type="rocketlazyloadscript">console.log('header');</script> </head> <body class="page-template-default page page-id-3075 wp-custom-logo breakdance"> <script type="rocketlazyloadscript"> window.addEventListener("message", function(event) { if (event.data.type === 'hsFormCallback' && event.data.eventName === 'onFormSubmitted') { gtag('event', 'conversion', { 'send_to': 'AW-318637284/ycB3CPztx5QZEOSJ-JcB' }); } }); </script> <header class="bde-header-builder-3274-121 bde-header-builder bde-header-builder--sticky bde-header-builder--sticky-scroll-slide"> <div class="bde-header-builder__container"><a class="bde-container-link-3274-122 bde-container-link breakdance-link" href="../" target="_self" data-type="url"> <div class="bde-image-3274-123 bde-image"> <figure class="breakdance-image breakdance-image--3801"> <div class="breakdance-image-container"> <div class="breakdance-image-clip"><a class="breakdance-image-link breakdance-image-link--url" href="https://www.usefuse.com/" target="_self" rel="noopener" data-sub-html="" data-lg-size="-"><img class="breakdance-image-object" src="https://www.usefuse.com/wp-content/uploads/2023/07/Fuse-e1690232593150.png" width="1725" height="637" srcset="https://www.usefuse.com/wp-content/uploads/2023/07/Fuse-e1690232593150.png 1725w, https://www.usefuse.com/wp-content/uploads/2023/07/Fuse-e1690232593150-300x111.png 300w, https://www.usefuse.com/wp-content/uploads/2023/07/Fuse-e1690232593150-1680x620.png 1680w, https://www.usefuse.com/wp-content/uploads/2023/07/Fuse-e1690232593150-768x284.png 768w, https://www.usefuse.com/wp-content/uploads/2023/07/Fuse-e1690232593150-1536x567.png 1536w" sizes="(max-width: 1725px) 100vw, 1725px"></a></div> </div></figure> </div> </a><div class="bde-menu-3274-124 bde-menu"> <nav class="breakdance-menu breakdance-menu--collapse "> <button class="breakdance-menu-toggle breakdance-menu-toggle--squeeze" type="button" aria-label="Open Menu" aria-expanded="false" aria-controls="menu-124"> <span class="breakdance-menu-toggle-icon"> <span class="breakdance-menu-toggle-lines"></span> </span> </button> <ul class="breakdance-menu-list" id="menu-124"> <li class="breakdance-menu-topbar"> <span class="breakdance-menu-topbar-logo"> </span> <button class="breakdance-menu-close-button" type="button">Close</button> </li> <li class="bde-menu-dropdown-3274-125 bde-menu-dropdown breakdance-menu-item"> <div class="breakdance-dropdown breakdance-dropdown--custom "> <div class="breakdance-dropdown-toggle"> <button class="breakdance-menu-link" type="button" aria-expanded="false" aria-controls="dropdown-125" > About </button> <button class="breakdance-menu-link-arrow" type="button" aria-expanded="false" aria-controls="dropdown-125" aria-label="About Submenu"></button> </div> <div class="breakdance-dropdown-floater" aria-hidden="true" id="dropdown-125"> <div class="breakdance-dropdown-body"> <div class="breakdance-dropdown-section breakdance-dropdown-section--"> <div class="breakdance-dropdown-columns"> <div class="breakdance-dropdown-column "> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/about-e-mission-control/fuse/" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="512" height="512"><g id="Icons"><path d="M48.469,24.311a1.5,1.5,0,0,0-1.523-.183,1.462,1.462,0,0,0-.874,1.2,10.767,10.767,0,0,1-1.579,4.4,12.542,12.542,0,0,0-1.337,3.095,5.765,5.765,0,0,0,1.038,4.84,5.957,5.957,0,0,0,4.557,2.332c.077,0,.154.005.23.005a6.239,6.239,0,0,0,4.325-1.71A5.41,5.41,0,0,0,55,34.377C55,29.818,50.433,25.818,48.469,24.311Zm3.448,12.541A4.2,4.2,0,0,1,48.822,38a3.971,3.971,0,0,1-3.037-1.546,3.771,3.771,0,0,1-.683-3.165,10.8,10.8,0,0,1,1.147-2.6,13.731,13.731,0,0,0,1.688-4.241C49.7,27.915,53,31.108,53,34.377A3.431,3.431,0,0,1,51.917,36.852Z"/><path d="M44.431,15h1.324l-1.666,4.793a1.622,1.622,0,0,0,.759,2,1.677,1.677,0,0,0,.807.211,1.618,1.618,0,0,0,1.279-.634L53.6,13.036A1.881,1.881,0,0,0,52.117,10h-.778l1.924-3.123A1.881,1.881,0,0,0,51.666,4H47.3a1.861,1.861,0,0,0-1.766,1.234l-2.886,7.289A1.881,1.881,0,0,0,44.431,15Zm2.948-9h4.075L48.7,10.476A1,1,0,0,0,49.549,12h2.32l-5.223,6.528,1.459-4.2A1,1,0,0,0,47.161,13H44.606Z"/><path d="M57,0H3A3.1,3.1,0,0,0,0,3.182V46.818A3.1,3.1,0,0,0,3,50H20.382l-2,4H15a3,3,0,0,0,0,6H45a3,3,0,0,0,0-6H41.618l-2-4H57a3.1,3.1,0,0,0,3-3.182V3.182A3.1,3.1,0,0,0,57,0ZM3,2H57a1.117,1.117,0,0,1,1,1.182V42H2V3.182A1.117,1.117,0,0,1,3,2ZM46,57a1,1,0,0,1-1,1H15a1,1,0,0,1,0-2H45A1,1,0,0,1,46,57Zm-6.618-3H20.618l2-4H37.382ZM57,48H3a1.117,1.117,0,0,1-1-1.182V44H58v2.818A1.117,1.117,0,0,1,57,48Z"/><path d="M7,10A3,3,0,1,0,4,7,3,3,0,0,0,7,10ZM7,6A1,1,0,1,1,6,7,1,1,0,0,1,7,6Z"/><path d="M14,10H38a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2V8A2,2,0,0,0,14,10Zm0-4H38l0,2H14Z"/><path d="M7,20a3,3,0,1,0-3-3A3,3,0,0,0,7,20Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,16Z"/><path d="M14,20H29a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v2A2,2,0,0,0,14,20Zm0-4H29l0,2H14Z"/><path d="M7,30a3,3,0,1,0-3-3A3,3,0,0,0,7,30Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,26Z"/><path d="M14,30H35a2,2,0,0,0,2-2V26a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v2A2,2,0,0,0,14,30Zm0-4H35l0,2H14Z"/><path d="M7,40a3,3,0,1,0-3-3A3,3,0,0,0,7,40Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,36Z"/><path d="M14,40H25a2,2,0,0,0,2-2V36a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v2A2,2,0,0,0,14,40Zm0-4H25l0,2H14Z"/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">The Platform, FuSE</span> <span class="breakdance-dropdown-link__description">FuSE, the industry's most robust Clean Fuel Program software, purpose built with electric vehicle fleets in mind.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/about-e-mission-control/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" height="152" viewBox="0 0 119 152" width="119"><g clip-path="url(#clip0)"><path d="M117.12 101.303C116.904 99.2451 116.68 97.1186 116.509 95.0248C116.286 92.3102 115.892 89.5648 115.511 86.9099C114.642 80.8552 113.744 74.5944 114.838 68.3454C115.287 65.7857 115.843 63.2633 116.47 60.4647C116.995 58.1262 117.389 55.3682 116.332 52.6458C115.842 51.2358 115.045 49.9526 113.997 48.8891C112.95 47.8255 111.679 47.0082 110.277 46.4965C107.424 45.5304 104.182 46.0161 101.15 47.867C95.046 51.5937 90.8782 56.7394 88.7655 63.1597C88.6158 63.6132 88.4603 64.0648 88.2712 64.6155L88.1321 65.0217L87.9923 64.8307C87.7298 64.4691 87.5289 64.1987 87.3458 63.9184C85.9517 61.7906 84.5688 59.6553 83.1971 57.5126C80.1904 52.844 77.0813 48.0166 73.8462 43.3894C68.8128 36.1901 63.4563 29.1561 58.4006 22.5691C56.9238 20.6918 55.1764 19.0441 53.2156 17.6801C50.2621 15.5942 46.7357 15.4288 43.2782 17.2147C39.8869 18.9671 39.5448 22.3131 39.6571 25.3533C39.6768 25.8783 39.6726 26.4034 39.6674 27.0729C39.6674 27.233 39.6674 27.4011 39.6642 27.5803C39.4377 27.3834 39.2284 27.1904 39.0309 27.0106C38.4605 26.4346 37.8159 25.9376 37.1138 25.5325C36.5828 25.2614 36.0517 24.9779 35.5194 24.6931C33.6179 23.5654 31.5768 22.6918 29.4483 22.0946C28.032 21.7676 26.5582 21.7823 25.1488 22.1376C23.7393 22.4929 22.4345 23.1785 21.3424 24.1378C19.2861 26.0011 18.3765 28.7578 18.7828 31.899C18.9731 33.3803 19.1543 34.8637 19.3439 36.4179L19.5757 38.3075L19.294 38.2865C18.8864 38.2569 18.5412 38.232 18.1967 38.1992C16.7446 38.0047 15.2674 38.1361 13.8725 38.5839C12.4775 39.0316 11.1998 39.7845 10.1322 40.7877C9.16618 41.7902 8.43633 42.9956 7.99521 44.3159C7.55408 45.6363 7.41298 47.0385 7.58244 48.4203C7.85003 50.5358 8.34602 52.616 9.06176 54.6247C9.26785 55.2771 9.47394 55.9288 9.66362 56.5805C9.936 57.4456 10.2649 58.292 10.6481 59.114C10.7663 59.3837 10.883 59.6482 10.992 59.9075C10.9349 59.9646 10.8897 60.0118 10.851 60.0512C10.8199 60.0812 10.7913 60.1134 10.7651 60.1478C10.468 60.2673 10.1634 60.3678 9.85337 60.4484C5.53858 61.4828 2.82267 64.2308 1.55265 68.8494C0.688915 71.988 0.861647 75.2986 2.08112 78.9715C4.39869 85.8099 7.57679 92.326 11.5394 98.3617C20.0543 111.469 29.9355 123.635 41.0169 134.657C46.9351 140.619 52.5028 144.784 58.5339 147.761C63.4145 150.201 68.7964 151.471 74.2532 151.469C78.3376 151.442 82.3944 150.798 86.2865 149.56C98.1596 145.876 107.117 138.56 112.911 127.817C115.741 122.569 118.259 117.369 117.988 111.444C117.827 108.054 117.467 104.622 117.12 101.303ZM19.2305 73.0073C21.0604 75.6209 23.0288 78.1963 24.9328 80.6865C26.3164 82.4967 27.7463 84.3679 29.1102 86.2365C30.7701 88.5094 32.398 90.8669 33.9712 93.1464C34.984 94.614 35.9972 96.0815 37.0257 97.5379C38.404 99.4873 39.6939 100.553 41.5159 99.4243C42.0249 99.1014 42.4633 98.6793 42.8055 98.1831C43.1476 97.6869 43.3863 97.1271 43.507 96.5364C43.6302 95.9949 43.6412 95.4337 43.5397 94.8877C43.4381 94.3409 43.226 93.8218 42.9164 93.3604C38.9784 87.5846 35.6926 82.9568 32.5835 78.7897C31.4087 77.2145 30.1887 75.6392 29.0086 74.1113C24.8625 68.7484 20.5752 63.2036 17.5573 56.9599C16.4812 54.629 15.5243 52.245 14.69 49.817L14.2304 48.5515C13.7139 47.143 13.9403 46.0233 14.9019 45.2252C15.847 44.4376 16.9524 44.3366 18.3806 44.901C21.3804 46.0399 23.9343 48.113 25.6657 50.8146L27.0364 52.9248C31.2743 59.4507 35.6558 66.1992 40.0369 72.7901C42.0519 75.8217 44.2638 78.7884 46.4034 81.6572L46.5217 81.8167C47.4015 83.0073 48.3946 84.1106 49.4871 85.1095C50.1486 85.7396 50.9784 86.1643 51.8762 86.3323C52.7741 86.5003 53.7016 86.4045 54.5462 86.0566C55.8693 85.5729 56.7191 84.8096 57.0026 83.8435C57.1197 83.3131 57.1087 82.7625 56.9703 82.2374C56.8318 81.7123 56.5699 81.228 56.2066 80.8243C55.0599 79.3101 53.8221 77.8314 52.6243 76.4013C51.7664 75.3767 50.8792 74.3167 50.0352 73.2554C43.2578 64.7335 34.6648 53.3127 28.3154 40.537C26.9371 37.7706 26.1969 34.6083 25.4933 31.3411C25.2367 30.1459 25.3383 29.3117 25.7958 28.8601C26.2703 28.3928 27.199 28.3028 28.4795 28.5975C31.3914 29.2898 33.979 30.9575 35.8123 33.3232C36.7702 34.5046 37.7327 35.6821 38.7001 36.8556C42.1584 41.0792 45.7348 45.4457 48.985 49.9285C52.3979 54.6312 55.6702 59.5577 58.837 64.3214C60.2711 66.4781 61.7046 68.6341 63.1558 70.7791C63.6572 71.5201 64.1134 72.1521 64.5505 72.7094C64.7658 73.0073 65.0393 73.258 65.3543 73.4471C65.6693 73.6361 66.0191 73.7595 66.383 73.8094C66.6738 73.8383 66.9678 73.8068 67.2455 73.7162C67.5237 73.6263 67.7797 73.4792 67.9983 73.2843C68.7977 72.4783 69.3064 71.4282 69.4422 70.3006C69.5479 69.6022 69.072 68.8521 68.6546 68.1892L68.5056 67.9535C66.6974 65.0354 64.8818 62.1225 63.058 59.2145C59.5236 53.5614 55.8686 47.7167 52.3637 41.9147C50.1297 38.1677 48.1072 34.2988 46.3057 30.3257C45.5379 28.5001 45.0938 26.5548 44.993 24.5769C44.8847 23.2583 45.2352 22.2534 45.9775 21.7487C46.733 21.2361 47.8152 21.284 49.0314 21.8845C50.2764 22.5475 51.3726 23.4583 52.2522 24.5611C54.9215 27.7889 57.5145 30.9669 59.9023 34.3576C63.5089 39.477 67.1037 44.7363 70.5803 49.8209C72.2993 52.336 74.0208 54.8493 75.7463 57.3609C77.0045 59.1877 78.268 61.0108 79.5373 62.8302C81.0279 64.9742 82.5145 67.1213 83.9965 69.2715C84.5505 70.0788 85.0814 70.9025 85.6117 71.7262C86.2878 72.7763 86.9861 73.856 87.7238 74.8897C88.434 75.9293 89.2872 76.8633 90.2586 77.664C90.8355 78.1635 91.572 78.4405 92.3346 78.4444C93.0979 78.449 93.837 78.1799 94.4192 77.6864C95.5185 76.8226 95.8434 75.5316 95.3584 73.9518C95.2146 73.4838 95.046 73.0205 94.8773 72.5577C94.5695 71.7767 94.324 70.9727 94.1435 70.1529C92.8046 63.0901 98.1983 55.6735 102.606 53.035C104.409 51.9567 106.172 51.0909 107.923 52.3077C109.775 53.5948 109.413 55.5731 108.882 57.4889C107.811 61.3686 106.588 66.5063 106.651 71.8417C106.659 72.4816 106.657 73.1222 106.655 73.7634C106.612 75.7121 106.689 77.6614 106.885 79.6009C107.397 83.7864 108.015 88.0283 108.611 92.131C108.925 94.2924 109.24 96.4537 109.541 98.6163C109.691 99.696 109.816 100.782 109.94 101.863C110.071 102.991 110.202 104.156 110.365 105.3C111.466 113.068 109.145 120.304 102.837 128.765C96.2188 137.643 86.1723 143.43 75.9603 144.248H75.6531C63.333 144.248 56.137 140.155 49.1503 134.017C43.7946 129.311 37.0357 122.851 32.2714 114.602C31.3769 113.156 30.356 111.792 29.2211 110.526C28.7203 109.936 28.2027 109.321 27.7222 108.705C19.5679 98.2586 13.7922 87.9561 10.0668 77.2092C9.39944 75.2494 9.1398 73.1734 9.30408 71.1099C9.41303 69.8818 9.843 69.0096 10.5453 68.5797C10.9233 68.3598 11.355 68.2489 11.7923 68.26C12.4258 68.2797 13.0497 68.4208 13.6299 68.6762C15.8866 69.5287 17.8369 71.037 19.2292 73.0073H19.2305Z" fill="black"/><path d="M61.6155 22.1569L61.9975 22.6066C62.7339 23.5388 63.6949 24.2684 64.7908 24.7271C65.7241 25.0553 67.3997 25.2082 68.1998 24.5355C68.9644 23.891 69.2027 22.1215 68.8561 21.179C68.3973 20.108 67.7909 19.1065 67.0545 18.2039C66.7998 17.8593 66.5458 17.5153 66.3076 17.1655C65.9466 16.6404 65.5678 16.1226 65.1353 15.5351C65.029 15.3901 64.918 15.2404 64.8071 15.0849C70.0769 14.4774 75.4156 14.948 80.4982 16.4679C93.5305 20.5476 101.895 26.7526 106.822 35.9952C106.868 36.0798 106.913 36.1697 106.958 36.2616C107.138 36.7705 107.485 37.2031 107.943 37.4877C108.433 37.6908 108.956 37.7995 109.485 37.808C109.78 37.8132 110.073 37.7622 110.349 37.6577C110.979 37.4044 111.366 36.3208 111.356 35.6887C111.322 34.8401 111.065 34.0155 110.611 33.2976C110.157 32.5756 109.714 31.8203 109.285 31.0871C108.213 29.0546 106.888 27.1658 105.341 25.4655C94.1665 14.2526 80.7214 9.03286 65.3702 9.95567C64.9107 9.98258 64.4357 9.97726 63.778 9.97004L63.3185 9.96486L65.8679 7.84226C66.1849 7.57973 66.5058 7.32113 66.8261 7.06318C67.548 6.48429 68.2897 5.8857 68.9749 5.23789C69.5413 4.70232 70.8691 3.44805 69.7625 1.86102C68.5988 0.189988 66.9541 1.2401 66.3351 1.63325L66.2301 1.69895C63.1 3.69224 59.8634 5.75309 56.7727 7.92293C54.0929 9.80596 53.681 11.8806 55.4767 14.4528C57.3565 17.1418 59.5218 19.6917 61.6155 22.1569Z" fill="black"/></g><defs><clipPath id="clip0"><rect fill="white" height="150.958" transform="translate(0.882446 0.75708)" width="117.484"/></clipPath></defs></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">About Us</span> <span class="breakdance-dropdown-link__description">With offices in Sacramento, CA, and Vancouver, BC, we generate revenue for electric vehicle fleets, support their EV ambitions, and use creative financing tools to make it all happen.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/about-e-mission-control/careers/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512"><g id="Layer_2" data-name="Layer 2"><g id="energy"><path d="M371.47,512C294,512,230.94,449,230.94,371.47s63-140.53,140.53-140.53S512,294,512,371.47,449,512,371.47,512Zm0-261.06A120.53,120.53,0,1,0,492,371.47,120.67,120.67,0,0,0,371.47,250.94Z"/><path d="M365.25,462.28A10,10,0,0,1,355.5,450c.46-4.26,1.4-27,2.2-49.92H315.53a10,10,0,0,1-9.67-12.55L332,288.12a10,10,0,0,1,9.67-7.45h50a10,10,0,0,1,9.7,12.41l-10.85,43.53h36.92A10,10,0,0,1,436,351.68L374.5,456.28a8.72,8.72,0,0,1-1.34,2.12A10,10,0,0,1,365.25,462.28ZM328.5,380.12h39.55a10,10,0,0,1,10,10.33c0,.12-.33,9.93-.77,21.66l32.65-55.5H377.69A10,10,0,0,1,368,344.19l10.86-43.52H349.38Z"/><path d="M215.84,216.8C159.39,216.8,106.17,206.22,66,187,23.43,166.66,0,138.75,0,108.4S23.43,50.14,66,29.8C106.17,10.58,159.39,0,215.84,0S325.5,10.58,365.7,29.8c42.54,20.34,66,48.25,66,78.6s-23.43,58.26-66,78.6C325.5,206.22,272.28,216.8,215.84,216.8Zm0-196.8C162.32,20,112.16,29.89,74.6,47.84,39.9,64.43,20,86.5,20,108.4s19.9,44,54.6,60.56c37.56,17.95,87.72,27.84,141.24,27.84S319.51,186.91,357.07,169c34.7-16.59,54.6-38.66,54.6-60.56s-19.9-44-54.6-60.56C319.51,29.89,269.36,20,215.84,20Z"/><path d="M215.84,315.2c-56.45,0-109.67-10.58-149.87-29.8C23.43,265.06,0,237.15,0,206.8a10,10,0,0,1,20,0c0,21.9,19.9,44,54.6,60.56,37.56,17.95,87.72,27.84,141.24,27.84a417.17,417.17,0,0,0,43.5-2.25,10,10,0,1,1,2.1,19.88A435.47,435.47,0,0,1,215.84,315.2Z"/><path d="M215.84,413.6C159.39,413.6,106.17,403,66,383.8,23.43,363.46,0,335.55,0,305.2a10,10,0,0,1,20,0c0,21.9,19.9,44,54.6,60.56,37.56,17.95,87.72,27.84,141.24,27.84,9.33,0,18.82-.31,28.19-.93a10,10,0,0,1,1.31,19.95C235.54,413.27,225.61,413.6,215.84,413.6Z"/><path d="M215.84,512C159.39,512,106.17,501.42,66,482.2,23.43,461.86,0,434,0,403.6V120.45a10,10,0,1,1,20,0V403.6c0,21.9,19.9,44,54.6,60.56C112.16,482.11,162.32,492,215.84,492c34.18,0,67.89-4.17,97.48-12.05a10,10,0,1,1,5.15,19.32C287.22,507.6,251.73,512,215.84,512Z"/><path d="M421.67,261a10,10,0,0,1-10-10V108.4a10,10,0,0,1,20,0V251A10,10,0,0,1,421.67,261Z"/><path d="M50.16,220.82a9.85,9.85,0,0,1-1.95-.2,10.1,10.1,0,0,1-1.87-.57,10.24,10.24,0,0,1-1.73-.92,9.57,9.57,0,0,1-1.52-1.24,10,10,0,0,1,1.52-15.39,10.24,10.24,0,0,1,1.73-.92,10.1,10.1,0,0,1,1.87-.57,9.9,9.9,0,0,1,3.91,0,10.58,10.58,0,0,1,1.87.57,10,10,0,0,1,6,7.28,10,10,0,0,1-2.74,9,9.57,9.57,0,0,1-1.52,1.24,10.15,10.15,0,0,1-1.72.92,10.58,10.58,0,0,1-1.87.57A10,10,0,0,1,50.16,220.82Z"/><path d="M90.33,240.9a10,10,0,0,1-2-.2,10.34,10.34,0,0,1-1.87-.57,10.15,10.15,0,0,1-1.72-.92A9.57,9.57,0,0,1,83.26,238a10,10,0,0,1-2.74-9,10.58,10.58,0,0,1,.57-1.87,10,10,0,0,1,5.41-5.41,10.34,10.34,0,0,1,1.87-.57,9.9,9.9,0,0,1,3.91,0,10.1,10.1,0,0,1,1.87.57,10.24,10.24,0,0,1,1.73.92,10.75,10.75,0,0,1,1.52,1.25,9.57,9.57,0,0,1,1.24,1.52,10.15,10.15,0,0,1,.92,1.72,10.58,10.58,0,0,1,.57,1.87,9.95,9.95,0,0,1-4.25,10.27,10.24,10.24,0,0,1-1.73.92,10.1,10.1,0,0,1-1.87.57A9.85,9.85,0,0,1,90.33,240.9Z"/><path d="M50.16,321.22a10,10,0,0,1-7.07-2.93,9.57,9.57,0,0,1-1.24-1.52,10,10,0,0,1-1.49-3.59,9.66,9.66,0,0,1,0-3.91,10.1,10.1,0,0,1,.57-1.87,10.63,10.63,0,0,1,.92-1.73,10,10,0,0,1,1.24-1.52,9.57,9.57,0,0,1,1.52-1.24,9.87,9.87,0,0,1,1.73-.92,10.1,10.1,0,0,1,1.87-.57,9.9,9.9,0,0,1,3.91,0A10.58,10.58,0,0,1,54,302a10.15,10.15,0,0,1,1.72.92,9.57,9.57,0,0,1,1.52,1.24,10.11,10.11,0,0,1,1.25,1.52,10.63,10.63,0,0,1,.92,1.73,10.1,10.1,0,0,1,.57,1.87,10.15,10.15,0,0,1,0,3.91,10,10,0,0,1-1.49,3.59,10.14,10.14,0,0,1-2.77,2.77,10.15,10.15,0,0,1-1.72.92,10.58,10.58,0,0,1-1.87.57A10,10,0,0,1,50.16,321.22Z"/><path d="M90.33,341.31a10,10,0,0,1-2-.2,10.58,10.58,0,0,1-1.87-.57,10.15,10.15,0,0,1-1.72-.92,9.57,9.57,0,0,1-1.52-1.24A10.11,10.11,0,0,1,82,336.86a10.63,10.63,0,0,1-.92-1.73,10.1,10.1,0,0,1-.57-1.87,10.15,10.15,0,0,1,0-3.91,10.1,10.1,0,0,1,.57-1.87,10.63,10.63,0,0,1,.92-1.73,10.11,10.11,0,0,1,1.25-1.52A9.57,9.57,0,0,1,84.78,323a10,10,0,0,1,3.59-1.49,9.9,9.9,0,0,1,3.91,0,10.1,10.1,0,0,1,1.87.57,10.24,10.24,0,0,1,1.73.92,9.57,9.57,0,0,1,1.52,1.24,10,10,0,0,1,1.24,1.52,10.63,10.63,0,0,1,.92,1.73,10.1,10.1,0,0,1,.57,1.87,9.66,9.66,0,0,1,0,3.91,10.1,10.1,0,0,1-.57,1.87,10.63,10.63,0,0,1-.92,1.73,9.72,9.72,0,0,1-2.76,2.76,10.24,10.24,0,0,1-1.73.92,10.1,10.1,0,0,1-1.87.57A9.85,9.85,0,0,1,90.33,341.31Z"/><path d="M50.16,421.63a9.84,9.84,0,0,1-1.95-.19,10.1,10.1,0,0,1-1.87-.57,9.87,9.87,0,0,1-1.73-.92,10.21,10.21,0,0,1-1.52-1.25,9.57,9.57,0,0,1-1.24-1.52,10.15,10.15,0,0,1-.92-1.72,10.58,10.58,0,0,1-.57-1.87,10,10,0,0,1-.2-2,9.85,9.85,0,0,1,.2-1.95,10.1,10.1,0,0,1,.57-1.87,9.87,9.87,0,0,1,.92-1.73,9.72,9.72,0,0,1,2.76-2.76,9.87,9.87,0,0,1,1.73-.92,10.1,10.1,0,0,1,1.87-.57,9.9,9.9,0,0,1,3.91,0,10.58,10.58,0,0,1,1.87.57,10.15,10.15,0,0,1,1.72.92,9.57,9.57,0,0,1,1.52,1.24,10.21,10.21,0,0,1,1.25,1.52,9.87,9.87,0,0,1,.92,1.73,10.1,10.1,0,0,1,.57,1.87,9.84,9.84,0,0,1,.19,1.95,10,10,0,0,1-.19,2,10.58,10.58,0,0,1-.57,1.87A10,10,0,0,1,54,420.87a10.58,10.58,0,0,1-1.87.57A10,10,0,0,1,50.16,421.63Z"/><path d="M90.33,441.71a9.94,9.94,0,0,1-2-.19A10,10,0,0,1,84.78,440a10,10,0,0,1-3.69-4.49,10.1,10.1,0,0,1-.57-1.87,9.94,9.94,0,0,1-.19-2,9.84,9.84,0,0,1,.19-1.95,10.1,10.1,0,0,1,.57-1.87,9.87,9.87,0,0,1,.92-1.73,10.15,10.15,0,0,1,1.24-1.52,10,10,0,0,1,3.25-2.16,10.1,10.1,0,0,1,1.87-.57,9.9,9.9,0,0,1,3.91,0,10.1,10.1,0,0,1,1.87.57,9.87,9.87,0,0,1,1.73.92,9.57,9.57,0,0,1,1.52,1.24,10,10,0,0,1,1.24,1.52,9.87,9.87,0,0,1,.92,1.73,10.1,10.1,0,0,1,.57,1.87,9.85,9.85,0,0,1,.2,1.95,10,10,0,0,1-.2,2,10,10,0,0,1-1.49,3.59,9.57,9.57,0,0,1-1.24,1.52A10,10,0,0,1,90.33,441.71Z"/></g></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Careers</span> <span class="breakdance-dropdown-link__description">We’re always looking for driven, passionate, and tenacious people ready to join the ride and help us tackle our enterprise goals as we expand into new markets across the country.</span> </span> </a> </li> </ul> </div> <div class="breakdance-dropdown-column "> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/e-powerment-program/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" xmlns:xlink="http://www.w3.org/1999/xlink" height="60px" version="1.1" viewBox="0 0 60 60" width="60px"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="NGO" stroke="none" stroke-width="1"><g fill="#000000" id="Icon-7"><path d="M38.6733,6.2861 C40.0783,6.7851 41.2153,7.9231 41.7153,9.3321 C41.8613,9.7421 42.2463,9.9981 42.6573,9.9981 C42.7683,9.9981 42.8813,9.9791 42.9923,9.9401 C43.5123,9.7551 43.7843,9.1831 43.6003,8.6631 C42.8913,6.6631 41.3393,5.1101 39.3423,4.4011 C38.8223,4.2181 38.2503,4.4891 38.0653,5.0091 C37.8813,5.5301 38.1523,6.1011 38.6733,6.2861 L38.6733,6.2861 Z M47.9993,11.0001 C47.9993,4.9341 43.0653,0.0001 37.0003,0.0001 C32.7393,0.0001 28.8243,2.4951 27.0243,6.3581 C26.7913,6.8591 27.0073,7.4541 27.5083,7.6871 C28.0083,7.9211 28.6033,7.7031 28.8373,7.2031 C30.3103,4.0421 33.5143,2.0001 37.0003,2.0001 C41.9623,2.0001 45.9993,6.0371 45.9993,11.0001 C45.9993,16.8711 40.0263,26.2001 30.0003,31.8561 C19.9733,26.2001 14.0003,16.8711 14.0003,11.0001 C14.0003,6.0371 18.0373,2.0001 23.0003,2.0001 C24.2533,2.0001 25.4653,2.2521 26.6033,2.7501 C27.1093,2.9711 27.6993,2.7411 27.9203,2.2351 C28.1423,1.7291 27.9113,1.1401 27.4053,0.9181 C26.0133,0.3091 24.5303,0.0001 23.0003,0.0001 C16.9343,0.0001 12.0003,4.9341 12.0003,11.0001 C12.0003,17.4571 18.1403,27.6701 29.5213,33.8781 C29.6703,33.9591 29.8353,34.0001 30.0003,34.0001 C30.1653,34.0001 30.3293,33.9591 30.4793,33.8781 C41.8593,27.6701 47.9993,17.4581 47.9993,11.0001 L47.9993,11.0001 Z M52.9993,54.0001 L37.0003,54.0001 C36.4473,54.0001 36.0003,54.4481 36.0003,55.0001 L36.0003,59.0001 C36.0003,59.5521 36.4473,60.0001 37.0003,60.0001 C37.5523,60.0001 38.0003,59.5521 38.0003,59.0001 L38.0003,56.0001 L51.9993,56.0001 L51.9993,59.0001 C51.9993,59.5521 52.4473,60.0001 52.9993,60.0001 C53.5513,60.0001 53.9993,59.5521 53.9993,59.0001 L53.9993,55.0001 C53.9993,54.4481 53.5513,54.0001 52.9993,54.0001 L52.9993,54.0001 Z M46.2923,42.2931 C45.9023,42.6831 45.9023,43.3161 46.2923,43.7071 C46.6833,44.0981 47.3163,44.0981 47.7063,43.7071 L52.7063,38.7081 C53.5023,37.9131 53.9413,36.8901 53.9423,35.8281 C53.9423,34.8341 53.5473,33.8911 52.8273,33.1721 C52.0683,32.4121 51.0593,32.0201 50.0193,32.0611 C49.0133,32.1021 48.0453,32.5401 47.2923,33.2931 L40.3443,40.2441 C40.2493,40.3281 38.0003,42.3201 38.0003,46.0001 L38.0003,51.0001 C38.0003,51.5521 38.4473,52.0001 39.0003,52.0001 C39.5523,52.0001 40.0003,51.5521 40.0003,51.0001 L40.0003,46.0001 C40.0003,43.2651 41.5923,41.8111 41.7073,41.7071 L48.7063,34.7071 C49.1033,34.3101 49.5983,34.0801 50.1013,34.0591 C50.6043,34.0421 51.0493,34.2221 51.4133,34.5861 C51.7593,34.9321 51.9423,35.3611 51.9423,35.8281 C51.9423,36.3551 51.7113,36.8751 51.2923,37.2931 L46.2923,42.2931 Z M55.9993,18.0001 C53.7943,18.0001 51.9993,19.7941 51.9993,22.0001 L51.9993,29.9161 C51.9993,30.4691 52.4473,30.9161 52.9993,30.9161 C53.5513,30.9161 53.9993,30.4691 53.9993,29.9161 L53.9993,22.0001 C53.9993,20.8971 54.8963,20.0001 55.9993,20.0001 C57.1023,20.0001 57.9993,20.8971 57.9993,22.0001 L57.9993,37.0001 C57.9993,39.7701 56.4163,41.1821 56.2923,41.2931 L48.2923,49.2931 C47.9023,49.6831 47.9023,50.3161 48.2923,50.7071 C48.4873,50.9021 48.7433,51.0001 48.9993,51.0001 C49.2553,51.0001 49.5113,50.9021 49.7063,50.7071 L57.6443,42.7641 C57.7403,42.6831 59.9993,40.7341 59.9993,37.0001 L59.9993,22.0001 C59.9993,19.7941 58.2053,18.0001 55.9993,18.0001 L55.9993,18.0001 Z M23.0003,54.0001 L7.0003,54.0001 C6.4473,54.0001 6.0003,54.4481 6.0003,55.0001 L6.0003,59.0001 C6.0003,59.5521 6.4473,60.0001 7.0003,60.0001 C7.5523,60.0001 8.0003,59.5521 8.0003,59.0001 L8.0003,56.0001 L22.0003,56.0001 L22.0003,59.0001 C22.0003,59.5521 22.4473,60.0001 23.0003,60.0001 C23.5523,60.0001 24.0003,59.5521 24.0003,59.0001 L24.0003,55.0001 C24.0003,54.4481 23.5523,54.0001 23.0003,54.0001 L23.0003,54.0001 Z M21.0003,52.0001 C21.5523,52.0001 22.0003,51.5521 22.0003,51.0001 L22.0003,46.0001 C22.0003,42.3201 19.7513,40.3281 19.7073,40.2931 L12.7073,33.2931 C11.9553,32.5401 10.9863,32.1021 9.9813,32.0611 C8.9253,32.0191 7.9313,32.4121 7.1723,33.1721 C6.4123,33.9311 6.0183,34.9291 6.0613,35.9801 C6.1023,36.9861 6.5403,37.9551 7.2933,38.7071 L12.2933,43.7071 C12.6833,44.0981 13.3163,44.0981 13.7073,43.7071 C14.0973,43.3161 14.0973,42.6831 13.7073,42.2931 L8.7063,37.2921 C8.3093,36.8961 8.0803,36.4011 8.0593,35.8991 C8.0393,35.4051 8.2213,34.9511 8.5863,34.5861 C8.9503,34.2211 9.4073,34.0401 9.8993,34.0591 C10.4013,34.0801 10.8963,34.3101 11.2933,34.7071 L18.3393,41.7511 C18.4073,41.8111 20.0003,43.2651 20.0003,46.0001 L20.0003,51.0001 C20.0003,51.5521 20.4473,52.0001 21.0003,52.0001 L21.0003,52.0001 Z M10.2933,50.7071 L2.2933,42.7071 C2.2583,42.6831 0.0003,40.7341 0.0003,37.0001 L0.0003,22.0001 C0.0003,19.7941 1.7943,18.0001 4.0003,18.0001 C6.2053,18.0001 8.0003,19.7941 8.0003,22.0001 L8.0003,29.9161 C8.0003,30.4691 7.5523,30.9161 7.0003,30.9161 C6.4473,30.9161 6.0003,30.4691 6.0003,29.9161 L6.0003,22.0001 C6.0003,20.8971 5.1033,20.0001 4.0003,20.0001 C2.8973,20.0001 2.0003,20.8971 2.0003,22.0001 L2.0003,37.0001 C2.0003,39.7701 3.5833,41.1821 3.6513,41.2411 L11.7073,49.2931 C12.0973,49.6831 12.0973,50.3161 11.7073,50.7071 C11.5113,50.9021 11.2563,51.0001 11.0003,51.0001 C10.7443,51.0001 10.4883,50.9021 10.2933,50.7071 L10.2933,50.7071 Z" id="hand-take-love"/></g></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Our e-Powerment Program</span> <span class="breakdance-dropdown-link__description">The e-Powerment Program is a FuSE initiative created to help nonprofit organizations fund electrification projects. </span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/green-fleet-pioneer/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" id="Layer_2" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"><g><g><g><line fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="339.181" y1="468.794" x2="188.236" y2="468.794"/><polyline fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 455.915,436.544 468.173,436.544 468.173,463.089 452.788,463.089 "/><circle fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="128.711" cy="463.089" r="32.22"/><circle fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="396.559" cy="463.089" r="32.22"/><polyline fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 364.991,348.74 340.296,348.74 340.296,303.006 "/></g><path fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d=" M455.915,436.544v-48.253c0-8.944-6.084-16.742-14.76-18.918l-47.125-12.595l-9.024-55.434 c-2.083-13.556-13.29-24.378-27.005-24.378h-59.185"/><polyline fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 71.907,468.794 47.057,468.794 38.913,436.544 59.222,436.544 59.222,248.944 298.816,248.944 298.816,433.824 "/><polyline fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 408.347,385.301 410.122,394.568 452.788,405.769 "/></g><g><path fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d=" M330.563,162.867h51.802c12.453,0,22.629,9.826,24.52,22.135l8.193,50.333l42.789,11.436c7.878,1.975,13.402,9.056,13.402,17.177 v28.868h-21.702"/><polyline fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 111.079,217.593 111.079,137.424 328.626,137.424 328.626,217.593 "/></g><g><path fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d=" M339.133,39.087h40.844c9.819,0,17.842,7.748,19.333,17.453l6.46,39.686l33.737,9.017c6.211,1.557,10.567,7.14,10.567,13.543 v26.638h-19.022"/><polyline fill="none" stroke="#474747" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 166.079,102.178 166.079,19.025 337.606,19.025 337.606,102.178 "/></g></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Our Green Fleet Pioneer Program</span> <span class="breakdance-dropdown-link__description">All FuSE partners who participate in clean fuel programs are designated as “Green Fleet Pioneers.” FuSE is proud to partner with these forward thinking companies, nonprofits, and governmental entities to help them with their own outreach of zero-emission initiatives and goals. </span> </span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </li><li class="bde-menu-dropdown-3274-126 bde-menu-dropdown breakdance-menu-item"> <div class="breakdance-dropdown breakdance-dropdown--custom "> <div class="breakdance-dropdown-toggle"> <button class="breakdance-menu-link" type="button" aria-expanded="false" aria-controls="dropdown-126" > Services </button> <button class="breakdance-menu-link-arrow" type="button" aria-expanded="false" aria-controls="dropdown-126" aria-label="Services Submenu"></button> </div> <div class="breakdance-dropdown-floater" aria-hidden="true" id="dropdown-126"> <div class="breakdance-dropdown-body"> <div class="breakdance-dropdown-section breakdance-dropdown-section--"> <div class="breakdance-dropdown-columns"> <div class="breakdance-dropdown-column breakdance-dropdown-column--collapsible"> <span class="breakdance-dropdown-column__title" role="heading" aria-level="3">What We Do</span> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/about-e-mission-control/fuse/" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="512" height="512"><g id="Icons"><path d="M48.469,24.311a1.5,1.5,0,0,0-1.523-.183,1.462,1.462,0,0,0-.874,1.2,10.767,10.767,0,0,1-1.579,4.4,12.542,12.542,0,0,0-1.337,3.095,5.765,5.765,0,0,0,1.038,4.84,5.957,5.957,0,0,0,4.557,2.332c.077,0,.154.005.23.005a6.239,6.239,0,0,0,4.325-1.71A5.41,5.41,0,0,0,55,34.377C55,29.818,50.433,25.818,48.469,24.311Zm3.448,12.541A4.2,4.2,0,0,1,48.822,38a3.971,3.971,0,0,1-3.037-1.546,3.771,3.771,0,0,1-.683-3.165,10.8,10.8,0,0,1,1.147-2.6,13.731,13.731,0,0,0,1.688-4.241C49.7,27.915,53,31.108,53,34.377A3.431,3.431,0,0,1,51.917,36.852Z"/><path d="M44.431,15h1.324l-1.666,4.793a1.622,1.622,0,0,0,.759,2,1.677,1.677,0,0,0,.807.211,1.618,1.618,0,0,0,1.279-.634L53.6,13.036A1.881,1.881,0,0,0,52.117,10h-.778l1.924-3.123A1.881,1.881,0,0,0,51.666,4H47.3a1.861,1.861,0,0,0-1.766,1.234l-2.886,7.289A1.881,1.881,0,0,0,44.431,15Zm2.948-9h4.075L48.7,10.476A1,1,0,0,0,49.549,12h2.32l-5.223,6.528,1.459-4.2A1,1,0,0,0,47.161,13H44.606Z"/><path d="M57,0H3A3.1,3.1,0,0,0,0,3.182V46.818A3.1,3.1,0,0,0,3,50H20.382l-2,4H15a3,3,0,0,0,0,6H45a3,3,0,0,0,0-6H41.618l-2-4H57a3.1,3.1,0,0,0,3-3.182V3.182A3.1,3.1,0,0,0,57,0ZM3,2H57a1.117,1.117,0,0,1,1,1.182V42H2V3.182A1.117,1.117,0,0,1,3,2ZM46,57a1,1,0,0,1-1,1H15a1,1,0,0,1,0-2H45A1,1,0,0,1,46,57Zm-6.618-3H20.618l2-4H37.382ZM57,48H3a1.117,1.117,0,0,1-1-1.182V44H58v2.818A1.117,1.117,0,0,1,57,48Z"/><path d="M7,10A3,3,0,1,0,4,7,3,3,0,0,0,7,10ZM7,6A1,1,0,1,1,6,7,1,1,0,0,1,7,6Z"/><path d="M14,10H38a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2V8A2,2,0,0,0,14,10Zm0-4H38l0,2H14Z"/><path d="M7,20a3,3,0,1,0-3-3A3,3,0,0,0,7,20Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,16Z"/><path d="M14,20H29a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v2A2,2,0,0,0,14,20Zm0-4H29l0,2H14Z"/><path d="M7,30a3,3,0,1,0-3-3A3,3,0,0,0,7,30Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,26Z"/><path d="M14,30H35a2,2,0,0,0,2-2V26a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v2A2,2,0,0,0,14,30Zm0-4H35l0,2H14Z"/><path d="M7,40a3,3,0,1,0-3-3A3,3,0,0,0,7,40Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,36Z"/><path d="M14,40H25a2,2,0,0,0,2-2V36a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v2A2,2,0,0,0,14,40Zm0-4H25l0,2H14Z"/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">The Platform, FuSE</span> <span class="breakdance-dropdown-link__description">FuSE allows stakeholders with electrified assets to enroll and manage their participation in clean fuel programs.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/services/dc-fast-charger-crediting/" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512"><g id="line_cp"><path d="M13,39H8a1,1,0,0,1-1-1V16a1,1,0,0,1,1-1H30a1,1,0,0,1,.867.5,1,1,0,0,0,1.731-1A3.013,3.013,0,0,0,30,13H8a3,3,0,0,0-3,3V38a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Z"/><path d="M57,8H55.249a4.95,4.95,0,0,0-.62.039L42.38,9.57A4.994,4.994,0,0,0,38.049,14H35.9A5.009,5.009,0,0,0,31,10H7a5.006,5.006,0,0,0-5,5V39a5.006,5.006,0,0,0,5,5h7.893a3.011,3.011,0,0,0,.4.783,2.961,2.961,0,0,0,1.417,1.029l-2.67,8.9A1,1,0,0,0,15,56h5a1,1,0,0,0,.958-.713l2.788-9.3a2.982,2.982,0,0,0,2.686-1.878L26.477,44H31a5.009,5.009,0,0,0,4.9-4h2.15a4.994,4.994,0,0,0,4.331,4.43l12.249,1.531a4.95,4.95,0,0,0,.62.039H57a5.006,5.006,0,0,0,5-5V13A5.006,5.006,0,0,0,57,8ZM36,18V16h2v2ZM4,39V15a3,3,0,0,1,3-3H31a3,3,0,0,1,3,3v3H31.863a12.935,12.935,0,0,0-12.425,9.177L14.877,42H7A3,3,0,0,1,4,39ZM19.256,54H16.344l2.4-8h2.912Zm4.39-10H17.708a1,1,0,0,1-.956-1.294l4.6-14.941A10.945,10.945,0,0,1,31.863,20H48a1,1,0,0,1,1,1V33a1,1,0,0,1-1,1H34.417a8.958,8.958,0,0,0-8.357,5.657l-1.486,3.714A.994.994,0,0,1,23.646,44ZM56.2,21.077a22.246,22.246,0,0,1,0,11.846A4.411,4.411,0,0,1,52,36a3.168,3.168,0,0,1-2-.783A3,3,0,0,0,50.816,34H52a3,3,0,0,0,3-3V23a3,3,0,0,0-3-3H50.816A3,3,0,0,0,50,18.783,3.168,3.168,0,0,1,52,18,4.411,4.411,0,0,1,56.2,21.077ZM52,22a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1H51V22ZM47.946,36A5.441,5.441,0,0,0,52,38a6.39,6.39,0,0,0,1.919-.306A5.142,5.142,0,0,1,50,40c-1.871,0-3.677-1.475-5-4ZM52,16a5.441,5.441,0,0,0-4.054,2H45c1.324-2.525,3.13-4,5-4a5.142,5.142,0,0,1,3.919,2.306A6.39,6.39,0,0,0,52,16ZM38,38H36V36h2Zm-7,4H27.277l.64-1.6A6.95,6.95,0,0,1,31,36.9V38a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V36.16a7.028,7.028,0,0,1,1-.129V39A3,3,0,0,1,31,42Zm29-1a3,3,0,0,1-3,3H55.249a3.083,3.083,0,0,1-.372-.023L42.628,42.446A3,3,0,0,1,40,39.469V36h2.774c1.679,3.769,4.346,6,7.226,6,5.047,0,9-6.589,9-15s-3.953-15-9-15c-2.88,0-5.547,2.231-7.226,6H40V14.531a3,3,0,0,1,2.628-2.977l12.248-1.531A3.112,3.112,0,0,1,55.249,10H57a3,3,0,0,1,3,3Z"/><path d="M35,28h2l-1.8,2.4a1,1,0,1,0,1.6,1.2l3-4A1,1,0,0,0,39,26H37l1.8-2.4a1,1,0,0,0-1.6-1.2l-3,4A1,1,0,0,0,35,28Z"/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">DC Fast Charger (FCI) Crediting</span> <span class="breakdance-dropdown-link__description">Recoup all or nearly all of your investment from installing DC Fast Charging units and infrastructure.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/services/ira-tax-crediting/" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="177.706px" height="177.706px" viewBox="0 0 177.706 177.706" style="enable-background:new 0 0 177.706 177.706;" xml:space="preserve"> <g> <g> <path d="M142.459,0H60.191C42.539,0,37.564,3.446,36.815,18.706h6.192c0.405-11.399,3.005-12.47,17.184-12.47h82.268 c15.972,0,17.263,1.291,17.263,17.271v102.818h6.235V23.507C165.957,4.104,161.841,0,142.459,0z"/> <polygon points="147.251,145.025 162.091,130.186 147.251,130.186 "/> <path d="M117.518,24.941H35.25c-19.379,0-23.501,4.104-23.501,23.507v105.753c0,19.382,4.117,23.505,23.501,23.505h79.327v-6.236 H35.25c-15.975,0-17.266-1.29-17.266-17.269V48.448c0-15.975,1.291-17.272,17.266-17.272h82.267 c15.973,0,17.263,1.291,17.263,17.272v102.818h6.235V48.448C141.016,29.045,136.899,24.941,117.518,24.941z"/> <polygon points="118.443,173.833 137.149,155.127 118.443,155.127 "/> <path d="M56.864,131.842v-7.63c8.598-1.491,13.311-7.179,13.311-13.834c0-6.734-3.59-10.845-12.489-13.986 c-6.36-2.394-8.973-3.965-8.973-6.431c0-2.095,1.571-4.189,6.437-4.189c5.379,0,8.82,1.724,10.766,2.546l2.17-8.449 c-2.469-1.19-5.836-2.238-10.842-2.469v-6.585H49.91v7.109c-7.998,1.571-12.638,6.729-12.638,13.311 c0,7.252,5.456,10.991,13.463,13.683c5.529,1.869,7.925,3.665,7.925,6.509c0,2.99-2.92,4.635-7.179,4.635 c-4.856,0-9.271-1.571-12.413-3.289l-2.247,8.75c2.844,1.645,7.703,2.984,12.714,3.216v7.105H56.864z"/> <rect x="79.82" y="82.368" width="43.129" height="6.235"/> <rect x="79.82" y="98.212" width="43.129" height="6.235"/> <rect x="79.82" y="114.056" width="43.129" height="6.235"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">IRA Tax Credit Support for EV's and EVSE</span> <span class="breakdance-dropdown-link__description">Support with 30C, 45W, and more for vehicles, equipment, and infrastructure.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/energy-consumption-metering/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 32 32" height="32px" id="Layer_1" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve"><g><path d="M16,30c-3.74,0-7.255-1.456-9.899-4.101C1.779,21.578,0.752,15.025,3.547,9.595C3.8,9.104,4.402,8.911,4.894,9.163 s0.685,0.855,0.432,1.347C2.93,15.164,3.81,20.78,7.515,24.485C9.781,26.752,12.794,28,16,28c3.205,0,6.219-1.248,8.485-3.515 S28,19.205,28,16c0-3.206-1.248-6.219-3.515-8.485S19.206,4,16,4c-3.206,0-6.219,1.249-8.485,3.515 c-0.391,0.391-1.023,0.391-1.414,0s-0.391-1.023,0-1.414C8.745,3.457,12.26,2,16,2c3.74,0,7.256,1.457,9.899,4.101 C28.544,8.745,30,12.26,30,16c0,3.739-1.456,7.255-4.101,9.899C23.256,28.544,19.74,30,16,30z"/></g><g><path d="M16,20c-1.068,0-2.073-0.416-2.829-1.172c-1.56-1.56-1.56-4.097,0-5.656c1.257-1.257,7.272-3.639,8.465-4.104 c0.371-0.144,0.79-0.056,1.07,0.225s0.369,0.7,0.225,1.07c-0.465,1.193-2.847,7.209-4.104,8.465C18.073,19.584,17.068,20,16,20z M20.188,11.813c-2.453,1.028-5.064,2.235-5.602,2.773c-0.78,0.78-0.78,2.048,0,2.828c0.756,0.756,2.073,0.756,2.829,0 C17.952,16.875,19.16,14.266,20.188,11.813z"/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Energy Consumption Sub-Metering</span> <span class="breakdance-dropdown-link__description">Ensuring access to the data needed for successful clean fuel program participation.</span> </span> </a> </li> </ul> </div> <div class="breakdance-dropdown-column breakdance-dropdown-column--collapsible"> <span class="breakdance-dropdown-column__title" role="heading" aria-level="3">Where We Work</span> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/ca-low-carbon-fuel-standard-main/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" id="Layer_1" viewBox="0 0 64 64"><title/><path d="M16.778,28.948a.317.317,0,0,1-.015-.086.367.367,0,0,1,.014-.087.321.321,0,0,0,.007-.036.31.31,0,0,0-.011-.051l-.017-.017-.014,0-.053.006a.539.539,0,0,1-.083.01.169.169,0,0,1-.059-.009.249.249,0,0,1-.1-.073.37.37,0,0,0-.045-.036.628.628,0,0,1-.086-.069.254.254,0,0,1-.092-.179l0-.024c-.006.014-.011.027-.016.037a.339.339,0,0,1-.044.058,1.323,1.323,0,0,0,.108.116l.052.049a.617.617,0,0,1,.077.077.326.326,0,0,1,.093.218.157.157,0,0,1-.008.033.223.223,0,0,1,.092-.018.129.129,0,0,1,.031,0,.248.248,0,0,1,.148.082Z"/><path d="M6.56,10.339c-.07.134-.122.237-.159.312-.048.1-.112.239-.18.388s-.124.277-.172.371l-.027.044c-.081.132-.148.245-.189.328a2.987,2.987,0,0,0-.235.6c-.008.035-.016.069-.022.1s-.032.079-.046.122a2.3,2.3,0,0,0,.009,1.615c.01.026.021.051.032.076a2.342,2.342,0,0,0,.322,1.221,3.143,3.143,0,0,0,.391.545,4.363,4.363,0,0,0,.6.542,2.393,2.393,0,0,0,.214.218,2.164,2.164,0,0,0,.309.452,2.2,2.2,0,0,0,.232.224c.027.038.055.074.083.108a2.519,2.519,0,0,0,.192.368,2.38,2.38,0,0,0,.178.557v.027c-.073.216-.115.4-.121.426a3.49,3.49,0,0,0-.086.754,2.988,2.988,0,0,0,.092.66l.012.049c0,.043.01.087.018.133a3.314,3.314,0,0,0,.2.658c.02.049.057.127.1.211l.012.042c.012.055.027.126.05.208a2.377,2.377,0,0,0,.1,1.53,2.137,2.137,0,0,0,.41.637,2.454,2.454,0,0,0,.226.349,2.579,2.579,0,0,0,.445.439,2.271,2.271,0,0,0,.413.489c.051.045.1.086.152.123a2.334,2.334,0,0,0,.316.511,2.212,2.212,0,0,0,.2.27,2.454,2.454,0,0,0,.385.35,2.488,2.488,0,0,0,.305.263,2.377,2.377,0,0,0,.269.623,1.956,1.956,0,0,0-.059.223,2.252,2.252,0,0,0,.324,1.674,2.35,2.35,0,0,0,1.707,1.042,2.244,2.244,0,0,0,.216.17,2.107,2.107,0,0,0,.013.37,3.126,3.126,0,0,0,.058.586,2.3,2.3,0,0,0,.412.945c0,.085,0,.165,0,.224a3.237,3.237,0,0,0,.073.645,2.659,2.659,0,0,0,.51,1.068,2.154,2.154,0,0,0,.538.682c.047.037.094.073.142.106.038.054.077.106.115.154a4.7,4.7,0,0,0,.539.558c.056.048.116.1.18.149a2.173,2.173,0,0,0-.054.242,2.275,2.275,0,0,0,.185,1.315,2.447,2.447,0,0,0,.063.288,2.3,2.3,0,0,0,.119.322,2.39,2.39,0,0,0,.163.8,2.292,2.292,0,0,0,.344.58c.015.03.032.059.05.089a2.531,2.531,0,0,0,.863.852,2.263,2.263,0,0,0,.229.117l.035.067,0,.007a2.233,2.233,0,0,0,.518.772l.043.04a2.467,2.467,0,0,0,.306.538,2.2,2.2,0,0,0,.335.355,2.176,2.176,0,0,0,.1.257,2.3,2.3,0,0,0,.338.524,2.349,2.349,0,0,0,.178.235,2.619,2.619,0,0,0,.684.545q.036.056.078.111a2.39,2.39,0,0,0,.357.369c.02.021.04.041.061.061s.053.05.079.072.047.055.073.083a2.559,2.559,0,0,0,.454,1.206,2.386,2.386,0,0,0,.544.539l.1.077c0,.027,0,.055,0,.083a2.314,2.314,0,0,0,.149.72,2.554,2.554,0,0,0,.048.57q-.018.078-.033.162a2.365,2.365,0,0,0,.066,1.042,2.408,2.408,0,0,0,.582,1.017c.015.016.031.03.046.045a2.352,2.352,0,0,0,.588.406,2.274,2.274,0,0,0,.453.43,2.321,2.321,0,0,0,1.15.42h0c.072.006.153.01.213.01a2.923,2.923,0,0,0,.616-.072l.024-.005.019,0c.11-.011.262-.035.349-.054.022,0,.052-.012.087-.021s.051,0,.077,0H27.1a2.287,2.287,0,0,0,.287.048c.04,0,.081.007.121.009h0a2.554,2.554,0,0,0,1.153.294c.063,0,.123,0,.181-.009.038.01.075.018.11.025a2.4,2.4,0,0,0,.414.039,2.24,2.24,0,0,0,.374-.032c.025.02.052.039.08.058a3.492,3.492,0,0,0,.262.411,2.341,2.341,0,0,0,.605.6,2.25,2.25,0,0,0,.282.16,2.152,2.152,0,0,0,.513.308l.073.029a2.212,2.212,0,0,0,.544.129,2.513,2.513,0,0,0,.71.252,2.132,2.132,0,0,0,1,.3A2.393,2.393,0,0,0,34.862,54.9a2.07,2.07,0,0,0,.591.222,2.335,2.335,0,0,0,.253.1,2.683,2.683,0,0,0,.823.125,2.621,2.621,0,0,0,.284-.015,2.682,2.682,0,0,0,.244.142,2.147,2.147,0,0,0,.493.273l.06.024.035.025a2.277,2.277,0,0,0,.28.308l.064.055a2.279,2.279,0,0,0,.512.321l.072.066a2.4,2.4,0,0,0,.347.251l.013.019a4.476,4.476,0,0,0,.375.473c.033.039.1.111.181.187l.058.168a2.305,2.305,0,0,0,.032,1.128c.017.059.036.116.056.17a2.439,2.439,0,0,0,1.058,1.931A2.112,2.112,0,0,0,42.568,62a2.2,2.2,0,0,0,.324-.025l4.974-.759,6.859-1.107c.065-.011.129-.025.191-.041s.125-.013.177-.021a2.43,2.43,0,0,0,.95-.293q.078-.043.147-.09a1.969,1.969,0,0,0,.191-.109A5.865,5.865,0,0,0,57.5,58.069c.009-.02.018-.039.026-.059a2.664,2.664,0,0,0,.166-1.337,2.48,2.48,0,0,0-.06-.307q-.009-.106-.027-.213a2.251,2.251,0,0,0-.345-.836,2.392,2.392,0,0,0-.7-.888l.023-.038a2.191,2.191,0,0,0,.5-1.206,2.084,2.084,0,0,0-.011-.471,2.172,2.172,0,0,0,.085-.537,2.206,2.206,0,0,0-.153-.869c0-.023,0-.046,0-.069s.027-.066.038-.1.035-.069.05-.1c.048-.028.1-.058.145-.092a2.462,2.462,0,0,0,.646-.665c.011-.015.024-.036.039-.06a2.238,2.238,0,0,0,.492-.694c.01-.023.019-.046.029-.068a2.373,2.373,0,0,0,.12-1.322,2.475,2.475,0,0,0-.42-1.023,2.25,2.25,0,0,0-.232-.272,2.175,2.175,0,0,0-.537-.476,2.2,2.2,0,0,0-.234-.128,2.683,2.683,0,0,0-.206-.342c-.013-.019-.027-.038-.041-.056-.033-.044-.067-.085-.1-.124-.034-.064-.068-.123-.1-.176a2.514,2.514,0,0,0-.37-.7,2.4,2.4,0,0,0-.4-.409l-.02-.031a2.1,2.1,0,0,0-.079-.289c-.007-.022-.016-.046-.025-.07a2.354,2.354,0,0,0-.285-.7,2.462,2.462,0,0,0-.686-.713l-25.3-21.641-.084-6.47-.184-7.008-.074-3.4a2.136,2.136,0,0,0-2.124-2.078L20.7,2.092l-7.729-.041L8.682,2H8.659a2.08,2.08,0,0,0-.306.023A2.123,2.123,0,0,0,6.544,4.34l0,.008a2.272,2.272,0,0,0-.211,1.409,2.35,2.35,0,0,0,.58,1.154c.034.04.069.079.1.115l.007.015.013.042c.017.059.045.167.065.257-.013.091-.03.192-.041.247l-.026.107L7,7.838l-.038.172-.007.037c-.016.024-.031.049-.046.075a2.469,2.469,0,0,0-.317,1.172,2.327,2.327,0,0,0,.06.561c.009.059.021.136.041.226l-.007.017C6.657,10.152,6.607,10.247,6.56,10.339Zm.861,2.913a.639.639,0,0,1,.05-.1.354.354,0,0,0,.025-.043.638.638,0,0,0,.027-.085c0-.01,0-.026,0-.042a.456.456,0,0,1,.009-.1,1.061,1.061,0,0,1,.085-.2c.023-.045.062-.108.1-.169s.065-.1.085-.139c.065-.123.157-.326.242-.513.058-.128.112-.249.154-.335.031-.062.075-.149.123-.24.069-.135.145-.282.187-.375.059-.132.169-.4.213-.53.021-.066.057-.2.07-.268a1.242,1.242,0,0,0,.024-.2.618.618,0,0,0-.008-.094.233.233,0,0,1-.116-.068.448.448,0,0,1-.067-.219.379.379,0,0,0-.007-.046.768.768,0,0,1-.029-.177.472.472,0,0,1,.047-.191.321.321,0,0,1,.075-.08.62.62,0,0,0,.1-.145,1.866,1.866,0,0,0,.056-.237L8.9,8.476c.013-.062.027-.13.037-.171l.032-.132c.018-.075.038-.156.048-.207.019-.1.05-.29.063-.387l.01-.061a1.819,1.819,0,0,0,.026-.239,2.311,2.311,0,0,0-.054-.3c-.03-.137-.084-.352-.116-.459-.019-.065-.059-.2-.084-.259,0-.01-.011-.021-.017-.033A.359.359,0,0,1,8.8,6.107a.366.366,0,0,1,.006-.127.259.259,0,0,0,.006-.052.886.886,0,0,0-.057-.134.215.215,0,0,0-.021-.035l0,0A.111.111,0,0,1,8.7,5.754L8.66,5.746a.337.337,0,0,1-.113-.029.467.467,0,0,1-.134-.124A.406.406,0,0,1,8.3,5.41a.349.349,0,0,1,.046-.2.574.574,0,0,1,.076-.107.42.42,0,0,0,.044-.055,1.47,1.47,0,0,0,.054-.21l.021-.095a1.856,1.856,0,0,0,.049-.258,1.347,1.347,0,0,0-.027-.24c-.005-.023-.013-.055-.023-.089a.125.125,0,0,1,.02-.11A.131.131,0,0,1,8.659,4l4.305.051,7.758.041,6.343-.061h0a.125.125,0,0,1,.125.122l.074,3.409.183,6.981.086,6.619.053.793L53.618,44.223a.7.7,0,0,1,.2.168.545.545,0,0,1,.054.208.3.3,0,0,1-.007.074.194.194,0,0,1,.076.093.279.279,0,0,1-.012.17l-.131.014h0l.123.023a1.181,1.181,0,0,0-.007.229.3.3,0,0,0,.028.066s0-.005,0-.005a.191.191,0,0,1,.026.005.364.364,0,0,1,.122.051.7.7,0,0,1,.142.177.621.621,0,0,1,.046.132.748.748,0,0,0,.024.08.492.492,0,0,0,.069.1.513.513,0,0,0,.071.036.77.77,0,0,1,.087.044.908.908,0,0,1,.209.167.634.634,0,0,1,.079.176l.015.041c.01.025.02.059.031.1a.939.939,0,0,0,.042.122.414.414,0,0,0,.038.045.381.381,0,0,1,.1.167.215.215,0,0,1-.016.116l0,0a.385.385,0,0,1,.044.033l.053.04a1.042,1.042,0,0,1,.175.155.491.491,0,0,1,.1.241.29.29,0,0,1-.055.143.263.263,0,0,0-.018.03.413.413,0,0,0,0,.093h0a.183.183,0,0,1,.023.007l.039,0c.022,0,.043,0,.065,0a.235.235,0,0,1,.069.01.491.491,0,0,1,.182.112.31.31,0,0,1,.059.094l.006.015a.314.314,0,0,1,.086.022.8.8,0,0,1,.166.113.386.386,0,0,1,.06.081.316.316,0,0,0,.021.033c0-.006.011-.007.026-.007h.025a.291.291,0,0,1,.159.034.261.261,0,0,1,.088.113l.011.021a.38.38,0,0,1,.112.091.531.531,0,0,1,.07.2.369.369,0,0,1,0,.223.3.3,0,0,1-.1.114c-.055.049-.152.147-.162.157v.011a1.694,1.694,0,0,1-.088.16.646.646,0,0,1-.138.154.5.5,0,0,1-.155.06.42.42,0,0,0-.07.022.282.282,0,0,0-.052.039.308.308,0,0,0-.032.053.744.744,0,0,1-.056.089.908.908,0,0,1-.176.145.473.473,0,0,1-.121.038.551.551,0,0,0-.059.015.469.469,0,0,0-.119.1.4.4,0,0,0-.024.132l.013.027a.272.272,0,0,1,.034.161.215.215,0,0,1-.064.111.231.231,0,0,0-.027.073.552.552,0,0,1-.039.125.937.937,0,0,1-.181.209.485.485,0,0,1-.065.044l-.03.019-.014.009a.166.166,0,0,1,.068.066.228.228,0,0,1,.013.145c0,.008.005.019.012.031a.25.25,0,0,1,.051.186.175.175,0,0,1-.089.109.636.636,0,0,0,0,.124.75.75,0,0,0,.04.145c.006.011.016.025.026.04a.457.457,0,0,1,.065.118.422.422,0,0,1,.012.124.314.314,0,0,0,0,.054.2.2,0,0,1,.022.026.286.286,0,0,1,.075.173.3.3,0,0,1-.1.182.225.225,0,0,1-.072.046c0,.018.01.04.014.056a.513.513,0,0,1,.022.116,1,1,0,0,1-.013.2.426.426,0,0,1-.035.091l-.009.018.006,0a.226.226,0,0,1,.116.193.215.215,0,0,1-.13.158l-.034.023a.143.143,0,0,0-.026.06.4.4,0,0,1-.055.134.316.316,0,0,1-.093.081.352.352,0,0,0-.033.025.925.925,0,0,0-.082.184.369.369,0,0,0-.012.05.444.444,0,0,1-.05.145.366.366,0,0,1-.2.153l-.026,0a.179.179,0,0,1-.08-.022.511.511,0,0,0-.066.028.334.334,0,0,1,.032.033.4.4,0,0,1,.1.214.344.344,0,0,1-.073.188l-.02.033a.338.338,0,0,1-.034.054.137.137,0,0,1,.036,0,.151.151,0,0,1,.074.019.312.312,0,0,1,.125.159.466.466,0,0,1,.007.191.6.6,0,0,1-.014.078.285.285,0,0,0-.01.051.622.622,0,0,1,.066.161.935.935,0,0,1-.049.3,1.159,1.159,0,0,1-.042.114.927.927,0,0,0-.035.1c0,.019-.009.045-.012.065l.028.021a.406.406,0,0,1,.081.068.59.59,0,0,1,.054.089l.015.026a.138.138,0,0,1,.095-.042.2.2,0,0,1,.155.087s.008,0,.016.006a.261.261,0,0,1,.1-.087.285.285,0,0,1,.117-.019c.026,0,.051,0,.073,0a.357.357,0,0,1,.382.29.371.371,0,0,1,.014.107v.017c.066.03.128.065.142.139a.182.182,0,0,1-.061.162.328.328,0,0,1,.07.074.631.631,0,0,1,.064.189.747.747,0,0,1-.025.307.59.59,0,0,1-.152.174l-.039.035a.55.55,0,0,1-.057.047l-.032.025.007.017a.3.3,0,0,1,.02.158.336.336,0,0,1-.132.182.272.272,0,0,1-.117.035l-.029.005h0s0,.008-.005.015a.282.282,0,0,1-.091.087.528.528,0,0,1-.2.048l-.045-.12.005.125a.629.629,0,0,1-.092.01.212.212,0,0,1-.044,0,.314.314,0,0,1-.11-.054.229.229,0,0,0-.031-.02l-.023,0a.192.192,0,0,1-.008.05.123.123,0,0,1-.1.088l-6.841,1.1L42.587,60h-.019a.125.125,0,0,1-.116-.079s-.056-.146-.069-.2a1.068,1.068,0,0,1-.021-.139.9.9,0,0,0-.02-.13,1.324,1.324,0,0,0-.1-.178l-.04-.072a.568.568,0,0,0-.044-.076.229.229,0,0,0-.046-.016.205.205,0,0,1-.09.1.211.211,0,0,1-.1.022.264.264,0,0,1-.138-.036.468.468,0,0,1-.145-.239.5.5,0,0,1-.006-.2.327.327,0,0,1,.054-.107.243.243,0,0,0,.021-.031.879.879,0,0,0-.013-.1.5.5,0,0,0-.043-.1.537.537,0,0,1-.06-.056.41.41,0,0,1-.1-.147.3.3,0,0,1,.013-.19.247.247,0,0,1,.1-.091.209.209,0,0,0,.05-.048.967.967,0,0,0-.006-.129,3.144,3.144,0,0,0-.091-.366l-.011-.037c-.013-.046-.041-.13-.061-.188l-.128-.369c-.008-.023-.017-.054-.027-.088a1.115,1.115,0,0,0-.054-.161,2.387,2.387,0,0,0-.254-.356c-.029-.035-.077-.082-.124-.128s-.093-.091-.122-.124a2.5,2.5,0,0,1-.192-.236,1.522,1.522,0,0,1-.082-.156,1.027,1.027,0,0,0-.087-.161,1.338,1.338,0,0,0-.219-.184.69.69,0,0,0-.086-.045c-.039-.02-.057-.028-.076-.036a.68.68,0,0,1-.158-.087.561.561,0,0,1-.092-.126.352.352,0,0,0-.03-.047,1,1,0,0,0-.115-.132.7.7,0,0,0-.109-.03c-.008,0-.023,0-.039,0a.568.568,0,0,1-.07-.008.5.5,0,0,1-.167-.072.452.452,0,0,1-.092-.141.326.326,0,0,0-.026-.05,1.239,1.239,0,0,0-.09-.095l-.032-.032-.025-.029a.527.527,0,0,0-.049-.053h0l-.025,0a.319.319,0,0,1-.109-.042.3.3,0,0,1-.08-.095c-.007-.01-.013-.02-.019-.027a.845.845,0,0,0-.217-.143.362.362,0,0,0-.063,0,.407.407,0,0,1-.156-.021.279.279,0,0,1-.1-.075.686.686,0,0,0-.124-.072,1.066,1.066,0,0,1-.173-.095,1.767,1.767,0,0,1-.2-.2c-.023-.026-.06-.072-.1-.117s-.052-.066-.072-.088a1.328,1.328,0,0,0-.127-.13.945.945,0,0,0-.137-.06l-.1-.045a.222.222,0,0,0-.049-.024.228.228,0,0,0-.015.041.189.189,0,0,1-.029.168.26.26,0,0,1-.185.072.529.529,0,0,0-.1.026,1.092,1.092,0,0,1-.179.05.516.516,0,0,1-.073,0,.7.7,0,0,1-.191-.023.5.5,0,0,1-.134-.078c-.019-.013-.048-.034-.058-.039s-.082-.019-.114-.026a.367.367,0,0,0-.04,0,.4.4,0,0,1-.171-.035.422.422,0,0,1-.155-.191.357.357,0,0,1,0-.222.234.234,0,0,1,.072-.089.419.419,0,0,0,.069-.114A.462.462,0,0,0,35.8,52.4a2.585,2.585,0,0,0-.176-.459,1.741,1.741,0,0,0-.2-.311,1.094,1.094,0,0,0-.155-.105l-.034-.021-.026-.017a.643.643,0,0,0-.089-.051.317.317,0,0,0-.074-.006,1.343,1.343,0,0,0-.136.008.793.793,0,0,0-.085.017c-.035.008-.069.016-.092.019-.053.006-.139.01-.207.012l-.056,0c-.023,0-.051,0-.08,0l-.081,0a.258.258,0,0,0-.054,0,.593.593,0,0,0-.1.036l-.041.017-.041.013h0a.175.175,0,0,1-.111.148.126.126,0,0,1-.045.008.256.256,0,0,1-.158-.085.367.367,0,0,1-.062-.079c-.009-.012-.017-.025-.025-.034a.531.531,0,0,0-.091-.038.519.519,0,0,0-.075,0h-.072l-.054,0a1.485,1.485,0,0,1-.246-.043,1.229,1.229,0,0,1-.156-.073l-.037-.02c-.025-.013-.055-.031-.087-.051a1.134,1.134,0,0,0-.129-.071.8.8,0,0,0-.114-.02c-.038,0-.074-.01-.1-.015a.421.421,0,0,1-.053-.015.288.288,0,0,0-.04-.012.361.361,0,0,1-.091.015.18.18,0,0,1-.06-.01.268.268,0,0,1-.11-.106.6.6,0,0,0-.113-.1.374.374,0,0,0-.053-.013.681.681,0,0,1-.067-.018.349.349,0,0,1-.117-.046.444.444,0,0,1-.1-.113,1.1,1.1,0,0,1-.13-.21.6.6,0,0,1-.031-.156.692.692,0,0,0-.017-.1.518.518,0,0,0-.08-.143.123.123,0,0,1-.027,0,.14.14,0,0,1-.051-.009.736.736,0,0,1-.169-.095.483.483,0,0,1-.074-.1.265.265,0,0,0-.024-.037l-.01-.014a.252.252,0,0,1-.133-.024.268.268,0,0,1-.094-.113.836.836,0,0,0-.116-.142,1,1,0,0,0-.124-.056.926.926,0,0,0-.106-.035,1.025,1.025,0,0,1-.144-.05.97.97,0,0,1-.14-.086.919.919,0,0,0-.117-.073.848.848,0,0,0-.213-.047h0a1,1,0,0,0-.2.036.516.516,0,0,0-.1.037.188.188,0,0,1-.065.1.285.285,0,0,1-.16.055.162.162,0,0,1-.031,0,.2.2,0,0,1-.116-.082.492.492,0,0,0-.13-.058.311.311,0,0,0-.07-.01H29.01a.866.866,0,0,0-.116.03l-.036.01-.038.015a.465.465,0,0,1-.153.041.566.566,0,0,1-.225-.065.385.385,0,0,1-.087-.079.36.36,0,0,0-.032-.034.2.2,0,0,1-.048.006.177.177,0,0,1-.067-.013.322.322,0,0,1-.094-.072.271.271,0,0,0-.025-.024.737.737,0,0,0-.182-.065H27.9a1.04,1.04,0,0,0-.106.012.425.425,0,0,0-.051.014.484.484,0,0,1-.139.028H27.59a.368.368,0,0,1-.14-.051.429.429,0,0,0-.046-.021.547.547,0,0,0-.1-.005l-.095,0-.038.006a.775.775,0,0,1-.094.011.682.682,0,0,1-.137-.024.682.682,0,0,0-.091-.018.956.956,0,0,0-.163.03c-.025.006-.063.019-.1.031a1.511,1.511,0,0,1-.15.045c-.038.008-.1.016-.162.022l-.079.01c-.028,0-.063.011-.1.019a1.267,1.267,0,0,1-.236.036.234.234,0,0,1-.038,0,.362.362,0,0,1-.165-.057.465.465,0,0,1-.109-.136.7.7,0,0,1-.037-.1L25.5,48.9c-.017-.046-.037-.1-.046-.117a.66.66,0,0,0-.1-.1.721.721,0,0,0-.114-.066.312.312,0,0,0-.078-.019.149.149,0,0,0-.029.006.378.378,0,0,1-.086.013l-.028,0a.4.4,0,0,1-.18-.087.432.432,0,0,1-.087-.166.463.463,0,0,1-.015-.167.5.5,0,0,1,.077-.165.62.62,0,0,1,.055-.076.329.329,0,0,0,.033-.041.839.839,0,0,0,.063-.2.472.472,0,0,0-.014-.121.487.487,0,0,0-.057-.089.366.366,0,0,1-.108-.108.417.417,0,0,1-.039-.191.583.583,0,0,1,.055-.177.7.7,0,0,1,.047-.079.5.5,0,0,0,.032-.054.467.467,0,0,0,.016-.1.4.4,0,0,0-.007-.083.222.222,0,0,0-.027-.048l-.048-.031a.452.452,0,0,1-.046-.031.439.439,0,0,1-.116-.1.379.379,0,0,1-.055-.164.417.417,0,0,1,.032-.146c0-.015.009-.027.011-.036l.02-.081c.011-.047.023-.1.032-.129s.02-.058.033-.092a.827.827,0,0,0,.043-.127.544.544,0,0,0,0-.076c0-.029,0-.056,0-.075s.008-.061.014-.1a.733.733,0,0,0,.016-.114,1.022,1.022,0,0,0-.021-.109l-.011-.051c0-.015-.006-.036-.009-.059a.5.5,0,0,0-.014-.081.249.249,0,0,0-.028-.026h-.032a.213.213,0,0,1-.092-.017.344.344,0,0,1-.1-.087.2.2,0,0,0-.02-.025l-.025-.019a.21.21,0,0,1-.019.045c-.028.05-.074.129-.165.129a.185.185,0,0,1-.153-.114L24.1,44.92a.773.773,0,0,0-.065-.071l-.044-.011a.577.577,0,0,1-.1-.036,1.068,1.068,0,0,1-.132-.1l-.062-.049a.423.423,0,0,1-.116-.1.553.553,0,0,1-.089-.249.434.434,0,0,1,.049-.176.279.279,0,0,1,.04-.057.289.289,0,0,0,.019-.1l.007-.088c0-.039.008-.083.013-.109a.631.631,0,0,1,.025-.079.412.412,0,0,0,.019-.056.885.885,0,0,0-.034-.138l-.023-.088a.093.093,0,0,0-.072-.1.311.311,0,0,1-.086.015.174.174,0,0,1-.045-.006.246.246,0,0,1-.088-.051.035.035,0,0,0-.02,0h-.027l-.045,0a.3.3,0,0,1-.09-.012.478.478,0,0,1-.151-.093.55.55,0,0,1-.075-.1.256.256,0,0,0-.034-.053.482.482,0,0,0-.042-.026.517.517,0,0,1-.087-.061.5.5,0,0,1-.058-.073.342.342,0,0,0-.028-.038l-.024-.012a.3.3,0,0,1-.1-.076.306.306,0,0,1-.049-.128.7.7,0,0,0-.077-.155l-.023-.023a.459.459,0,0,1-.067-.08.445.445,0,0,1-.039-.1.385.385,0,0,0-.016-.048s-.023-.019-.031-.024l-.057,0c-.051-.012-.148-.037-.2-.052a.74.74,0,0,1-.152-.048.561.561,0,0,1-.143-.107.469.469,0,0,1-.062-.1.29.29,0,0,0-.024-.044l-.026-.023a.341.341,0,0,1-.1-.11.443.443,0,0,1-.026-.175.279.279,0,0,0,0-.06.973.973,0,0,0-.051-.158.572.572,0,0,0-.051-.081.385.385,0,0,0-.056-.042.9.9,0,0,1-.077-.061c-.035-.033-.089-.1-.131-.147l-.064-.076c-.022-.025-.046-.053-.062-.069a.386.386,0,0,0-.039-.03.47.47,0,0,1-.1-.085.662.662,0,0,1-.092-.213.5.5,0,0,1,0-.11c0-.018,0-.034,0-.046a.807.807,0,0,0-.031-.164.472.472,0,0,0-.09-.12.854.854,0,0,0-.135-.065l-.048-.02a.391.391,0,0,1-.156-.076.342.342,0,0,1-.074-.136l-.011-.03-.06-.114-.03-.056c-.017-.033-.05-.1-.065-.13-.008-.017-.02-.046-.033-.077a.8.8,0,0,0-.042-.1,1.594,1.594,0,0,0-.14-.178,2.157,2.157,0,0,0-.222-.211,1.929,1.929,0,0,0-.276-.15.446.446,0,0,0-.061-.017.431.431,0,0,1-.309-.209.372.372,0,0,1-.037-.117.364.364,0,0,0-.01-.044l-.052-.045a.572.572,0,0,1-.06-.056.37.37,0,0,1-.089-.114.556.556,0,0,1-.025-.2c0-.022,0-.042,0-.057l-.005-.049a1.618,1.618,0,0,0-.02-.18,2.142,2.142,0,0,0-.084-.28.4.4,0,0,0-.028-.053.513.513,0,0,1-.054-.114,1.017,1.017,0,0,1-.024-.248.659.659,0,0,1,.033-.166.21.21,0,0,1,.018-.037h-.02a.184.184,0,0,1-.11-.032.287.287,0,0,1-.1-.243.281.281,0,0,1,.1-.148.271.271,0,0,0,.024-.025l.014-.035a.358.358,0,0,1,.068-.126.343.343,0,0,1,.2-.1.364.364,0,0,1,.2.087.257.257,0,0,1,.054.068l0-.007a.6.6,0,0,1,.032-.07c.007-.013.02-.031.033-.05a.4.4,0,0,0,.032-.048h0a.153.153,0,0,1-.007-.045.554.554,0,0,1,0-.087,1.668,1.668,0,0,1,.025-.17l.02-.136a1.263,1.263,0,0,1,.018-.126,1.112,1.112,0,0,1,.037-.113.794.794,0,0,0,.03-.091.732.732,0,0,0,.012-.135,1.077,1.077,0,0,0-.063-.2c-.016-.038-.051-.1-.081-.148-.02-.033-.039-.065-.051-.088l-.031-.062c-.018-.036-.038-.078-.052-.1a1.147,1.147,0,0,0-.105-.164.359.359,0,0,0-.073-.054.244.244,0,0,0-.045-.008.252.252,0,0,1-.044.058.3.3,0,0,1-.186.1h-.011a.175.175,0,0,1-.119-.067l-.009,0a.291.291,0,0,1-.11.083.478.478,0,0,1-.143.018.841.841,0,0,1-.259-.039,1.139,1.139,0,0,1-.3-.207,2.768,2.768,0,0,1-.282-.292c-.066-.083-.176-.258-.23-.348-.009-.015-.02-.037-.031-.06a.6.6,0,0,0-.03-.058.5.5,0,0,0-.047-.061c.008.007,0,.007-.016.007h0a.272.272,0,0,1-.077.014.144.144,0,0,1-.093-.032.2.2,0,0,1-.055-.183.227.227,0,0,1-.079-.066.235.235,0,0,1-.037-.1h0l-.015-.007a.285.285,0,0,1-.1-.069.769.769,0,0,1-.106-.248,1.588,1.588,0,0,1-.022-.26c0-.059,0-.166,0-.219,0-.032.015-.077.025-.12.006-.025.012-.048.015-.065l.006-.03a.937.937,0,0,0,.019-.112.555.555,0,0,0-.032-.141.315.315,0,0,1-.067-.075.969.969,0,0,1-.078-.242,1.083,1.083,0,0,1-.018-.115c0-.034-.009-.068-.014-.09s-.006-.031-.009-.051l-.006-.034a.447.447,0,0,1-.047,0h-.028a.219.219,0,0,1-.135-.032.276.276,0,0,1-.084-.176,1.127,1.127,0,0,1-.019-.218.667.667,0,0,1,.008-.075.287.287,0,0,0,.007-.046.245.245,0,0,1-.029-.138.3.3,0,0,1,.065-.127l.032-.044c.006-.008.014-.017.019-.025l0,0v-.019a.349.349,0,0,1,.007-.085.268.268,0,0,1,.034-.072.257.257,0,0,0-.009-.089l-.006-.032c0-.013-.007-.032-.013-.051a.963.963,0,0,1-.023-.107.53.53,0,0,1,0-.091c0-.02,0-.04,0-.053a.6.6,0,0,0-.022-.077.664.664,0,0,1-.035-.154.436.436,0,0,1,.021-.133.253.253,0,0,1,.08-.129h0a.458.458,0,0,1-.079-.018.924.924,0,0,1-.222-.144.674.674,0,0,1-.07-.08c-.013-.016-.025-.033-.034-.042a1.428,1.428,0,0,0-.153-.127.63.63,0,0,0-.106-.051.429.429,0,0,0-.05-.007h0l-.026.013a.416.416,0,0,1-.074.026.474.474,0,0,1-.095.012.186.186,0,0,1-.083-.018.251.251,0,0,1-.1-.138.751.751,0,0,0-.123-.151l-.028-.019a.361.361,0,0,1-.091-.073.456.456,0,0,1-.064-.131.409.409,0,0,0-.023-.058.6.6,0,0,0-.083-.069l-.05-.041-.031-.029a.283.283,0,0,0-.038-.034h-.055A.468.468,0,0,1,14.122,28a.374.374,0,0,1-.08-.035.328.328,0,0,0-.037-.019l-.032.012a.2.2,0,0,1-.006.114.267.267,0,0,1-.189.161h-.019a.332.332,0,0,1-.236-.147.266.266,0,0,1-.037-.178.291.291,0,0,1,.07-.124,1.166,1.166,0,0,0,.087-.155,2.045,2.045,0,0,0,.084-.191A1.75,1.75,0,0,0,13.8,27.2a.554.554,0,0,0,.014-.173.394.394,0,0,0-.049-.068.391.391,0,0,1-.088-.415l.011-.018a.286.286,0,0,1-.039-.068.378.378,0,0,1-.021-.088.385.385,0,0,0-.011-.052l0,0a.057.057,0,0,1-.022-.009l-.008-.005a.141.141,0,0,1-.1.054l-.021,0c-.127-.007-.2-.169-.215-.228a.32.32,0,0,1,.025-.174.228.228,0,0,0,.013-.04.505.505,0,0,0,.007-.147.71.71,0,0,0-.079-.11.909.909,0,0,1-.082-.111.84.84,0,0,1-.042-.095.735.735,0,0,0-.038-.085,1.017,1.017,0,0,0-.18-.138,1.229,1.229,0,0,0-.12-.059l-.106-.051a.946.946,0,0,1-.153-.082.881.881,0,0,1-.121-.118.767.767,0,0,0-.072-.075.346.346,0,0,0-.047-.03.42.42,0,0,1-.112-.08.406.406,0,0,1-.067-.122.487.487,0,0,0-.025-.054.181.181,0,0,1-.072-.05.535.535,0,0,1-.071-.134c-.007-.017-.014-.033-.02-.044-.039-.075-.12-.226-.166-.3-.03-.047-.1-.134-.134-.177a1.128,1.128,0,0,0-.105-.121.442.442,0,0,0-.051-.019.389.389,0,0,1-.142-.072.422.422,0,0,1-.089-.137.676.676,0,0,1-.039-.094c-.009-.022-.024-.062-.031-.074a1.041,1.041,0,0,0-.17-.129c-.046-.031-.089-.061-.118-.084l-.024-.021a.851.851,0,0,1-.142-.129.747.747,0,0,1-.083-.16.622.622,0,0,0-.037-.08,1.246,1.246,0,0,0-.1-.13.364.364,0,0,0-.034-.028.369.369,0,0,1-.118-.133.4.4,0,0,1,0-.263.272.272,0,0,1,.091-.1.45.45,0,0,0,.089-.125.734.734,0,0,0,.005-.125,1.715,1.715,0,0,0-.018-.293,1.05,1.05,0,0,0-.075-.182c0-.008-.014-.019-.023-.031a.422.422,0,0,1-.056-.086,1.1,1.1,0,0,1-.06-.209c-.007-.031-.014-.061-.02-.082l-.015-.056c-.018-.064-.041-.149-.06-.2-.011-.029-.034-.07-.055-.111s-.05-.094-.064-.127a1.267,1.267,0,0,1-.068-.21.772.772,0,0,1,0-.1.347.347,0,0,0,0-.056.511.511,0,0,0-.025-.076.672.672,0,0,1-.03-.09,1.219,1.219,0,0,1-.036-.214,1.585,1.585,0,0,1,.037-.292,2.218,2.218,0,0,1,.106-.331,1,1,0,0,1,.093-.144.776.776,0,0,0,.089-.144.691.691,0,0,0-.016-.134c-.005-.02-.023-.062-.031-.084s-.013-.024-.02-.038a.418.418,0,0,1-.055-.134.424.424,0,0,1,.012-.149.279.279,0,0,0,.008-.048,1.353,1.353,0,0,0,0-.238.564.564,0,0,0-.063-.152.354.354,0,0,0-.032-.023.341.341,0,0,1-.1-.094.462.462,0,0,1-.049-.189.36.36,0,0,1,.016-.105.335.335,0,0,0,.007-.037.447.447,0,0,0-.01-.074c-.005-.024-.008-.048-.01-.065s0-.042,0-.066a.664.664,0,0,0,0-.067.252.252,0,0,0-.039-.059l-.045-.017a.373.373,0,0,1-.132-.066.519.519,0,0,1-.109-.2.342.342,0,0,1-.006-.119.262.262,0,0,0,0-.048c-.005,0-.054-.043-.08-.065a.888.888,0,0,1-.08-.074,1.1,1.1,0,0,1-.159-.2.462.462,0,0,1-.033-.113.375.375,0,0,0-.013-.055s-.034-.027-.078-.055c-.008,0-.023-.008-.039-.014A.318.318,0,0,1,8.9,15.94a.377.377,0,0,1-.069-.2.357.357,0,0,1,.016-.114.284.284,0,0,0,.01-.045,1,1,0,0,0-.109-.126.324.324,0,0,0-.052-.033l-.039,0a.36.36,0,0,1-.133-.028.506.506,0,0,1-.148-.127.479.479,0,0,1-.057-.113.347.347,0,0,0-.025-.059c-.009-.006-.061-.027-.091-.039A.64.64,0,0,1,8.077,15a2.319,2.319,0,0,1-.3-.265,1.3,1.3,0,0,1-.14-.19.364.364,0,0,1-.069-.221.231.231,0,0,1,.085-.129.176.176,0,0,0,0-.1.244.244,0,0,1-.035-.1.269.269,0,0,1,.018-.105.332.332,0,0,0-.039-.133l-.014-.031a1.043,1.043,0,0,0-.053-.113s-.01,0-.02-.01a.246.246,0,0,1-.117-.117A.347.347,0,0,1,7.421,13.252Z"/><path d="M16.405,29.021v-.016l-.022.014Z"/><path d="M16.83,29.5a.454.454,0,0,1-.112-.083v.023c0,.014,0,.027,0,.037s0,.042.005.055a.219.219,0,0,1,.069.084.2.2,0,0,1-.026.192.158.158,0,0,1-.105.048.247.247,0,0,1,.013.033.71.71,0,0,1,.033.144.228.228,0,0,1-.006.065.158.158,0,0,1,.061.075.253.253,0,0,1,0,.152l-.006.025.037,0a.162.162,0,0,1,.057.009.3.3,0,0,1,.1.059.393.393,0,0,0,.1.044l.039.009a.448.448,0,0,1,.118.034.58.58,0,0,1,.112.087l-.059.114h0l.1-.082a.628.628,0,0,1,.1.088.415.415,0,0,1,.05.09c.008.015.014.031.021.042a.351.351,0,0,0,.04.026c-.008,0,.018-.011.034-.016a.455.455,0,0,1,.073-.017l-.008-.013c-.019-.03-.029-.045-.041-.061a.566.566,0,0,1-.075-.122.648.648,0,0,1-.031-.155l0-.032c0-.026-.006-.061-.009-.1s-.006-.091-.011-.121a.82.82,0,0,0-.053-.185.318.318,0,0,0-.058-.058.69.69,0,0,0-.117-.052.314.314,0,0,1-.125-.044.42.42,0,0,1-.111-.165.45.45,0,0,1-.03-.181h-.021A.544.544,0,0,1,16.83,29.5Z"/><path d="M16.284,27.927a.249.249,0,0,1,.045.182.225.225,0,0,1-.065.107.147.147,0,0,0-.02.042.343.343,0,0,1,.116-.12.293.293,0,0,1,.108-.041l.011,0v0a.287.287,0,0,0,.006-.04.442.442,0,0,1,.033-.126.168.168,0,0,1,.141-.114h.011a.181.181,0,0,1,.117.057l.028-.009a.5.5,0,0,0,.1-.04s0-.01.006-.022a.386.386,0,0,1,.029-.055l.028-.038a.14.14,0,0,0-.008-.082.682.682,0,0,0-.06-.052c-.039-.033-.079-.061-.116-.087l-.1-.069a1.246,1.246,0,0,1-.132-.1.22.22,0,0,1-.033-.041.149.149,0,0,1-.018.03.443.443,0,0,1-.177.137.158.158,0,0,1-.047.007.211.211,0,0,1-.06-.009h-.007v.008l.008.045a.289.289,0,0,1,.015.129.3.3,0,0,1-.059.118.341.341,0,0,0-.038.1l0,.022A.251.251,0,0,1,16.284,27.927Z"/><polygon points="16.236 29.03 16.247 29.027 16.237 29.023 16.236 29.03"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">CA Low Carbon Fuel Standard</span> <span class="breakdance-dropdown-link__description">Today's Value, up to: $0.091/kWh</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/or-clean-fuels-program-main/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" id="Layer_1" viewBox="0 0 64 64"><title/><path d="M2.081,43.782c.017.076.038.148.06.215V44a2.462,2.462,0,0,0,.52,1.441,2.347,2.347,0,0,0,.112.264c-.006.021-.013.043-.019.065a3.149,3.149,0,0,0-.1.588,2.691,2.691,0,0,0-.131.534,2.539,2.539,0,0,0-.018.5,2.316,2.316,0,0,0-.05.355,2.408,2.408,0,0,0,.071.748A2.646,2.646,0,0,0,2.7,49.654c.028.069.058.133.089.193,0,.034.006.07.01.106a2.512,2.512,0,0,0,.439,1.6,2,2,0,0,0,.2.241l.023.035a2.641,2.641,0,0,0,.7.7,2.108,2.108,0,0,0,1.617.915l6.91.4,12.456.644,10.211.375h.061l20.815.136.082,0a2.125,2.125,0,0,0,2.125-2.126l-.1-15.613a4.9,4.9,0,0,0,.065-1c-.005-.081-.014-.159-.025-.232l.037-.067a2.078,2.078,0,0,0,.223-.631,2.264,2.264,0,0,0,.082-.27l.011-.051a2.244,2.244,0,0,0,.044-.346,2.792,2.792,0,0,0,.137-.549,3.161,3.161,0,0,0,.016-.669l.021-.061a2.225,2.225,0,0,0,.186-.493,2.654,2.654,0,0,0-.165-1.76,2.4,2.4,0,0,0-.786-.9,2.438,2.438,0,0,0-.871-.691,2.169,2.169,0,0,0,.1-.333c.017-.039.033-.08.048-.122a2.2,2.2,0,0,0,.083-.289c.012-.022.023-.044.034-.066a2.747,2.747,0,0,0,.162-.435c.05-.041.1-.081.137-.12a2.285,2.285,0,0,0,.608-.552,2.188,2.188,0,0,0,.3-.525,2.378,2.378,0,0,0,.277-.348,3.16,3.16,0,0,0,.441-1.2,2.773,2.773,0,0,0,.044-.786,2.78,2.78,0,0,0,.206-.441,3.005,3.005,0,0,0,.517-1.415l.006-.047c.007-.042.018-.138.028-.247l.022-.046a3.106,3.106,0,0,0,.221-.606c.016-.074.028-.144.037-.209.024-.05.05-.109.078-.173a2.523,2.523,0,0,0,.614-.955,2.328,2.328,0,0,0,.113-.512,2.717,2.717,0,0,0,.585-1.273,2.931,2.931,0,0,0-.381-1.79,2.535,2.535,0,0,0-.221-.314,2.323,2.323,0,0,0-.091-.275,2.832,2.832,0,0,0-1.564-1.64,2.285,2.285,0,0,0-.268-.079,2.127,2.127,0,0,0-.426-.229c-.025-.069-.053-.142-.088-.216a2.975,2.975,0,0,0-.769-1.03,2.446,2.446,0,0,0-.931-.465,2.229,2.229,0,0,0-.568-.078l-13.455-.094h-.067a2.1,2.1,0,0,0-1.421.558,3.253,3.253,0,0,0-.5-.038,2.746,2.746,0,0,0-.467.037,2.845,2.845,0,0,0-.6.175c-.052,0-.113,0-.17.008-.055-.017-.111-.032-.17-.046a2.474,2.474,0,0,0-.56-.062,2.762,2.762,0,0,0-1.145.245,2.525,2.525,0,0,0-.683.494l-.032,0a5.536,5.536,0,0,0-1.353.306,4.545,4.545,0,0,0-.525.23l-.126.061-.049.015a3.4,3.4,0,0,0-.58.118,2.963,2.963,0,0,0-.768.368,2.35,2.35,0,0,0-.245.072,2.864,2.864,0,0,0-1.448-.423,3.031,3.031,0,0,0-1.539.457,2.43,2.43,0,0,0-.214.159c-.08.014-.165.033-.255.058a3.309,3.309,0,0,0-.354.121h0c-.079,0-.154,0-.223.01A2.144,2.144,0,0,0,29,15.533c-.072-.031-.141-.057-.2-.078a2.482,2.482,0,0,0-.673-.332,2.412,2.412,0,0,0-.753-.109c-.06,0-.118,0-.169,0a2.7,2.7,0,0,0-1.131-.269c-.056,0-.137,0-.193.008a2.456,2.456,0,0,0-.665.165,2.807,2.807,0,0,0-.341.024,2.189,2.189,0,0,0-.4-.077c-.068-.007-.163-.012-.231-.012a2.776,2.776,0,0,0-1.285.342,2.856,2.856,0,0,0-.67.515c-.045.012-.092.026-.14.042l-.065.022a2.358,2.358,0,0,0-.265.118,3.518,3.518,0,0,0-.635.127,2.613,2.613,0,0,0-.8-.141c-.085-.036-.178-.074-.275-.109a3.393,3.393,0,0,0-.12-.5,2.408,2.408,0,0,0-.021-.407,2.255,2.255,0,0,0,.016-.27,3.066,3.066,0,0,0-.228-1.166,2.384,2.384,0,0,0-.286-.484,2.425,2.425,0,0,0-.185-.608,2.89,2.89,0,0,0-.765-.969,2.842,2.842,0,0,0-.457-.295c-.1-.1-.189-.181-.26-.239a8.052,8.052,0,0,0-.675-.492l-.017-.012A2.713,2.713,0,0,0,16.07,9.88a2.446,2.446,0,0,0-.405-.035,2.658,2.658,0,0,0-.331.021,2.709,2.709,0,0,0-1.242-.793,2.336,2.336,0,0,0-.6-.082h0a2.513,2.513,0,0,0-.554.064c-.073.006-.148.015-.217.025a2.118,2.118,0,0,0-.845.322l-.058.025c-.047,0-.092,0-.135-.006h0a2.344,2.344,0,0,0-.368.028,2.148,2.148,0,0,0-1.2-.365,2.382,2.382,0,0,0-.4.038c-.036.007-.073.015-.109.024a2.176,2.176,0,0,0-1.628,2.3,3.591,3.591,0,0,0,.1.7l.015.056a3.237,3.237,0,0,0,.162.435,2.327,2.327,0,0,0-.293.593,2.521,2.521,0,0,0-.014,1.414,2.612,2.612,0,0,0-.149,1.182,2.4,2.4,0,0,0,.238.77l-.034.249c-.017.141-.031.272-.045.35l-.011.059a2.446,2.446,0,0,0-.243.647,2.69,2.69,0,0,0-.054.647A2.274,2.274,0,0,0,7.544,20.5c-.016.125-.029.246-.038.331L7.5,20.91l-.018.027-.036.057a2.8,2.8,0,0,0-.378,1.093,2.516,2.516,0,0,0,.012.562c-.008.039-.014.076-.019.107-.017.117-.027.223-.036.331l-.008.085-.02.1-.029.053-.024.048a3,3,0,0,0-.236.455,2.8,2.8,0,0,0-.208,1.05,2.416,2.416,0,0,0,.077.564c0,.04-.009.072-.011.1-.006.056-.011.108-.015.158a2.285,2.285,0,0,0-.069.225c0,.02-.009.039-.013.059a2.237,2.237,0,0,0-.031.752c-.009.047-.018.091-.025.129l-.014.06a3.991,3.991,0,0,0-.125.917,2.576,2.576,0,0,0,.02.291c-.02.055-.04.108-.055.146l-.013.029a3.006,3.006,0,0,0-.243.686,2.968,2.968,0,0,0-.047.656V29.7l0,.087v.064l0,.124c0,.063-.021.216-.032.291l-.018.095c-.023.12-.039.208-.048.268-.02.123-.047.332-.071.532l-.008.065c-.013.1-.025.194-.035.263-.042.3-.127.854-.179,1.134-.082.443-.282,1.393-.389,1.843-.03.128-.085.33-.136.522-.047.175-.089.332-.118.445s-.049.212-.074.328c-.02.095-.041.2-.064.289-.043.1-.107.217-.156.312l-.094.187c-.029.056-.059.118-.087.175a2.555,2.555,0,0,0-.89,1.149,2.761,2.761,0,0,0-.175.99,2.514,2.514,0,0,0,.017.282l-.012.028c-.023.056-.048.117-.068.169A2.232,2.232,0,0,0,3,40.038a2.3,2.3,0,0,0-.062.584l-.015.063-.033.137v0l-.008.019-.02.037c-.052.1-.1.2-.136.268s-.078.186-.122.306a2.566,2.566,0,0,0-.174.246,2.921,2.921,0,0,0-.384.925c-.006.027-.011.053-.015.079a2.9,2.9,0,0,0,.05,1.083Zm1.924-.759a.993.993,0,0,1,.123-.27,1.479,1.479,0,0,1,.12-.155,1.07,1.07,0,0,0,.106-.135,2.157,2.157,0,0,0,.11-.276c.029-.083.057-.161.081-.214s.049-.1.079-.153.06-.109.076-.146c.032-.071.087-.218.109-.291.015-.049.033-.125.05-.2.014-.057.026-.111.037-.148s.019-.063.032-.1a.881.881,0,0,0,.046-.165.408.408,0,0,0-.014-.065.4.4,0,0,1-.018-.189.436.436,0,0,1,.1-.164.594.594,0,0,0,.043-.053,1.194,1.194,0,0,0,.048-.135c.011-.033.02-.064.029-.087s.033-.084.054-.134.045-.107.057-.143c.043-.118.1-.284.117-.364a1.333,1.333,0,0,0,.027-.2.978.978,0,0,0-.024-.159,1.393,1.393,0,0,1-.028-.209.87.87,0,0,1,.039-.263.6.6,0,0,1,.181-.242.323.323,0,0,1,.141-.041.293.293,0,0,0,.047-.007c0-.006.037-.058.054-.083s.028-.043.039-.058l.055-.073c.055-.071.122-.159.156-.214.06-.1.158-.3.223-.429l.091-.179a6.038,6.038,0,0,0,.263-.556,5.329,5.329,0,0,0,.133-.537c.02-.1.04-.187.056-.253.027-.107.067-.255.108-.41.058-.216.12-.446.154-.592.116-.488.322-1.468.41-1.941.055-.3.147-.9.191-1.2.014-.095.031-.233.049-.375.021-.175.044-.356.063-.472.006-.045.02-.112.033-.18s.029-.147.035-.2c.019-.125.046-.387.051-.514,0-.06,0-.157,0-.246,0-.055,0-.107,0-.145l0-.059a.977.977,0,0,1,.006-.19,1.373,1.373,0,0,1,.1-.257c.02-.041.038-.079.049-.108.033-.086.144-.376.184-.518a1.969,1.969,0,0,0,.074-.327.864.864,0,0,0-.033-.154.88.88,0,0,1-.041-.214,2.335,2.335,0,0,1,.072-.441c.012-.052.022-.1.03-.135s.016-.087.028-.142c.016-.084.036-.177.043-.236a1.635,1.635,0,0,0,.014-.225.311.311,0,0,0-.015-.058.394.394,0,0,1-.022-.185.349.349,0,0,1,.091-.145.264.264,0,0,0,.033-.039.371.371,0,0,0,.024-.081c0-.011-.008-.033-.013-.055a.648.648,0,0,1-.019-.1,1.642,1.642,0,0,1,.014-.22l0-.036c0-.036.01-.09.018-.146s.018-.135.021-.18a1.078,1.078,0,0,0,.005-.16.952.952,0,0,0-.042-.145.9.9,0,0,1-.06-.248.857.857,0,0,1,.064-.271,1.617,1.617,0,0,1,.1-.184c.019-.033.038-.065.05-.087l.02-.038a3.138,3.138,0,0,0,.149-.306,4.089,4.089,0,0,0,.113-.5c.008-.051.015-.132.021-.21s.012-.137.018-.183.017-.084.028-.134a1.614,1.614,0,0,0,.033-.171,2.208,2.208,0,0,0-.01-.265.445.445,0,0,0-.011-.052.512.512,0,0,1-.018-.148.841.841,0,0,1,.1-.273.665.665,0,0,1,.113-.12.657.657,0,0,0,.07-.069,1.05,1.05,0,0,0,.066-.163c.019-.067.049-.225.062-.306,0-.039.01-.107.015-.172s.009-.119.014-.159c.011-.118.037-.356.058-.475.01-.048.028-.113.048-.18a1.508,1.508,0,0,0,.059-.238.578.578,0,0,0-.006-.255l0,0a.2.2,0,0,1-.049-.013.315.315,0,0,1-.188-.109.289.289,0,0,1-.006-.3A.235.235,0,0,1,9.6,19.4l.021,0c.009-.029.019-.078.024-.105s.013-.062.019-.085.023-.068.039-.111a.971.971,0,0,0,.067-.24.657.657,0,0,0-.052-.1.65.65,0,0,1-.073-.161.769.769,0,0,1,0-.275.57.57,0,0,1,.067-.152l.041-.083c.027-.056.062-.129.077-.172a3.426,3.426,0,0,0,.084-.379c.018-.1.039-.276.056-.423l.045-.33c.022-.143.049-.32.053-.418a1.1,1.1,0,0,0-.011-.286.869.869,0,0,0-.08-.125c-.024-.032-.045-.062-.059-.085s-.019-.028-.031-.046a.582.582,0,0,1-.117-.228.979.979,0,0,1,.1-.423,1.431,1.431,0,0,0,.062-.178,3.326,3.326,0,0,0,.056-.418,1.186,1.186,0,0,0-.02-.232c0-.012-.025-.047-.037-.069a.543.543,0,0,1-.06-.121.656.656,0,0,1-.022-.308.631.631,0,0,1,.177-.222.568.568,0,0,1,.14-.068.517.517,0,0,0,.088-.037.778.778,0,0,0,.075-.25,2.891,2.891,0,0,0,0-.558,3.663,3.663,0,0,0-.109-.532,1.653,1.653,0,0,0-.071-.168c-.017-.036-.032-.07-.043-.1l-.028-.066A1.748,1.748,0,0,1,10,11.657a1.63,1.63,0,0,1-.037-.3c-.007-.083-.02-.233.112-.266l.031,0c.1,0,.153.107.172.151l.014.031h0a.567.567,0,0,1,.054.029.77.77,0,0,1,.074.046,1.586,1.586,0,0,1,.228.2.888.888,0,0,1,.092.161.871.871,0,0,0,.064.119.493.493,0,0,0,.061.054.182.182,0,0,1-.019-.054.269.269,0,0,1,.106-.251.163.163,0,0,1,.078-.019.336.336,0,0,1,.149.047.344.344,0,0,0,.039.019,1.481,1.481,0,0,0,.17-.039l.046-.042a.331.331,0,0,1,.217-.114h0a.243.243,0,0,1,.163.09.294.294,0,0,0,.026.025.6.6,0,0,0,.122.01.354.354,0,0,0,.1-.01s0-.007.01-.016a.262.262,0,0,1,.114-.082.222.222,0,0,1,.073-.01.745.745,0,0,1,.114.011c.021,0,.06,0,.066.008a.361.361,0,0,0,.079-.016c-.005,0,0-.011,0-.022a.26.26,0,0,1,.11-.156.186.186,0,0,1,.088-.02.479.479,0,0,1,.154.035l.05.016a.164.164,0,0,0,.014-.03.123.123,0,0,1-.02-.107.125.125,0,0,1,.1-.09c.047-.007.1-.011.148-.015s.073,0,.1-.009l.041-.01a.758.758,0,0,1,.183-.032.275.275,0,0,1,.065.008.783.783,0,0,1,.37.306.729.729,0,0,1,.045.319v.04a.732.732,0,0,1-.017.133.635.635,0,0,0-.015.123l.077.057c.023.017.044.033.059.046s.038.036.062.06a.65.65,0,0,0,.116.1h0a.683.683,0,0,0,.08-.013.7.7,0,0,1,.107-.014l.023,0a.63.63,0,0,1,.157.041.559.559,0,0,0,.12.035h0a.961.961,0,0,0,.084-.088.649.649,0,0,1,.137-.124,1.777,1.777,0,0,1,.375-.121l.034-.008a1.3,1.3,0,0,1,.293-.051.328.328,0,0,1,.056,0A.871.871,0,0,1,16.01,12l.043.028c.123.079.363.254.483.353.046.038.106.1.168.161a2.045,2.045,0,0,0,.2.186,1.118,1.118,0,0,0,.141.073,1.062,1.062,0,0,1,.207.113.952.952,0,0,1,.217.26.851.851,0,0,1,.049.276.779.779,0,0,0,.019.165,2.482,2.482,0,0,0,.227.4.544.544,0,0,0,.05.06.623.623,0,0,1,.11.151,1.149,1.149,0,0,1,.061.366.873.873,0,0,1-.026.175.767.767,0,0,0-.021.131.6.6,0,0,0,.023.11.683.683,0,0,1,.031.19.562.562,0,0,1-.052.17.482.482,0,0,0-.026.069.67.67,0,0,0-.023.148.624.624,0,0,0,.073.095.623.623,0,0,1,.1.142,1.312,1.312,0,0,1,.083.387,1.352,1.352,0,0,1-.047.283l-.013.057c-.006.028-.016.065-.027.106a1.15,1.15,0,0,0-.04.163.718.718,0,0,0,.017.226.768.768,0,0,0,.181.192,1.93,1.93,0,0,0,.353.251,1.581,1.581,0,0,0,.257.056l.065.011c.035.006.085.012.139.017a2.508,2.508,0,0,1,.27.042,3.166,3.166,0,0,1,.463.183,1.065,1.065,0,0,1,.117.076.8.8,0,0,0,.116.073.526.526,0,0,0,.131.02h.012l.049-.025a.382.382,0,0,1,.157-.057h.019A.705.705,0,0,1,20.71,18a.474.474,0,0,1,.123.19.531.531,0,0,0,.054.1c.014,0,.113-.024.15-.033l.048-.01a1.889,1.889,0,0,0,.342-.1.78.78,0,0,0,.069-.057.54.54,0,0,1,.126-.1,1.407,1.407,0,0,1,.409-.1h.03a.771.771,0,0,1,.118.013.889.889,0,0,0,.094.01h.007a1.227,1.227,0,0,0,.283-.109.553.553,0,0,0,.067-.048.656.656,0,0,1,.151-.094.569.569,0,0,1,.179-.019.523.523,0,0,0,.1-.006l.044-.043a.453.453,0,0,1,.119-.092.526.526,0,0,1,.185-.034.648.648,0,0,0,.112-.015c.007-.01.032-.069.047-.1a.6.6,0,0,1,.077-.147,1.217,1.217,0,0,1,.28-.245.81.81,0,0,1,.32-.093h.027a.521.521,0,0,1,.209.094.486.486,0,0,0,.081.046,1.089,1.089,0,0,0,.275.055l.025,0a.6.6,0,0,0,.091-.046.559.559,0,0,1,.148-.069.657.657,0,0,1,.162-.015c.033,0,.068,0,.1,0h.175a1.163,1.163,0,0,0,.2-.01.525.525,0,0,0,.09-.057.516.516,0,0,1,.218-.107h.027a.764.764,0,0,1,.311.093,1.047,1.047,0,0,1,.167.115.9.9,0,0,0,.139.1.782.782,0,0,0,.234.05.113.113,0,0,0,.034,0,.612.612,0,0,0,.114-.034.8.8,0,0,1,.151-.043,1.237,1.237,0,0,1,.15-.009.543.543,0,0,1,.161.019.856.856,0,0,1,.237.147.882.882,0,0,0,.123.086.984.984,0,0,0,.133.044.731.731,0,0,1,.27.113.68.68,0,0,1,.171.285.478.478,0,0,1,0,.189.551.551,0,0,0,0,.111.554.554,0,0,0,.142.048h0A.436.436,0,0,0,28.805,18l.014-.095a.431.431,0,0,1,.075-.224.8.8,0,0,1,.331-.16.124.124,0,0,1,.027,0,.7.7,0,0,1,.162.038,1.6,1.6,0,0,0,.188.05h.013a.915.915,0,0,0,.122-.022,1,1,0,0,1,.2-.028.312.312,0,0,1,.093.013.331.331,0,0,1,.135.111c.011.013.028.033.035.039a.483.483,0,0,0,.084.008l.025,0s.027-.044.043-.068a.467.467,0,0,1,.1-.124,1.368,1.368,0,0,1,.383-.173,1.445,1.445,0,0,1,.242-.033,1.291,1.291,0,0,0,.183-.021,1.519,1.519,0,0,0,.36-.144.732.732,0,0,0,.081-.1.612.612,0,0,1,.147-.165,1.047,1.047,0,0,1,.443-.135.906.906,0,0,1,.409.128.705.705,0,0,1,.167.207.8.8,0,0,0,.087.123.988.988,0,0,0,.311.159.575.575,0,0,0,.1.007,2.719,2.719,0,0,0,.654-.111,1.191,1.191,0,0,0,.163-.085.9.9,0,0,1,.3-.135.173.173,0,0,1,.032,0,.623.623,0,0,1,.162.033.476.476,0,0,0,.09.023h0a.636.636,0,0,0,.209-.116c.006-.008.021-.042.032-.064a.441.441,0,0,1,.089-.146.946.946,0,0,1,.257-.128,1.687,1.687,0,0,1,.255-.045c.063-.008.123-.016.165-.026a3.688,3.688,0,0,0,.373-.121c.064-.025.151-.068.24-.112a3.456,3.456,0,0,1,.32-.144,3.724,3.724,0,0,1,.8-.194h.018a1.307,1.307,0,0,1,.244.037,1.3,1.3,0,0,0,.208.032h.011a1.644,1.644,0,0,0,.344-.138l.112-.053a.8.8,0,0,0,.147-.078.742.742,0,0,0,.075-.132,1.062,1.062,0,0,1,.079-.141.779.779,0,0,1,.214-.21.766.766,0,0,1,.293-.054.524.524,0,0,1,.112.011.618.618,0,0,1,.21.123.266.266,0,0,0,.24.086l.036,0a.616.616,0,0,0,.1-.045.635.635,0,0,1,.188-.071.183.183,0,0,1,.033,0,.864.864,0,0,1,.13.015.408.408,0,0,0,.063.015.025.025,0,0,0,.013,0,1.437,1.437,0,0,0,.252-.071l.064-.022c.033-.011.076-.029.122-.046a1.426,1.426,0,0,1,.278-.092.761.761,0,0,1,.126-.008,1.183,1.183,0,0,1,.231.021.729.729,0,0,1,.176.082.671.671,0,0,0,.123.062h.018a1.892,1.892,0,0,0,.349-.07l.072-.019a2.148,2.148,0,0,0,.291-.1,2.247,2.247,0,0,0,.3-.205c.064-.048.234-.205.294-.261a.1.1,0,0,1,.073-.035h.013l13.509.094a.1.1,0,0,1,.033.005.607.607,0,0,1,.2.084,1.154,1.154,0,0,1,.223.325,1.313,1.313,0,0,1,.068.25.968.968,0,0,0,.066.239.8.8,0,0,0,.139.115.953.953,0,0,1,.161.135,1.3,1.3,0,0,1,.171.276.674.674,0,0,1,.04.144.628.628,0,0,0,.034.125.762.762,0,0,0,.15.037l.06-.035a.4.4,0,0,1,.193-.07.179.179,0,0,1,.055.008c.106.035.155.147.2.247a.509.509,0,0,0,.055.108.509.509,0,0,0,.189.048.551.551,0,0,0,.078-.028.518.518,0,0,1,.185-.049.209.209,0,0,1,.069.012c.219.08.386.487.392.5a.8.8,0,0,1,.038.232.737.737,0,0,0,.012.111.723.723,0,0,0,.05.172.841.841,0,0,0,.144.139.9.9,0,0,1,.2.2.974.974,0,0,1,.128.487.868.868,0,0,1-.194.349c-.02.026-.037.048-.05.067-.031.046-.084.115-.134.181l-.087.115c-.012.018-.031.042-.051.069a.863.863,0,0,0-.117.176.612.612,0,0,0,.017.167.626.626,0,0,1,.007.3.865.865,0,0,1-.243.3,1.159,1.159,0,0,0-.138.142,2.594,2.594,0,0,0-.158.33c-.032.075-.063.145-.088.2-.013.027-.034.063-.057.1a1.029,1.029,0,0,0-.083.158.83.83,0,0,0-.007.134.824.824,0,0,1-.012.172,1.349,1.349,0,0,1-.09.229l-.069.15a1.344,1.344,0,0,0-.079.18,2.457,2.457,0,0,0-.046.337c-.007.073-.013.141-.021.19l-.008.057a1.707,1.707,0,0,1-.055.294,1.416,1.416,0,0,1-.173.32.6.6,0,0,1-.1.093.664.664,0,0,0-.073.061s0,.048,0,.075a.461.461,0,0,1-.012.155,1.051,1.051,0,0,1-.21.327.575.575,0,0,1-.154.094.54.54,0,0,0-.1.058h0c.01,0,.026.05.036.083a.475.475,0,0,1,.032.207.394.394,0,0,1-.091.169.524.524,0,0,0-.048.072h0c.012,0,.055.05.081.078a.518.518,0,0,1,.134.2.651.651,0,0,1-.013.256,1.518,1.518,0,0,1-.15.479.787.787,0,0,1-.212.186.783.783,0,0,0-.147.119.744.744,0,0,0-.042.166.66.66,0,0,1-.1.284.514.514,0,0,1-.192.128.568.568,0,0,0-.082.044.358.358,0,0,0-.039.047.4.4,0,0,1-.137.132.287.287,0,0,1-.125.022H56.2a.512.512,0,0,0-.17.075.86.86,0,0,1,.019.1.516.516,0,0,1,0,.21.586.586,0,0,1-.108.178.608.608,0,0,0-.059.082,1.07,1.07,0,0,0-.039.172.953.953,0,0,1-.061.245.7.7,0,0,1-.122.154.575.575,0,0,0-.09.105c0,.01.007.056.011.083a.434.434,0,0,1,0,.212.333.333,0,0,1-.1.124c-.012.011-.031.027-.037.034s.009.033.013.058a.327.327,0,0,1-.035.245.251.251,0,0,1-.182.075l-.021,0a.568.568,0,0,0-.018.071.587.587,0,0,1-.035.114.854.854,0,0,1-.1.151.723.723,0,0,0-.1.142.59.59,0,0,0,.024.115.62.62,0,0,1,.028.178,1.1,1.1,0,0,1-.082.281.463.463,0,0,1-.065.1.445.445,0,0,0-.046.064c.005.006.054.05.078.079a.808.808,0,0,1,.065.088l.04.051a.438.438,0,0,1,.136.278.307.307,0,0,1-.122.2.355.355,0,0,0-.048.049.436.436,0,0,0,.041.142l0,0a.2.2,0,0,1,.036.011.368.368,0,0,1,.118.061.417.417,0,0,1,.085.126.37.37,0,0,0,.039.066c.006-.008.107-.041.146-.068-.006,0,0-.014.007-.031.027-.063.073-.167.184-.167.127,0,.186.126.229.219.011.022.026.055.033.065a1.089,1.089,0,0,0,.1.1l.04.036a.2.2,0,0,1,.062-.09.351.351,0,0,1,.2-.061h.022a.5.5,0,0,1,.3.184.37.37,0,0,1,.028.217.441.441,0,0,0,0,.079.485.485,0,0,0,.06.045.237.237,0,0,1,.047-.012.53.53,0,0,1,.1-.014.238.238,0,0,1,.059.007.511.511,0,0,1,.258.209.692.692,0,0,1,.014.4.43.43,0,0,1-.065.128.245.245,0,0,0-.027.043.582.582,0,0,0-.028.093,1.016,1.016,0,0,1-.04.129.684.684,0,0,1-.156.242.425.425,0,0,1-.2.066c-.025,0-.061.01-.084.016a.327.327,0,0,0,.019.094l.026,0a.132.132,0,0,1,.042.007.456.456,0,0,1,.223.214.929.929,0,0,1,.032.4,1,1,0,0,1-.092.274.461.461,0,0,1-.074.091.382.382,0,0,0-.041.044c0,.01.017.078.027.118a.574.574,0,0,1,.023.231.354.354,0,0,1-.065.123.374.374,0,0,0-.024.037c0,.007,0,.045,0,.069a.41.41,0,0,1-.034.193.586.586,0,0,1-.176.17c-.024.018-.046.034-.061.048l-.041.036a.557.557,0,0,0-.081.079,1.555,1.555,0,0,0,0,.467,1.9,1.9,0,0,0,.055.244,1.756,1.756,0,0,1,.066.31,5.887,5.887,0,0,1-.069.744l.1,15.747a.127.127,0,0,1-.043.095.125.125,0,0,1-.082.031l-.017,0-20.867-.136L25.25,52.5l-12.444-.643-6.9-.4a.124.124,0,0,1-.113-.1.827.827,0,0,0-.077-.227.767.767,0,0,0-.2-.173c-.008,0-.042-.011-.065-.016a.508.508,0,0,1-.138-.045.66.66,0,0,1-.193-.177.46.46,0,0,1-.056-.155.539.539,0,0,0-.024-.083l0,.005a.109.109,0,0,1-.025-.006.27.27,0,0,1-.151-.091.629.629,0,0,1-.058-.4.274.274,0,0,1,.058-.114h0v0a.281.281,0,0,1-.068-.1.513.513,0,0,1-.014-.164.34.34,0,0,0,0-.044l0-.05a2.176,2.176,0,0,0-.02-.235.945.945,0,0,0-.051-.165c-.006-.009-.032-.038-.05-.057a.543.543,0,0,1-.1-.144.664.664,0,0,1-.028-.287.394.394,0,0,1,.064-.142.477.477,0,0,0,.035-.063,1.348,1.348,0,0,0-.063-.137A.911.911,0,0,1,4.5,48.14a.874.874,0,0,1-.047-.274.551.551,0,0,1,.045-.157.768.768,0,0,0,.026-.074,1.253,1.253,0,0,0-.009-.21,1.282,1.282,0,0,1-.008-.272,1.2,1.2,0,0,1,.067-.221,1.113,1.113,0,0,0,.046-.139,1.543,1.543,0,0,0,.022-.2,1.626,1.626,0,0,1,.037-.282,1.262,1.262,0,0,1,.1-.217,1.085,1.085,0,0,0,.084-.183,2.331,2.331,0,0,0,.022-.467l0-.05a1.133,1.133,0,0,0-.044-.326A.55.55,0,0,0,4.745,45a.686.686,0,0,1-.118-.094.355.355,0,0,1-.085-.148.362.362,0,0,1,.015-.162c0-.018.011-.044.012-.054a.457.457,0,0,0-.041-.132L4.5,44.393a.346.346,0,0,1-.1-.08.206.206,0,0,1-.036-.08.207.207,0,0,1-.035,0,.138.138,0,0,1-.086-.028.4.4,0,0,1-.1-.311v-.034a.869.869,0,0,1,.005-.129.737.737,0,0,0,.006-.095,1.042,1.042,0,0,0-.054-.137,1.252,1.252,0,0,1-.065-.17A1.1,1.1,0,0,1,4.005,43.023Z"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">OR Clean Fuels Program</span> <span class="breakdance-dropdown-link__description">Today's Value, up to: $0.048/kWh</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/washingtons-clean-fuel-standard-cfs/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" id="Layer_1" viewBox="0 0 64 64"><title/><path d="M20.692,22.819a.63.63,0,0,0,.016-.121c0-.01-.039-.054-.059-.08a.626.626,0,0,1-.085-.127.637.637,0,0,1-.036-.153.466.466,0,0,0-.024-.111.29.29,0,0,0-.092-.034.2.2,0,0,0-.064.018l.006.03a.364.364,0,0,1,.011.118.347.347,0,0,1-.087.2.249.249,0,0,1-.13.054l0,.019.007.058a.689.689,0,0,0,.023.144.617.617,0,0,0,.1.076.473.473,0,0,0,.055.027A.692.692,0,0,1,20.44,23a1.5,1.5,0,0,1,.175.179l.037.042c.039.041.073.078.1.113a1.652,1.652,0,0,1-.079-.356A.739.739,0,0,1,20.692,22.819Z"/><polygon points="16.526 17.287 16.487 17.275 16.487 17.275 16.522 17.292 16.526 17.287"/><path d="M20.421,23.7a.335.335,0,0,0-.009-.06,1.122,1.122,0,0,0-.155-.176l-.034-.035-.023-.026a1.165,1.165,0,0,0-.154-.153.49.49,0,0,0-.082-.02.42.42,0,0,1-.2-.076.463.463,0,0,1-.106-.2l-.018-.048-.082-.179c-.007-.014-.019-.035-.032-.058a.625.625,0,0,1-.1-.246.433.433,0,0,1,.045-.184.21.21,0,0,0,.025-.13.5.5,0,0,1,.029-.2.449.449,0,0,1,.19-.191.283.283,0,0,1,.117-.021c.031,0,.062,0,.093.006s.05,0,.068,0h.015a.4.4,0,0,0,.053-.025.391.391,0,0,1,.164-.056h0a.442.442,0,0,1,.186.056.45.45,0,0,0,.079.033l.054-.022.007,0a.9.9,0,0,0,.084-.161.589.589,0,0,0,.016-.218.74.74,0,0,0-.215-.226.825.825,0,0,0-.17-.045.839.839,0,0,1-.234-.07,1.211,1.211,0,0,1-.226-.187l-.087-.077a.8.8,0,0,1-.157-.156.914.914,0,0,1-.122-.362.35.35,0,0,1,.026-.13l.011-.035c-.017.009-.036.02-.057.03a.531.531,0,0,0-.067.038l.006,0c.013,0,.011.051.014.074l0,.042c0,.027.01.069.017.109s.011.061.014.083l.005.033a.463.463,0,0,1,.01.189.2.2,0,0,1-.043.081.41.41,0,0,1,.046.03l.032.022c.049.039.151.1.207.136.02.012.035.02.051.028a.577.577,0,0,1,.129.082.553.553,0,0,1,.187.341.34.34,0,0,1-.132.2l-.025.023a.455.455,0,0,1-.207.134.244.244,0,0,1-.048,0,.6.6,0,0,1-.272-.081.3.3,0,0,1-.092-.114v0a.923.923,0,0,0-.081.075c0,.006-.013.038-.02.059a.345.345,0,0,1-.1.178.248.248,0,0,1-.156.045h-.035a.4.4,0,0,0-.013.111l.05.018a.492.492,0,0,1,.079.032l.037.017a.491.491,0,0,1,.177.112.554.554,0,0,1,.088.206.561.561,0,0,0,.022.074c.017.038.045.089.075.143a1.381,1.381,0,0,1,.137.3.881.881,0,0,1,.01.223l0,.058,0,.269v.1a1.569,1.569,0,0,0,0,.159l0,.031a.5.5,0,0,0,.02.111l0,0a.234.234,0,0,1,.026,0c-.013,0,.013-.031.02-.045a.6.6,0,0,0-.01-.119.274.274,0,0,0-.012-.032.315.315,0,0,1-.033-.138.255.255,0,0,1,.1-.189.23.23,0,0,1,.119-.029.575.575,0,0,1,.18.034.464.464,0,0,1,.206.127.382.382,0,0,1,.052.2.587.587,0,0,0,.008.067.688.688,0,0,0,.088.121.776.776,0,0,0,.127.1l.042.009a.579.579,0,0,1,.06.012.589.589,0,0,1-.066-.082A.382.382,0,0,1,20.421,23.7Z"/><path d="M2.258,23.689a2.517,2.517,0,0,0-.021.337,3.561,3.561,0,0,0,.205,1.083,3.269,3.269,0,0,0,.231.488,2.368,2.368,0,0,0,.91,1.3A2.257,2.257,0,0,0,4,27.675a2.392,2.392,0,0,0,.2.206c.01.056.02.108.029.155.023.1.075.428.1.612l.007.054c.014.107.038.272.048.406h0A3.72,3.72,0,0,0,4.3,29.8a4.791,4.791,0,0,0,.144,1.078,4.715,4.715,0,0,0,.4.96,4.624,4.624,0,0,0,.375.546l.052.069c.019.076.042.178.056.25.033.179.051.3.061.382a3.523,3.523,0,0,0-.1.643,3.233,3.233,0,0,0,.028.573,2.538,2.538,0,0,0,.343,2.056c.028.116.059.217.086.3l.007.075a2.866,2.866,0,0,0,.137.888c.016.048.042.12.081.209a3.238,3.238,0,0,0-.083.44,3.3,3.3,0,0,0,0,.684v.012a4.189,4.189,0,0,0-.03.607,4.081,4.081,0,0,0,.072.563l.014.076c0,.024,0,.051,0,.079l0,.022-.026.146-.009.051c-.007.053-.016.12-.024.194a2.343,2.343,0,0,0-.2.749A2.672,2.672,0,0,0,6.122,43.1a2.446,2.446,0,0,0,1.72,1.08,2.478,2.478,0,0,0,.326.13,2.287,2.287,0,0,0,1.2.35,2.195,2.195,0,0,0,.618-.09,2.17,2.17,0,0,0,.464-.2,2.3,2.3,0,0,0,.353.028h.007a2.453,2.453,0,0,0,.535.524,2.488,2.488,0,0,0,.964.587,2.213,2.213,0,0,0,.678.105l.083,0a2.344,2.344,0,0,0,.462.046,2.274,2.274,0,0,0,.552-.068l.058-.016c.069-.019.135-.042.2-.066.06.053.125.107.194.16a3.611,3.611,0,0,0,.315.61l0,.064c0,.052.005.1.01.153a2.479,2.479,0,0,0,.039,1.12,2.325,2.325,0,0,0,.123.334,2.5,2.5,0,0,0-.032.29,2.888,2.888,0,0,0,.234,1.324,2.84,2.84,0,0,0,.8.981,4.09,4.09,0,0,0,.982.623,3.348,3.348,0,0,0,.839.207l.065.009c.053.008.147.018.248.027a2.528,2.528,0,0,0,.613.293,2.388,2.388,0,0,0,.434.1,2.225,2.225,0,0,0,1.225.357,2.893,2.893,0,0,0,.72-.1,4.034,4.034,0,0,0,.956-.341l.024-.013c.072-.006.143-.015.211-.026a3.252,3.252,0,0,0,.96-.345,2.186,2.186,0,0,0,.411-.132,2.259,2.259,0,0,0,.231-.117,2.246,2.246,0,0,0,.735-.368l.012-.009h.067a2.444,2.444,0,0,0,.344-.024l.052-.008a2.284,2.284,0,0,0,.461-.128A3.271,3.271,0,0,0,26,50.523l.005,0a3.141,3.141,0,0,0,.911.182,2.516,2.516,0,0,0,1.891,1.011l.105,0h.019a2.793,2.793,0,0,0,1.437-.428,2.651,2.651,0,0,0,.379.028,2.293,2.293,0,0,0,1-.221,2,2,0,0,0,.481-.3c.067-.013.137-.029.21-.05a4.382,4.382,0,0,0,.459-.16,2.668,2.668,0,0,0,1.21.281,5.29,5.29,0,0,0,1.454-.251,2.53,2.53,0,0,0,.236-.092,2.352,2.352,0,0,0,.284-.034,2.774,2.774,0,0,0,1.3-.65,6.564,6.564,0,0,0,.673-.235c.1-.04.259-.119.423-.2.042-.022.088-.046.128-.065l.143-.048a2.88,2.88,0,0,0,.418.032A2.389,2.389,0,0,0,39.5,49.3a3.344,3.344,0,0,0,1.09-.384l.1-.051a2.969,2.969,0,0,0,.409-.232h.066A2.57,2.57,0,0,0,41.6,48.6a2.46,2.46,0,0,0,.337-.086l.077,0h0a3.007,3.007,0,0,0,.74-.175,2.369,2.369,0,0,0,.3.056l.058,0c.057.005.149.009.206.009a3.619,3.619,0,0,0,1.031-.177l.072-.021a3.265,3.265,0,0,0,1.232-.6l13.732-.208a2.09,2.09,0,0,0,.486.057,2.119,2.119,0,0,0,1.453-.573,2.153,2.153,0,0,0,.6-2.1,2.379,2.379,0,0,0-.114-.6A1.793,1.793,0,0,0,61.853,44a2.565,2.565,0,0,0-.17-1.494c-.008-.058-.019-.118-.032-.179a2.277,2.277,0,0,0-.329-.764,2.28,2.28,0,0,0-.34-.633l-.74-26.882a2.115,2.115,0,0,0-2.124-2.066l-20.606.37L18.4,11.885h-.048a1.9,1.9,0,0,0-.238.015,2.532,2.532,0,0,0-.778.216,2.106,2.106,0,0,0-.561-.167l-.516-.081c-.034-.005-.069-.01-.1-.013-.069-.007-.155-.012-.223-.012a2.123,2.123,0,0,0-2.124,2.009A2.49,2.49,0,0,0,14,14.982a1.865,1.865,0,0,0,.089.179,2.187,2.187,0,0,0-1.007,3.049c0,.038.007.074.011.109.006.078.016.18.025.254l0,.042a3.61,3.61,0,0,0,.1.607,2.943,2.943,0,0,0,.623,1.232,2.153,2.153,0,0,0,.312.291q-.1.057-.18.114l-.024-.009a2.376,2.376,0,0,0-.679-.141l-.06-.021-.065-.02a2.792,2.792,0,0,0-.614-.113,2.313,2.313,0,0,0-.4-.152,2.348,2.348,0,0,0-.6-.079,2.861,2.861,0,0,0-.636.077c-.052.011-.115.027-.184.046l-.123-.017c-.11-.015-.343-.059-.506-.095-.041-.047-.085-.094-.133-.142a4.168,4.168,0,0,0-.5-.4,5.055,5.055,0,0,0-.835-.45,2.729,2.729,0,0,0-.654-.165c-.1-.065-.184-.124-.254-.166-.129-.078-.305-.171-.475-.261-.108-.056-.181-.094-.234-.123l-.068-.037c-.1-.053-.235-.126-.325-.179l-.033-.024a3.756,3.756,0,0,0-.69-.435,3.359,3.359,0,0,0-1.05-.268c-.065-.007-.164-.01-.252-.01a2.274,2.274,0,0,0-2.351,2.41,2.5,2.5,0,0,0,.095.541,2.794,2.794,0,0,0-.069.463,2.248,2.248,0,0,0-.156.383l-.016.054a2.577,2.577,0,0,0,.1,1.563A2.368,2.368,0,0,0,2.258,23.689Zm13.6-9.819a.122.122,0,0,1,.08-.028h.018l.519.081a.125.125,0,0,1,.1.105.927.927,0,0,1,.012.209.339.339,0,0,1-.075.167.365.365,0,0,1-.2.08.7.7,0,0,1-.3-.1.587.587,0,0,1-.182-.2.569.569,0,0,1-.022-.224A.126.126,0,0,1,15.853,13.87Zm-.992,3.147a.152.152,0,0,1,.113-.046.467.467,0,0,1,.2.063.446.446,0,0,0,.046.022l.07.02a.8.8,0,0,1,.23.086.84.84,0,0,1,.181.213,1.458,1.458,0,0,1,.105.258.816.816,0,0,1,.019.132.577.577,0,0,0,.018.119l.051.034a.474.474,0,0,1,.091.072,2.193,2.193,0,0,1,.233.336.41.41,0,0,1,.037.093c.005.015.012.036.018.051a.489.489,0,0,0,.237-.091h0a.54.54,0,0,1-.091-.052.41.41,0,0,0-.083-.04.456.456,0,0,1-.165-.094.546.546,0,0,1-.111-.253.525.525,0,0,1,.055-.293.324.324,0,0,1,.111-.095.347.347,0,0,1-.209-.128A.269.269,0,0,1,16,17.237l0-.013a.2.2,0,0,1-.127-.169c0-.111.1-.2.31-.293a.53.53,0,0,1,.191-.044.228.228,0,0,1,.082.014.459.459,0,0,1,.244.277.107.107,0,0,1,0,.025.428.428,0,0,1,.1-.122.933.933,0,0,1,.408-.14h.012a1.047,1.047,0,0,1,.378.082.971.971,0,0,1,.22.178,1.113,1.113,0,0,0,.12.106.782.782,0,0,0,.1.046.575.575,0,0,1,.249.148.45.45,0,0,1,.066.389.386.386,0,0,1-.258.151.413.413,0,0,0-.069.021h0c-.016.007-.039.016-.064.024a.4.4,0,0,0-.076.03h0c.011,0,0,.058.035.219a.874.874,0,0,0,.064.163.5.5,0,0,0,.04.051.363.363,0,0,1,.112.22.276.276,0,0,1-.088.175.408.408,0,0,0-.03.037s0,.053,0,.082a.36.36,0,0,0,.017.046.36.36,0,0,1,.034.191.417.417,0,0,1-.136.189.3.3,0,0,1-.091.047.311.311,0,0,0-.031.014s-.021.038-.028.057l0,0c.008,0,.018.021.027.033a.423.423,0,0,1,.065.129.662.662,0,0,1-.016.364.592.592,0,0,1-.295.214.4.4,0,0,1-.113.013.675.675,0,0,1-.143-.014.611.611,0,0,1-.27-.149.411.411,0,0,1-.065-.192.447.447,0,0,0-.01-.056l-.012-.038-.016-.049-.1.036a.651.651,0,0,1-.167.047l-.047,0a1.337,1.337,0,0,1-.281-.033,1.017,1.017,0,0,1-.275-.114.6.6,0,0,1-.113-.126.732.732,0,0,0-.054-.069,1.084,1.084,0,0,0-.174-.086c-.041-.018-.079-.034-.105-.048l-.056-.026a.751.751,0,0,1-.247-.153,1.234,1.234,0,0,1-.185-.429,2.008,2.008,0,0,1-.04-.279l-.006-.062c-.008-.054-.019-.166-.022-.221l0-.035a.5.5,0,0,1,0-.185.322.322,0,0,1,.128-.177.169.169,0,0,1,.09-.022.509.509,0,0,1,.056,0l-.027-.02a.956.956,0,0,0-.106-.072c-.035-.021-.068-.042-.089-.058l-.036-.027a.832.832,0,0,1-.211-.2C14.84,17.275,14.76,17.114,14.861,17.017ZM4.119,21.9l.028-.025.036-.037a1.02,1.02,0,0,0,.088-.094.465.465,0,0,0,.059-.123.563.563,0,0,0-.036-.116.642.642,0,0,1-.047-.17.748.748,0,0,1,.039-.3.723.723,0,0,1,.152-.193.763.763,0,0,0,.065-.069l.022-.03a.823.823,0,0,0,.077-.115.724.724,0,0,0,0-.174.927.927,0,0,0-.016-.129H4.529a.235.235,0,0,1-.151-.04.5.5,0,0,1-.155-.312.334.334,0,0,1,.1-.243.367.367,0,0,1,.256-.062c.034,0,.074,0,.119.005a1.4,1.4,0,0,1,.348.09,2.061,2.061,0,0,1,.311.207c.06.046.117.088.161.116.108.067.319.181.456.255l.055.03.248.131c.141.074.292.153.384.208.075.046.18.118.287.192s.24.167.323.215l.044.026a.813.813,0,0,0,.129.068.582.582,0,0,0,.089-.024.536.536,0,0,1,.155-.032h0a.7.7,0,0,1,.2.044,3.383,3.383,0,0,1,.442.244,2.243,2.243,0,0,1,.216.168,1.986,1.986,0,0,1,.141.171c.037.048.072.1.1.125a1.4,1.4,0,0,0,.192.186,2.232,2.232,0,0,0,.449.136l.09.022c.2.049.589.128.78.152a4.843,4.843,0,0,0,.567.055.738.738,0,0,0,.087,0,1.184,1.184,0,0,0,.185-.051c.061-.02.12-.038.163-.047l.036-.008a.976.976,0,0,1,.2-.029.266.266,0,0,1,.071.008.728.728,0,0,1,.273.191.862.862,0,0,0,.145.118.4.4,0,0,0,.113.024h0l.041-.032a.343.343,0,0,1,.139-.078.247.247,0,0,1,.056-.006.815.815,0,0,1,.212.038.738.738,0,0,1,.142.073.591.591,0,0,0,.1.054.2.2,0,0,0,.048,0c.033,0,.075,0,.109-.007s.089-.007.133-.007a.42.42,0,0,1,.14.02.5.5,0,0,1,.165.127.5.5,0,0,0,.079.07.943.943,0,0,0,.16.01H13.7l.05,0,.13.009c.1.007.221.016.292.017h.011c.1,0,.281-.006.368-.014l.055,0a.674.674,0,0,0,.158-.02c0-.006.03-.053.044-.078a.8.8,0,0,1,.055-.091A1.545,1.545,0,0,1,15,22.6a.445.445,0,0,1,.262-.148h.02a.287.287,0,0,1,.181.121.853.853,0,0,1,.1.148.778.778,0,0,0,.072.11.551.551,0,0,0,.08.044.6.6,0,0,1,.144.089.8.8,0,0,1,.121.191,1,1,0,0,0,.065.114c.016.017.047.05.069.07.017-.011.039-.028.054-.039a.447.447,0,0,1,.148-.087.8.8,0,0,1,.186-.019.714.714,0,0,1,.209.026.5.5,0,0,1,.247.205.359.359,0,0,1,.009.211.442.442,0,0,0-.009.079.645.645,0,0,0,.142.1.566.566,0,0,0,.15.03.189.189,0,0,0,.043-.01l-.072-.08-.033-.018a.3.3,0,0,1-.127-.1.407.407,0,0,1-.023-.3.336.336,0,0,1,.12-.131.415.415,0,0,0,.035-.029.48.48,0,0,0,.03-.054.408.408,0,0,1,.113-.158.592.592,0,0,1,.25-.068c.027,0,.05,0,.068-.009a.653.653,0,0,0,.065-.02.637.637,0,0,1,.2-.045.22.22,0,0,1,.1.021.349.349,0,0,1,.159.313.327.327,0,0,1-.159.189.384.384,0,0,0-.05.036.678.678,0,0,0-.119.161.355.355,0,0,0,.014.1.74.74,0,0,0,.118.154.569.569,0,0,0,.066.069c-.005,0,0-.008.011-.012s-.005-.033-.007-.046a.418.418,0,0,1-.007-.145.537.537,0,0,1,.095-.2.382.382,0,0,1,.238-.132.157.157,0,0,1,.052.008c.113.038.146.177.167.27a.8.8,0,0,1,.023.179.542.542,0,0,0,.008.1c0,.011.022.048.034.073a.612.612,0,0,1,.066.165c.016.125.023.274-.076.341a.151.151,0,0,1-.088.027.293.293,0,0,1-.13-.039l-.013-.006-.016.014a.407.407,0,0,0,.051.085v0l.018.01a.258.258,0,0,1,.125.1.354.354,0,0,1,.019.206.353.353,0,0,0,0,.051v.036a.624.624,0,0,0,.01.11l0,0a.194.194,0,0,1,.037.016.324.324,0,0,1,.138.112.36.36,0,0,1,.029.193.468.468,0,0,0,0,.065l0,0a.063.063,0,0,1,.023.012.283.283,0,0,1,.124.135.43.43,0,0,1-.051.311.338.338,0,0,1-.232.13.175.175,0,0,1-.082-.021.165.165,0,0,1-.009.065.389.389,0,0,1-.156.166.348.348,0,0,0-.042.032l-.05.041a.941.941,0,0,0-.11.1.911.911,0,0,0-.044.134,1,1,0,0,1-.042.13.855.855,0,0,1-.051.095.72.72,0,0,0-.042.077.7.7,0,0,0-.063.245s0,0,.009,0a.28.28,0,0,1,.036,0,.616.616,0,0,0,.037-.066.374.374,0,0,0,.024-.074.389.389,0,0,1,.072-.173.314.314,0,0,1,.134-.079.3.3,0,0,0,.04-.016c-.015-.007-.007-.028-.005-.047a.409.409,0,0,1,.032-.141.835.835,0,0,1,.184-.24.581.581,0,0,1,.149-.077.523.523,0,0,0,.084-.039.763.763,0,0,0,.066-.089c.019-.029.037-.056.051-.074a.844.844,0,0,1,.121-.138.258.258,0,0,1,.076-.038c0-.031-.013-.071-.017-.089a1.249,1.249,0,0,0-.062-.185.392.392,0,0,0-.047-.08c-.059-.084-.167-.239-.042-.343a.143.143,0,0,1,.088-.032.244.244,0,0,1,.16.089c.009.008.016.017.024.023a.774.774,0,0,0,.1.011.862.862,0,0,1,.151.029.551.551,0,0,1,.216.13,1.3,1.3,0,0,1,.17.541,1.023,1.023,0,0,1,0,.131.7.7,0,0,0,0,.1c0,.008.021.042.033.063a.464.464,0,0,1,.068.17.394.394,0,0,1-.034.163.422.422,0,0,0-.02.06l0,0c.006,0,.022.014.033.024a.357.357,0,0,1,.095.123.877.877,0,0,1,.017.327c0,.08,0,.175-.076.226a.185.185,0,0,1-.091.024.389.389,0,0,1-.192-.072.546.546,0,0,0-.067-.037.417.417,0,0,0-.124.031.265.265,0,0,0,.015.063l0,0,.013.006a.283.283,0,0,1,.065.041.773.773,0,0,1,.209.28.592.592,0,0,1-.015.253c0,.025-.009.047-.011.065s-.01.052-.017.083a.608.608,0,0,0-.018.105l0,0s.019.014.028.023a.33.33,0,0,1,.1.125.568.568,0,0,1,.009.227c0,.03-.005.058,0,.078a.4.4,0,0,0,.014.062.324.324,0,0,1-.015.288.233.233,0,0,1-.194.072l-.077,0c-.018,0-.044,0-.064,0l-.025,0c0,.008-.034.1-.054.19-.006.029-.008.051-.01.066l.03,0a.392.392,0,0,1,.108.029.751.751,0,0,1,.11.072.6.6,0,0,0,.06.043.537.537,0,0,0,.067.029.472.472,0,0,1,.171.094.429.429,0,0,1,.084.151.3.3,0,0,0,.017.039c.01.021.027.048.045.077a.788.788,0,0,1,.112.231.759.759,0,0,1-.023.261l-.009.048a.766.766,0,0,1-.023.087.535.535,0,0,0-.025.1l.015.023c0-.008.025-.006.043-.007a.464.464,0,0,1,.07,0l.041.006a.386.386,0,0,1,.224.086.348.348,0,0,1,.056.309.39.39,0,0,1-.206.166.8.8,0,0,1-.159.049.662.662,0,0,0-.112.031.907.907,0,0,0-.072.067.742.742,0,0,1-.114.1.624.624,0,0,1-.3.12h-.011a.482.482,0,0,1-.282-.139.174.174,0,0,1-.037-.066.425.425,0,0,0-.09.076.306.306,0,0,0-.037.1s.021.025.033.036c0-.007.02-.01.035-.013a.642.642,0,0,1,.087-.009.209.209,0,0,1,.061.008.626.626,0,0,1,.2.14.793.793,0,0,1,.1.149.717.717,0,0,0,.079.119.591.591,0,0,0,.193.085H20a.684.684,0,0,0,.091-.006.4.4,0,0,0-.015-.079.51.51,0,0,0-.039-.054.292.292,0,0,1-.092-.25c.038-.138.242-.192.3-.206a.265.265,0,0,1,.058-.006.723.723,0,0,1,.112.012.653.653,0,0,0,.072.01H20.5a.586.586,0,0,0,.206-.151.7.7,0,0,0,.024-.252.858.858,0,0,0-.058-.267.611.611,0,0,0-.069-.059.5.5,0,0,1-.132-.131.581.581,0,0,1-.075-.359.27.27,0,0,1,.107-.137c.01-.01.022-.018.029-.026a.553.553,0,0,0,.041-.127l-.049-.023a.4.4,0,0,1-.135-.082.6.6,0,0,1-.13-.259.469.469,0,0,1,.035-.2.568.568,0,0,0,.021-.075.521.521,0,0,0-.017-.085.421.421,0,0,1-.014-.252.437.437,0,0,1,.207-.194.286.286,0,0,1,.113-.019l.054,0h.072a.711.711,0,0,0,.042-.1l-.015-.008a.437.437,0,0,1-.064-.037c-.015-.011-.042-.034-.069-.058a.8.8,0,0,0-.078-.063c-.008,0-.048,0-.075-.006a.377.377,0,0,1-.237-.07.566.566,0,0,1-.107-.34.791.791,0,0,1,.07-.272.864.864,0,0,1,.128-.174.745.745,0,0,0,.082-.1.883.883,0,0,0,.11-.25.612.612,0,0,0-.033-.1.648.648,0,0,1-.039-.124,1.56,1.56,0,0,1-.018-.445.96.96,0,0,1,.123-.25,1.438,1.438,0,0,1,.095-.132l.02-.028c.022-.026.05-.055.081-.086a.746.746,0,0,0,.105-.12.691.691,0,0,0,0-.078.7.7,0,0,1,.009-.115,1.641,1.641,0,0,1,.06-.188l.07-.185c.02-.053.042-.107.054-.142a.292.292,0,0,0,.012-.049.364.364,0,0,1,.089-.205.376.376,0,0,1,.23-.068.639.639,0,0,0,.085-.011.366.366,0,0,0,.08-.068.094.094,0,0,1-.013-.027.361.361,0,0,1-.02-.118.8.8,0,0,1,.044-.19c.011-.035.021-.069.026-.093s.006-.035.011-.06a.645.645,0,0,0,.017-.1c-.021-.008-.055-.018-.077-.025a.542.542,0,0,1-.134-.052,2.117,2.117,0,0,1-.362-.32,2.5,2.5,0,0,1-.216-.341,1.454,1.454,0,0,1,.023.19.457.457,0,0,0,.008.057c.018.089.047.237-.073.3a.143.143,0,0,1-.07.018.133.133,0,0,1-.04-.005.636.636,0,0,1,.1.112.786.786,0,0,1,.077.2c.007.025.014.048.02.065s.02.048.033.079a1.3,1.3,0,0,1,.078.207.864.864,0,0,1,.011.292.6.6,0,0,1-.089.172c-.025.04-.046.071-.069.1a.767.767,0,0,0-.066.1.242.242,0,0,0-.012.042.356.356,0,0,1-.055.143.266.266,0,0,1-.153.089.238.238,0,0,1-.039,0,.556.556,0,0,1-.255-.074.64.64,0,0,1-.224-.286.417.417,0,0,1,.017-.212c.005-.02.012-.05.015-.072l-.007,0a.284.284,0,0,1-.092-.085.336.336,0,0,1-.035-.149.475.475,0,0,0-.007-.055l0,0c-.008,0-.034-.013-.045-.015.011,0-.027.038-.046.055l-.036.03a.273.273,0,0,1-.168.128H19.6a.351.351,0,0,1-.28-.169.227.227,0,0,1,.024-.185.273.273,0,0,0,.014-.031l0,0c-.007,0-.018-.028-.025-.037h0a.675.675,0,0,1-.218-.088.582.582,0,0,1-.143-.292A.344.344,0,0,1,19,23.946c0-.017.014-.042.016-.051l0,0s-.016-.023-.023-.036a.425.425,0,0,1-.046-.105.543.543,0,0,1-.006-.229.341.341,0,0,1,.074-.126c.011-.014.028-.036.033-.044a.948.948,0,0,0-.058-.211.875.875,0,0,0-.072-.128c-.018-.032-.036-.06-.047-.082a.532.532,0,0,1-.028-.069l-.012-.028-.038.01a.469.469,0,0,1-.136.026.2.2,0,0,1-.082-.016.27.27,0,0,1-.113-.134.954.954,0,0,0-.149-.161,1.084,1.084,0,0,0-.1-.076c-.03-.021-.058-.04-.077-.055l-.052-.039a.892.892,0,0,1-.2-.178.683.683,0,0,1-.131-.369.6.6,0,0,1,.175-.287.7.7,0,0,0,.07-.083c.018-.029.042-.069.067-.112.041-.071.087-.147.12-.192a2.6,2.6,0,0,1,.172-.2c.054-.058.107-.115.139-.157s.1-.13.122-.176a1.1,1.1,0,0,0,.083-.15.8.8,0,0,0,0-.22c0-.041-.014-.1-.023-.159-.006-.036-.012-.07-.015-.1l-.008-.041a.509.509,0,0,1-.013-.2v0a.377.377,0,0,1-.121.023.2.2,0,0,1-.1-.026c-.116-.08-.1-.278-.1-.28a.65.65,0,0,1,.125-.264.547.547,0,0,1,.173-.136.647.647,0,0,1,.2-.034.8.8,0,0,0,.085-.008l.052-.019a.313.313,0,0,1-.136-.136l-.013.01a.551.551,0,0,1-.272.081.243.243,0,0,1-.095-.016.377.377,0,0,1-.165-.21l-.028-.055a.465.465,0,0,1-.09-.271.384.384,0,0,1,.117-.188l.045-.054c.038-.055.1-.14.192-.14a.173.173,0,0,1,.123.058.275.275,0,0,1,0-.223.314.314,0,0,1,.253-.124h0a.33.33,0,0,1,.249.189v0a.335.335,0,0,1-.091.269.292.292,0,0,1-.166.068h0a.315.315,0,0,1-.165-.071.518.518,0,0,1,.029.075.469.469,0,0,0,.019.052.179.179,0,0,1,.128.076l.006.01a.262.262,0,0,1,.186-.105.143.143,0,0,1,.029,0c.089.018.129.1.159.164,0,.011.012.026.018.036l.006,0,.014,0a.31.31,0,0,1,.113.036s.163.107.185.228a.335.335,0,0,1-.119.286l-.023.012.056.03a.571.571,0,0,1,.166.13.5.5,0,0,1,.071.161.686.686,0,0,0,.031.087.428.428,0,0,0,.1.049.723.723,0,0,0,.116.022,1.1,1.1,0,0,0-.015-.183.939.939,0,0,1-.013-.11,1.575,1.575,0,0,0-.025-.229.807.807,0,0,0-.092-.249l0,0a.12.12,0,0,1-.028-.01.248.248,0,0,1-.163-.124.291.291,0,0,1,.088-.305.233.233,0,0,1,.122-.031.579.579,0,0,1,.247.067.255.255,0,0,1,.092.106.975.975,0,0,0,.09-.1.446.446,0,0,0,.064-.138.734.734,0,0,0-.121-.2,1.116,1.116,0,0,0-.135-.121.991.991,0,0,1-.212-.2,1.17,1.17,0,0,1-.146-.431.913.913,0,0,1,.066-.292.539.539,0,0,1,.056-.1.582.582,0,0,0,.041-.069.3.3,0,0,0,0-.1.455.455,0,0,0-.119-.105.526.526,0,0,0-.159-.033l-.018,0a.544.544,0,0,0-.176.076.627.627,0,0,0-.118.162.47.47,0,0,0-.025.145.093.093,0,0,1,.016.025.286.286,0,0,1,.047.158.231.231,0,0,1-.054.123l0,.005a.248.248,0,0,1,.071.175.378.378,0,0,1-.272.29l-.022,0c-.1,0-.187-.09-.266-.18a1.069,1.069,0,0,1-.125-.212c-.018-.037-.031-.071-.045-.106a.535.535,0,0,0-.04-.1.45.45,0,0,0-.047-.04.664.664,0,0,1-.069-.059l-.03-.032c-.071-.07-.168-.165-.144-.279.034-.158.288-.206.29-.207l.032,0a.376.376,0,0,1,.14.036l.017.006a.189.189,0,0,1,.018-.04.548.548,0,0,1,.043-.063.543.543,0,0,0,.046-.067.305.305,0,0,0-.01-.043.331.331,0,0,0-.063-.04c.006,0,0,.009-.016.014a.3.3,0,0,1-.122.033h-.017a.373.373,0,0,1-.258-.153.316.316,0,0,1,.033-.255.584.584,0,0,0,.026-.067,1.049,1.049,0,0,0-.044-.17.46.46,0,0,0-.037-.089c-.005,0-.039-.021-.059-.032a.815.815,0,0,1-.08-.047.66.66,0,0,1-.16-.148c-.109-.153-.141-.279-.092-.368a.214.214,0,0,1,.2-.087H18.2a.582.582,0,0,0,.017-.164c0-.02-.006-.043-.01-.063l-.023.017a.427.427,0,0,1-.209.1.328.328,0,0,1-.24-.143.408.408,0,0,1,0-.318.45.45,0,0,1,.173-.168l.039-.027a.724.724,0,0,1,.06-.041.5.5,0,0,0,.06-.042h0s0-.014.005-.029a.278.278,0,0,1,.078-.153c.009-.009.052-.049.207-.068l19.153.467,20.609-.371h0a.124.124,0,0,1,.124.121l.743,26.945a.1.1,0,0,1,0,.035,2.554,2.554,0,0,0-.064.286.708.708,0,0,0-.005.215l0,0,.017.006a.282.282,0,0,1,.109.084.394.394,0,0,1,.053.18.445.445,0,0,0,.013.073.85.85,0,0,0,.109.079.541.541,0,0,1,.2.183.376.376,0,0,1,.024.192.373.373,0,0,0,0,.074.894.894,0,0,0,.086.083.473.473,0,0,1,.17.222.408.408,0,0,1-.06.254.6.6,0,0,0-.041.106l.007,0a.235.235,0,0,1,.068.032.43.43,0,0,1,.167.138.587.587,0,0,1,.051.335.575.575,0,0,1-.112.208.723.723,0,0,0-.06.094.5.5,0,0,0-.006.056.42.42,0,0,1-.04.169.348.348,0,0,1-.128.11.444.444,0,0,0-.054.037.5.5,0,0,0,.024.15,1.356,1.356,0,0,0,.122.069.538.538,0,0,1,.208.148.482.482,0,0,1,.079.374.249.249,0,0,0,.054.222.124.124,0,0,1-.1.2.121.121,0,0,1-.076-.026.953.953,0,0,0-.109-.036L44.9,45.613c-.071.069-.229.22-.3.275a1.518,1.518,0,0,1-.736.394l-.071.021a1.952,1.952,0,0,1-.471.1h-.036a.708.708,0,0,1-.236-.1.745.745,0,0,0-.124-.06,1.02,1.02,0,0,0-.164-.011.783.783,0,0,0-.13.008,1.467,1.467,0,0,0-.245.09c-.057.024-.111.046-.15.06l-.065.023a1.513,1.513,0,0,1-.34.1l-.03,0a.762.762,0,0,1-.121-.014c-.03,0-.084-.008-.1-.011a.642.642,0,0,0-.124.055.725.725,0,0,1-.186.079.739.739,0,0,1-.1.007.869.869,0,0,1-.213-.024.722.722,0,0,1-.194-.116.648.648,0,0,0-.133-.085.3.3,0,0,0-.049,0,.666.666,0,0,0-.221.038.7.7,0,0,0-.139.158.806.806,0,0,0-.058.115.794.794,0,0,1-.129.217.85.85,0,0,1-.237.144l-.111.056a1.765,1.765,0,0,1-.459.186.381.381,0,0,1-.059,0,1.555,1.555,0,0,1-.268-.035,1.663,1.663,0,0,0-.221-.029,3.946,3.946,0,0,0-.8.218,3.245,3.245,0,0,0-.32.154c-.1.054-.206.106-.279.137-.108.045-.326.122-.44.153-.054.014-.131.026-.211.039a1.638,1.638,0,0,0-.233.045.725.725,0,0,0-.183.088.834.834,0,0,0-.036.076.479.479,0,0,1-.088.153.873.873,0,0,1-.373.206.187.187,0,0,1-.042,0A.638.638,0,0,1,35.5,48.5a.568.568,0,0,0-.1-.024H35.4a.955.955,0,0,0-.232.12,1.23,1.23,0,0,1-.232.123,3.256,3.256,0,0,1-.828.151.709.709,0,0,1-.117-.008,1.275,1.275,0,0,1-.47-.221.858.858,0,0,1-.156-.194.757.757,0,0,0-.114-.15.91.91,0,0,0-.3-.087.922.922,0,0,0-.342.114.766.766,0,0,0-.09.117.724.724,0,0,1-.147.175,1.87,1.87,0,0,1-.476.209,1.728,1.728,0,0,1-.245.037,1.437,1.437,0,0,0-.216.031,1.361,1.361,0,0,0-.331.154.591.591,0,0,0-.05.073.419.419,0,0,1-.163.177.346.346,0,0,1-.142.026.552.552,0,0,1-.19-.032.357.357,0,0,1-.128-.106.423.423,0,0,0-.044-.047,1.673,1.673,0,0,0-.173.033.862.862,0,0,1-.2.033h-.026a1.6,1.6,0,0,1-.26-.058c-.04-.011-.076-.021-.1-.026a.771.771,0,0,0-.2.091.862.862,0,0,0-.019.113.445.445,0,0,1-.085.255.716.716,0,0,1-.415.145.565.565,0,0,1-.366-.173.431.431,0,0,1-.036-.282.6.6,0,0,0,0-.109.539.539,0,0,0-.107-.181.81.81,0,0,0-.2-.07,1.2,1.2,0,0,1-.193-.061,1.281,1.281,0,0,1-.179-.117.922.922,0,0,0-.184-.116.357.357,0,0,0-.08-.007,1.07,1.07,0,0,0-.15.011.752.752,0,0,0-.111.037.782.782,0,0,1-.2.057h-.035a1.245,1.245,0,0,1-.373-.062.966.966,0,0,1-.219-.137.972.972,0,0,0-.138-.094.732.732,0,0,0-.228-.073h0a.54.54,0,0,0-.116.074.645.645,0,0,1-.175.1,1.12,1.12,0,0,1-.3.028c-.031,0-.06,0-.082,0h-.113a1.4,1.4,0,0,0-.218.011.534.534,0,0,0-.094.051.614.614,0,0,1-.193.088.45.45,0,0,1-.066,0,1.491,1.491,0,0,1-.383-.064.648.648,0,0,1-.146-.074.66.66,0,0,0-.12-.062.688.688,0,0,0-.23.076,1.109,1.109,0,0,0-.223.207.556.556,0,0,0-.047.1.521.521,0,0,1-.137.229.491.491,0,0,1-.253.069.593.593,0,0,0-.112.017.491.491,0,0,0-.056.052.45.45,0,0,1-.131.1.579.579,0,0,1-.212.031.671.671,0,0,0-.112.008.868.868,0,0,0-.091.068.848.848,0,0,1-.111.079,1.7,1.7,0,0,1-.39.156.312.312,0,0,1-.054,0,1.059,1.059,0,0,1-.133-.012c-.031,0-.073-.008-.095-.008h-.009a1.4,1.4,0,0,0-.355.1.732.732,0,0,0-.078.067.627.627,0,0,1-.126.1,2.209,2.209,0,0,1-.442.148l-.046.011a1,1,0,0,1-.235.04.255.255,0,0,1-.112-.022.433.433,0,0,1-.179-.232.6.6,0,0,0-.06-.108.632.632,0,0,0-.227-.065h0c-.007,0-.041.022-.062.033a.435.435,0,0,1-.141.06.486.486,0,0,1-.056,0,.82.82,0,0,1-.222-.031.849.849,0,0,1-.2-.11c-.037-.025-.071-.048-.1-.061a3.323,3.323,0,0,0-.465-.171,2.144,2.144,0,0,0-.263-.034c-.063-.006-.122-.011-.164-.017l-.063-.009a1.633,1.633,0,0,1-.354-.074,2.327,2.327,0,0,1-.464-.31.922.922,0,0,1-.271-.294.984.984,0,0,1-.048-.372,1.362,1.362,0,0,1,.047-.236c.011-.038.02-.073.025-.1l.014-.068a1.514,1.514,0,0,0,.038-.246,1.178,1.178,0,0,0-.077-.325.682.682,0,0,0-.072-.09.564.564,0,0,1-.138-.209.607.607,0,0,1,.014-.27.8.8,0,0,1,.042-.134.569.569,0,0,0,.035-.1.708.708,0,0,0-.029-.126.786.786,0,0,1-.038-.18,1.017,1.017,0,0,1,.025-.2.86.86,0,0,0,.02-.14,1.09,1.09,0,0,0-.052-.3.612.612,0,0,0-.079-.094.919.919,0,0,1-.08-.1,3.052,3.052,0,0,1-.29-.5,1.054,1.054,0,0,1-.04-.247.984.984,0,0,0-.034-.212.857.857,0,0,0-.171-.188,1.2,1.2,0,0,0-.174-.087,1.423,1.423,0,0,1-.2-.1,2.3,2.3,0,0,1-.259-.228c-.062-.06-.123-.119-.169-.155-.124-.1-.383-.28-.513-.358l-.053-.034a1.028,1.028,0,0,0-.219-.117h-.008a1.48,1.48,0,0,0-.265.053l-.042.011a2.026,2.026,0,0,0-.343.114.649.649,0,0,0-.084.087.514.514,0,0,1-.223.18.274.274,0,0,1-.064.008.736.736,0,0,1-.216-.047.528.528,0,0,0-.107-.03h0a.483.483,0,0,0-.078.013.794.794,0,0,1-.143.02.235.235,0,0,1-.075-.011.677.677,0,0,1-.235-.174c-.021-.02-.04-.039-.056-.052s-.028-.021-.046-.033a.482.482,0,0,1-.178-.178.5.5,0,0,1,0-.275.567.567,0,0,0,.012-.1v-.043a.891.891,0,0,0-.025-.233.637.637,0,0,0-.25-.2H12.12a.69.69,0,0,0-.127.031l-.06.016a1.09,1.09,0,0,1-.139.018c-.046.005-.1.01-.143.017l-.023,0a.124.124,0,0,1-.071-.024.748.748,0,0,0-.23-.025h-.009l-.1,0c-.067,0-.17.009-.236.015l-.034,0-.028.008a.442.442,0,0,1-.122.022.166.166,0,0,1-.113-.039.265.265,0,0,1-.058-.245.351.351,0,0,0,0-.053l-.008-.051c-.006-.03-.016-.093-.028-.13a.729.729,0,0,0-.206.121.1.1,0,0,1-.012.027.307.307,0,0,1-.085.113.525.525,0,0,1-.247.087.183.183,0,0,1-.086-.019.209.209,0,0,1-.1-.168.392.392,0,0,0-.087.037.714.714,0,0,0-.09.166,1.116,1.116,0,0,1-.058.119.476.476,0,0,0-.022.051c-.039.091-.088.2-.192.234a.18.18,0,0,1-.05.008.384.384,0,0,1-.2-.088c-.017-.011-.032-.022-.044-.028-.062-.029-.187-.084-.249-.111a.5.5,0,0,0-.049-.015.393.393,0,0,1-.188-.093.463.463,0,0,1-.082-.235.888.888,0,0,1-.006-.138.6.6,0,0,0,0-.118.506.506,0,0,0-.109-.1.376.376,0,0,0-.078-.04c.007,0-.025.021-.036.031h0c.014,0,.016.031.019.054a.36.36,0,0,1,0,.2c-.02.054-.114.206-.24.216H8.09c-.163,0-.31-.213-.311-.215a.689.689,0,0,1-.093-.354.6.6,0,0,1,.089-.223.767.767,0,0,0,.048-.095,2.459,2.459,0,0,0,.048-.327c.008-.066.014-.127.021-.173l.021-.117a2.441,2.441,0,0,0,.041-.264,3.9,3.9,0,0,0-.018-.44c0-.051-.018-.123-.032-.2a1.5,1.5,0,0,1-.024-.608c.009-.081.018-.16.018-.214s0-.11-.011-.177a1.6,1.6,0,0,1-.011-.294.953.953,0,0,1,.094-.318c.012-.018.118-.18.25-.18h0c.156,0,.268.221.269.223a.5.5,0,0,1,.033.2c0,.021,0,.041,0,.055s.009.065.016.1a1.682,1.682,0,0,1,.031.25,1.565,1.565,0,0,1-.039.325,1.246,1.246,0,0,1-.065.169c-.015.035-.031.069-.039.094l-.02.056a.741.741,0,0,0-.048.167.57.57,0,0,0,.067.169.187.187,0,0,1,.028-.091.326.326,0,0,1,.245-.135.174.174,0,0,1,.045.006.206.206,0,0,1,.13.151l.02-.021a1.009,1.009,0,0,0,.087-.193l.044-.11a.892.892,0,0,0,.061-.165,1.169,1.169,0,0,0-.072-.348,1.1,1.1,0,0,0-.1-.157,1.616,1.616,0,0,1-.1-.149c-.007-.013-.017-.029-.029-.048-.064-.1-.143-.227-.1-.342a.259.259,0,0,1,.193-.131.291.291,0,0,0,.047-.015.913.913,0,0,0,.1-.125.355.355,0,0,0,.022-.053.379.379,0,0,1,.1-.171.418.418,0,0,1,.222-.064.5.5,0,0,0,.091-.014.114.114,0,0,0,.079-.185.281.281,0,0,1-.12-.058.3.3,0,0,1-.065-.122.229.229,0,0,1-.071.165.28.28,0,0,1-.184.055.347.347,0,0,1-.134-.023.192.192,0,0,1-.078-.068.324.324,0,0,1-.083.193.381.381,0,0,1-.225.074.243.243,0,0,1-.079-.012.38.38,0,0,1-.178-.2.459.459,0,0,0-.053-.088s-.014.006-.033.006H8.216a.357.357,0,0,1-.195-.039.8.8,0,0,1-.237-.346,1.019,1.019,0,0,1-.03-.284c0-.041,0-.079,0-.107-.009-.086-.028-.259-.043-.343a1.764,1.764,0,0,0-.048-.17,1.388,1.388,0,0,1-.077-.34,1.158,1.158,0,0,1,.066-.319c.031-.1.065-.212.164-.242a.159.159,0,0,1,.048-.007.374.374,0,0,1,.243.151.626.626,0,0,1,.1.249.374.374,0,0,1-.01.128.262.262,0,0,0,.07-.046h0s0-.032,0-.051a.359.359,0,0,1,.047-.173.541.541,0,0,1,.2-.138.8.8,0,0,0,.084-.047.391.391,0,0,0,.033-.041.38.38,0,0,1,.132-.123.4.4,0,0,1,.165-.026H9c.021,0,.041,0,.059,0h.029l.058-.006a1.357,1.357,0,0,0,.338-.063.374.374,0,0,0,.073-.056.462.462,0,0,0-.044-.045.32.32,0,0,0-.095-.052s-.045.024-.073.038a.478.478,0,0,1-.2.067.183.183,0,0,1-.09-.023.194.194,0,0,1-.087-.17c-.018,0-.044.008-.062.01a1.024,1.024,0,0,1-.122.011.244.244,0,0,1-.131-.031.333.333,0,0,1-.122-.2.36.36,0,0,1,.024-.157.3.3,0,0,0,.014-.047.524.524,0,0,0-.019-.136H8.478a.306.306,0,0,1-.08-.008.727.727,0,0,1-.109-.041A.543.543,0,0,0,8.2,34.1H8.185a.615.615,0,0,0-.221.057.389.389,0,0,0-.111.12.865.865,0,0,0,.047.332.741.741,0,0,0,.037.068.342.342,0,0,1,.077.266c-.034.11-.156.17-.29.226l-.059.028a.557.557,0,0,1-.227.073.189.189,0,0,1-.095-.024c-.1-.06-.111-.2-.108-.335a.835.835,0,0,1,.066-.248.926.926,0,0,0,.047-.155,1.776,1.776,0,0,0-.029-.339,2.156,2.156,0,0,1-.031-.355,2.072,2.072,0,0,1,.059-.324A1.921,1.921,0,0,0,7.4,33.2a4.876,4.876,0,0,0-.11-.878,5.121,5.121,0,0,0-.162-.635,2.285,2.285,0,0,0-.138-.268,2.984,2.984,0,0,0-.178-.245,3.4,3.4,0,0,1-.226-.319,2.768,2.768,0,0,1-.207-.494A2.885,2.885,0,0,1,6.3,29.8a2.011,2.011,0,0,1,.043-.321,1.9,1.9,0,0,0,.039-.263,6.436,6.436,0,0,0-.069-.762l-.006-.042c-.025-.213-.086-.6-.127-.792-.016-.075-.031-.171-.047-.278a1.971,1.971,0,0,0-.236-.832c-.008,0-.065-.008-.1-.012a.377.377,0,0,1-.26-.1.553.553,0,0,1-.07-.365.805.805,0,0,0-.006-.157.7.7,0,0,0-.08-.162,1.044,1.044,0,0,0-.132-.119,1.147,1.147,0,0,1-.124-.109.946.946,0,0,1-.084-.113.777.777,0,0,0-.081-.111s-.016.008-.027.011a.461.461,0,0,1-.109.017.177.177,0,0,1-.1-.026.505.505,0,0,1-.163-.322.645.645,0,0,0-.031-.109c-.018-.04-.049-.093-.082-.149a1.854,1.854,0,0,1-.132-.256,1.552,1.552,0,0,1-.086-.415,1.02,1.02,0,0,1,.048-.253.954.954,0,0,0,.041-.2.853.853,0,0,0-.058-.17.669.669,0,0,1-.08-.333.293.293,0,0,1,.08-.144.358.358,0,0,0,.028-.036.569.569,0,0,0-.02-.209.885.885,0,0,0-.071-.074.55.55,0,0,1-.12-.14.73.73,0,0,1-.076-.407A.336.336,0,0,1,4.119,21.9Z"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">WA Clean Fuels Standard</span> <span class="breakdance-dropdown-link__description">Today's Value, up to: $0.029/kWh</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/britishcolumbia-lcfs/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" version="1.0" width="200.000000pt" height="200.000000pt" viewBox="0 0 200.000000 200.000000" preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,200.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none"> <path d="M180 1754 c0 -3 15 -39 34 -80 37 -80 44 -84 103 -59 19 8 41 15 47 15 7 0 43 -78 81 -172 57 -143 76 -179 108 -210 l39 -36 -26 -86 -26 -85 22 -80 c20 -70 27 -83 55 -98 29 -16 33 -22 33 -61 0 -36 5 -48 29 -68 24 -20 31 -34 33 -71 3 -46 5 -48 77 -100 41 -30 84 -55 95 -58 12 -2 33 -6 47 -9 19 -4 47 -32 94 -96 l67 -90 192 0 c145 1 230 6 354 24 90 13 167 27 172 32 4 5 -8 52 -29 104 l-36 95 -135 92 c-104 70 -153 112 -212 179 -77 86 -78 87 -79 143 -1 130 -35 680 -41 687 -4 4 -124 10 -265 15 -210 6 -306 14 -516 43 -255 36 -317 41 -317 30z m355 -68 c199 -26 313 -36 484 -40 124 -3 226 -8 229 -10 2 -3 13 -168 23 -367 l20 -363 57 -65 c93 -106 122 -132 249 -216 l121 -80 30 -78 c35 -90 50 -78 -128 -102 -70 -9 -192 -15 -315 -15 l-201 0 -46 63 c-73 99 -90 113 -139 121 -30 5 -65 23 -111 57 -66 48 -68 50 -68 94 0 38 -4 48 -30 67 -26 19 -30 28 -30 68 0 43 -3 48 -34 65 -30 16 -36 28 -53 89 l-19 71 29 90 28 89 -45 41 c-40 36 -52 58 -116 220 -40 99 -74 182 -76 184 -2 3 -28 -3 -58 -12 -69 -22 -72 -22 -84 11 -5 15 -13 35 -17 45 -6 15 -4 17 16 13 13 -3 141 -21 284 -40z"/> <path d="M1280 824 c0 -31 116 -145 217 -214 95 -66 133 -83 133 -61 0 6 -47 42 -105 81 -65 44 -127 98 -166 141 -62 70 -79 82 -79 53z"/> <path d="M1640 525 c0 -17 36 -39 51 -29 7 4 4 13 -7 25 -20 23 -44 25 -44 4z"/> <path d="M367 1013 c-18 -18 6 -129 42 -190 39 -68 57 -78 67 -35 3 15 12 48 20 74 8 26 14 63 14 82 0 39 -12 49 -73 60 -21 4 -44 9 -51 12 -7 2 -15 1 -19 -3z m100 -53 c8 0 0 -70 -12 -100 l-13 -35 -21 45 c-11 25 -21 59 -21 77 0 31 1 31 32 22 18 -5 34 -9 35 -9z"/> <path d="M643 568 c2 -7 22 -43 44 -81 33 -56 55 -78 129 -133 144 -106 236 -146 250 -109 8 21 -73 143 -106 160 -15 8 -37 29 -50 48 -18 26 -47 44 -129 80 -107 48 -147 57 -138 35z m152 -77 c45 -20 77 -42 90 -61 11 -17 36 -41 55 -54 31 -20 91 -106 75 -106 -13 0 -102 56 -183 114 -56 41 -90 74 -107 104 -14 24 -19 42 -12 39 6 -2 44 -19 82 -36z"/> </g> </svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">BC Low Carbon Fuel Standard</span> <span class="breakdance-dropdown-link__description">Today's Value, up to: CAN $0.250/kWh</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/canadian-clean-fuel-regulations/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" style="enable-background:new 0 0 64 64;" version="1.1" viewBox="0 0 64 64" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st1{fill:#58595B;} .st2{fill:#509E2F;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st3{fill:#00B5E2;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st4{fill:#EF3340;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st5{fill:#FFFFFF;} .st6{fill:#EF3340;} .st7{fill:#FFFFFF;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st8{fill:#0F65B2;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st9{fill:#008C45;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st10{fill:#58595B;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st11{fill:#FFDB2C;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} .st12{fill:#FFDB2C;} .st13{fill:#0F65B2;} .st14{fill:none;} .st15{fill:none;stroke:#58595B;stroke-miterlimit:10;} .st16{fill:#057F3C;stroke:#58595B;stroke-linejoin:round;stroke-miterlimit:10;} </style><g><path class="st0" d="M4.5,26.3799896c0.0816898,0,7.0661697-7.6824226,7.0661697-7.6824226l1.2049246,2.0499725 l2.6549196,0.3582478l0.980278-0.1393185v1.5723095l1.0007-0.1791248l2.1443577,1.7912388 c0,0,0.6535187,0.6965923,0.6535187,0.7961063c0,0.0995121-0.6330967,0.5174694-0.6330967,0.5174694l2.2260475,0.9155216 l0.6126747,0.8956184l0.469717-1.1742554l0.8781643-0.1393185l1.4091492,0.8359108l1.4738731-0.0796108l0.6739407,0.5970802 l0.6330967-1.2936726c0,0-0.2450695-0.855814-0.2859135-0.9155216c-0.0408459-0.0597095-0.3369713-1.2837219-0.3369713-1.2837219 l0.6398525-1.28372l1.0823898,0.4478092l0.3148975,1.9081669c0,0,0.7352085,0.5174675,0.7352085,0.577177 c0,0.0597076,0.0322838,0.888155,0.0322838,0.888155l1.0619678,0.9155216l0.6739407-1.5524063l-0.1633797-1.2339649 l-0.6330967-0.8359108l-0.6330948-1.8708496l0.2859135-1.7315292l0.8781662,0.0597076c0,0,1.5929508,0.0796108,1.5929508,0.1393185 s0.3676033,0.6368847,0.3676033,0.6965923s1.511261,0.2587337,1.511261,0.2587337l1.0007019,0.8956203l1.3070374-0.1393185 l1.1640816,0.6567879l0.4084473,1.1941586l2.0422478,0.3582478l0.8985863-0.0398064l0.8168983,0.9752312 c0,0-0.2246475,1.1543522-0.2246475,1.2140617c0,0.0597076-2.532383-0.6368847-2.532383-0.6368847 s0.3676033,0.9553261,0.3880272,1.0548401c0.0204201,0.0995121,2.4302711,1.4727955,2.3690033,1.5325031 s-1.8788643,0.4179554-1.8788643,0.4179554l1.1028099,1.0946465c0,0-3.8189964-0.9951324-3.8802643-0.955328 c-0.0612679,0.0398064-1.470417,0.199028-1.470417,0.199028l0.6535187-1.7713375c0,0,0.2246475-1.5723076,0.1633797-1.5723076 s-1.6950645-1.532505-1.6950645-1.532505l-2.2464714-0.1194153l0.040844,1.3135738l0.4697189,1.0747433l-0.1429596,1.6320171 l-1.6337967,0.5174694l-0.5718269,1.9703617l-1.4091492,1.0946465l-0.8168983,1.0349388 c0,0-1.3070374,2.5475388-1.3070374,2.6072464s0.3267593,1.3135757,0.3267593,1.3135757l0.8985882,0.6368828l0.3471813,1.3732834 l2.2056255,0.1194153l1.4772243,0.8160095l1.1572723,0.2985382l1.7154846,0.1592216l0.5718307,2.01017l1.8584442,1.7315292 l0.5922508-1.0548401l-0.8577423-2.5077324c0,0,2.4711151-2.4878311-0.3676071-4.5975151l-0.4288712-1.233963l0.0612679-0.6567879 l-0.2450676-0.5373726l-0.6943665-1.6917229l1.5725327-0.2388325l0.8985863-0.1990261l1.1436577,0.7276955l1.511261,0.3072433 c0,0,0.2246475,1.432991,0.2654915,1.4926987s1.3070374,0.2388306,1.3070374,0.2388306l0.8577423-0.6567879v-1.5922127 l2.1647835,1.0747452c0,0,1.470417,1.5325012,1.5316811,1.5723076c0.0612679,0.0398064,1.2253494,0.3980522,1.2253494,0.3980522 l1.511261-0.0995102l1.0619698,0.0995102L51.5124931,35.17696l0.9598541-0.0398064c0,0,1.3683052,1.2936745,1.4091492,1.3533821 c0.0408478,0.0597076-0.6330948,1.2737694-0.6330948,1.2737694l-0.4288712,1.5922127l-1.4499931,1.0548401l-3.6351967,1.6320152 l-0.3471832,1.4130898l0.0816879,1.632019c0,0,2.1647835-2.6868591,3.4309731-2.8261795l-0.4697151,1.3135757l0.9190102,0.8160095 l1.3274612,0.5970802l1.206707-0.5572739l0.4270897-1.2140617l1.511261,0.6766891l-1.3478813,2.0698738l-1.3070374,0.9354248 l-0.5922546,1.6917267l-1.1845016-0.9553261l0.490139-1.4130898l-1.9809761,0.0796127l-0.6535187-0.5373726l-1.6337967,1.6917229 L47.142086,48.810276l-3.1246338,1.0548401l-1.2457695,1.4727974l-1.6746407,0.7164955l0.5718269,1.134449l-1.8175964,0.6766891 L37.8907166,55l1.1845016-2.0499725l0.1429558-1.7713356l0.8373222-0.2388344l0.1837997-1.0150337l-1.0006981-0.5373726 l-1.4295731,0.577179l-0.9598541-0.2388306l-1.1640816-1.4528961l-0.9190102,0.0398064l-0.5514069-0.8160095h-0.871357 l-1.0483513,0.6567879l-1.2866154,0.1592216l-2.5323849-0.2189293l-0.5922508-0.6169815l-5.2077274-0.1194153 c0,0-12.6619225-1.910656-15.5414886-4.2989731L5.3168983,41.466198l-0.1429572-2.0897789l0.7147861-1.233963l0.1021123-1.1941605 c0,0-0.4492941-0.6634216-0.3676043-0.7496643c0.0816898-0.0862465,0.0612674-1.7580681,0.0612674-1.7580681l1.1232347-0.6766891 l-0.2450695-1.0349388l0.1021123-4.2193623l-1.7359085,0.2189293l-0.1429572-1.811142L4.5,26.3799896z"/><path class="st0" d="M23.2698174,20.027792c0.0306339-0.0099525,1.1436577-0.5871296,1.1436577-0.5871296l0.5309849,0.4378586 l0.1735897,1.3036251l0.0816898,1.2936707c0,0,0.5820408,0.7363987,0.6228867,0.7662525 c0.040844,0.0298538-0.490139,0.5473232-0.490139,0.5473232l-1.0926018,0.0796108l-1.4091492-0.2189293l-0.8679543-0.0099506 l-0.6024628-1.0249882c0,0,0.6024628-0.2985382,0.6330948-0.3084908c0.0306339-0.0099506,1.0415459-0.1791229,1.0415459-0.1791229 L23.2698174,20.027792z"/><path class="st0" d="M34.0726204,9h-1.8073883l-1.3478832,1.1643047l-0.6892567,0.477664l-0.1225357,0.5522985 l-0.8883762,1.2240133l-0.3982372,0.8657646l0.3982372,1.3135748c0,0,0.4441891,0.791131,0.4135551,0.8508387 s1.8839703-0.6717148,1.8839703-0.6717148l-0.5360889,1.5076265l-0.7658424,0.6717148l-0.8117924,0.6269321l0.4595051,1.4479179 l2.0524578-1.2986469l1.6848526,0.4478092l-0.1684875-1.5076256l-0.3216515-1.1344519l0.3982391-0.8956184l-0.2910233-1.1643057 c0,0,0.7045746-1.1792316,0.7198944-1.3285017c0.015316-0.1492701,0.1531677-1.7166033,0.1378517-1.7166033 C34.0573006,10.432991,34.0726204,9,34.0726204,9z"/><polygon class="st0" points="55.4052963,37.0080032 56.0792389,41.4462967 58.1521187,40.2123299 59.2549324,39.6451073 59.5,38.2021637 58.4278221,37.5752296 57.5700798,38.3812866 56.7932587,38.3095665 "/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Canada Clean Fuels Regulation</span> <span class="breakdance-dropdown-link__description">Today's Value, up to: CAN $0.145/kWh</span> </span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </li><li class="bde-menu-dropdown-3274-127 bde-menu-dropdown breakdance-menu-item"> <div class="breakdance-dropdown breakdance-dropdown--custom "> <div class="breakdance-dropdown-toggle"> <button class="breakdance-menu-link" type="button" aria-expanded="false" aria-controls="dropdown-127" > Resources </button> <button class="breakdance-menu-link-arrow" type="button" aria-expanded="false" aria-controls="dropdown-127" aria-label="Resources Submenu"></button> </div> <div class="breakdance-dropdown-floater" aria-hidden="true" id="dropdown-127"> <div class="breakdance-dropdown-body"> <div class="breakdance-dropdown-section breakdance-dropdown-section--"> <div class="breakdance-dropdown-columns"> <div class="breakdance-dropdown-column "> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/calculators/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" id="Layer_1" viewBox="0 0 64 64"><title/><desc/><path d="M55,11a1,1,0,0,0-1-1H26a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V12H53v6H31a1,1,0,0,0,0,2H54a1,1,0,0,0,1-1Z"/><path d="M43,26a1,1,0,0,0,0-2H37a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H38V26Z"/><path d="M55,25a1,1,0,0,0-1-1H48a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1Zm-2,5H49V26h4Z"/><path d="M44,36a1,1,0,0,0-1-1H37a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1Zm-2,5H38V37h4Z"/><path d="M43,46H37a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V47A1,1,0,0,0,43,46Zm-1,6H38V48h4Z"/><path d="M54,35H48a1,1,0,0,0-1,1V53a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V36A1,1,0,0,0,54,35ZM53,52H49V37h4Z"/><path d="M50,16a1,1,0,0,0,0-2H46a1,1,0,0,0,0,2Z"/><path d="M42,16a1,1,0,0,0,0-2H38a1,1,0,0,0,0,2Z"/><path d="M57,2H23a5,5,0,0,0-5,5v8a1,1,0,0,0,2,0V7a3,3,0,0,1,3-3H57a3,3,0,0,1,3,3V57a3,3,0,0,1-3,3H30a1,1,0,0,0,0,2H57a5,5,0,0,0,5-5V7A5,5,0,0,0,57,2Z"/><path d="M31,25v6a1,1,0,0,0,2,0V25a1,1,0,0,0-2,0Z"/><path d="M18,41a2,2,0,0,1,2,2,1,1,0,0,0,2,0,4,4,0,0,0-3-3.87V37a1,1,0,0,0-2,0v2.13A4,4,0,0,0,18,47a2,2,0,1,1-2,2,1,1,0,0,0-2,0,4,4,0,0,0,3,3.87V55a1,1,0,0,0,2,0V52.87A4,4,0,0,0,18,45a2,2,0,0,1,0-4Z"/><path d="M31.87,54a1,1,0,1,0-1.74-1A14,14,0,1,1,10.81,34H25.19A14,14,0,0,1,32,46a1,1,0,0,0,2,0,16,16,0,0,0-6.18-12.62,3,3,0,0,0-.93-5.24A5,5,0,0,0,28,25V22a4,4,0,0,0-7-2.64,4,4,0,0,0-6,0A4,4,0,0,0,8,22v3a5,5,0,0,0,1.11,3.14,3,3,0,0,0-.93,5.24A16,16,0,1,0,31.87,54ZM10,22a2,2,0,0,1,4,0,1,1,0,0,0,2,0,2,2,0,0,1,4,0,1,1,0,0,0,2,0,2,2,0,0,1,4,0v3a3,3,0,0,1-3,3H13a3,3,0,0,1-3-3Zm0,8H26a1,1,0,0,1,0,2H10a1,1,0,0,1,0-2Z"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Fleet Calculators</span> <span class="breakdance-dropdown-link__description">Help understand how you can attribute value to your current or projected fleet.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/current-credit-pricing-1" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 64 64" id="Layer_1" version="1.1" viewBox="0 0 64 64" xml:space="preserve"><line fill="none" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="10" x2="55" y1="56" y2="56"/><line fill="none" stroke="#2C3E50" stroke-dasharray="4,4" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="10" x2="10" y1="12" y2="56"/><circle cx="30" cy="23" fill="none" r="3" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="41" cy="31" fill="none" r="3" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="52" cy="16" fill="none" r="3" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="19" cy="34" fill="none" r="3" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><line fill="none" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="22" x2="27.8" y1="31" y2="25.2"/><line fill="none" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="32.5" x2="38" y1="24.7" y2="28.8"/><line fill="none" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="43.1" x2="50.2" y1="28.1" y2="18.4"/><rect fill="none" height="11" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="6" x="16" y="45"/><rect fill="none" height="19" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="6" x="27" y="37"/><rect fill="none" height="14" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="6" x="38" y="42"/><rect fill="none" height="25" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="6" x="49" y="31"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Current Credit Prices & Data</span> <span class="breakdance-dropdown-link__description">Find current credit pricing data for CA, OR, WA, BC, and the CAN-CFR.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/about-fuse/pending-regulations/" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" id="Layer_1" viewBox="0 0 24 24"><defs><style>.cls-1,.cls-2{fill:none;stroke:#000;stroke-linecap:round;}.cls-1{stroke-miterlimit:10;}.cls-2{stroke-linejoin:round;}</style></defs><title/><rect class="cls-1" height="8.746" rx="1" transform="matrix(0.407, -0.914, 0.914, 0.407, -8.506, 14.716)" width="2.186" x="5.984" y="9.534"/><rect class="cls-1" height="8.746" rx="1" transform="translate(2.079 13.039) rotate(-66)" width="2.186" x="9.986" y="0.546"/><rect class="cls-1" height="6.559" transform="translate(-3.214 13.878) rotate(-66)" width="7.652" x="5.252" y="6.133"/><path class="cls-1" d="M14.017,10.415l7.249,2.2a1.093,1.093,0,0,1,.681,1.491l-.771,1.732a1.093,1.093,0,0,1-1.564.491l-6.484-3.915"/><path class="cls-2" d="M3.753,21.474l.773-2.316a1,1,0,0,1,.948-.684h5.559a1,1,0,0,1,.948.684l.772,2.316"/><line class="cls-2" x1="2.753" x2="13.753" y1="21.5" y2="21.5"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Pending Regulations</span> <span class="breakdance-dropdown-link__description">More than a dozen programs being considered around the continent.</span> </span> </a> </li> </ul> </div> <div class="breakdance-dropdown-column "> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/clean-fuels-programs-faqs/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 128 128" height="128px" id="Layer_1" version="1.1" viewBox="0 0 128 128" width="128px" xml:space="preserve"><path d="M64,2C28.71,2,0,25.327,0,54c0,18.111,11.228,34.477,28,44.328V122c0,1.547,0.892,2.953,2.287,3.615 C30.833,125.873,31.418,126,32,126c0.905,0,1.806-0.309,2.533-0.904l21.457-17.555C58.621,107.832,61.292,108,64,108 c34.691,0,64-24.729,64-54C128,25.327,99.29,2,64,2z M65.238,99.975C64.824,99.98,64.415,100,64,100 c-3.542,0-7.017-0.297-10.396-0.844L36,113.559V93.605c-2.828-1.379-5.504-2.953-8-4.703C15.853,80.389,8,67.791,8,54 c0-24.262,25.122-44,56-44c30.879,0,56,19.738,56,44C120,78.594,95.048,99.408,65.238,99.975z"/><g><path d="M63.771,76.589c-1.281,0-2.387,0.463-3.315,1.392c-0.927,0.926-1.391,2.032-1.391,3.317c0,1.283,0.464,2.389,1.391,3.314 C61.382,85.54,62.487,86,63.771,86c1.285,0,2.39-0.46,3.319-1.391c0.927-0.928,1.389-2.036,1.389-3.318 c0-1.281-0.458-2.388-1.389-3.315C66.16,77.052,65.056,76.589,63.771,76.589z"/><path d="M77.353,28.304c-1.597-1.391-3.474-2.453-5.637-3.195C69.56,24.369,67.235,24,64.749,24c-5.206,0-9.572,1.464-13.092,4.39 c-3.087,2.563-5.114,5.983-6.087,10.253c-0.025,0.112-0.222,0.972,0.218,1.563c0.36,0.477,1.263,0.475,1.263,0.475l5.251,0.517 c0,0,1.071,0.155,1.545-0.212c0.586-0.454,0.725-1.289,0.746-1.38c0.521-2.152,1.495-3.954,2.923-5.402 c1.804-1.834,4.157-2.753,7.056-2.753c1.304,0,2.527,0.237,3.684,0.709c1.154,0.474,2.141,1.125,2.973,1.953 c0.828,0.828,1.491,1.818,1.998,2.974c0.5,1.155,0.753,2.411,0.753,3.771c0,1.363-0.254,2.59-0.753,3.684 c-0.505,1.098-1.144,2.132-1.909,3.106c-0.771,0.977-1.627,1.924-2.573,2.842c-0.949,0.917-1.895,1.819-2.838,2.705 c-1.186,1.125-2.176,2.085-2.976,2.886c-0.798,0.801-1.435,1.629-1.907,2.487c-0.474,0.859-0.831,1.82-1.065,2.886 c-0.237,1.065-0.355,2.396-0.355,3.994v1.881v1.647v0.004l0,0c0.001,1.033,0.847,1.877,1.882,1.877h4.757 c1.032,0,1.876-0.844,1.878-1.877l0,0v-2.021c0-1.243,0.062-2.276,0.183-3.108c0.112-0.829,0.339-1.584,0.665-2.262 c0.323-0.679,0.765-1.33,1.33-1.952c0.563-0.625,1.316-1.378,2.266-2.266l0.885-0.799l5.321-5.503 c1.186-1.478,2.103-3.063,2.752-4.748c0.649-1.687,0.973-3.654,0.973-5.904c0-2.604-0.455-4.926-1.374-6.968 C80.208,31.41,78.951,29.694,77.353,28.304z"/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">FAQs</span> <span class="breakdance-dropdown-link__description">The most common questions about how these programs function.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="/chargecycle/" target="_self" data-type="" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 32 32" id="Stock_cut" version="1.1" viewBox="0 0 32 32" xml:space="preserve"><desc/><g><path d="M7,12v2 c0,4.971,4.029,9,9,9h0c4.971,0,9-4.029,9-9v-2" fill="none" stroke="#000000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><line fill="none" stroke="#000000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="16" x2="16" y1="23" y2="32"/><line fill="none" stroke="#000000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" x1="18" x2="24" y1="3" y2="3"/><path d="M16,1L16,1 c-2.761,0-5,2.239-5,5v8c0,2.761,2.239,5,5,5h0c2.761,0,5-2.239,5-5V6" fill="none" stroke="#000000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></g></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">The Charge Cycle Podcast</span> <span class="breakdance-dropdown-link__description">An electrifying new podcast taking all things fleet-electrification.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/blog-main" target="_self" data-type="url" > <span class="breakdance-dropdown-link__icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" height="24" id="Layer_1" viewBox="0 0 24 24" width="24"><title/><path d="M19.5,6H9.5A1.5,1.5,0,0,0,8,7.5V12H5.5A1.5,1.5,0,0,0,4,13.5v5A2.5,2.5,0,0,0,6.5,21h12A2.5,2.5,0,0,0,21,18.5V7.5A1.5,1.5,0,0,0,19.5,6ZM6.5,20A1.5,1.5,0,0,1,5,18.5v-5a.5.5,0,0,1,.5-.5H8v5.5A1.5,1.5,0,0,1,6.5,20ZM20,18.5A1.5,1.5,0,0,1,18.5,20H8.5A2.489,2.489,0,0,0,9,18.5V7.5A.5.5,0,0,1,9.5,7h10a.5.5,0,0,1,.5.5ZM12,9a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,0,1h-4A.5.5,0,0,1,12,9Zm5.5,2H16a1,1,0,0,0-1,1v1a1,1,0,0,0,1,1h1.5a1,1,0,0,0,1-1V12A1,1,0,0,0,17.5,11Zm0,2H16V12h1.5Zm-7-1.5A.5.5,0,0,1,11,11h2.5a.5.5,0,0,1,0,1H11A.5.5,0,0,1,10.5,11.5Zm0,2A.5.5,0,0,1,11,13h2.5a.5.5,0,0,1,0,1H11A.5.5,0,0,1,10.5,13.5Zm8,2a.5.5,0,0,1-.5.5H11a.5.5,0,0,1,0-1h7A.5.5,0,0,1,18.5,15.5Zm0,2a.5.5,0,0,1-.5.5H11a.5.5,0,0,1,0-1h7A.5.5,0,0,1,18.5,17.5Z"/></svg> </span> <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Blog</span> <span class="breakdance-dropdown-link__description">Our take on a variety of new issues in the fleet electrification and carbon market landscapes.</span> </span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </li><li class="bde-menu-dropdown-3274-128 bde-menu-dropdown breakdance-menu-item"> <div class="breakdance-dropdown breakdance-dropdown--custom "> <div class="breakdance-dropdown-toggle"> <button class="breakdance-menu-link" type="button" aria-expanded="false" aria-controls="dropdown-128" > Who We Work With </button> <button class="breakdance-menu-link-arrow" type="button" aria-expanded="false" aria-controls="dropdown-128" aria-label="Who We Work With Submenu"></button> </div> <div class="breakdance-dropdown-floater" aria-hidden="true" id="dropdown-128"> <div class="breakdance-dropdown-body"> <div class="breakdance-dropdown-section breakdance-dropdown-section--"> <div class="breakdance-dropdown-columns"> <div class="breakdance-dropdown-column "> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/retail-and-grocery/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Retail & Grocery</span> <span class="breakdance-dropdown-link__description">Electrifying deliveries for everyday needs.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/manufacturing/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Manufacturing</span> <span class="breakdance-dropdown-link__description">Powering production with clean energy fleets.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/ports-port-tenants/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Ports, Port Tenants, & Intermodal</span> <span class="breakdance-dropdown-link__description">Greening the gateways of global commerce.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/cold-storage-emhe/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Cold Storage</span> <span class="breakdance-dropdown-link__description">Chilling sustainably with electric logistics.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/electric-oem-vendor/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">OEMs & Vendor Partners</span> <span class="breakdance-dropdown-link__description">Driving innovation in electric fleet solutions.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/residential-and-multi-unit-buildings" target="_self" data-type="url" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Residential & Multi Unit Buildings</span> <span class="breakdance-dropdown-link__description">Multi Unit Residential EV Charging</span> </span> </a> </li> </ul> </div> <div class="breakdance-dropdown-column "> <ul class="breakdance-dropdown-links"> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/commercial-ev-fleets/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Commercial EV Fleets</span> <span class="breakdance-dropdown-link__description">Leading the charge in commercial electrification.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/food-and-agriculture/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Food & Agriculture</span> <span class="breakdance-dropdown-link__description">Cultivating greener transport from farm to market.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/warehousing-logistics/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Warehousing & Logistics</span> <span class="breakdance-dropdown-link__description">Energizing supply chains with electric efficiency.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/public-entities-and-agencies/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Public Entities & Agencies</span> <span class="breakdance-dropdown-link__description">Electrifying public service for a cleaner tomorrow.</span> </span> </a> </li> <li class="breakdance-dropdown-item"> <a class="breakdance-link breakdance-dropdown-link" href="https://www.usefuse.com/electric-gse/" target="_self" data-type="" > <span class="breakdance-dropdown-link__label"> <span class="breakdance-dropdown-link__text">Airports</span> <span class="breakdance-dropdown-link__description">Taking airport fleets to new electric heights.</span> </span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </li><li class="bde-button-3274-129 bde-button breakdance-menu-item"> <a class="breakdance-link button-atom button-atom--secondary bde-button__button" href="https://www.usefuse.com/contact-e-mission-control/" target="_self" data-type="url" > <span class="button-atom__text">Contact</span> </a> </li><li class="bde-button-3274-130 bde-button breakdance-menu-item"> <a class="breakdance-link button-atom button-atom--custom bde-button__button" href="https://app.usefuse.com/login" target="_blank" data-type="url" > <span class="button-atom__text"> Login</span> </a> </li> </ul> </nav> </div></div> </header><section class="bde-section-3075-100 bde-section"> <div class="section-container"><div class="bde-rich-text-3075-101 bde-rich-text breakdance-rich-text-styles"> <h2><strong>Privacy Policy</strong></h2> <p>Last updated: March 10, 2023</p> <p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p> <p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy.</p> <h1><strong>Interpretation and Definitions</strong></h1> <h2><strong>Interpretation</strong></h2> <p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p> <h2><strong>Definitions</strong></h2> <p>For the purposes of this Privacy Policy:</p> <ul> <li> <p><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</p> </li> <li> <p><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</p> </li> <li> <p><strong>Business</strong>, for the purpose of CCPA/CPRA, refers to the Company as the legal entity that collects Consumers’ personal information and determines the purposes and means of the processing of Consumers’ personal information, or on behalf of which such information is collected and that alone, or jointly with others, determines the purposes and means of the processing of consumers’ personal information, that does business in the State of California.</p> </li> <li> <p><strong>CCPA</strong> and/or <strong>CPRA</strong> refers to California Consumer Privacy Act (the "CCPA") as amended by the California Privacy Rights Act of 2020 (the "CPRA").</p> </li> <li> <p><strong>Company</strong> (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to Energy Mission Control Corporation dba e-Mission Control, 801 K Street STE 2700, Sacramento, CA 95814.</p> </li> <li> <p><strong>Consumer</strong>, for the purpose of the CCPA/CPRA, means a natural person who is a California resident. A resident, as defined in the law, includes (1) every individual who is in the USA for other than a temporary or transitory purpose, and (2) every individual who is domiciled in the USA who is outside the USA for a temporary or transitory purpose.</p> </li> <li> <p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</p> </li> <li> <p><strong>Country</strong> refers to: California, United States</p> </li> <li> <p><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</p> </li> <li> <p><strong>Do Not Track</strong> (DNT) is a concept that has been promoted by US regulatory authorities, in particular the U.S. Federal Trade Commission (FTC), for the Internet industry to develop and implement a mechanism for allowing internet users to control the tracking of their online activities across websites.</p> </li> <li> <p><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</p> <p>For the purposes of the CCPA/CPRA, Personal Data means any information that identifies, relates to, describes or is capable of being associated with, or could reasonably be linked, directly or indirectly, with You.</p> </li> <li> <p><strong>Service</strong> refers to the Website.</p> </li> <li> <p><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</p> </li> <li> <p><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p> </li> <li> <p><strong>Website</strong> refers to FuSE, accessible from <a href="http://www.usefuse.com">www.usefuse.com</a></p> </li> <li> <p><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p> </li> </ul> <h1><strong>Collecting and Using Your Personal Data</strong></h1> <h2><strong>Types of Data Collected</strong></h2> <h3><strong>Personal Data</strong></h3> <p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p> <ul> <li> <p>Email address</p> </li> <li> <p>First name and last name</p> </li> <li> <p>Phone number</p> </li> <li> <p>Address, State, Province, ZIP/Postal code, City</p> </li> <li> <p>Usage Data</p> </li> </ul> <h3><strong>Usage Data</strong></h3> <p>Usage Data is collected automatically when using the Service.</p> <p>Usage Data may include information such as Your Device’s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p> <p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p> <p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p> <h3><strong>Tracking Technologies and Cookies</strong></h3> <p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p> <ul> <li> <p><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</p> </li> <li> <p><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</p> </li> </ul> <p>Cookies can be "Persistent" or "Session" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. Learn more about cookies on the <a href="https://www.freeprivacypolicy.com/blog/sample-privacy-policy-template/#Use_Of_Cookies_And_Tracking" target="_blank" rel="noopener">Free Privacy Policy website</a> article.</p> <p>We use both Session and Persistent Cookies for the purposes set out below:</p> <ul> <li> <p><strong>Necessary / Essential Cookies</strong></p> <p>Type: Session Cookies</p> <p>Administered by: Us</p> <p>Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</p> </li> <li> <p><strong>Cookies Policy / Notice Acceptance Cookies</strong></p> <p>Type: Persistent Cookies</p> <p>Administered by: Us</p> <p>Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</p> </li> <li> <p><strong>Functionality Cookies</strong></p> <p>Type: Persistent Cookies</p> <p>Administered by: Us</p> <p>Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</p> </li> <li> <p><strong>Tracking and Performance Cookies</strong></p> <p>Type: Persistent Cookies</p> <p>Administered by: Third-Parties</p> <p>Purpose: These Cookies are used to track information about traffic to the Website and how users use the Website. The information gathered via these Cookies may directly or indirectly identify you as an individual visitor. This is because the information collected is typically linked to a pseudonymous identifier associated with the device you use to access the Website. We may also use these Cookies to test new pages, features or new functionality of the Website to see how our users react to them.</p> </li> </ul> <p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p> <h2><strong>Use of Your Personal Data</strong></h2> <p>The Company may use Personal Data for the following purposes:</p> <ul> <li> <p><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</p> </li> <li> <p><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</p> </li> <li> <p><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</p> </li> <li> <p><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application’s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</p> </li> <li> <p><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</p> </li> <li> <p><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</p> </li> <li> <p><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</p> </li> <li> <p><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</p> </li> </ul> <p>We may share Your personal information in the following situations:</p> <ul> <li> <p><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</p> </li> <li> <p><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</p> </li> <li> <p><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</p> </li> <li> <p><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</p> </li> <li> <p><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.</p> </li> <li> <p><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</p> </li> </ul> <h2><strong>Retention of Your Personal Data</strong></h2> <p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p> <p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p> <h2><strong>Transfer of Your Personal Data</strong></h2> <p>Your information, including Personal Data, is processed at the Company’s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p> <p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p> <p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p> <h2><strong>Delete Your Personal Data</strong></h2> <p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p> <p>Our Service may give You the ability to delete certain information about You from within the Service.</p> <p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p> <p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p> <h2><strong>Disclosure of Your Personal Data</strong></h2> <h3><strong>Business Transactions</strong></h3> <p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p> <h3><strong>Law enforcement</strong></h3> <p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p> <h3><strong>Other legal requirements</strong></h3> <p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p> <ul> <li> <p>Comply with a legal obligation</p> </li> <li> <p>Protect and defend the rights or property of the Company</p> </li> <li> <p>Prevent or investigate possible wrongdoing in connection with the Service</p> </li> <li> <p>Protect the personal safety of Users of the Service or the public</p> </li> <li> <p>Protect against legal liability</p> </li> </ul> <h2><strong>Security of Your Personal Data</strong></h2> <p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p> <h1><strong>Detailed Information on the Processing of Your Personal Data</strong></h1> <p>The Service Providers We use may have access to Your Personal Data. These third-party vendors collect, store, use, process and transfer information about Your activity on Our Service in accordance with their Privacy Policies.</p> <h2><strong>Analytics</strong></h2> <p>We may use third-party Service providers to monitor and analyze the use of our Service.</p> <ul> <li> <p><strong>Google Analytics</strong></p> <p>Google Analytics is a web analytics service offered by Google that tracks and reports website traffic. Google uses the data collected to track and monitor the use of our Service. This data is shared with other Google services. Google may use the collected data to contextualize and personalize the ads of its own advertising network.</p> <p>You can opt-out of having made your activity on the Service available to Google Analytics by installing the Google Analytics opt-out browser add-on. The add-on prevents the Google Analytics JavaScript (ga.js, analytics.js and dc.js) from sharing information with Google Analytics about visits activity.</p> <p>For more information on the privacy practices of Google, please visit the Google Privacy &amp; Terms web page: <a href="https://policies.google.com/privacy">https://policies.google.com/privacy</a></p> </li> </ul> <h1><strong>CCPA/CPRA Privacy Notice</strong></h1> <p>This privacy notice section for California residents supplements the information contained in Our Privacy Policy and it applies solely to all visitors, users, and others who reside in the State of California.</p> <h2><strong>Categories of Personal Information Collected</strong></h2> <p>We collect information that identifies, relates to, describes, references, is capable of being associated with, or could reasonably be linked, directly or indirectly, with a particular Consumer or Device. The following is a list of categories of personal information which we may collect or may have been collected from California residents within the last twelve (12) months.</p> <p>Please note that the categories and examples provided in the list below are those defined in the CCPA/CPRA. This does not mean that all examples of that category of personal information were in fact collected by Us, but reflects our good faith belief to the best of Our knowledge that some of that information from the applicable category may be and may have been collected. For example, certain categories of personal information would only be collected if You provided such personal information directly to Us.</p> <ul> <li> <p><strong>Category A: Identifiers.</strong></p> <p>Examples: A real name, alias, postal address, unique personal identifier, online identifier, Internet Protocol address, email address, account name, driver’s license number, passport number, or other similar identifiers.</p> <p>Collected: Yes.</p> </li> <li> <p><strong>Category B: Personal information categories listed in the California Customer Records statute (Cal. Civ. Code § 1798.80(e)).</strong></p> <p>Examples: A name, signature, Social Security number, physical characteristics or description, address, telephone number, passport number, driver’s license or state identification card number, insurance policy number, education, employment, employment history, bank account number, credit card number, debit card number, or any other financial information, medical information, or health insurance information. Some personal information included in this category may overlap with other categories.</p> <p>Collected: Yes.</p> </li> <li> <p><strong>Category C: Protected classification characteristics under California or federal law.</strong></p> <p>Examples: Age (40 years or older), race, color, ancestry, national origin, citizenship, religion or creed, marital status, medical condition, physical or mental disability, sex (including gender, gender identity, gender expression, pregnancy or childbirth and related medical conditions), sexual orientation, veteran or military status, genetic information (including familial genetic information).</p> <p>Collected: No.</p> </li> <li> <p><strong>Category D: Commercial information.</strong></p> <p>Examples: Records and history of products or services purchased or considered.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category E: Biometric information.</strong></p> <p>Examples: Genetic, physiological, behavioral, and biological characteristics, or activity patterns used to extract a template or other identifier or identifying information, such as, fingerprints, faceprints, and voiceprints, iris or retina scans, keystroke, gait, or other physical patterns, and sleep, health, or exercise data.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category F: Internet or other similar network activity.</strong></p> <p>Examples: Interaction with our Service or advertisement.</p> <p>Collected: Yes.</p> </li> <li> <p><strong>Category G: Geolocation data.</strong></p> <p>Examples: Approximate physical location.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category H: Sensory data.</strong></p> <p>Examples: Audio, electronic, visual, thermal, olfactory, or similar information.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category I: Professional or employment-related information.</strong></p> <p>Examples: Current or past job history or performance evaluations.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category J: Non-public education information (per the Family Educational Rights and Privacy Act (20 U.S.C. Section 1232g, 34 C.F.R. Part 99)).</strong></p> <p>Examples: Education records directly related to a student maintained by an educational institution or party acting on its behalf, such as grades, transcripts, class lists, student schedules, student identification codes, student financial information, or student disciplinary records.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category K: Inferences drawn from other personal information.</strong></p> <p>Examples: Profile reflecting a person’s preferences, characteristics, psychological trends, predispositions, behavior, attitudes, intelligence, abilities, and aptitudes.</p> <p>Collected: No.</p> </li> <li> <p><strong>Category L: Sensitive personal information.</strong></p> <p>Examples: Account login and password information, geolocation data.</p> <p>Collected: Yes.</p> </li> </ul> <p>Under CCPA/CPRA, personal information does not include:</p> <ul> <li> <p>Publicly available information from government records</p> </li> <li> <p>Deidentified or aggregated consumer information</p> </li> <li> <p>Information excluded from the CCPA/CPRA’s scope, such as:</p> <ul> <li> <p>Health or medical information covered by the Health Insurance Portability and Accountability Act of 1996 (HIPAA) and the California Confidentiality of Medical Information Act (CMIA) or clinical trial data</p> </li> <li> <p>Personal Information covered by certain sector-specific privacy laws, including the Fair Credit Reporting Act (FRCA), the Gramm-Leach-Bliley Act (GLBA) or California Financial Information Privacy Act (FIPA), and the Driver’s Privacy Protection Act of 1994</p> </li> </ul> </li> </ul> <h2><strong>Sources of Personal Information</strong></h2> <p>We obtain the categories of personal information listed above from the following categories of sources:</p> <ul> <li> <p><strong>Directly from You</strong>. For example, from the forms You complete on our Service, preferences You express or provide through our Service.</p> </li> <li> <p><strong>Indirectly from You</strong>. For example, from observing Your activity on our Service.</p> </li> <li> <p><strong>Automatically from You</strong>. For example, through cookies We or our Service Providers set on Your Device as You navigate through our Service.</p> </li> <li> <p><strong>From Service Providers</strong>. For example, third-party vendors to monitor and analyze the use of our Service, or other third-party vendors that We use to provide the Service to You.</p> </li> </ul> <h2><strong>Use of Personal Information</strong></h2> <p>We may use or disclose personal information We collect for "business purposes" or "commercial purposes" (as defined under the CCPA/CPRA), which may include the following examples:</p> <ul> <li> <p>To operate our Service and provide You with Our Service.</p> </li> <li> <p>To provide You with support and to respond to Your inquiries, including to investigate and address Your concerns and monitor and improve our Service.</p> </li> <li> <p>To fulfill or meet the reason You provided the information. For example, if You share Your contact information to ask a question about our Service, We will use that personal information to respond to Your inquiry.</p> </li> <li> <p>To respond to law enforcement requests and as required by applicable law, court order, or governmental regulations.</p> </li> <li> <p>As described to You when collecting Your personal information or as otherwise set forth in the CCPA/CPRA.</p> </li> <li> <p>For internal administrative and auditing purposes.</p> </li> <li> <p>To detect security incidents and protect against malicious, deceptive, fraudulent or illegal activity, including, when necessary, to prosecute those responsible for such activities.</p> </li> <li> <p>Other one-time uses.</p> </li> </ul> <p>Please note that the examples provided above are illustrative and not intended to be exhaustive. For more details on how we use this information, please refer to the "Use of Your Personal Data" section.</p> <p>If We decide to collect additional categories of personal information or use the personal information We collected for materially different, unrelated, or incompatible purposes We will update this Privacy Policy.</p> <h2><strong>Disclosure of Personal Information</strong></h2> <p>We may use or disclose and may have used or disclosed in the last twelve (12) months the following categories of personal information for business or commercial purposes:</p> <ul> <li> <p>Category A: Identifiers</p> </li> <li> <p>Category B: Personal information categories listed in the California Customer Records statute (Cal. Civ. Code § 1798.80(e))</p> </li> <li> <p>Category F: Internet or other similar network activity</p> </li> </ul> <p>Please note that the categories listed above are those defined in the CCPA/CPRA. This does not mean that all examples of that category of personal information were in fact disclosed, but reflects our good faith belief to the best of our knowledge that some of that information from the applicable category may be and may have been disclosed.</p> <p>When We disclose personal information for a business purpose or a commercial purpose, We enter a contract that describes the purpose and requires the recipient to both keep that personal information confidential and not use it for any purpose except performing the contract.</p> <h2><strong>Share of Personal Information</strong></h2> <p>We may share, and have shared in the last twelve (12) months, Your personal information identified in the above categories with the following categories of third parties:</p> <ul> <li> <p>Service Providers</p> </li> <li> <p>Our affiliates</p> </li> <li> <p>Our business partners</p> </li> <li> <p>Third party vendors to whom You or Your agents authorize Us to disclose Your personal information in connection with products or services We provide to You</p> </li> </ul> <h2><strong>Sale of Personal Information</strong></h2> <p>As defined in the CCPA/CPRA, "sell" and "sale" mean selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating orally, in writing, or by electronic or other means, a Consumer’s personal information by the Business to a third party for valuable consideration. This means that We may have received some kind of benefit in return for sharing personal information, but not necessarily a monetary benefit.</p> <p>We do not sell personal information as the term sell is commonly understood. We do allow Service Providers to use Your personal information for the business purposes described in Our Privacy Policy, for activities such as advertising, marketing, and analytics, and these may be deemed a aale under CCPA/CPRA.</p> <p>We may sell and may have sold in the last twelve (12) months the following categories of personal information:</p> <ul> <li> <p>Category A: Identifiers</p> </li> <li> <p>Category B: Personal information categories listed in the California Customer Records statute (Cal. Civ. Code § 1798.80(e))</p> </li> <li> <p>Category F: Internet or other similar network activity</p> </li> </ul> <p>Please note that the categories listed above are those defined in the CCPA/CPRA. This does not mean that all examples of that category of personal information were in fact sold, but reflects our good faith belief to the best of Our knowledge that some of that information from the applicable category may be and may have been shared for value in return.</p> <h2><strong>Sale of Personal Information of Minors Under 16 Years of Age</strong></h2> <p>We do not knowingly collect personal information from minors under the age of 16 through our Service, although certain third party websites that we link to may do so. These third-party websites have their own terms of use and privacy policies and We encourage parents and legal guardians to monitor their children’s Internet usage and instruct their children to never provide information on other websites without their permission.</p> <p>We do not sell the personal information of Consumers We actually know are less than 16 years of age, unless We receive affirmative authorization (the "right to opt-in") from either the Consumer who is between 13 and 16 years of age, or the parent or guardian of a Consumer less than 13 years of age. Consumers who opt-in to the sale of personal information may opt-out of future sales at any time. To exercise the right to opt-out, You (or Your authorized representative) may submit a request to Us by contacting Us.</p> <p>If You have reason to believe that a child under the age of 13 (or 16) has provided Us with personal information, please contact Us with sufficient detail to enable Us to delete that information.</p> <h2><strong>Your Rights under the CCPA/CPRA</strong></h2> <p>The CCPA/CPRA provides California residents with specific rights regarding their personal information. If You are a resident of California, You have the following rights:</p> <ul> <li> <p><strong>The right to notice.</strong> You have the right to be notified which categories of Personal Data are being collected and the purposes for which the Personal Data is being used.</p> </li> <li> <p><strong>The right to know/access.</strong> Under CCPA/CPRA, You have the right to request that We disclose information to You about Our collection, use, sale, disclosure for business purposes and share of personal information. Once We receive and confirm Your request, We will disclose to You:</p> <ul> <li> <p>The categories of personal information We collected about You</p> </li> <li> <p>The categories of sources for the personal information We collected about You</p> </li> <li> <p>Our business or commercial purposes for collecting or selling that personal information</p> </li> <li> <p>The categories of third parties with whom We share that personal information</p> </li> <li> <p>The specific pieces of personal information We collected about You</p> </li> <li> <p>If we sold Your personal information or disclosed Your personal information for a business purpose, We will disclose to You:</p> <ul> <li> <p>The categories of personal information categories sold</p> </li> <li> <p>The categories of personal information categories disclosed</p> </li> </ul> </li> </ul> </li> <li> <p><strong>The right to say no to the sale or sharing of Personal Data (opt-out).</strong> You have the right to direct Us to not sell Your personal information. To submit an opt-out request, please see the "Do Not Sell My Personal Information" section or contact Us.</p> </li> <li> <p><strong>The right to correct Personal Data.</strong> You have the right to correct or rectify any any inaccurate personal information about You that We collected. Once We receive and confirm Your request, We will use commercially reasonable efforts to correct (and direct our Service Providers to correct) Your personal information, unless an exception applies.</p> </li> <li> <p><strong>The right to limit use and disclosure of sensitive Personal Data.</strong> You have the right to request to limit the use or disclosure of certain sensitive personal information We collected about You, unless an exception applies. To submit, please see the "Limit the Use or Disclosure of My Sensitive Personal Information" section or contact Us.</p> </li> <li> <p><strong>The right to delete Personal Data.</strong> You have the right to request the deletion of Your Personal Data under certain circumstances, subject to certain exceptions. Once We receive and confirm Your request, We will delete (and direct Our Service Providers to delete) Your personal information from our records, unless an exception applies. We may deny Your deletion request if retaining the information is necessary for Us or Our Service Providers to:</p> <ul> <li> <p>Complete the transaction for which We collected the personal information, provide a good or service that You requested, take actions reasonably anticipated within the context of our ongoing business relationship with You, or otherwise perform our contract with You.</p> </li> <li> <p>Detect security incidents, protect against malicious, deceptive, fraudulent, or illegal activity, or prosecute those responsible for such activities.</p> </li> <li> <p>Debug products to identify and repair errors that impair existing intended functionality.</p> </li> <li> <p>Exercise free speech, ensure the right of another consumer to exercise their free speech rights, or exercise another right provided for by law.</p> </li> <li> <p>Comply with the California Electronic Communications Privacy Act (Cal. Penal Code § 1546 et. seq.).</p> </li> <li> <p>Engage in public or peer-reviewed scientific, historical, or statistical research in the public interest that adheres to all other applicable ethics and privacy laws, when the information’s deletion may likely render impossible or seriously impair the research’s achievement, if You previously provided informed consent.</p> </li> <li> <p>Enable solely internal uses that are reasonably aligned with consumer expectations based on Your relationship with Us.</p> </li> <li> <p>Comply with a legal obligation.</p> </li> <li> <p>Make other internal and lawful uses of that information that are compatible with the context in which You provided it.</p> </li> </ul> </li> <li> <p><strong>The right not to be discriminated against.</strong> You have the right not to be discriminated against for exercising any of Your consumer’s rights, including by:</p> <ul> <li> <p>Denying goods or services to You</p> </li> <li> <p>Charging different prices or rates for goods or services, including the use of discounts or other benefits or imposing penalties</p> </li> <li> <p>Providing a different level or quality of goods or services to You</p> </li> <li> <p>Suggesting that You will receive a different price or rate for goods or services or a different level or quality of goods or services</p> </li> </ul> </li> </ul> <h2><strong>Exercising Your CCPA/CPRA Data Protection Rights</strong></h2> <p>Please see the "Do Not Sell My Personal Information" section and "Limit the Use or Disclosure of My Sensitive Personal Information" section for more information on how to opt out and limit the use of sensitive information collected.</p> <p>Additionally, in order to exercise any of Your rights under the CCPA/CPRA, and if You are a California resident, You can contact Us:</p> <ul> <li> <p>By email: <a href="mailto:support@usefuse.com">support@usefuse.com</a></p> </li> </ul> <p>Only You, or a person registered with the California Secretary of State that You authorize to act on Your behalf, may make a verifiable request related to Your personal information.</p> <p>Your request to Us must:</p> <ul> <li> <p>Provide sufficient information that allows Us to reasonably verify You are the person about whom We collected personal information or an authorized representative</p> </li> <li> <p>Describe Your request with sufficient detail that allows Us to properly understand, evaluate, and respond to it</p> </li> </ul> <p>We cannot respond to Your request or provide You with the required information if We cannot:</p> <ul> <li> <p>Verify Your identity or authority to make the request</p> </li> <li> <p>And confirm that the personal information relates to You</p> </li> </ul> <p>We will disclose and deliver the required information free of charge within 45 days of receiving Your verifiable request. The time period to provide the required information may be extended once by an additional 45 days when reasonably necessary and with prior notice.</p> <p>Any disclosures We provide will only cover the 12-month period preceding the verifiable request’s receipt.</p> <p>For data portability requests, We will select a format to provide Your personal information that is readily usable and should allow You to transmit the information from one entity to another entity without hindrance.</p> <h2><strong>Do Not Sell My Personal Information</strong></h2> <p>As defined in the CCPA/CPRA, "sell" and "sale" mean selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating orally, in writing, or by electronic or other means, a Consumer’s personal information by the Business to a third party for valuable consideration. This means that We may have received some kind of benefit in return for sharing personal information, but not necessarily a monetary benefit.</p> <p>We do not sell personal information as the term sell is commonly understood. We do allow Service Providers to use Your personal information for the business purposes described in Our Privacy Policy, for activities such as advertising, marketing, and analytics, and these may be deemed a sale under CCPA/CPRA.</p> <p>You have the right to opt-out of the sale of Your personal information. Once We receive and confirm a verifiable consumer request from You, we will stop selling Your personal information. To exercise Your right to opt-out, please contact Us.</p> <p>The Service Providers we partner with (for example, our analytics or advertising partners) may use technology on the Service that sells personal information as defined by the CCPA/CPRA law. If you wish to opt out of the use of Your personal information for interest-based advertising purposes and these potential sales as defined under CCPA/CPRA law, you may do so by following the instructions below.</p> <p>Please note that any opt out is specific to the browser You use. You may need to opt out on every browser that You use.</p> <h3><strong>Website</strong></h3> <p>If applicable, click "Privacy Preferences", "Update Privacy Preferences" or "Do Not Sell My Personal Information" buttons listed on the Service to review your privacy preferences and opt out of cookies and other technologies that We may use. Please note that You will need to opt out from each browser that You use to access the Service.</p> <p>Additionally, You can opt out of receiving ads that are personalized as served by our Service Providers by following our instructions presented on the Service:</p> <ul> <li> <p>The NAI’s opt-out platform: <a href="http://www.networkadvertising.org/choices/">http://www.networkadvertising.org/choices/</a></p> </li> <li> <p>The EDAA’s opt-out platform <a href="http://www.youronlinechoices.com/">http://www.youronlinechoices.com/</a></p> </li> <li> <p>The DAA’s opt-out platform: <a href="http://optout.aboutads.info/?c=2&amp;lang=EN">http://optout.aboutads.info/?c=2&amp;lang=EN</a></p> </li> </ul> <p>The opt out will place a cookie on Your computer that is unique to the browser You use to opt out. If you change browsers or delete the cookies saved by your browser, You will need to opt out again.</p> <h3><strong>Mobile Devices</strong></h3> <p>Your mobile device may give You the ability to opt out of the use of information about the apps You use in order to serve You ads that are targeted to Your interests:</p> <ul> <li> <p>"Opt out of Interest-Based Ads" or "Opt out of Ads Personalization" on Android devices</p> </li> <li> <p>"Limit Ad Tracking" on iOS devices</p> </li> </ul> <p>You can also stop the collection of location information from Your mobile device by changing the preferences on Your mobile device.</p> <h2><strong>Limit the Use or Disclosure of My Sensitive Personal Information</strong></h2> <p>If You are a California resident, You have the right to limit the use and disclosure of Your sensitive personal information to that use which is necessary to perform the services or provide the goods reasonably expected by an average Consumer who requests such services or goods.</p> <p>We collect, use and disclose sensitive personal information in ways that are necessary to provide the Service. For more information on how We use Your personal information, please see the "Use of Your Personal Data" section or contact us.</p> <h1><strong>"Do Not Track" Policy as Required by California Online Privacy Protection Act (CalOPPA)</strong></h1> <p>Our Service does not respond to Do Not Track signals.</p> <p>However, some third party websites do keep track of Your browsing activities. If You are visiting such websites, You can set Your preferences in Your web browser to inform websites that You do not want to be tracked. You can enable or disable DNT by visiting the preferences or settings page of Your web browser.</p> <h1><strong>Your California Privacy Rights (California’s Shine the Light law)</strong></h1> <p>Under California Civil Code Section 1798 (California’s Shine the Light law), California residents with an established business relationship with us can request information once a year about sharing their Personal Data with third parties for the third parties’ direct marketing purposes.</p> <p>If you’d like to request more information under the California Shine the Light law, and if You are a California resident, You can contact Us using the contact information provided below.</p> <h1><strong>California Privacy Rights for Minor Users (California Business and Professions Code Section 22581)</strong></h1> <p>California Business and Professions Code Section 22581 allows California residents under the age of 18 who are registered users of online sites, services or applications to request and obtain removal of content or information they have publicly posted.</p> <p>To request removal of such data, and if You are a California resident, You can contact Us using the contact information provided below, and include the email address associated with Your account.</p> <p>Be aware that Your request does not guarantee complete or comprehensive removal of content or information posted online and that the law may not permit or require removal in certain circumstances.</p> <h1><strong>Children’s Privacy</strong></h1> <p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p> <p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent’s consent before We collect and use that information.</p> <h1><strong>Links to Other Websites</strong></h1> <p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party’s site. We strongly advise You to review the Privacy Policy of every site You visit.</p> <p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p> <h1><strong>Changes to this Privacy Policy</strong></h1> <p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p> <p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the "Last updated" date at the top of this Privacy Policy.</p> <p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p> <h1><strong>Contact Us</strong></h1> <p>If you have any questions about this Privacy Policy, You can contact us:</p> <ul> <li> <p>By email: <a href="mailto:support@usefuse.com">support@usefuse.com</a></p> </li> </ul> </div></div> </section><section class="bde-section-3306-100 bde-section"> <div class="section-container"><div class="bde-columns-3306-101 bde-columns"><div class="bde-column-3306-102 bde-column"> <div class="bde-text-3306-103 bde-text"> About </div><a class="bde-text-link-3306-128 bde-text-link breakdance-link" href="https://www.usefuse.com/about-e-mission-control/fuse/" target="_self" data-type="url"> The Platform </a><a class="bde-text-link-3306-104 bde-text-link breakdance-link" href="https://www.usefuse.com/about-fuse/" target="_self" data-type="url"> About Us </a><a class="bde-text-link-3306-131 bde-text-link breakdance-link" href="https://www.usefuse.com/about-fuse/careers/" target="_self" data-type="url"> Careers </a><a class="bde-text-link-3306-130 bde-text-link breakdance-link" href="/about-e-mission-control/e-powerment-program/" target="_self" data-type="url"> Our e-Powerment Program </a><a class="bde-text-link-3306-129 bde-text-link breakdance-link" href="/about-e-mission-control/green-fleet-pioneer/" target="_self" data-type="url"> Our Green Fleet Pioneer Program </a> </div><div class="bde-column-3306-139 bde-column"> <div class="bde-text-3306-140 bde-text"> Services </div><a class="bde-text-link-3306-143 bde-text-link breakdance-link" href="https://www.usefuse.com/about-e-mission-control/fuse/" target="_self" data-type="url"> Clean Fuel Program Management </a><a class="bde-text-link-3306-144 bde-text-link breakdance-link" href="https://www.usefuse.com/services/dc-fast-charger-crediting/" target="_self" data-type="url"> DC Fast Charger (FCI) Crediting </a><a class="bde-text-link-3306-149 bde-text-link breakdance-link" href="https://www.usefuse.com/services/ira-tax-crediting/" target="_self" data-type="url"> IRA Tax Credit Support for EVSE </a><a class="bde-text-link-3306-148 bde-text-link breakdance-link" href="/services/energy-consumption-metering/" target="_self" data-type="url"> Sub-Metering </a> </div><div class="bde-column-3306-132 bde-column"> <div class="bde-text-3306-133 bde-text"> Important Links </div><a class="bde-text-link-3306-134 bde-text-link breakdance-link" href="/e-mission-control-works-with/" target="_self" data-type="url"> Who We Work With </a><a class="bde-text-link-3306-135 bde-text-link breakdance-link" href="/contact-e-mission-control/" target="_self" data-type="url"> Contact Us </a><a class="bde-text-link-3306-136 bde-text-link breakdance-link" href="/contact-e-mission-control/" target="_self" data-type="url"> Sign Up </a><a class="bde-text-link-3306-150 bde-text-link breakdance-link" href="https://www.usefuse.com/chargecycle/" target="_self" data-type="url"> The Charge Cycle Podcast </a><a class="bde-text-link-3306-147 bde-text-link breakdance-link" href="/privacy-policy/" target="_self" data-type="url"> Privacy Policy </a><a class="bde-text-link-3306-151 bde-text-link breakdance-link" href="https://www.usefuse.com/staff-resources-private/" target="_self" data-type="url"> Staff Resources </a> </div><div class="bde-column-3306-121 bde-column"> <div class="bde-social-icons-3306-152 bde-social-icons"> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-facebook" href="https://www.facebook.com/usefusenow" target="_self" data-type="url" aria-label="facebook" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 24 24"> <path d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"/> </svg> </a> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-twitter" href="https://x.com/usefusenow" target="_self" data-type="url" aria-label="twitter" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 512 512"> <path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /> </svg> </a> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-linkedin" href="https://www.linkedin.com/company/usefusenow" target="_self" data-type="url" aria-label="linkedin" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="-4 -2 32 32"> <path d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/> </svg> </a> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-youtube" href="https://www.youtube.com/@usefusenow" target="_self" data-type="url" aria-label="youtube" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 24 24"> <path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/> </svg> </a> </div> </div></div><div class="bde-div-3306-125 bde-div"> <div class="bde-text-3306-126 bde-text"> © 2025 FuSE. All Rights Reserved   |   Sacramento, CA   -   Vancouver, BC </div><div class="bde-social-icons-3306-127 bde-social-icons"> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-facebook" href="https://www.facebook.com/usefusenow" target="_blank" data-type="url" aria-label="facebook" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 24 24"> <path d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"/> </svg> </a> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-twitter" href="https://twitter.com/usefusenow" target="_blank" data-type="url" aria-label="twitter" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 512 512"> <path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /> </svg> </a> <a class="breakdance-link bde-social-icons__icon-wrapper bde-social-icons__icon-linkedin" href="https://www.linkedin.com/company/usefusenow" target="_blank" data-type="url" aria-label="linkedin" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="-4 -2 32 32"> <path d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/> </svg> </a> </div> </div></div> </section> <div class="gtranslate_wrapper" id="gt-wrapper-16600160"></div><script type="text/javascript" id="leadin-script-loader-js-js-extra"> /* <![CDATA[ */ var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.82"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.usefuse.com/wp-content/cache/min/1/7020863.js?ver=1709335984" id="leadin-script-loader-js-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.usefuse.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="gt_widget_script_16600160-js-before"> /* <![CDATA[ */ window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['16600160'] = {"default_language":"en","languages":["en","fr"],"url_structure":"sub_directory","flag_style":"2d","wrapper_selector":"#gt-wrapper-16600160","alt_flags":{"en":"usa","fr":"quebec"},"float_switcher_open_direction":"top","switcher_horizontal_position":"left","switcher_vertical_position":"top","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; /* ]]> */ </script><script type="rocketlazyloadscript" data-rocket-src="https://www.usefuse.com/wp-content/plugins/gtranslate/js/float.js?ver=6.7.1" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/privacy-policy/" data-gt-orig-domain="www.usefuse.com" data-gt-widget-id="16600160" defer></script><script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.usefuse.com/wp-content/cache/min/1/wp-content/plugins/breakdance/plugin/global-scripts/breakdance-utils.js?ver=1709075602' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.usefuse.com/wp-content/cache/min/1/wp-content/plugins/breakdance/subplugins/breakdance-elements/elements/Header_Builder/header-builder.js?ver=1709075602' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.usefuse.com/wp-content/cache/min/1/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.js?ver=1709075602' defer></script> <script type="rocketlazyloadscript">document.addEventListener('DOMContentLoaded', function(){ if (!window.BreakdanceFrontend) { window.BreakdanceFrontend = {} } window.BreakdanceFrontend.data = {"homeUrl":"https:\/\/www.usefuse.com","ajaxUrl":"https:\/\/www.usefuse.com\/wp-admin\/admin-ajax.php","elementsPluginUrl":"https:\/\/www.usefuse.com\/wp-content\/plugins\/breakdance\/subplugins\/breakdance-elements\/","BASE_BREAKPOINT_ID":"breakpoint_base","breakpoints":[{"id":"breakpoint_base","label":"Desktop","defaultPreviewWidth":"100%"},{"id":"breakpoint_tablet_landscape","label":"Tablet Landscape","defaultPreviewWidth":1024,"maxWidth":1119},{"id":"breakpoint_tablet_portrait","label":"Tablet Portrait","defaultPreviewWidth":768,"maxWidth":1023},{"id":"breakpoint_phone_landscape","label":"Phone Landscape","defaultPreviewWidth":480,"maxWidth":767},{"id":"breakpoint_phone_portrait","label":"Phone Portrait","defaultPreviewWidth":400,"maxWidth":479}],"subscriptionMode":"pro"} }) </script> <script type="rocketlazyloadscript">document.addEventListener('DOMContentLoaded', function(){ new BreakdanceHeaderBuilder(".breakdance .bde-header-builder-3274-121", "121", false); }) </script> <script type="rocketlazyloadscript">document.addEventListener('DOMContentLoaded', function(){ new AwesomeMenu(".breakdance .bde-menu-3274-124 .breakdance-menu", { dropdown: { openOnClick: false, mode: { desktop: 'dropdown' }, placement: 'left', width: null, animation: 'fade' }, link: { effect: 'background', effectDirection: 'center', }, mobile: { breakpoint: 'breakpoint_tablet_landscape', mode: 'fullscreen', offcanvasPosition: 'left', offset: 52, followLinks: true } }); }) </script> <noscript> <img src="https://ws.zoominfo.com/pixel/62faa3d4febb87008e7ce252" width="1" height="1" style="display: none;" alt="websights"/> </noscript> </body> </html>

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