https://jetpack.com/

ID da verificação
1be52586-945f-4feb-a285-615fc8086051Concluído
URL enviado:
https://jetpack.com/
Relatório concluído:

Ligações · 32 encontradas

HiperligaçãoTexto
https://jetpackcrm.com/?utm_medium=automattic_referred&utm_source=jpcom_header CRM
https://jetpackcrm.com/JetpackCRM
https://tim.blog/https://tim.blog/Author / Investor / Podcaster
http://endoh.co/Endoh Collaborative
https://codepen.io/CodePen
https://shoptalkshow.com/ShopTalk Show
https://wordpress.com/jetpack/connect/jetpack_backup_t1_yearly Get Backup
https://wordpress.com/jetpack/connect/jetpack_security_t1_yearly Get Security
https://wordpress.com/jetpack/connect/jetpack_complete Get Complete
https://wordpress.org/five-for-the-future/5% of its resources

Variáveis JavaScript · 71 encontradas

NomeTipo
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
wpcom_remote_login_extra_authstring
wpcom_remote_login_remove_dom_node_idfunction
wpcom_remote_login_remove_dom_node_classesfunction
wpcom_remote_login_final_cleanupfunction
addLoadEventfunction

Mensagens de registo da consola · 0 encontradas

HTML

<!DOCTYPE html><!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7 " lang="en"> <![endif]--><!--[if IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 " lang="en"> <![endif]--><!--[if IE 8]><html class="no-js lt-ie10 lt-ie9 " lang="en"> <![endif]--><!--[if IE 9]><html class="no-js lt-ie10 " lang="en"> <![endif]--><!--[if gt IE 8]><!--><html lang="en" class=""><!--<![endif]--><head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta name="author" content="WordPress.com / Automattic Inc.">
	<meta name="viewport" content="width=device-width">
		
	<title>Jetpack — Essential Security &amp; Performance for WordPress</title>
<meta name="robots" content="max-image-preview:large">
<meta name="google-site-verification" content="gprBhnJ5dQ2j8I3RU2MexFOZp5a6Ty3tLmUpKk4cbPg">
<link rel="alternate" hreflang="x-default" href="https://jetpack.com/">
	<link rel="alternate" hreflang="ar" href="https://jetpack.com/ar/">
	<link rel="alternate" hreflang="de" href="https://jetpack.com/de/">
	<link rel="alternate" hreflang="en" href="https://jetpack.com/">
	<link rel="alternate" hreflang="es" href="https://jetpack.com/es/">
	<link rel="alternate" hreflang="fr" href="https://jetpack.com/fr/">
	<link rel="alternate" hreflang="he" href="https://jetpack.com/he/">
	<link rel="alternate" hreflang="id" href="https://jetpack.com/id/">
	<link rel="alternate" hreflang="it" href="https://jetpack.com/it/">
	<link rel="alternate" hreflang="ja" href="https://jetpack.com/ja/">
	<link rel="alternate" hreflang="ko" href="https://jetpack.com/ko/">
	<link rel="alternate" hreflang="nl" href="https://jetpack.com/nl/">
	<link rel="alternate" hreflang="pt-br" href="https://jetpack.com/pt-br/">
	<link rel="alternate" hreflang="ru" href="https://jetpack.com/ru/">
	<link rel="alternate" hreflang="sv" href="https://jetpack.com/sv/">
	<link rel="alternate" hreflang="tr" href="https://jetpack.com/tr/">
	<link rel="alternate" hreflang="zh-Hans" href="https://jetpack.com/zh-cn/">
	<link rel="alternate" hreflang="zh-Hant" href="https://jetpack.com/zh-tw/">

<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}

// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}

		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );

			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src = '/remote-login.php?wpcom_remote_login=validate'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=265143'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
			return;
		}

		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );

			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );

			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';

			return;
		}

		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );

			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}

			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}

			if ( private_window ) {
				console.log( 'private window' );
				return;
			}

			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );

			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';

			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );

			document.body.appendChild( iframe );
		}

		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9qZXRwYWNrLmNvbQ%3D%3D"
		+ "&wpcomid=20115252"
		+ "&time=1729458841";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel="dns-prefetch" href="//v0.wordpress.com">
<link rel="dns-prefetch" href="//s0.wp.com">
<link rel="dns-prefetch" href="//stats.wp.com">
<link rel="dns-prefetch" href="//cdn.parsely.com">
<link rel="dns-prefetch" href="//jetpackme.wordpress.com">
<link rel="alternate" type="application/rss+xml" title="Jetpack » Feed" href="https://jetpack.com/feed/">
<link rel="alternate" type="application/rss+xml" title="Jetpack » Comments Feed" href="https://jetpack.com/comments/feed/">
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.7-beta2-59230"}};
/*! 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>
<link crossorigin="anonymous" rel="stylesheet" id="all-css-2-1" href="https://s0.wp.com/_static/??-eJylzk0OgkAMBeALOVQIKi6MZ5mfZqyWgXQ6KLeXSNzpimXfy/tSeI7GD0kxKYxcIqUMsSynQ4lLIwhTfa7aag+uEAdwPPiHYXJiZYasM2Plc97BNkhv2P+HbGvNaEUTigkk6HVYNqvzzZmyUorm466PGUoBX5vUgGqJ82/12l/qU9Md6mPTNfc3X/l56A==&amp;cssminify=yes" type="text/css" media="all">
<style id="wp-block-library-inline-css">
.has-text-align-justify {
	text-align:justify;
}
.has-text-align-justify{text-align:justify;}
.wp-block-paragraph.is-style-jetpack-with-antispam-icon::before { width: 28px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjQ1NDc0IDIxLjIwNjlMMTYuNDU0NyAzLjcwNjlMMTUuNTQ1MyAzLjI5MTE0TDE0LjI4MzcgNi4wNTA4MUMxMy41OTkxIDUuNjk4NzMgMTIuODIyOCA1LjQ5OTk5IDEyIDUuNDk5OTlDMTAuOTM4NSA1LjQ5OTk5IDkuOTU0MzEgNS44MzA3NiA5LjE0NDggNi4zOTQ4NUw3LjE4OTk0IDQuNDRMNi4xMjkyOCA1LjUwMDY2TDguMDU1NTYgNy40MjY5NEM3LjQ5MDQ0IDguMTUxMjcgNy4xMjA0NyA5LjAzNTMgNy4wMjQ2OSA5Ljk5OTk5SDVWMTEuNUg3VjEzSDVWMTQuNUg3LjEwMDAyQzcuMzUwODkgMTUuNzM1OSA4LjA1NzYgMTYuODA2MiA5LjAzNzAzIDE3LjUyNzlMNy41NDUyNiAyMC43OTExTDguNDU0NzQgMjEuMjA2OVpNOS42ODAyNCAxNi4xMjA5QzguOTU2MzMgMTUuNDc5NiA4LjUgMTQuNTQzMSA4LjUgMTMuNVYxMC41QzguNSA4LjU2NyAxMC4wNjcgNi45OTk5OSAxMiA2Ljk5OTk5QzEyLjYwMDMgNi45OTk5OSAxMy4xNjUzIDcuMTUxMTEgMTMuNjU5IDcuNDE3MzhMOS42ODAyNCAxNi4xMjA5Wk0xNS4zNTU1IDkuNTAxNTVMMTYuMTY0NSA3LjczMTkxQzE2LjYwNTMgOC4zOTM4MyAxNi44OTI2IDkuMTY2ODMgMTYuOTc1MyA5Ljk5OTk5SDE5VjExLjVIMTdWMTNIMTlWMTQuNUgxNi45QzE2LjQzNjcgMTYuNzgyMiAxNC40MTkgMTguNSAxMiAxOC41QzExLjc1MDggMTguNSAxMS41MDU4IDE4LjQ4MTggMTEuMjY2NCAxOC40NDY2TDExLjkyOCAxNi45OTkzQzExLjk1MTkgMTYuOTk5OCAxMS45NzU5IDE3IDEyIDE3QzEzLjkzMyAxNyAxNS41IDE1LjQzMyAxNS41IDEzLjVWMTAuNUMxNS41IDEwLjE1MzEgMTUuNDQ5NSA5LjgxNzk0IDE1LjM1NTUgOS41MDE1NVoiIGZpbGw9IiMwMDg3MTAiLz4KPC9zdmc+"); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-cloud-icon::before { width: 28px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzM5MjQwXzMxOTkzIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI0IiB5PSI1IiB3aWR0aD0iMTYiIGhlaWdodD0iMTIiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjMzMzEgMTAuMTEyM0MxNy4zMzMyIDEwLjA5NzIgMTcuMzMzMyAxMC4wODIgMTcuMzMzMyAxMC4wNjY3QzE3LjMzMzMgNy42MzY3IDE1LjE4NDMgNS42NjY3NSAxMi41MzMzIDUuNjY2NzVDMTAuMjk1NSA1LjY2Njc1IDguNDE1NDIgNy4wNzA0OCA3Ljg4MzcxIDguOTY5NzZDNy44MzM4MyA4Ljk2NzczIDcuNzgzNyA4Ljk2NjcgNy43MzMzMyA4Ljk2NjdDNS42NzE0NyA4Ljk2NjcgNCAxMC42OTA0IDQgMTIuODE2N0M0IDE0Ljk0MyA1LjY3MTQ3IDE2LjY2NjcgNy43MzMzMyAxNi42NjY3TDcuNzU1NTUgMTYuNjY2NkgxNi43ODE5QzE2Ljc4NzggMTYuNjY2NyAxNi43OTM3IDE2LjY2NjcgMTYuNzk5NiAxNi42NjY3QzE4LjU2NjkgMTYuNjY2NyAxOS45OTk2IDE1LjE4OTIgMTkuOTk5NiAxMy4zNjY3QzE5Ljk5OTYgMTEuNzMxNiAxOC44NDY1IDEwLjM3NDIgMTcuMzMzMSAxMC4xMTIzWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzM5MjQwXzMxOTkzKSI+CjxwYXRoIGQ9Ik0xNy4zMzMxIDEwLjExMjNMMTUuODMzMiAxMC4wOTU3TDE1LjgxOTEgMTEuMzcyNkwxNy4wNzczIDExLjU5MDRMMTcuMzMzMSAxMC4xMTIzWk03Ljg4MzcxIDguOTY5NzZMNy44MjI0OCAxMC40Njg1TDkuMDA4MjQgMTAuNTE3TDkuMzI4MTcgOS4zNzQxNEw3Ljg4MzcxIDguOTY5NzZaTTcuNzMzMzMgMTYuNjY2N1YxOC4xNjY3SDcuNzM3ODRMNy43MzMzMyAxNi42NjY3Wk03Ljc1NTU1IDE2LjY2NjZWMTUuMTY2Nkg3Ljc1MTA1TDcuNzU1NTUgMTYuNjY2NlpNMTYuNzgxOSAxNi42NjY2TDE2Ljc5MDQgMTUuMTY2NkgxNi43ODE5VjE2LjY2NjZaTTE4LjgzMyAxMC4xMjg5QzE4LjgzMzIgMTAuMTA4MyAxOC44MzMzIDEwLjA4NzUgMTguODMzMyAxMC4wNjY3SDE1LjgzMzNDMTUuODMzMyAxMC4wNzY0IDE1LjgzMzMgMTAuMDg2MSAxNS44MzMyIDEwLjA5NTdMMTguODMzIDEwLjEyODlaTTE4LjgzMzMgMTAuMDY2N0MxOC44MzMzIDYuNjg4MDggMTUuODg3MiA0LjE2Njc1IDEyLjUzMzMgNC4xNjY3NVY3LjE2Njc1QzE0LjQ4MTQgNy4xNjY3NSAxNS44MzMzIDguNTg1MzEgMTUuODMzMyAxMC4wNjY3SDE4LjgzMzNaTTEyLjUzMzMgNC4xNjY3NUM5LjY4NDk3IDQuMTY2NzUgNy4xNjg1MSA1Ljk2MDQgNi40MzkyNCA4LjU2NTM4TDkuMzI4MTcgOS4zNzQxNEM5LjY2MjMyIDguMTgwNTcgMTAuOTA2MSA3LjE2Njc1IDEyLjUzMzMgNy4xNjY3NVY0LjE2Njc1Wk03Ljk0NDk0IDcuNDcxMDFDNy44NzQ2NiA3LjQ2ODE0IDcuODA0MTIgNy40NjY3IDcuNzMzMzMgNy40NjY3VjEwLjQ2NjdDNy43NjMyOCAxMC40NjY3IDcuNzkzIDEwLjQ2NzMgNy44MjI0OCAxMC40Njg1TDcuOTQ0OTQgNy40NzEwMVpNNy43MzMzMyA3LjQ2NjdDNC43OTk4NyA3LjQ2NjcgMi41IDkuOTA1ODIgMi41IDEyLjgxNjdINS41QzUuNSAxMS40NzUgNi41NDMwNyAxMC40NjY3IDcuNzMzMzMgMTAuNDY2N1Y3LjQ2NjdaTTIuNSAxMi44MTY3QzIuNSAxNS43Mjc2IDQuNzk5ODcgMTguMTY2NyA3LjczMzMzIDE4LjE2NjdWMTUuMTY2N0M2LjU0MzA3IDE1LjE2NjcgNS41IDE0LjE1ODQgNS41IDEyLjgxNjdIMi41Wk03LjczNzg0IDE4LjE2NjdMNy43NjAwNiAxOC4xNjY2TDcuNzUxMDUgMTUuMTY2Nkw3LjcyODgzIDE1LjE2NjdMNy43Mzc4NCAxOC4xNjY3Wk03Ljc1NTU1IDE4LjE2NjZIMTYuNzgxOVYxNS4xNjY2SDcuNzU1NTVWMTguMTY2NlpNMTYuNzk5NiAxNS4xNjY3QzE2Ljc5NjQgMTUuMTY2NyAxNi43OTM0IDE1LjE2NjYgMTYuNzkwNCAxNS4xNjY2TDE2Ljc3MzQgMTguMTY2NkMxNi43ODIyIDE4LjE2NjcgMTYuNzkxIDE4LjE2NjcgMTYuNzk5NiAxOC4xNjY3VjE1LjE2NjdaTTE4LjQ5OTYgMTMuMzY2N0MxOC40OTk2IDE0LjQwNDYgMTcuNjk1MyAxNS4xNjY3IDE2Ljc5OTYgMTUuMTY2N1YxOC4xNjY3QzE5LjQzODUgMTguMTY2NyAyMS40OTk2IDE1Ljk3MzggMjEuNDk5NiAxMy4zNjY3SDE4LjQ5OTZaTTE3LjA3NzMgMTEuNTkwNEMxNy44NTEyIDExLjcyNDMgMTguNDk5NiAxMi40NDA0IDE4LjQ5OTYgMTMuMzY2N0gyMS40OTk2QzIxLjQ5OTYgMTEuMDIyOCAxOS44NDE4IDkuMDI0MTkgMTcuNTg4OSA4LjYzNDMxTDE3LjA3NzMgMTEuNTkwNFoiIGZpbGw9IiMwMDg3MTAiLz4KPC9nPgo8L3N2Zz4K"); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-key-icon::before { width: 23px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjEyIiByPSIyLjc1IiBzdHJva2U9IiMwMDg3MTAiIHN0cm9rZS13aWR0aD0iMi41Ii8+CjxyZWN0IHg9IjExIiB5PSIxMC43NSIgd2lkdGg9IjgiIGhlaWdodD0iMi41IiBmaWxsPSIjMDA4NzEwIi8+CjxyZWN0IHg9IjE1IiB5PSIxMiIgd2lkdGg9IjIuNSIgaGVpZ2h0PSI0IiBmaWxsPSIjMDA4NzEwIi8+Cjwvc3ZnPgo="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-shield-icon::before { width: 28px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzLjE3NjE1TDE4Ljc1IDYuMjQ0MzNWMTAuODE4MkMxOC43NSAxNC43MTcxIDE2LjI0NTggMTguNDA4OCAxMi43MTQ3IDE5LjU3MzRDMTIuMjUwNyAxOS43MjY0IDExLjc0OTMgMTkuNzI2NCAxMS4yODUzIDE5LjU3MzRDNy43NTQxNiAxOC40MDg4IDUuMjUgMTQuNzE3MSA1LjI1IDEwLjgxODJWNi4yNDQzM0wxMiAzLjE3NjE1Wk02Ljc1IDcuMjEwMlYxMC44MTgyQzYuNzUgMTQuMTMxMSA4Ljg5NTE0IDE3LjIwNTYgMTEuNzU1MSAxOC4xNDg4QzExLjkxNCAxOC4yMDEyIDEyLjA4NiAxOC4yMDEyIDEyLjI0NDkgMTguMTQ4OEMxNS4xMDQ5IDE3LjIwNTYgMTcuMjUgMTQuMTMxMSAxNy4yNSAxMC44MTgyVjcuMjEwMkwxMiA0LjgyMzg0TDYuNzUgNy4yMTAyWiIgZmlsbD0iIzAwODcxMCIvPgo8L3N2Zz4="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-ai-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIGltYWdlLXJlbmRlcmluZz0ib3B0aW1pemVRdWFsaXR5IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPmpldHBhY2sgcHJvZHVjdCBpY29uIGFpPC90aXRsZT48ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjMDA4NzEwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiMwMDg3MTAiIGQ9Ik02LjI1IDQuMjVjMC45NSAxLjE5IDIuMTEgMi4xOSAzLjUgMy0xLjQ2IDAuNTYtMi40NiAxLjU2LTMgMy0wLjU2LTEuNDYtMS41Ni0yLjQ2LTMtM2ExNi4xOCAxNi4xOCAwIDAgMSAyLjI1LTEuNWMwLjI0LTAuNDcgMC4zMy0wLjk3IDAuMjUtMS41eiIgb3BhY2l0eT0iLjcyOCI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDg3MTAiIGQ9Ik0xNS4yNSA0LjI1YzAuNDQtMC4wNyAwLjc3IDAuMSAxIDAuNSAwLjM3IDEuOTQgMS41MyAzLjExIDMuNSAzLjUtMC43MSAwLjY1LTEuNTQgMS4wNy0yLjUgMS4yNWEzMC40IDMwLjQgMCAwIDAtMS41IDIuNzVjLTAuNjUtMC43MS0xLjA3LTEuNTQtMS4yNS0yLjVhMzAuNCAzMC40IDAgMCAwLTIuNzUtMS41IDEwLjI0IDEwLjI0IDAgMCAxIDIuNzUtMS41YzAuNS0wLjc2IDAuNzUtMS42IDAuNzUtMi41eiIgb3BhY2l0eT0iLjc4NiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDg3MTAiIGQ9Ik0xMC4yNSAxMC4yNWMwLjQ0LTAuMDcgMC43NyAwLjEgMSAwLjUgMC40OSAyLjQ5IDEuOTkgMy45OSA0LjUgNC41YTguNzcgOC43NyAwIDAgMS0zIDEuNSAxOC4xNiAxOC4xNiAwIDAgMC0yIDMuNSA4Ljc3IDguNzcgMCAwIDEtMS41LTMgMTguMTYgMTguMTYgMCAwIDAtMy41LTJsMy41LTJjMC42Mi0wLjkxIDAuOTYtMS45MSAxLTN6IiBvcGFjaXR5PSIuODA5Ij48L3BhdGg+PC9nPjwvc3ZnPg=="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-blaze-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDEzLjM0NzRDMjEgMTQuNDUxNSAyMC43NjUzIDE1LjUzOTggMjAuMzA2NiAxNi41NjAyQzE5Ljg0NzkgMTcuNTgwNSAxOS4xODEyIDE4LjUwNjcgMTguMzMzMiAxOS4yODYzQzE3LjQ5MDUgMjAuMDY2IDE2LjQ4NzggMjAuNjgzNCAxNS4zODM3IDIxLjEwNzNDMTQuODYxMSAyMS4zMDYxIDE0LjMyMjQgMjEuNDU3OCAxMy43NzMgMjEuNTYyNUwxNC4wMTgzIDIxLjQzMTdDMTQuMDE4MyAyMS40MzE3IDE2LjE0MTEgMjAuMjE3NyAxNi41NjI1IDE3LjQ5NjhDMTYuNzU5OCAxNS4wNjg5IDE0Ljc0MzcgMTQuMDA2NyAxNC43NDM3IDE0LjAwNjdDMTQuNzQzNyAxNC4wMDY3IDEzLjcxOTcgMTUuMzAzNSAxMi4yNjM2IDE1LjMwMzVDOS45NzU0OSAxNS4zMDM1IDEwLjM5MDYgMTEuNDk2NyAxMC4zOTA2IDExLjQ5NjdDMTAuMzkwNiAxMS40OTY3IDYuOTE5MzUgMTMuMjg0NiA2LjkxOTM1IDE3LjE3NzZDNi45MTkzNSAxOS42MTA4IDkuMzcyOCAyMS40MDU1IDkuMzcyOCAyMS40MDU1VjIxLjQxMDhDOS4wNTI3OSAyMS4zMjcgOC43MzgxMSAyMS4yMjI0IDguNDI4NzYgMjEuMTAyQzcuMzI0NzEgMjAuNjc4MiA2LjMyMTk5IDIwLjA2MDggNS40NzkyOSAxOS4yODExQzQuNjM2NTggMTguNTAxNSAzLjk2NDU1IDE3LjU3NTMgMy41MDU4NyAxNi41NTQ5QzMuMDQ3MTggMTUuNTM0NiAyLjgxMjUgMTQuNDQ2MiAyLjgxMjUgMTMuMzQyMkMyLjgxMjUgOS42MDYxIDcuMTc1MzcgNS45ODUxNyA3LjE3NTM3IDUuOTg1MTdDNy4xNzUzNyA1Ljk4NTE3IDcuNTkxMzkgOC44MjY0NSA5LjcxOTQ4IDguODI2NDVDMTMuNzE5NyA4LjgyNjQ1IDEyLjI2MzYgMi40Mzc1IDEyLjI2MzYgMi40Mzc1QzEyLjI2MzYgMi40Mzc1IDE1LjkwMTEgNC41NjcxNSAxNi45OTQ1IDEwLjI0NDVDMTguOTc5MiA5Ljk4Njg0IDE4LjgxMzIgNy40MDMyIDE4LjgxMzIgNy40MDMyQzE4LjgxMzIgNy40MDMyIDIxIDEwLjI0NDUgMjEgMTMuMzczNSIgZmlsbD0iIzA2OUUwOCIvPgo8L3N2Zz4K"); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-crm-icon::before { width: 28px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS41IDkuNUMxNi4wNTIzIDkuNSAxNi41IDkuMDUyMjggMTYuNSA4LjVDMTYuNSA3Ljk0NzcyIDE2LjA1MjMgNy41IDE1LjUgNy41QzE0Ljk0NzcgNy41IDE0LjUgNy45NDc3MiAxNC41IDguNUMxNC41IDkuMDUyMjggMTQuOTQ3NyA5LjUgMTUuNSA5LjVaTTE1LjUgMTFDMTYuODgwNyAxMSAxOCA5Ljg4MDcxIDE4IDguNUMxOCA3LjExOTI5IDE2Ljg4MDcgNiAxNS41IDZDMTQuMTE5MyA2IDEzIDcuMTE5MjkgMTMgOC41QzEzIDkuODgwNzEgMTQuMTE5MyAxMSAxNS41IDExWk0xMy4yNSAxN1YxNUMxMy4yNSAxMy40ODEyIDEyLjAxODggMTIuMjUgMTAuNSAxMi4yNUg2LjVDNC45ODEyMiAxMi4yNSAzLjc1IDEzLjQ4MTIgMy43NSAxNVYxN0g1LjI1VjE1QzUuMjUgMTQuMzA5NiA1LjgwOTY0IDEzLjc1IDYuNSAxMy43NUgxMC41QzExLjE5MDQgMTMuNzUgMTEuNzUgMTQuMzA5NiAxMS43NSAxNVYxN0gxMy4yNVpNMjAuMjUgMTVWMTdIMTguNzVWMTVDMTguNzUgMTQuMzA5NiAxOC4xOTA0IDEzLjc1IDE3LjUgMTMuNzVIMTVWMTIuMjVIMTcuNUMxOS4wMTg4IDEyLjI1IDIwLjI1IDEzLjQ4MTIgMjAuMjUgMTVaTTkuNSA4LjVDOS41IDkuMDUyMjggOS4wNTIyOCA5LjUgOC41IDkuNUM3Ljk0NzcyIDkuNSA3LjUgOS4wNTIyOCA3LjUgOC41QzcuNSA3Ljk0NzcyIDcuOTQ3NzIgNy41IDguNSA3LjVDOS4wNTIyOCA3LjUgOS41IDcuOTQ3NzIgOS41IDguNVpNMTEgOC41QzExIDkuODgwNzEgOS44ODA3MSAxMSA4LjUgMTFDNy4xMTkyOSAxMSA2IDkuODgwNzEgNiA4LjVDNiA3LjExOTI5IDcuMTE5MjkgNiA4LjUgNkM5Ljg4MDcxIDYgMTEgNy4xMTkyOSAxMSA4LjVaIiBmaWxsPSIjMDA4NzEwIi8+Cjwvc3ZnPgo="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-social-icon::before { width: 28px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC40OTk4IDUuNTM4MDlWMjEuMzM3NEw5LjQ5OTc2IDE4LjYxMDFWMjMuNTYyN0g3LjgxMjI2VjE4LjA5ODdMNC43NDY2MSAxNy4xNjk4QzMuNTYwNzMgMTYuODEwNCAyLjc0OTc2IDE1LjcxNzMgMi43NDk3NiAxNC40NzgxVjEyLjM5NzNDMi43NDk3NiAxMS4xNTgyIDMuNTYwNzMgMTAuMDY1MSA0Ljc0NjYxIDkuNzA1NzFMMTguNDk5OCA1LjUzODA5Wk0xNi44MTIzIDE5LjA2MjdMOS40OTk3NiAxNi44NDY4TDkuNDk5NzYgMTAuMDI4NkwxNi44MTIzIDcuODEyNzNWMTkuMDYyN1pNNy44MTIyNiAxMC41NEw3LjgxMjI2IDE2LjMzNTVMNS4yMzYgMTUuNTU0OEM0Ljc2MTY0IDE1LjQxMSA0LjQzNzI2IDE0Ljk3MzggNC40MzcyNiAxNC40NzgxVjEyLjM5NzNDNC40MzcyNiAxMS45MDE3IDQuNzYxNjUgMTEuNDY0NCA1LjIzNiAxMS4zMjA3TDcuODEyMjYgMTAuNTRaTTIwLjc1MDEgMTQuMjgxNUgyNS4yNTAxVjEyLjU5NEgyMC43NTAxVjE0LjI4MTVaTTI1LjI1MDEgMTkuMDYyN0wyMC43NTAxIDE3LjkzNzdWMTYuMjUwMkwyNS4yNTAxIDE3LjM3NTJWMTkuMDYyN1pNMjAuNzUwMSAxMC42MjUyTDI1LjI1MDEgOS41MDAyM1Y3LjgxMjczTDIwLjc1MDEgOC45Mzc3M1YxMC42MjUyWiIgZmlsbD0iIzAwODcxMCIvPgo8L3N2Zz4K"); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-stats-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4yNSA1SDEyLjc1VjIwSDExLjI1VjVaTTYgMTBINy41VjIwSDZWMTBaTTE4IDE0SDE2LjVWMjBIMThWMTRaIiBmaWxsPSIjMDA4NzEwIi8+Cjwvc3ZnPgo="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-newsletter-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMy43NSIgeT0iNS43NSIgd2lkdGg9IjE2LjUiIGhlaWdodD0iMTIuNSIgcng9IjEuMjUiIHN0cm9rZT0iIzAwODcxMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTQgOC41TDEyIDE0LjVMMjAgOC41IiBzdHJva2U9IiMwMDg3MTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-performance-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDYuNUwxNyAxMkwxMiAxNy41TTYgNi41TDExIDEyTDYgMTcuNSIgc3Ryb2tlPSIjMDA4NzEwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-growth-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjE5NTA1IDE2LjI1NDVDNC40NzM2OCAxNi41NjEgNC45NDgwMiAxNi41ODM2IDUuMjU0NTEgMTYuMzA0OUwxMC4yNTk1IDExLjc1NDlMMTQuMjg0MiAxNS4yNzY1TDE5IDEwLjU2MDdWMTMuNzVIMjAuNVY4SDE0Ljc1VjkuNUgxNy45MzkzTDE0LjIxNTggMTMuMjIzNUwxMC4yNDA1IDkuNzQ1MDdMNC4yNDU1IDE1LjE5NUMzLjkzOTAxIDE1LjQ3MzcgMy45MTY0MiAxNS45NDggNC4xOTUwNSAxNi4yNTQ1WiIgZmlsbD0iIzAwODcxMCIvPgo8L3N2Zz4K"); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-videopress-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMy43NSIgeT0iMy43NSIgd2lkdGg9IjIwLjUiIGhlaWdodD0iMjAuNSIgcng9IjIuMDQzNjUiIHN0cm9rZT0iIzAwODcxMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTExLjU1NTcgMTcuNjY2OFYxMC4zMzM1TDE3LjY2NjggMTQuMDAwMkwxMS41NTU3IDE3LjY2NjhaIiBmaWxsPSIjMDA4NzEwIi8+Cjwvc3ZnPgo="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-search-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMThMMTAgMTQuNSIgc3Ryb2tlPSIjMDA4NzEwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSIxMy41IiBjeT0iMTEuNSIgcj0iNC43NSIgc3Ryb2tlPSIjMDA4NzEwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-complete-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDUuNUgxOUMxOS4yNzYxIDUuNSAxOS41IDUuNzIzODYgMTkuNSA2VjcuNUMxOS41IDcuNzc2MTQgMTkuMjc2MSA4IDE5IDhIMTguNUg1LjVINUM0LjcyMzg2IDggNC41IDcuNzc2MTQgNC41IDcuNVY2QzQuNSA1LjcyMzg2IDQuNzIzODYgNS41IDUgNS41Wk00IDkuMjMyNDRDMy40MDIyIDguODg2NjMgMyA4LjI0MDI4IDMgNy41VjZDMyA0Ljg5NTQzIDMuODk1NDMgNCA1IDRIMTlDMjAuMTA0NiA0IDIxIDQuODk1NDMgMjEgNlY3LjVDMjEgOC4yNDAyOCAyMC41OTc4IDguODg2NjMgMjAgOS4yMzI0NFY5LjVWMThDMjAgMTkuMTA0NiAxOS4xMDQ2IDIwIDE4IDIwSDZDNC44OTU0MyAyMCA0IDE5LjEwNDYgNCAxOFY5LjVWOS4yMzI0NFpNNS41IDkuNVYxOEM1LjUgMTguMjc2MSA1LjcyMzg2IDE4LjUgNiAxOC41SDE4QzE4LjI3NjEgMTguNSAxOC41IDE4LjI3NjEgMTguNSAxOFY5LjVINS41WiIgZmlsbD0iIzAwODcxMCIvPgo8L3N2Zz4="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-forms-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDQuNUg2QzQuOSA0LjUgNCA1LjQgNCA2LjVWMTguNUM0IDE5LjYgNC45IDIwLjUgNiAyMC41SDE4QzE5LjEgMjAuNSAyMCAxOS42IDIwIDE4LjVWNi41QzIwIDUuNCAxOS4xIDQuNSAxOCA0LjVaTTE4LjUgMTguNUMxOC41IDE4LjggMTguMyAxOSAxOCAxOUg2QzUuNyAxOSA1LjUgMTguOCA1LjUgMTguNVY2LjVDNS41IDYuMiA1LjcgNiA2IDZIMThDMTguMyA2IDE4LjUgNi4yIDE4LjUgNi41VjE4LjVaTTcgMTdIMTdWMTUuNUg3VjE3Wk0xMCAxM0gxN1YxMS41SDEwVjEzWk05IDExLjVIN1YxM0g5VjExLjVaIiBmaWxsPSIjMDA4NzEwIi8+Cjwvc3ZnPgo="); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-with-creator-icon::before { width: 24px; height: auto; vertical-align: middle; display: inline-block; content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI1IiBmaWxsPSJub25lIj4KICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC41KSIgZmlsbD0ibm9uZSIvPgogIDxtYXNrIGlkPSJwYXRoLTEtaW5zaWRlLTFfNDIwNl8xNTkwIiBmaWxsPSJ3aGl0ZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDE1LjAxMDRDMTcgMTQuMzkzMSAxNy4yNDY5IDEzLjgwOTIgMTcuNTg3NCAxMy4yOTQzQzE4LjI0NyAxMi4yOTY3IDE4LjYzMSAxMS4xMDEgMTguNjMxIDkuODE1NTJDMTguNjMxIDYuMzI3NTYgMTUuODAzNSAzLjUgMTIuMzE1NSAzLjVDOC44Mjc1NiAzLjUgNiA2LjMyNzU2IDYgOS44MTU1MkM2IDExLjMwMDQgNi41MTI0OCAxMi42NjU3IDcuMzcwMjIgMTMuNzQ0QzcuNzM5NCAxNC4yMDgxIDggMTQuNzYzMiA4IDE1LjM1NjJDOCAxNi41NDAyIDguOTU5OCAxNy41IDEwLjE0MzggMTcuNUgxNC41MTA0QzE1Ljg4NTQgMTcuNSAxNyAxNi4zODU0IDE3IDE1LjAxMDRaIi8+CiAgPC9tYXNrPgogIDxwYXRoIGQ9Ik0xNy41ODc0IDEzLjI5NDNMMTguODM4NiAxNC4xMjE2TDE3LjU4NzQgMTMuMjk0M1pNMTcuMTMxIDkuODE1NTJDMTcuMTMxIDEwLjc5NzggMTYuODM4NSAxMS43MDcyIDE2LjMzNjIgMTIuNDY3TDE4LjgzODYgMTQuMTIxNkMxOS42NTU1IDEyLjg4NjIgMjAuMTMxIDExLjQwNDEgMjAuMTMxIDkuODE1NTJIMTcuMTMxWk0xMi4zMTU1IDVDMTQuOTc1MSA1IDE3LjEzMSA3LjE1NTk4IDE3LjEzMSA5LjgxNTUySDIwLjEzMUMyMC4xMzEgNS40OTkxMyAxNi42MzE5IDIgMTIuMzE1NSAyVjVaTTcuNSA5LjgxNTUyQzcuNSA3LjE1NTk4IDkuNjU1OTggNSAxMi4zMTU1IDVWMkM3Ljk5OTEzIDIgNC41IDUuNDk5MTMgNC41IDkuODE1NTJINy41Wk04LjU0NDEzIDEyLjgxMDJDNy44ODk5MyAxMS45ODc4IDcuNSAxMC45NDkzIDcuNSA5LjgxNTUySDQuNUM0LjUgMTEuNjUxNiA1LjEzNTAzIDEzLjM0MzYgNi4xOTYzMSAxNC42Nzc4TDguNTQ0MTMgMTIuODEwMlpNMTQuNTEwNCAxNkgxMC4xNDM4VjE5SDE0LjUxMDRWMTZaTTYuNSAxNS4zNTYyQzYuNSAxNy4zNjg2IDguMTMxMzggMTkgMTAuMTQzOCAxOVYxNkM5Ljc4ODIzIDE2IDkuNSAxNS43MTE4IDkuNSAxNS4zNTYySDYuNVpNNi4xOTYzMSAxNC42Nzc4QzYuNDMwNzcgMTQuOTcyNSA2LjUgMTUuMjA3NSA2LjUgMTUuMzU2Mkg5LjVDOS41IDE0LjMxODggOS4wNDgwMyAxMy40NDM3IDguNTQ0MTMgMTIuODEwMkw2LjE5NjMxIDE0LjY3NzhaTTE0LjUxMDQgMTlDMTYuNzEzOCAxOSAxOC41IDE3LjIxMzggMTguNSAxNS4wMTA0SDE1LjVDMTUuNSAxNS41NTcgMTUuMDU3IDE2IDE0LjUxMDQgMTZWMTlaTTE2LjMzNjIgMTIuNDY3QzE1LjkwMzggMTMuMTIxIDE1LjUgMTMuOTkzMSAxNS41IDE1LjAxMDRIMTguNUMxOC41IDE0Ljc5MzEgMTguNTkwMSAxNC40OTc1IDE4LjgzODYgMTQuMTIxNkwxNi4zMzYyIDEyLjQ2N1oiIGZpbGw9IiMwMDg3MTAiIG1hc2s9InVybCgjcGF0aC0xLWluc2lkZS0xXzQyMDZfMTU5MCkiLz4KICA8bGluZSB4MT0iOSIgeTE9IjE4Ljc1IiB4Mj0iMTYiIHkyPSIxOC43NSIgc3Ryb2tlPSIjMDA4NzEwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogIDxsaW5lIHgxPSIxMSIgeTE9IjIwLjc1IiB4Mj0iMTQiIHkyPSIyMC43NSIgc3Ryb2tlPSIjMDA4NzEwIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K"); margin-right: 12px; }
.wp-block-paragraph.is-style-jetpack-quote { position: relative } .wp-block-paragraph.is-style-jetpack-quote::before { content: open-quote; position: absolute; top: 4px; left: -3.5rem; padding: 3px; font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif; font-size: 5rem; color: #069e08; }
.is-style-jetpack-checklist { padding-left: 0; margin-bottom: 24px; } .is-style-jetpack-checklist li {margin: .5rem 0;background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iZ3JpZGljb24gZ3JpZGljb25zLWNoZWNrbWFyayIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDIpIj48cGF0aCBmaWxsPSIjMDA4NzEwIiBkPSJNOSAxOS40MTRsLTYuNzA3LTYuNzA3IDEuNDE0LTEuNDE0TDkgMTYuNTg2IDIwLjI5MyA1LjI5M2wxLjQxNCAxLjQxNCI+PC9wYXRoPjwvZz48L3N2Zz4=) no-repeat 0px 0px;list-style: none;padding: 0px 0px 0px 36px;
</style>
<style id="wp-parsely-recommendations-style-inline-css">
.parsely-recommendations-list-title{font-size:1.2em}.parsely-recommendations-list{list-style:none;padding:unset}.parsely-recommendations-cardbody{overflow:hidden;padding:.8em;text-overflow:ellipsis;white-space:nowrap}.parsely-recommendations-cardmedia{padding:.8em .8em 0}

</style>
<link crossorigin="anonymous" rel="stylesheet" id="all-css-4-1" href="https://s0.wp.com/_static/??-eJyVzDEOgCAMQNELiQU1Jg7Gs2AlDYpAaInx9ro5O/7hfbiywhTFRYEcKvnIQPXN1RVSa0h4MOxOssVDBXunKoqK34DlDq5F5gb+LIoVH4k/vpyzGYe+03oyw/4AcmU1KQ==&amp;cssminify=yes" type="text/css" media="all">
<style id="activitypub-followers-style-inline-css">
.activitypub-follower-block.is-style-compact .activitypub-handle,.activitypub-follower-block.is-style-compact .sep{display:none}.activitypub-follower-block.is-style-with-lines ul li{border-bottom:.5px solid;margin-bottom:.5rem;padding-bottom:.5rem}.activitypub-follower-block.is-style-with-lines ul li:last-child{border-bottom:none}.activitypub-follower-block.is-style-with-lines .activitypub-handle,.activitypub-follower-block.is-style-with-lines .activitypub-name{text-decoration:none}.activitypub-follower-block.is-style-with-lines .activitypub-handle:hover,.activitypub-follower-block.is-style-with-lines .activitypub-name:hover{text-decoration:underline}.activitypub-follower-block ul{margin:0!important;padding:0!important}.activitypub-follower-block li{display:flex;margin-bottom:1rem}.activitypub-follower-block img{border-radius:50%;height:40px;margin-right:var(--wp--preset--spacing--20,.5rem);width:40px}.activitypub-follower-block .activitypub-link{align-items:center;color:inherit!important;display:flex;flex-flow:row nowrap;max-width:100%;text-decoration:none!important}.activitypub-follower-block .activitypub-handle,.activitypub-follower-block .activitypub-name{text-decoration:underline;text-decoration-thickness:.8px;text-underline-position:under}.activitypub-follower-block .activitypub-handle:hover,.activitypub-follower-block .activitypub-name:hover{text-decoration:none}.activitypub-follower-block .activitypub-name{font-size:var(--wp--preset--font-size--normal,16px)}.activitypub-follower-block .activitypub-actor{font-size:var(--wp--preset--font-size--small,13px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activitypub-follower-block .sep{padding:0 .2rem}.activitypub-follower-block .wp-block-query-pagination{margin-top:1.5rem}.activitypub-follower-block .activitypub-pager{cursor:default}.activitypub-follower-block .activitypub-pager.current{opacity:.33}.activitypub-follower-block .page-numbers{padding:0 .2rem}.activitypub-follower-block .page-numbers.current{font-weight:700;opacity:1}

</style>
<style id="activitypub-follow-me-style-inline-css">
.activitypub__modal.components-modal__frame{background-color:#f7f7f7;color:#333}.activitypub__modal.components-modal__frame .components-modal__header-heading,.activitypub__modal.components-modal__frame h4{color:#333;letter-spacing:inherit;word-spacing:inherit}.activitypub__modal.components-modal__frame .components-modal__header .components-button:hover{color:var(--wp--preset--color--white)}.activitypub__dialog{max-width:40em}.activitypub__dialog h4{line-height:1;margin:0}.activitypub__dialog .activitypub-dialog__section{margin-bottom:2em}.activitypub__dialog .activitypub-dialog__remember{margin-top:1em}.activitypub__dialog .activitypub-dialog__description{font-size:var(--wp--preset--font-size--normal,.75rem);margin:.33em 0 1em}.activitypub__dialog .activitypub-dialog__button-group{align-items:flex-end;display:flex;justify-content:flex-end}.activitypub__dialog .activitypub-dialog__button-group svg{height:21px;margin-right:.5em;width:21px}.activitypub__dialog .activitypub-dialog__button-group input{background-color:var(--wp--preset--color--white);border-radius:50px 0 0 50px;border-width:1px;border:1px solid var(--wp--preset--color--black);color:var(--wp--preset--color--black);flex:1;font-size:16px;height:inherit;line-height:1;margin-right:0;padding:15px 23px}.activitypub__dialog .activitypub-dialog__button-group button{align-self:center;background-color:var(--wp--preset--color--black);border-radius:0 50px 50px 0;border-width:1px;color:var(--wp--preset--color--white);font-size:16px;height:inherit;line-height:1;margin-left:0;padding:15px 23px;text-decoration:none}.activitypub__dialog .activitypub-dialog__button-group button:hover{border:inherit}.activitypub-follow-me-block-wrapper{width:100%}.activitypub-follow-me-block-wrapper.has-background .activitypub-profile,.activitypub-follow-me-block-wrapper.has-border-color .activitypub-profile{padding-left:1rem;padding-right:1rem}.activitypub-follow-me-block-wrapper .activitypub-profile{align-items:center;display:flex;padding:1rem 0}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__avatar{border-radius:50%;height:75px;margin-right:1rem;width:75px}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__content{flex:1;min-width:0}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__handle,.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__name{line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__name{font-size:1.25em}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__follow{align-self:center;background-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white);margin-left:1rem}

</style>
<style id="jetpackme-new-hero-visual-style-inline-css">
.wp-block-jetpackme-new-hero-visual .home-hero-visual{margin-top:0}.wp-block-jetpackme-new-hero-visual .product-hero-visual__content img.product-hero-visual__img{max-width:unset;width:unset}

</style>
<style id="jetpackme-new-carousel-style-inline-css">
.wp-block-jetpackme-new-carousel{overflow:hidden;position:relative}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-slide{flex-shrink:0}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls{list-style:none;margin:0;padding:0}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls button{background:none;border:none;cursor:pointer}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .swiper-button-disabled{display:none}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .next-slide-icon,.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .prev-slide-icon{background-repeat:no-repeat;cursor:pointer;display:block;height:24px;width:13px}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .jetpackme-new-swiper-prev{left:1rem}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .jetpackme-new-swiper-prev .prev-slide-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMkMzMzM4IiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEyIDIzIDIgMTIgMTIgMSIvPjwvc3ZnPg==)}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .jetpackme-new-swiper-next{right:1rem}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .jetpackme-new-swiper-next .next-slide-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMkMzMzM4IiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTEgMjMgMTAtMTFMMSAxIi8+PC9zdmc+)}.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .jetpackme-new-swiper-next,.wp-block-jetpackme-new-carousel .jetpackme-new-swiper-controls .jetpackme-new-swiper-prev{position:absolute;top:50%}

</style>
<link crossorigin="anonymous" rel="stylesheet" id="all-css-14-1" href="https://s0.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&amp;cssminify=yes" type="text/css" media="all">
<style id="jetpack-sharing-buttons-style-inline-css">
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin="anonymous" rel="stylesheet" id="all-css-16-1" href="https://s0.wp.com/_static/??-eJx9jUsOwjAMRC+EY6UgCAvEWZrEKoG4jWq3hduTLvisurFG1nszuBQIQ6/UK5Y8dakXDIPPQ3gINsY6Y0ESl0ww0mwOGJPolwDRVyYTRHb4V8QT/LpGqn8ura4EU0wtZeKKbWlLih1p1eWTQem5rZQ6A96XkUSgXk4Tg97qlqzelS/26KzbN835dH8DjlpbIA==&amp;cssminify=yes" type="text/css" 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--color--jetpack-green-30: #2fb41f;--wp--preset--color--jetpack-green-40: #069e08;--wp--preset--color--jetpack-green-50: #008710;--wp--preset--color--jetpack-green-60: #007117;--wp--preset--color--gray-0: #f6f7f7;--wp--preset--color--gray-70: #3c434a;--wp--preset--color--gray-40: #787c82;--wp--preset--color--blue-0: #e9eff5;--wp--preset--color--blue-50: #2271b1;--wp--preset--color--green-0: #f0f2eb;--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: 15px;--wp--preset--font-size--medium: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.469), 20px);--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.327), 42px);--wp--preset--font-size--normal: 18px;--wp--preset--font-size--huge: clamp(28px, 1.75rem + ((1vw - 3.2px) * 1.563), 48px);--wp--preset--font-size--xxl: clamp(68px, 4.25rem + ((1vw - 3.2px) * 1.25), 84px);--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: 1200px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-jetpack-green-30-color{color: var(--wp--preset--color--jetpack-green-30) !important;}.has-jetpack-green-40-color{color: var(--wp--preset--color--jetpack-green-40) !important;}.has-jetpack-green-50-color{color: var(--wp--preset--color--jetpack-green-50) !important;}.has-jetpack-green-60-color{color: var(--wp--preset--color--jetpack-green-60) !important;}.has-gray-0-color{color: var(--wp--preset--color--gray-0) !important;}.has-gray-70-color{color: var(--wp--preset--color--gray-70) !important;}.has-gray-40-color{color: var(--wp--preset--color--gray-40) !important;}.has-blue-0-color{color: var(--wp--preset--color--blue-0) !important;}.has-blue-50-color{color: var(--wp--preset--color--blue-50) !important;}.has-green-0-color{color: var(--wp--preset--color--green-0) !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-jetpack-green-30-background-color{background-color: var(--wp--preset--color--jetpack-green-30) !important;}.has-jetpack-green-40-background-color{background-color: var(--wp--preset--color--jetpack-green-40) !important;}.has-jetpack-green-50-background-color{background-color: var(--wp--preset--color--jetpack-green-50) !important;}.has-jetpack-green-60-background-color{background-color: var(--wp--preset--color--jetpack-green-60) !important;}.has-gray-0-background-color{background-color: var(--wp--preset--color--gray-0) !important;}.has-gray-70-background-color{background-color: var(--wp--preset--color--gray-70) !important;}.has-gray-40-background-color{background-color: var(--wp--preset--color--gray-40) !important;}.has-blue-0-background-color{background-color: var(--wp--preset--color--blue-0) !important;}.has-blue-50-background-color{background-color: var(--wp--preset--color--blue-50) !important;}.has-green-0-background-color{background-color: var(--wp--preset--color--green-0) !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-jetpack-green-30-border-color{border-color: var(--wp--preset--color--jetpack-green-30) !important;}.has-jetpack-green-40-border-color{border-color: var(--wp--preset--color--jetpack-green-40) !important;}.has-jetpack-green-50-border-color{border-color: var(--wp--preset--color--jetpack-green-50) !important;}.has-jetpack-green-60-border-color{border-color: var(--wp--preset--color--jetpack-green-60) !important;}.has-gray-0-border-color{border-color: var(--wp--preset--color--gray-0) !important;}.has-gray-70-border-color{border-color: var(--wp--preset--color--gray-70) !important;}.has-gray-40-border-color{border-color: var(--wp--preset--color--gray-40) !important;}.has-blue-0-border-color{border-color: var(--wp--preset--color--blue-0) !important;}.has-blue-50-border-color{border-color: var(--wp--preset--color--blue-50) !important;}.has-green-0-border-color{border-color: var(--wp--preset--color--green-0) !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;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}.has-xxl-font-size{font-size: var(--wp--preset--font-size--xxl) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.645), 1.5em);line-height: 1.6;}
</style>
<link crossorigin="anonymous" rel="stylesheet" id="all-css-18-1" href="https://s0.wp.com/_static/??-eJyVj0sOwjAMRC+EMbBpN4izpMGkKc5HsauI25MKVQKVBUhezFjjZw3WDDZFpagYZsg8Ox8FCw2cXJMOrbzbfbM7/H7kKAEna9Sn+GHgxsaXzamOFEjQ9BYn0mzsPRBEqij6YNrE2Q+4EJnAzSRCBaR6tSMVXAVUf3Wka25d//F6qZuNo0bSseVLbNTWfpDfIQvDJmaTxQ+vJpdwPnanrs2h76Yng6SLRw==&amp;cssminify=yes" type="text/css" media="all">
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link crossorigin="anonymous" rel="stylesheet" id="all-css-20-1" href="https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423i&amp;cssminify=yes" type="text/css" media="all">
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/wp-content/js/mobile-useragent-info.js?m=1609849039i"></script>
<script type="text/javascript" src="https://v0.wordpress.com/js/videojs/videopress-iframe-api.js?ver=6.7-beta2-59230" id="videopress_iframe_api-js"></script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/moon\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"};
/* ]]> */
</script>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/wp-content/js/rlt-proxy.js?m=1720530689i"></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
	rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
