https://nodepay.ai/

Submitted URL:
https://nodepay.ai
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 130 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-US" prefix="og: https://ogp.me/ns#"><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.4",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(){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][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),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._pendingWebpackRequests(this),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){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(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()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");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(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(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">

<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
<title>Distributed Internet Resourcing for AI - Nodepay</title>
<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
<link rel="canonical" href="https://nodepay.ai/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Distributed Internet Resourcing for AI - Nodepay">
<meta property="og:url" content="https://nodepay.ai/">
<meta property="og:site_name" content="NodePay">
<meta property="og:updated_time" content="2024-05-13T13:49:55+00:00">
<meta property="article:published_time" content="2024-05-05T23:26:30+00:00">
<meta property="article:modified_time" content="2024-05-13T13:49:55+00:00">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Distributed Internet Resourcing for AI - Nodepay">
<meta name="twitter:label1" content="Written by">
<meta name="twitter:data1" content="Nodepay">
<meta name="twitter:label2" content="Time to read">
<meta name="twitter:data2" content="Less than a minute">
<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://nodepay.ai/#person","name":"NodePay"},{"@type":"WebSite","@id":"https://nodepay.ai/#website","url":"https://nodepay.ai","name":"NodePay","publisher":{"@id":"https://nodepay.ai/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://nodepay.ai/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://nodepay.ai/#webpage","url":"https://nodepay.ai/","name":"Distributed Internet Resourcing for AI - Nodepay","datePublished":"2024-05-05T23:26:30+00:00","dateModified":"2024-05-13T13:49:55+00:00","about":{"@id":"https://nodepay.ai/#person"},"isPartOf":{"@id":"https://nodepay.ai/#website"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://nodepay.ai/author/barlet/","name":"Nodepay","url":"https://nodepay.ai/author/barlet/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/183b9d4b495cfaa2df8a30aecfe2177d?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/183b9d4b495cfaa2df8a30aecfe2177d?s=96&amp;d=mm&amp;r=g","caption":"Nodepay","inLanguage":"en-US"},"sameAs":["https://nodepay.ai"]},{"@type":"Article","headline":"Distributed Internet Resourcing for AI - Nodepay","datePublished":"2024-05-05T23:26:30+00:00","dateModified":"2024-05-13T13:49:55+00:00","author":{"@id":"https://nodepay.ai/author/barlet/","name":"Nodepay"},"publisher":{"@id":"https://nodepay.ai/#person"},"name":"Distributed Internet Resourcing for AI - Nodepay","@id":"https://nodepay.ai/#richSnippet","isPartOf":{"@id":"https://nodepay.ai/#webpage"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://nodepay.ai/#webpage"}}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel="alternate" type="application/rss+xml" title="Nodepay » Feed" href="https://nodepay.ai/feed/">
<link rel="alternate" type="application/rss+xml" title="Nodepay » Comments Feed" href="https://nodepay.ai/comments/feed/">
<script type="rocketlazyloadscript">
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:\/\/nodepay.ai\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id="rank-math-toc-block-style-inline-css">
.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}

</style>
<style id="classic-theme-styles-inline-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>
<link rel="stylesheet" id="bricks-frontend-css" href="https://nodepay.ai/wp-content/cache/background-css/nodepay.ai/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1713667399&amp;wpr_t=1727867066" media="all">
<link data-minify="1" rel="stylesheet" id="bricks-font-awesome-6-brands-css" href="https://nodepay.ai/wp-content/cache/min/1/wp-content/themes/bricks/assets/css/libs/font-awesome-6-brands.min.css?ver=1715590589" media="all">
<link data-minify="1" rel="stylesheet" id="bricks-ionicons-css" href="https://nodepay.ai/wp-content/cache/min/1/wp-content/themes/bricks/assets/css/libs/ionicons.min.css?ver=1715590589" media="all">
<style id="bricks-frontend-inline-inline-css">
html {scroll-behavior: smooth}

/* THEME STYLE CSS */

/* BREAKPOINT: Desktop (BASE) */
 .brxe-container {width: 1300px}
 .woocommerce main.site-main {width: 1300px}
 #brx-content.wordpress {width: 1300px}

/* GLOBAL CLASSES CSS */

/* BREAKPOINT: Desktop (BASE) */
.tab-menu .tab-icon { filter: grayscale(80%);} .tab-menu .brx-open .tab-icon { filter: grayscale(0%);}