/* ]]> */
</script>
<script type="text/javascript" crossorigin="anonymous" src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.4.0/build/hooks/index.min.js?m=1728516282i&amp;ver=84e753e2b66eb7028d38" id="wp-hooks-js"></script>
<script type="text/javascript" crossorigin="anonymous" src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.4.0/build/i18n/index.min.js?m=1728516282i&amp;ver=5baa98e4345eccc97e24" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" id="media-video-jwt-bridge-js-extra">
/* <![CDATA[ */
var videopressAjax = {"ajaxUrl":"https:\/\/jetpackme.wordpress.com\/wp-admin\/admin-ajax.php","bridgeUrl":"\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/jetpack_vendor\/automattic\/jetpack-videopress\/build\/lib\/token-bridge.js","post_id":"265143"};
/* ]]> */
</script>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/_static/??-eJyVjtEOgjAMRX/I0WiC7MX4KQZYxW6sXdjG/HxnosT4xmNvzrm3UIIahRNyAp9VmPNEHMFiCv3oPjd4Ef5mtxXZyAJ9TuL7lGjc6JUMSlgwRhgyzQZmGiCJQ1bDQmbCxsYD/CymB3qM0Outw6NiLGDrC7Fi4mifFP7pGt7pqQoZKbHxxHvq3uZM7HCp1tVfjt2p1Vqfu9a+AJFGc2w="></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jetpackme.wordpress.com/xmlrpc.php?rsd">
<meta name="generator" content="WordPress.com">
<link rel="shortlink" href="https://wp.me/P1moTy-16Yv">
	<style>
		@font-face {
			font-family: Recoleta;
			font-display: swap;
			src: url('https://s1.wp.com/i/fonts/recoleta/400.woff2')
		}
	</style>
	<link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fjetpack.com%2F&amp;for=wpcom-auto-discovery"><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fjetpack.com%2F&amp;for=wpcom-auto-discovery">
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="Jetpack — Essential Security &amp; Performance for WordPress">
<meta property="og:description" content="The ultimate WordPress plugin for security, backups, site performance, and growth tools">
<meta property="og:url" content="https://jetpack.com/">
<meta property="og:site_name" content="Jetpack">
<meta property="og:image" content="https://jetpack.com/wp-content/uploads/2024/07/jpcom-homepage.webp">
<meta property="og:image:width" content="850">
<meta property="og:image:height" content="478">
<meta property="og:image:alt" content="">
<meta property="og:locale" content="en_US">
<meta property="article:publisher" content="https://www.facebook.com/WordPresscom">
<meta name="twitter:site" content="@jetpack">
<meta name="twitter:text:title" content="Homepage">
<meta name="twitter:image" content="https://jetpack.com/wp-content/uploads/2024/07/jpcom-homepage.webp?w=640">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="The ultimate WordPress plugin for security, backups, site performance, and growth tools">
<meta name="twitter:app:name:iphone" content="Jetpack">
<meta name="twitter:app:id:iphone" content="1565481562">
<meta name="twitter:app:name:ipad" content="Jetpack">
<meta name="twitter:app:id:ipad" content="1565481562">
<meta name="twitter:app:name:googleplay" content="Jetpack">
<meta name="twitter:app:id:googleplay" content="com.jetpack.android">

<!-- End Jetpack Open Graph Tags -->
<link rel="openid.server" href="https://jetpack.com/?openidserver=1">
<link rel="openid.delegate" href="https://jetpack.com/">
<link rel="search" type="application/opensearchdescription+xml" href="https://jetpack.com/osd.xml" title="Jetpack">
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com">
<meta name="parsely-title" content="Jetpack">
<meta name="parsely-link" content="https://jetpack.com">
<meta name="parsely-type" content="index">
<meta property="fediverse:creator" name="fediverse:creator" content="[email protected]">
<meta name="ahrefs-site-verification" content="6fa21ec91fd22f37a48517db6b327918614366e821de0edc5b7f323cd1fc9dd4">
<link rel="canonical" href="https://jetpack.com/">
<script type="application/ld+json">
{"@context":"https:\/\/schema.org","@graph":[{"@type":"Corporation","@id":"https:\/\/automattic.com\/#organization","url":"https:\/\/automattic.com\/","name":"Automattic","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"We don\u2019t make software for free, we make it for freedom.","description":"We are the people behind <a href=\"https:\/\/wordpress.com\/\">WordPress.com<\/a>, <a href=\"https:\/\/woocommerce.com\/\">WooCommerce<\/a>, <a href=\"https:\/\/jetpack.com\/\">Jetpack<\/a>, <a href=\"https:\/\/simplenote.com\/\">Simplenote<\/a>, <a href=\"https:\/\/longreads.com\/\">Longreads<\/a>, <a href=\"https:\/\/vaultpress.com\/\">VaultPress<\/a>, <a href=\"https:\/\/akismet.com\/\">Akismet<\/a>, <a href=\"https:\/\/gravatar.com\/\">Gravatar<\/a>, <a href=\"\">Crowdsignal<\/a>, <a href=\"https:\/\/cloudup.com\/\">Cloudup<\/a>, and more. We believe in making the web a better place, and <a href=\"https:\/\/github.com\/Automattic\">we believe in Open Source<\/a>. The vast majority of our work is available under the GPL.","logo":{"@type":"ImageObject","@id":"https:\/\/automattic.com\/#logo","url":"https:\/\/automattic.com\/wp-content\/themes\/a8c\/automattic-2011\/images\/automattic-logo-2x.png","width":552,"height":60,"caption":"Automattic"},"image":{"@id":"https:\/\/automattic.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=retro&r=g","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1730,"sameAs":["https:\/\/twitter.com\/automattic","https:\/\/www.facebook.com\/AutomatticInc","https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/www.youtube.com\/c\/automattic"],"subOrganization":{"@id":"https:\/\/jetpack.com\/#organization"}},{"@type":"Organization","@id":"https:\/\/jetpack.com\/#organization","url":"https:\/\/jetpack.com\/","name":"Jetpack.com","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"Safer. Faster. More traffic.","description":"The ultimate WordPress plugin for security, backups, site performance, and growth tools.","logo":{"@type":"ImageObject","@id":"https:\/\/jetpack.com\/#logo","url":"https:\/\/jetpack.com\/wp-content\/themes\/a8c\/jetpackme-new\/images-2019\/jetpack-logo.png","width":700,"height":400,"caption":"Jetpack"},"image":{"@id":"https:\/\/jetpack.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=retro&r=g","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1730,"sameAs":["https:\/\/twitter.com\/jetpack","https:\/\/www.facebook.com\/jetpackme","https:\/\/www.linkedin.com\/company\/jetpack-for-wordpress\/","https:\/\/www.youtube.com\/JetpackOfficial"],"parentOrganization":{"@id":"https:\/\/automattic.com\/#organization"}},{"@type":"WebSite","@id":"https:\/\/jetpack.com\/#website","url":"https:\/\/jetpack.com\/","name":"Jetpack","description":"The ultimate WordPress plugin for security, backups, site performance, and growth tools","potentialAction":{"@type":"SearchAction","target":"https:\/\/jetpack.com\/search\/{search_term_string}\/","query-input":"required name=search_term_string"},"publisher":{"@id":"https:\/\/jetpack.com\/#organization"},"image":{"@id":"https:\/\/jetpack.com\/#logo"},"sameAs":["https:\/\/twitter.com\/jetpack","https:\/\/www.facebook.com\/jetpackme","https:\/\/www.linkedin.com\/company\/jetpack-for-wordpress\/","https:\/\/www.youtube.com\/JetpackOfficial"]},{"@type":"BreadcrumbList","@id":"https:\/\/jetpack.com\/#breadcrumbs","itemListElement":[{"@type":"ListItem","position":0,"item":{"@type":"WebSite","@id":"https:\/\/jetpack.com\/#website-breadcrumb","url":"https:\/\/jetpack.com\/","name":"Home"}},{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/jetpack.com\/#webpage-breadcrumb","url":"https:\/\/jetpack.com\/","name":"Jetpack \u2014 Essential Security & Performance for WordPress"}}]},{"@type":"ImageObject","@id":"https:\/\/jetpack.com\/#primaryimage","url":"https:\/\/jetpack.com\/wp-content\/uploads\/2020\/07\/jetpack-crm-announcement.png?w=1200","width":1200,"height":540,"caption":"Jetpack \u2014 Essential Security & Performance for WordPress"},{"@type":"WebPage","@id":"https:\/\/jetpack.com\/#webpage","url":"https:\/\/jetpack.com\/","name":"Jetpack \u2014 Essential Security & Performance for WordPress","description":"The ultimate WordPress plugin for security, backups, site performance, and growth tools","inLanguage":"en","isPartOf":{"@id":"https:\/\/jetpack.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jetpack.com\/#primaryimage"},"breadcrumb":{"@id":"https:\/\/jetpack.com\/#breadcrumbs"},"publisher":{"@id":"https:\/\/jetpack.com\/#organization"},"about":{"@id":"https:\/\/jetpack.com\/#organization"}}]}
</script>
		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}

			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}

			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}

			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}

			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}

			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}

			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="application-name" content="Jetpack"><meta name="msapplication-window" content="width=device-width;height=device-height"><meta name="msapplication-tooltip" content="The ultimate WordPress plugin for security, backups, site performance, and growth tools"><link rel="icon" href="https://jetpack.com/wp-content/uploads/2022/06/cropped-jp-favicon-new-3.png?w=32" sizes="32x32">
<link rel="icon" href="https://jetpack.com/wp-content/uploads/2022/06/cropped-jp-favicon-new-3.png?w=192" sizes="192x192">
<link rel="apple-touch-icon" href="https://jetpack.com/wp-content/uploads/2022/06/cropped-jp-favicon-new-3.png?w=180">
<meta name="msapplication-TileImage" content="https://jetpack.com/wp-content/uploads/2022/06/cropped-jp-favicon-new-3.png?w=270">
			<link rel="stylesheet" id="custom-css-css" type="text/css" href="https://s0.wp.com/?custom-css=1&amp;csblog=1moTy&amp;cscache=6&amp;csrev=461">
			<!-- Your Google Analytics Plugin is missing the tracking ID -->
	<script>document.querySelector('html').classList.remove('no-js');</script>