/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h.brxe-block {width: 100%; max-width: 100%; overflow: hidden; padding-top: 1.5rem; padding-bottom: 1rem; background-color: #eef2f7}


/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h--dark.brxe-block {background-color: #231011}
.fb-infinite-h--dark .fb-infinite-h__text{ color: #fff;} .fb-infinite-h--dark .fb-infinite-h__text--box{ background-color: rgba(255, 255, 255, 0.2);}


/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h__list.brxe-block {display: flex; flex-direction: row; align-items: center; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; background-color: rgba(255, 0, 0, 0); max-width: max-content; width: max-content}
.fb-infinite-h__list{ list-style: none; gap: 1rem; animation: scrollInfinite-h 50s linear infinite; /*The speed will depend on the number of items*/ }@keyframes scrollInfinite-h { from{  transform: translateX(0%); } to{  transform: translateX(calc(-50% - (1rem / 2))); }}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
.fb-infinite-h__list.brxe-block {flex-wrap: nowrap}
}

/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h__list--pause:hover{ animation-play-state: paused;}


/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h__logo.brxe-image:not(.tag) {object-fit: contain}
.fb-infinite-h__logo.brxe-image img {object-fit: contain}
.fb-infinite-h__logo.brxe-image {width: auto; height: 50px; border-radius: .3em; overflow: hidden}


/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h__logo--box-white.brxe-image {padding-top: .5em; padding-right: .5em; padding-bottom: .5em; padding-left: .5em}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
.fb-infinite-h__logo--box-white.brxe-image {background-color: #000000}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
.fb-infinite-h__logo--box-white.brxe-image {padding-right: 0; padding-left: 0}
}

/* BREAKPOINT: Desktop (BASE) */
.fb-infinite-h__list--ltr{ animation: scrollInfinite-h-ltr 50s linear infinite; /*The speed will depend on the number of items*/ }@keyframes scrollInfinite-h-ltr { from{     transform: translateX(calc(-50% - (2rem / 2))); } to{  transform: translateX(0%); }}


/* GLOBAL CSS */
.node-btn {
    background: linear-gradient(90deg, #1E0652 0%, #593FDE 100%);
    color: #fff;
    font-family: 'Helvetica';
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    padding: 15px 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 260px;
}

@media (max-width:767px) {

  .node-btn {
    text-align: center;
    display: inline !important;
    width: 260px;
  }

}
/* HEADER CSS (ID: 6) */

/* BREAKPOINT: Desktop (BASE) */
#brxe-iadfkm {font-size: 16px; text-align: center; font-family: "Helvetica"; color: #ffffff}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-iadfkm {font-size: 14px; text-align: center}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-iadfkm {line-height: 1.3; font-weight: 400; text-align: center; width: 300px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-tkwrvx {height: 40px; justify-content: center; align-items: center}


/* BREAKPOINT: Desktop (BASE) */
#brxe-psnobr {background-color: #2b0975; position: relative}
:where(#brxe-psnobr > *) {position: relative}
#brxe-psnobr::before {background-image: repeating-linear-gradient(90deg, #2b0975, #593fde); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-psnobr {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-psnobr {padding-top: 5px; padding-bottom: 5px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-vzsmiw {max-width: 170px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-dtxrbx {width: 27%}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-dtxrbx {width: 50%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-owbyei {display: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-owbyei {display: flex; margin-top: 35px; margin-bottom: 30px; width: 200px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bfhjuq {color: #ffffff; font-size: 18px; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-hutldr {color: #ffffff; font-size: 18px; font-family: "Helvetica"}


/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-vzqxnm {font-size: 40px; color: #ffffff; fill: #ffffff; position: absolute; top: 30px; right: 25px}
}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-rubylg {margin-top: 0; margin-left: 0; padding-top: 0; padding-right: 30px; padding-bottom: 20px; padding-left: 30px; align-self: flex-start !important; justify-content: flex-start; min-height: 400px}
}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-lsdawb {flex-direction: row; position: relative}
}
@media (max-width: 767px) {
#brxe-zdlfgp .brx-toggle-div { display: inline-flex; }
#brxe-zdlfgp .brxe-toggle { display: inline-flex; }
[data-script-id=zdlfgp] .brx-nav-nested-items {
					opacity: 0;
					visibility: hidden;
					gap: 0;
					position: fixed;
					z-index: 1001;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					display: flex;
					align-items: center;
					justify-content: center;
					flex-direction: column;
					background-color: #fff;
					overflow-y: scroll;
					flex-wrap: nowrap;
				}
#brxe-zdlfgp.brx-open .brx-nav-nested-items {
					opacity: 1;
					visibility: visible;
				}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-zdlfgp.brx-open .brx-nav-nested-items {background-color: #000000}
#brxe-zdlfgp.brx-open .brx-submenu-toggle {justify-content: flex-end}
#brxe-zdlfgp.brx-open li.menu-item {text-align: right}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-rakpgg {justify-content: center; align-self: center !important}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-rakpgg {align-items: flex-end}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-trkrgc {flex-direction: row; align-items: center; align-self: center !important}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-trkrgc {width: 50%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ogefel {flex-direction: row; align-items: center}


/* BREAKPOINT: Desktop (BASE) */
#brxe-ubtocn {background-color: #000000; padding-right: 20px; padding-left: 20px; height: 75px; justify-content: center}


/* CONTENT CSS (ID: 1278) */

/* BREAKPOINT: Desktop (BASE) */
#brxe-zbmnbm {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 52px; line-height: 1.1; margin-bottom: 20px; width: 100%; max-width: 600px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-zbmnbm {font-size: 32px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-acanwc {color: #ffffff; font-size: 22px; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-lxqeol ::placeholder {font-size: 14px; color: #797979; font-family: "Helvetica"; font-weight: 300}
#brxe-lxqeol select {font-size: 14px; color: #797979; font-family: "Helvetica"; font-weight: 300; border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-lxqeol .form-group input {border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-lxqeol .flatpickr {border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-lxqeol textarea {border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-lxqeol .bricks-button:not([type=submit]) {border-radius: 10px}
#brxe-lxqeol .choose-files {border-radius: 10px}
#brxe-lxqeol .bricks-button {text-transform: uppercase; font-size: 18px; font-family: "Helvetica"; font-weight: 700; color: #ffffff; line-height: 2; background-color: #593fde}
#brxe-lxqeol button[type=submit].bricks-button {border-radius: 50px}
#brxe-lxqeol .submit-button-wrapper {width: 90%}
#brxe-lxqeol {margin-right: -75px; padding-right: 0}
#brxe-lxqeol button { background: linear-gradient(90deg, #1E0652 0%, #593FDE 100%);}#brxe-lxqeol .message.success {  background-color: #4a2ebb !important;  color: #ffffff !important;}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lxqeol .submit-button-wrapper {width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lovgzz {max-width: 365px; margin-top: 20px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lovgzz {width: 100%; max-width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-giknzc {max-width: 688px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-rqnyww {min-height: 686px; justify-content: center; padding-right: 20px; padding-bottom: 150px; padding-left: 20px; background-image: var(--wpr-bg-c977cf99-ae69-4464-b047-3241ff2bd948); background-size: cover; position: relative}
:where(#brxe-rqnyww > *) {position: relative}
#brxe-rqnyww::before {background-image: linear-gradient(rgba(255, 255, 255, 0) 80%, #000000 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-rqnyww {padding-top: 18%; padding-right: 20px; padding-bottom: 30px; padding-left: 20px; justify-content: flex-start; display: none; min-height: 600px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-tihdhs {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 40px; line-height: 1.1; margin-bottom: 20px; width: 100%; max-width: 400px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-tihdhs {font-size: 32px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-jjswvt {color: #ffffff; font-size: 18px; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-gonimg ::placeholder {font-size: 14px; color: #797979; font-family: "Helvetica"; font-weight: 300}
#brxe-gonimg select {font-size: 14px; color: #797979; font-family: "Helvetica"; font-weight: 300; border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-gonimg .form-group input {border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-gonimg .flatpickr {border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-gonimg textarea {border-radius: 10px; padding-top: 3px; padding-right: 20px; padding-bottom: 4px; padding-left: 20px}
#brxe-gonimg .bricks-button:not([type=submit]) {border-radius: 10px}
#brxe-gonimg .choose-files {border-radius: 10px}
#brxe-gonimg .bricks-button {text-transform: uppercase; font-size: 16px; font-family: "Helvetica"; font-weight: 700; color: #ffffff; line-height: 2; background-color: #593fde}
#brxe-gonimg button[type=submit].bricks-button {border-radius: 50px}
#brxe-gonimg .submit-button-wrapper {width: 90%}
#brxe-gonimg {margin-right: -75px; padding-right: 0}
#brxe-gonimg button { background: linear-gradient(90deg, #1E0652 0%, #593FDE 100%);}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-gonimg .submit-button-wrapper {width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lksaxq {max-width: 365px; margin-top: 20px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lksaxq {width: 100%; max-width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ttnauj {max-width: 688px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-eqzagi {min-height: 686px; justify-content: center; padding-right: 20px; padding-bottom: 150px; padding-left: 20px; background-image: var(--wpr-bg-31dfdc98-0253-4694-9c53-437ae647bb0d); background-size: cover; position: relative; display: none}
:where(#brxe-eqzagi > *) {position: relative}
#brxe-eqzagi::before {background-image: linear-gradient(rgba(255, 255, 255, 0) 80%, #000000 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-eqzagi {padding-top: 18%; padding-right: 20px; padding-bottom: 30px; padding-left: 20px; justify-content: flex-start; display: flex; min-height: 600px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-oioijn {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; line-height: 1.1; font-size: 52px; margin-bottom: 20px; align-self: center}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-oioijn {font-size: 30px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-kyojcg {color: #ffffff; font-size: 20px; font-family: "Helvetica"; text-align: center; line-height: 1.2}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-kyojcg {line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bznttj {align-self: center !important; align-items: center; width: 100%; max-width: 800px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-quopza {width: 80px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-quopza {width: 50px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-quopza {max-width: 48px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-wuhtnx {line-height: 1.1; color: #ffffff; font-size: 26px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-wuhtnx {font-size: 18px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-wuhtnx {font-family: "Helvetica"}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-cypmzq {display: flex; align-items: center; column-gap: 20px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-cypmzq {margin-bottom: 10px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-urfmbl {width: 80px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-urfmbl {width: 50px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-urfmbl {max-width: 48px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-vtamap {line-height: 1.1; color: #ffffff; font-size: 26px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-vtamap {font-size: 18px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-vtamap {font-family: "Helvetica"}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-llopuo {display: flex; align-items: center; column-gap: 20px; margin-top: 6px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-llopuo {margin-top: 0; margin-bottom: 10px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-mlgtvs {width: 80px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-mlgtvs {width: 50px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-mlgtvs {max-width: 48px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ahcxmd {line-height: 1.1; color: #ffffff; font-size: 26px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-ahcxmd {font-size: 18px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ahcxmd {font-family: "Helvetica"}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qrndfr {display: flex; column-gap: 20px; align-items: center}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qrndfr {margin-bottom: 10px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-goueui {width: 80px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-goueui {width: 50px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-goueui {max-width: 48px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ccuysd {line-height: 1.1; color: #ffffff; font-size: 26px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-ccuysd {font-size: 18px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ccuysd {font-family: "Helvetica"}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bffbzs {display: flex; column-gap: 20px; align-items: center}


/* BREAKPOINT: Desktop (BASE) */
#brxe-cpzobf {align-self: center !important}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-cpzobf {width: 380px; align-self: center !important}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-dedncm {width: 100%; margin-bottom: 51px; max-width: 600px; align-self: center}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-dedncm {width: 500px; align-self: center; margin-top: 15px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-dedncm {margin-top: 10px; margin-bottom: 20px; align-self: center; width: 100%; max-width: 400px}
}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-xdzdsh {position: relative}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-kfesxt {margin-top: 40px; flex-direction: row}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-kfesxt {flex-direction: row-reverse}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-kfesxt {flex-direction: column-reverse}
}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-syzcco {margin-top: 50px; margin-bottom: 35px; width: 100%; max-width: 400px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-luttjd {position: relative; max-width: 60%; align-self: center !important}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-luttjd {max-width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qntvnd {color: #a5ebff; font-size: 18px; font-family: "Helvetica"; text-transform: uppercase; line-height: 1.7; margin-bottom: 30px; display: none}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qntvnd {font-size: 16px; margin-bottom: 10px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-fhwsfw {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 52px; line-height: 1.1; margin-bottom: 20px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fhwsfw {font-size: 30px; align-self: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-dithjj {color: #ffffff; font-size: 20px; font-family: "Helvetica"; margin-bottom: 25px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-dithjj {line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-nkkzxy {background-image: linear-gradient(90deg, #1e0652, #593fde); color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; border-radius: 50px; padding-top: 10px; padding-bottom: 10px; min-width: 200px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-nkkzxy {display: none}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-nkkzxy {align-self: center; margin-top: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-sbfmlr {width: 40%; align-self: center !important}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-sbfmlr {width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-obygev {margin-top: 100px; flex-direction: row}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-obygev {padding-right: 20px; padding-left: 20px; margin-top: 60px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-thagys {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 52px; line-height: 1.2; margin-bottom: 80px; align-self: center}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-thagys {margin-top: 15px; margin-bottom: 40px; width: 100%; max-width: 290px; line-height: 1.1; text-align: center; font-size: 30px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-wuhpve {align-self: center; margin-bottom: 50px; height: 120px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-wuhpve {height: 65px; margin-bottom: 15px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-yxxolw {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 32px; line-height: 2}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-yxxolw {font-size: 24px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-cahtpt {color: #ffffff; font-size: 22px; font-family: "Helvetica"; line-height: 1.3}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-cahtpt {line-height: 1.3; text-align: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-szpcdr {background-image: var(--wpr-bg-9e36d288-6a93-42c2-bb16-e64778608297); background-size: cover; padding-top: 80px; padding-right: 30px; padding-left: 30px; border-radius: 30px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-szpcdr {width: 450px; height: 450px; align-items: center}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-szpcdr {background-image: var(--wpr-bg-ac1d35e9-9803-4e67-b700-9d14cf3989a0); background-size: cover; background-position: center center; background-attachment: scroll; width: 350px; height: 300px; border: 2px solid #a5ebff; padding-top: 0; padding-bottom: 0; justify-content: center; align-items: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-oczppl {align-self: center; margin-bottom: 50px; height: 120px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-oczppl {margin-bottom: 15px; height: 65px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bockey {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 32px; line-height: 2}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-bockey {margin-right: -28px; margin-left: -1px; padding-right: 0}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-bockey {font-size: 24px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ncfglh {color: #ffffff; font-size: 22px; font-family: "Helvetica"; line-height: 1.3}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ncfglh {line-height: 1.3; text-align: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-jrcdyt {background-image: var(--wpr-bg-cbcc9b43-1b88-4f08-a992-8e2f0ea0d5d2); background-size: cover; padding-top: 80px; padding-right: 30px; padding-bottom: 5px; padding-left: 30px; border-radius: 30px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-jrcdyt {align-items: center; width: 450px; height: 450px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-jrcdyt {background-image: var(--wpr-bg-902f3319-1a48-4210-bdf0-c2d15012d545); background-size: cover; width: 350px; height: 300px; border: 2px solid #a5ebff; justify-content: center; align-items: center; padding-top: 0; padding-bottom: 0; display: flex; position: relative; flex-wrap: nowrap}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-usxfwc {align-self: center; margin-bottom: 50px; height: 120px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-usxfwc {height: 65px; margin-bottom: 15px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-etwwot {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 32px; line-height: 2}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-etwwot {font-size: 24px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-fwlrsx {color: #ffffff; font-size: 22px; font-family: "Helvetica"; line-height: 1.3}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fwlrsx {text-align: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-hejbke {padding-top: 80px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; background-image: var(--wpr-bg-f0d04b15-d6cf-4b07-ba12-637957d5dcc4); background-size: cover; background-repeat: no-repeat; border-radius: 30px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-hejbke {width: 450px; height: 450px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-hejbke {background-image: var(--wpr-bg-127a0a76-091f-46cb-9616-749d19ec113c); background-size: cover; width: 350px; height: 300px; align-items: center; border: 2px solid #a5ebff; justify-content: center; padding-top: 0; padding-bottom: 0}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qrxaez {flex-direction: row; column-gap: 30px; row-gap: 30px; align-items: stretch}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-qrxaez {justify-content: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-misiwo {background-image: linear-gradient(90deg, #1e0652, #593fde); color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; border-radius: 50px; padding-top: 10px; padding-bottom: 10px; min-width: 300px; align-self: center; margin-top: 50px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-misiwo {margin-top: 30px; align-self: center; justify-content: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lvvufi {margin-top: 150px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lvvufi {margin-top: 80px}
}

/* BREAKPOINT: Desktop (BASE) */
#features {padding-top: 120px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px; background-color: #000000}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#features {padding-top: 40px; padding-right: 20px; padding-bottom: 40px; padding-left: 20px; background-position: center -231px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ivexhk {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 46px; line-height: 1.2; margin-bottom: 30px; width: 100%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ivexhk {margin-top: -15px; margin-bottom: 20px; font-size: 30px; align-self: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-fuvqfi {color: #ffffff; font-size: 22px; font-family: "Helvetica"; margin-bottom: 25px}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-fuvqfi {padding-bottom: 25px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fuvqfi {line-height: 1.3; margin-bottom: 1px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-dvsqua {background-image: linear-gradient(90deg, #1e0652, #593fde); color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; border-radius: 50px; padding-top: 10px; padding-bottom: 10px; min-width: 300px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-dvsqua {align-self: center; margin-top: 5px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ccuodr {align-self: center !important}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-ccuodr {margin-bottom: 64px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-vvrwui {width: 500px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-vvrwui {width: 300px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-giaebf {align-self: center !important; align-items: center}


/* BREAKPOINT: Desktop (BASE) */
#brxe-zklsvl {flex-direction: row; column-gap: 50px; row-gap: 30px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-zklsvl {flex-direction: column-reverse}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-oxgqjj {margin-top: 30px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-oxgqjj {padding-right: 20px; padding-left: 20px; margin-top: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-eucqsf {background-color: #000000}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-eucqsf {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-eucqsf {padding-right: 20px; padding-left: 20px; background-color: #000000; margin-top: -25px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-naqauz {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 52px; line-height: 1.2; margin-bottom: 50px; align-self: center}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-naqauz {width: 70%; text-align: center}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-naqauz {text-align: center; font-size: 30px; line-height: 1.2; width: 410px; margin-bottom: 1px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lxqtne {margin-top: 120px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lxqtne {margin-top: 30px}
}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qnrzei {align-self: center; width: 80%; display: none}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-rubvhh {position: absolute; bottom: -75px; left: 20%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-rubvhh {display: none}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-aeetiw {position: absolute; bottom: 10%; right: -30px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-aeetiw {display: none}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bwygoi {position: relative}


/* BREAKPOINT: Desktop (BASE) */
[data-id="brxe-ekxton"].splide__slide {align-self: stretch !important; width: 100%; height: 500px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
[data-id="brxe-ekxton"].splide__slide {padding-top: 0}
}

/* BREAKPOINT: Desktop (BASE) */
[data-id="brxe-mljydb"].splide__slide {align-self: stretch !important; width: 100%}


/* BREAKPOINT: Desktop (BASE) */
[data-id="brxe-stktsy"].splide__slide {align-self: stretch !important; width: 100%}


/* BREAKPOINT: Desktop (BASE) */
#brxe-rzutog .splide__arrow {background-color: rgba(90, 63, 222, 0); font-size: 30px; min-height: 30px; min-width: 30px; color: #ffffff; height: 60px; width: 60px; border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 100px}
#brxe-rzutog .splide__arrow svg {height: 30px; width: 30px; fill: #ffffff}
#brxe-rzutog .splide__arrow--next {right: 40px}
#brxe-rzutog .splide__arrow--prev { display: none;}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-rzutog {width: 90%; align-self: center}
#brxe-rzutog .splide__arrow {border-radius: 100px; height: 48px; width: 48px; background-color: rgba(255, 0, 0, 0)}
#brxe-rzutog .splide__arrow--next {right: 6px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-yepgxc {width: 100%; max-width: 540px; min-height: 512px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-yepgxc {margin-top: 80px; max-width: 100%}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-yepgxc {margin-top: 2px; margin-bottom: 10px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-whofgz {align-self: stretch !important; width: 100%}


/* BREAKPOINT: Desktop (BASE) */
#brxe-aaxlqi {flex-direction: row; column-gap: 60px; row-gap: 30px; margin-top: 30px; padding-bottom: 80px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-aaxlqi {background-color: #000000}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-aaxlqi {padding-bottom: 20px; background-color: rgba(33, 33, 33, 0); margin-top: 1px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-tzysfe {margin-top: 0}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-tzysfe {margin-top: 30px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-szrbte {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 46px; line-height: 1.2; text-align: center; margin-bottom: 50px; width: 100%; padding-right: 0; padding-left: 0; align-self: center}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-szrbte {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-szrbte {padding-right: 0; padding-left: 0}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-szrbte {margin-top: 35px; margin-bottom: 25px; font-size: 30px; line-height: 1.3; text-align: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bemvqu {flex-direction: column; align-self: center !important; align-items: center}


/* BREAKPOINT: Desktop (BASE) */
#brxe-pzuxwq {color: #ffffff; font-size: 22px; font-family: "Helvetica"; line-height: 1.2; margin-bottom: 25px; width: 100%; max-width: 525px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-pzuxwq {margin-bottom: 10px; line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ndxdgo {flex-direction: row; gap: 20px; width: 100%; margin-bottom: 30px; max-width: 530px}
#brxe-ndxdgo .content {font-size: 20px; font-family: "Helvetica"; color: #ffffff}
#brxe-ndxdgo .icon {padding-top: 5px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ndxdgo {margin-bottom: 10px}
#brxe-ndxdgo .content {line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ixshyn {flex-direction: row; gap: 20px; width: 100%; margin-bottom: 30px; max-width: 530px}
#brxe-ixshyn .content {font-size: 20px; font-family: "Helvetica"; color: #ffffff}
#brxe-ixshyn .icon {padding-top: 5px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ixshyn {margin-bottom: 10px}
#brxe-ixshyn .content {line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ilitfo {color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; border: 2px solid var(--bricks-border-color); border-radius: 50px; padding-top: 10px; padding-right: 40px; padding-bottom: 10px; padding-left: 40px; background-color: rgba(255, 0, 0, 0); margin-top: 15px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ilitfo {align-self: center; margin-top: 30px; padding-right: 20px; padding-left: 20px; font-size: 16px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-kpoqha {align-self: center !important}


/* BREAKPOINT: Desktop (BASE) */
#brxe-fxmook {width: 100%; max-width: 550px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fxmook {align-self: center; margin-bottom: 25px; width: 300px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-spxgtp {flex-direction: row}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-spxgtp {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-spxgtp {flex-direction: column-reverse}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-spxgtp {flex-direction: column-reverse}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-zahynl {margin-top: 70px; margin-bottom: 40px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-zahynl {margin-top: 60px; padding-right: 20px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-gypwrx {background-color: #000000; background-repeat: no-repeat; background-image: var(--wpr-bg-6308178d-f8cf-473a-b67c-3cc7d62df455); background-size: cover; background-position: center center; padding-bottom: 100px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-gypwrx {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-gypwrx {padding-top: 30px; padding-right: 20px; padding-bottom: 30px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-gdzvza {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); margin-bottom: 30px; font-family: "Helvetica"; font-size: 36px; line-height: 1.2; font-weight: 700; text-align: center; align-self: center; width: 100%; max-width: 545px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-gdzvza {font-size: 30px; line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-urdtic {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-urdtic {width: 15%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-wbdutb {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-wbdutb {width: 15%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-taqmuv {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-taqmuv {width: 25%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-fqxnnp {width: 20%}


/* BREAKPOINT: Desktop (BASE) */
#brxe-hxwpla {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-hxwpla {width: 20%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lsiygj {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lsiygj {width: 23%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-rtsufw {margin-top: 60px; margin-bottom: 60px; flex-direction: row; justify-content: space-evenly; align-items: center}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-rtsufw {row-gap: 10px; column-gap: 20px; margin-bottom: 20px; align-items: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-uylswp {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-uylswp {width: 20%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-poybbb {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-poybbb {width: 37%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-fvnpzg {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fvnpzg {width: 37%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-yrjmjj {width: 25%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-yrjmjj {width: 39%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-kwoacw {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-kwoacw {width: 22%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-dxwheb {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-dxwheb {width: 22%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qhuyhr {flex-direction: row; justify-content: space-between; margin-bottom: 60px; align-items: center}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qhuyhr {align-items: center; row-gap: 25px; margin-bottom: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-hyhonx {background-color: #000000; padding-top: 150px; display: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-hyhonx {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-hyhonx {padding-top: 50px; padding-right: 20px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-jrievj {width: 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 36px; line-height: 1.2; font-weight: 700; text-align: center; margin-bottom: 30px; align-self: center; max-width: 545px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-jrievj {font-size: 30px; line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-uxxxdv {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-uxxxdv {width: 25%}
#brxe-uxxxdv:not(.tag) {object-fit: contain}
#brxe-uxxxdv img {object-fit: contain}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-uxhwza {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-uxhwza {width: 18%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qmiklu {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qmiklu {width: 30%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-xfmoue {width: 20%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-xfmoue {width: 50%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ohaiiw {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ohaiiw {width: 25%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-jzuutt {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-jzuutt {width: 25%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-viwlpi {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-viwlpi {width: 25%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qpdwft {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qpdwft {width: 30%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qjpiaj {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qjpiaj {width: 43%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-jcbhrb {width: 25%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-jcbhrb {width: 43%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lsiwat {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lsiwat {width: 30%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-efpsgk {width: 10%}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-efpsgk {width: 29%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-vzzsrz {margin-top: 60px; margin-bottom: 60px; align-items: center; column-gap: 50px; flex-direction: row; justify-content: center; flex-wrap: wrap; row-gap: 30px}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-vzzsrz {column-gap: 36px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-vzzsrz {row-gap: 15px; column-gap: 40px; margin-top: 30px; margin-bottom: 20px; align-items: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-xcipjv {background-color: #000000; padding-top: 150px; display: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-xcipjv {padding-right: 20px; padding-left: 20px; display: none}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-xcipjv {padding-top: 50px; padding-right: 20px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-xfkgzf {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 46px; line-height: 1.2; font-weight: 700; text-align: center; margin-bottom: 30px; align-self: center; width: 100%; max-width: 800px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-xfkgzf {margin-top: 35px; margin-bottom: 1px; font-size: 30px; line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-yqxwlr {height: 100px; width: 20vh}


/* BREAKPOINT: Desktop (BASE) */
#brxe-wkcbja {height: 120px; width: 20vh}


/* BREAKPOINT: Desktop (BASE) */
#brxe-vmiqkp {height: 90px; width: 20vh}


/* BREAKPOINT: Desktop (BASE) */
#brxe-vkvqyk {height: 100px; width: 20vh}


/* BREAKPOINT: Desktop (BASE) */
#brxe-pbuksj {width: 800px; background-color: rgba(255, 0, 0, 0); align-self: center !important; padding-top: 1px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-pbuksj {background-color: #000000}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-pbuksj {padding-top: 5px; padding-bottom: 2px; margin-top: 5px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-bgetvz {background-color: rgba(255, 0, 0, 0); align-items: center; padding-top: 1px}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-bgetvz {margin-top: 2px}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-bgetvz {background-color: #000000}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-bgetvz {margin-top: 1px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qndffk {background-color: #000000; padding-top: 50px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-qndffk {padding-right: 20px; padding-left: 20px; display: flex}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qndffk {padding-top: 50px; padding-right: 20px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-prwuqt {height: 120px; background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 50%, #000000 100%); margin-top: -120px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-dcxzyz {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; line-height: 2; font-size: 52px; margin-bottom: 30px}


/* BREAKPOINT: Desktop (BASE) */
.brxe-xrztvs .brxe-cykgda.brxe-heading {font-size: 28px; font-family: "Helvetica"; line-height: 1.2; margin-top: 15px; margin-bottom: 25px; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff)}


/* BREAKPOINT: Desktop (BASE) */
.brxe-xrztvs .brxe-vpjdoi.brxe-text-basic {color: rgba(255, 255, 255, 0.6); font-size: 22px; font-family: "Helvetica"; margin-bottom: 15px}


/* BREAKPOINT: Desktop (BASE) */
.brxe-xrztvs .brxe-hmisap.brxe-text-basic {color: #ffffff; font-size: 22px; font-family: "Helvetica"; margin-bottom: 25px; padding-right: 50px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
.brxe-xrztvs .brxe-hmisap.brxe-text-basic {padding-right: 0; line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
.brxe-xrztvs .brxe-aixupt.brxe-button {background-image: linear-gradient(90deg, #1e0652, #593fde); color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; border-radius: 50px; padding-top: 10px; padding-right: 40px; padding-bottom: 10px; padding-left: 40px; margin-top: 15px}


/* BREAKPOINT: Desktop (BASE) */
.brxe-ymolez .brxe-xbdvwk.brxe-heading {font-size: 28px; font-family: "Helvetica"; line-height: 1.2; margin-top: 15px; margin-bottom: 25px; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff)}


/* BREAKPOINT: Desktop (BASE) */
.brxe-ymolez .brxe-xobmbg.brxe-text-basic {color: rgba(255, 255, 255, 0.6); font-size: 22px; font-family: "Helvetica"; margin-bottom: 15px}


/* BREAKPOINT: Desktop (BASE) */
.brxe-ymolez .brxe-miimhk.brxe-text-basic {color: #ffffff; font-size: 22px; font-family: "Helvetica"; margin-bottom: 25px; padding-right: 50px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
.brxe-ymolez .brxe-miimhk.brxe-text-basic {padding-right: 0; line-height: 1.3}
}

/* BREAKPOINT: Desktop (BASE) */
.brxe-ymolez .brxe-qpeark.brxe-button {background-image: linear-gradient(90deg, #1e0652, #593fde); color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; border-radius: 50px; padding-top: 10px; padding-right: 40px; padding-bottom: 10px; padding-left: 40px; margin-top: 15px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-aeucfr {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; grid-gap: 60px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-aeucfr {grid-template-columns: 1fr}
}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-rebwwc {max-width: 100%}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-rebwwc {max-width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-plxtix {flex-direction: row; column-gap: 30px; row-gap: 30px}


/* BREAKPOINT: Desktop (BASE) */
#blogs {background-color: #000000; padding-top: 140px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#blogs {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#blogs {padding-top: 60px; padding-right: 20px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-fqnpdb {position: absolute; right: -30%; overflow: hidden; top: 0px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fqnpdb {top: 30%; right: -50%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-twqtpl {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #ffffff, #a5beff, #a5ebff, #a5beff, #ffffff); font-family: "Helvetica"; font-size: 46px; line-height: 2; align-self: center}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-twqtpl {text-align: center; line-height: 1.1; margin-bottom: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-lougmq {color: #ffffff; font-family: "Helvetica"; font-size: 26px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-lougmq {font-size: 14px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ggxjxj {font-size: 1em}


/* BREAKPOINT: Desktop (BASE) */
#brxe-wzdptu {padding-right: 20px; padding-left: 20px; align-items: center; flex-direction: row; justify-content: space-between; background-color: #1e1f23; border-radius: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-fkfvgg {color: #ffffff; font-size: 20px; padding-right: 20px; padding-left: 20px}
#brxe-fkfvgg  a {color: #ffffff; font-size: 20px; font-size: inherit}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fkfvgg {font-size: 14px}
#brxe-fkfvgg  a {font-size: 14px; font-size: inherit}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-hndiiv {color: #ffffff; font-family: "Helvetica"; font-size: 26px; margin-top: 0}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-hndiiv {font-size: 14px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-sgrqiw {font-size: 1em}


/* BREAKPOINT: Desktop (BASE) */
#brxe-ivqxfz {padding-right: 20px; padding-left: 20px; align-items: center; flex-direction: row; justify-content: space-between; background-color: #1e1f23; border-radius: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-pvfltm {color: #ffffff; font-size: 20px; padding-right: 20px; padding-left: 20px}
#brxe-pvfltm  a {color: #ffffff; font-size: 20px; font-size: inherit}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-pvfltm {font-size: 14px}
#brxe-pvfltm  a {font-size: 14px; font-size: inherit}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-foworu {color: #ffffff; font-family: "Helvetica"; font-size: 26px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-foworu {font-size: 14px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-yunovi {font-size: 1em}


/* BREAKPOINT: Desktop (BASE) */
#brxe-obyexg {padding-right: 20px; padding-left: 20px; align-items: center; flex-direction: row; justify-content: space-between; background-color: #1e1f23; border-radius: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-xdyzgb {color: #ffffff; font-size: 20px; padding-right: 20px; padding-left: 20px}
#brxe-xdyzgb  a {color: #ffffff; font-size: 20px; font-size: inherit}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-xdyzgb {font-size: 14px}
#brxe-xdyzgb  a {font-size: 14px; font-size: inherit}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-heyxvy {color: #ffffff; font-family: "Helvetica"; font-size: 26px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-heyxvy {font-size: 14px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ccqtve {font-size: 1em}


/* BREAKPOINT: Desktop (BASE) */
#brxe-rhprvv {padding-right: 20px; padding-left: 20px; align-items: center; flex-direction: row; justify-content: space-between; background-color: #1e1f23; border-radius: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-ynywmy {color: #ffffff; font-size: 20px; padding-right: 20px; padding-left: 20px}
#brxe-ynywmy  a {color: #ffffff; font-size: 20px; font-size: inherit}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ynywmy {font-size: 14px}
#brxe-ynywmy  a {font-size: 14px; font-size: inherit}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-tikfhg {color: #ffffff; font-family: "Helvetica"; font-size: 26px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-tikfhg {font-size: 14px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-csauzd {font-size: 1em}


/* BREAKPOINT: Desktop (BASE) */
#brxe-mujjkc {padding-right: 20px; padding-left: 20px; align-items: center; flex-direction: row; justify-content: space-between; background-color: #1e1f23; border-radius: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-anfizu {color: #ffffff; font-size: 20px; padding-right: 20px; padding-left: 20px}
#brxe-anfizu  a {color: #ffffff; font-size: 20px; font-size: inherit}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-anfizu {font-size: 14px}
#brxe-anfizu  a {font-size: 14px; font-size: inherit}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-huzvwi {color: #ffffff; font-family: "Helvetica"; font-size: 26px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-huzvwi {font-size: 14px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-nyfirp {font-size: 1em}


/* BREAKPOINT: Desktop (BASE) */
#brxe-qvlble {padding-right: 20px; padding-left: 20px; align-items: center; flex-direction: row; justify-content: space-between; background-color: #1e1f23; border-radius: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-ttmshm {color: #ffffff; font-size: 20px; padding-right: 20px; padding-left: 20px}
#brxe-ttmshm  a {color: #ffffff; font-size: 20px; font-size: inherit}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-ttmshm {font-size: 14px}
#brxe-ttmshm  a {font-size: 14px; font-size: inherit}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-dtdkqw {color: #ffffff; font-family: "Helvetica"; font-size: 22px; text-align: center; font-weight: 700; width: 100%; margin-top: 25px; margin-bottom: 25px; align-self: center; max-width: 600px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-dtdkqw {font-size: 18px; text-align: center; line-height: 1.3; margin-top: 15px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ptidxv .accordion-title-wrapper {min-height: 50px; margin-bottom: 20px}
#brxe-ptidxv .accordion-content-wrapper {padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 0}


/* BREAKPOINT: Desktop (BASE) */
#brxe-solktd {margin-top: 30px; align-self: center !important; width: 710px; z-index: 9}


/* BREAKPOINT: Desktop (BASE) */
#brxe-qrkxic {padding-top: 120px; padding-bottom: 120px; background-color: #000000; position: relative; overflow: hidden}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-qrkxic {padding-right: 20px; padding-left: 20px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-qrkxic {padding-right: 20px; padding-bottom: 30px; padding-left: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-gmmknh {font-family: "Helvetica"; font-size: 46px; line-height: 2; color: #ffffff}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-gmmknh {color: #000000}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-gmmknh {color: #ffffff}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-gmmknh {align-self: center; color: #ffffff; font-size: 30px; line-height: 1.2}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-xcjkas {align-self: center; font-family: "Helvetica"; font-size: 22px; color: #ffffff; text-align: left; margin-bottom: 25px; width: 100%; max-width: 600px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-xcjkas {font-size: 18px; line-height: 1.3; text-align: center; margin-top: 15px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-yhbuar {color: #ffffff; font-size: 20px; font-family: "Helvetica"; font-weight: 700; margin-top: 15px; background-image: linear-gradient(90deg, #1e0652, #593fde); border-radius: 50px; padding-top: 10px; padding-right: 40px; padding-bottom: 10px; padding-left: 40px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-yhbuar {align-self: center}
}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-fauyqp {margin-top: 15px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-oisvye {align-self: center !important; width: 100%; max-width: 1100px; flex-direction: row; background-color: #090b12; padding-top: 80px; padding-right: 40px; padding-bottom: 80px; padding-left: 40px; border-radius: 20px}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-oisvye {width: 100%; max-width: 1230px; column-gap: 40px; row-gap: 30px}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-oisvye {margin-top: 20px; padding-top: 30px; padding-right: 0; padding-bottom: 1px; padding-left: 0}
}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-nijabp {align-self: center !important}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-wpklze {padding-bottom: 50px; background-color: #000000; z-index: 1}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
#brxe-wpklze {background-color: #000000}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-wpklze {padding-right: 20px; padding-left: 20px}
}

/* FOOTER CSS (ID: 12) */

/* BREAKPOINT: Desktop (BASE) */
#brxe-jmjgdl {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-sbzvls {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-siccnm {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-nnmdsu {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-ohifsn {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-zkipwn {row-gap: 5px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-zkipwn {width: 50%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-zolfyb {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-xlxlkw {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-uxtaoj {row-gap: 5px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-uxtaoj {width: 50%}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-abftjp {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-vbrgvy {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-upltie {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-zjfkee {row-gap: 5px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-zjfkee {width: 50%; margin-top: 40px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-xjbwiy {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-ycyagr {color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; margin-bottom: 3px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-cdquto {row-gap: 5px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-cdquto {width: 50%; margin-top: 40px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-qxbwdk {flex-direction: row; padding-top: 15px; padding-bottom: 15px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-nfawxg {background-color: #000000; padding-top: 60px; padding-right: 20px; padding-left: 20px; display: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-nfawxg {display: none}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-vudfnr {font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; color: rgba(255, 255, 255, 0.6)}


/* BREAKPOINT: Desktop (BASE) */
#brxe-lkphxm {flex-direction: row; align-items: center; column-gap: 20px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-lkphxm {justify-content: center; flex-direction: row}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-ificgq {font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; color: rgba(255, 255, 255, 0.6); margin-right: 10px; margin-left: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-uvheav {font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; color: rgba(255, 255, 255, 0.6); margin-right: 10px; margin-left: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-zmxafv {flex-direction: row; justify-content: flex-end}


/* BREAKPOINT: Desktop (BASE) */
#brxe-fuldpt {font-size: 25px; color: #999999; fill: #999999}


/* BREAKPOINT: Desktop (BASE) */
#brxe-kuhhga {font-size: 27px; color: #999999; fill: #999999}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-kuhhga {color: #999999; fill: #999999}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-otlnlx {flex-direction: row; align-items: center; column-gap: 20px; justify-content: flex-end; align-self: center !important}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-otlnlx {margin-top: 0; flex-direction: row}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-zztvfz {flex-direction: row; align-items: center}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-zztvfz {flex-direction: row}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-oxgvnu {background-color: #000000; min-height: 200px; justify-content: center; padding-right: 20px; padding-left: 20px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-oxgvnu {display: none}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-neizks {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-gntypl {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-svslls {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-tgnwbo {color: #ffffff; font-size: 15px; line-height: 22px; font-weight: 700; font-family: "Helvetica"}


/* BREAKPOINT: Desktop (BASE) */
#brxe-flszvc {flex-direction: row; padding-top: 15px; padding-bottom: 15px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-flszvc {justify-content: space-evenly}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-erkxyt {background-color: #000000; padding-top: 60px; padding-right: 20px; padding-left: 20px; display: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-erkxyt {display: none; background-color: #000000}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-gxuimw {font-size: 25px; color: #999999; fill: #999999}


/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-nbjlho {font-size: 25px; color: #999999; fill: #999999}
}
/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
#brxe-nbjlho {font-size: 26px; color: #999999; fill: #999999}
}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-zqqokz {flex-direction: row; justify-content: center; column-gap: 15px; align-items: center}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-wvtddb {font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; color: rgba(255, 255, 255, 0.6); margin-right: 10px; margin-left: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-zyqwtl {font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; color: rgba(255, 255, 255, 0.6); margin-right: 10px; margin-left: 10px}


/* BREAKPOINT: Desktop (BASE) */
#brxe-javejt {flex-direction: row; justify-content: flex-end}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-javejt {flex-direction: row; justify-content: center}
}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-aekket {align-items: center; margin-bottom: 20px; row-gap: 20px}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-luiing {font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Helvetica"; color: rgba(255, 255, 255, 0.6)}


/* BREAKPOINT: Desktop (BASE) */
#brxe-iwnhcd {flex-direction: row; align-items: center; column-gap: 20px}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-iwnhcd {justify-content: center; flex-direction: row}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-vvykuz {flex-direction: row; align-items: center}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-vvykuz {flex-direction: row}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-opglef {background-color: #000000; min-height: 200px; justify-content: center; padding-right: 20px; padding-left: 20px; display: none}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
#brxe-opglef {display: flex}
}

</style>
<link rel="https://api.w.org/" href="https://nodepay.ai/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://nodepay.ai/wp-json/wp/v2/pages/1278"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://nodepay.ai/xmlrpc.php?rsd">
<meta name="generator" content="WordPress 6.6.2">
<link rel="shortlink" href="https://nodepay.ai/">
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://nodepay.ai/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fnodepay.ai%2F">
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://nodepay.ai/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fnodepay.ai%2F&amp;format=xml">
<!-- Google tag (gtag.js) -->
<script type="rocketlazyloadscript" async="" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-KYCRH36S70"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-KYCRH36S70');
</script>

<link rel="icon" href="https://nodepay.ai/wp-content/uploads/2024/06/Favicon-white-bg-2.png" sizes="32x32">
<link rel="icon" href="https://nodepay.ai/wp-content/uploads/2024/06/Favicon-white-bg-2.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://nodepay.ai/wp-content/uploads/2024/06/Favicon-white-bg-2.png">
<meta name="msapplication-TileImage" content="https://nodepay.ai/wp-content/uploads/2024/06/Favicon-white-bg-2.png">
		<style id="wp-custom-css">
			section#brxe-oxgvnu {
    margin-bottom: -200px;
}
@media(max-width: 480px){
section#brxe-ahakgy div#brxe-nhbupc {
    margin: 0;
}
	#brxe-hnopao {
    row-gap: 10px;
}
	.brxe-qujcax .brxe-hzvudd.brxe-button{
		line-height: 30px;
	}
	h3#brxe-aoxmsr {
    text-align: center;
}
	#brxe-zyhfhj::before {
     background-image:unset !important; 
   
}
}
		</style>
		
<!-- Facebook Open Graph (by Bricks) -->
<meta property="og:url" content="https://nodepay.ai/">
<meta property="og:site_name" content="Nodepay">
<meta property="og:title" content="Distributed Internet Resourcing for AI">
<meta property="og:type" content="website">
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpr-lazyload-bg">:root{--wpr-bg-c977cf99-ae69-4464-b047-3241ff2bd948: url('https://nodepay.ai/wp-content/uploads/2024/03/Hero-Visual-2.webp');}</style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">:root{--wpr-bg-9cec5bc5-f843-41ae-9fe1-f61f0797ed84: url('../../../../../../../../themes/bricks/assets/svg/audio/control-play.svg');}:root{--wpr-bg-cc159a75-cf41-4d87-a5ef-1182bc83ae03: url('../../../../../../../../themes/bricks/assets/svg/audio/control-play.svg');}:root{--wpr-bg-342ed1cb-0998-4195-aa43-8c6979f3544d: url('../../../../../../../../themes/bricks/assets/svg/audio/control-pause.svg');}:root{--wpr-bg-15087646-947d-40b6-aea9-fede3d1c553e: url('../../../../../../../../themes/bricks/assets/svg/audio/control-volume-max.svg');}:root{--wpr-bg-67ab3374-ff5e-4f96-adea-7f484fd23bc3: url('../../../../../../../../themes/bricks/assets/svg/audio/control-mute.svg');}:root{--wpr-bg-c977cf99-ae69-4464-b047-3241ff2bd948: url('https://nodepay.ai/wp-content/uploads/2024/03/Hero-Visual-2.webp');}:root{--wpr-bg-31dfdc98-0253-4694-9c53-437ae647bb0d: url('https://nodepay.ai/wp-content/uploads/2024/03/Hero-Visual-2.webp');}:root{--wpr-bg-9e36d288-6a93-42c2-bb16-e64778608297: url('https://nodepay.ai/wp-content/uploads/2024/03/Ellipse-499.svg');}:root{--wpr-bg-ac1d35e9-9803-4e67-b700-9d14cf3989a0: url('https://nodepay.ai/wp-content/uploads/2024/04/11.webp');}:root{--wpr-bg-cbcc9b43-1b88-4f08-a992-8e2f0ea0d5d2: url('https://nodepay.ai/wp-content/uploads/2024/03/Ellipse-500.svg');}:root{--wpr-bg-902f3319-1a48-4210-bdf0-c2d15012d545: url('https://nodepay.ai/wp-content/uploads/2024/04/22.webp');}:root{--wpr-bg-f0d04b15-d6cf-4b07-ba12-637957d5dcc4: url('https://nodepay.ai/wp-content/uploads/2024/03/Ellipse-499-1.svg');}:root{--wpr-bg-127a0a76-091f-46cb-9616-749d19ec113c: url('https://nodepay.ai/wp-content/uploads/2024/04/33.webp');}:root{--wpr-bg-6308178d-f8cf-473a-b67c-3cc7d62df455: url('https://nodepay.ai/wp-content/uploads/2024/03/Group-43607.webp');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".brxe-audio .mejs-container .mejs-controls .mejs-button>button","style":":root{--wpr-bg-9cec5bc5-f843-41ae-9fe1-f61f0797ed84: url('..\/..\/..\/..\/..\/..\/..\/..\/themes\/bricks\/assets\/svg\/audio\/control-play.svg');}","hash":"9cec5bc5-f843-41ae-9fe1-f61f0797ed84"},{"selector":".brxe-audio .mejs-container .mejs-controls .mejs-play>button,.brxe-audio .mejs-container .mejs-controls .mejs-replay>button","style":":root{--wpr-bg-cc159a75-cf41-4d87-a5ef-1182bc83ae03: url('..\/..\/..\/..\/..\/..\/..\/..\/themes\/bricks\/assets\/svg\/audio\/control-play.svg');}","hash":"cc159a75-cf41-4d87-a5ef-1182bc83ae03"},{"selector":".brxe-audio .mejs-container .mejs-controls .mejs-pause>button","style":":root{--wpr-bg-342ed1cb-0998-4195-aa43-8c6979f3544d: url('..\/..\/..\/..\/..\/..\/..\/..\/themes\/bricks\/assets\/svg\/audio\/control-pause.svg');}","hash":"342ed1cb-0998-4195-aa43-8c6979f3544d"},{"selector":".brxe-audio .mejs-container .mejs-controls .mejs-mute>button","style":":root{--wpr-bg-15087646-947d-40b6-aea9-fede3d1c553e: url('..\/..\/..\/..\/..\/..\/..\/..\/themes\/bricks\/assets\/svg\/audio\/control-volume-max.svg');}","hash":"15087646-947d-40b6-aea9-fede3d1c553e"},{"selector":".brxe-audio .mejs-container .mejs-controls .mejs-unmute>button","style":":root{--wpr-bg-67ab3374-ff5e-4f96-adea-7f484fd23bc3: url('..\/..\/..\/..\/..\/..\/..\/..\/themes\/bricks\/assets\/svg\/audio\/control-mute.svg');}","hash":"67ab3374-ff5e-4f96-adea-7f484fd23bc3"},{"selector":"#brxe-rqnyww","style":":root{--wpr-bg-c977cf99-ae69-4464-b047-3241ff2bd948: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/03\/Hero-Visual-2.webp');}","hash":"c977cf99-ae69-4464-b047-3241ff2bd948"},{"selector":"#brxe-eqzagi","style":":root{--wpr-bg-31dfdc98-0253-4694-9c53-437ae647bb0d: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/03\/Hero-Visual-2.webp');}","hash":"31dfdc98-0253-4694-9c53-437ae647bb0d"},{"selector":"#brxe-szpcdr","style":":root{--wpr-bg-9e36d288-6a93-42c2-bb16-e64778608297: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/03\/Ellipse-499.svg');}","hash":"9e36d288-6a93-42c2-bb16-e64778608297"},{"selector":"#brxe-szpcdr","style":":root{--wpr-bg-ac1d35e9-9803-4e67-b700-9d14cf3989a0: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/04\/11.webp');}","hash":"ac1d35e9-9803-4e67-b700-9d14cf3989a0"},{"selector":"#brxe-jrcdyt","style":":root{--wpr-bg-cbcc9b43-1b88-4f08-a992-8e2f0ea0d5d2: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/03\/Ellipse-500.svg');}","hash":"cbcc9b43-1b88-4f08-a992-8e2f0ea0d5d2"},{"selector":"#brxe-jrcdyt","style":":root{--wpr-bg-902f3319-1a48-4210-bdf0-c2d15012d545: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/04\/22.webp');}","hash":"902f3319-1a48-4210-bdf0-c2d15012d545"},{"selector":"#brxe-hejbke","style":":root{--wpr-bg-f0d04b15-d6cf-4b07-ba12-637957d5dcc4: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/03\/Ellipse-499-1.svg');}","hash":"f0d04b15-d6cf-4b07-ba12-637957d5dcc4"},{"selector":"#brxe-hejbke","style":":root{--wpr-bg-127a0a76-091f-46cb-9616-749d19ec113c: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/04\/33.webp');}","hash":"127a0a76-091f-46cb-9616-749d19ec113c"},{"selector":"#brxe-gypwrx","style":":root{--wpr-bg-6308178d-f8cf-473a-b67c-3cc7d62df455: url('https:\/\/nodepay.ai\/wp-content\/uploads\/2024\/03\/Group-43607.webp');}","hash":"6308178d-f8cf-473a-b67c-3cc7d62df455"}]; const rocket_excluded_pairs = [];</script><link href="https://www.googletagmanager.com" rel="preconnect"></head>

<body class="home page-template-default page page-id-1278 brx-body bricks-is-frontend wp-embed-responsive">		<a class="skip-link" href="#brx-content" aria-label="Skip to main content">Skip to main content</a>

					<a class="skip-link" href="#brx-footer" aria-label="Skip to footer">Skip to footer</a>
			<header id="brx-header"><section id="brxe-psnobr" class="brxe-section"><div id="brxe-tkwrvx" class="brxe-container"><h3 id="brxe-iadfkm" class="brxe-heading">Get Exclusive Access to Nodepay’s Beta - Claim Your Free Node in our <strong><a href="https://discord.com/invite/nodepay" target="_blank"><u>Discord</u></a></strong></h3></div></section><section id="brxe-ubtocn" class="brxe-section"><div id="brxe-ogefel" class="brxe-container"><div id="brxe-dtxrbx" class="brxe-block"><a id="brxe-vzsmiw" class="brxe-image tag" href=""><img src="https://nodepay.ai/wp-content/uploads/2024/05/Group-42348.svg" class="css-filter size-full" alt="" decoding="async" data-type="string"></a></div><div id="brxe-trkrgc" class="brxe-block"><div id="brxe-rakpgg" class="brxe-block"><nav id="brxe-zdlfgp" data-script-id="zdlfgp" class="brxe-nav-nested" aria-label="Menu" data-toggle="mobile_landscape"><ul id="brxe-rubylg" class="brxe-block brx-nav-nested-items"><li class="menu-item"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-owbyei" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/nodepay-logo.svg" data-type="string"></li><li class="menu-item"><a id="brxe-bfhjuq" class="brxe-text-link" href="https://nodepay.ai#features" aria-current="page">Features</a></li><li class="menu-item"><a id="brxe-hutldr" class="brxe-text-link" href="https://nodepay.ai#blogs" aria-current="page">Blogs</a></li><li class="menu-item" style="display: none;"><button id="brxe-vzqxnm" data-script-id="vzqxnm" class="brxe-toggle brx-toggle-div" aria-label="Open" aria-expanded="false"><i class="ion-md-close"></i></button></li></ul><button id="brxe-lsdawb" data-script-id="lsdawb" class="brxe-toggle" aria-label="Open" aria-expanded="false"><svg class="" xmlns="http://www.w3.org/2000/svg" width="29" height="19" viewBox="0 0 29 19" fill="none"><rect width="29" height="6" rx="3" fill="white"></rect><rect y="13" width="29" height="6" rx="3" fill="white"></rect></svg></button></nav></div></div></div></section></header><main id="brx-content"><section id="brxe-rqnyww" class="brxe-section has-bg-video" data-rocket-lazy-bg-c977cf99-ae69-4464-b047-3241ff2bd948="loaded"><div class="bricks-background-video-wrapper loaded" data-background-video-url="https://nodepay.ai/wp-content/uploads/2024/04/Desktop-new1.mp4" data-background-video-scale="1.5" data-background-video-loop="1"><video autoplay="" loop="" playsinline="" muted="" style="transform: translate(-50%, -50%) scale(1.5); width: 1219.56px; height: 686px;" src="https://nodepay.ai/wp-content/uploads/2024/04/Desktop-new1.mp4"></video></div><div id="brxe-mgrpii" class="brxe-container"><div id="brxe-giknzc" class="brxe-block"><h3 id="brxe-zbmnbm" class="brxe-heading">Earn A Share <br>In The Growth of AI</h3><div id="brxe-acanwc" class="brxe-text-basic">Access a revenue stream from your unused internet bandwidth.</div><div id="brxe-lovgzz" class="brxe-block">		<form id="brxe-lxqeol" data-script-id="lxqeol" class="brxe-form" method="post" data-element-id="lxqeol">
			
				<div class="form-group" role="group" aria-labelledby="label-2d9127">
				<input id="form-field-7f9e69" name="form-field-2d9127" aria-label="Email" type="email" value="" placeholder="Your Email" required="">
				
				
							</div>
				
		  <div class="form-group submit-button-wrapper">
				<button type="submit" class="bricks-button bricks-background-primary">
					<span class="text">Apply for early Access</span><span class="loading"><svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke-linecap="round" stroke-width="1" stroke="currentColor" fill="none" stroke-linejoin="round"><path d="M0.927,10.199l2.787,4.151l3.205,-3.838"></path><path d="M23.5,14.5l-2.786,-4.15l-3.206,3.838"></path><path d="M20.677,10.387c0.834,4.408 -2.273,8.729 -6.509,9.729c-2.954,0.699 -5.916,-0.238 -7.931,-2.224"></path><path d="M3.719,14.325c-1.314,-4.883 1.969,-9.675 6.538,-10.753c3.156,-0.747 6.316,0.372 8.324,2.641"></path></g><path fill="none" d="M0,0h24v24h-24Z"></path></svg>
</span>				</button>
			</div>
		</form>
		</div></div></div></section><section id="brxe-eqzagi" class="brxe-section bricks-lazy-hidden has-bg-video"><div class="bricks-background-video-wrapper bricks-lazy-video loaded" data-background-video-url="https://nodepay.ai/wp-content/uploads/2024/04/Desktop-1.mp4" data-background-video-scale="1.5" data-background-video-loop="1"><video autoplay="" loop="" playsinline="" muted="" style="transform: translate(-50%, -50%) scale(1.5); width: 0px; height: 0px;"></video></div><div id="brxe-unswic" class="brxe-container bricks-lazy-hidden"><div id="brxe-ttnauj" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-tihdhs" class="brxe-heading">Earn A Share <br>In The Growth of AI</h3><div id="brxe-jjswvt" class="brxe-text-basic">Access a revenue stream from your unused internet bandwidth.</div><div id="brxe-lksaxq" class="brxe-block bricks-lazy-hidden">		<form id="brxe-gonimg" data-script-id="gonimg" class="brxe-form" method="post" data-element-id="gonimg">
			
				<div class="form-group" role="group" aria-labelledby="label-2d9127">
				<input id="form-field-185038" name="form-field-2d9127" aria-label="Email" type="email" value="" placeholder="Your Email" required="">
				
				
							</div>
				
		  <div class="form-group submit-button-wrapper">
				<button type="submit" class="bricks-button bricks-background-primary">
					<span class="text">Apply for early Access</span><span class="loading"><svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke-linecap="round" stroke-width="1" stroke="currentColor" fill="none" stroke-linejoin="round"><path d="M0.927,10.199l2.787,4.151l3.205,-3.838"></path><path d="M23.5,14.5l-2.786,-4.15l-3.206,3.838"></path><path d="M20.677,10.387c0.834,4.408 -2.273,8.729 -6.509,9.729c-2.954,0.699 -5.916,-0.238 -7.931,-2.224"></path><path d="M3.719,14.325c-1.314,-4.883 1.969,-9.675 6.538,-10.753c3.156,-0.747 6.316,0.372 8.324,2.641"></path></g><path fill="none" d="M0,0h24v24h-24Z"></path></svg>
</span>				</button>
			</div>
		</form>
		</div></div></div></section><section id="features" class="brxe-section"><div id="brxe-tpqgbp" class="brxe-container bricks-lazy-hidden"><div id="brxe-uvqvzv" class="brxe-block bricks-lazy-hidden"><div id="brxe-bznttj" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-oioijn" class="brxe-heading">Why Nodepay?</h3><div id="brxe-kyojcg" class="brxe-text-basic">Nodepay transforms your unused internet bandwidth into a valuable asset</div></div><div id="brxe-kfesxt" class="brxe-block bricks-lazy-hidden"><div id="brxe-cpzobf" class="brxe-block bricks-lazy-hidden"><div id="brxe-cypmzq" class="brxe-div tab-title bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image tab-icon css-filter size-full bricks-lazy-hidden" alt="" id="brxe-quopza" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/icon-1-1.svg" data-type="string"><div id="brxe-wuhtnx" class="brxe-text-basic">Sell your unused internet</div></div><div id="brxe-llopuo" class="brxe-div tab-title bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image tab-icon css-filter size-full bricks-lazy-hidden" alt="" id="brxe-urfmbl" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/icon-1.svg" data-type="string"><div id="brxe-vtamap" class="brxe-text-basic">Earn constantly by being online</div></div><div id="brxe-qrndfr" class="brxe-div tab-title bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image tab-icon css-filter size-full bricks-lazy-hidden" alt="" id="brxe-mlgtvs" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/icon-2.svg" data-type="string"><div id="brxe-ahcxmd" class="brxe-text-basic">Refer friends &amp; increase your income</div></div><div id="brxe-bffbzs" class="brxe-div tab-title bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image tab-icon css-filter size-full bricks-lazy-hidden" alt="" id="brxe-goueui" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/icon-5.svg" data-type="string"><div id="brxe-ccuysd" class="brxe-text-basic">Track your earnings</div></div></div><div id="brxe-xdzdsh" class="brxe-block bricks-lazy-hidden"><picture id="brxe-dedncm" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Group-43634-1.webp" type="image/webp"><img width="777" height="541" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20777%20541'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" fetchpriority="high" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Group-43616-1.webp" data-type="string" data-sizes="(max-width: 777px) 100vw, 777px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/04/Group-43616-1.webp 777w, https://nodepay.ai/wp-content/uploads/2024/04/Group-43616-1-300x209.webp 300w, https://nodepay.ai/wp-content/uploads/2024/04/Group-43616-1-768x535.webp 768w"></picture></div></div></div><div id="brxe-obygev" class="brxe-block bricks-lazy-hidden"><div id="brxe-luttjd" class="brxe-block bricks-lazy-hidden"><img width="648" height="431" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20648%20431'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-syzcco" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-43595-1.webp" data-type="string" data-sizes="(max-width: 648px) 100vw, 648px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/03/Group-43595-1.webp 648w, https://nodepay.ai/wp-content/uploads/2024/03/Group-43595-1-300x200.webp 300w"></div><div id="brxe-sbfmlr" class="brxe-block bricks-lazy-hidden"><div id="brxe-qntvnd" class="brxe-text-basic">Discover the Power of Nodepay</div><h3 id="brxe-fhwsfw" class="brxe-heading">What is Nodepay</h3><div id="brxe-dithjj" class="brxe-text-basic">Nodepay is the network infrastructure that provides decentralized bandwidth for AI training. By connecting to the Nodepay Network, you will be able to sell your unused internet to AI companies, enabling the efficient transfer of public training data, labelling, model sharing and remote distributed training.<br><br>Join now and get paid for contributing to the network.</div><a id="brxe-nkkzxy" class="brxe-button bricks-button bricks-background-primary" href="https://discord.com/invite/nodepay" target="_blank">Get Started</a></div></div></div><div id="brxe-lvvufi" class="brxe-container bricks-lazy-hidden"><h3 id="brxe-thagys" class="brxe-heading">How it Works</h3><div id="brxe-qrxaez" class="brxe-block bricks-lazy-hidden"><div id="brxe-szpcdr" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-wuhpve" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-43497.svg" data-type="string"><h3 id="brxe-yxxolw" class="brxe-heading">1. Download</h3><div id="brxe-cahtpt" class="brxe-text-basic">Download the Nodepay Web Extension.</div></div><div id="brxe-jrcdyt" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-oczppl" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-43496.svg" data-type="string"><h3 id="brxe-bockey" class="brxe-heading">2. Create and Earn</h3><div id="brxe-ncfglh" class="brxe-text-basic">Log into your  dashboard. Nodepay runs seamlessly in the background with user controlled quotas &amp; workload scheduling.&nbsp;</div></div><div id="brxe-hejbke" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-usxfwc" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-43510.svg" data-type="string"><h3 id="brxe-etwwot" class="brxe-heading">3. Share</h3><div id="brxe-fwlrsx" class="brxe-text-basic">Stay connected to earn constantly. Boost your earnings with referrals.</div></div></div><a id="brxe-misiwo" class="brxe-button bricks-button bricks-background-primary" href="https://discord.com/invite/nodepay" target="_blank">Claim Your Free Node</a></div></section><section id="brxe-eucqsf" class="brxe-section bricks-lazy-hidden"><div id="brxe-oxgqjj" class="brxe-container bricks-lazy-hidden"><div id="brxe-zklsvl" class="brxe-block bricks-lazy-hidden"><div id="brxe-ccuodr" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-ivexhk" class="brxe-heading">Protected Data &amp; Security</h3><div id="brxe-fuvqfi" class="brxe-text-basic">Your personal data is protected and can never be accessed. Privacy &amp; Security is guaranteed. Nodepay puts you in full control of when your excess bandwidth is used.</div><a id="brxe-dvsqua" class="brxe-button bricks-button bricks-background-primary" href="https://discord.com/invite/nodepay" target="_blank">START EARNING NOW</a></div><div id="brxe-giaebf" class="brxe-block bricks-lazy-hidden"><img width="782" height="1016" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20782%201016'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-vvrwui" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694208-2.png" data-type="string" data-sizes="(max-width: 782px) 100vw, 782px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694208-2.png 782w, https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694208-2-231x300.png 231w, https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694208-2-768x998.png 768w"></div></div></div></section><section id="brxe-gypwrx" class="brxe-section bricks-lazy-hidden"><div id="brxe-lxqtne" class="brxe-container bricks-lazy-hidden"><h3 id="brxe-naqauz" class="brxe-heading">Foundational Data Infrastructure for AI</h3></div><div id="brxe-tzysfe" class="brxe-container bricks-lazy-hidden"><div id="brxe-aaxlqi" class="brxe-block bricks-lazy-hidden"><div id="brxe-bwygoi" class="brxe-block bricks-lazy-hidden"><picture id="brxe-qnrzei" class="brxe-image tag"><source media="(max-width: 478px)" srcset="https://nodepay.ai/wp-content/uploads/2024/03/Group-43571-1.webp" type="image/webp"><img width="705" height="475" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20705%20475'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694015.webp" data-type="string" data-sizes="(max-width: 705px) 100vw, 705px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694015.webp 705w, https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694015-300x202.webp 300w"></picture><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-rubvhh" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-42323.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-aeetiw" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-42321.svg" data-type="string"></div><div id="brxe-whofgz" class="brxe-block bricks-lazy-hidden"><div id="brxe-yepgxc" class="brxe-block bricks-lazy-hidden"><div id="brxe-rzutog" data-script-id="rzutog" class="brxe-slider-nested bricks-lazy-hidden splide splide--loop splide--ltr splide--draggable is-active is-overflow is-initialized" data-splide="{&quot;type&quot;:&quot;loop&quot;,&quot;direction&quot;:&quot;ltr&quot;,&quot;keyboard&quot;:&quot;false&quot;,&quot;height&quot;:&quot;500px&quot;,&quot;gap&quot;:&quot;0px&quot;,&quot;start&quot;:0,&quot;perPage&quot;:&quot;1&quot;,&quot;perMove&quot;:1,&quot;speed&quot;:400,&quot;interval&quot;:3000,&quot;autoHeight&quot;:false,&quot;autoplay&quot;:false,&quot;pauseOnHover&quot;:false,&quot;pauseOnFocus&quot;:false,&quot;arrows&quot;:true,&quot;pagination&quot;:false,&quot;breakpoints&quot;:{&quot;478&quot;:{&quot;perPage&quot;:&quot;1&quot;}}}" role="region" aria-roledescription="carousel"><div class="splide__track splide__track--loop splide__track--ltr splide__track--draggable" id="brxe-rzutog-track" style="padding-left: 0px; padding-right: 0px;" aria-live="polite" aria-atomic="true"><div class="splide__list" id="brxe-rzutog-list" role="presentation" style="transform: translateX(-730px);"><div id="brxe-rzutog-clone01" class="brxe-block bricks-lazy-hidden splide__slide splide__slide--clone" data-id="brxe-mljydb" role="group" aria-roledescription="slide" aria-label="2 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;" aria-hidden="true"><picture id="brxe-puracp" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693977-1-1.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693977-2.svg" data-type="string"></picture></div><div id="brxe-rzutog-clone02" class="brxe-block bricks-lazy-hidden splide__slide splide__slide--clone is-prev" data-id="brxe-stktsy" role="group" aria-roledescription="slide" aria-label="3 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;" aria-hidden="true"><picture id="brxe-vmohjf" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693976.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693976-1.svg" data-type="string"></picture></div><div id="brxe-ekxton" class="brxe-block bricks-lazy-hidden splide__slide is-active is-visible" data-id="brxe-ekxton" role="group" aria-roledescription="slide" aria-label="1 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;"><picture id="brxe-ycdwwf" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693978.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693978-1.svg" data-type="string"></picture></div><div id="brxe-mljydb" class="brxe-block bricks-lazy-hidden splide__slide is-next" data-id="brxe-mljydb" role="group" aria-roledescription="slide" aria-label="2 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;" aria-hidden="true"><picture id="brxe-puracp" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693977-1-1.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693977-2.svg" data-type="string"></picture></div><div id="brxe-stktsy" class="brxe-block bricks-lazy-hidden splide__slide" data-id="brxe-stktsy" role="group" aria-roledescription="slide" aria-label="3 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;" aria-hidden="true"><picture id="brxe-vmohjf" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693976.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693976-1.svg" data-type="string"></picture></div><div id="brxe-rzutog-clone03" class="brxe-block bricks-lazy-hidden splide__slide splide__slide--clone is-active" data-id="brxe-ekxton" role="group" aria-roledescription="slide" aria-label="1 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;" aria-hidden="true"><picture id="brxe-ycdwwf" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693978.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693978-1.svg" data-type="string"></picture></div><div id="brxe-rzutog-clone04" class="brxe-block bricks-lazy-hidden splide__slide splide__slide--clone" data-id="brxe-mljydb" role="group" aria-roledescription="slide" aria-label="2 of 3" style="margin-right: 0px; width: calc(((100% + 0px) / 1) - 0px); height: 500px;" aria-hidden="true"><picture id="brxe-puracp" class="brxe-image tag"><source media="(max-width: 767px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693977-1-1.svg" type="image/svg+xml"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/Frame-10693977-2.svg" data-type="string"></picture></div></div></div><div class="splide__arrows custom splide__arrows--ltr"><button class="splide__arrow splide__arrow--prev" type="button" aria-label="Go to last slide" aria-controls="brxe-rzutog-track"><i class="ion-ios-arrow-back"></i></button><button class="splide__arrow splide__arrow--next" type="button" aria-label="Next slide" aria-controls="brxe-rzutog-track"><i class="ion-ios-arrow-forward"></i></button></div></div></div></div></div></div><div id="brxe-zahynl" class="brxe-container bricks-lazy-hidden"><div id="brxe-bemvqu" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-szrbte" class="brxe-heading">Increase Your Earnings by Referring</h3></div><div id="brxe-spxgtp" class="brxe-block bricks-lazy-hidden"><div id="brxe-kpoqha" class="brxe-block bricks-lazy-hidden"><div id="brxe-pzuxwq" class="brxe-text-basic">Invite friends to join Nodepay and multiply your earnings.</div><div id="brxe-ndxdgo" class="brxe-icon-box"><div class="icon"><svg class="" xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M15.786 8.62109L10.6023 13.8169L8.60852 11.8232C8.5002 11.6967 8.3669 11.5939 8.21698 11.5214C8.06707 11.4489 7.90379 11.4081 7.73738 11.4017C7.57097 11.3953 7.40502 11.4233 7.24996 11.4841C7.0949 11.5448 6.95408 11.637 6.83632 11.7547C6.71856 11.8725 6.62642 12.0133 6.56567 12.1684C6.50492 12.3234 6.47688 12.4894 6.48331 12.6558C6.48973 12.8222 6.53049 12.9855 6.60302 13.1354C6.67555 13.2853 6.77828 13.4186 6.90477 13.5269L9.74436 16.3786C9.85726 16.4906 9.99116 16.5792 10.1384 16.6393C10.2856 16.6994 10.4432 16.7299 10.6023 16.729C10.9193 16.7277 11.223 16.6018 11.4481 16.3786L17.4898 10.3369C17.603 10.2246 17.6929 10.0909 17.7543 9.9437C17.8156 9.79645 17.8472 9.63852 17.8472 9.479C17.8472 9.31949 17.8156 9.16155 17.7543 9.01431C17.6929 8.86706 17.603 8.73342 17.4898 8.62109C17.2634 8.39603 16.9571 8.26971 16.6379 8.26971C16.3187 8.26971 16.0124 8.39603 15.786 8.62109ZM12.4994 0.416504C10.1095 0.416504 7.77331 1.12518 5.78621 2.45291C3.79912 3.78065 2.25037 5.66781 1.33581 7.87575C0.421251 10.0837 0.181961 12.5132 0.648199 14.8572C1.11444 17.2011 2.26526 19.3542 3.95515 21.044C5.64503 22.7339 7.79808 23.8848 10.142 24.351C12.486 24.8172 14.9155 24.5779 17.1234 23.6634C19.3314 22.7488 21.2185 21.2001 22.5463 19.213C23.874 17.2259 24.5827 14.8897 24.5827 12.4998C24.5827 10.913 24.2701 9.34176 23.6629 7.87575C23.0557 6.40973 22.1656 5.07767 21.0436 3.95563C19.9215 2.83359 18.5895 1.94354 17.1234 1.33629C15.6574 0.729049 14.0862 0.416504 12.4994 0.416504ZM12.4994 22.1665C10.5875 22.1665 8.71852 21.5996 7.12884 20.5374C5.53917 19.4752 4.30017 17.9655 3.56852 16.1991C2.83687 14.4328 2.64544 12.4891 3.01843 10.614C3.39142 8.73882 4.31208 7.01638 5.66399 5.66447C7.0159 4.31256 8.73833 3.3919 10.6135 3.01891C12.4886 2.64592 14.4323 2.83735 16.1986 3.569C17.965 4.30065 19.4747 5.53965 20.5369 7.12932C21.5991 8.719 22.166 10.588 22.166 12.4998C22.166 15.0636 21.1476 17.5224 19.3347 19.3352C17.5219 21.1481 15.0631 22.1665 12.4994 22.1665Z" fill="url(#paint0_linear_507_46)"></path><defs><linearGradient id="paint0_linear_507_46" x1="0.416016" y1="0.416504" x2="26.1719" y2="2.24915" gradientUnits="userSpaceOnUse"><stop stop-color="white"></stop><stop offset="0.15" stop-color="#A6BCFF"></stop><stop offset="0.55" stop-color="#8EEBFF"></stop><stop offset="0.95" stop-color="#DAD3FF"></stop><stop offset="1" stop-color="white"></stop></linearGradient></defs></svg></div><div class="content"><p>The more friends you refer, the more you earn.</p>
</div></div><div id="brxe-ixshyn" class="brxe-icon-box"><div class="icon"><svg class="" xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M15.786 8.62109L10.6023 13.8169L8.60852 11.8232C8.5002 11.6967 8.3669 11.5939 8.21698 11.5214C8.06707 11.4489 7.90379 11.4081 7.73738 11.4017C7.57097 11.3953 7.40502 11.4233 7.24996 11.4841C7.0949 11.5448 6.95408 11.637 6.83632 11.7547C6.71856 11.8725 6.62642 12.0133 6.56567 12.1684C6.50492 12.3234 6.47688 12.4894 6.48331 12.6558C6.48973 12.8222 6.53049 12.9855 6.60302 13.1354C6.67555 13.2853 6.77828 13.4186 6.90477 13.5269L9.74436 16.3786C9.85726 16.4906 9.99116 16.5792 10.1384 16.6393C10.2856 16.6994 10.4432 16.7299 10.6023 16.729C10.9193 16.7277 11.223 16.6018 11.4481 16.3786L17.4898 10.3369C17.603 10.2246 17.6929 10.0909 17.7543 9.9437C17.8156 9.79645 17.8472 9.63852 17.8472 9.479C17.8472 9.31949 17.8156 9.16155 17.7543 9.01431C17.6929 8.86706 17.603 8.73342 17.4898 8.62109C17.2634 8.39603 16.9571 8.26971 16.6379 8.26971C16.3187 8.26971 16.0124 8.39603 15.786 8.62109ZM12.4994 0.416504C10.1095 0.416504 7.77331 1.12518 5.78621 2.45291C3.79912 3.78065 2.25037 5.66781 1.33581 7.87575C0.421251 10.0837 0.181961 12.5132 0.648199 14.8572C1.11444 17.2011 2.26526 19.3542 3.95515 21.044C5.64503 22.7339 7.79808 23.8848 10.142 24.351C12.486 24.8172 14.9155 24.5779 17.1234 23.6634C19.3314 22.7488 21.2185 21.2001 22.5463 19.213C23.874 17.2259 24.5827 14.8897 24.5827 12.4998C24.5827 10.913 24.2701 9.34176 23.6629 7.87575C23.0557 6.40973 22.1656 5.07767 21.0436 3.95563C19.9215 2.83359 18.5895 1.94354 17.1234 1.33629C15.6574 0.729049 14.0862 0.416504 12.4994 0.416504ZM12.4994 22.1665C10.5875 22.1665 8.71852 21.5996 7.12884 20.5374C5.53917 19.4752 4.30017 17.9655 3.56852 16.1991C2.83687 14.4328 2.64544 12.4891 3.01843 10.614C3.39142 8.73882 4.31208 7.01638 5.66399 5.66447C7.0159 4.31256 8.73833 3.3919 10.6135 3.01891C12.4886 2.64592 14.4323 2.83735 16.1986 3.569C17.965 4.30065 19.4747 5.53965 20.5369 7.12932C21.5991 8.719 22.166 10.588 22.166 12.4998C22.166 15.0636 21.1476 17.5224 19.3347 19.3352C17.5219 21.1481 15.0631 22.1665 12.4994 22.1665Z" fill="url(#paint0_linear_507_46)"></path><defs><linearGradient id="paint0_linear_507_46" x1="0.416016" y1="0.416504" x2="26.1719" y2="2.24915" gradientUnits="userSpaceOnUse"><stop stop-color="white"></stop><stop offset="0.15" stop-color="#A6BCFF"></stop><stop offset="0.55" stop-color="#8EEBFF"></stop><stop offset="0.95" stop-color="#DAD3FF"></stop><stop offset="1" stop-color="white"></stop></linearGradient></defs></svg></div><div class="content"><p>Join a global community that’s shaping the future of AI.</p>
</div></div><a id="brxe-ilitfo" class="brxe-button bricks-button bricks-background-primary" href="https://discord.com/invite/nodepay" target="_blank">GET YOUR REFERRAL CODE</a></div><div id="brxe-cnhhej" class="brxe-block bricks-lazy-hidden"><picture id="brxe-fxmook" class="brxe-image tag"><source media="(max-width: 478px)" srcset="https://nodepay.ai/wp-content/uploads/2024/04/increase-your-earnings.webp" type="image/webp"><img width="1024" height="824" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20824'%3E%3C/svg%3E" class="css-filter size-large bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/04/increase-your-earnings-desktop-1024x824.webp" data-type="string" data-sizes="(max-width: 1024px) 100vw, 1024px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/04/increase-your-earnings-desktop-1024x824.webp 1024w, https://nodepay.ai/wp-content/uploads/2024/04/increase-your-earnings-desktop-300x242.webp 300w, https://nodepay.ai/wp-content/uploads/2024/04/increase-your-earnings-desktop-768x618.webp 768w, https://nodepay.ai/wp-content/uploads/2024/04/increase-your-earnings-desktop.webp 1200w"></picture></div></div></div></section><section id="brxe-hyhonx" class="brxe-section bricks-lazy-hidden"><div id="brxe-ixfbpe" class="brxe-container bricks-lazy-hidden"><h3 id="brxe-gdzvza" class="brxe-heading">Supported by Industry Leaders</h3><div id="brxe-rtsufw" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-urdtic" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-2.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-wbdutb" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-1-1.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-taqmuv" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-2-1.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-fqxnnp" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Clip-path-group.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-hxwpla" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-10.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-lsiygj" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Clip-path-group-1.svg" data-type="string"></div><div id="brxe-qhuyhr" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-uylswp" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-4.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-poybbb" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-5.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-fvnpzg" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-6.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-yrjmjj" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-7.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-kwoacw" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-8.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-dxwheb" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-9.svg" data-type="string"></div></div></section><section id="brxe-xcipjv" class="brxe-section bricks-lazy-hidden"><div id="brxe-eocvfr" class="brxe-container bricks-lazy-hidden"><h3 id="brxe-jrievj" class="brxe-heading">Supported by Industry Leaders</h3><div id="brxe-vzzsrz" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-uxxxdv" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-2.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-uxhwza" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-1-1.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-qmiklu" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-2-1.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-xfmoue" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Clip-path-group.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-ohaiiw" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-10.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-jzuutt" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Clip-path-group-1.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-viwlpi" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-4.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-qpdwft" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-5.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-qjpiaj" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-6.svg" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-jcbhrb" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-7.svg" data-type="string"><img width="113" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20113%2040'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-lsiwat" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector.png" data-type="string"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-efpsgk" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-9.svg" data-type="string"></div></div></section><section id="brxe-qndffk" class="brxe-section bricks-lazy-hidden"><div id="brxe-kaqomb" class="brxe-container bricks-lazy-hidden"><h3 id="brxe-xfkgzf" class="brxe-heading">Supported by Industry Leaders</h3><div id="brxe-pbuksj" class="brxe-block fb-infinite-h fb-infinite-h--dark bricks-lazy-hidden"><div id="brxe-ylmviw" class="brxe-block fb-infinite-h__list fb-infinite-h__list--pause bricks-lazy-hidden"><figure id="brxe-yqxwlr" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="209" height="71" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-2.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-wkcbja" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="162" height="71" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-2-2.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-vmiqkp" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="475" height="71" src="https://nodepay.ai/wp-content/uploads/2024/03/Clip-path-group.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-vkvqyk" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="116" height="71" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-1-1.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure></div></div><div id="brxe-bgetvz" class="brxe-block fb-infinite-h fb-infinite-h--dark bricks-lazy-hidden"><div id="brxe-qkrvhm" class="brxe-block fb-infinite-h__list fb-infinite-h__list--pause fb-infinite-h__list--ltr bricks-lazy-hidden"><figure id="brxe-oosibm" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="253" height="70" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-10.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-ytjkqr" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="170" height="70" src="https://nodepay.ai/wp-content/uploads/2024/03/Clip-path-group-1.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-nsdunq" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="207" height="70" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-4.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-fairuw" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="236" height="70" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-5.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-epcqzp" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="258" height="70" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-6.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-msxrxv" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="507" height="71" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-7.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-ryoffz" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="113" height="40" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector.png" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure><figure id="brxe-ebvpvm" class="brxe-image fb-infinite-h__logo fb-infinite-h__logo--box-white tag"><img width="185" height="71" src="https://nodepay.ai/wp-content/uploads/2024/03/Vector-9.svg" class="css-filter size-full" alt="" loading="eager" decoding="async"></figure></div></div></div><div id="brxe-ocewbc" data-script-id="ocewbc" class="brxe-code"><script type="rocketlazyloadscript">
const textLists = document.querySelectorAll('.fb-infinite-h__list');

textLists.forEach(textList => {
  const originalItems = textList.children;
  const totalItems = originalItems.length;

  /* Clone items */
  for (let i = 0; i < totalItems; i++) {
    const clone = originalItems[i].cloneNode(true);
    textList.appendChild(clone);
  }

  /* If you have very few items, clone again */
  for (let i = 0; i < totalItems; i++) {
    const clone = originalItems[i].cloneNode(true);
    textList.appendChild(clone);
  }

  for (let i = 0; i < totalItems; i++) {
    const clone = originalItems[i].cloneNode(true);
    textList.appendChild(clone);
  }
});
</script>
</div></section><div id="brxe-prwuqt" class="brxe-block bricks-lazy-hidden"></div><section id="blogs" class="brxe-section bricks-lazy-hidden"><div id="brxe-plxtix" class="brxe-container bricks-lazy-hidden"><div id="brxe-rebwwc" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-dcxzyz" class="brxe-heading">Our News</h3><div id="brxe-aeucfr" class="brxe-block brx-grid bricks-lazy-hidden"><div class="brxe-xrztvs brxe-block bricks-lazy-hidden"><img width="712" height="402" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20712%20402'%3E%3C/svg%3E" class="brxe-ejxqwx brxe-image css-filter size-full bricks-lazy-hidden" alt="" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10693986-1.webp" data-type="string" data-sizes="(max-width: 712px) 100vw, 712px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10693986-1.webp 712w, https://nodepay.ai/wp-content/uploads/2024/03/Frame-10693986-1-300x169.webp 300w"><h3 class="brxe-cykgda brxe-heading"><a href="https://nodepay.ai/the-nodepay-network/">The Nodepay Network – Building the Future of AI, One Node at a Time</a></h3><div class="brxe-vpjdoi brxe-text-basic">By Nodepay | April 2, 2024</div><div class="brxe-hmisap brxe-text-basic"><p>Welcome to Nodepay, a decentralized network that empowers you to monetize your idle internet resources while contributing to the advancement of AI technology.</p> <p>This article will guide you through what Nodepay is building, how the network functions, and your rewards within our ecosystem.</p></div><a class="brxe-aixupt brxe-button bricks-button bricks-background-primary" href="https://nodepay.ai/the-nodepay-network/">Learn More</a></div><div class="brxe-ymolez brxe-block bricks-lazy-hidden"><h3 class="brxe-xbdvwk brxe-heading"><a href="https://nodepay.ai/points-system-101/">How Nodepay’s Points System Works.</a></h3><div class="brxe-xobmbg brxe-text-basic">By Nodepay | April 2, 2024</div><div class="brxe-miimhk brxe-text-basic"><p>Node Points are the reward system for our app’s Beta phase. Continue reading to learn how you can leverage this system and reap the benefits as one of the founding nodes on the Nodepay Network.</p> <h3< div=""><a class="brxe-qpeark brxe-button bricks-button bricks-background-primary" href="https://nodepay.ai/points-system-101/">Learn More</a></h3<></div></div></div></div></div></section><section id="brxe-qrkxic" class="brxe-section bricks-lazy-hidden"><div id="brxe-rgrjau" class="brxe-container bricks-lazy-hidden"><img width="930" height="864" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20930%20864'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-fqnpdb" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694194-1.webp" data-type="string" data-sizes="(max-width: 930px) 100vw, 930px" data-srcset="https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694194-1.webp 930w, https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694194-1-300x279.webp 300w, https://nodepay.ai/wp-content/uploads/2024/03/Frame-10694194-1-768x713.webp 768w"><h3 id="brxe-twqtpl" class="brxe-heading">Frequently Asked Questions</h3><div id="brxe-solktd" class="brxe-block bricks-lazy-hidden"><div id="brxe-ptidxv" data-script-id="ptidxv" class="brxe-accordion-nested bricks-lazy-hidden"><div id="brxe-jxcgnh" class="brxe-block bricks-lazy-hidden listening"><div id="brxe-wzdptu" class="brxe-block accordion-title-wrapper bricks-lazy-hidden"><h5 id="brxe-lougmq" class="brxe-heading">How does Nodepay work?</h5><svg class="brxe-icon" id="brxe-ggxjxj" xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M11.8068 1.5196C11.8068 1.09888 11.4657 0.757812 11.045 0.757812C10.6243 0.757812 10.2832 1.09888 10.2832 1.5196V20.5642C10.2832 20.985 10.6243 21.326 11.045 21.326C11.4657 21.326 11.8068 20.985 11.8068 20.5642V1.5196Z" fill="#A5EBFF"></path><path d="M20.1873 10.6611H1.14265C0.721922 10.6611 0.380859 11.0022 0.380859 11.4229C0.380859 11.8436 0.721922 12.1847 1.14265 12.1847H20.1873C20.608 12.1847 20.9491 11.8436 20.9491 11.4229C20.9491 11.0022 20.608 10.6611 20.1873 10.6611Z" fill="#A5EBFF"></path></svg></div><div id="brxe-vloxwd" class="brxe-block accordion-content-wrapper bricks-lazy-hidden"><div id="brxe-fkfvgg" class="brxe-text"><p>Nodepay transforms your internet connection into a source of passive income by leveraging your unused bandwidth. It’s a simple concept: most of us have internet bandwidth that we never fully use. Nodepay enables you to sell that surplus to businesses and institutions across multiple sectors, including AI research, financial services, healthcare, and more.<!-- notionvc: ccd89805-0553-4658-8094-9e74c8d33787 --></p>
</div></div></div><div id="brxe-tfgyhu" class="brxe-block bricks-lazy-hidden listening"><div id="brxe-ivqxfz" class="brxe-block accordion-title-wrapper bricks-lazy-hidden"><h5 id="brxe-hndiiv" class="brxe-heading">Is Nodepay secure? Do you access my data?&nbsp;</h5><svg class="brxe-icon" id="brxe-sgrqiw" xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M11.8068 1.5196C11.8068 1.09888 11.4657 0.757812 11.045 0.757812C10.6243 0.757812 10.2832 1.09888 10.2832 1.5196V20.5642C10.2832 20.985 10.6243 21.326 11.045 21.326C11.4657 21.326 11.8068 20.985 11.8068 20.5642V1.5196Z" fill="#A5EBFF"></path><path d="M20.1873 10.6611H1.14265C0.721922 10.6611 0.380859 11.0022 0.380859 11.4229C0.380859 11.8436 0.721922 12.1847 1.14265 12.1847H20.1873C20.608 12.1847 20.9491 11.8436 20.9491 11.4229C20.9491 11.0022 20.608 10.6611 20.1873 10.6611Z" fill="#A5EBFF"></path></svg></div><div id="brxe-mgwssl" class="brxe-block accordion-content-wrapper bricks-lazy-hidden"><div id="brxe-pvfltm" class="brxe-text"><p>Your Data, Your Control. When you join the Nodepay Network, your personal data is always protected. There is no possible way for Nodepay or any of the AI companies we work with to see your data or view your online activity.</p>
</div></div></div><div id="brxe-inicrn" class="brxe-block bricks-lazy-hidden listening"><div id="brxe-obyexg" class="brxe-block accordion-title-wrapper bricks-lazy-hidden"><h5 id="brxe-foworu" class="brxe-heading">Who needs my internet bandwidth?</h5><svg class="brxe-icon" id="brxe-yunovi" xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M11.8068 1.5196C11.8068 1.09888 11.4657 0.757812 11.045 0.757812C10.6243 0.757812 10.2832 1.09888 10.2832 1.5196V20.5642C10.2832 20.985 10.6243 21.326 11.045 21.326C11.4657 21.326 11.8068 20.985 11.8068 20.5642V1.5196Z" fill="#A5EBFF"></path><path d="M20.1873 10.6611H1.14265C0.721922 10.6611 0.380859 11.0022 0.380859 11.4229C0.380859 11.8436 0.721922 12.1847 1.14265 12.1847H20.1873C20.608 12.1847 20.9491 11.8436 20.9491 11.4229C20.9491 11.0022 20.608 10.6611 20.1873 10.6611Z" fill="#A5EBFF"></path></svg></div><div id="brxe-jmjkpa" class="brxe-block accordion-content-wrapper bricks-lazy-hidden"><div id="brxe-xdyzgb" class="brxe-text"><p>A growing number of industries require access to global internet bandwidth, particularly AI labs who need it for preparing public data to train their models. Nodepay supports ethical AI development across multiple sectors by providing two key services:</p>
<ul>
<li><strong>Decentralized Web Data Access:</strong>&nbsp;AI laboratories leverage Nodepay’s network to access a vast pool of publicly available internet data. This is essential for training and refining AI models, driving innovation in various industries.</li>
<li><strong>Curated Datasets:</strong>&nbsp;In addition to raw data, Nodepay offers AI labs curated datasets. We clean, organize, and structure this data, making it readily usable. This streamlines the AI development process and accelerates progress.</li>
</ul>
<p><!-- notionvc: ed18926e-ee81-44dd-adab-e48e29dcacbf --></p>
</div></div></div><div id="brxe-gfabxk" class="brxe-block bricks-lazy-hidden listening"><div id="brxe-rhprvv" class="brxe-block accordion-title-wrapper bricks-lazy-hidden"><h5 id="brxe-heyxvy" class="brxe-heading">What rewards can I expect?&nbsp;</h5><svg class="brxe-icon" id="brxe-ccqtve" xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M11.8068 1.5196C11.8068 1.09888 11.4657 0.757812 11.045 0.757812C10.6243 0.757812 10.2832 1.09888 10.2832 1.5196V20.5642C10.2832 20.985 10.6243 21.326 11.045 21.326C11.4657 21.326 11.8068 20.985 11.8068 20.5642V1.5196Z" fill="#A5EBFF"></path><path d="M20.1873 10.6611H1.14265C0.721922 10.6611 0.380859 11.0022 0.380859 11.4229C0.380859 11.8436 0.721922 12.1847 1.14265 12.1847H20.1873C20.608 12.1847 20.9491 11.8436 20.9491 11.4229C20.9491 11.0022 20.608 10.6611 20.1873 10.6611Z" fill="#A5EBFF"></path></svg></div><div id="brxe-wyaajh" class="brxe-block accordion-content-wrapper bricks-lazy-hidden"><div id="brxe-ynywmy" class="brxe-text"><p>As an early adopter, you’ll benefit from selling your unused bandwidth and earn a share in an innovative network. It’s not just income; it’s an investment in the future of Artificial Intelligence. <!-- notionvc: 197d6565-584d-4b60-8fab-3ee515ddcf08 --></p>
</div></div></div><div id="brxe-mvdcui" class="brxe-block bricks-lazy-hidden listening"><div id="brxe-mujjkc" class="brxe-block accordion-title-wrapper bricks-lazy-hidden"><h5 id="brxe-tikfhg" class="brxe-heading">How will I receive my rewards?</h5><svg class="brxe-icon" id="brxe-csauzd" xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M11.8068 1.5196C11.8068 1.09888 11.4657 0.757812 11.045 0.757812C10.6243 0.757812 10.2832 1.09888 10.2832 1.5196V20.5642C10.2832 20.985 10.6243 21.326 11.045 21.326C11.4657 21.326 11.8068 20.985 11.8068 20.5642V1.5196Z" fill="#A5EBFF"></path><path d="M20.1873 10.6611H1.14265C0.721922 10.6611 0.380859 11.0022 0.380859 11.4229C0.380859 11.8436 0.721922 12.1847 1.14265 12.1847H20.1873C20.608 12.1847 20.9491 11.8436 20.9491 11.4229C20.9491 11.0022 20.608 10.6611 20.1873 10.6611Z" fill="#A5EBFF"></path></svg></div><div id="brxe-orqhqy" class="brxe-block accordion-content-wrapper bricks-lazy-hidden"><div id="brxe-anfizu" class="brxe-text"><p>Your rewards from Nodepay will be seamlessly credited to your account. We are currently considering diverse payment options including cryptocurrencies, gift cards, and PayPal. Stay tuned for exciting updates!<!-- notionvc: eb99f567-4c88-4950-8437-0c76c57cfe34 --></p>
</div></div></div><div id="brxe-wshsbm" class="brxe-block bricks-lazy-hidden listening"><div id="brxe-qvlble" class="brxe-block accordion-title-wrapper bricks-lazy-hidden"><h5 id="brxe-huzvwi" class="brxe-heading">How does the referral system work?</h5><svg class="brxe-icon" id="brxe-nyfirp" xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M11.8068 1.5196C11.8068 1.09888 11.4657 0.757812 11.045 0.757812C10.6243 0.757812 10.2832 1.09888 10.2832 1.5196V20.5642C10.2832 20.985 10.6243 21.326 11.045 21.326C11.4657 21.326 11.8068 20.985 11.8068 20.5642V1.5196Z" fill="#A5EBFF"></path><path d="M20.1873 10.6611H1.14265C0.721922 10.6611 0.380859 11.0022 0.380859 11.4229C0.380859 11.8436 0.721922 12.1847 1.14265 12.1847H20.1873C20.608 12.1847 20.9491 11.8436 20.9491 11.4229C20.9491 11.0022 20.608 10.6611 20.1873 10.6611Z" fill="#A5EBFF"></path></svg></div><div id="brxe-epjujk" class="brxe-block accordion-content-wrapper bricks-lazy-hidden"><div id="brxe-ttmshm" class="brxe-text"><p>Spread the word, and boost your earnings! When you refer a friend to Nodepay, not only do you get a bonus commission, you’ll also<span class="notion-enable-hover" data-token-index="1"><strong> earn a percentage of their Node Points for life</strong>.</span> And the rewards don’t stop there – you’ll earn when your friends refer their friends!<!-- notionvc: 0dfdce8f-46c0-42ea-b862-325d5db616f5 --></p>
</div></div></div><div id="brxe-dtdkqw" class="brxe-text-basic">More questions? Ask <a href="#"><u>our community.</u></a></div></div></div></div></section><section id="brxe-wpklze" class="brxe-section bricks-lazy-hidden"><div id="brxe-nijabp" class="brxe-container bricks-lazy-hidden"><div id="brxe-oisvye" class="brxe-block bricks-lazy-hidden"><div id="brxe-misnmh" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-gmmknh" class="brxe-heading">Join Nodepay Today</h3><div id="brxe-xcjkas" class="brxe-text-basic">Get paid for your unused internet bandwidth.</div><a id="brxe-yhbuar" class="brxe-button bricks-button bricks-background-primary" href="https://discord.com/invite/nodepay" target="_blank">APPLY FOR EARLY ACCESS</a></div><div id="brxe-lmzwvp" class="brxe-block bricks-lazy-hidden"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E" class="brxe-image css-filter size-full bricks-lazy-hidden" alt="" id="brxe-fauyqp" decoding="async" data-src="https://nodepay.ai/wp-content/uploads/2024/03/Group-42059.svg" data-type="string"></div></div></div></section></main><footer id="brx-footer"><section id="brxe-nfawxg" class="brxe-section bricks-lazy-hidden"><div id="brxe-qxbwdk" class="brxe-container bricks-lazy-hidden"><div id="brxe-zkipwn" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-jmjgdl" class="brxe-heading">Features</h3><h3 id="brxe-sbzvls" class="brxe-heading">Dashboard</h3><h3 id="brxe-siccnm" class="brxe-heading">Rewards</h3><h3 id="brxe-nnmdsu" class="brxe-heading">Earn</h3><h3 id="brxe-ohifsn" class="brxe-heading">Referral Program</h3></div><div id="brxe-uxtaoj" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-zolfyb" class="brxe-heading">Support</h3><h3 id="brxe-xlxlkw" class="brxe-heading">Help Center</h3></div><div id="brxe-zjfkee" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-abftjp" class="brxe-heading">Access</h3><h3 id="brxe-vbrgvy" class="brxe-heading">Sign In</h3><h3 id="brxe-upltie" class="brxe-heading">Request Access</h3></div><div id="brxe-cdquto" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-xjbwiy" class="brxe-heading">Legal</h3><h3 id="brxe-ycyagr" class="brxe-heading">Terms of Service</h3></div></div></section><section id="brxe-oxgvnu" class="brxe-section bricks-lazy-hidden"><div id="brxe-zztvfz" class="brxe-container bricks-lazy-hidden"><div id="brxe-lkphxm" class="brxe-block bricks-lazy-hidden"><svg class="brxe-icon" id="brxe-dftmlh" xmlns="http://www.w3.org/2000/svg" width="52" height="27" viewBox="0 0 52 27" fill="none"><path d="M6.1209 14.5285C10.0704 14.5285 13.5097 11.8326 14.4531 7.99744L15.1824 5.03239L19.3094 10.4829C15.1734 10.4829 11.854 13.8984 11.972 18.0327L12.0317 20.1227L6.1209 14.5285Z" fill="white"></path><ellipse cx="6.01487" cy="20.5449" rx="6.01638" ry="6.01638" transform="rotate(180 6.01487 20.5449)" fill="white"></ellipse><ellipse cx="19.2096" cy="6.29555" rx="4.22202" ry="4.22202" transform="rotate(180 19.2096 6.29555)" fill="white"></ellipse><path d="M45.0471 12.2375C41.0976 12.2375 37.6583 14.9334 36.7149 18.7686L35.9856 21.7336L31.8586 16.2831C35.9946 16.2831 39.314 12.8676 39.1959 8.73324L39.1363 6.64332L45.0471 12.2375Z" fill="white"></path><path d="M23.3711 5.3042L24.8718 10.7299C25.7794 14.0111 28.7652 16.2832 32.1697 16.2832L27.8094 21.1107L26.8204 16.9953C25.9689 13.452 22.9517 10.8469 19.3221 10.5211L23.3711 5.3042Z" fill="white"></path><ellipse cx="45.1531" cy="6.22109" rx="6.01638" ry="6.01638" fill="white"></ellipse><ellipse cx="31.9603" cy="20.4704" rx="4.22202" ry="4.22202" fill="white"></ellipse></svg><h3 id="brxe-vudfnr" class="brxe-heading">©2024 nodepay. All right reserved</h3></div><div id="brxe-otlnlx" class="brxe-block bricks-lazy-hidden"><div id="brxe-zmxafv" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-ificgq" class="brxe-heading"><a href="https://nodepay.ai/privacy-policy/">Privacy Policy</a></h3><h3 id="brxe-uvheav" class="brxe-heading"><a href="https://nodepay.ai/terms-conditions/">Terms &amp; Conditions</a></h3></div><a href="https://twitter.com/nodepay_ai" target="_blank"><i id="brxe-fuldpt" class="brxe-icon fab fa-x-twitter"></i></a><a href="https://discord.com/invite/M5d3Hg8d9v" target="_blank"><svg class="brxe-icon" id="brxe-lscjcw" xmlns="http://www.w3.org/2000/svg" width="30" height="23" viewBox="0 0 30 23" fill="none"><g clip-path="url(#clip0_19_407)"><path opacity="0.6" d="M24.2236 2.70266C22.4462 1.86116 20.5458 1.2496 18.559 0.901367C18.315 1.34779 18.0299 1.94823 17.8333 2.42588C15.7213 2.10446 13.6286 2.10446 11.5554 2.42588C11.3589 1.94823 11.0674 1.34779 10.8212 0.901367C8.83221 1.2496 6.9296 1.86341 5.15226 2.70712C1.56735 8.18903 0.595534 13.5348 1.08144 18.8046C3.45915 20.6014 5.76343 21.6929 8.02882 22.4072C8.58816 21.6282 9.08702 20.8001 9.51677 19.9274C8.69829 19.6127 7.91437 19.2243 7.17365 18.7734C7.37016 18.6261 7.56238 18.4721 7.74808 18.3136C12.2659 20.4519 17.1747 20.4519 21.6385 18.3136C21.8264 18.4721 22.0186 18.6261 22.213 18.7734C21.4701 19.2265 20.684 19.6149 19.8655 19.9296C20.2953 20.8001 20.792 21.6304 21.3535 22.4094C23.621 21.6951 25.9275 20.6037 28.3052 18.8046C28.8753 12.6955 27.3312 7.39887 24.2236 2.70266ZM10.1323 15.5637C8.77605 15.5637 7.66385 14.2825 7.66385 12.7223C7.66385 11.1621 8.7523 9.87869 10.1323 9.87869C11.5123 9.87869 12.6244 11.1599 12.6007 12.7223C12.6028 14.2825 11.5123 15.5637 10.1323 15.5637ZM19.2544 15.5637C17.8982 15.5637 16.7859 14.2825 16.7859 12.7223C16.7859 11.1621 17.8744 9.87869 19.2544 9.87869C20.6343 9.87869 21.7465 11.1599 21.7228 12.7223C21.7228 14.2825 20.6343 15.5637 19.2544 15.5637Z" fill="#F7F6FF"></path></g><defs><clipPath id="clip0_19_407"><rect width="29" height="22" fill="white" transform="translate(0.375 0.5)"></rect></clipPath></defs></svg></a><a href="https://t.me/+TOmtGZp6r3E4MGQ1" target="_blank"><i id="brxe-kuhhga" class="brxe-icon fab fa-telegram-plane"></i></a></div></div></section><section id="brxe-erkxyt" class="brxe-section bricks-lazy-hidden"><div id="brxe-flszvc" class="brxe-container bricks-lazy-hidden"><h3 id="brxe-neizks" class="brxe-heading">Home</h3><h3 id="brxe-gntypl" class="brxe-heading">Referrals</h3><h3 id="brxe-svslls" class="brxe-heading">Blogs</h3><h3 id="brxe-tgnwbo" class="brxe-heading">Careers</h3></div></section><section id="brxe-opglef" class="brxe-section bricks-lazy-hidden"><div id="brxe-vvykuz" class="brxe-container bricks-lazy-hidden"><div id="brxe-aekket" class="brxe-block bricks-lazy-hidden"><div id="brxe-zqqokz" class="brxe-block bricks-lazy-hidden"><a href="https://twitter.com/nodepay_ai" target="_blank"><i id="brxe-gxuimw" class="brxe-icon fab fa-x-twitter"></i></a><a href="https://discord.com/invite/M5d3Hg8d9v"><svg class="brxe-icon" id="brxe-fbsddx" xmlns="http://www.w3.org/2000/svg" width="30" height="23" viewBox="0 0 30 23" fill="none"><g clip-path="url(#clip0_19_407)"><path opacity="0.6" d="M24.2236 2.70266C22.4462 1.86116 20.5458 1.2496 18.559 0.901367C18.315 1.34779 18.0299 1.94823 17.8333 2.42588C15.7213 2.10446 13.6286 2.10446 11.5554 2.42588C11.3589 1.94823 11.0674 1.34779 10.8212 0.901367C8.83221 1.2496 6.9296 1.86341 5.15226 2.70712C1.56735 8.18903 0.595534 13.5348 1.08144 18.8046C3.45915 20.6014 5.76343 21.6929 8.02882 22.4072C8.58816 21.6282 9.08702 20.8001 9.51677 19.9274C8.69829 19.6127 7.91437 19.2243 7.17365 18.7734C7.37016 18.6261 7.56238 18.4721 7.74808 18.3136C12.2659 20.4519 17.1747 20.4519 21.6385 18.3136C21.8264 18.4721 22.0186 18.6261 22.213 18.7734C21.4701 19.2265 20.684 19.6149 19.8655 19.9296C20.2953 20.8001 20.792 21.6304 21.3535 22.4094C23.621 21.6951 25.9275 20.6037 28.3052 18.8046C28.8753 12.6955 27.3312 7.39887 24.2236 2.70266ZM10.1323 15.5637C8.77605 15.5637 7.66385 14.2825 7.66385 12.7223C7.66385 11.1621 8.7523 9.87869 10.1323 9.87869C11.5123 9.87869 12.6244 11.1599 12.6007 12.7223C12.6028 14.2825 11.5123 15.5637 10.1323 15.5637ZM19.2544 15.5637C17.8982 15.5637 16.7859 14.2825 16.7859 12.7223C16.7859 11.1621 17.8744 9.87869 19.2544 9.87869C20.6343 9.87869 21.7465 11.1599 21.7228 12.7223C21.7228 14.2825 20.6343 15.5637 19.2544 15.5637Z" fill="#F7F6FF"></path></g><defs><clipPath id="clip0_19_407"><rect width="29" height="22" fill="white" transform="translate(0.375 0.5)"></rect></clipPath></defs></svg></a><a href="https://t.me/+TOmtGZp6r3E4MGQ1" target="_blank"><i id="brxe-nbjlho" class="brxe-icon fab fa-telegram-plane"></i></a></div><div id="brxe-javejt" class="brxe-block bricks-lazy-hidden"><h3 id="brxe-wvtddb" class="brxe-heading"><a href="https://nodepay.ai/privacy-policy/">Privacy Policy</a></h3><h3 id="brxe-zyqwtl" class="brxe-heading"><a href="https://nodepay.ai/terms-conditions/">Terms &amp; Conditions</a></h3></div></div><div id="brxe-iwnhcd" class="brxe-block bricks-lazy-hidden"><svg class="brxe-icon" id="brxe-qfbdeu" xmlns="http://www.w3.org/2000/svg" width="52" height="27" viewBox="0 0 52 27" fill="none"><path d="M6.1209 14.5285C10.0704 14.5285 13.5097 11.8326 14.4531 7.99744L15.1824 5.03239L19.3094 10.4829C15.1734 10.4829 11.854 13.8984 11.972 18.0327L12.0317 20.1227L6.1209 14.5285Z" fill="white"></path><ellipse cx="6.01487" cy="20.5449" rx="6.01638" ry="6.01638" transform="rotate(180 6.01487 20.5449)" fill="white"></ellipse><ellipse cx="19.2096" cy="6.29555" rx="4.22202" ry="4.22202" transform="rotate(180 19.2096 6.29555)" fill="white"></ellipse><path d="M45.0471 12.2375C41.0976 12.2375 37.6583 14.9334 36.7149 18.7686L35.9856 21.7336L31.8586 16.2831C35.9946 16.2831 39.314 12.8676 39.1959 8.73324L39.1363 6.64332L45.0471 12.2375Z" fill="white"></path><path d="M23.3711 5.3042L24.8718 10.7299C25.7794 14.0111 28.7652 16.2832 32.1697 16.2832L27.8094 21.1107L26.8204 16.9953C25.9689 13.452 22.9517 10.8469 19.3221 10.5211L23.3711 5.3042Z" fill="white"></path><ellipse cx="45.1531" cy="6.22109" rx="6.01638" ry="6.01638" fill="white"></ellipse><ellipse cx="31.9603" cy="20.4704" rx="4.22202" ry="4.22202" fill="white"></ellipse></svg><h3 id="brxe-luiing" class="brxe-heading">©2024 nodepay. All right reserved</h3></div></div></section></footer><link rel="stylesheet" id="bricks-splide-css" href="https://nodepay.ai/wp-content/themes/bricks/assets/css/libs/splide.min.css?ver=1713667399" media="all">
<link rel="stylesheet" id="wp-block-library-css" href="https://nodepay.ai/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2" media="all">
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--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>
<script id="rocket_lazyload_css-js-extra">
var rocket_lazyload_css_data = {"threshold":"300"};
</script>
<script id="rocket_lazyload_css-js-after">
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{t&&(o.innerHTML+=t.style,t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
</script>
<script id="bricks-scripts-js-extra">
var bricksData = {"debug":"","locale":"en_US","ajaxUrl":"https:\/\/nodepay.ai\/wp-admin\/admin-ajax.php","restApiUrl":"https:\/\/nodepay.ai\/wp-json\/bricks\/v1\/","nonce":"3a991eea70","formNonce":"2cd0676ef5","wpRestNonce":"f80f7dec71","postId":"1278","recaptchaIds":[],"animatedTypingInstances":[],"videoInstances":[],"splideInstances":[],"tocbotInstances":[],"swiperInstances":[],"queryLoopInstances":[],"interactions":[],"filterInstances":[],"isotopeInstances":[],"mapStyles":{"ultraLightWithLabels":{"label":"Ultra light with labels","style":"[ { \"featureType\": \"water\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#e9e9e9\" }, { \"lightness\": 17 } ] }, { \"featureType\": \"landscape\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#f5f5f5\" }, { \"lightness\": 20 } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#ffffff\" }, { \"lightness\": 17 } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry.stroke\", \"stylers\": [ { \"color\": \"#ffffff\" }, { \"lightness\": 29 }, { \"weight\": 0.2 } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#ffffff\" }, { \"lightness\": 18 } ] }, { \"featureType\": \"road.local\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#ffffff\" }, { \"lightness\": 16 } ] }, { \"featureType\": \"poi\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#f5f5f5\" }, { \"lightness\": 21 } ] }, { \"featureType\": \"poi.park\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#dedede\" }, { \"lightness\": 21 } ] }, { \"elementType\": \"labels.text.stroke\", \"stylers\": [ { \"visibility\": \"on\" }, { \"color\": \"#ffffff\" }, { \"lightness\": 16 } ] }, { \"elementType\": \"labels.text.fill\", \"stylers\": [ { \"saturation\": 36 }, { \"color\": \"#333333\" }, { \"lightness\": 40 } ] }, { \"elementType\": \"labels.icon\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"transit\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#f2f2f2\" }, { \"lightness\": 19 } ] }, { \"featureType\": \"administrative\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#fefefe\" }, { \"lightness\": 20 } ] }, { \"featureType\": \"administrative\", \"elementType\": \"geometry.stroke\", \"stylers\": [ { \"color\": \"#fefefe\" }, { \"lightness\": 17 }, { \"weight\": 1.2 } ] } ]"},"blueWater":{"label":"Blue water","style":"[ { \"featureType\": \"administrative\", \"elementType\": \"labels.text.fill\", \"stylers\": [ { \"color\": \"#444444\" } ] }, { \"featureType\": \"landscape\", \"elementType\": \"all\", \"stylers\": [ { \"color\": \"#f2f2f2\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"road\", \"elementType\": \"all\", \"stylers\": [ { \"saturation\": -100 }, { \"lightness\": 45 } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"simplified\" } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"labels.icon\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"transit\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"water\", \"elementType\": \"all\", \"stylers\": [ { \"color\": \"#46bcec\" }, { \"visibility\": \"on\" } ] } ]"},"lightDream":{"label":"Light dream","style":"[ { \"featureType\": \"landscape\", \"stylers\": [ { \"hue\": \"#FFBB00\" }, { \"saturation\": 43.400000000000006 }, { \"lightness\": 37.599999999999994 }, { \"gamma\": 1 } ] }, { \"featureType\": \"road.highway\", \"stylers\": [ { \"hue\": \"#FFC200\" }, { \"saturation\": -61.8 }, { \"lightness\": 45.599999999999994 }, { \"gamma\": 1 } ] }, { \"featureType\": \"road.arterial\", \"stylers\": [ { \"hue\": \"#FF0300\" }, { \"saturation\": -100 }, { \"lightness\": 51.19999999999999 }, { \"gamma\": 1 } ] }, { \"featureType\": \"road.local\", \"stylers\": [ { \"hue\": \"#FF0300\" }, { \"saturation\": -100 }, { \"lightness\": 52 }, { \"gamma\": 1 } ] }, { \"featureType\": \"water\", \"stylers\": [ { \"hue\": \"#0078FF\" }, { \"saturation\": -13.200000000000003 }, { \"lightness\": 2.4000000000000057 }, { \"gamma\": 1 } ] }, { \"featureType\": \"poi\", \"stylers\": [ { \"hue\": \"#00FF6A\" }, { \"saturation\": -1.0989010989011234 }, { \"lightness\": 11.200000000000017 }, { \"gamma\": 1 } ] } ]"},"blueEssence":{"label":"Blue essence","style":"[ { \"featureType\": \"landscape.natural\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"visibility\": \"on\" }, { \"color\": \"#e0efef\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"visibility\": \"on\" }, { \"hue\": \"#1900ff\" }, { \"color\": \"#c0e8e8\" } ] }, { \"featureType\": \"road\", \"elementType\": \"geometry\", \"stylers\": [ { \"lightness\": 100 }, { \"visibility\": \"simplified\" } ] }, { \"featureType\": \"road\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"transit.line\", \"elementType\": \"geometry\", \"stylers\": [ { \"visibility\": \"on\" }, { \"lightness\": 700 } ] }, { \"featureType\": \"water\", \"elementType\": \"all\", \"stylers\": [ { \"color\": \"#7dcdcd\" } ] } ]"},"appleMapsesque":{"label":"Apple maps-esque","style":"[ { \"featureType\": \"landscape.man_made\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#f7f1df\" } ] }, { \"featureType\": \"landscape.natural\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#d0e3b4\" } ] }, { \"featureType\": \"landscape.natural.terrain\", \"elementType\": \"geometry\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"poi.business\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"poi.medical\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#fbd3da\" } ] }, { \"featureType\": \"poi.park\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#bde6ab\" } ] }, { \"featureType\": \"road\", \"elementType\": \"geometry.stroke\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"road\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#ffe15f\" } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry.stroke\", \"stylers\": [ { \"color\": \"#efd151\" } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#ffffff\" } ] }, { \"featureType\": \"road.local\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"black\" } ] }, { \"featureType\": \"transit.station.airport\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#cfb2db\" } ] }, { \"featureType\": \"water\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#a2daf2\" } ] } ]"},"paleDawn":{"label":"Pale dawn","style":"[ { \"featureType\": \"administrative\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"on\" }, { \"lightness\": 33 } ] }, { \"featureType\": \"landscape\", \"elementType\": \"all\", \"stylers\": [ { \"color\": \"#f2e5d4\" } ] }, { \"featureType\": \"poi.park\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#c5dac6\" } ] }, { \"featureType\": \"poi.park\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"on\" }, { \"lightness\": 20 } ] }, { \"featureType\": \"road\", \"elementType\": \"all\", \"stylers\": [ { \"lightness\": 20 } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#c5c6c6\" } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#e4d7c6\" } ] }, { \"featureType\": \"road.local\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#fbfaf7\" } ] }, { \"featureType\": \"water\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"on\" }, { \"color\": \"#acbcc9\" } ] } ]"},"neutralBlue":{"label":"Neutral blue","style":"[ { \"featureType\": \"water\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#193341\" } ] }, { \"featureType\": \"landscape\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#2c5a71\" } ] }, { \"featureType\": \"road\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#29768a\" }, { \"lightness\": -37 } ] }, { \"featureType\": \"poi\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#406d80\" } ] }, { \"featureType\": \"transit\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#406d80\" } ] }, { \"elementType\": \"labels.text.stroke\", \"stylers\": [ { \"visibility\": \"on\" }, { \"color\": \"#3e606f\" }, { \"weight\": 2 }, { \"gamma\": 0.84 } ] }, { \"elementType\": \"labels.text.fill\", \"stylers\": [ { \"color\": \"#ffffff\" } ] }, { \"featureType\": \"administrative\", \"elementType\": \"geometry\", \"stylers\": [ { \"weight\": 0.6 }, { \"color\": \"#1a3541\" } ] }, { \"elementType\": \"labels.icon\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"poi.park\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#2c5a71\" } ] } ]"},"avocadoWorld":{"label":"Avocado world","style":"[ { \"featureType\": \"water\", \"elementType\": \"geometry\", \"stylers\": [ { \"visibility\": \"on\" }, { \"color\": \"#aee2e0\" } ] }, { \"featureType\": \"landscape\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#abce83\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#769E72\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"labels.text.fill\", \"stylers\": [ { \"color\": \"#7B8758\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"labels.text.stroke\", \"stylers\": [ { \"color\": \"#EBF4A4\" } ] }, { \"featureType\": \"poi.park\", \"elementType\": \"geometry\", \"stylers\": [ { \"visibility\": \"simplified\" }, { \"color\": \"#8dab68\" } ] }, { \"featureType\": \"road\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"visibility\": \"simplified\" } ] }, { \"featureType\": \"road\", \"elementType\": \"labels.text.fill\", \"stylers\": [ { \"color\": \"#5B5B3F\" } ] }, { \"featureType\": \"road\", \"elementType\": \"labels.text.stroke\", \"stylers\": [ { \"color\": \"#ABCE83\" } ] }, { \"featureType\": \"road\", \"elementType\": \"labels.icon\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"road.local\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#A4C67D\" } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#9BBF72\" } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry\", \"stylers\": [ { \"color\": \"#EBF4A4\" } ] }, { \"featureType\": \"transit\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"administrative\", \"elementType\": \"geometry.stroke\", \"stylers\": [ { \"visibility\": \"on\" }, { \"color\": \"#87ae79\" } ] }, { \"featureType\": \"administrative\", \"elementType\": \"geometry.fill\", \"stylers\": [ { \"color\": \"#7f2200\" }, { \"visibility\": \"off\" } ] }, { \"featureType\": \"administrative\", \"elementType\": \"labels.text.stroke\", \"stylers\": [ { \"color\": \"#ffffff\" }, { \"visibility\": \"on\" }, { \"weight\": 4.1 } ] }, { \"featureType\": \"administrative\", \"elementType\": \"labels.text.fill\", \"stylers\": [ { \"color\": \"#495421\" } ] }, { \"featureType\": \"administrative.neighborhood\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"off\" } ] } ]"},"gowalla":{"label":"Gowalla","style":"[ { \"featureType\": \"administrative.land_parcel\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"landscape.man_made\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"poi\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"road\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"simplified\" }, { \"lightness\": 20 } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"geometry\", \"stylers\": [ { \"hue\": \"#f49935\" } ] }, { \"featureType\": \"road.highway\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"simplified\" } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"geometry\", \"stylers\": [ { \"hue\": \"#fad959\" } ] }, { \"featureType\": \"road.arterial\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"road.local\", \"elementType\": \"geometry\", \"stylers\": [ { \"visibility\": \"simplified\" } ] }, { \"featureType\": \"road.local\", \"elementType\": \"labels\", \"stylers\": [ { \"visibility\": \"simplified\" } ] }, { \"featureType\": \"transit\", \"elementType\": \"all\", \"stylers\": [ { \"visibility\": \"off\" } ] }, { \"featureType\": \"water\", \"elementType\": \"all\", \"stylers\": [ { \"hue\": \"#a1cdfc\" }, { \"saturation\": 30 }, { \"lightness\": 49 } ] } ]"}},"facebookAppId":"","headerPosition":"top","offsetLazyLoad":"300","baseUrl":"https:\/\/nodepay.ai\/","useQueryFilter":"","pageFilters":[]};
</script>
<script src="https://nodepay.ai/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1713667399" id="bricks-scripts-js" defer=""></script>
<script src="https://nodepay.ai/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.4" id="bricks-splide-js" defer=""></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://nodepay.ai/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>
</body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1727867066 -->