<script src="https://s0.wp.com/wp-includes/js/wp-emoji-release.min.js?m=1719498190i&amp;ver=6.7-beta2-59230" defer=""></script><link rel="stylesheet" type="text/css" href="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&amp;ver=9d1725f327b1ce30525f"><style>:root{--cookiebanner-height:100%}.a8c-cookie-banner.a8c-cookie-banner-v1{display:flex;justify-content:space-between;max-width:800px}@media only screen and (max-width: 659px){.a8c-cookie-banner.a8c-cookie-banner-v1{flex-direction:column}.a8c-cookie-banner.a8c-cookie-banner-v1 .a8c-cookie-banner__simple-text-description{width:100%}}@media only screen and (max-width: 850px){.a8c-cookie-banner.a8c-cookie-banner-v1{left:25px;right:25px;width:auto;transform:none;gap:10px;align-items:center;max-width:auto}.a8c-cookie-banner.a8c-cookie-banner-v1 .a8c-cookie-banner__simple-text-description{width:100%}}.a8c-cookie-banner{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;display:flex;position:fixed;flex-shrink:0;top:auto;left:50%;transform:translate(-50%);max-width:900px;width:100%;bottom:25px;margin:0;max-height:calc(var(--cookiebanner-height) - 90px);z-index:1000000;padding:20px;background-color:#fff;box-shadow:0px 8px 16px rgba(0,0,0,.2),0px 1px 3px rgba(0,0,0,.15),0px 1px 0px rgba(0,0,0,.05);border-radius:6px;animation:fadeIn .6s;box-sizing:border-box;color:#000}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.a8c-cookie-banner *{box-sizing:border-box;margin:0;padding:0}.a8c-cookie-banner p{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-weight:normal;line-height:18px}.a8c-cookie-banner p .no-wrap{white-space:nowrap}.a8c-cookie-banner p:not(:first-child){margin:18px 0 0 0}.a8c-cookie-banner a{color:#117ac9;font-weight:normal;text-decoration:underline}.a8c-cookie-banner a:hover,.a8c-cookie-banner a:active,.a8c-cookie-banner a:focus{text-decoration:none}.a8c-cookie-banner .a8c-cookie-banner__simple-text-description{color:#000;font-weight:400;font-size:14px;line-height:18px}.a8c-cookie-banner .a8c-cookie-banner__simple-options{display:flex;justify-content:space-between;gap:25px}.a8c-cookie-banner .a8c-cookie-banner__simple-options .a8c-cookie-banner__button-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.a8c-cookie-banner .a8c-cookie-banner__options-selection{display:none;flex-direction:column;overflow-y:auto}.a8c-cookie-banner .a8c-cookie-banner__options-selection .a8c-cookie-banner__options-lead-text{margin-bottom:12px;padding-bottom:12px;flex:1}.a8c-cookie-banner .a8c-cookie-banner__options-selection .a8c-cookie-banner__bucket-container{padding-bottom:10px;display:grid;grid-template-columns:40px 6fr;grid-column-gap:10px}.a8c-cookie-banner .a8c-cookie-banner__options-selection .a8c-cookie-banner__bucket-container .a8c-cookie-banner__option-description{display:flex;flex-direction:column;font-size:14px;line-height:22px}.a8c-cookie-banner .a8c-cookie-banner__options-selection .a8c-cookie-banner__bucket-container .a8c-cookie-banner__checkbox-container{margin-top:3px}.a8c-cookie-banner .a8c-cookie-banner__options-selection .a8c-cookie-banner__bucket-container p{color:#000;margin-top:5px}.a8c-cookie-banner .a8c-cookie-banner__options-selection input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;border:0;outline:0;cursor:pointer;box-sizing:unset;transition:ease .3s;-webkit-transition:ease .3s;-moz-transition:ease .3s;-o-transition:ease .3s;height:24px;width:36px;background:rgba(0,0,0,0)}.a8c-cookie-banner .a8c-cookie-banner__options-selection input[type=checkbox]:after{content:"";width:36px;height:18px;display:block;background:rgba(0,0,0,0);border-radius:18px;border:1px solid #000;clear:both;box-sizing:content-box}.a8c-cookie-banner .a8c-cookie-banner__options-selection input[type=checkbox]:before{content:"";width:12px;height:12px;display:block;position:absolute;left:4px;top:4px;border-radius:50%;background-color:#000;box-sizing:content-box}.a8c-cookie-banner .a8c-cookie-banner__options-selection input[type=checkbox]:checked:before{left:22px;background-color:#fff}.a8c-cookie-banner .a8c-cookie-banner__options-selection input[type=checkbox]:checked:after{background:#117ac9;border-color:#117ac9}.a8c-cookie-banner .a8c-cookie-banner__options-selection input[type=checkbox]:disabled:after{background-color:#aaa;border-color:#aaa}.a8c-cookie-banner a.a8c-cookie-banner__ok-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-all-button,.a8c-cookie-banner a.a8c-cookie-banner__customize-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-selection-button{min-width:110px;max-width:500px;border-radius:4px;padding:10px;text-align:center;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;border-radius:4px;white-space:nowrap}.a8c-cookie-banner a.a8c-cookie-banner__customize-button{color:#000;background-color:#fff}.a8c-cookie-banner a.a8c-cookie-banner__ok-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-all-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-selection-button{color:#fff;background:#117ac9}.a8c-cookie-banner a.a8c-cookie-banner__accept-selection-button{display:block;width:auto;min-width:150px;margin:18px auto 0 auto}@media only screen and (max-width: 900px){.a8c-cookie-banner .a8c-cookie-banner__simple-text-description{width:100%}.a8c-cookie-banner .a8c-cookie-banner__simple-options{flex-direction:column;gap:0}.a8c-cookie-banner .a8c-cookie-banner__simple-options .a8c-cookie-banner__button-container{align-self:flex-end;align-items:baseline}.a8c-cookie-banner .a8c-cookie-banner__simple-text-description{max-width:none;width:auto}.a8c-cookie-banner a.a8c-cookie-banner__ok-button,.a8c-cookie-banner a.a8c-cookie-banner__customize-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-all-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-selection-button{display:block;position:static;transform:none;width:auto;margin:0 auto}.a8c-cookie-banner a.a8c-cookie-banner__accept-all-button{margin:5px auto 0 auto}.a8c-cookie-banner a.a8c-cookie-banner__ok-button,.a8c-cookie-banner a.a8c-cookie-banner__customize-button,.a8c-cookie-banner a.a8c-cookie-banner__accept-selection-button{margin:18px auto 0 auto}.a8c-cookie-banner a.a8c-cookie-banner__accept-selection-button{min-width:150px}}</style><style>.a8c-do-not-sell,.a8c-do-not-sell *{box-sizing:border-box;z-index:50002}.a8c-do-not-sell{display:flex;position:fixed;top:0;left:0;width:100%;height:100%}.a8c-do-not-sell__dialog{position:relative;display:flex;flex-direction:column;position:relative;margin:auto;width:100%;max-width:700px;height:inherit;max-height:800px;background-color:#fff;z-index:1;overflow-y:auto;box-shadow:0px 8px 16px rgba(0,0,0,.2),0px 1px 3px rgba(0,0,0,.15),0px 1px 0px rgba(0,0,0,.05);border-radius:6px}.a8c-do-not-sell__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding:1rem 2rem}.a8c-do-not-sell__close-button{background:none;border:none;margin:0;padding:0}.a8c-do-not-sell__close-button:after{display:inline-block;content:"×";font-size:28px;transform:translateX(1px)}.a8c-do-not-sell__title{font-size:24px;margin:0;font-family:sans-serif}.a8c-do-not-sell__content{display:flex;flex-direction:column;margin:0 2rem 1rem}.a8c-do-not-sell__content p{font-size:15px;font-family:sans-serif;font-weight:normal;line-height:150%;margin:1em 0}.a8c-do-not-sell__footer{display:flex;justify-content:flex-end;border-top:1px solid #e0e0e0;padding:1rem 2rem}.a8c-do-not-sell__preference{display:flex;align-items:center;border-top:1px solid #e0e0e0;padding:1rem 2rem;font-size:18px}#a8c-do-not-sell.a8c-do-not-sell__checkbox{margin-right:1rem;appearance:checkbox;width:18px;height:18px}.a8c-do-not-sell__button{color:#fff;background-color:rgba(0,0,0,.8);border:1px solid #e0e0e0;padding:10px;border-radius:4px;text-align:center}.a8c-do-not-sell__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:0}</style></head>

<body class="home page-template page-template-page-with-corner-blobs page-template-page-with-corner-blobs-php page page-id-265143 wp-embed-responsive jps-theme-a8c/jetpackme-new customizer-styles-applied jetpack-reblog-enabled">

<div class="corner-color-blobs " style="display: none" aria-hidden="true">
		<div class="blue"></div>
	<div class="yellow"></div>
	<div class="green"></div>
	
	</div>

<script>
	jetpackMeReady( function() {
		// Random movement animation
		'use strict';

		// Generates random number in the range [-200, -100]U[100, 200]
		const getRandomNumber = () => {
			const num = Math.floor( Math.random() * 100 ) + 100;

			return num % 2 === 0 ? num * -1 : num;
		}

		const animateBlob = ( blob, xOrig, yOrig ) => {
			const xMove = getRandomNumber();
			const yMove = getRandomNumber();

			// Using translate3d because it generally gets better performance than 2d
			// Evidence: https://github.com/tailwindlabs/tailwindcss/pull/1380
			const animSteps = {
				transform: [ 
					`translate3d( ${xOrig}px, ${yOrig}px, 0px )`,
					`translate3d( ${xMove}px, ${yMove}px, 0px )`,
				],
			}

			const animOptions = {
				// Make each animation the same speed by increasing duration by 15ms for each pixel moved
				duration: Math.sqrt( Math.pow( xOrig - xMove, 2 ) + Math.pow( yOrig - yMove, 2 ) ) * 15,
				iterations: 1,
				fill: 'forwards',
			}

			const anim = blob.animate( animSteps, animOptions );

			Promise.all( 
				blob
					.getAnimations()
					.map( animation => {
						return animation.finished;	
					} )
				).then( () => {
					anim.commitStyles();

					// Call animation recursively once previous one is complete
					window.requestAnimationFrame( () => {
						animateBlob( blob, xMove, yMove );
					} );
				} );
		}

		// Check if "prefers reduced motion" is active in user settings
		const isReduced = window.matchMedia( `(prefers-reduced-motion: reduce)` ) === true || window.matchMedia( `(prefers-reduced-motion: reduce)` ).matches === true;
		
		// Watch for small devices to disable animation for mobile devices
		const mediaWatcher = window.matchMedia( '(max-width: 900px)' );

		const blobs = document.querySelectorAll( '.corner-color-blobs div:not(.with-loops)' );

		if ( ! isReduced && ! mediaWatcher.matches ) {
			// Calls recursive function for each blob
			for ( const blob of blobs ) {
				window.requestAnimationFrame( () => {
					animateBlob( blob, 0, 0 );	
				} );
			}
		}
	} );
</script>
	<header class="mast">
		

<header id="jetpack-header" class="header js-header">

	<nav class="header__content">

		<a class="header__skip" href="#content">
			Skip to main content		</a>

		
<a href="https://jetpack.com/" aria-label="Jetpack home" class="home-link header__home-link">
	
<svg class="jetpack-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 139.93 38" aria-hidden="true" width="140" height="38">
	<path class="jetpack-emblem" d="M19,0A19,19,0,1,0,38,19,19,19,0,0,0,19,0ZM18,22.15H8.56L18,3.73Zm1.92,12.08V15.81h9.47Z"></path>
	<path d="M49.06,31.55c-.54-.84-1.05-1.67-1.56-2.47,2.68-1.63,3.59-2.94,3.59-5.4V9.43H47.94V6.71h6.7V23C54.64,27.09,53.45,29.41,49.06,31.55Z"></path>
	<path d="M77.16,21.83c0,1.38,1,1.52,1.63,1.52a9.6,9.6,0,0,0,2.32-.43v2.53A10.63,10.63,0,0,1,77.6,26c-1.75,0-3.78-.65-3.78-3.69V14.87H72V12.29h1.84V8.48h3.34v3.81h4.21v2.58H77.16Z"></path>
	<path d="M84.12,32.81V12.26h3.19v1.23a7,7,0,0,1,4.43-1.6c3,0,5.4,2.11,5.4,6.64S94.53,26,90.21,26a12.79,12.79,0,0,1-2.75-.33v7.11H84.12Zm6.75-18.16a5.38,5.38,0,0,0-3.38,1.49v7a11.81,11.81,0,0,0,2.51.26c2.35,0,3.69-1.49,3.69-4.61C93.69,15.92,92.72,14.65,90.87,14.65Z"></path>
	<path d="M110.27,25.71h-3.12V24.22h-.08A6.89,6.89,0,0,1,102.65,26,3.62,3.62,0,0,1,99,22.12c0-3.45,2.94-4.1,5-4.39l2.94-.4v-.4c0-1.81-.73-2.39-2.43-2.39a13.37,13.37,0,0,0-4.39.91l-.29-2.69a17,17,0,0,1,5.11-.87c3.26,0,5.37,1.31,5.37,5.19v8.63Zm-3.34-6.27-2.76.43a1.79,1.79,0,0,0-1.7,1.85,1.5,1.5,0,0,0,1.52,1.7,5.51,5.51,0,0,0,2.94-1.23Z"></path>
	<path d="M124,25.27a12.15,12.15,0,0,1-4.17.76c-5,0-7-2.86-7-7,0-4.39,2.75-7.11,7.21-7.11a10.91,10.91,0,0,1,3.81.66v2.82a11.45,11.45,0,0,0-3.77-.76c-2,0-3.77,1.09-3.77,4.21,0,3.44,1.74,4.49,4,4.49a10,10,0,0,0,3.77-.83v2.79Z"></path>
	<path d="M130.35,18.06c.29-.33.51-.66,4.72-5.77h4.35L134,18.67l6,7.07h-4.36l-5.18-6.38v6.38h-3.34v-19h3.34V18.06Z"></path>
	<path d="M69.47,25.27a15.54,15.54,0,0,1-5,.76c-4.28,0-6.93-2.13-6.93-7.14,0-3.66,2.25-7,6.56-7s5.77,3,5.77,5.8c0,.95-.07,1.46-.11,2H61.17c.07,2.94,1.74,3.62,4.24,3.62a11.57,11.57,0,0,0,4-.83v2.79Zm-3-7.79c0-1.63-.55-3.05-2.32-3.05s-2.69,1.2-2.9,3.05Z"></path>
</svg>
</a>

		<a class="header__mobile-btn mobile-btn js-mobile-btn" href="#mobile-menu" aria-expanded="false" style="display:none;">
			<span class="mobile-btn__icon" aria-hidden="true">
				<span class="mobile-btn__inner"></span>
			</span>

			<span class="mobile-btn__label">
				Menu			</span>
		</a>

		<div class="header__nav-wrapper js-mobile-menu" id="mobile-menu">
			<ul class="header__sections-list js-nav-list">
														<li class="">
						<a class="header__menu-btn js-menu-btn" href="#" aria-expanded="false">
								Products
								<svg class="gridicon gridicons-chevron-down" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"></path></g></svg>						</a>

												<div id="products" class="header__submenu js-menu js" tabindex="-1" aria-label="
							Products menu							" hidden="">
							<div class="header__submenu-content">
								<div class="header__submenu-wrapper">
									<button class="header__back-btn js-menu-back" style="display:none;">
										<svg class="gridicon gridicons-chevron-left" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M14 20l-8-8 8-8 1.414 1.414L8.828 12l6.586 6.586"></path></g></svg>										Back									</button>

									<ul class="header__submenu-categories-list">
																				<li>
																						<a class="header__submenu-category header__submenu-link" href="https://jetpack.com/features/security/">
												<span class="header__submenu-label">
													Security												</span>
											</a>
											
											<ul class="header__submenu-links-list">
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/upgrade/backup/">
														<span class="header__submenu-label">
															VaultPress Backup														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/upgrade/scan/">
														<span class="header__submenu-label">
															Scan														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/upgrade/anti-spam/">
														<span class="header__submenu-label">
															Akismet Anti-spam														</span>
													</a>
												</li>
																							</ul>
										</li>
																				<li>
																						<a class="header__submenu-category header__submenu-link" href="https://jetpack.com/features/performance/">
												<span class="header__submenu-label">
													Performance												</span>
											</a>
											
											<ul class="header__submenu-links-list">
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/upgrade/search/">
														<span class="header__submenu-label">
															Site Search														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/boost/">
														<span class="header__submenu-label">
															Boost														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/videopress/">
														<span class="header__submenu-label">
															VideoPress														</span>
													</a>
												</li>
																							</ul>
										</li>
																				<li>
																						<a class="header__submenu-category header__submenu-link" href="https://jetpack.com/features/growth/">
												<span class="header__submenu-label">
													Growth												</span>
											</a>
											
											<ul class="header__submenu-links-list">
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/ai/">
														<span class="header__submenu-label">
															AI Assistant														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/stats/">
														<span class="header__submenu-label">
															Stats														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/social/">
														<span class="header__submenu-label">
															Social														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpackcrm.com/?utm_medium=automattic_referred&amp;utm_source=jpcom_header">
														<span class="header__submenu-label">
															CRM														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/blaze/">
														<span class="header__submenu-label">
															Blaze														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/creator/">
														<span class="header__submenu-label">
															Creator														</span>
													</a>
												</li>
																							</ul>
										</li>
																				<li>
																						<a class="header__submenu-category header__submenu-link" href="https://jetpack.com/pro-dashboard/">
												<span class="header__submenu-label">
													Management												</span>
											</a>
											
											<ul class="header__submenu-links-list">
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/for-agencies/">
														<span class="header__submenu-label">
															For Agencies														</span>
													</a>
												</li>
																								<li>
													<a class="header__submenu-link" href="https://jetpack.com/mobile/">
														<span class="header__submenu-label">
															Mobile app														</span>
													</a>
												</li>
																							</ul>
										</li>
																			</ul>

									<div class="header__submenu-bundles-section">
										<div class="header__submenu-bundles-wrapper">
											<p class="header__submenu-category-title">
												Product Bundles											</p>

											<ul class="header__submenu-bundles-list">
																									<li>
														<a class="header__submenu-link" href="https://jetpack.com/complete/">
															<p class="header__submenu-label">
																<span>
																	Complete																</span>
															</p>

															<div class="header__submenu-bundle-icons">
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path d="M17.0225 21.8095C17.0075 21.7046 17 21.6072 17 21.5173C17 21.2027 17.0749 20.9106 17.2247 20.6409C17.4195 20.2814 17.7116 20.0117 18.1011 19.8319L28.4382 16.1465C28.618 16.0866 28.8052 16.0566 29 16.0566L29.5618 16.1465L39.8989 19.8319C40.2884 20.0117 40.5805 20.2814 40.7753 20.6409C40.9251 20.9256 41 21.2177 41 21.5173C41 21.6072 40.9925 21.7046 40.9775 21.8095C40.9775 21.8244 40.97 21.8694 40.9551 21.9443C40.8352 22.4836 40.7004 23.0304 40.5506 23.5847C40.4007 24.1241 40.1311 25.0454 39.7416 26.3488C39.3521 27.6521 38.8727 28.9405 38.3034 30.2139C37.7491 31.4874 37.0899 32.8656 36.3258 34.3488C35.5768 35.8169 34.6554 37.2626 33.5618 38.6859C32.4831 40.1091 31.3296 41.375 30.1011 42.4836C29.8015 42.7832 29.427 42.933 28.9775 42.933C28.5581 42.933 28.1985 42.7832 27.8989 42.4836C26.3708 41.1203 24.9551 39.4799 23.6517 37.5623C22.3483 35.6447 21.3146 33.8619 20.5506 32.2139C19.7865 30.566 19.1124 28.8956 18.5281 27.2027C17.9588 25.4948 17.5768 24.2514 17.382 23.4724C17.2022 22.6933 17.0824 22.139 17.0225 21.8095ZM18.0112 21.9443C18.0412 22.139 18.1011 22.4387 18.191 22.8432C18.2959 23.2327 18.4831 23.8993 18.7528 24.8432C19.0225 25.772 19.3221 26.7308 19.6517 27.7196C19.9963 28.6933 20.4532 29.8244 21.0225 31.1128C21.6067 32.3862 22.2285 33.6072 22.8876 34.7757C23.5618 35.9443 24.3708 37.1428 25.3146 38.3712C26.2584 39.5997 27.2547 40.6859 28.3034 41.6297C28.5131 41.7795 28.7453 41.8544 29 41.8544C29.2547 41.8544 29.4719 41.7795 29.6517 41.6297C31.1049 40.3263 32.4457 38.7608 33.6742 36.933C34.9176 35.1053 35.8914 33.4199 36.5955 31.8769C37.3146 30.3188 37.9513 28.7158 38.5056 27.0679C39.0599 25.405 39.4195 24.2289 39.5843 23.5398C39.764 22.8506 39.8839 22.3188 39.9438 21.9443C39.9588 21.8694 39.9663 21.7945 39.9663 21.7196C39.9813 21.5548 39.9438 21.39 39.8539 21.2252C39.7341 20.9855 39.5543 20.8207 39.3146 20.7308L29.3371 17.1353C29.2921 17.1353 29.2322 17.1278 29.1573 17.1128C29.0824 17.0978 29.0225 17.0903 28.9775 17.0903L28.6629 17.1353L18.6854 20.7308C18.4457 20.8207 18.2659 20.9855 18.1461 21.2252C18.0562 21.39 18.0037 21.5623 17.9888 21.742C17.9888 21.8169 17.9963 21.8844 18.0112 21.9443ZM21.7865 22.8432H25.5618L28.9775 31.6072L32.4382 22.8432H36.2135C36.1236 23.0679 36.0037 23.3975 35.8539 23.8319C35.7041 24.2514 35.5618 24.6334 35.427 24.978C35.2921 25.3226 35.1498 25.6447 35 25.9443C34.97 26.0042 34.9176 26.0491 34.8427 26.0791C34.7828 26.1091 34.7079 26.139 34.618 26.169C34.5281 26.184 34.4607 26.199 34.4157 26.2139C34.3408 26.2589 34.2734 26.3113 34.2135 26.3712C34.1685 26.4162 34.1236 26.4836 34.0787 26.5735C34.0487 26.6484 34.0187 26.7083 33.9888 26.7533C33.9738 26.7982 33.9438 26.8806 33.8989 27.0005C33.8689 27.1053 33.8464 27.1727 33.8315 27.2027L33.2921 28.551C31.6742 32.6409 30.7154 35.0679 30.4157 35.8319H27.5843L26.3708 32.8656C26.2509 32.5061 26.0412 31.9668 25.7416 31.2477C25.6217 30.8881 25.412 30.3488 25.1124 29.6297L24.4382 27.9668C24.3783 27.8319 24.3109 27.6521 24.236 27.4274C24.161 27.2027 24.0787 27.0005 23.9888 26.8207C23.9139 26.6409 23.809 26.4686 23.6742 26.3038C23.6142 26.2439 23.5468 26.2065 23.4719 26.1915C23.397 26.1615 23.3146 26.1465 23.2247 26.1465C23.1348 26.1465 23.0749 26.139 23.0449 26.1241C22.6704 25.2102 22.2509 24.1166 21.7865 22.8432Z" fill="#F6F6F4"></path>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<g clip-path="url(#clip0_3682_9359)">
<path d="M30.6446 22.0212L35.6566 35.1915C36.0889 36.3184 36.7529 36.7269 37.8885 36.8223C37.93 36.8242 37.9706 36.8346 38.008 36.8528C38.0453 36.871 38.0785 36.8967 38.1055 36.9282C38.1325 36.9598 38.1527 36.9965 38.165 37.0361C38.1772 37.0758 38.1812 37.1176 38.1767 37.1588C38.1783 37.2014 38.1715 37.2439 38.1567 37.2839C38.1418 37.3239 38.1191 37.3605 38.09 37.3916C38.0609 37.4228 38.0258 37.4478 37.9869 37.4654C37.9481 37.4829 37.9061 37.4925 37.8634 37.4938H32.3737C32.3293 37.4948 32.2852 37.4869 32.244 37.4705C32.2027 37.454 32.1652 37.4294 32.1338 37.3981C32.1023 37.3668 32.0775 37.3295 32.0609 37.2884C32.0442 37.2472 32.0361 37.2032 32.037 37.1588C32.0337 37.1158 32.0394 37.0725 32.0537 37.0318C32.068 36.9911 32.0906 36.9537 32.12 36.9221C32.1494 36.8905 32.185 36.8654 32.2247 36.8482C32.2643 36.831 32.307 36.8222 32.3502 36.8223C32.9015 36.8223 33.5265 36.6783 33.5265 36.0069C33.5216 35.7269 33.4642 35.4503 33.3573 35.1915L32.1544 32.0003C32.1059 31.8563 32.0824 31.8077 31.9383 31.8077H27.357C26.6365 31.8077 25.7485 31.8077 25.3397 32.7202L24.2433 35.1915C24.1318 35.4157 24.0663 35.66 24.0507 35.9099C24.0507 36.7738 25.1799 36.8223 25.7735 36.8223C25.8167 36.8222 25.8595 36.831 25.8991 36.8482C25.9387 36.8654 25.9744 36.8905 26.0038 36.9221C26.0332 36.9537 26.0558 36.9911 26.07 37.0318C26.0843 37.0725 26.09 37.1158 26.0868 37.1588C26.0877 37.2032 26.0795 37.2474 26.0627 37.2885C26.046 37.3297 26.021 37.367 25.9893 37.3982C25.9577 37.4294 25.92 37.4538 25.8786 37.47C25.8372 37.4861 25.7929 37.4937 25.7485 37.4922H20.8774C20.8331 37.4933 20.7891 37.4853 20.7479 37.4689C20.7068 37.4524 20.6694 37.4278 20.638 37.3965C20.6067 37.3652 20.5821 37.3278 20.5656 37.2867C20.5491 37.2456 20.5412 37.2015 20.5423 37.1573C20.539 37.1142 20.5447 37.071 20.559 37.0302C20.5733 36.9895 20.5959 36.9522 20.6253 36.9206C20.6547 36.889 20.6903 36.8638 20.73 36.8466C20.7696 36.8294 20.8123 36.8206 20.8555 36.8208C22.0318 36.7488 22.4218 36.1947 22.8713 35.1899L28.657 22.5236C28.9217 21.9711 29.4981 21.4922 30.0259 21.4922C30.4049 21.4938 30.5255 21.7097 30.6446 22.0212ZM26.2591 30.6089C26.2301 30.6516 26.2133 30.7014 26.2105 30.7529C26.2105 30.8014 26.2591 30.8249 26.3546 30.8249H31.1082C31.4434 30.8249 31.5875 30.7529 31.5875 30.5369C31.587 30.4285 31.5624 30.3216 31.5154 30.2239L30.1951 26.6727C29.8818 25.8572 29.4276 24.7789 29.2835 23.8899C29.2835 23.843 29.2584 23.8179 29.2349 23.8179C29.2115 23.8179 29.188 23.843 29.188 23.8899C29.0077 24.5011 28.7745 25.0955 28.491 25.6663L26.2591 30.6089Z" fill="#F6F6F4"></path>
<path d="M30.6446 22.0212L35.6566 35.1915C36.0889 36.3184 36.7529 36.7269 37.8885 36.8223C37.93 36.8242 37.9706 36.8346 38.008 36.8528C38.0453 36.871 38.0785 36.8967 38.1055 36.9282C38.1325 36.9598 38.1527 36.9965 38.165 37.0361C38.1772 37.0758 38.1812 37.1176 38.1767 37.1588C38.1783 37.2014 38.1715 37.2439 38.1567 37.2839C38.1418 37.3239 38.1191 37.3605 38.09 37.3916C38.0609 37.4228 38.0258 37.4478 37.9869 37.4654C37.9481 37.4829 37.9061 37.4925 37.8634 37.4938H32.3737C32.3293 37.4948 32.2852 37.4869 32.244 37.4705C32.2027 37.454 32.1653 37.4294 32.1338 37.3981C32.1023 37.3668 32.0775 37.3295 32.0609 37.2884C32.0442 37.2472 32.0361 37.2032 32.037 37.1588C32.0337 37.1158 32.0394 37.0725 32.0537 37.0318C32.068 36.9911 32.0906 36.9537 32.12 36.9221C32.1494 36.8905 32.185 36.8654 32.2247 36.8482C32.2643 36.831 32.307 36.8222 32.3502 36.8223C32.9015 36.8223 33.5265 36.6783 33.5265 36.0069C33.5216 35.7269 33.4642 35.4503 33.3573 35.1915L32.1544 32.0003C32.1059 31.8563 32.0824 31.8077 31.9383 31.8077H27.357C26.6365 31.8077 25.7485 31.8077 25.3397 32.7202L24.2433 35.1915C24.1318 35.4157 24.0663 35.66 24.0507 35.9099C24.0507 36.7738 25.1799 36.8223 25.7735 36.8223C25.8167 36.8222 25.8595 36.831 25.8991 36.8482C25.9387 36.8654 25.9744 36.8905 26.0038 36.9221C26.0332 36.9537 26.0558 36.9911 26.07 37.0318C26.0843 37.0725 26.09 37.1158 26.0868 37.1588C26.0877 37.2032 26.0795 37.2474 26.0627 37.2885C26.046 37.3297 26.021 37.367 25.9893 37.3982C25.9577 37.4294 25.92 37.4538 25.8786 37.47C25.8372 37.4861 25.7929 37.4937 25.7485 37.4922H20.8774C20.8331 37.4933 20.7891 37.4853 20.7479 37.4689C20.7068 37.4524 20.6694 37.4278 20.638 37.3965C20.6067 37.3652 20.5821 37.3278 20.5656 37.2867C20.5491 37.2456 20.5412 37.2015 20.5423 37.1573C20.539 37.1142 20.5447 37.071 20.559 37.0302C20.5733 36.9895 20.5959 36.9522 20.6253 36.9206C20.6547 36.889 20.6903 36.8638 20.73 36.8466C20.7696 36.8294 20.8123 36.8206 20.8555 36.8208C22.0318 36.7488 22.4218 36.1947 22.8713 35.1899L28.657 22.5236C28.9217 21.9711 29.4981 21.4922 30.0259 21.4922C30.4049 21.4938 30.5255 21.7097 30.6446 22.0212ZM26.2591 30.6089C26.2301 30.6516 26.2133 30.7014 26.2105 30.7529C26.2105 30.8014 26.2591 30.8249 26.3546 30.8249H31.1082C31.4434 30.8249 31.5875 30.7529 31.5875 30.5369C31.587 30.4285 31.5624 30.3216 31.5154 30.2239L30.1951 26.6727C29.8818 25.8572 29.4276 24.7789 29.2835 23.8899C29.2835 23.843 29.2584 23.8179 29.2349 23.8179C29.2115 23.8179 29.188 23.843 29.188 23.8899C29.0077 24.5011 28.7745 25.0955 28.491 25.6663L26.2591 30.6089Z" fill="#F6F6F4"></path>
<path d="M39.6723 30.0451C39.6723 30.6617 39.3231 31.0108 38.6919 31.0108C38.0607 31.0108 37.8101 30.6899 37.8101 30.2C37.8101 29.5834 38.175 29.2344 38.7905 29.2344C39.4061 29.2344 39.6723 29.5693 39.6723 30.0451Z" fill="#F6F6F4"></path>
<path d="M20.8632 30.0642C20.8632 30.6793 20.5124 31.0299 19.8827 31.0299C19.2531 31.0299 18.9978 30.7075 18.9978 30.2176C18.9978 29.6025 19.3627 29.252 19.9783 29.252C20.5938 29.252 20.8632 29.5884 20.8632 30.0642Z" fill="#F6F6F4"></path>
</g>
<defs>
<clipPath id="clip0_3682_9359">
<rect width="20.6667" height="16" fill="white" transform="translate(19 21.4941)"></rect>
</clipPath>
</defs>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.7738 16.7441L38.9716 20.925V27.1575C38.9716 32.4704 35.5594 37.5008 30.7477 39.0877C30.1154 39.2963 29.4322 39.2963 28.7999 39.0877C23.9882 37.5008 20.5759 32.4704 20.5759 27.1575V20.925L29.7738 16.7441ZM22.6199 22.2411V27.1575C22.6199 31.6719 25.543 35.8613 29.4401 37.1466C29.6566 37.218 29.891 37.218 30.1075 37.1466C34.0046 35.8613 36.9277 31.6719 36.9277 27.1575V22.2411L29.7738 18.9894L22.6199 22.2411Z" fill="#F6F6F4"></path>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path d="M18.75 38.1677L25.0577 32.6484" stroke="#F6F6F4" stroke-width="1.75"></path>
<circle cx="30.5769" cy="27.9172" r="7.79808" stroke="#F6F6F4" stroke-width="1.75"></circle>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.0191 20.0566V37.6789L23.9806 34.637V40.161H22.0984L22.0984 34.0666L18.679 33.0304C17.3563 32.6296 16.4518 31.4103 16.4518 30.0282V27.7073C16.4518 26.3252 17.3563 25.106 18.679 24.7051L34.0191 20.0566ZM32.1369 35.1418L23.9806 32.6702L23.9806 25.0653L32.1369 22.5937V35.1418ZM22.0984 25.6357L22.0984 32.0999L19.2249 31.2291C18.6958 31.0688 18.334 30.5811 18.334 30.0282V27.7073C18.334 27.1545 18.6958 26.6668 19.2249 26.5065L22.0984 25.6357ZM36.529 29.8089H41.5483V27.9267H36.529V29.8089ZM41.5483 35.1418L36.529 33.887V32.0048L41.5483 33.2596V35.1418ZM36.529 25.7308L41.5483 24.476V22.5937L36.529 23.8485V25.7308Z" fill="#F6F6F4"></path>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.5" d="M0 7.0497C0 3.42917 2.93502 0.494141 6.55555 0.494141H51.4444C55.065 0.494141 58 3.42916 58 7.0497V51.9386C58 55.5591 55.065 58.4941 51.4444 58.4941H6.55556C2.93502 58.4941 0 55.5591 0 51.9386V7.0497Z" fill="url(#paint0_linear_3682_9380)"></path>
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3492 21.2051C20.3982 21.2051 21.3198 21.8978 21.6071 22.9021L24.4468 32.8324C24.4497 32.8425 24.4544 32.8516 24.4604 32.8596L27.8246 21.2051H29.7067H34.9092C38.5557 21.2051 41 23.5668 41 27.1421C41 30.7585 38.4916 33.0136 34.7489 33.0136H32.2805H29.0998L28.4818 34.9177C27.9277 36.6253 26.3306 37.7824 24.5279 37.7824C22.7253 37.7824 21.1282 36.6253 20.574 34.9177L17.1154 24.2604C16.6256 22.7512 17.7561 21.2051 19.3492 21.2051ZM30.2495 29.471H33.8513C35.4141 29.471 36.3518 28.5772 36.3518 27.1421C36.3518 25.6989 35.4141 24.846 33.8513 24.846H31.7504L30.2495 29.471Z" fill="#F6F6F4"></path>
<defs>
<linearGradient id="paint0_linear_3682_9380" x1="19.3333" y1="-0.857554" x2="47.3224" y2="75.5073" gradientUnits="userSpaceOnUse">
<stop stop-color="#F6F6F4"></stop>
<stop offset="0.526042" stop-color="#F7F4EA"></stop>
<stop offset="1" stop-color="#DDEDD5"></stop>
</linearGradient>
</defs>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9082 19.3957L26.7933 28.981L17.9082 38.5662L18.9841 39.5634L28.3314 29.4796L28.7936 28.981L28.3314 28.4823L18.9841 18.3984L17.9082 19.3957ZM29.124 19.3957L38.009 28.981L29.124 38.5662L30.1998 39.5634L39.5471 29.4796L40.0093 28.981L39.5471 28.4823L30.1998 18.3984L29.124 19.3957Z" fill="#F6F6F4"></path>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path d="M29.8 37.4941L29.8 34.2941C29.8 32.5268 28.3673 31.0941 26.6 31.0941L20.2 31.0941C18.4327 31.0941 17 32.5268 17 34.2941V37.4941" stroke="#F6F6F4" stroke-width="1.75"></path>
<path d="M41 37.4941V34.2941C41 32.5268 39.5673 31.0941 37.8 31.0941H33.8" stroke="#F6F6F4" stroke-width="1.75"></path>
<circle cx="34.6" cy="23.8945" r="3.125" stroke="#F6F6F4" stroke-width="1.75"></circle>
<circle cx="23.4" cy="23.8945" r="3.125" stroke="#F6F6F4" stroke-width="1.75"></circle>
</svg>
																															</div>
														</a>
													</li>
																									<li>
														<a class="header__submenu-link" href="https://jetpack.com/features/security/">
															<p class="header__submenu-label">
																<span>
																	Security																</span>
															</p>

															<div class="header__submenu-bundle-icons">
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path d="M17.0225 21.8095C17.0075 21.7046 17 21.6072 17 21.5173C17 21.2027 17.0749 20.9106 17.2247 20.6409C17.4195 20.2814 17.7116 20.0117 18.1011 19.8319L28.4382 16.1465C28.618 16.0866 28.8052 16.0566 29 16.0566L29.5618 16.1465L39.8989 19.8319C40.2884 20.0117 40.5805 20.2814 40.7753 20.6409C40.9251 20.9256 41 21.2177 41 21.5173C41 21.6072 40.9925 21.7046 40.9775 21.8095C40.9775 21.8244 40.97 21.8694 40.9551 21.9443C40.8352 22.4836 40.7004 23.0304 40.5506 23.5847C40.4007 24.1241 40.1311 25.0454 39.7416 26.3488C39.3521 27.6521 38.8727 28.9405 38.3034 30.2139C37.7491 31.4874 37.0899 32.8656 36.3258 34.3488C35.5768 35.8169 34.6554 37.2626 33.5618 38.6859C32.4831 40.1091 31.3296 41.375 30.1011 42.4836C29.8015 42.7832 29.427 42.933 28.9775 42.933C28.5581 42.933 28.1985 42.7832 27.8989 42.4836C26.3708 41.1203 24.9551 39.4799 23.6517 37.5623C22.3483 35.6447 21.3146 33.8619 20.5506 32.2139C19.7865 30.566 19.1124 28.8956 18.5281 27.2027C17.9588 25.4948 17.5768 24.2514 17.382 23.4724C17.2022 22.6933 17.0824 22.139 17.0225 21.8095ZM18.0112 21.9443C18.0412 22.139 18.1011 22.4387 18.191 22.8432C18.2959 23.2327 18.4831 23.8993 18.7528 24.8432C19.0225 25.772 19.3221 26.7308 19.6517 27.7196C19.9963 28.6933 20.4532 29.8244 21.0225 31.1128C21.6067 32.3862 22.2285 33.6072 22.8876 34.7757C23.5618 35.9443 24.3708 37.1428 25.3146 38.3712C26.2584 39.5997 27.2547 40.6859 28.3034 41.6297C28.5131 41.7795 28.7453 41.8544 29 41.8544C29.2547 41.8544 29.4719 41.7795 29.6517 41.6297C31.1049 40.3263 32.4457 38.7608 33.6742 36.933C34.9176 35.1053 35.8914 33.4199 36.5955 31.8769C37.3146 30.3188 37.9513 28.7158 38.5056 27.0679C39.0599 25.405 39.4195 24.2289 39.5843 23.5398C39.764 22.8506 39.8839 22.3188 39.9438 21.9443C39.9588 21.8694 39.9663 21.7945 39.9663 21.7196C39.9813 21.5548 39.9438 21.39 39.8539 21.2252C39.7341 20.9855 39.5543 20.8207 39.3146 20.7308L29.3371 17.1353C29.2921 17.1353 29.2322 17.1278 29.1573 17.1128C29.0824 17.0978 29.0225 17.0903 28.9775 17.0903L28.6629 17.1353L18.6854 20.7308C18.4457 20.8207 18.2659 20.9855 18.1461 21.2252C18.0562 21.39 18.0037 21.5623 17.9888 21.742C17.9888 21.8169 17.9963 21.8844 18.0112 21.9443ZM21.7865 22.8432H25.5618L28.9775 31.6072L32.4382 22.8432H36.2135C36.1236 23.0679 36.0037 23.3975 35.8539 23.8319C35.7041 24.2514 35.5618 24.6334 35.427 24.978C35.2921 25.3226 35.1498 25.6447 35 25.9443C34.97 26.0042 34.9176 26.0491 34.8427 26.0791C34.7828 26.1091 34.7079 26.139 34.618 26.169C34.5281 26.184 34.4607 26.199 34.4157 26.2139C34.3408 26.2589 34.2734 26.3113 34.2135 26.3712C34.1685 26.4162 34.1236 26.4836 34.0787 26.5735C34.0487 26.6484 34.0187 26.7083 33.9888 26.7533C33.9738 26.7982 33.9438 26.8806 33.8989 27.0005C33.8689 27.1053 33.8464 27.1727 33.8315 27.2027L33.2921 28.551C31.6742 32.6409 30.7154 35.0679 30.4157 35.8319H27.5843L26.3708 32.8656C26.2509 32.5061 26.0412 31.9668 25.7416 31.2477C25.6217 30.8881 25.412 30.3488 25.1124 29.6297L24.4382 27.9668C24.3783 27.8319 24.3109 27.6521 24.236 27.4274C24.161 27.2027 24.0787 27.0005 23.9888 26.8207C23.9139 26.6409 23.809 26.4686 23.6742 26.3038C23.6142 26.2439 23.5468 26.2065 23.4719 26.1915C23.397 26.1615 23.3146 26.1465 23.2247 26.1465C23.1348 26.1465 23.0749 26.139 23.0449 26.1241C22.6704 25.2102 22.2509 24.1166 21.7865 22.8432Z" fill="#F6F6F4"></path>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<g clip-path="url(#clip0_3682_9359)">
<path d="M30.6446 22.0212L35.6566 35.1915C36.0889 36.3184 36.7529 36.7269 37.8885 36.8223C37.93 36.8242 37.9706 36.8346 38.008 36.8528C38.0453 36.871 38.0785 36.8967 38.1055 36.9282C38.1325 36.9598 38.1527 36.9965 38.165 37.0361C38.1772 37.0758 38.1812 37.1176 38.1767 37.1588C38.1783 37.2014 38.1715 37.2439 38.1567 37.2839C38.1418 37.3239 38.1191 37.3605 38.09 37.3916C38.0609 37.4228 38.0258 37.4478 37.9869 37.4654C37.9481 37.4829 37.9061 37.4925 37.8634 37.4938H32.3737C32.3293 37.4948 32.2852 37.4869 32.244 37.4705C32.2027 37.454 32.1652 37.4294 32.1338 37.3981C32.1023 37.3668 32.0775 37.3295 32.0609 37.2884C32.0442 37.2472 32.0361 37.2032 32.037 37.1588C32.0337 37.1158 32.0394 37.0725 32.0537 37.0318C32.068 36.9911 32.0906 36.9537 32.12 36.9221C32.1494 36.8905 32.185 36.8654 32.2247 36.8482C32.2643 36.831 32.307 36.8222 32.3502 36.8223C32.9015 36.8223 33.5265 36.6783 33.5265 36.0069C33.5216 35.7269 33.4642 35.4503 33.3573 35.1915L32.1544 32.0003C32.1059 31.8563 32.0824 31.8077 31.9383 31.8077H27.357C26.6365 31.8077 25.7485 31.8077 25.3397 32.7202L24.2433 35.1915C24.1318 35.4157 24.0663 35.66 24.0507 35.9099C24.0507 36.7738 25.1799 36.8223 25.7735 36.8223C25.8167 36.8222 25.8595 36.831 25.8991 36.8482C25.9387 36.8654 25.9744 36.8905 26.0038 36.9221C26.0332 36.9537 26.0558 36.9911 26.07 37.0318C26.0843 37.0725 26.09 37.1158 26.0868 37.1588C26.0877 37.2032 26.0795 37.2474 26.0627 37.2885C26.046 37.3297 26.021 37.367 25.9893 37.3982C25.9577 37.4294 25.92 37.4538 25.8786 37.47C25.8372 37.4861 25.7929 37.4937 25.7485 37.4922H20.8774C20.8331 37.4933 20.7891 37.4853 20.7479 37.4689C20.7068 37.4524 20.6694 37.4278 20.638 37.3965C20.6067 37.3652 20.5821 37.3278 20.5656 37.2867C20.5491 37.2456 20.5412 37.2015 20.5423 37.1573C20.539 37.1142 20.5447 37.071 20.559 37.0302C20.5733 36.9895 20.5959 36.9522 20.6253 36.9206C20.6547 36.889 20.6903 36.8638 20.73 36.8466C20.7696 36.8294 20.8123 36.8206 20.8555 36.8208C22.0318 36.7488 22.4218 36.1947 22.8713 35.1899L28.657 22.5236C28.9217 21.9711 29.4981 21.4922 30.0259 21.4922C30.4049 21.4938 30.5255 21.7097 30.6446 22.0212ZM26.2591 30.6089C26.2301 30.6516 26.2133 30.7014 26.2105 30.7529C26.2105 30.8014 26.2591 30.8249 26.3546 30.8249H31.1082C31.4434 30.8249 31.5875 30.7529 31.5875 30.5369C31.587 30.4285 31.5624 30.3216 31.5154 30.2239L30.1951 26.6727C29.8818 25.8572 29.4276 24.7789 29.2835 23.8899C29.2835 23.843 29.2584 23.8179 29.2349 23.8179C29.2115 23.8179 29.188 23.843 29.188 23.8899C29.0077 24.5011 28.7745 25.0955 28.491 25.6663L26.2591 30.6089Z" fill="#F6F6F4"></path>
<path d="M30.6446 22.0212L35.6566 35.1915C36.0889 36.3184 36.7529 36.7269 37.8885 36.8223C37.93 36.8242 37.9706 36.8346 38.008 36.8528C38.0453 36.871 38.0785 36.8967 38.1055 36.9282C38.1325 36.9598 38.1527 36.9965 38.165 37.0361C38.1772 37.0758 38.1812 37.1176 38.1767 37.1588C38.1783 37.2014 38.1715 37.2439 38.1567 37.2839C38.1418 37.3239 38.1191 37.3605 38.09 37.3916C38.0609 37.4228 38.0258 37.4478 37.9869 37.4654C37.9481 37.4829 37.9061 37.4925 37.8634 37.4938H32.3737C32.3293 37.4948 32.2852 37.4869 32.244 37.4705C32.2027 37.454 32.1653 37.4294 32.1338 37.3981C32.1023 37.3668 32.0775 37.3295 32.0609 37.2884C32.0442 37.2472 32.0361 37.2032 32.037 37.1588C32.0337 37.1158 32.0394 37.0725 32.0537 37.0318C32.068 36.9911 32.0906 36.9537 32.12 36.9221C32.1494 36.8905 32.185 36.8654 32.2247 36.8482C32.2643 36.831 32.307 36.8222 32.3502 36.8223C32.9015 36.8223 33.5265 36.6783 33.5265 36.0069C33.5216 35.7269 33.4642 35.4503 33.3573 35.1915L32.1544 32.0003C32.1059 31.8563 32.0824 31.8077 31.9383 31.8077H27.357C26.6365 31.8077 25.7485 31.8077 25.3397 32.7202L24.2433 35.1915C24.1318 35.4157 24.0663 35.66 24.0507 35.9099C24.0507 36.7738 25.1799 36.8223 25.7735 36.8223C25.8167 36.8222 25.8595 36.831 25.8991 36.8482C25.9387 36.8654 25.9744 36.8905 26.0038 36.9221C26.0332 36.9537 26.0558 36.9911 26.07 37.0318C26.0843 37.0725 26.09 37.1158 26.0868 37.1588C26.0877 37.2032 26.0795 37.2474 26.0627 37.2885C26.046 37.3297 26.021 37.367 25.9893 37.3982C25.9577 37.4294 25.92 37.4538 25.8786 37.47C25.8372 37.4861 25.7929 37.4937 25.7485 37.4922H20.8774C20.8331 37.4933 20.7891 37.4853 20.7479 37.4689C20.7068 37.4524 20.6694 37.4278 20.638 37.3965C20.6067 37.3652 20.5821 37.3278 20.5656 37.2867C20.5491 37.2456 20.5412 37.2015 20.5423 37.1573C20.539 37.1142 20.5447 37.071 20.559 37.0302C20.5733 36.9895 20.5959 36.9522 20.6253 36.9206C20.6547 36.889 20.6903 36.8638 20.73 36.8466C20.7696 36.8294 20.8123 36.8206 20.8555 36.8208C22.0318 36.7488 22.4218 36.1947 22.8713 35.1899L28.657 22.5236C28.9217 21.9711 29.4981 21.4922 30.0259 21.4922C30.4049 21.4938 30.5255 21.7097 30.6446 22.0212ZM26.2591 30.6089C26.2301 30.6516 26.2133 30.7014 26.2105 30.7529C26.2105 30.8014 26.2591 30.8249 26.3546 30.8249H31.1082C31.4434 30.8249 31.5875 30.7529 31.5875 30.5369C31.587 30.4285 31.5624 30.3216 31.5154 30.2239L30.1951 26.6727C29.8818 25.8572 29.4276 24.7789 29.2835 23.8899C29.2835 23.843 29.2584 23.8179 29.2349 23.8179C29.2115 23.8179 29.188 23.843 29.188 23.8899C29.0077 24.5011 28.7745 25.0955 28.491 25.6663L26.2591 30.6089Z" fill="#F6F6F4"></path>
<path d="M39.6723 30.0451C39.6723 30.6617 39.3231 31.0108 38.6919 31.0108C38.0607 31.0108 37.8101 30.6899 37.8101 30.2C37.8101 29.5834 38.175 29.2344 38.7905 29.2344C39.4061 29.2344 39.6723 29.5693 39.6723 30.0451Z" fill="#F6F6F4"></path>
<path d="M20.8632 30.0642C20.8632 30.6793 20.5124 31.0299 19.8827 31.0299C19.2531 31.0299 18.9978 30.7075 18.9978 30.2176C18.9978 29.6025 19.3627 29.252 19.9783 29.252C20.5938 29.252 20.8632 29.5884 20.8632 30.0642Z" fill="#F6F6F4"></path>
</g>
<defs>
<clipPath id="clip0_3682_9359">
<rect width="20.6667" height="16" fill="white" transform="translate(19 21.4941)"></rect>
</clipPath>
</defs>
</svg>
																																	<svg width="58" height="59" viewBox="0 0 58 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="jetpack-hero-product-background" y="0.494141" width="58" height="58" rx="4" fill="#2C3338"></rect>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.7738 16.7441L38.9716 20.925V27.1575C38.9716 32.4704 35.5594 37.5008 30.7477 39.0877C30.1154 39.2963 29.4322 39.2963 28.7999 39.0877C23.9882 37.5008 20.5759 32.4704 20.5759 27.1575V20.925L29.7738 16.7441ZM22.6199 22.2411V27.1575C22.6199 31.6719 25.543 35.8613 29.4401 37.1466C29.6566 37.218 29.891 37.218 30.1075 37.1466C34.0046 35.8613 36.9277 31.6719 36.9277 27.1575V22.2411L29.7738 18.9894L22.6199 22.2411Z" fill="#F6F6F4"></path>
</svg>
																															</div>
														</a>
													</li>
																							</ul>
										</div>
									</div>
								</div>
							</div>
						</div>
											</li>
														<li class="">
						<a class="" href="https://jetpack.com/pricing/">
								Pricing
														</a>

											</li>
														<li class="">
						<a class="" href="https://jetpack.com/jetpack-partners/">
								Partners
														</a>

											</li>
														<li class="">
						<a class="" href="https://jetpack.com/support/">
								Support
														</a>

											</li>
														<li class="">
						<a class="" href="https://jetpack.com/blog/">
								Blog
														</a>

											</li>
														<li class="">
						<a class="" href="https://jetpack.com/gdpr/">
								GDPR
														</a>

											</li>
								<li class="header__more js-more js" style="display:none;">
					<button class="header__menu-btn js-more-btn js-menu-btn" aria-expanded="false" hidden="">
						More						<svg class="gridicon gridicons-chevron-down" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"></path></g></svg>					</button>
					<div class="header__submenu header__more-submenu js-menu js" tabindex="-1" hidden="">
						<div class="header__submenu-content">
							<ul class="header__submenu-categories-list">
								<li>
									<ul class="header__submenu-links-list js-more-container"></ul>
								</li>
							</ul>
						</div>
					</div>
				</li>
			</ul>

			<ul class="header__actions-list">
				<li>
					<a class="header__search-btn jetpack-search-filter__link" href="/?s=" aria-labelledby="jetpack-search-label">
						<span aria-hidden="true">
							<svg class="gridicon gridicons-search" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"></path></g></svg>						</span>
						<span id="jetpack-search-label" class="header__search-label">Search</span>
					</a>
				</li>
				<li class="header__user-menu user-menu ">
																<a class="header__action-link js-login" href="https://jetpack.com/login/">
						Log in					</a>
									</li>
				<li class="header__cta">
					<a class="secondary-button js-get-started" href="https://jetpack.com/pricing/">
						Get started					</a>
				</li>
			</ul>
		</div>

	</nav>
</header>
		<div class="in revolving-headers"></div>
	</header>

	<div class="j-content">
					
				<div id="post-265143" class="post-265143 page type-page status-publish has-post-thumbnail hentry">

					<div class="entry-content">
						
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:47%">
<h1 class="wp-block-heading no-widows jetpack-header-homepage has-xxl-font-size" style="font-style:normal;font-weight:600;letter-spacing:-0.2rem">Safer. Faster.<br>More&nbsp;traffic.</h1>



<p style="font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.645), 24px);">Security, performance, and marketing tools made for WordPress sites by the WordPress experts.</p>



<div class="wp-block-buttons is-nowrap is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link wp-element-button" href="https://jetpack.com/pricing/">Get started</a></div>
</div>


Starting at $4.95 per month
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-jetpackme-new-hero-visual">

<div class="home-hero-visual">
	<span class="sr-only">
		J&amp;C Architects is successfully powered by Jetpack	</span>
	<div class="home-hero-visual__container" aria-hidden="true">
		<picture>
			<source type="image/webp" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/home/hero-jc-architects-2x.webp 2x,
						https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/home/hero-jc-architects.webp 1x">
			<img class="home-hero-visual__img" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/home/hero-jc-architects-2x.jpg 2x" src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/home/hero-jc-architects.jpg" alt="" loading="lazy">
		</picture>
		<div>
											<div class="home-hero-visual__product-card" data-product="analytics">
					<div class="home-hero-visual__product-header">
						<span class="home-hero-visual__product-label">Analytics</span>
						
<svg width="19" height="19" viewBox="0 0 19 19" fill="#50575E" xmlns="http://www.w3.org/2000/svg">
	<rect x="5.32861" y="7.60645" width="1.11786" height="7.45238"></rect>
	<rect x="9.24121" y="3.88037" width="1.11786" height="11.1786"></rect>
	<rect x="13.1536" y="10.5874" width="1.11786" height="4.47143"></rect>
</svg>
					</div>
					<div class="home-hero-visual__product-body">
						<div class="home-hero-visual__product-graphic">
															
<svg width="150" height="64" viewBox="0 0 150 64" fill="none" xmlns="http://www.w3.org/2000/svg">
	<path d="M147.609 2.30127C132.609 2.30127 127.09 21.4582 118.585 34.69C111.095 46.342 100.796 53.0568 90.3408 53.0568C74.5803 53.0568 70.8353 24.2229 61.3166 24.2229C51.7979 24.2229 47.6089 51.8013 35.1089 42.8013C22.6089 33.8013 13.6089 61.8013 2.10889 61.8013" stroke="#069E08" stroke-width="3" stroke-linecap="round"></path>
</svg>																				</div>
					</div>
				</div>
											<div class="home-hero-visual__product-card" data-product="boost">
					<div class="home-hero-visual__product-header">
						<span class="home-hero-visual__product-label">Boost</span>
						
<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
	<path d="M9.30579 4.9375L13.032 9.03631L9.30579 13.1351M4.83436 4.9375L8.56055 9.03631L4.83436 13.1351" stroke="#50575E" stroke-width="1.11786"></path>
</svg>
					</div>
					<div class="home-hero-visual__product-body">
						<div class="home-hero-visual__product-graphic">
															
<svg width="100" height="101" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
	<path d="M99.9754 50.1912C99.9754 77.7085 77.6682 100.016 50.1509 100.016C22.6336 100.016 0.326416 77.7085 0.326416 50.1912C0.326416 22.6739 22.6336 0.366699 50.1509 0.366699C77.6682 0.366699 99.9754 22.6739 99.9754 50.1912ZM3.98715 50.1912C3.98715 75.6867 24.6554 96.3549 50.1509 96.3549C75.6464 96.3549 96.3147 75.6867 96.3147 50.1912C96.3147 24.6957 75.6464 4.02744 50.1509 4.02744C24.6554 4.02744 3.98715 24.6957 3.98715 50.1912Z" fill="white"></path>
	<path d="M50.1509 2.19707C50.1509 1.18618 50.971 0.363191 51.9812 0.4003C63.7253 0.831701 74.9622 5.40378 83.6834 13.3394C92.8567 21.6865 98.5871 33.1548 99.7543 45.5023C100.921 57.8498 97.4415 70.1887 89.9948 80.1068C82.548 90.0249 71.6699 96.8092 59.4871 99.1332C47.3042 101.457 34.6926 99.1539 24.1177 92.6735C13.5428 86.1932 5.76495 76.0018 2.30476 64.0918C-1.15543 52.1817 -0.049216 39.4092 5.40715 28.2714C10.5946 17.6825 19.3594 9.29494 30.1199 4.57055C31.0455 4.16417 32.111 4.62748 32.4831 5.56737C32.8552 6.50727 32.393 7.56757 31.4686 7.97665C21.5549 12.3637 13.4811 20.1114 8.69459 29.8819C3.63912 40.2014 2.61418 52.0354 5.82014 63.0704C9.0261 74.1055 16.2325 83.5481 26.0304 89.5523C35.8283 95.5564 47.5134 97.6905 58.8011 95.5373C70.0889 93.384 80.1677 87.0983 87.0673 77.9088C93.9669 68.7194 97.1912 57.2871 96.1098 45.8468C95.0284 34.4065 89.719 23.7808 81.2197 16.047C73.1725 8.7247 62.8136 4.4932 51.9811 4.0637C50.971 4.02365 50.1509 3.20795 50.1509 2.19707Z" fill="#069E08"></path>
</svg>
																					<span>94</span>
													</div>
					</div>
				</div>
											<div class="home-hero-visual__product-card" data-product="anti-spam">
					<div class="home-hero-visual__product-header">
						<span class="home-hero-visual__product-label">Akismet Anti-spam</span>
						
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
	<path fill-rule="evenodd" clip-rule="evenodd" d="M4.64054 2.84766L15.0739 13.281L14.2834 14.0714L3.8501 3.6381L4.64054 2.84766ZM14.6785 10.695H13.8054L12.0702 8.95979V7.71418C12.0702 6.27363 10.9024 5.10584 9.46182 5.10584C9.09484 5.10584 8.74556 5.18163 8.42878 5.31841L7.59754 4.48717C8.14588 4.1697 8.78263 3.98798 9.46182 3.98798C10.2528 3.98798 10.9862 4.23444 11.5895 4.65475L13.0464 3.1978L13.8369 3.98825L12.4012 5.42386C12.8225 5.96374 13.0983 6.62268 13.1696 7.34174H14.6785V8.4596H13.188V9.57716H14.6785V10.695ZM11.77 12.8753L10.9717 12.077C10.5456 12.38 10.0245 12.5582 9.46182 12.5582C8.02128 12.5582 6.85349 11.3904 6.85349 9.94989V7.95883L5.81942 6.92476C5.79 7.06113 5.76805 7.20027 5.75401 7.34174H4.2452V8.4596H5.73563V9.57716H4.2452V10.695H5.81015C6.15535 12.3959 7.65908 13.6761 9.46182 13.6761C10.3335 13.6761 11.1353 13.3768 11.77 12.8753Z" fill="#50575E"></path>
</svg>	
					</div>
					<div class="home-hero-visual__product-body">
						<div class="home-hero-visual__product-graphic">
																					<span><strong>192,521</strong> spam comments blocked</span>
													</div>
					</div>
				</div>
											<div class="home-hero-visual__product-card" data-product="backup">
					<div class="home-hero-visual__product-header">
						<span class="home-hero-visual__product-label">Backup</span>
						
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
	<mask id="mask0_2899_27043" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="4" width="13" height="9">
		<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8235 8.0835C13.8236 8.07225 13.8237 8.06092 13.8237 8.04952C13.8237 6.23859 12.2222 4.77051 10.2465 4.77051C8.57885 4.77051 7.17775 5.81662 6.7815 7.23204C6.74432 7.23052 6.70696 7.22976 6.66943 7.22976C5.13285 7.22976 3.88721 8.51432 3.88721 10.0989C3.88721 11.6835 5.13285 12.9681 6.66943 12.9681L6.68599 12.968H13.4128C13.4172 12.9681 13.4216 12.9681 13.426 12.9681C14.743 12.9681 15.8107 11.867 15.8107 10.5088C15.8107 9.29027 14.9514 8.27868 13.8235 8.0835Z" fill="white"></path>
	</mask>
	<g mask="url(#mask0_2899_27043)">
		<path d="M13.8235 8.08368L12.7057 8.07131L12.6952 9.02291L13.6328 9.18522L13.8235 8.08368ZM6.78143 7.23222L6.7358 8.34914L7.61948 8.38528L7.8579 7.53358L6.78143 7.23222ZM6.66936 12.9683V14.0861H6.67273L6.66936 12.9683ZM6.68592 12.9682V11.8503H6.68257L6.68592 12.9682ZM13.4127 12.9682L13.419 11.8503H13.4127V12.9682ZM14.9413 8.09605C14.9414 8.0807 14.9415 8.0652 14.9415 8.0497H12.7058C12.7058 8.05693 12.7058 8.06416 12.7057 8.07131L14.9413 8.09605ZM14.9415 8.0497C14.9415 5.53182 12.7459 3.65283 10.2465 3.65283V5.88855C11.6983 5.88855 12.7058 6.94571 12.7058 8.0497H14.9415ZM10.2465 3.65283C8.1238 3.65283 6.24844 4.98953 5.70496 6.93086L7.8579 7.53358C8.10692 6.64408 9.03383 5.88855 10.2465 5.88855V3.65283ZM6.82706 6.11529C6.77469 6.11315 6.72212 6.11208 6.66936 6.11208V8.34779C6.69168 8.34779 6.71383 8.34824 6.7358 8.34914L6.82706 6.11529ZM6.66936 6.11208C4.48324 6.11208 2.76929 7.92981 2.76929 10.0991H5.005C5.005 9.09922 5.78234 8.34779 6.66936 8.34779V6.11208ZM2.76929 10.0991C2.76929 12.2684 4.48324 14.0861 6.66936 14.0861V11.8504C5.78234 11.8504 5.005 11.099 5.005 10.0991H2.76929ZM6.67273 14.0861L6.68928 14.0861L6.68257 11.8503L6.66601 11.8504L6.67273 14.0861ZM6.68592 14.0861H13.4127V11.8503H6.68592V14.0861ZM13.4259 11.8504C13.4235 11.8504 13.4213 11.8504 13.419 11.8504L13.4064 14.0861C13.4129 14.0861 13.4195 14.0861 13.4259 14.0861V11.8504ZM14.6928 10.509C14.6928 11.2825 14.0934 11.8504 13.4259 11.8504V14.0861C15.3925 14.0861 16.9285 12.4519 16.9285 10.509H14.6928ZM13.6328 9.18522C14.2096 9.28501 14.6928 9.81867 14.6928 10.509H16.9285C16.9285 8.76222 15.6931 7.27278 14.0141 6.98223L13.6328 9.18522Z" fill="#50575E"></path>
	</g>
</svg>
					</div>
					<div class="home-hero-visual__product-body">
						<div class="home-hero-visual__product-graphic">
															
<svg width="49" height="34" viewBox="0 0 49 34" fill="none" xmlns="http://www.w3.org/2000/svg">
	<path d="M39.141 13.3892C37.7655 6.27105 31.6364 0.927246 24.2735 0.927246C18.4276 0.927246 13.3504 4.31097 10.8219 9.26276C4.73333 9.92299 0 15.1843 0 21.5597C0 28.389 5.4413 33.9392 12.1367 33.9392H38.433C44.0159 33.9392 48.5469 29.3175 48.5469 23.6229C48.5469 18.176 44.4002 13.7606 39.141 13.3892Z" fill="#069E08"></path>
	<path d="M22.4945 25.2006L15.5354 18.5285L17.2928 16.8604L22.512 21.8646L31.2726 13.5493L33.0123 15.2174L22.4945 25.2006Z" fill="white"></path>
</svg>
																				</div>
					</div>
				</div>
					</div>
	</div>
</div>
</div>
</div>
</div>
</div>



<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained" style="margin-top:10rem;margin-bottom:10rem;padding-right:0;padding-left:0">
<h2 class="wp-block-heading has-text-align-left no-widows has-huge-font-size" style="font-style:normal;font-weight:600">See why 27M WordPress sites choose&nbsp;Jetpack</h2>



		<figure class="wp-block-jetpack-videopress jetpack-videopress-player" style="">
			<div class="jetpack-videopress-player__wrapper"> <iframe title="VideoPress Video Player" aria-label="VideoPress Video Player" width="726" height="408.2682352941177" src="https://video.wordpress.com/embed/bEKlywPj?cover=1&amp;autoPlay=0&amp;controls=1&amp;loop=0&amp;muted=0&amp;persistVolume=1&amp;playsinline=0&amp;preloadContent=metadata&amp;useAverageColor=1&amp;posterUrl=https%3A%2F%2Fjetpack.com%2Fwp-content%2Fuploads%2F2024%2F04%2Fjetpack-awareness-video-2024-full-thumbnail.jpg&amp;hd=1" frameborder="0" allowfullscreen="" data-resize-to-parent="true" allow="clipboard-write" style=""></iframe><script src="https://v0.wordpress.com/js/next/videopress-iframe.js?m=1725245713"></script></div>
			
			
		</figure>
		</div>



<div class="wp-block-group hero-with-icon is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:10rem">
<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:48% auto"><figure class="wp-block-media-text__media"><img data-attachment-id="292586" data-permalink="https://jetpack.com/security_new-2x-2/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/04/security_new-2x.webp" data-orig-size="1182,1204" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="security_new-2x" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/04/security_new-2x.webp?w=295" data-large-file="https://jetpack.com/wp-content/uploads/2024/04/security_new-2x.webp?w=850" tabindex="0" role="button" width="840" height="855" src="https://jetpack.com/wp-content/uploads/2024/04/security_new-2x.webp?w=840" alt="" class="wp-image-292586 size-full"></figure><div class="wp-block-media-text__content">
<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-3 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">
<p class="is-style-jetpack-with-key-icon has-jetpack-green-60-color has-text-color has-link-color wp-elements-b96cccd9f086fd2451c2735c10a674e0" style="margin-top:0rem;margin-bottom:0rem;font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.469), 1.25rem);line-height:1">Jetpack Security</p>



<h2 class="wp-block-heading" style="font-size:clamp(27.894px, 1.743rem + ((1vw - 3.2px) * 1.571), 48px);font-style:normal;font-weight:600">Protect your&nbsp;investment</h2>



<p><a href="https://jetpack.com/features/security/">Jetpack Security</a>&nbsp;provides easy‑to‑use, comprehensive WordPress site security so you can focus on running your&nbsp;business.</p>



<ul class="wp-block-list is-style-jetpack-checklist">
<li>Real‑time backups and one‑click restores with&nbsp;<a href="https://jetpack.com/upgrade/backup/">VaultPress&nbsp;Backup</a></li>



<li>WAF, automated malware scanning, and one‑click fixes with&nbsp;<a href="https://jetpack.com/upgrade/scan/">Jetpack&nbsp;Scan</a></li>



<li>Powerful spam protection for comments and forms with&nbsp;<a href="https://jetpack.com/upgrade/anti-spam/">Akismet&nbsp;Anti‑spam</a></li>
</ul>



<div class="wp-block-buttons is-nowrap is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link wp-element-button" href="https://jetpack.com/features/security/">Secure your site</a></div>
</div>
</div>
</div></div>
</div>



<div class="wp-block-cover alignfull has-parallax homepage-cover"><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#353d43"></span><div class="wp-block-cover__image-background wp-image-265148 has-parallax" style="background-position:50% 50%;background-image:url(https://jetpack.com/wp-content/uploads/2024/03/news-1980.webp)"></div><div class="wp-block-cover__inner-container is-layout-constrained wp-container-core-cover-is-layout-1 wp-block-cover-is-layout-constrained">
<div class="wp-block-group is-layout-flow wp-container-core-group-is-layout-5 wp-block-group-is-layout-flow" style="margin-top:0;margin-bottom:0;padding-right:0;padding-left:0">
<h2 class="wp-block-heading alignfull has-text-align-center has-text-color has-link-color wp-elements-5cfd535f66f4dba23f5bf25bac153e40" style="color:#ffffff;padding-right:50px;padding-left:50px;font-size:clamp(24.034px, 1.502rem + ((1vw - 3.2px) * 1.247), 40px);line-height:1.45">More than&nbsp;<mark style="background-color:#008710;color:#ffffff" class="has-inline-color">27&nbsp;million WordPress sites</mark> trust Jetpack for their website security and performance</h2>
</div>
</div></div>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--80)"></div>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60)">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex" style="padding-bottom:var(--wp--preset--spacing--70)">
<div class="wp-block-column is-vertically-aligned-stretch spoiler-cta is-layout-flow wp-block-column-is-layout-flow" style="padding-right:0;padding-left:0;flex-basis:50%">
<div class="wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex">
<h2 class="wp-block-heading" style="font-size:clamp(27.894px, 1.743rem + ((1vw - 3.2px) * 1.571), 48px);font-style:normal;font-weight:600;letter-spacing:-1px">Spoiler alert: Our customers love&nbsp;Jetpack.</h2>



<div class="wp-block-buttons is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link has-text-align-left wp-element-button" href="https://jetpack.com/testimonials/">Read more Jetpack reviews</a></div>
</div>
</div>
</div>



<div class="wp-block-column great-plugin is-layout-flow wp-container-core-column-is-layout-4 wp-block-column-is-layout-flow" style="padding-right:0;padding-left:0px">
<div class="wp-block-jetpackme-new-carousel"><div class="jetpackme-new-swiper-wrapper" style="display: flex; will-change: transform; flex-direction: row; transition: transform 0ms ease 0s; transform: translate3d(0px, 0px, 0px);">
<div style="padding-right: var(--wp--preset--spacing--70); padding-left: var(--wp--preset--spacing--70); width: 321px; margin-right: 0px;" class="jetpackme-new-swiper-slide swiper-slide-active" data-slider="0">
<p><img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"></p>



<h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:700">Great Plugin For All WordPress&nbsp;Websites</h3>



<p>Jetpack is a great plugin for websites. One thing that kept bringing me back to the plugin was the&nbsp;downtime monitoring&nbsp;feature and analytics. Jetpack also has a great support team.<br><br><em>@makafavour</em></p>
</div>



<div style="padding-right: var(--wp--preset--spacing--70); padding-left: var(--wp--preset--spacing--70); width: 321px; margin-right: 0px;" class="jetpackme-new-swiper-slide swiper-slide-next" data-slider="1">
<p><img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"></p>



<h3 class="wp-block-heading"><strong>Easy, User&nbsp;Friendly</strong></h3>



<p>I’ve been using Jetpack for years. I find it user friendly and when I do need support, it’s been quick and professional, and super helpful.<br><br>@chezperrier</p>
</div>



<div style="padding-right: var(--wp--preset--spacing--70); padding-left: var(--wp--preset--spacing--70); width: 321px; margin-right: 0px;" class="jetpackme-new-swiper-slide" data-slider="2">
<p><img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"></p>



<h3 class="wp-block-heading"><strong>A lifesaver!</strong></h3>



<p>The plugin is really good and the support team were lifesavers when I was trying to move my site over to a different host, and thought I lost my backup files.<br><br>@darstudio</p>
</div>



<div style="padding-right: var(--wp--preset--spacing--70); padding-left: var(--wp--preset--spacing--70); width: 321px; margin-right: 0px;" class="jetpackme-new-swiper-slide" data-slider="3">
<p><img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"> <img draggable="false" role="img" class="emoji" alt="⭐" src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg"></p>



<h3 class="wp-block-heading"><strong>The best useful&nbsp;plugin</strong></h3>



<p>Jetpack is all complete switch knife. It is now certain that Jetpack does not slow down the site. If you want to do many things like&nbsp;<a href="https://jetpack.com/features/security/">security</a>,&nbsp;<a href="https://jetpack.com/upgrade/backup/">backup</a>, and&nbsp;<a href="https://jetpack.com/newsletter/">email marketing</a>&nbsp;with a single plugin, jetpack is the best alternative.<br><br>@ahmetakdel</p>
</div>
</div><ul class="jetpackme-new-swiper-controls"><li class="jetpackme-new-swiper-prev swiper-button-disabled"><span class="prev-slide-icon"></span><span class="screen-reader-text">Previous Slide</span></li><li class="jetpackme-new-swiper-next"><span class="next-slide-icon"></span><span class="screen-reader-text">Next Slide</span></li></ul></div>
</div>
</div>
</div>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:10rem">
<div class="wp-block-media-text is-stacked-on-mobile" style="padding-top:0;padding-bottom:0;grid-template-columns:48% auto"><figure class="wp-block-media-text__media"><img data-attachment-id="292585" data-permalink="https://jetpack.com/performance-and-ux-2/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/04/performance-and-ux-1.png" data-orig-size="1163,688" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="performance-and-ux" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/04/performance-and-ux-1.png?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/04/performance-and-ux-1.png?w=850" tabindex="0" role="button" width="840" height="496" src="https://jetpack.com/wp-content/uploads/2024/04/performance-and-ux-1.png?w=840" alt="" class="wp-image-292585 size-full"></figure><div class="wp-block-media-text__content">
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="padding-top:0;padding-bottom:0">
<p class="is-style-jetpack-with-performance-icon has-jetpack-green-60-color has-text-color has-link-color wp-elements-ee54a7688f4942b22b9c1fd74b03370e" style="margin-top:2rem;margin-bottom:0rem;font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.469), 1.25rem);line-height:1">Performance Features</p>



<h2 class="wp-block-heading no-widows" style="padding-top:0px;font-size:clamp(27.894px, 1.743rem + ((1vw - 3.2px) * 1.571), 48px);font-style:normal;font-weight:600">Instant performance and&nbsp;UX</h2>



<p>Jetpack’s performance features make your site lightning‑fast, while also improving your SEO and giving your visitors a better&nbsp;experience.</p>



<ul class="wp-block-list is-style-jetpack-checklist">
<li>Full HD, ad‑free video inside the WordPress editor with&nbsp;<a href="https://jetpack.com/videopress/">VideoPress</a></li>



<li>Instant site search to help your visitors find your content with&nbsp;<a href="https://jetpack.com/upgrade/search/">Jetpack&nbsp;Search</a></li>



<li>Free speed enhancements to rank higher on Google with&nbsp;<a href="https://jetpack.com/boost/">Jetpack&nbsp;Boost</a></li>



<li>Free&nbsp;<a href="https://jetpack.com/features/design/content-delivery-network/">global CDN</a>&nbsp;to deliver content&nbsp;instantly<a href="https://jetpack.com/features/performance/"></a></li>
</ul>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link wp-element-button" href="https://jetpack.com/features/performance/">Speed up your site</a></div>
</div>
</div>
</div></div>
</div>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:10rem">
<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile" style="grid-template-columns:auto 48%"><div class="wp-block-media-text__content">
<p class="is-style-jetpack-with-growth-icon has-jetpack-green-60-color has-text-color has-link-color wp-elements-2ac433268f8ef2191555708176e49fa6" style="margin-top:2rem;margin-bottom:0rem;font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.469), 1.25rem);line-height:1">Growth Features</p>



<h2 class="wp-block-heading no-widows" style="padding-top:0px;font-size:clamp(27.894px, 1.743rem + ((1vw - 3.2px) * 1.571), 48px);font-style:normal;font-weight:600">Grow your audience&nbsp;effortlessly</h2>



<p>Jetpack’s growth tools help you find new visitors, turn leads into customers, and customers into&nbsp;advocates.</p>



<ul class="wp-block-list is-style-jetpack-checklist">
<li>Auto‑share posts to social media on your schedule with&nbsp;<a href="https://jetpack.com/social/">Jetpack&nbsp;Social</a></li>



<li>Find new fans by promoting your posts and pages across millions of sites with the Blaze ad&nbsp;network</li>



<li>Native WordPress CRM to convert your leads and create repeat customers with&nbsp;<a href="https://jetpackcrm.com/">Jetpack&nbsp;CRM</a></li>



<li>Free advanced WordPress site stats with&nbsp;<a href="https://jetpack.com/features/growth/site-stats/">Jetpack&nbsp;Stats</a><a href="https://jetpack.com/features/growth/"></a></li>
</ul>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link wp-element-button" href="https://jetpack.com/features/growth/">Start growing</a></div>
</div>
</div><figure class="wp-block-media-text__media"><img data-attachment-id="292584" data-permalink="https://jetpack.com/contacts_transactions-2/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/04/contacts_transactions-1.png" data-orig-size="1165,1115" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="contacts_transactions" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/04/contacts_transactions-1.png?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/04/contacts_transactions-1.png?w=850" tabindex="0" role="button" width="840" height="803" src="https://jetpack.com/wp-content/uploads/2024/04/contacts_transactions-1.png?w=840" alt="" class="wp-image-292584 size-full"></figure></div>
</div>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--80)">
<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:48% auto"><figure class="wp-block-media-text__media"><img data-attachment-id="292919" data-permalink="https://jetpack.com/home-2/hero-ai-2x-2/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp" data-orig-size="1080,1126" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="hero-ai-2x" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=288" data-large-file="https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=850" tabindex="0" role="button" loading="lazy" width="982" height="1023" src="https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=982" alt="" class="wp-image-292919 size-full" srcset="https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=982 982w, https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=144 144w, https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=288 288w, https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp?w=768 768w, https://jetpack.com/wp-content/uploads/2024/04/hero-ai-2x.webp 1080w" sizes="(max-width: 982px) 100vw, 982px"></figure><div class="wp-block-media-text__content">
<p class="is-style-jetpack-with-ai-icon has-jetpack-green-60-color has-text-color has-link-color wp-elements-04114d8e14a9fe91df12bbddc1cabe9d" style="margin-top:0rem;margin-bottom:0rem;font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.469), 1.25rem);line-height:1">AI Features</p>



<h2 class="wp-block-heading" style="font-size:clamp(27.894px, 1.743rem + ((1vw - 3.2px) * 1.571), 48px);font-style:normal;font-weight:600">The most powerful AI for&nbsp;WordPress</h2>



<p>With Jetpack’s AI features, turn your ideas into ready‑to‑publish content at light&nbsp;speed.</p>



<ul class="wp-block-list is-style-jetpack-checklist">
<li>Boost your productivity with the&nbsp;<a href="https://jetpack.com/ai/">AI Assistant</a>&nbsp;that fits right into your WordPress&nbsp;Editor.</li>



<li>Simplify the creation and customization of text, forms, tables, and lists for your pages and posts, making routine tasks more&nbsp;efficient.</li>



<li>Receive intelligent feedback on your drafts, ensuring every post is polished and powerful before going&nbsp;live.</li>



<li>Effortlessly create top‑quality content by utilizing features such as spell check, grammar correction, auto‑translation, and tone&nbsp;adjustment.<a href="https://jetpack.com/features/performance/"></a></li>
</ul>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link wp-element-button" href="https://jetpack.com/ai/">Elevate your content</a></div>
</div>
</div></div>
</div>



<div class="wp-block-group testimonials-homepage is-layout-constrained wp-container-core-group-is-layout-13 wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:0rem;padding-right:0;padding-left:0">
<section id="testimonials" class="testimonial-section">
    <div class="slider testimonial-slider" aria-labelledby="testimonial-slider-heading">
        <h2 id="testimonial-slider-heading" class="screen-reader-text">Testimonials</h2>
        <ul class="slider__list" data-tracking-ns="jetpack_landing_page_testimonials" style="transform: translate3d(0%, 0px, 0px);">
                                            <li aria-hidden="false">
                    

<div class="testimonial-block ">
	<div class="testimonial-block__text">
		<figure>
			<blockquote class="testimonial-block__quote">
				<p class="no-widows">Millions of people depend on my site, and downtime isn’t an option. Jetpack handles my site security and backups so I can focus on&nbsp;creation.</p>
			</blockquote>
			<figcaption class="testimonial-block__caption">
				<span class="testimonial-block__author">Tim Ferriss</span>
								<span class="testimonial-block__author-position">
					<a href="https://tim.blog/" aria-label="https://tim.blog/">Author / Investor / Podcaster</a>				</span>
							</figcaption>
		</figure>
			</div>

		<div class="testimonial-block__visual">
		
		<picture>
						<source type="image/webp" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/tim-ferris-2x.webp 2x,						https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/tim-ferris.webp 1x">
						<img class="testimonial-block__image" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/tim-ferris-2x.jpg 2x" src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/tim-ferris.jpg" loading="lazy" decoding="async" alt="">
		</picture>
	</div>
	</div>
                </li>
                                            <li aria-hidden="true">
                    

<div class="testimonial-block ">
	<div class="testimonial-block__text">
		<figure>
			<blockquote class="testimonial-block__quote">
				<p class="no-widows">Jetpack’s performance features are no‑brainers for the sites I build. With one‑click CDN, there’s no need to sacrifice performance for style. I know that it just automagically works once I toggle that&nbsp;button.</p>
			</blockquote>
			<figcaption class="testimonial-block__caption">
				<span class="testimonial-block__author">Sasha Endoh</span>
								<span class="testimonial-block__author-position">
					Founder - <a href="http://endoh.co/" tabindex="-1">Endoh Collaborative</a>				</span>
							</figcaption>
		</figure>
			</div>

		<div class="testimonial-block__visual">
		
		<picture>
						<img class="testimonial-block__image" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/sasha-endoh-2x.jpg 2x" src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/sasha-endoh.jpg" loading="lazy" decoding="async" alt="">
		</picture>
	</div>
	</div>
                </li>
                                            <li aria-hidden="true">
                    

<div class="testimonial-block ">
	<div class="testimonial-block__text">
		<figure>
			<blockquote class="testimonial-block__quote">
				<p class="no-widows">Jetpack backs up everything on your site, and you don’t have to lift a finger. It’s comprehensive, real‑time, and&nbsp;effortless.</p>
			</blockquote>
			<figcaption class="testimonial-block__caption">
				<span class="testimonial-block__author">Chris Coyier</span>
								<span class="testimonial-block__author-position">
					Founder – <a href="https://codepen.io/" tabindex="-1">CodePen</a>, <a href="https://shoptalkshow.com/" tabindex="-1">ShopTalk Show</a>				</span>
							</figcaption>
		</figure>
			</div>

		<div class="testimonial-block__visual">
		
		<picture>
						<source type="image/webp" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/chris-coyier-2x.webp 2x,						https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/chris-coyier.webp 1x">
						<img class="testimonial-block__image" srcset="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/chris-coyier-2x.jpg 2x" src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/2021/chris-coyier.jpg" loading="lazy" decoding="async" alt="">
		</picture>
	</div>
	</div>
                </li>
                    </ul>

        <ul class="slider__controls testimonial-slider__controls">
            <li>
                <button class="slider__btn slider__prev-btn testimonial-slider__btn testimonial-slider__prev-btn is-disabled">
                    Previous                </button>
            </li>
            <li>
                <button class="slider__btn slider__next-btn testimonial-slider__btn testimonial-slider__next-btn">
                    Next                </button>
            </li>
        </ul>
    </div>
    <script>
	_tkq = window._tkq || [];

	jetpackMeReady( function() {
		var sliders = document.querySelectorAll( '.slider' );
		var disabledClass = 'is-disabled';
		var isRtl = document.body.classList.contains( 'rtl' );

		sliders.forEach( ( slider) => {
			var list = slider.querySelector( '.slider__list' );

			if ( ! list ) {
				return;
			}

			var trackingNs = list.getAttribute( 'data-tracking-ns' );
			var prevBtn = slider.querySelector( '.slider__prev-btn' );
			var nextBtn = slider.querySelector( '.slider__next-btn' );
			var index = 0;
			var limit = list.children.length - 1;

			// Buffer for sliding detection (see https://stackoverflow.com/a/23230280)
			var x0 = null;
			var y0 = null;

			function onTouchStart( e ) {
				if ( ! e.touches ) {
					return;
				}

				var firstTouch = e.touches[0];
				
				x0 = firstTouch.clientX;
				y0 = firstTouch.clientY;
			};

			function onTouchMove( e ) {
				if ( ! x0 || ! y0 ) {
					return;
				}

				var touch = e.touches[0]; 
				var x1 = touch.clientX;
				var y1 = touch.clientY;
				var xDiff = x0 - x1;
				var yDiff = y0 - y1;

				if ( Math.abs( xDiff ) > Math.abs( yDiff ) ) {
					// Left swipe
					if ( xDiff > 0 ) {
						update( 1 );
					// Right swipe
					} else {
						update( -1 );
					}
				}

				x0 = null;
				y0 = null;
			};

			function update( direction ) {
				if ( direction <= -1 ) {
					index -= 1;
				} else if ( direction >= 1 ) {
					index +=1;
				}

				index = Math.min( index, limit );
				index = Math.max( index, 0 );

				list.querySelectorAll( 'li' ).forEach( ( li, liIndex ) => {
					// We prevent screen reader from reading the inactive slides
					li.setAttribute( 'aria-hidden', liIndex !== index );

					// We prevent links from being tabbable when slide is inactive
					if ( liIndex !== index ) {
						li.querySelectorAll( 'a' ).forEach( ( a ) => {
							a.setAttribute( 'tabindex', -1 );
						} );
					} else {
						li.querySelectorAll( 'a' ).forEach( ( a ) => {
							a.removeAttribute( 'tabindex' );
						} );
					}
				} );

				if ( isRtl ) {
					list.style.transform = 'translate3d(' + index * 100 + '%, 0, 0)'
				} else {
					list.style.transform = 'translate3d(-' + index * 100 + '%, 0, 0)'
				}

				if ( prevBtn ) {
					if ( index === 0 ) {
						prevBtn.classList.add( disabledClass );
					} else {
						prevBtn.classList.remove( disabledClass );
					}
				}

				if ( nextBtn ) {
					if ( index === limit ) {
						nextBtn.classList.add( disabledClass );
					} else {
						nextBtn.classList.remove( disabledClass );
					}

				}

				// Don't record event when initializing the state
				if ( direction ) {
					recordEvent();
				}
			}

			function recordEvent() {
				if ( trackingNs ) {
					_tkq.push( [ 'recordEvent', trackingNs + '_change', { index: index } ] )
				}
			}

			update();

			list.addEventListener( 'touchstart', onTouchStart, false );
			list.addEventListener( 'touchmove', onTouchMove, false );

			if ( prevBtn ) {
				prevBtn.addEventListener( 'click', function() {
					update( -1 );
				} )
			}

			if ( nextBtn ) {
				nextBtn.addEventListener( 'click', function() {
					update( 1 );
				} );
			}

			slider.addEventListener( 'keydown', function( e ) {
				if ( e.key === 'ArrowLeft' || e.key === 'ArrowUp' ) {
					update( -1 );

					if ( prevBtn ) {
						prevBtn.focus();
					}
				} else if ( e.key === 'ArrowRight' || e.key === 'ArrowDown' ) {
					update( 1 );

					if ( nextBtn ) {
						nextBtn.focus();
					}
				}
			} );
		} );
	} );	
</script></section>
</div>



<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80)">
<h2 class="wp-block-heading has-text-align-center has-huge-font-size" style="font-style:normal;font-weight:600">Recommended by the<br>biggest names in&nbsp;WordPress</h2>
</div>



<div class="wp-block-group five-margin-top is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex">
<div class="wp-block-columns are-vertically-aligned-center wp-container-content-1 is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex" style="padding-top:0;padding-bottom:0">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-5 wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<figure class="wp-block-image aligncenter size-large is-resized"><img data-attachment-id="260948" data-permalink="https://jetpack.com/?attachment_id=260948" data-orig-file="https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png" data-orig-size="1427,223" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="wp.com_" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=850" tabindex="0" role="button" loading="lazy" width="1024" height="160" src="https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=1024" alt="" class="wp-image-260948" style="width:200px" srcset="https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=1024 1024w, https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=150 150w, https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=300 300w, https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png?w=768 768w, https://jetpack.com/wp-content/uploads/2024/02/wp.com_.png 1427w" sizes="(max-width: 1024px) 100vw, 1024px"></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<figure class="wp-block-image aligncenter size-large is-resized"><img data-attachment-id="260949" data-permalink="https://jetpack.com/?attachment_id=260949" data-orig-file="https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp" data-orig-size="2042,388" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="bluehost" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=850" tabindex="0" role="button" loading="lazy" width="1024" height="194" src="https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=1024" alt="" class="wp-image-260949" style="width:200px" srcset="https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=1024 1024w, https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=1021 1021w, https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=150 150w, https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=300 300w, https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp?w=768 768w, https://jetpack.com/wp-content/uploads/2024/02/bluehost.webp 2042w" sizes="(max-width: 1024px) 100vw, 1024px"></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<figure class="wp-block-image aligncenter size-large is-resized"><img data-attachment-id="260950" data-permalink="https://jetpack.com/?attachment_id=260950" data-orig-file="https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp" data-orig-size="2037,303" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="hostgator" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=850" tabindex="0" role="button" loading="lazy" width="1024" height="152" src="https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=1024" alt="" class="wp-image-260950" style="width:200px" srcset="https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=1024 1024w, https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=150 150w, https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=300 300w, https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp?w=768 768w, https://jetpack.com/wp-content/uploads/2024/02/hostgator.webp 2037w" sizes="(max-width: 1024px) 100vw, 1024px"></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<figure class="wp-block-image aligncenter size-large is-resized"><img data-attachment-id="260951" data-permalink="https://jetpack.com/?attachment_id=260951" data-orig-file="https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png" data-orig-size="853,120" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="dreamhost-1" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png?w=850" tabindex="0" role="button" loading="lazy" width="853" height="120" src="https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png?w=853" alt="" class="wp-image-260951" style="width:200px" srcset="https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png 853w, https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png?w=150 150w, https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png?w=300 300w, https://jetpack.com/wp-content/uploads/2024/02/dreamhost-1.png?w=768 768w" sizes="(max-width: 853px) 100vw, 853px"></figure>
</div>
</div>
</div>



<hr class="wp-block-separator alignfull has-text-color has-green-0-color has-alpha-channel-opacity has-green-0-background-color has-background is-style-wide" style="margin-top:6em;margin-bottom:9.5em">



<div class="wp-block-group pricing-homepage is-layout-constrained wp-block-group-is-layout-constrained"><div class="wp-block-jetpackme-new-product-grid">



<div class="jetpack-product-grid__wrapper" data-term="annual">
	<ul class="jetpack-product-grid with-reco jetpack-product-grid--3">
						<li class="reco-left">
			
<div class="jetpack-product-card is-2021 ">
	
	<div class="jetpack-product-card__body">
				<div class="jetpack-product-card__heading-wrapper">
			<header class="jetpack-product-card__heading">
				<h3 class="jetpack-product-card__product-name">
					VaultPress Backup				</h3>
			</header>

			
			<div class="jetpack-product-card__price">
							<span class="jetpack-product-card__discount-label">
					50% off
											<sup>*</sup>
									</span>
				
				<div class="screen-reader-text">
					$4.95 instead of $9.95 per month for the first year, billed yearly				</div>

				<div class="plan-price__values">
					<div class="plan-price">
																					<sup class="plan-price__currency-symbol" title="USD" aria-hidden="true">
									$								</sup>
							
							
							<span class="plan-price__price" aria-hidden="true">4.95</span>
											</div>

											<div class="plan-price jetpack-product-card__original-price is-original">
															<sup class="plan-price__currency-symbol" title="USD" aria-hidden="true">
									$								</sup>
							
							
							<span class="plan-price__price" aria-hidden="true">9.95</span>
						</div>
					
											<span class="jetpack-product-card__billing-time-frame" aria-hidden="true">
															per month for the first year, billed yearly													</span>
									</div>
			</div>
		</div>

					<a class="primary-button jetpack-product-card__button lp-variant--yearly" href="https://wordpress.com/jetpack/connect/jetpack_backup_t1_yearly" data-tracking-id="product-card" data-tracking-product="VaultPress Backup">
				Get Backup			</a>
		
		<p class="jetpack-product-card__description no-widows">Save every change with real‑time backups and get back online quickly with one‑click&nbsp;restores.</p>

		<section class="jetpack-product-card__features">
			<ul class="jetpack-product-card__features-list">
								<li class="jetpack-product-card__features-item no-widows">Real‑time cloud&nbsp;backups</li>
								<li class="jetpack-product-card__features-item no-widows">Starts with 10GB of backup&nbsp;storage</li>
								<li class="jetpack-product-card__features-item no-widows">30‑day archive &amp; activity&nbsp;log*</li>
								<li class="jetpack-product-card__features-item no-widows">
					One-click restores				</li>
							</ul>
		</section>

					<p class="jetpack-product-card__disclaimer nowidows">
				* Subject to your usage and <a href="https://cloud.jetpack.com/pricing#backup-storage-limits-faq">storage limit</a>.			</p>
			</div>

	</div>
		</li>
						<li class="reco">
			
<div class="jetpack-product-card is-2021 is-recommended">
		<p class="jetpack-product-card__reco">
		
		<span class="decorative-gridicon" aria-hidden="true">
			<svg class="gridicon gridicons-star" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"></path></g></svg>
		</span>
			Recommended	</p>
	
	<div class="jetpack-product-card__body">
				<div class="jetpack-product-card__heading-wrapper">
			<header class="jetpack-product-card__heading">
				<h3 class="jetpack-product-card__product-name">
					Security				</h3>
			</header>

			
			<div class="jetpack-product-card__price">
							<span class="jetpack-product-card__discount-label">
					50% off
											<sup>*</sup>
									</span>
				
				<div class="screen-reader-text">
					$9.95 instead of $19.95 per month for the first year, billed yearly				</div>

				<div class="plan-price__values">
					<div class="plan-price">
																					<sup class="plan-price__currency-symbol" title="USD" aria-hidden="true">
									$								</sup>
							
							
							<span class="plan-price__price" aria-hidden="true">9.95</span>
											</div>

											<div class="plan-price jetpack-product-card__original-price is-original">
															<sup class="plan-price__currency-symbol" title="USD" aria-hidden="true">
									$								</sup>
							
							
							<span class="plan-price__price" aria-hidden="true">19.95</span>
						</div>
					
											<span class="jetpack-product-card__billing-time-frame" aria-hidden="true">
															per month for the first year, billed yearly													</span>
									</div>
			</div>
		</div>

					<a class="primary-button jetpack-product-card__button lp-variant--yearly" href="https://wordpress.com/jetpack/connect/jetpack_security_t1_yearly" data-tracking-id="product-card" data-tracking-product="Security">
				Get Security			</a>
		
		<p class="jetpack-product-card__description no-widows">Easy‑to‑use, comprehensive site security. <br><br> Includes VaultPress Backup, Jetpack Scan, and&nbsp;Akismet.</p>

		<section class="jetpack-product-card__features">
			<ul class="jetpack-product-card__features-list">
								<li class="jetpack-product-card__features-item no-widows">Starts with 10GB backup&nbsp;storage</li>
								<li class="jetpack-product-card__features-item no-widows">Comment and form spam protection (10k API&nbsp;calls/mo)</li>
								<li class="jetpack-product-card__features-item no-widows">30‑day activity&nbsp;log</li>
								<li class="jetpack-product-card__features-item no-widows">Real‑time cloud&nbsp;backups</li>
								<li class="jetpack-product-card__features-item no-widows">
					Unlimited restores				</li>
								<li class="jetpack-product-card__features-item no-widows">Website firewall&nbsp;(WAF)</li>
								<li class="jetpack-product-card__features-item no-widows">Real‑time malware&nbsp;scanning</li>
								<li class="jetpack-product-card__features-item no-widows">
					One-click fixes				</li>
							</ul>
		</section>

			</div>

	</div>
		</li>
						<li class="reco-right">
			
<div class="jetpack-product-card is-2021 ">
	
	<div class="jetpack-product-card__body">
				<div class="jetpack-product-card__heading-wrapper">
			<header class="jetpack-product-card__heading">
				<h3 class="jetpack-product-card__product-name">
					Complete				</h3>
			</header>

			
			<div class="jetpack-product-card__price">
							<span class="jetpack-product-card__discount-label">
					50% off
											<sup>*</sup>
									</span>
				
				<div class="screen-reader-text">
					$24.95 instead of $49.95 per month for the first year, billed yearly				</div>

				<div class="plan-price__values">
					<div class="plan-price">
																					<sup class="plan-price__currency-symbol" title="USD" aria-hidden="true">
									$								</sup>
							
							
							<span class="plan-price__price" aria-hidden="true">24.95</span>
											</div>

											<div class="plan-price jetpack-product-card__original-price is-original">
															<sup class="plan-price__currency-symbol" title="USD" aria-hidden="true">
									$								</sup>
							
							
							<span class="plan-price__price" aria-hidden="true">49.95</span>
						</div>
					
											<span class="jetpack-product-card__billing-time-frame" aria-hidden="true">
															per month for the first year, billed yearly													</span>
									</div>
			</div>
		</div>

					<a class="primary-button jetpack-product-card__button lp-variant--yearly" href="https://wordpress.com/jetpack/connect/jetpack_complete" data-tracking-id="product-card" data-tracking-product="Complete">
				Get Complete			</a>
		
		<p class="jetpack-product-card__description no-widows">The full Jetpack suite with real‑time security tools, improved site performance, and tools to grow your&nbsp;business.</p>

		<section class="jetpack-product-card__features">
			<ul class="jetpack-product-card__features-list">
								<li class="jetpack-product-card__features-item no-widows">VaultPress Backup w/ 1TB&nbsp;storage</li>
								<li class="jetpack-product-card__features-item no-widows">Scan w/&nbsp;WAF</li>
								<li class="jetpack-product-card__features-item no-widows">Akismet Anti‑spam w/ 60k API&nbsp;calls/mo</li>
								<li class="jetpack-product-card__features-item no-widows">Stats w/ 100k views/mo (Commercial&nbsp;use)</li>
								<li class="jetpack-product-card__features-item no-widows">VideoPress w/ 1TB&nbsp;storage</li>
								<li class="jetpack-product-card__features-item no-widows">Boost w/ Auto CSS&nbsp;Generation</li>
								<li class="jetpack-product-card__features-item no-widows">Social Advanced w/ unlimited&nbsp;shares</li>
								<li class="jetpack-product-card__features-item no-widows">Site Search up to 100k records and 100k&nbsp;requests/mo</li>
								<li class="jetpack-product-card__features-item no-widows">
					CRM Entrepreneur				</li>
							</ul>
		</section>

			</div>

	</div>
		</li>
			</ul>
</div>



</div>
</div>



<p class="has-text-align-center" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)">For more information about our pricing and free tools, visit our&nbsp;<a href="https://jetpack.com/pricing/">pricing page</a>.</p>



<div class="wp-block-group alignfull has-gray-0-background-color has-background is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80);background-image:url('https://jetpack.com/wp-content/uploads/2024/04/glow-blob-1.png');background-size:cover;">
<figure class="wp-block-image size-large is-resized"><img data-attachment-id="292575" data-permalink="https://jetpack.com/home-2/multiple-devices-2-2/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png" data-orig-size="1707,840" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="multiple-devices-2" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=850" tabindex="0" role="button" loading="lazy" width="1024" height="503" src="https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=1024" alt="" class="wp-image-292575" style="width:560px" srcset="https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=1022 1022w, https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=150 150w, https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=300 300w, https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png?w=768 768w, https://jetpack.com/wp-content/uploads/2024/04/multiple-devices-2.png 1707w" sizes="(max-width: 1024px) 100vw, 1024px"></figure>



<h2 class="wp-block-heading has-huge-font-size" style="font-style:normal;font-weight:600">Jetpack in your&nbsp;pocket</h2>



<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-17 wp-block-group-is-layout-constrained" style="padding-right:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)">
<p class="has-text-align-center has-gray-70-color has-text-color has-link-color wp-elements-1b808e3fdafb078227e9615012233b59" style="margin-right:var(--wp--preset--spacing--30);margin-left:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)">The only WordPress security plugin with a dedicated iOS and Android app —  so you can eliminate malware and restore your site in minutes, no matter where you are.</p>
</div>



<div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-18 wp-block-group-is-layout-flex">
<figure class="wp-block-image size-large is-resized"><a href="https://play.google.com/store/apps/details?id=com.jetpack.android&amp;referrer=utm_source%3Djetpack.com%26utm_campaign%3Djp_site_shortcode%26utm_medium%3Dwebsite"><img data-attachment-id="265165" data-permalink="https://jetpack.com/home-2/en-2/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/03/en.png" data-orig-size="563,168" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="en" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/03/en.png?w=300" data-large-file="https://jetpack.com/wp-content/uploads/2024/03/en.png?w=563" tabindex="0" role="button" loading="lazy" width="563" height="168" src="https://jetpack.com/wp-content/uploads/2024/03/en.png?w=563" alt="" class="wp-image-265165" style="width:auto;height:48px" srcset="https://jetpack.com/wp-content/uploads/2024/03/en.png 563w, https://jetpack.com/wp-content/uploads/2024/03/en.png?w=150 150w, https://jetpack.com/wp-content/uploads/2024/03/en.png?w=300 300w" sizes="(max-width: 563px) 100vw, 563px"></a></figure>



<figure class="wp-block-image size-large is-resized"><a href="https://apps.apple.com/app/apple-store/id1565481562?ct=jetpack.com--jp_site_shortcode&amp;mt=8&amp;pt=299112"><img data-attachment-id="265166" data-permalink="https://jetpack.com/home-2/en-1/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/03/en-1.png" data-orig-size="241,81" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="en-1" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/03/en-1.png?w=241" data-large-file="https://jetpack.com/wp-content/uploads/2024/03/en-1.png?w=241" tabindex="0" role="button" loading="lazy" width="241" height="81" src="https://jetpack.com/wp-content/uploads/2024/03/en-1.png?w=241" alt="" class="wp-image-265166" style="width:auto;height:48px" srcset="https://jetpack.com/wp-content/uploads/2024/03/en-1.png 241w, https://jetpack.com/wp-content/uploads/2024/03/en-1.png?w=150 150w" sizes="(max-width: 241px) 100vw, 241px"></a></figure>
</div>
</div>



<div class="wp-block-group plain-cta is-layout-constrained wp-container-core-group-is-layout-20 wp-block-group-is-layout-constrained" style="margin-top:var(--wp--preset--spacing--80)">
<h2 class="wp-block-heading has-text-align-center has-huge-font-size" style="font-style:normal;font-weight:600">Improve your site security, performance, and growth in just a few&nbsp;clicks</h2>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-jetpack-button"><a class="wp-block-button__link wp-element-button" href="https://jetpack.com/pricing/">Get started</a></div>
</div>
</div>



<hr class="wp-block-separator alignfull has-text-color has-green-0-color has-alpha-channel-opacity has-green-0-background-color has-background is-style-wide">



<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-23 wp-block-group-is-layout-constrained">
<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-22 wp-block-group-is-layout-constrained">
<div class="wp-block-group alignfull is-layout-flow wp-container-core-group-is-layout-21 wp-block-group-is-layout-flow" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
<figure class="wp-block-image aligncenter size-large is-resized"><img data-attachment-id="265169" data-permalink="https://jetpack.com/home-2/open-source-heart-1/" data-orig-file="https://jetpack.com/wp-content/uploads/2024/03/open-source-heart-1.png" data-orig-size="162,144" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="open-source-heart-1" data-image-description="" data-image-caption="" data-medium-file="https://jetpack.com/wp-content/uploads/2024/03/open-source-heart-1.png?w=162" data-large-file="https://jetpack.com/wp-content/uploads/2024/03/open-source-heart-1.png?w=162" tabindex="0" role="button" loading="lazy" width="162" height="144" src="https://jetpack.com/wp-content/uploads/2024/03/open-source-heart-1.png?w=162" alt="" class="wp-image-265169" style="width:54px" srcset="https://jetpack.com/wp-content/uploads/2024/03/open-source-heart-1.png 162w, https://jetpack.com/wp-content/uploads/2024/03/open-source-heart-1.png?w=150 150w" sizes="(max-width: 162px) 100vw, 162px"></figure>



<h3 class="wp-block-heading has-text-align-center" style="font-size:clamp(20px, 1.25rem + ((1vw - 3.2px) * 0.938), 32px);">For the love of open&nbsp;source</h3>



<p class="has-text-align-center has-gray-40-color has-text-color has-link-color wp-elements-25090de63cd5aa4ff0a9fc3fd1db7427">Jetpack contributes <a href="https://wordpress.org/five-for-the-future/">5% of its resources</a> into WordPress development. That means each Jetpack purchase helps improve the sustainability of the WordPress community and the future of the open web.<a href="https://jetpack.com/"></a></p>
</div>
</div>
</div>
											</div>

				</div>

						</div>

<footer>
	<div class="jetpack-footer">
		<div class="jetpack-footer__content">
			<div class="jetpack-footer__head">
				<div>
					
<a href="https://jetpack.com/" aria-label="Jetpack home" class="home-link jetpack-footer__home-link">
	
<svg class="jetpack-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 139.93 38" aria-hidden="true" width="140" height="38">
	<path class="jetpack-emblem" d="M19,0A19,19,0,1,0,38,19,19,19,0,0,0,19,0ZM18,22.15H8.56L18,3.73Zm1.92,12.08V15.81h9.47Z"></path>
	<path d="M49.06,31.55c-.54-.84-1.05-1.67-1.56-2.47,2.68-1.63,3.59-2.94,3.59-5.4V9.43H47.94V6.71h6.7V23C54.64,27.09,53.45,29.41,49.06,31.55Z"></path>
	<path d="M77.16,21.83c0,1.38,1,1.52,1.63,1.52a9.6,9.6,0,0,0,2.32-.43v2.53A10.63,10.63,0,0,1,77.6,26c-1.75,0-3.78-.65-3.78-3.69V14.87H72V12.29h1.84V8.48h3.34v3.81h4.21v2.58H77.16Z"></path>
	<path d="M84.12,32.81V12.26h3.19v1.23a7,7,0,0,1,4.43-1.6c3,0,5.4,2.11,5.4,6.64S94.53,26,90.21,26a12.79,12.79,0,0,1-2.75-.33v7.11H84.12Zm6.75-18.16a5.38,5.38,0,0,0-3.38,1.49v7a11.81,11.81,0,0,0,2.51.26c2.35,0,3.69-1.49,3.69-4.61C93.69,15.92,92.72,14.65,90.87,14.65Z"></path>
	<path d="M110.27,25.71h-3.12V24.22h-.08A6.89,6.89,0,0,1,102.65,26,3.62,3.62,0,0,1,99,22.12c0-3.45,2.94-4.1,5-4.39l2.94-.4v-.4c0-1.81-.73-2.39-2.43-2.39a13.37,13.37,0,0,0-4.39.91l-.29-2.69a17,17,0,0,1,5.11-.87c3.26,0,5.37,1.31,5.37,5.19v8.63Zm-3.34-6.27-2.76.43a1.79,1.79,0,0,0-1.7,1.85,1.5,1.5,0,0,0,1.52,1.7,5.51,5.51,0,0,0,2.94-1.23Z"></path>
	<path d="M124,25.27a12.15,12.15,0,0,1-4.17.76c-5,0-7-2.86-7-7,0-4.39,2.75-7.11,7.21-7.11a10.91,10.91,0,0,1,3.81.66v2.82a11.45,11.45,0,0,0-3.77-.76c-2,0-3.77,1.09-3.77,4.21,0,3.44,1.74,4.49,4,4.49a10,10,0,0,0,3.77-.83v2.79Z"></path>
	<path d="M130.35,18.06c.29-.33.51-.66,4.72-5.77h4.35L134,18.67l6,7.07h-4.36l-5.18-6.38v6.38h-3.34v-19h3.34V18.06Z"></path>
	<path d="M69.47,25.27a15.54,15.54,0,0,1-5,.76c-4.28,0-6.93-2.13-6.93-7.14,0-3.66,2.25-7,6.56-7s5.77,3,5.77,5.8c0,.95-.07,1.46-.11,2H61.17c.07,2.94,1.74,3.62,4.24,3.62a11.57,11.57,0,0,0,4-.83v2.79Zm-3-7.79c0-1.63-.55-3.05-2.32-3.05s-2.69,1.2-2.9,3.05Z"></path>
</svg>
</a>
				</div>
				<div class="jetpack-footer__language">
					
<button aria-label="Select language" class="language-toggle jetpack-footer__language-toggle">
	<span>en</span>
	<svg class="gridicon gridicons-chevron-down" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
		<path d="M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"></path>
	</svg>
</button>				</div>
			</div>
			<nav class="jetpack-footer__sitemap sitemap" aria-label="Footer">
				<ul class="sitemap__list">
					<li class="sitemap__category">
						<span class="sitemap__category-label">WordPress Plugins</span>
						<ul class="sitemap__link-list">
							<li><a href="https://wordpress.org/plugins/akismet/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap_link">Akismet Anti-spam</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Jetpack</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack-boost/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Jetpack Boost</a></li>
							<li><a href="https://wordpress.org/plugins/zero-bs-crm/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Jetpack CRM</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack-protect/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap_link">Jetpack Protect</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack-search/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap_link">Jetpack Search</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack-social/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap_link">Jetpack Social</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack-videopress/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap_link">Jetpack VideoPress</a></li>
							<li><a href="https://wordpress.org/plugins/jetpack-backup/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">VaultPress Backup</a></li>
							<li><a href="https://wordpress.org/plugins/wp-super-cache/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap_link">WP Super Cache</a></li>
							<li><a href="https://jetpack.com/download/" class="sitemap__link">Download</a></li>
						</ul>
					</li>
					<li class="sitemap__category">
						<span class="sitemap__category-label">Partners</span>
						<ul class="sitemap__link-list">
							<li><a href="https://jetpack.com/hosting/" class="sitemap__link">Recommended Hosts</a></li>
							<li><a href="https://jetpack.com/for/hosts/" class="sitemap__link">For Hosts</a></li>
							<li><a href="https://jetpack.com/for-agencies/" class="sitemap__link">For Agencies</a></li>
							<li><a href="https://jetpack.com/affiliates/" class="sitemap__link">For Affiliates</a></li>
						</ul>
					</li>
					<li class="sitemap__category">
						<span class="sitemap__category-label">Developers</span>
						<ul class="sitemap__link-list">
							<li><a href="https://developer.jetpack.com/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Documentation</a></li>
							<li><a href="https://jetpack.com/beta/" class="sitemap__link">Beta Program</a></li>
							<li><a href="https://jetpack.com/contribute/" class="sitemap__link">Contribute to Jetpack</a></li>
							<li><a href="https://github.com/Automattic/jetpack" class="sitemap__link">Jetpack on GitHub</a></li>
						</ul>
					</li>
					<li class="sitemap__category">
						<span class="sitemap__category-label">Legal</span>
						<ul class="sitemap__link-list">
						<li><a href="https://wordpress.com/tos/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Terms of Service</a></li>
						<li><a href="https://automattic.com/privacy/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Privacy Policy</a></li>
						<li>
							<a href="https://jetpack.com/gdpr/" class="sitemap__link">
								GDPR							</a>
						</li>
						
						
						</ul>
					</li>
					<li class="sitemap__category">
						<span class="sitemap__category-label">Help</span>
						<ul class="sitemap__link-list">
														<li><a href="https://jetpack.com/support/" class="sitemap__link">Knowledge Base</a></li>
							<li><a href="https://wordpress.org/support/plugin/jetpack/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer" class="sitemap__link">Forums</a></li>
							<li><a href="https://jetpack.com/webinars/" class="sitemap__link">Webinars</a></li>
							<li><a href="https://jetpack.com/testimonials/" class="sitemap__link">Reviews and Testimonials</a></li>
							<li><a href="https://jetpack.com/features/security/library" class="sitemap__link">Security Library</a></li>
							<li><a href="https://jetpack.com/contact-support/" class="sitemap__link">Contact Us</a></li>
							<li><a href="https://jetpack.com/newsroom/" class="sitemap__link">Press</a></li>
						</ul>
					</li>
					<li class="sitemap__category sitemap__category-social">
						<span class="sitemap__category-label">Social</span>
						<ul class="sitemap__link-list social-properties">
							<li>
								<a href="https://twitter.com/jetpack" class="sitemap__link" aria-label="Jetpack X account (formerly known as Twitter)">
									<img src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/icons/icon-x.svg" alt="X (formerly known as Twitter)" loading="lazy" decoding="async">
								</a>
							</li>
							<li>
								<a href="https://www.facebook.com/jetpackme/" class="sitemap__link" aria-label="Jetpack Facebook page">
									<img src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/icons/icon-facebook.svg" alt="Facebook" loading="lazy" decoding="async">
								</a>
							</li>
							<li>
								<a href="https://www.linkedin.com/company/jetpack-for-wordpress/" class="sitemap__link" aria-label="Jetpack LinkedIn page">
									<img src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/icons/icon-linkedin.svg" alt="LinkedIn" loading="lazy" decoding="async">	
								</a></li>
							<li>
								<a href="https://www.youtube.com/JetpackOfficial" class="sitemap__link" aria-label="Jetpack Youtube channel">
									<img src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/icons/icon-youtube.svg" alt="Youtube" loading="lazy" decoding="async">	
								</a>
							</li>
						</ul>
					</li>
					<li class="sitemap__category sitemap__category-mobile">
						<span class="sitemap__category-label">Mobile Apps</span>
						<div class="store-buttons"><ul><li class="play-store-button" data-tracking-id="play-store"><a href="https://play.google.com/store/apps/details?id=com.jetpack.android&amp;referrer=utm_source%3Djetpack.com%26utm_campaign%3Djp_site_shortcode%26utm_medium%3Dwebsite"><img src="https://s1.wp.com/wp-content/lib/app-badge-buttons/android/en.png?version=20220321" alt="Get Jetpack on Google Play" height="40" width="134" loading="lazy" decoding="async"></a></li><li class="app-store-button" data-tracking-id="app-store"><a href="https://apps.apple.com/app/apple-store/id1565481562?ct=jetpack.com--jp_site_shortcode&amp;mt=8&amp;pt=299112"><img src="https://s1.wp.com/wp-content/lib/app-badge-buttons/ios/en.png?version=20220321" alt="Download Jetpack on the App Store" height="40" width="119" loading="lazy" decoding="async"></a></li></ul></div>					</li>
				</ul>
			</nav>
		</div>
	</div>
	
<div class="a8c-footer">
	<ul class="a8c-footer__link-list">
		<li class="a8c-footer__home">
			<a class="a8c-footer__home-link" href="https://automattic.com/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer">
				An <img class="a8c-footer__a8c-logo" src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/images/logos/logo-a8c-white.svg" alt="Automattic" loading="lazy" decoding="async"> airline			</a>
		</li>
		<li class="a8c-footer__work">
			<a class="a8c-footer__work-link" href="https://automattic.com/work-with-us/?utm_medium=automattic_referred&amp;utm_source=jpcom_footer">
				Work With Us			</a>
		</li>
	</ul>
</div></footer>


<script>
	// Language switcher widget
	jetpackMeReady( function() {
		'use strict';

		var locales = [{"code":"ar","locale_name":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629","href":"https:\/\/jetpack.com\/ar\/"},{"code":"de","locale_name":"Deutsch","href":"https:\/\/jetpack.com\/de\/"},{"code":"en","locale_name":"English","href":"https:\/\/jetpack.com\/"},{"code":"es","locale_name":"Espa\u00f1ol","href":"https:\/\/jetpack.com\/es\/"},{"code":"fr","locale_name":"Fran\u00e7ais","href":"https:\/\/jetpack.com\/fr\/"},{"code":"he","locale_name":"\u05e2\u05b4\u05d1\u05b0\u05e8\u05b4\u05d9\u05ea","href":"https:\/\/jetpack.com\/he\/"},{"code":"id","locale_name":"Bahasa Indonesia","href":"https:\/\/jetpack.com\/id\/"},{"code":"it","locale_name":"Italiano","href":"https:\/\/jetpack.com\/it\/"},{"code":"ja","locale_name":"\u65e5\u672c\u8a9e","href":"https:\/\/jetpack.com\/ja\/"},{"code":"ko","locale_name":"\ud55c\uad6d\uc5b4","href":"https:\/\/jetpack.com\/ko\/"},{"code":"nl","locale_name":"Nederlands","href":"https:\/\/jetpack.com\/nl\/"},{"code":"pt-br","locale_name":"Portugu\u00eas do Brasil","href":"https:\/\/jetpack.com\/pt-br\/"},{"code":"ru","locale_name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","href":"https:\/\/jetpack.com\/ru\/"},{"code":"sv","locale_name":"Svenska","href":"https:\/\/jetpack.com\/sv\/"},{"code":"tr","locale_name":"T\u00fcrk\u00e7e","href":"https:\/\/jetpack.com\/tr\/"},{"code":"zh-cn","locale_name":"\u7b80\u4f53\u4e2d\u6587","href":"https:\/\/jetpack.com\/zh-cn\/"},{"code":"zh-tw","locale_name":"\u7e41\u9ad4\u4e2d\u6587","href":"https:\/\/jetpack.com\/zh-tw\/"}];
		var toggles = document.querySelector( '.language-toggle' );

		window.WPCOMLocaleSwitcher.init( locales, 'en', '.jetpack.com' );

		Array.prototype.forEach.call( document.querySelectorAll( '.language-toggle' ), function ( toggle ) {
			toggle.addEventListener( 'click', function ( event ) {
				event.preventDefault();
				window.WPCOMLocaleSwitcher.toggle();

				const switcher = document.querySelector( '#ls-overlay' );

				// Set the focus to the header when activated to allow screen readers to announce the heading
				const heading = switcher.querySelector( 'h2' );
				heading.setAttribute("tabindex", "-1");
				heading.focus();

				// Trap the focus inside the switcher overlay
				trapFocus( switcher );
			} )
		} );

		// Hide the CCPA DNSD related content until A8C analytics is loaded.
		document.querySelectorAll( '[data-is-ccpa-dnsd]' ).forEach( ( element ) => element.style.display = 'none' );

		document.addEventListener( 'a8c-analytics:loaded', function ( e ) {
			document.querySelectorAll( '[data-is-ccpa-dnsd]' ).forEach( ( element ) => element.style.display = '' );
		} );
	} );

	// This function ensures that the focus is trapped within the element
	function trapFocus( element ) {
		const focusableElements = element.querySelectorAll( 'a[href], button, textarea, input[type="text"], input[type="radio"], input[type="checkbox"], select, [role="button"]' );
		const firstFocusableElement = focusableElements[ 0 ];
		const lastFocusableElement = focusableElements[ focusableElements.length - 1 ];

		element.addEventListener( 'keydown', function( e ) {
			var isTabPressed = ( e.key === 'Tab' || e.keyCode === 9 );

			if ( ! isTabPressed ) {
				return;
			}

			if ( e.shiftKey ) /* shift + tab */ {
				if ( document.activeElement === firstFocusableElement ) {
					lastFocusableElement.focus();
					e.preventDefault();
				}
			} else /* tab */ {
				if ( document.activeElement === lastFocusableElement ) {
					firstFocusableElement.focus();
					e.preventDefault();
				}
			}
		} );
	}
</script>
<!--  -->
		
					<!-- A8C Analytics [start] -->
			<script type="text/javascript">
				( function() {
					'use strict';

					var setupAnalytics = function() {
						window.a8cAnalyticsConfig = {"cookieBanner":{"version":"2","cssZIndex":50001,"skipBanner":false,"cookieDomain":"jetpack.com","v1CookieName":"sensitive_pixel_option","v2CookieName":"sensitive_pixel_options","v1Text":"Our websites and dashboards use cookies. By continuing, you agree to their use. <a target=\"_blank\" href=\"https:\/\/automattic.com\/cookies\/\">Learn more<\/a>, including how to control cookies.","v2Text":"As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.","v2OptionsText":"Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website<\/strong> such as by improving security or conducting analytics, <strong>marketing activities<\/strong> to help deliver relevant marketing or content, and your <strong>user experience<\/strong> such as by remembering your account name, language settings, or cart information, where applicable. You can customize your cookie settings below. Learn more in our <a href=\"https:\/\/automattic.com\/privacy\/\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"https:\/\/automattic.com\/cookies\/\" target=\"_blank\">Cookie Policy<\/a>.","v2EssentialOptionHeading":"Required","v2EssentialOptionText":"These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features, like allowing registered users to authenticate and perform account-related functions, storing preferences set by users (like account name, language, and location), and ensuring our services operate properly.","v2AnalyticsOptionHeading":"Analytics","v2AnalyticsOptionText":"These cookies allow us to optimize performance by collecting information on how users interact with our websites.","v2AdvertisingOptionHeading":"Advertising","v2AdvertisingOptionText":"We and our advertising partners set these cookies to provide you with relevant content and to understand that content\u2019s effectiveness.","v1ButtonText":"Got It!","v2CustomizeButtonText":"Customize","v2AcceptAllButtonText":"Accept all","v2AcceptSelectionButtonText":"Accept selection","hiddenConsents":[],"isLoggedIn":false},"doNotSellDialog":{"contactEmailAddress":"[email protected]"},"adminAnalytics":"analytics-wpcom-admin.php","fireAnalyticsOptions":[]};
					};

					if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
						defQueue.items.push( setupAnalytics );
					} else {
						setupAnalytics();
					}
				} )();
			</script>

			<script type="text/javascript">
	function getJetpackAnalyticsDefaultConfig() {
		return {
			currentUserIdHashShort: "",
			currentUserEmailHash: "",
		};
	}
	document.addEventListener( 'a8c-analytics:loaded-is-ccpa', function ( e ) {
		const isCCPAEligible = JSON.parse(e.detail).isCCPA;

		if ( ! isCCPAEligible ) {
			document.querySelectorAll( '[data-is-ccpa-dnsd]' ).forEach( ( element ) => element.remove() );
			return;
		} 

		document.querySelector( '[data-is-ccpa-dnsd-trigger]' ).onclick = function( ev ) {
			ev.preventDefault();
			window.a8cAnalytics.dnsd.show();
		}
	} );

	document.addEventListener( 'a8c-analytics:loaded', function () {
		'use strict';

		var cb = window.a8cAnalytics.cb;
		var kit = window.a8cAnalytics.kit;

		var gaOptimize = window.a8cGAOptimize || null;
		var ssGAOptimize = window.a8cAnalyticsConfig.ssGAOptimize || null;
		gaOptimize = gaOptimize && gaOptimize.isEnabled() ? gaOptimize : null;

		var config = getJetpackAnalyticsDefaultConfig();

		function fireAffiliateReferrals() {
			kit.attachScriptElement(
				'https://refer.wordpress.com/wp-content/themes/refer-wordpress/assets/js/referrals.min.js?v=20240312',
				null,
				null,
				{ 'data-vendor': 67401 }
			);
		}

		function fireGoogleAnalyticsWithGtag() {
			kit.loadGtag( 'UA-52447-43', {
				anonymize_ip: true,
				linker: {
					domains: [ 'wordpress.com' ]
				}
			} );
		}

		function fireGoogleTagManager() {
			kit.loadGoogleTagManager( 'GTM-MWWK6WM' );
		}

		function fireGoogleAnalyticsFour() {
			const TAG_ID = 'G-K8CRH0LL00';
			// GA4 Property ID: 274359814
			// IP anonymization is the default
			kit.loadGtag( TAG_ID );

			window.fixLinkerData = window.fixLinkerData || {};

			gtag( 'get', TAG_ID, 'client_id', function( client_id ) {
				window.fixLinkerData.cid = client_id;
			} );
			gtag( 'get', TAG_ID, 'session_id', function( session_id ) {
				window.fixLinkerData.sid = session_id;
			} );
		}

		function fireFacebook() {
			kit.loadFacebook();
			fbq( 'init', '919484458159593' );
			fbq( 'track', "PageView" );
		}

		function fireBing() {
			(function( w, d, t, r, u ) {
				var f, n, i;
				w[ u ] = w[ u ] || [], f = function() {
					var o = { ti: "4074038" };
					o.q = w[ u ], w[ u ] = new UET( o ), w[ u ].push( "pageLoad" )
				}, n = d.createElement( t ), n.src = r, n.async = 1, n.onload = n.onreadystatechange = function() {
					var s = this.readyState;
					s && s !== "loaded" && s !== "complete" || ( f(), n.onload = n.onreadystatechange = null )
				}, i = d.getElementsByTagName( t )[ 0 ], i.parentNode.insertBefore( n, i )
			} )( window, document, "script", "//s1.wp.com/wp-content/mu-plugins/a8c-analytics/3rd-party/bing/bat.js?v=20190826", "uetq" );
		}

		function fireHotjar() {
			// Don't fire session trackers if the user is in a state with sensitive session tracker laws
			if ( kit.pertainsToSTS() ) {
				return;
			}

			if ( window.location.pathname.startsWith( '/individual-plugins' ) ) {
				kit.fireHotjar( '6240' );
			}
		}

		function fireLinkedinInsight() {
			kit.loadLinkedinInsight( "4537722" );

			const pixelImage = kit.loadPixelImage( "https://px.ads.linkedin.com/collect/?pid=4537722&fmt=gif" );
			pixelImage.style.display = "none";
			document.body.appendChild( pixelImage );
		}

		function fireTwitter() {
			kit.loadTwitter();
			twq('config','odlje');
		}

		function loadGoogleAdsGtag() {
			kit.loadGtag( 'AW-946162814' );
		}

		function loadFullStory() {
			if (
				window.location.pathname.startsWith( '/support' ) ||
				window.location.pathname.startsWith( '/blog' ) ||
				window.location.pathname.startsWith( '/contact-support' ) ||
				/^\/\d{4}\/\d{2}\/\d{2}\//.test( window.location.pathname )
			) {
				return;
			} else {
				kit.loadFullStory( '181XXV' );
			}
		}

		function loadLogRocket() {
			// Don't load LogRocket script on the blog page
			if ( window.location.pathname.startsWith( '/blog' ) ) {
				return;
			}

			kit.loadLogRocket( 'fsw5w8/jetpack-logrocket-trial' );
		}

		function fireImpactAffiliate() {
			kit.loadImpactAffiliate( config.currentUserIdHashShort, config.currentUserEmailHash );
		}

		if ( kit.doNotTrack() ) {
			if ( gaOptimize ) {
				gaOptimize.endAsyncDim();
			}
			return;
		}

		function applyLinkers() {
			kit.linkQueryVars( [
				{
					includeRegExps: [
						/^(?:[^\/]+\.)?(?:wordpress|jetpack|woocommerce|crowdsignal|wpjobmanager)\.com(?:\/|$)/i,
					],
					linkQueryVars: [
						'aff',
						'affiliate',
						'cid', // Aff campaign ID.
						'sid', // Aff sub ID.
						'gclid', // Google Ads
						'irclickid', // Impact Affiliate Click ID
					],
				},
				{
					includeRegExps: [
						/^(?:[^\/]+\.)?(?:wordpress|jetpack)\.com(?:\/|$)/i,
					],
					linkQueryVars: [
						'coupon',
					],
				},
			] );
		}

		// ------- Apply Linkers -------

		applyLinkers();

		// ------- Fire Normal Pixels -------

		cb.addTracker( 'analytics', false, fireAffiliateReferrals );

		// ------- Fire "Sensitive" Pixels -------

				cb.addTracker( 'advertising', true, fireGoogleAnalyticsWithGtag );
		cb.addTracker( 'advertising', true, fireGoogleTagManager );
		cb.addTracker( 'analytics', true, loadFullStory );
		cb.addTracker( 'advertising', true, loadLogRocket );
		cb.addTracker( 'advertising', true, loadGoogleAdsGtag );
		cb.addTracker( 'advertising', true, fireFacebook );
		cb.addTracker( 'advertising', true, fireBing );
		cb.addTracker( 'analytics', true, fireGoogleAnalyticsFour );
		cb.addTracker( 'advertising', true, fireHotjar );
		cb.addTracker( 'advertising', true, fireLinkedinInsight );
		cb.addTracker( 'advertising', true, fireTwitter );
		cb.addTracker( 'advertising', true, fireImpactAffiliate );

	} );
</script>

			<script src="https://s0.wp.com/wp-content/mu-plugins/a8c-analytics/a8c-analytics.js?v=1721665485" async="true"></script><script type="text/javascript">
				( function() {
					'use strict';
					var currentScript = document.currentScript;

					var setupAnalytics = function() {
						function getScript() {
							var script = document.createElement( 'script' );
							var prev = currentScript || document.getElementsByTagName( 'script' )[ 0 ];
							script.setAttribute( 'src', "https:\/\/s0.wp.com\/wp-content\/mu-plugins\/a8c-analytics\/a8c-analytics.js?v=1721665485" );
							script.setAttribute( 'async', true );
							prev.parentNode.insertBefore( script, prev );
						}

													getScript();
											};

					if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
						defQueue.items.push( setupAnalytics );
					} else {
						setupAnalytics();
					}
				} )();
			</script>
			<!-- A8C Analytics [end] -->
			<div style="display:none">
	</div>
		<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">

		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope="" itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"></path>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"></rect>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"></path>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"></rect>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"></path>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"></rect>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"></path>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"></rect>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"></path>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"></rect>
									</g>
								</svg>

								<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Loading Comments...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
												<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Website</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
															</fieldset>
																											</div>
													<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>

								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"></path>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"></rect>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>

		</div>
		<link crossorigin="anonymous" rel="stylesheet" id="all-css-0-2" href="https://s0.wp.com/_static/??-eJyljEsKgDAMBS9kDUUquhDPom0Qaz/BNHh9KdgTuBl4w2PgIWVzKpgKRFEU5DgTg8dCm72+DTHnCicBGex2Z2EMwM9JeKtdkgvYW+YOftTaqYkaXOOix8noQU+z8S9MR0BZ&amp;cssminify=yes" type="text/css" media="all">
<style id="core-block-supports-inline-css">
.wp-container-core-buttons-is-layout-1{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;}.wp-container-core-group-is-layout-2 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:880px;margin-left:auto !important;margin-right:auto !important;}.wp-container-core-group-is-layout-2 > .alignwide{max-width:880px;}.wp-container-core-group-is-layout-2 .alignfull{max-width:none;}.wp-container-core-group-is-layout-2 > .alignfull{margin-right:calc(0px * -1);margin-left:calc(0px * -1);}.wp-elements-b96cccd9f086fd2451c2735c10a674e0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--jetpack-green-60);}.wp-container-core-buttons-is-layout-2{flex-wrap:nowrap;}.wp-container-core-group-is-layout-3 > .alignfull{margin-right:calc(var(--wp--preset--spacing--30) * -1);margin-left:calc(var(--wp--preset--spacing--30) * -1);}.wp-elements-5cfd535f66f4dba23f5bf25bac153e40 a:where(:not(.wp-element-button)){color:#ffffff;}.wp-container-core-group-is-layout-5 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-5 > * + *{margin-block-start:var(--wp--preset--spacing--40);margin-block-end:0;}.wp-container-core-cover-is-layout-1 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:810px;margin-left:auto !important;margin-right:auto !important;}.wp-container-core-cover-is-layout-1 > .alignwide{max-width:810px;}.wp-container-core-cover-is-layout-1 .alignfull{max-width:none;}.wp-container-core-buttons-is-layout-3{align-items:center;}.wp-container-core-group-is-layout-7{flex-direction:column;align-items:flex-start;}.wp-container-core-column-is-layout-4 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-4 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-columns-is-layout-2{flex-wrap:nowrap;}.wp-elements-ee54a7688f4942b22b9c1fd74b03370e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--jetpack-green-60);}.wp-elements-2ac433268f8ef2191555708176e49fa6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--jetpack-green-60);}.wp-elements-04114d8e14a9fe91df12bbddc1cabe9d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--jetpack-green-60);}.wp-container-core-group-is-layout-13 > .alignfull{margin-right:calc(0px * -1);margin-left:calc(0px * -1);}.wp-container-core-column-is-layout-5 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-5 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-content-1{flex-grow:1;}.wp-container-core-columns-is-layout-3{flex-wrap:nowrap;gap:0 2em;}.wp-container-core-group-is-layout-15{flex-wrap:nowrap;justify-content:space-between;}.wp-elements-1b808e3fdafb078227e9615012233b59 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--gray-70);}.wp-container-core-group-is-layout-17 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:640px;margin-left:auto !important;margin-right:auto !important;}.wp-container-core-group-is-layout-17 > .alignwide{max-width:640px;}.wp-container-core-group-is-layout-17 .alignfull{max-width:none;}.wp-container-core-group-is-layout-17 > .alignfull{margin-right:calc(var(--wp--preset--spacing--20) * -1);margin-left:calc(var(--wp--preset--spacing--20) * -1);}.wp-container-core-group-is-layout-17 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-17 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-18{flex-wrap:nowrap;}.wp-container-core-group-is-layout-19{flex-direction:column;align-items:center;}.wp-container-core-buttons-is-layout-7{justify-content:center;}.wp-container-core-group-is-layout-20 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:640px;margin-left:auto !important;margin-right:auto !important;}.wp-container-core-group-is-layout-20 > .alignwide{max-width:1200px;}.wp-container-core-group-is-layout-20 .alignfull{max-width:none;}.wp-elements-25090de63cd5aa4ff0a9fc3fd1db7427 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--gray-40);}.wp-container-core-group-is-layout-21 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-21 > * + *{margin-block-start:var(--wp--preset--spacing--50);margin-block-end:0;}.wp-container-core-group-is-layout-22 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:300px;margin-left:auto !important;margin-right:auto !important;}.wp-container-core-group-is-layout-22 > .alignwide{max-width:300px;}.wp-container-core-group-is-layout-22 .alignfull{max-width:none;}.wp-container-core-group-is-layout-23 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:640px;margin-left:auto !important;margin-right:auto !important;}.wp-container-core-group-is-layout-23 > .alignwide{max-width:640px;}.wp-container-core-group-is-layout-23 .alignfull{max-width:none;}
</style>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/_static/??/wp-content/mu-plugins/jetpack-plugin/moon/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js,/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1727178113j"></script>
<script type="text/javascript" id="wp-jp-i18n-loader-js-after">
/* <![CDATA[ */
wp.jpI18nLoader.state = {"baseUrl":"https://widgets.wp.com/languages/","locale":"en_US","domainMap":{"jetpack-admin-ui":"plugins/jetpack","jetpack-assets":"plugins/jetpack","jetpack-backup-pkg":"plugins/jetpack","jetpack-blaze":"plugins/jetpack","jetpack-boost-core":"plugins/jetpack","jetpack-boost-speed-score":"plugins/jetpack","jetpack-classic-theme-helper":"plugins/jetpack","jetpack-compat":"plugins/jetpack","jetpack-config":"plugins/jetpack","jetpack-connection":"plugins/jetpack","jetpack-explat":"plugins/jetpack","jetpack-forms":"plugins/jetpack","jetpack-image-cdn":"plugins/jetpack","jetpack-import":"plugins/jetpack","jetpack-ip":"plugins/jetpack","jetpack-jitm":"plugins/jetpack","jetpack-licensing":"plugins/jetpack","jetpack-masterbar":"plugins/jetpack","jetpack-my-jetpack":"plugins/jetpack","jetpack-password-checker":"plugins/jetpack","jetpack-plugins-installer":"plugins/jetpack","jetpack-post-list":"plugins/jetpack","jetpack-protect-models":"plugins/jetpack","jetpack-protect-status":"plugins/jetpack","jetpack-publicize-pkg":"plugins/jetpack","jetpack-search-pkg":"plugins/jetpack","jetpack-stats":"plugins/jetpack","jetpack-stats-admin":"plugins/jetpack","jetpack-sync":"plugins/jetpack","jetpack-videopress-pkg":"plugins/jetpack","jetpack-waf":"plugins/jetpack","jetpack-wordads":"plugins/jetpack","woocommerce-analytics":"plugins/jetpack"},"domainPaths":{"jetpack-admin-ui":"jetpack_vendor/automattic/jetpack-admin-ui/","jetpack-assets":"jetpack_vendor/automattic/jetpack-assets/","jetpack-backup-pkg":"jetpack_vendor/automattic/jetpack-backup/","jetpack-blaze":"jetpack_vendor/automattic/jetpack-blaze/","jetpack-boost-core":"jetpack_vendor/automattic/jetpack-boost-core/","jetpack-boost-speed-score":"jetpack_vendor/automattic/jetpack-boost-speed-score/","jetpack-classic-theme-helper":"jetpack_vendor/automattic/jetpack-classic-theme-helper/","jetpack-compat":"jetpack_vendor/automattic/jetpack-compat/","jetpack-config":"jetpack_vendor/automattic/jetpack-config/","jetpack-connection":"jetpack_vendor/automattic/jetpack-connection/","jetpack-explat":"jetpack_vendor/automattic/jetpack-explat/","jetpack-forms":"jetpack_vendor/automattic/jetpack-forms/","jetpack-image-cdn":"jetpack_vendor/automattic/jetpack-image-cdn/","jetpack-import":"jetpack_vendor/automattic/jetpack-import/","jetpack-ip":"jetpack_vendor/automattic/jetpack-ip/","jetpack-jitm":"jetpack_vendor/automattic/jetpack-jitm/","jetpack-licensing":"jetpack_vendor/automattic/jetpack-licensing/","jetpack-masterbar":"jetpack_vendor/automattic/jetpack-masterbar/","jetpack-my-jetpack":"jetpack_vendor/automattic/jetpack-my-jetpack/","jetpack-password-checker":"jetpack_vendor/automattic/jetpack-password-checker/","jetpack-plugins-installer":"jetpack_vendor/automattic/jetpack-plugins-installer/","jetpack-post-list":"jetpack_vendor/automattic/jetpack-post-list/","jetpack-protect-models":"jetpack_vendor/automattic/jetpack-protect-models/","jetpack-protect-status":"jetpack_vendor/automattic/jetpack-protect-status/","jetpack-publicize-pkg":"jetpack_vendor/automattic/jetpack-publicize/","jetpack-search-pkg":"jetpack_vendor/automattic/jetpack-search/","jetpack-stats":"jetpack_vendor/automattic/jetpack-stats/","jetpack-stats-admin":"jetpack_vendor/automattic/jetpack-stats-admin/","jetpack-sync":"jetpack_vendor/automattic/jetpack-sync/","jetpack-videopress-pkg":"jetpack_vendor/automattic/jetpack-videopress/","jetpack-waf":"jetpack_vendor/automattic/jetpack-waf/","jetpack-wordads":"jetpack_vendor/automattic/jetpack-wordads/","woocommerce-analytics":"jetpack_vendor/automattic/woocommerce-analytics/"}};
/* ]]> */
</script>
<script type="text/javascript" crossorigin="anonymous" src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.4.0/build/url/index.min.js?m=1728516282i&amp;ver=43043875289a4019ddc0" id="wp-url-js"></script>
<script type="text/javascript" id="jetpack-instant-search-js-before">
/* <![CDATA[ */
var JetpackInstantSearchOptions=JSON.parse(decodeURIComponent("%7B%22overlayOptions%22%3A%7B%22colorTheme%22%3A%22light%22%2C%22enableInfScroll%22%3Atrue%2C%22enableFilteringOpensOverlay%22%3Atrue%2C%22enablePostDate%22%3Atrue%2C%22enableSort%22%3Atrue%2C%22highlightColor%22%3A%22%23e6f2e8%22%2C%22overlayTrigger%22%3A%22results%22%2C%22resultFormat%22%3A%22minimal%22%2C%22showPoweredBy%22%3Atrue%2C%22defaultSort%22%3A%22relevance%22%2C%22excludedPostTypes%22%3A%5B%5D%7D%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fjetpack.com%22%2C%22locale%22%3A%22en%22%2C%22postsPerPage%22%3A10%2C%22siteId%22%3A20115252%2C%22postTypes%22%3A%7B%22post%22%3A%7B%22singular_name%22%3A%22Post%22%2C%22name%22%3A%22Posts%22%7D%2C%22page%22%3A%7B%22singular_name%22%3A%22Page%22%2C%22name%22%3A%22Pages%22%7D%2C%22attachment%22%3A%7B%22singular_name%22%3A%22Media%22%2C%22name%22%3A%22Media%22%7D%2C%22security%22%3A%7B%22singular_name%22%3A%22Vulnerability%22%2C%22name%22%3A%22Vulnerabilities%22%7D%2C%22jetpack_support%22%3A%7B%22singular_name%22%3A%22Article%22%2C%22name%22%3A%22Support%22%7D%7D%2C%22webpackPublicPath%22%3A%22https%3A%5C%2F%5C%2Fs0.wp.com%5C%2Fwp-content%5C%2Fmu-plugins%5C%2Fjetpack-plugin%5C%2Fmoon%5C%2Fjetpack_vendor%5C%2Fautomattic%5C%2Fjetpack-search%5C%2Fbuild%5C%2Finstant-search%5C%2F%22%2C%22isPhotonEnabled%22%3Atrue%2C%22isFreePlan%22%3Afalse%2C%22apiRoot%22%3A%22https%3A%5C%2F%5C%2Fpublic-api.wordpress.com%5C%2F%22%2C%22apiNonce%22%3A%22997d296465%22%2C%22isPrivateSite%22%3Afalse%2C%22isWpcom%22%3Atrue%2C%22hasOverlayWidgets%22%3Atrue%2C%22widgets%22%3A%5B%7B%22filters%22%3A%5B%7B%22name%22%3A%22Post%20Types%22%2C%22type%22%3A%22post_type%22%2C%22count%22%3A20%2C%22widget_id%22%3A%22jetpack-search-filters-7%22%2C%22filter_id%22%3A%22post_type_0%22%7D%2C%7B%22name%22%3A%22Categories%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22category%22%2C%22count%22%3A6%2C%22widget_id%22%3A%22jetpack-search-filters-7%22%2C%22filter_id%22%3A%22taxonomy_1%22%7D%2C%7B%22name%22%3A%22Year%22%2C%22type%22%3A%22date_histogram%22%2C%22count%22%3A5%2C%22field%22%3A%22post_date%22%2C%22interval%22%3A%22year%22%2C%22widget_id%22%3A%22jetpack-search-filters-7%22%2C%22filter_id%22%3A%22date_histogram_2%22%7D%5D%2C%22widget_id%22%3A%22jetpack-search-filters-7%22%7D%5D%2C%22widgetsOutsideOverlay%22%3A%5B%5D%2C%22hasNonSearchWidgets%22%3Afalse%2C%22preventTrackingCookiesReset%22%3Atrue%2C%22adminQueryFilter%22%3A%7B%22bool%22%3A%7B%22must_not%22%3A%5B%7B%22term%22%3A%7B%22post_type%22%3A%22attachment%22%7D%7D%2C%7B%22term%22%3A%7B%22post_type%22%3A%22security%22%7D%7D%5D%7D%7D%7D"));
/* ]]> */
</script>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?m=1728589033i"></script>
<script type="text/javascript" crossorigin="anonymous" src="//stats.wp.com/w.js?ver=202442" id="jp-tracks-js"></script>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/wp-content/plugins/wp-parsely/build/loader.js?m=1651502011i"></script>
<script type="text/javascript" data-parsely-site="jetpack.com" src="https://cdn.parsely.com/keys/jetpack.com/p.js?ver=3.3.2" id="parsely-cfg"></script>
<script type="text/javascript" id="coblocks-loader-js-extra">
/* <![CDATA[ */
var wpcom_coblocks_js = {"coblocks_masonry_js":"https:\/\/s0.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-masonry.min.js","coblocks_lightbox_js":"https:\/\/s0.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-lightbox.min.js","jquery_core_js":"\/wp-includes\/js\/jquery\/jquery.min.js","jquery_migrate_js":"\/wp-includes\/js\/jquery\/jquery-migrate.min.js","masonry_js":"\/wp-includes\/js\/masonry.min.js","imagesloaded_js":"\/wp-includes\/js\/imagesloaded.min.js"};
var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"};
/* ]]> */
</script>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/_static/??-eJylkEluwzAMRS9UiXE6uYsiZ6Fl1qZDDRCZ+PpVAggtsiu6EiXwvU8R9uJCTkbJoMhl4aQQ8iQ5nBWOfhj94JRjEXKVrv4FZlaD7afJScaZqo+c/KZP8MtnK0VSwDHARlYwnCO5RPsNX+lOPRDCEzQrtrTlQqpUne5sYaUKvXA7zwtZ7+vP/1FZxaSCxjnpXz4RsggW5UnoEeu7vPJMGbDlm96Q+72fpbbBHH9VbE4s3CSn+Dm8H99ex+fDx2H7BmpemXE="></script>
<script type="text/javascript" crossorigin="anonymous" src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.4.0/build/dom-ready/index.min.js?m=1728516282i&amp;ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script>
<script type="text/javascript" id="wp-dom-ready-js-after">
/* <![CDATA[ */
wp.galleryBlockV2Enabled = true
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-carousel-js-extra">
/* <![CDATA[ */
var jetpackSwiperLibraryPath = {"url":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/_inc\/build\/carousel\/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/jetpack.com\/wp-admin\/admin-ajax.php","nonce":"ddbce7e25e","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/jetpack.com?logmein=1&redirect_to=https:\/\/jetpack.com\/","blog_id":"20115252","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=20115252&v=wpcom&tz=-4&user_id=0&subd=jetpackme","is_public":"1"};
/* ]]> */
</script>
<script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/_static/??-eJyFj+EKwiAUhV8odylY80/0KMPppVzqlXndXj9ZOWJE/RHO4TufXFii0BQYA4PPIrp8syHBiByVfrwzeKJQu37GYGgClZm8YrZ6o2drkOKEKcGQrTMwOCo1GstlsIYEK1ReXJoxHeDjf76jxwRKbkaPIuBSly+nVhPlhO6r4s8JvQ16r6lcLRpvww9txcQSNfldLLurvxy7UyulPHft+AROZIQy"></script>

	<script type="text/javascript">
		(function () {
			var wpcom_reblog = {
				source: 'toolbar',

				toggle_reblog_box_flair: function (obj_id, post_id) {

					// Go to site selector. This will redirect to their blog if they only have one.
					const postEndpoint = `https://wordpress.com/post`;

					// Ideally we would use the permalink here, but fortunately this will be replaced with the 
					// post permalink in the editor.
					const originalURL = `${ document.location.href }?page_id=${ post_id }`; 
					
					const url =
						postEndpoint +
						'?url=' +
						encodeURIComponent( originalURL ) +
						'&is_post_share=true' +
						'&v=5';

					const redirect = function () {
						if (
							! window.open( url, '_blank' )
						) {
							location.href = url;
						}
					};

					if ( /Firefox/.test( navigator.userAgent ) ) {
						setTimeout( redirect, 0 );
					} else {
						redirect();
					}
				},
			};

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
  if ( window.external &&'msIsSiteMode' in window.external) {
    if (window.external.msIsSiteMode()) {
      var jl = document.createElement('script');
      jl.type='text/javascript';
      jl.async=true;
      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(jl, s);
    }
  }
}catch(e){}
})();
// ]]>
</script><script src="//stats.wp.com/w.js?67" defer=""></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'20115252','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]);
_stq.push(['view', {'blog':'20115252','v':'wpcom','tz':'-4','user_id':'0','post':'265143','subd':'jetpackme'}]);
_stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfQUFfS0I0RTVyaVNCWFtdSHNVZmRNW2tBSnY/cWkuSUtbL0cyLUMsVWxydCtmRENoWzZrLmI3U2M9NmtMOS1wazlCam4xaEcmSDRbXSw3PVtUaWgvUEpUWy55QiZMa0o9OVd6TF9dejRrV3ZXL3A9YVNmZmVHfmduVz96M3xTN2smcHhjTDVCT1FDZn45TlY3P2hoMFVIdl82RjFwLXk3Sm9OQm9pZ2lCUUhYRTdvanpkej9pSHZiaDQ1bmxFVmVpW0wtQjM0'}]);
_stq.push([ 'clickTrackerInit', '20115252', '265143' ]);
</script><style>img#wpstats {
			position: absolute !important;
			clip: rect(0, 0, 0, 0);
			padding: 0 !important;
			border: 0 !important;
			height: 0 !important;
			width: 0 !important;
			overflow: hidden;
		}</style><img src="https://pixel.wp.com/g.gif?blog=20115252&amp;v=wpcom&amp;tz=-4&amp;user_id=0&amp;post=265143&amp;subd=jetpackme&amp;host=jetpack.com&amp;ref=&amp;rand=0.4712661245505476" alt="" id="wpstats">
<noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript>
<script defer="" id="bilmur" data-customproperties="{&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;a8c\/jetpackme-new&quot;,&quot;wptheme_is_block&quot;:&quot;0&quot;}" data-provider="wordpress.com" data-service="simple" src="/wp-content/js/bilmur.min.js?i=12&amp;m=202442"></script><script crossorigin="anonymous" type="text/javascript" src="https://s0.wp.com/wp-content/themes/a8c/jetpackme-new/js/utm-tracking.js?m=1724157845i"></script>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {

	wpcom_mobile_user_agent_info.init();
	var mobileStatsQueryString = "";
	
	if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
		mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
	
	if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
		mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
	
	if( wpcom_mobile_user_agent_info.isIPad() )
		mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';

	if( "" != mobileStatsQueryString ) {
		new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
	}
	
}
</script>	


<div id="ls-overlay" class="slide-in-up"><span id="ls-overlay-close" class="noticon noticon-close-alt" tabindex="0" role="button"></span><h2>Language</h2><ul><li><a data-locale-code="ar" data-locale-title="اللغة" href="https://jetpack.com/ar/">العربية</a></li><li><a data-locale-code="de" data-locale-title="Sprache" href="https://jetpack.com/de/">Deutsch</a></li><li class="active"><a data-locale-code="en" data-locale-title="Language" href="#">English</a></li><li><a data-locale-code="es" data-locale-title="Idioma" href="https://jetpack.com/es/">Español</a></li><li><a data-locale-code="fr" data-locale-title="Langue" href="https://jetpack.com/fr/">Français</a></li><li><a data-locale-code="he" data-locale-title="שפה" href="https://jetpack.com/he/">עִבְרִית</a></li><li><a data-locale-code="id" data-locale-title="Bahasa" href="https://jetpack.com/id/">Bahasa Indonesia</a></li><li><a data-locale-code="it" data-locale-title="Lingua" href="https://jetpack.com/it/">Italiano</a></li><li><a data-locale-code="ja" data-locale-title="言語" href="https://jetpack.com/ja/">日本語</a></li><li><a data-locale-code="ko" data-locale-title="언어" href="https://jetpack.com/ko/">한국어</a></li><li><a data-locale-code="nl" data-locale-title="Taal" href="https://jetpack.com/nl/">Nederlands</a></li><li><a data-locale-code="pt-br" data-locale-title="Idioma" href="https://jetpack.com/pt-br/">Português do Brasil</a></li><li><a data-locale-code="ru" data-locale-title="Язык" href="https://jetpack.com/ru/">Русский</a></li><li><a data-locale-code="sv" data-locale-title="Språk" href="https://jetpack.com/sv/">Svenska</a></li><li><a data-locale-code="tr" data-locale-title="Dil" href="https://jetpack.com/tr/">Türkçe</a></li><li><a data-locale-code="zh-cn" data-locale-title="语言" href="https://jetpack.com/zh-cn/">简体中文</a></li><li><a data-locale-code="zh-tw" data-locale-title="語言" href="https://jetpack.com/zh-tw/">繁體中文</a></li></ul></div><iframe scrolling="no" id="wpcom_remote_login_key" src="https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=key&amp;origin=aHR0cHM6Ly9qZXRwYWNrLmNvbQ%3D%3D&amp;wpcomid=20115252&amp;time=1729458841" style="display: none;"></iframe><div aria-hidden="true" aria-labelledby="jetpack-instant-search__overlay-title" role="dialog" class="jetpack-instant-search jetpack-instant-search__overlay jetpack-instant-search__overlay--light  is-hidden"><h1 id="jetpack-instant-search__overlay-title" class="screen-reader-text">Search results</h1><div class="jetpack-instant-search__search-results-wrapper has-colophon"><div aria-hidden="false" class="jetpack-instant-search__search-results"><div role="form" class="jetpack-instant-search__search-results-controls"><form autocomplete="off" role="search" class="jetpack-instant-search__search-results-search-form"><div class="jetpack-instant-search__search-form"><div class="jetpack-instant-search__box"><label for="jetpack-instant-search__box-input-1" class="jetpack-instant-search__box-label"><div class="jetpack-instant-search__box-gridicon"><svg focusable="true" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" aria-hidden="false" class="gridicon gridicons-search " style="height: 24px; width: 24px;"><title>Magnifying Glass</title><g><path d="M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"></path></g></svg></div><input autocomplete="off" id="jetpack-instant-search__box-input-1" inputmode="search" placeholder="Search…" type="search" class="search-field jetpack-instant-search__box-input"><button tabindex="-1" class="screen-reader-text assistive-text">Search</button></label></div></div></form><button tabindex="0" aria-label="Close search results" class="jetpack-instant-search__overlay-close"><svg focusable="false" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="gridicon gridicons-cross " style="height: 24px; width: 24px;"><title>Close search results</title><g><path d="M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"></path></g></svg></button></div><div role="form" class="jetpack-instant-search__search-form-controls"><div role="button" tabindex="0" class="jetpack-instant-search__search-results-filter-button">Filters<svg focusable="true" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="gridicon gridicons-chevron-down " style="height: 16px; width: 16px;"><g><path d="M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"></path></g></svg><span class="screen-reader-text assistive-text">Show filters</span></div><div aria-controls="jetpack-instant-search__search-results-content" class="jetpack-instant-search__search-sort jetpack-instant-search__search-sort-with-links"><div class="screen-reader-text">Sort by: </div><button aria-current="true" data-value="relevance" class="jetpack-instant-search__search-sort-option is-selected">Relevance</button><span aria-hidden="true" class="jetpack-instant-search__search-sort-separator">•</span><button aria-current="false" data-value="newest" class="jetpack-instant-search__search-sort-option ">Newest</button><span aria-hidden="true" class="jetpack-instant-search__search-sort-separator">•</span><button aria-current="false" data-value="oldest" class="jetpack-instant-search__search-sort-option ">Oldest</button></div></div><div aria-live="polite" id="jetpack-instant-search__search-results-content" class="jetpack-instant-search__search-results-content"><div class="jetpack-instant-search__search-results-primary"><style>
							.jetpack-instant-search *::selection,
							.jetpack-instant-search .jetpack-instant-search__search-results .jetpack-instant-search__search-results-primary .jetpack-instant-search__search-result mark {
								color: black;
								background-color: #e6f2e8;
							}
						</style><h2 class="jetpack-instant-search__search-results-title">No results found</h2></div><div class="jetpack-instant-search__search-results-secondary  "><div class="jetpack-instant-search__sidebar"><div class="jetpack-instant-search__search-filters"><h2 class="jetpack-instant-search__search-filters-title">Filter options</h2></div><div class="jetpack-instant-search__widget-area-container"><div class="jetpack-instant-search__widget-area" style="">
							<div id="jetpack-search-filters-7" class="widget jetpack-filters widget_search">			<div id="jetpack-search-filters-7-wrapper" class="jetpack-instant-search-wrapper">
		<div id="jetpack-search-filters-7-portaled-wrapper" class="jetpack-instant-search__portaled-wrapper"><div class="jetpack-instant-search__search-filters"></div></div></div></div>					</div></div></div></div></div><button id="jetpack-instant-search__overlay-focus-anchor">Close Search</button></div><div class="jetpack-instant-search__jetpack-colophon"><a href="https://jetpack.com/upgrade/search/?utm_source=poweredby" rel="external noopener noreferrer nofollow" target="_blank" class="jetpack-instant-search__jetpack-colophon-link"><svg height="12" width="12" viewBox="0 0 32 32" class="jetpack-instant-search__jetpack-colophon-logo"><path fill="#069e08" d="M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z" class="jetpack-logo__icon-circle"></path><polygon fill="#fff" points="15,19 7,19 15,3 " class="jetpack-logo__icon-triangle"></polygon><polygon fill="#fff" points="17,29 17,13 25,13 " class="jetpack-logo__icon-triangle"></polygon></svg><span class="jetpack-instant-search__jetpack-colophon-text">Search powered by Jetpack</span></a></div></div></div><form class="a8c-cookie-banner a8c-cookie-banner-v2" method="post" action="#" novalidate="novalidate"><div class="a8c-cookie-banner__simple-options"><p class="a8c-cookie-banner__simple-text-description">As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.</p><div class="a8c-cookie-banner__button-container"><a class="a8c-cookie-banner__customize-button" href="#">Customize</a><a class="a8c-cookie-banner__accept-all-button" href="#">Accept all</a></div></div><div class="a8c-cookie-banner__options-selection"><p class="a8c-cookie-banner__options-lead-text">Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website</strong> such as by improving security or conducting analytics, <strong>marketing activities</strong> to help deliver relevant marketing or content, and your <strong>user experience</strong> such as by remembering your account name, language settings, or cart information, where applicable. You can customize your cookie settings below. Learn more in our <a href="https://automattic.com/privacy/" target="_blank">Privacy Policy</a> and <a href="https://automattic.com/cookies/" target="_blank">Cookie Policy</a>.</p><div class="a8c-cookie-banner__bucket-container">
            <div class="a8c-cookie-banner__checkbox-container">
                <input type="checkbox" class="a8c-cookie-banner__option-essential-bucket" checked="" disabled="">
            </div>
            <div class="a8c-cookie-banner__option-description">
                <strong>
                    Required
                </strong>
                <p>
                    These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features, like allowing registered users to authenticate and perform account-related functions, storing preferences set by users (like account name, language, and location), and ensuring our services operate properly.
                </p>
            </div>
        	</div><div class="a8c-cookie-banner__bucket-container">
            <div class="a8c-cookie-banner__checkbox-container">
                <input type="checkbox" class="a8c-cookie-banner__option-analytics-bucket" checked="">
            </div>
            <div class="a8c-cookie-banner__option-description">
                <strong>
                    Analytics
                </strong>
                <p>
                    These cookies allow us to optimize performance by collecting information on how users interact with our websites.
                </p>
            </div>
        	</div><div class="a8c-cookie-banner__bucket-container">
            <div class="a8c-cookie-banner__checkbox-container">
                <input type="checkbox" class="a8c-cookie-banner__option-advertising-bucket">
            </div>
            <div class="a8c-cookie-banner__option-description">
                <strong>
                    Advertising
                </strong>
                <p>
                    We and our advertising partners set these cookies to provide you with relevant content and to understand that content’s effectiveness.
                </p>
            </div>
        	</div><a class="a8c-cookie-banner__accept-selection-button" href="#">Accept selection</a></div></form><script src="https://refer.wordpress.com/wp-content/themes/refer-wordpress/assets/js/referrals.min.js?v=20240312" async="" data-vendor="67401"></script></body></html><!--
	generated 231 seconds ago
	generated in 0.199 seconds
	served from batcache in 0.004 seconds
	expires in 69 seconds
-->