CINXE.COM

For Agencies – Automattic

<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="noodp" /> <link rel="pingback" href="https://automattic.com/xmlrpc.php" /> <meta name="google-site-verification" content="LsUOC70Kd1OVRa84YXSdDMeWfa_tu9k9Cyi9HUFlR60" /> <link rel="start" href="https://automattic.com/" title="Automattic" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="preconnect" href="https://s0.wp.com"> <title>For Agencies &#8211; Automattic</title> <meta name='robots' content='max-image-preview:large' /> <meta name="google-site-verification" content="XECAgs1qhOf9tfH5snpZFPxF4nDR6Jmy58IraJfFVo0" /> <!-- 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=269329' + '&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=aHR0cHM6Ly9hdXRvbWF0dGljLmNvbQ%3D%3D" + "&wpcomid=54117" + "&time=1743033313"; document.body.appendChild( iframe ); }, false ); </script> <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> <style id='wwu-positions-wwu-positions-style-inline-css'> .wp-block-wwu-positions-wwu-positions{width:100%}.job-filter{display:flex;gap:16px;margin:36px auto}@media(max-width:781px){.job-filter{flex-direction:column}}.job-filter input,.job-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid #ccc;border-radius:4px;color:#000;font-family:"Source Serif Pro";font-size:16px;padding:12px 16px}.job-filter input{flex-grow:1}.job-filter .select-wrapper{position:relative}.job-filter .select-wrapper:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 fill=%27none%27%3E%3Cpath d=%27M.5 1 6 6l5.5-5%27 stroke=%27%23666%27 stroke-width=%271.5%27/%3E%3C/svg%3E");pointer-events:none;position:absolute;right:16px;top:calc(50% - 11px)}.job-filter .select-wrapper select{padding-right:40px;width:100%}.job-posts{display:flex;flex-direction:column;gap:20px}.job-posts .job-card{align-items:center;border:1px solid #ccc;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;padding:40px 32px;position:relative;transition:background-color .2s ease}@media(max-width:781px){.job-posts .job-card{align-items:flex-start;flex-direction:column;justify-content:unset;padding:24px}.job-posts .job-card.job-featured{padding-top:40px}}.job-posts .job-card *{text-decoration:none!important}.job-posts .job-card.job-featured{border-color:#1490c7}.job-posts .job-card.job-featured h3{color:#1490c7}.job-posts .job-card.job-featured:before{background:#036085;border-radius:7px 7px 0 0;content:"";display:block;height:7px;position:absolute;top:-7px;width:103px}.job-posts .job-card.job-featured:after{background:#0277a8;border-radius:0 0 5px 5px;color:#fff;content:"Featured";left:40px;padding:3px 12px 1px;position:absolute;top:-7px}@media(max-width:781px){.job-posts .job-card.job-featured:after{left:32px}}.job-posts .job-card.job-featured:hover{background-color:#ebf4fa}.job-posts .job-card:hover{background-color:#f6f7f7;text-decoration:none!important}.job-posts .job-card h3{color:#000;margin-bottom:16px;margin-top:0}@media(max-width:781px){.job-posts .job-card h3{font-size:24px}}.job-posts .job-card .job-card-link{color:#666}.job-posts .job-card .job-card-link,.job-posts .job-card .job-card-link span:last-child{align-items:center;display:flex;gap:10px}.job-posts .job-card .job-card-link span:last-child:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 fill=%27none%27%3E%3Cpath d=%27m1 12 5-5.5L1 1%27 stroke=%27%23666%27 stroke-width=%271.5%27/%3E%3C/svg%3E");position:relative;top:1px}.job-posts .job-card .job-card-link .job-card-type{display:none;padding-left:0}@media(max-width:781px){.job-posts .job-card .job-card-link .job-card-type{display:flex}.job-posts .job-card .job-card-link{justify-content:space-between;padding-top:22px;width:100%}}.job-posts .job-card .job-card-details{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.job-posts .job-card .job-card-type{align-items:center;border-radius:4px;display:flex;gap:8px;padding-left:16px;position:relative;top:1px}@media(max-width:781px){.job-posts .job-card .job-card-type{display:none}}.job-posts .job-card .job-card-type:before{border-radius:12px;content:"";display:block;height:12px;min-width:12px;width:12px}.job-posts .job-card .job-card-type.interest{color:#b26200}.job-posts .job-card .job-card-type.interest:before{background-color:#e68b28}.job-posts .job-card .job-card-type.job{color:#008a20}.job-posts .job-card .job-card-type.job:before{background-color:#00a32a}.job-posts .job-card .job-card-category,.job-posts .job-card .job-card-status,.job-posts .job-card .job-card-team{border:1px solid #ccc;border-radius:4px;color:#666;padding:5px 10px} </style> <style id='a8ctheme-brand-asset-card-style-inline-css'> .brand-asset-card{border:1px solid transparent;border-radius:4px;cursor:pointer;display:flex;font-family:"Source Serif Pro",serif;margin:-2px;max-width:100%;overflow:hidden;padding:2px;width:-moz-min-content;width:min-content}.brand-asset-card *{box-sizing:border-box}.brand-asset-card:hover .info-section .label{color:#0277a8}.brand-asset-card:hover .info-section .default-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 15v5H20v-5h-1.5ZM4 15v5h1.5v-5H4Z%27 fill=%27%230277A8%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 20h16v-1.5H4V20Z%27 fill=%27%230277A8%27/%3E%3Cpath d=%27M12.25 16 6.5 10.75M12.25 16V3m0 13 5.25-5.25%27 stroke=%27%230277A8%27 stroke-width=%271.5%27/%3E%3C/svg%3E")}.brand-asset-card:hover .info-section .external-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2720%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%230277A8%27 stroke-width=%271.5%27%3E%3Cpath d=%27M6.25 4H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3.639M10.895 2.786l5.547-.025m0 0-.047 5.525m.047-5.525-7.68 7.681%27/%3E%3C/g%3E%3C/svg%3E")}.brand-asset-card:focus{border:1px solid #0277a8;outline:none}.brand-asset-card--inner{border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;overflow:hidden}.brand-asset-card .image-section{align-items:center;aspect-ratio:16/9;background-image:linear-gradient(45deg,#fbfbfb 25%,transparent 0),linear-gradient(-45deg,#fbfbfb 25%,transparent 0),linear-gradient(45deg,transparent 75%,#fbfbfb 0),linear-gradient(-45deg,transparent 75%,#fbfbfb 0);background-position:0 0,0 16px,16px -16px,-16px 0;background-size:32px 32px;display:flex;justify-content:center;max-width:100%;padding:32px 56px;position:relative;width:448px}.brand-asset-card .image-section img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.brand-asset-card .info-section{align-items:center;background-color:#fcfcfc;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding:12px 15px}.brand-asset-card .info-section .label{color:#000;font-size:16px;font-weight:600}.brand-asset-card .info-section .default-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 15v5H20v-5h-1.5ZM4 15v5h1.5v-5H4Z%27 fill=%27%23000%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 20h16v-1.5H4V20Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M12.25 16 6.5 10.75M12.25 16V3m0 13 5.25-5.25%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E");height:24px;width:24px}.brand-asset-card .info-section .external-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2720%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%231E1E1E%27 stroke-width=%271.5%27%3E%3Cpath d=%27M6.25 4H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3.639M10.895 2.786l5.547-.025m0 0-.047 5.525m.047-5.525-7.68 7.681%27/%3E%3C/g%3E%3C/svg%3E");height:19px;margin:0 1px 6px 0;padding-bottom:4px;width:20px}#container a.brand-asset-card:hover{text-decoration:none} </style> <style id='a8ctheme-external-posts-style-inline-css'> .wp-block-a8ctheme-external-posts{display:flex;flex-direction:column;gap:40px}.wp-block-a8ctheme-external-posts .external-post{display:flex;gap:20px}.wp-block-a8ctheme-external-posts .external-post a{flex:287;max-width:287px}@media screen and (max-width:768px){.wp-block-a8ctheme-external-posts .external-post a{flex:1;max-width:100%}}.wp-block-a8ctheme-external-posts .external-post a .post-thumbnail{aspect-ratio:287/161;overflow:hidden}@media screen and (max-width:600px){.wp-block-a8ctheme-external-posts .external-post a .post-thumbnail{aspect-ratio:1/1}}.wp-block-a8ctheme-external-posts .external-post a .post-thumbnail img{border-radius:4px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper{display:flex;flex:250;flex-direction:column;gap:8px;max-width:250px}@media screen and (max-width:768px){.wp-block-a8ctheme-external-posts .external-post .entry-wrapper{flex:1;max-width:100%}}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-title{font-size:clamp(1.125rem,1.125rem + 1vw,1.5rem);margin:0}@media screen and (max-width:600px){.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-title{font-size:1.125rem}}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-title a{color:inherit;font-size:inherit;font-weight:inherit}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-meta{align-items:center;display:flex;gap:8px}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-meta img{aspect-ratio:1/1;border-radius:50%;height:20px;width:20px}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-meta .blog-title{color:#666;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5} </style> <style id='a8c-toc-block-style-inline-css'> html{scroll-behavior:smooth;scroll-padding-top:calc(76px - var(--wp-admin--admin-bar--height, 32px))}.wp-block-a8c-toc{height:100%;min-width:112px;overflow:visible}.wp-block-a8c-toc .a8c-sticky-element{align-items:center;align-self:flex-start;border:1px solid #ddd;border-radius:16px;display:flex;flex-direction:column;padding:16px;position:sticky;top:32px}.wp-block-a8c-toc .a8c-sticky-element .toc-list{display:flex;flex-direction:column;margin:0;padding:0;row-gap:2px;width:100%}.wp-block-a8c-toc .a8c-sticky-element .toc-list li{font-size:18px;list-style-type:none;margin:0;padding:0}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a{border-radius:4px;display:block;line-height:1.2;padding:.5rem .2rem;text-align:center;text-decoration:none;transition:all .2s ease}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a:hover{background-color:#ebf4fa;text-decoration:none}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a.active{background-color:#39c;color:#fff}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a.active:after{display:none!important}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a:not(.active):hover{background-color:var(--a8c-blue-10)}.wp-block-a8c-toc .a8c-sticky-element p{line-height:20px;margin:0}.wp-block-a8c-toc .a8c-sticky-element a{color:#000;font-family:var(--system-sans);font-weight:400}.wp-block-a8c-toc .a8c-sticky-element .wp-block-group-is-layout-flex{gap:12px}.wp-block-a8c-toc .a8c-sticky-element .wp-block-group-is-layout-flex:first-child{min-width:24px}@media screen and (max-width:600px){.wp-block-a8c-toc{min-width:72px}}@media(max-width:600px){html{scroll-padding-top:0}.wp-block-a8c-toc .a8c-sticky-element{border-radius:8px;padding:.5rem}.wp-block-a8c-toc .a8c-sticky-element .toc-list{padding:0}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a{word-wrap:normal;font-size:16px;padding:8px;word-break:normal}} </style> <style id='a8ctheme-icon-text-button-style-inline-css'> .block-editor-block-list__block.a8ctheme-icon-text-button-block.button-style,.wp-block-a8ctheme-icon-text-button.button-style{align-items:center;cursor:pointer;display:inline-flex;gap:5px;justify-content:center;max-width:100%;padding:10px 20px;text-decoration:none;width:auto}.block-editor-block-list__block.a8ctheme-icon-text-button-block.button-style a,.wp-block-a8ctheme-icon-text-button.button-style a{text-decoration:none}.block-editor-block-list__block.a8ctheme-icon-text-button-block.button-style:hover,.wp-block-a8ctheme-icon-text-button.button-style:hover{background-color:#ddd}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon,.wp-block-a8ctheme-icon-text-button .icon{margin-right:0}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon-text-container,.wp-block-a8ctheme-icon-text-button .icon-text-container{align-items:center;display:flex;gap:10px}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon-text-container p,.wp-block-a8ctheme-icon-text-button .icon-text-container p{overflow-wrap:normal;white-space:nowrap;word-break:keep-all}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon,.wp-block-a8ctheme-icon-text-button .icon{align-items:center;display:flex}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon+p,.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon+span,.wp-block-a8ctheme-icon-text-button .icon+p,.wp-block-a8ctheme-icon-text-button .icon+span{margin:0}.block-editor-block-list__block.a8ctheme-icon-text-button-block .components-base-control__label,.wp-block-a8ctheme-icon-text-button .components-base-control__label{display:block;font-size:11px;font-weight:500;gap:0;line-height:1.4;margin-bottom:8px;padding:0;text-transform:uppercase}.block-editor-block-list__block.a8ctheme-icon-text-button-block .wp-block-a8ctheme-svg-picker div,.wp-block-a8ctheme-icon-text-button .wp-block-a8ctheme-svg-picker div{display:flex} </style> <style id='a8ctheme-author-image-style-inline-css'> </style> <style id='a8ctheme-external-blog-style-inline-css'> a.wp-block-a8ctheme-external-blog.external-blog{align-items:center;color:#000;display:flex;font-family:Inter,sans-serif;font-size:18px;font-weight:400;gap:8px;line-height:1.5;position:relative;text-decoration:none}a.wp-block-a8ctheme-external-blog.external-blog img{aspect-ratio:1/1;border-radius:50%;height:20px;width:20px}a.wp-block-a8ctheme-external-blog.external-blog .external-blog-title{display:flex;padding-right:16px;position:relative}a.wp-block-a8ctheme-external-blog.external-blog .external-blog-title:after{align-self:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNTYzOTIgMTAuMTU1OUwwLjU2Njc2MiA5LjE1ODc0TDcuOTgxNTMgMS43MzExOEgyLjI1NDI2TDIuMjY3MDUgMC4zNTA0OTdIMTAuMzU5NFY4LjQ1NTYxSDguOTY1OTFMOC45Nzg2OSAyLjcyODM0TDEuNTYzOTIgMTAuMTU1OVoiIGZpbGw9IiM3Nzc3NzciLz4KPC9zdmc+Cg==);background-position:50%;background-repeat:no-repeat;content:"";height:11px;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .2s ease-in-out;width:11px}a.wp-block-a8ctheme-external-blog.external-blog .external-blog-title:hover:after{opacity:1} </style> <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> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-20-1' href='https://automattic.com/_static/??-eJx9jcEKg0AMRH+oaVhorR7Eb9E16IpZg8min2889FZ6GYbhPQYPgbhlo2zIBWQtU8qKcdvJd5be0AmmMfW0Ejv2jKoP/K0daZzIXNdvB6PzvyJ+A8MgO6mCJ6fCYLN/6e113IZXU9WfUL/DcgHSTkDo&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--a-8-c-light-gray: #C3C4C7;--wp--preset--color--a-8-c-blue: #029CD7;--wp--preset--color--a-8-c-blue-50: #0277A8;--wp--preset--color--a-8-c-dark-blue: #00425B;--wp--preset--color--title-blue: #3399CC;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.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;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-22-1' href='https://automattic.com/_static/??-eJyNjEsOgzAMBS+EMUZVoQvEWdzU4tMkRPKrKm5fcoNuZvE0b/hbKBwZlsFYLZmzjoH1gyMpsAXqOxF2nNHa4N7wf4eiixEslaioirvB+Rk1v+nCa8sLVeeaSu3OaZLhJsPj3km//wDzzjTI&cssminify=yes' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-24-1' href='https://automattic.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&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> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/blocks/build/brand-asset/view.js?m=1736774468i&amp;ver=25641e6d05d5e11710bc" id="a8ctheme-brand-asset-card-script-js"></script> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"54117","postID":"269329","siteURL":"https:\/\/automattic.com","xhrURL":"https:\/\/automattic.com\/wp-admin\/admin-ajax.php","nonce":"65b5e85f44","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/Pe4R-1841","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/reader\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","shortLinkCopied":"Shortlink copied to clipboard."}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/automattic.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/_static/??/wp-content/js/rlt-proxy.js,/wp-content/plugins/landpack/build/block-client-script-footer-section.js?m=1729671252j'></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://automattic.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/Pe4R-1841' /> <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%2Fautomattic.com%2Ffor-agencies%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%2Fautomattic.com%2Ffor-agencies%2F&amp;for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="For Agencies" /> <meta property="og:url" content="https://automattic.com/for-agencies/" /> <meta property="og:description" content="Welcome to a new era of partnership with Automattic. We&#8217;re on a mission to help your agency prosper and thrive with the best of what Automattic has to offer." /> <meta property="article:published_time" content="2024-02-27T15:08:38+00:00" /> <meta property="article:modified_time" content="2025-02-19T15:42:42+00:00" /> <meta property="og:site_name" content="Automattic" /> <meta property="og:image" content="https://automattic.com/wp-content/uploads/2024/06/a4a-og-image.png" /> <meta property="og:image:width" content="1966" /> <meta property="og:image:height" content="1156" /> <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:creator" content="@automattic" /> <meta name="twitter:site" content="@automattic" /> <meta name="twitter:text:title" content="For Agencies" /> <meta name="twitter:image" content="https://automattic.com/wp-content/uploads/2024/06/a4a-og-image-twitter.png" /> <meta name="twitter:card" content="summary_large_image" /> <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://automattic.com/?openidserver=1' /> <link rel='openid.delegate' href='https://automattic.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://automattic.com/osd.xml" title="Automattic" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <link rel="alternate" hreflang="x-default" href="https://automattic.com/for-agencies/" /> <link rel="alternate" hreflang="en" href="https://automattic.com/for-agencies/" /> <link rel="alternate" hreflang="ar" href="https://automattic.com/ar/for-agencies/" /> <link rel="alternate" hreflang="de" href="https://automattic.com/de/for-agencies/" /> <link rel="alternate" hreflang="es" href="https://automattic.com/es/for-agencies/" /> <link rel="alternate" hreflang="fr" href="https://automattic.com/fr/for-agencies/" /> <link rel="alternate" hreflang="he" href="https://automattic.com/he/for-agencies/" /> <link rel="alternate" hreflang="id" href="https://automattic.com/id/for-agencies/" /> <link rel="alternate" hreflang="it" href="https://automattic.com/it/for-agencies/" /> <link rel="alternate" hreflang="ja" href="https://automattic.com/ja/for-agencies/" /> <link rel="alternate" hreflang="ko" href="https://automattic.com/ko/for-agencies/" /> <link rel="alternate" hreflang="nl" href="https://automattic.com/nl/for-agencies/" /> <link rel="alternate" hreflang="pt-br" href="https://automattic.com/pt-br/for-agencies/" /> <link rel="alternate" hreflang="ru" href="https://automattic.com/ru/for-agencies/" /> <link rel="alternate" hreflang="sv" href="https://automattic.com/sv/for-agencies/" /> <link rel="alternate" hreflang="tr" href="https://automattic.com/tr/for-agencies/" /> <link rel="alternate" hreflang="zh-Hans" href="https://automattic.com/zh-cn/for-agencies/" /> <link rel="alternate" hreflang="zh-Hant" href="https://automattic.com/zh-tw/for-agencies/" /> <link rel="preload" href="https://automattic.com/wp-content/themes/a8c/automattic-2011/page-templates/assets/blank-landing-page/fonts/Thunder-ExtraBoldLC.woff2" as="font" crossorigin /><link rel="canonical" href="https://automattic.com/for-agencies/" /> <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=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1777,"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:\/\/wordpress.com\/#organization"}},{"@type":"Organization","@id":"https:\/\/wordpress.com\/#organization","url":"https:\/\/wordpress.com\/","name":"WordPress.com","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"Build a website, build a movement.","description":"Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.","logo":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/#logo","url":"https:\/\/s1.wp.com\/home.logged-out\/images\/wpcom-a-website-that-can.jpg","width":1024,"height":512,"caption":"WordPress.com"},"image":{"@id":"https:\/\/wordpress.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=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1777,"sameAs":["https:\/\/twitter.com\/wordpressdotcom","https:\/\/www.facebook.com\/WordPresscom","https:\/\/www.instagram.com\/wordpressdotcom\/","https:\/\/www.linkedin.com\/company\/wordpress","https:\/\/www.youtube.com\/WordPressdotcom","https:\/\/www.pinterest.com\/wordpressdotcom\/","https:\/\/en.wikipedia.org\/wiki\/WordPress.com"],"parentOrganization":{"@id":"https:\/\/automattic.com\/#organization"}},{"@type":"WebSite","@id":"https:\/\/automattic.com\/#website","url":"https:\/\/automattic.com\/","name":"Automattic","description":"Making the web a better place","potentialAction":{"@type":"SearchAction","target":"https:\/\/automattic.com\/search\/{search_term_string}\/","query-input":"required name=search_term_string"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"image":{"@id":"https:\/\/automattic.com\/#logo"},"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"]},{"@type":"BreadcrumbList","@id":"https:\/\/automattic.com\/for-agencies\/#breadcrumbs","itemListElement":[{"@type":"ListItem","position":0,"item":{"@type":"WebSite","@id":"https:\/\/automattic.com\/#website-breadcrumb","url":"https:\/\/automattic.com\/","name":"Home"}},{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/automattic.com\/for-agencies\/#webpage-breadcrumb","url":"https:\/\/automattic.com\/for-agencies\/","name":"For Agencies \u2014"}}]},{"@type":"ImageObject","@id":"https:\/\/automattic.com\/for-agencies\/#primaryimage","url":"https:\/\/automattic.com\/wp-content\/uploads\/2024\/11\/cropped-automattic-logo-square.png?w=200","width":200,"height":200,"caption":"For Agencies \u2014"},{"@type":"WebPage","@id":"https:\/\/automattic.com\/for-agencies\/#webpage","url":"https:\/\/automattic.com\/for-agencies\/","name":"For Agencies \u2014","description":"Making the web a better place","inLanguage":"en","isPartOf":{"@id":"https:\/\/automattic.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/automattic.com\/for-agencies\/#primaryimage"},"breadcrumb":{"@id":"https:\/\/automattic.com\/for-agencies\/#breadcrumbs"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"datePublished":"2024-02-27T15:08:38+0000","dateModified":"2025-02-19T15:42:42+0000"},{"@type":"Article","@id":"https:\/\/automattic.com\/for-agencies\/#article","headline":"For Agencies \u2014","commentCount":0,"keywords":"","datePublished":"2024-02-27T15:08:38+0000","dateModified":"2025-02-19T15:42:42+0000","mainEntityOfPage":{"@id":"https:\/\/automattic.com\/for-agencies\/#webpage"},"isPartOf":{"@id":"https:\/\/automattic.com\/for-agencies\/#webpage"},"image":{"@id":"https:\/\/automattic.com\/for-agencies\/#primaryimage"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"author":{"@id":"https:\/\/wordpress.com\/#organization"}}]} </script> <meta name="description" content="Welcome to a new era of partnership with Automattic. We&#039;re on a mission to help your agency prosper and thrive with the best of what Automattic has to offer." /> <link rel="icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=32" sizes="32x32" /> <link rel="icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=180" /> <meta name="msapplication-TileImage" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=270" /> <!-- Your Google Analytics Plugin is missing the tracking ID --> </head> <body class="wp-singular page-template page-template-page-templates page-template-blank-landing-page page-template-page-templatesblank-landing-page-php page page-id-269329 page-parent customizer-styles-applied jetpack-reblog-enabled"> <main class="wp-block-group a8c-for-agencies-wrapper has-white-color has-text-color has-background has-link-color has-inter-font-family wp-elements-20ddc6c8d4a8edee5c16bd19ff6e6c2d" style="background-color:#021a23"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <header class="wp-block-group alignfull has-banner"><div class="wp-block-group__inner-container 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 top-banner-offer has-background is-layout-flow wp-block-column-is-layout-flow" style="background-color:#1490c7"> <p class="has-text-align-center top-offer-banner">Looking to switch from WP Engine? <a href="https://automattic.com/for-agencies/switch-from-wp-engine-to-pressable-hosting/">Learn More</a></p> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer top-banner-spacer"></div> <div class="wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex"><svg width="186" height="21" viewBox="0 0 186 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_8066_2167)"> <path d="M10.782 20.5C4.3049 20.5 0.103516 15.7501 0.103516 10.8064V10.1936C0.103516 5.16614 4.3049 0.5 10.782 0.5C17.2591 0.5 21.4966 5.16614 21.4966 10.1936V10.8064C21.4966 15.7501 17.2952 20.5 10.782 20.5ZM18.0315 10.246C18.0315 6.64297 15.4571 3.43794 10.782 3.43794C6.10696 3.43794 3.57377 6.64821 3.57377 10.246V10.6964C3.57377 14.2994 6.14815 17.5673 10.782 17.5673C15.4159 17.5673 18.0315 14.2994 18.0315 10.6964V10.246Z" fill="#24A3E0"/> <path d="M11.2046 7.39853L8.06023 12.3527C7.86907 12.6537 7.80329 13.0196 7.87735 13.3699C7.9514 13.7202 8.15924 14.0263 8.45514 14.2207L8.45978 14.2234C8.60633 14.3196 8.77009 14.3856 8.9417 14.4174C9.11331 14.4493 9.28942 14.4465 9.45996 14.4092C9.6305 14.3718 9.79213 14.3007 9.93564 14.1998C10.0791 14.0989 10.2017 13.9702 10.2963 13.8212L13.4412 8.86698C13.6321 8.56597 13.6978 8.20016 13.6236 7.84996C13.5495 7.49976 13.3416 7.19385 13.0458 6.99948L13.0411 6.99633C12.8946 6.90008 12.7308 6.83414 12.5592 6.80226C12.3876 6.77038 12.2115 6.77319 12.041 6.81054C11.8704 6.84789 11.7088 6.91904 11.5653 7.01993C11.4218 7.12082 11.2992 7.24947 11.2046 7.39853Z" fill="white"/> </g> <path d="M48.7324 17.766H45.7996L43.8736 14.1546H35.3158L33.4555 17.766H30.5664L38.4457 3.18935H40.7219L48.7324 17.766ZM42.8011 12.1629L39.5181 6.03463L36.3445 12.1629H42.8011Z" fill="white"/> <path d="M69.29 17.766H67.539L67.1232 15.7961C65.7224 17.4158 63.7307 18.335 61.2575 18.335C56.0922 18.335 52.7435 14.7893 52.7435 10.7403V10.4776C52.7435 6.34104 56.3986 2.66406 61.739 2.66406C65.022 2.66406 67.6922 4.02104 69.1367 5.57501L67.4296 7.30406C66.1164 6.10029 64.0809 4.96218 61.7171 4.96218C57.6462 4.96218 55.5013 7.5667 55.5013 10.412V10.6527C55.5013 13.498 57.7994 16.0369 61.5201 16.0369C64.3435 16.0369 66.3571 14.3078 66.3571 12.5569V12.4037H61.8703V10.2369H69.29V17.766Z" fill="white"/> <path d="M89.4441 17.766H76.2026V3.18935H89.4441V5.46557H78.9384V9.20821H87.0147V11.4188H78.9384V15.4897H89.4441V17.766Z" fill="white"/> <path d="M111.61 17.766H109.247L99.7695 8.00444L98.8503 6.97576V17.766H96.1144V3.18935H98.7409L107.933 12.929L108.874 13.9795V3.18935H111.61V17.766Z" fill="white"/> <path d="M134.579 5.57501L132.872 7.30406C131.559 6.10029 129.633 4.96218 127.028 4.96218C123.132 4.96218 120.944 7.63236 120.944 10.412V10.6965C120.944 13.4543 123.154 16.0369 127.225 16.0369C129.655 16.0369 131.668 14.8769 132.938 13.695L134.579 15.4241C132.981 16.9999 130.267 18.335 127.05 18.335C121.535 18.335 118.186 14.7456 118.186 10.806V10.3244C118.186 6.38482 121.841 2.66406 127.181 2.66406C130.267 2.66406 133.069 3.95538 134.579 5.57501Z" fill="white"/> <path d="M143.675 17.766H140.94V3.18935H143.675V17.766Z" fill="white"/> <path d="M164.368 17.766H151.126V3.18935H164.368V5.46557H153.862V9.20821H161.938V11.4188H153.862V15.4897H164.368V17.766Z" fill="white"/> <path d="M185.484 13.6731C185.484 16.5184 182.376 18.335 178.042 18.335C175.087 18.335 172.351 17.5252 170.097 16.4527L171.104 14.286C173.402 15.4241 175.831 16.1026 178.173 16.1026C181.325 16.1026 182.726 15.0739 182.726 13.9576C182.726 10.4776 170.513 12.7976 170.513 7.45727C170.513 4.74331 173.446 2.66406 178.064 2.66406C180.931 2.66406 183.601 3.67086 185.243 4.74331L183.754 6.5818C182.397 5.70633 180.165 4.89652 177.976 4.89652C175.131 4.89652 173.249 5.85953 173.249 7.10708C173.249 10.2807 185.484 8.15765 185.484 13.6731Z" fill="white"/> <defs> <clipPath id="clip0_8066_2167"> <rect width="21.5094" height="20" fill="white" transform="translate(0 0.5)"/> </clipPath> </defs> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="47" height="43" viewBox="0 0 47 43" fill="none"> <g clip-path="url(#clip0_7573_20339)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M39.3164 20.9589C39.3164 13.2129 33.656 6.30469 23.4214 6.30469C13.1867 6.30469 7.58624 13.2129 7.58624 20.9589V21.9206C7.58624 29.6677 13.1867 36.6942 23.4214 36.6942C33.656 36.6942 39.3164 29.6677 39.3164 21.9206V20.9589ZM23.4214 43C9.21187 43 0 32.7913 0 22.1604V20.8407C0 10.0285 9.21187 0 23.4214 0C37.6919 0 46.9038 10.0285 46.9038 20.8407V22.1604C46.9038 32.7913 37.6919 43 23.4214 43Z" fill="#00A3E0"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M28.4548 14.1897C29.752 15.0401 30.1158 16.8077 29.2739 18.1343L22.712 28.4682C21.8691 29.7959 20.1348 30.1799 18.8397 29.3295C17.5446 28.477 17.1765 26.7137 18.0205 25.386L24.5824 15.0522C25.4253 13.7256 27.1597 13.3404 28.4548 14.1897Z" fill="white"/> </g> <defs> <clipPath id="clip0_7573_20339"> <rect width="46.9038" height="43" fill="white"/> </clipPath> </defs> </svg> <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-outline is-style-outline--1"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background wp-element-button" href="https://automattic.com/for-agencies/blog" style="border-radius:4px">Blog</a></div> <div class="wp-block-button is-style-outline is-style-outline--2"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background wp-element-button" href="https://agencies.automattic.com/overview" style="border-radius:4px">Log in</a></div> <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background wp-element-button" href="https://agencies.automattic.com/signup?ref=a8c-a4a-lp" style="border-radius:4px">Join</a></div> </div> </div> </div></header> <div class="wp-block-group hero"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:980px"> <h1 class="wp-block-heading has-text-align-center">Welcome to a new era of partnership with Automattic</h1> <p class="has-text-align-center has-a-8-c-light-gray-color has-text-color has-link-color has-large-font-size wp-elements-fe479ce17e81f6f0f8c5d461649fb6b9">Become an Automattic partner and gain access to discounted pricing, commissions on referrals, premier support, and cutting-edge tooling so you can get the most out of our suite of best-in-class products.</p> <div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="222" height="36" viewBox="0 0 222 36" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M31.1239 17.696L26.1741 31.9871C30.9925 29.1824 34.2326 23.9695 34.2326 17.9994C34.2326 15.1855 33.5126 12.5403 32.2475 10.2355C32.3174 10.7509 32.3568 11.3038 32.3568 11.8998C32.3568 13.5413 32.049 15.3871 31.1239 17.696ZM22.1137 10.257C22.1137 10.257 21.2347 10.3595 20.259 10.4106L26.116 27.807L27.733 22.4139C28.5547 20.3104 28.9661 18.5675 28.9661 17.1817C28.9661 15.1813 28.2463 13.7968 27.6301 12.719C27.5655 12.6141 27.5012 12.5105 27.4376 12.408C26.6921 11.2064 26.0381 10.1521 26.0381 8.92345C26.0381 7.43581 27.1675 6.05112 28.7599 6.05112C28.8078 6.05112 28.8544 6.05506 28.9009 6.05898C28.9238 6.06092 28.9466 6.06285 28.9695 6.0643C26.0864 3.4262 22.2447 1.81542 18.0252 1.81542C12.3632 1.81542 7.38221 4.71651 4.48391 9.10938C4.86509 9.12145 5.22366 9.12914 5.52747 9.12914C7.22217 9.12914 9.84678 8.92345 9.84678 8.92345C10.7202 8.87231 10.8235 10.154 9.95032 10.257C9.95032 10.257 9.0723 10.3595 8.0958 10.4106L13.9968 27.94L17.5443 17.319L15.0195 10.4106C14.1465 10.3595 13.32 10.257 13.32 10.257C12.4461 10.2054 12.5485 8.87231 13.4224 8.92345C13.4224 8.92345 16.0982 9.12914 17.6909 9.12914C19.3856 9.12914 22.0107 8.92345 22.0107 8.92345C22.8843 8.87231 22.987 10.154 22.1137 10.257ZM13.4486 33.5242C14.9007 33.9499 16.4362 34.1833 18.027 34.1833C19.9144 34.1833 21.7246 33.857 23.4091 33.2654C23.3659 33.1954 23.3258 33.122 23.2931 33.0425L18.3118 19.4144L13.4486 33.5242ZM3.22344 11.4154C2.32387 13.4277 1.81978 15.6553 1.81978 18.0016C1.81978 24.4076 5.5471 29.9433 10.9542 32.566L3.22344 11.4154ZM0 17.9992C0 8.07433 8.08663 0 18.0259 0C27.9653 0 36.0521 8.07433 36.0521 17.9992C36.0521 27.9248 27.9653 36 18.0259 36C8.08663 36 0 27.9248 0 17.9992ZM60.2519 24.0806L63.8462 10.2906H67.1271L61.9793 28.301H58.1772L55.4252 18.6721L52.4872 28.301H48.6856L43.7811 10.2906H47.27L50.7108 24.5473L53.8746 13.2459L53.0299 10.2906H56.6579L60.2519 24.0806ZM171.544 28.3013H168.356V25.0222H171.544V28.3013ZM66.7234 21.933C66.7234 18.0354 68.7966 15.2125 73.1846 15.2125C77.5459 15.2125 79.6457 18.0354 79.6457 21.933C79.6457 25.8309 77.5459 28.6271 73.1846 28.6271C68.7966 28.6271 66.7234 25.8309 66.7234 21.933ZM70.0076 21.9298C70.0076 24.7259 71.111 26.0698 73.1841 26.0698C75.2571 26.0698 76.3343 24.6992 76.3343 21.9298C76.3343 19.1344 75.2571 17.7898 73.1841 17.7898C71.111 17.7898 70.0076 19.1611 70.0076 21.9298ZM98.038 15.2097C98.8187 15.2097 99.4915 15.3177 100.434 15.5055V10.2909H103.61V28.3013H100.595V27.1187C99.5724 27.9787 97.8769 28.6244 96.4767 28.6244C93.6499 28.6244 91.2539 26.6615 91.2539 22.4144C91.2539 18.14 93.6498 15.2097 98.038 15.2097ZM97.419 26.0692C98.4417 26.0692 99.4112 25.5581 100.434 24.6176V18.1389C99.8957 17.9238 99.1147 17.7358 98.3613 17.7358C95.938 17.7358 94.5382 19.2679 94.5382 22.198C94.5382 24.9128 95.6687 26.0692 97.419 26.0692ZM107.541 10.2909H113.424C117.275 10.2909 120.075 12.1987 120.075 16.0972C120.075 19.9679 117.275 22.0379 113.424 22.0379H110.933V28.3013H107.541V10.2909ZM110.933 19.401H113.452C115.579 19.401 116.522 18.0836 116.522 16.0949C116.522 14.0785 115.498 12.9497 113.452 12.9497H110.933V19.401ZM131.108 21.8523C131.108 18.385 133.235 15.2125 137.326 15.2125C141.392 15.2125 142.819 18.0354 142.819 20.7238C142.819 21.5941 142.767 22.0762 142.714 22.5759L142.711 22.605H134.527C134.608 25.401 136.192 26.0458 138.56 26.0458C139.852 26.0458 141.055 25.7517 142.388 25.2634V27.901C140.733 28.409 139.314 28.6271 137.672 28.6271C133.611 28.6271 131.108 26.611 131.108 21.8523ZM137.299 17.6001C135.712 17.6001 134.742 18.7291 134.554 20.5033H139.507C139.507 18.9446 138.996 17.6001 137.299 17.6001ZM150.518 17.7669C149.388 17.7669 148.337 18.1428 148.337 19.1109C148.337 19.9935 149.408 20.3191 150.67 20.703C152.483 21.2544 154.691 21.926 154.691 24.541C154.691 27.7396 151.837 28.6271 148.849 28.6271C147.476 28.6271 146.093 28.2586 145.107 27.8712V25.2634C146.292 25.6745 147.933 26.0732 148.956 26.0732C150.41 26.0732 151.406 25.7775 151.406 24.6752C151.406 23.7593 150.335 23.4187 149.073 23.0172C147.26 22.4409 145.053 21.7392 145.053 19.0297C145.053 16.6642 147.206 15.2125 150.276 15.2125C151.675 15.2125 152.887 15.3471 154.071 15.6963V18.3309C154.071 18.3309 152.341 17.7669 150.518 17.7669ZM185.961 21.933C185.961 18.0354 188.034 15.2125 192.422 15.2125C196.783 15.2125 198.885 18.0354 198.885 21.933C198.885 25.8309 196.783 28.6271 192.422 28.6271C188.034 28.6271 185.961 25.8309 185.961 21.933ZM189.246 21.9298C189.246 24.7259 190.349 26.0698 192.422 26.0698C194.496 26.0698 195.573 24.6992 195.573 21.9298C195.573 19.1344 194.496 17.7898 192.422 17.7898C190.349 17.7898 189.246 19.1611 189.246 21.9298ZM212.697 16.9063C214.124 15.9653 215.686 15.2125 217.059 15.2125C219.643 15.2125 221.123 17.0137 221.123 19.4872V28.3041H217.947V20.24C217.947 18.4385 217.3 17.8743 216.251 17.8743C215.336 17.8743 214.07 18.385 212.887 19.1644V28.3041H209.709V20.24C209.709 18.4385 209.064 17.8743 208.013 17.8743C207.098 17.8743 205.832 18.3581 204.647 19.1376V28.3041H201.444V15.5355H204.46V16.8528C205.886 15.9119 207.448 15.2125 208.821 15.2125C210.301 15.2125 211.647 15.7236 212.32 17.1484L212.697 16.9063ZM125.021 17.6309H125.129C126.017 16.0447 127.202 15.3728 128.924 15.3728C129.329 15.3728 129.786 15.4268 129.786 15.4268V18.1956H129.463C127.444 18.1956 126.232 18.8139 125.236 20.6954V28.3028H122.06V15.5342H125.021V17.6309ZM85.1676 17.6309H85.2752C86.1635 16.0447 87.3478 15.3728 89.0713 15.3728C89.4744 15.3728 89.9326 15.4268 89.9326 15.4268V18.1956H89.6092C87.5902 18.1956 86.3787 18.8139 85.3828 20.6954V28.3028H82.2058V15.5342H85.1676V17.6309ZM180.232 17.7931C178.294 17.7931 176.652 18.8152 176.652 21.7991C176.652 25.0783 178.294 26.0458 180.394 26.0458C181.39 26.0458 182.507 25.831 183.96 25.2664V27.901C182.668 28.3313 181.497 28.6271 179.991 28.6271C175.225 28.6271 173.34 25.9116 173.34 21.9599C173.34 17.7931 175.953 15.2125 180.18 15.2125C181.767 15.2125 182.722 15.4815 183.799 15.8312V18.5192C182.884 18.17 181.526 17.7931 180.232 17.7931ZM162.082 17.7669C160.951 17.7669 159.9 18.1427 159.9 19.1107C159.9 19.9934 160.971 20.319 162.233 20.7029C164.046 21.2542 166.254 21.9258 166.254 24.5408C166.254 27.7396 163.401 28.6271 160.413 28.6271C159.038 28.6271 157.656 28.2585 156.67 27.871V25.2632C157.855 25.6744 159.496 26.073 160.52 26.073C161.973 26.073 162.969 25.7773 162.969 24.6752C162.969 23.7592 161.898 23.4186 160.635 23.0171C158.823 22.4409 156.616 21.7391 156.616 19.0295C156.616 16.664 158.77 15.2125 161.839 15.2125C163.239 15.2125 164.45 15.3471 165.635 15.6963V18.3308C165.635 18.3308 163.905 17.7669 162.082 17.7669Z" fill="white"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="80px" height="21px" viewBox="0 0 80 21"> <defs> <clipPath id="clip1"> <path d="M 59 0.015625 L 80 0.015625 L 80 20.984375 L 59 20.984375 Z M 59 0.015625 "/> </clipPath> <clipPath id="clip2"> <path d="M 36 0.015625 L 58 0.015625 L 58 20.984375 L 36 20.984375 Z M 36 0.015625 "/> </clipPath> <clipPath id="clip3"> <path d="M 0.3125 0.015625 L 38 0.015625 L 38 20.984375 L 0.3125 20.984375 Z M 0.3125 0.015625 "/> </clipPath> </defs> <g id="surface1"> <g clip-path="url(#clip1)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 69.539062 0.015625 C 63.601562 0.015625 59.058594 4.480469 59.058594 10.5 C 59.058594 16.519531 63.601562 20.984375 69.539062 20.984375 C 75.472656 20.984375 80 16.519531 80 10.5 C 80 4.480469 75.441406 0.015625 69.539062 0.015625 Z M 69.539062 14.542969 C 67.3125 14.542969 65.777344 12.828125 65.777344 10.5 C 65.777344 8.171875 67.292969 6.457031 69.539062 6.457031 C 71.785156 6.457031 73.296875 8.171875 73.296875 10.5 C 73.296875 12.828125 71.765625 14.542969 69.539062 14.542969 Z M 69.539062 14.542969 "/> </g> <g clip-path="url(#clip2)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 47.363281 0.015625 C 41.425781 0.015625 36.882812 4.480469 36.882812 10.5 C 36.882812 16.519531 41.445312 20.984375 47.363281 20.984375 C 53.28125 20.984375 57.824219 16.519531 57.824219 10.5 C 57.824219 4.480469 53.261719 0.015625 47.363281 0.015625 Z M 47.363281 14.542969 C 45.132812 14.542969 43.601562 12.828125 43.601562 10.5 C 43.601562 8.171875 45.117188 6.457031 47.363281 6.457031 C 49.609375 6.457031 51.121094 8.171875 51.121094 10.5 C 51.121094 12.828125 49.609375 14.542969 47.363281 14.542969 Z M 47.363281 14.542969 "/> </g> <g clip-path="url(#clip3)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 10.546875 20.984375 C 12.898438 20.984375 14.777344 19.8125 16.203125 17.117188 L 19.355469 11.183594 L 19.355469 16.222656 C 19.355469 19.179688 21.269531 20.984375 24.246094 20.984375 C 26.542969 20.984375 28.234375 19.933594 29.902344 17.117188 L 37.195312 4.777344 C 38.796875 2.082031 37.667969 0.015625 34.152344 0.015625 C 32.269531 0.015625 31.050781 0.648438 29.957031 2.710938 L 24.925781 12.179688 L 24.925781 3.761719 C 24.925781 1.242188 23.742188 0.015625 21.53125 0.015625 C 19.808594 0.015625 18.433594 0.769531 17.351562 2.871094 L 12.617188 12.164062 L 12.617188 3.847656 C 12.617188 1.15625 11.523438 0.015625 8.839844 0.015625 L 3.410156 0.015625 C 1.355469 0.015625 0.3125 0.980469 0.3125 2.765625 C 0.3125 4.550781 1.390625 5.546875 3.410156 5.546875 L 5.636719 5.546875 L 5.636719 16.207031 C 5.65625 19.179688 7.621094 20.984375 10.546875 20.984375 Z M 10.546875 20.984375 "/> </g> </g> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="143" height="38" viewBox="0 0 143 38" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0009 38C30.6556 38 39.2929 29.4934 39.2929 19C39.2929 8.50659 30.6556 0 20.0009 0C9.34625 0 0.708923 8.50659 0.708923 19C0.708923 29.4934 9.34625 38 20.0009 38ZM19.1884 3.77207V22.1557H9.57925L19.1884 3.77207ZM21.1526 34.2298V15.81H30.7986L21.1526 34.2298ZM49.5174 30.0141L49.5176 30.0144L49.5181 30.0152L49.5184 30.0156C49.8383 30.5197 50.1636 31.0323 50.5028 31.5448C54.9549 29.4055 56.1691 27.0849 56.1691 22.9513V6.70704H49.3622V9.42651H52.5633V23.6765C52.5633 26.1422 51.6434 27.4475 48.9207 29.0792C49.1189 29.3861 49.3171 29.6985 49.5174 30.0141ZM79.0018 21.8288C79.0018 23.2067 79.9952 23.3517 80.6575 23.3517C81.3198 23.3517 82.2765 23.1342 83.0123 22.9166V25.4548C81.9821 25.7811 80.9151 26.0349 79.4433 26.0349C77.6772 26.0349 75.6167 25.3823 75.6167 22.3365V14.867H73.7402V12.2926H75.6167V8.48532H79.0018V12.2926H83.2699V14.867H79.0018V21.8288ZM86.0712 12.2559V32.7788H89.4563V25.6719C90.3393 25.8532 91.1856 25.9983 92.2526 25.9983C96.6312 25.9983 99.2803 23.025 99.2803 18.5288C99.2803 13.9964 96.8519 11.8933 93.798 11.8933C92.0319 11.8933 90.5969 12.5097 89.3091 13.4887V12.2559H86.0712ZM89.4931 16.1357C90.6705 15.1204 91.9215 14.649 92.9149 14.649C94.7914 14.649 95.7849 15.9181 95.7849 18.7826C95.7849 21.9009 94.4235 23.3876 92.0319 23.3876C91.0016 23.3876 90.2289 23.2788 89.4931 23.1338V16.1357ZM112.605 25.7082H109.441V24.2216H109.368C108.264 25.0555 106.902 25.962 104.879 25.962C103.113 25.962 101.199 24.6929 101.199 22.1185C101.199 18.6739 104.18 18.0212 106.277 17.7311L109.257 17.3323V16.9334C109.257 15.1204 108.521 14.5403 106.792 14.5403C105.946 14.5403 103.959 14.7941 102.34 15.4468L102.045 12.7635C103.517 12.2559 105.541 11.8933 107.233 11.8933C110.545 11.8933 112.679 13.1987 112.679 17.0784V25.7082H112.605ZM109.22 19.4353L106.424 19.8704C105.578 19.9792 104.695 20.4868 104.695 21.7197C104.695 22.8074 105.32 23.4239 106.24 23.4239C107.233 23.4239 108.3 22.8437 109.22 22.191V19.4353ZM122.348 26.0345C123.93 26.0345 125.181 25.7445 126.58 25.2731H126.616V22.4811C125.034 23.0975 123.857 23.3151 122.79 23.3151C120.545 23.3151 118.779 22.2635 118.779 18.8189C118.779 15.7006 120.545 14.6128 122.606 14.6128C124.004 14.6128 125.439 15.0116 126.432 15.3742V12.546C125.292 12.1834 124.262 11.8933 122.569 11.8933C118.043 11.8933 115.247 14.6128 115.247 19.0002C115.247 23.17 117.271 26.0345 122.348 26.0345ZM133.478 17.4592C133.218 17.7759 133.112 17.906 133.016 18.015V6.70704H129.63V25.7433H133.016V19.3616L138.277 25.7433H142.692L136.658 18.6727L142.177 12.291H137.762C135.063 15.5241 133.982 16.8432 133.478 17.4586L133.478 17.4592ZM66.1653 26.0345C67.9315 26.0345 69.44 25.817 71.2062 25.2731H71.1694V22.4811C69.7344 22.9887 68.4834 23.3151 67.0852 23.3151C64.5464 23.3151 62.8539 22.6261 62.7803 19.6891H71.5373C71.547 19.5456 71.5593 19.4046 71.5721 19.2574C71.6078 18.847 71.6477 18.3888 71.6477 17.6948C71.6477 14.8666 70.1391 11.8933 65.7974 11.8933C61.4189 11.8933 59.1376 15.2292 59.1376 18.8914C59.1376 23.8952 61.8236 26.0345 66.1653 26.0345ZM65.7606 14.4315C67.5635 14.4315 68.1154 15.8456 68.1154 17.4773H62.8171C63.0378 15.6281 64.0681 14.4315 65.7606 14.4315Z" fill="white"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="183" height="28" viewBox="0 0 183 28" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.70459 0V27.9189H18.7463L28.8948 17.8681V0H0.70459ZM21.7822 10.1367C21.7822 14.6897 20.0474 15.8923 15.1033 15.8923H10.8531V23.2801C10.8531 23.7096 10.5928 23.9673 10.1592 23.9673C9.55198 23.9673 8.33763 23.7955 8.33763 23.4519V4.55294C8.33763 3.9516 8.59785 3.8657 9.03154 3.8657H15.0165C20.0474 3.8657 21.6954 5.24017 21.6954 9.6213V10.1367H21.7822ZM15.1165 6.09801H10.8663V13.7435H15.0298C18.3259 13.7435 19.1933 13.0563 19.1933 10.1355V9.706C19.1933 6.78525 18.4126 6.09801 15.1165 6.09801ZM42.2812 1.68637C41.7891 1.68637 41.3791 1.76758 41.3791 2.57973V27.2691C41.3791 27.6751 43.0192 27.9188 43.7572 27.9188C44.3313 27.9188 44.6593 27.5939 44.6593 27.0254V17.4421H50.0716C56.6319 17.4421 58.846 15.7365 58.846 9.88907V9.23935C58.846 3.47309 56.6319 1.68637 50.0716 1.68637H42.2812ZM44.6593 14.4371V4.52889H50.0716C54.4178 4.52889 55.4838 5.42225 55.4838 9.15814V9.80786C55.4838 13.5437 54.4178 14.4371 50.0716 14.4371H44.6593ZM65.1603 11.8382C65.1603 11.5946 67.1284 10.7824 69.3425 10.7824C70.2016 10.7824 70.8106 10.9062 71.4971 11.0457C71.5969 11.066 71.6985 11.0867 71.8026 11.1073C72.2126 11.1073 72.5407 10.5388 72.5407 9.07692C72.5407 8.10235 70.0805 8.10235 69.1785 8.10235C65.0783 8.10235 62.1261 9.40178 62.1261 10.62V27.3503C62.1261 27.7564 63.6022 27.9188 64.2583 27.9188C64.7503 27.9188 65.1603 27.6751 65.1603 27.0254V11.8382ZM74.5088 19.2288C74.5088 25.5636 76.5589 27.9188 82.4631 27.9188C84.1852 27.9188 86.5633 27.6751 88.3674 27.3503C88.7775 27.2691 88.9415 27.1066 88.9415 26.7006C88.9415 25.1575 88.6134 24.9138 88.2854 24.9138C87.8335 24.9138 87.2046 25.016 86.4802 25.1337C85.4958 25.2937 84.3349 25.4823 83.2012 25.4823C78.937 25.4823 77.5429 23.9393 77.5429 20.2034C87.1374 20.2034 89.0235 18.7415 89.0235 14.4371V13.5437C89.0235 9.97029 87.1374 8.10235 82.1351 8.10235H81.6431C76.8869 8.10235 74.5088 9.97029 74.5088 14.5995V19.2288ZM81.8891 10.3764C84.8413 10.3764 86.0713 11.4322 86.0713 13.4625V14.1122C86.0713 17.036 84.9233 17.6857 77.5429 17.6857V14.4371C77.5429 11.1073 79.347 10.3764 81.8891 10.3764ZM102.226 22.8022C102.226 24.589 100.586 25.2387 97.7979 25.2387C96.4781 25.2387 95.3339 25.1518 94.301 25.0733C93.922 25.0445 93.5579 25.0168 93.2057 24.995H93.0417C92.7956 24.995 92.1396 25.3199 92.1396 26.9442C92.1396 27.1879 92.2216 27.3503 92.6316 27.5127C94.4357 27.9188 96.6498 28 98.2899 28C102.226 28 105.26 26.9442 105.26 22.8022C105.26 18.8249 102.075 17.4087 99.3755 16.2082C97.3894 15.3251 95.6658 14.5587 95.6658 12.9752C95.6658 11.3509 97.3059 10.7824 100.012 10.7824C101.162 10.7824 102.13 10.8912 102.987 10.9876C103.414 11.0355 103.813 11.0803 104.194 11.1073C104.522 11.1073 104.932 10.3764 104.932 9.15814C104.932 8.75207 104.768 8.50842 104.276 8.4272C103.128 8.18356 101.652 8.10235 99.192 8.10235C95.9118 8.10235 92.6316 8.83328 92.6316 12.894C92.6316 16.4758 95.5476 17.8115 98.1644 19.0102C100.294 19.9859 102.226 20.8708 102.226 22.8022ZM118.299 22.8022C118.299 24.589 116.659 25.2387 113.871 25.2387C112.44 25.2387 111.246 25.1453 110.216 25.0647C109.887 25.039 109.576 25.0147 109.278 24.995H109.114C108.868 24.995 108.212 25.3199 108.212 26.9442C108.212 27.1879 108.294 27.3503 108.704 27.5127C110.509 27.9188 112.723 28 114.363 28C118.299 28 121.333 26.9442 121.333 22.8022C121.333 18.8249 118.148 17.4087 115.448 16.2082C113.462 15.3251 111.739 14.5587 111.739 12.9752C111.739 11.3509 113.379 10.7824 116.085 10.7824C117.235 10.7824 118.203 10.8912 119.06 10.9876C119.487 11.0355 119.886 11.0803 120.267 11.1073C120.595 11.1073 121.005 10.3764 121.005 9.15814C121.005 8.75207 120.841 8.50842 120.349 8.4272C119.201 8.18356 117.725 8.10235 115.265 8.10235C111.985 8.10235 108.704 8.83328 108.704 12.894C108.704 16.4758 111.62 17.8115 114.237 19.0102C116.367 19.9859 118.299 20.8708 118.299 22.8022ZM131.256 27.8376C134.946 27.8376 138.39 26.7006 138.39 25.8884H138.472V13.9498C138.472 9.23935 136.258 8.02113 131.584 8.02113C128.959 8.02113 126.417 8.42721 125.679 8.67085C125.433 8.75206 125.351 8.91449 125.351 9.32057C125.351 9.56421 125.433 11.1073 126.089 11.1073C127.237 10.8637 129.123 10.62 130.764 10.62C134.29 10.62 135.438 11.5134 135.438 14.031V17.1984C134.208 16.7923 132.076 16.3863 130.189 16.3863C125.679 16.3863 124.203 18.173 124.203 21.9089C124.203 26.0508 126.335 27.8376 131.256 27.8376ZM130.846 18.6603C132.486 18.6603 135.192 19.31 135.438 19.5536V24.6702C135.192 25.0763 132.814 25.4823 131.338 25.4823C128.385 25.4823 127.237 24.589 127.237 22.0713C127.237 19.31 128.303 18.6603 130.846 18.6603ZM150.854 8.10235C148.64 8.10235 146.59 8.75206 145.114 9.72664V1.60515C145.114 0.874219 144.868 0.549359 144.294 0.549359C143.556 0.549359 142.08 0.711789 142.08 1.11786V25.726C142.08 26.3757 142.244 26.7006 142.736 26.9442C144.622 27.8376 147.41 27.9188 149.296 27.9188C155.201 27.9188 156.267 24.995 156.267 21.4216V14.6808C156.267 11.3509 155.529 8.10235 150.854 8.10235ZM149.214 25.3199C147.246 25.3199 145.114 24.9138 145.114 24.6702H145.032V12.488C145.114 11.9194 147.738 10.7824 150.034 10.7824C152.987 10.7824 153.151 12.894 153.151 14.762V21.3404C153.151 23.2895 152.987 25.3199 149.214 25.3199ZM163.811 27.8376C164.713 27.8376 167.009 27.7564 167.009 26.6193C167.009 26.1321 166.681 24.8326 166.353 24.7514C165.615 24.9138 165.123 24.995 164.631 24.995C163.073 24.995 162.745 24.0205 162.745 22.4774V1.28029C162.745 0.711789 162.335 0.468144 161.843 0.468144C161.269 0.468144 159.629 0.549359 159.629 1.03665V22.9647C159.629 26.4569 161.105 27.8376 163.811 27.8376ZM168.485 19.2288C168.485 25.5636 170.453 27.9188 176.44 27.9188C178.162 27.9188 180.54 27.6751 182.344 27.3503C182.754 27.2691 182.918 27.1066 182.918 26.7006C182.918 25.1575 182.59 24.9138 182.262 24.9138C181.81 24.9138 181.181 25.016 180.457 25.1337C179.472 25.2937 178.312 25.4823 177.178 25.4823C172.914 25.4823 171.52 23.9393 171.52 20.2034C181.114 20.2034 183 18.7415 183 14.4371V13.5437C183 9.97029 181.114 8.10235 176.112 8.10235H175.62C170.863 8.10235 168.485 9.97029 168.485 14.5995V19.2288ZM175.784 10.3764C178.736 10.3764 179.966 11.4322 179.966 13.4625V14.1122C179.966 17.036 178.818 17.6857 171.438 17.6857V14.4371C171.438 11.1073 173.242 10.3764 175.784 10.3764Z" fill="white"/> </svg></div> <div style="height:5rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background wp-element-button" href="https://agencies.automattic.com/signup?ref=a8c-a4a-lp" style="border-radius:4px">Join the program</a></div> </div> </div> </div> </div></div> <div class="wp-block-group cta"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider">Watch the video</p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:823px"> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size">See why the best WordPress agencies pick Automattic for Agencies</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='500' height='281' src='https://video.wordpress.com/embed/W12Ze7Te?cover=1&amp;autoPlay=0&amp;controls=1&amp;loop=0&amp;muted=0&amp;persistVolume=1&amp;playsinline=0&amp;preloadContent=none&amp;useAverageColor=1&amp;posterUrl=https%3A%2F%2Fautomattic.com%2Fwp-content%2Fuploads%2F2024%2F08%2Fchristie-video-preview.png&amp;hd=0' frameborder='0' allowfullscreen data-resize-to-parent="true" allow='clipboard-write' loading="lazy"></iframe><script src='https://v0.wordpress.com/js/next/videopress-iframe.js?m=1739540970'></script></div> </figure> </div> </div> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider" id="worldclass-hosting">World-Class Hosting</p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1022px"> <div class="wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-6 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="222" height="36" viewBox="0 0 222 36" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M31.1239 17.696L26.1741 31.9871C30.9925 29.1824 34.2326 23.9695 34.2326 17.9994C34.2326 15.1855 33.5126 12.5403 32.2475 10.2355C32.3174 10.7509 32.3568 11.3038 32.3568 11.8998C32.3568 13.5413 32.049 15.3871 31.1239 17.696ZM22.1137 10.257C22.1137 10.257 21.2347 10.3595 20.259 10.4106L26.116 27.807L27.733 22.4139C28.5547 20.3104 28.9661 18.5675 28.9661 17.1817C28.9661 15.1813 28.2463 13.7968 27.6301 12.719C27.5655 12.6141 27.5012 12.5105 27.4376 12.408C26.6921 11.2064 26.0381 10.1521 26.0381 8.92345C26.0381 7.43581 27.1675 6.05112 28.7599 6.05112C28.8078 6.05112 28.8544 6.05506 28.9009 6.05898C28.9238 6.06092 28.9466 6.06285 28.9695 6.0643C26.0864 3.4262 22.2447 1.81542 18.0252 1.81542C12.3632 1.81542 7.38221 4.71651 4.48391 9.10938C4.86509 9.12145 5.22366 9.12914 5.52747 9.12914C7.22217 9.12914 9.84678 8.92345 9.84678 8.92345C10.7202 8.87231 10.8235 10.154 9.95032 10.257C9.95032 10.257 9.0723 10.3595 8.0958 10.4106L13.9968 27.94L17.5443 17.319L15.0195 10.4106C14.1465 10.3595 13.32 10.257 13.32 10.257C12.4461 10.2054 12.5485 8.87231 13.4224 8.92345C13.4224 8.92345 16.0982 9.12914 17.6909 9.12914C19.3856 9.12914 22.0107 8.92345 22.0107 8.92345C22.8843 8.87231 22.987 10.154 22.1137 10.257ZM13.4486 33.5242C14.9007 33.9499 16.4362 34.1833 18.027 34.1833C19.9144 34.1833 21.7246 33.857 23.4091 33.2654C23.3659 33.1954 23.3258 33.122 23.2931 33.0425L18.3118 19.4144L13.4486 33.5242ZM3.22344 11.4154C2.32387 13.4277 1.81978 15.6553 1.81978 18.0016C1.81978 24.4076 5.5471 29.9433 10.9542 32.566L3.22344 11.4154ZM0 17.9992C0 8.07433 8.08663 0 18.0259 0C27.9653 0 36.0521 8.07433 36.0521 17.9992C36.0521 27.9248 27.9653 36 18.0259 36C8.08663 36 0 27.9248 0 17.9992ZM60.2519 24.0806L63.8462 10.2906H67.1271L61.9793 28.301H58.1772L55.4252 18.6721L52.4872 28.301H48.6856L43.7811 10.2906H47.27L50.7108 24.5473L53.8746 13.2459L53.0299 10.2906H56.6579L60.2519 24.0806ZM171.544 28.3013H168.356V25.0222H171.544V28.3013ZM66.7234 21.933C66.7234 18.0354 68.7966 15.2125 73.1846 15.2125C77.5459 15.2125 79.6457 18.0354 79.6457 21.933C79.6457 25.8309 77.5459 28.6271 73.1846 28.6271C68.7966 28.6271 66.7234 25.8309 66.7234 21.933ZM70.0076 21.9298C70.0076 24.7259 71.111 26.0698 73.1841 26.0698C75.2571 26.0698 76.3343 24.6992 76.3343 21.9298C76.3343 19.1344 75.2571 17.7898 73.1841 17.7898C71.111 17.7898 70.0076 19.1611 70.0076 21.9298ZM98.038 15.2097C98.8187 15.2097 99.4915 15.3177 100.434 15.5055V10.2909H103.61V28.3013H100.595V27.1187C99.5724 27.9787 97.8769 28.6244 96.4767 28.6244C93.6499 28.6244 91.2539 26.6615 91.2539 22.4144C91.2539 18.14 93.6498 15.2097 98.038 15.2097ZM97.419 26.0692C98.4417 26.0692 99.4112 25.5581 100.434 24.6176V18.1389C99.8957 17.9238 99.1147 17.7358 98.3613 17.7358C95.938 17.7358 94.5382 19.2679 94.5382 22.198C94.5382 24.9128 95.6687 26.0692 97.419 26.0692ZM107.541 10.2909H113.424C117.275 10.2909 120.075 12.1987 120.075 16.0972C120.075 19.9679 117.275 22.0379 113.424 22.0379H110.933V28.3013H107.541V10.2909ZM110.933 19.401H113.452C115.579 19.401 116.522 18.0836 116.522 16.0949C116.522 14.0785 115.498 12.9497 113.452 12.9497H110.933V19.401ZM131.108 21.8523C131.108 18.385 133.235 15.2125 137.326 15.2125C141.392 15.2125 142.819 18.0354 142.819 20.7238C142.819 21.5941 142.767 22.0762 142.714 22.5759L142.711 22.605H134.527C134.608 25.401 136.192 26.0458 138.56 26.0458C139.852 26.0458 141.055 25.7517 142.388 25.2634V27.901C140.733 28.409 139.314 28.6271 137.672 28.6271C133.611 28.6271 131.108 26.611 131.108 21.8523ZM137.299 17.6001C135.712 17.6001 134.742 18.7291 134.554 20.5033H139.507C139.507 18.9446 138.996 17.6001 137.299 17.6001ZM150.518 17.7669C149.388 17.7669 148.337 18.1428 148.337 19.1109C148.337 19.9935 149.408 20.3191 150.67 20.703C152.483 21.2544 154.691 21.926 154.691 24.541C154.691 27.7396 151.837 28.6271 148.849 28.6271C147.476 28.6271 146.093 28.2586 145.107 27.8712V25.2634C146.292 25.6745 147.933 26.0732 148.956 26.0732C150.41 26.0732 151.406 25.7775 151.406 24.6752C151.406 23.7593 150.335 23.4187 149.073 23.0172C147.26 22.4409 145.053 21.7392 145.053 19.0297C145.053 16.6642 147.206 15.2125 150.276 15.2125C151.675 15.2125 152.887 15.3471 154.071 15.6963V18.3309C154.071 18.3309 152.341 17.7669 150.518 17.7669ZM185.961 21.933C185.961 18.0354 188.034 15.2125 192.422 15.2125C196.783 15.2125 198.885 18.0354 198.885 21.933C198.885 25.8309 196.783 28.6271 192.422 28.6271C188.034 28.6271 185.961 25.8309 185.961 21.933ZM189.246 21.9298C189.246 24.7259 190.349 26.0698 192.422 26.0698C194.496 26.0698 195.573 24.6992 195.573 21.9298C195.573 19.1344 194.496 17.7898 192.422 17.7898C190.349 17.7898 189.246 19.1611 189.246 21.9298ZM212.697 16.9063C214.124 15.9653 215.686 15.2125 217.059 15.2125C219.643 15.2125 221.123 17.0137 221.123 19.4872V28.3041H217.947V20.24C217.947 18.4385 217.3 17.8743 216.251 17.8743C215.336 17.8743 214.07 18.385 212.887 19.1644V28.3041H209.709V20.24C209.709 18.4385 209.064 17.8743 208.013 17.8743C207.098 17.8743 205.832 18.3581 204.647 19.1376V28.3041H201.444V15.5355H204.46V16.8528C205.886 15.9119 207.448 15.2125 208.821 15.2125C210.301 15.2125 211.647 15.7236 212.32 17.1484L212.697 16.9063ZM125.021 17.6309H125.129C126.017 16.0447 127.202 15.3728 128.924 15.3728C129.329 15.3728 129.786 15.4268 129.786 15.4268V18.1956H129.463C127.444 18.1956 126.232 18.8139 125.236 20.6954V28.3028H122.06V15.5342H125.021V17.6309ZM85.1676 17.6309H85.2752C86.1635 16.0447 87.3478 15.3728 89.0713 15.3728C89.4744 15.3728 89.9326 15.4268 89.9326 15.4268V18.1956H89.6092C87.5902 18.1956 86.3787 18.8139 85.3828 20.6954V28.3028H82.2058V15.5342H85.1676V17.6309ZM180.232 17.7931C178.294 17.7931 176.652 18.8152 176.652 21.7991C176.652 25.0783 178.294 26.0458 180.394 26.0458C181.39 26.0458 182.507 25.831 183.96 25.2664V27.901C182.668 28.3313 181.497 28.6271 179.991 28.6271C175.225 28.6271 173.34 25.9116 173.34 21.9599C173.34 17.7931 175.953 15.2125 180.18 15.2125C181.767 15.2125 182.722 15.4815 183.799 15.8312V18.5192C182.884 18.17 181.526 17.7931 180.232 17.7931ZM162.082 17.7669C160.951 17.7669 159.9 18.1427 159.9 19.1107C159.9 19.9934 160.971 20.319 162.233 20.7029C164.046 21.2542 166.254 21.9258 166.254 24.5408C166.254 27.7396 163.401 28.6271 160.413 28.6271C159.038 28.6271 157.656 28.2585 156.67 27.871V25.2632C157.855 25.6744 159.496 26.073 160.52 26.073C161.973 26.073 162.969 25.7773 162.969 24.6752C162.969 23.7592 161.898 23.4186 160.635 23.0171C158.823 22.4409 156.616 21.7391 156.616 19.0295C156.616 16.664 158.77 15.2125 161.839 15.2125C163.239 15.2125 164.45 15.3471 165.635 15.6963V18.3308C165.635 18.3308 163.905 17.7669 162.082 17.7669Z" fill="white"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="183" height="28" viewBox="0 0 183 28" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.70459 0V27.9189H18.7463L28.8948 17.8681V0H0.70459ZM21.7822 10.1367C21.7822 14.6897 20.0474 15.8923 15.1033 15.8923H10.8531V23.2801C10.8531 23.7096 10.5928 23.9673 10.1592 23.9673C9.55198 23.9673 8.33763 23.7955 8.33763 23.4519V4.55294C8.33763 3.9516 8.59785 3.8657 9.03154 3.8657H15.0165C20.0474 3.8657 21.6954 5.24017 21.6954 9.6213V10.1367H21.7822ZM15.1165 6.09801H10.8663V13.7435H15.0298C18.3259 13.7435 19.1933 13.0563 19.1933 10.1355V9.706C19.1933 6.78525 18.4126 6.09801 15.1165 6.09801ZM42.2812 1.68637C41.7891 1.68637 41.3791 1.76758 41.3791 2.57973V27.2691C41.3791 27.6751 43.0192 27.9188 43.7572 27.9188C44.3313 27.9188 44.6593 27.5939 44.6593 27.0254V17.4421H50.0716C56.6319 17.4421 58.846 15.7365 58.846 9.88907V9.23935C58.846 3.47309 56.6319 1.68637 50.0716 1.68637H42.2812ZM44.6593 14.4371V4.52889H50.0716C54.4178 4.52889 55.4838 5.42225 55.4838 9.15814V9.80786C55.4838 13.5437 54.4178 14.4371 50.0716 14.4371H44.6593ZM65.1603 11.8382C65.1603 11.5946 67.1284 10.7824 69.3425 10.7824C70.2016 10.7824 70.8106 10.9062 71.4971 11.0457C71.5969 11.066 71.6985 11.0867 71.8026 11.1073C72.2126 11.1073 72.5407 10.5388 72.5407 9.07692C72.5407 8.10235 70.0805 8.10235 69.1785 8.10235C65.0783 8.10235 62.1261 9.40178 62.1261 10.62V27.3503C62.1261 27.7564 63.6022 27.9188 64.2583 27.9188C64.7503 27.9188 65.1603 27.6751 65.1603 27.0254V11.8382ZM74.5088 19.2288C74.5088 25.5636 76.5589 27.9188 82.4631 27.9188C84.1852 27.9188 86.5633 27.6751 88.3674 27.3503C88.7775 27.2691 88.9415 27.1066 88.9415 26.7006C88.9415 25.1575 88.6134 24.9138 88.2854 24.9138C87.8335 24.9138 87.2046 25.016 86.4802 25.1337C85.4958 25.2937 84.3349 25.4823 83.2012 25.4823C78.937 25.4823 77.5429 23.9393 77.5429 20.2034C87.1374 20.2034 89.0235 18.7415 89.0235 14.4371V13.5437C89.0235 9.97029 87.1374 8.10235 82.1351 8.10235H81.6431C76.8869 8.10235 74.5088 9.97029 74.5088 14.5995V19.2288ZM81.8891 10.3764C84.8413 10.3764 86.0713 11.4322 86.0713 13.4625V14.1122C86.0713 17.036 84.9233 17.6857 77.5429 17.6857V14.4371C77.5429 11.1073 79.347 10.3764 81.8891 10.3764ZM102.226 22.8022C102.226 24.589 100.586 25.2387 97.7979 25.2387C96.4781 25.2387 95.3339 25.1518 94.301 25.0733C93.922 25.0445 93.5579 25.0168 93.2057 24.995H93.0417C92.7956 24.995 92.1396 25.3199 92.1396 26.9442C92.1396 27.1879 92.2216 27.3503 92.6316 27.5127C94.4357 27.9188 96.6498 28 98.2899 28C102.226 28 105.26 26.9442 105.26 22.8022C105.26 18.8249 102.075 17.4087 99.3755 16.2082C97.3894 15.3251 95.6658 14.5587 95.6658 12.9752C95.6658 11.3509 97.3059 10.7824 100.012 10.7824C101.162 10.7824 102.13 10.8912 102.987 10.9876C103.414 11.0355 103.813 11.0803 104.194 11.1073C104.522 11.1073 104.932 10.3764 104.932 9.15814C104.932 8.75207 104.768 8.50842 104.276 8.4272C103.128 8.18356 101.652 8.10235 99.192 8.10235C95.9118 8.10235 92.6316 8.83328 92.6316 12.894C92.6316 16.4758 95.5476 17.8115 98.1644 19.0102C100.294 19.9859 102.226 20.8708 102.226 22.8022ZM118.299 22.8022C118.299 24.589 116.659 25.2387 113.871 25.2387C112.44 25.2387 111.246 25.1453 110.216 25.0647C109.887 25.039 109.576 25.0147 109.278 24.995H109.114C108.868 24.995 108.212 25.3199 108.212 26.9442C108.212 27.1879 108.294 27.3503 108.704 27.5127C110.509 27.9188 112.723 28 114.363 28C118.299 28 121.333 26.9442 121.333 22.8022C121.333 18.8249 118.148 17.4087 115.448 16.2082C113.462 15.3251 111.739 14.5587 111.739 12.9752C111.739 11.3509 113.379 10.7824 116.085 10.7824C117.235 10.7824 118.203 10.8912 119.06 10.9876C119.487 11.0355 119.886 11.0803 120.267 11.1073C120.595 11.1073 121.005 10.3764 121.005 9.15814C121.005 8.75207 120.841 8.50842 120.349 8.4272C119.201 8.18356 117.725 8.10235 115.265 8.10235C111.985 8.10235 108.704 8.83328 108.704 12.894C108.704 16.4758 111.62 17.8115 114.237 19.0102C116.367 19.9859 118.299 20.8708 118.299 22.8022ZM131.256 27.8376C134.946 27.8376 138.39 26.7006 138.39 25.8884H138.472V13.9498C138.472 9.23935 136.258 8.02113 131.584 8.02113C128.959 8.02113 126.417 8.42721 125.679 8.67085C125.433 8.75206 125.351 8.91449 125.351 9.32057C125.351 9.56421 125.433 11.1073 126.089 11.1073C127.237 10.8637 129.123 10.62 130.764 10.62C134.29 10.62 135.438 11.5134 135.438 14.031V17.1984C134.208 16.7923 132.076 16.3863 130.189 16.3863C125.679 16.3863 124.203 18.173 124.203 21.9089C124.203 26.0508 126.335 27.8376 131.256 27.8376ZM130.846 18.6603C132.486 18.6603 135.192 19.31 135.438 19.5536V24.6702C135.192 25.0763 132.814 25.4823 131.338 25.4823C128.385 25.4823 127.237 24.589 127.237 22.0713C127.237 19.31 128.303 18.6603 130.846 18.6603ZM150.854 8.10235C148.64 8.10235 146.59 8.75206 145.114 9.72664V1.60515C145.114 0.874219 144.868 0.549359 144.294 0.549359C143.556 0.549359 142.08 0.711789 142.08 1.11786V25.726C142.08 26.3757 142.244 26.7006 142.736 26.9442C144.622 27.8376 147.41 27.9188 149.296 27.9188C155.201 27.9188 156.267 24.995 156.267 21.4216V14.6808C156.267 11.3509 155.529 8.10235 150.854 8.10235ZM149.214 25.3199C147.246 25.3199 145.114 24.9138 145.114 24.6702H145.032V12.488C145.114 11.9194 147.738 10.7824 150.034 10.7824C152.987 10.7824 153.151 12.894 153.151 14.762V21.3404C153.151 23.2895 152.987 25.3199 149.214 25.3199ZM163.811 27.8376C164.713 27.8376 167.009 27.7564 167.009 26.6193C167.009 26.1321 166.681 24.8326 166.353 24.7514C165.615 24.9138 165.123 24.995 164.631 24.995C163.073 24.995 162.745 24.0205 162.745 22.4774V1.28029C162.745 0.711789 162.335 0.468144 161.843 0.468144C161.269 0.468144 159.629 0.549359 159.629 1.03665V22.9647C159.629 26.4569 161.105 27.8376 163.811 27.8376ZM168.485 19.2288C168.485 25.5636 170.453 27.9188 176.44 27.9188C178.162 27.9188 180.54 27.6751 182.344 27.3503C182.754 27.2691 182.918 27.1066 182.918 26.7006C182.918 25.1575 182.59 24.9138 182.262 24.9138C181.81 24.9138 181.181 25.016 180.457 25.1337C179.472 25.2937 178.312 25.4823 177.178 25.4823C172.914 25.4823 171.52 23.9393 171.52 20.2034C181.114 20.2034 183 18.7415 183 14.4371V13.5437C183 9.97029 181.114 8.10235 176.112 8.10235H175.62C170.863 8.10235 168.485 9.97029 168.485 14.5995V19.2288ZM175.784 10.3764C178.736 10.3764 179.966 11.4322 179.966 13.4625V14.1122C179.966 17.036 178.818 17.6857 171.438 17.6857V14.4371C171.438 11.1073 173.242 10.3764 175.784 10.3764Z" fill="white"/> </svg></div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size">Scalable hosting solutions for every client</h2> <p class="has-text-align-center has-a-8-c-light-gray-color has-text-color has-link-color has-large-font-size wp-elements-8d64baae409f11f1b5c9316eb6fb74b8">Whether you&#8217;re building new sites or migrating existing ones, our infrastructure is the perfect place to host them — built specifically for WordPress.</p> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1208px"> <div id="migration-offer" class="wp-block-group is-style-glassy-bg a4a-migration-offer is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex"> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex"> <h2 class="wp-block-heading has-medium-font-size">Limited time offer: Migrate your sites to Pressable or WordPress.com and earn up to $10,000</h2> <p class="has-a-8-c-light-gray-color has-text-color has-link-color has-small-font-size wp-elements-9f7504c9327497ca3e4e2abe7f4e0262">From now until July 31, 2025, you’ll receive $100 for each site you migrate to Pressable or WordPress.com, up to $10,000. If you’re a WP Engine customer, we’ll also cover any costs associated with breaking your contract.</p> <div class="wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex"> <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"> <div class="wp-block-button contact-us-dialog-open-link for-a4a-form-migrations"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background has-custom-font-size wp-element-button" href="mailto:partnerships@automattic.com" style="border-radius:4px;font-size:1rem" rel="">Contact us to learn more ↗</a></div> <div class="wp-block-button is-style-outline is-style-outline--3"><a class="wp-block-button__link has-custom-font-size wp-element-button" href="https://automattic.com/for-agencies/program-incentives/" style="border-radius:4px;font-size:1rem">See full terms ↗</a></div> </div> <p class="has-a-8-c-light-gray-color has-text-color has-link-color wp-elements-191e667c456a5189fd24bf4388f3caa6" style="font-size:12px">*The migration limit is $10,000 for WP Engine and $3,000 for other hosts.</p> </div> </div> </div> <div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-group is-style-default is-layout-grid wp-container-core-group-is-layout-20 wp-block-group-is-layout-grid"> <div class="wp-block-group is-style-glassy-bg wp-container-content-2 is-vertical is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex"> <p class="has-small-font-size">We needed a hosting provider that was as knowledgeable about WordPress as we are. With Pressable&#8217;s affiliation with Automattic, the same people behind WordPress.com and WordPress VIP, we knew we’d found the right home for our client portfolio.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-1"></div> <div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex"> <figure class="wp-block-image size-full is-resized is-style-rounded"><a href="https://automattic.com/wp-content/uploads/2024/08/ben-giordano-small.png"><img width="380" height="376" loading="lazy" src="https://automattic.com/wp-content/uploads/2024/08/ben-giordano-small.png" alt="" class="wp-image-279433" style="object-fit:cover;width:50px;height:50px" srcset="https://automattic.com/wp-content/uploads/2024/08/ben-giordano-small.png 380w, https://automattic.com/wp-content/uploads/2024/08/ben-giordano-small.png?w=150&amp;h=148 150w, https://automattic.com/wp-content/uploads/2024/08/ben-giordano-small.png?w=300&amp;h=297 300w" sizes="(max-width: 380px) 100vw, 380px" /></a></figure> <p class="has-small-font-size"><strong>Ben Giordano</strong><br>Founder<br><a href="https://freshysites.com/" target="_blank" rel="noreferrer noopener">freshysites.com</a> ↗</p> </div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-4 is-vertical is-layout-flex wp-container-core-group-is-layout-13 wp-block-group-is-layout-flex"> <p class="has-small-font-size">WordPress.com has been crucial to my agency’s growth. Its intuitive UI allows me to quickly create sleek, functional websites for my clients, and their reliable hosting and support enable me to rest easy, knowing my sites are in good hands.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-3"></div> <div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex"> <figure class="wp-block-image size-full is-resized is-style-rounded"><a href="https://automattic.com/wp-content/uploads/2024/08/brian-lalli-small.png"><img width="720" height="720" loading="lazy" src="https://automattic.com/wp-content/uploads/2024/08/brian-lalli-small.png" alt="" class="wp-image-279434" style="object-fit:cover;width:50px;height:50px" srcset="https://automattic.com/wp-content/uploads/2024/08/brian-lalli-small.png 720w, https://automattic.com/wp-content/uploads/2024/08/brian-lalli-small.png?w=150&amp;h=150 150w, https://automattic.com/wp-content/uploads/2024/08/brian-lalli-small.png?w=300&amp;h=300 300w" sizes="(max-width: 720px) 100vw, 720px" /></a></figure> <p class="has-small-font-size"><strong>Brian Lalli</strong><br>President<br><a href="https://moonrooster.com/" target="_blank" rel="noreferrer noopener">moonrooster.com</a> ↗</p> </div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-6 is-vertical is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex"> <p class="has-small-font-size">WordPress.com really stands out with its exceptional performance and strong security. It’s a versatile platform that’s great for users at any skill level, and their support team is always incredibly helpful. For managed sites, we definitely think WordPress.com is the way to go.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-5"></div> <div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-14 wp-block-group-is-layout-flex"> <figure class="wp-block-image size-full is-resized is-style-rounded"><a href="https://automattic.com/wp-content/uploads/2024/08/sonia-gaballa-small.png"><img width="800" height="750" loading="lazy" src="https://automattic.com/wp-content/uploads/2024/08/sonia-gaballa-small.png" alt="" class="wp-image-279435" style="object-fit:cover;width:50px;height:50px" srcset="https://automattic.com/wp-content/uploads/2024/08/sonia-gaballa-small.png 800w, https://automattic.com/wp-content/uploads/2024/08/sonia-gaballa-small.png?w=150&amp;h=141 150w, https://automattic.com/wp-content/uploads/2024/08/sonia-gaballa-small.png?w=300&amp;h=281 300w, https://automattic.com/wp-content/uploads/2024/08/sonia-gaballa-small.png?w=768&amp;h=720 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure> <p class="has-small-font-size"><strong>Sonia Gaballa</strong><br>Partner<br><a href="https://nudge.design/" target="_blank" rel="noreferrer noopener">nudge.design</a> ↗</p> </div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-8 is-vertical is-layout-flex wp-container-core-group-is-layout-17 wp-block-group-is-layout-flex"> <p class="has-small-font-size">We aimed to provide clients with a reliable hosting service we could endorse without hesitation, ultimately resulting in satisfied clients. We found that service with WordPress.com.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-7"></div> <div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-16 wp-block-group-is-layout-flex"> <figure class="wp-block-image size-full is-resized is-style-rounded"><a href="https://automattic.com/wp-content/uploads/2024/08/ajit-bohra-small.png"><img width="400" height="400" loading="lazy" src="https://automattic.com/wp-content/uploads/2024/08/ajit-bohra-small.png" alt="" class="wp-image-279436" style="object-fit:cover;width:50px;height:50px" srcset="https://automattic.com/wp-content/uploads/2024/08/ajit-bohra-small.png 400w, https://automattic.com/wp-content/uploads/2024/08/ajit-bohra-small.png?w=150&amp;h=150 150w, https://automattic.com/wp-content/uploads/2024/08/ajit-bohra-small.png?w=300&amp;h=300 300w" sizes="(max-width: 400px) 100vw, 400px" /></a></figure> <p class="has-small-font-size"><strong>Ajit Bohra</strong><br>Founder<br><a href="https://lubus.in/" target="_blank" rel="noreferrer noopener">lubus.in</a> ↗</p> </div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-10 is-vertical is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex"> <p class="has-small-font-size">As an agency with hundreds of clients, Pressable changed the game for our ability to grow as a business and offer best-in-class products for our clients. With fantastic support, superior uptime, and solutions to make even the largest challenges possible, Pressable is always there.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-9"></div> <div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-18 wp-block-group-is-layout-flex"> <figure class="wp-block-image size-full is-resized is-style-rounded"><a href="https://automattic.com/wp-content/uploads/2024/08/justin-barrett-small.png"><img width="206" height="206" loading="lazy" src="https://automattic.com/wp-content/uploads/2024/08/justin-barrett-small.png" alt="" class="wp-image-279437" style="object-fit:cover;width:50px;height:50px" srcset="https://automattic.com/wp-content/uploads/2024/08/justin-barrett-small.png 206w, https://automattic.com/wp-content/uploads/2024/08/justin-barrett-small.png?w=150&amp;h=150 150w" sizes="(max-width: 206px) 100vw, 206px" /></a></figure> <p class="has-small-font-size"><strong>Justin Barrett</strong><br>Director of Technology<br><a href="https://autoshopsolutions.com/" target="_blank" rel="noreferrer noopener">autoshopsolutions.com</a> ↗</p> </div> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> </div> </div> <div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider" id="flexible-marketplace">Flexible Marketplace</p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1208px"> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size">Boost your income with a flexible marketplace</h2> <p class="has-text-align-center has-a-8-c-light-gray-color has-text-color has-link-color has-large-font-size wp-elements-f6ca8ddfb0bda448a35416bf6c79ea46">We recognize agencies work with clients in different ways. Purchase products directly and enjoy volume discounts, or refer them to clients at retail price to earn recurring commissions.</p> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1208px"> <div class="wp-block-group is-style-default is-layout-grid wp-container-core-group-is-layout-25 wp-block-group-is-layout-grid"> <div class="wp-block-group is-style-glassy-bg wp-container-content-12 is-vertical is-layout-flex wp-container-core-group-is-layout-22 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="49" viewBox="0 0 48 49" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13 16.6426C13 17.4382 13.3161 18.2013 13.8787 18.7639C14.4413 19.3265 15.2044 19.6426 16 19.6426C16.7956 19.6426 17.5587 19.3265 18.1213 18.7639C18.6839 18.2013 19 17.4382 19 16.6426C19 15.8469 18.6839 15.0839 18.1213 14.5213C17.5587 13.9586 16.7956 13.6426 16 13.6426C15.2044 13.6426 14.4413 13.9586 13.8787 14.5213C13.3161 15.0839 13 15.8469 13 16.6426ZM16 10.6426C14.4087 10.6426 12.8826 11.2747 11.7574 12.3999C10.6321 13.5252 10 15.0513 10 16.6426C10 18.2339 10.6321 19.76 11.7574 20.8852C12.8826 22.0104 14.4087 22.6426 16 22.6426C17.5913 22.6426 19.1174 22.0104 20.2426 20.8852C21.3679 19.76 22 18.2339 22 16.6426C22 15.0513 21.3679 13.5252 20.2426 12.3999C19.1174 11.2747 17.5913 10.6426 16 10.6426ZM29 32.6426C29 33.4382 29.3161 34.2013 29.8787 34.7639C30.4413 35.3265 31.2044 35.6426 32 35.6426C32.7956 35.6426 33.5587 35.3265 34.1213 34.7639C34.6839 34.2013 35 33.4382 35 32.6426C35 31.8469 34.6839 31.0839 34.1213 30.5213C33.5587 29.9586 32.7956 29.6426 32 29.6426C31.2044 29.6426 30.4413 29.9586 29.8787 30.5213C29.3161 31.0839 29 31.8469 29 32.6426ZM32 26.6426C30.4087 26.6426 28.8826 27.2747 27.7574 28.3999C26.6321 29.5252 26 31.0513 26 32.6426C26 34.2339 26.6321 35.76 27.7574 36.8852C28.8826 38.0104 30.4087 38.6426 32 38.6426C33.5913 38.6426 35.1174 38.0104 36.2426 36.8852C37.3679 35.76 38 34.2339 38 32.6426C38 31.0513 37.3679 29.5252 36.2426 28.3999C35.1174 27.2747 33.5913 26.6426 32 26.6426ZM10.94 35.4626C10.675 35.7469 10.5308 36.123 10.5377 36.5116C10.5445 36.9002 10.7019 37.271 10.9768 37.5458C11.2516 37.8206 11.6224 37.9781 12.011 37.9849C12.3996 37.9918 12.7757 37.8475 13.06 37.5826L36.94 13.7026C37.0874 13.5653 37.2056 13.3997 37.2876 13.2157C37.3695 13.0317 37.4136 12.833 37.4172 12.6316C37.4207 12.4302 37.3837 12.2302 37.3082 12.0434C37.2328 11.8566 37.1205 11.6869 36.9781 11.5445C36.8356 11.4021 36.666 11.2898 36.4792 11.2143C36.2924 11.1389 36.0924 11.1018 35.891 11.1054C35.6895 11.1089 35.4909 11.153 35.3069 11.235C35.1229 11.317 34.9573 11.4352 34.82 11.5826L10.94 35.4626Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Exclusive volume discounts</strong></p> <p>Get substantial discounts when you purchase WordPress.com and Pressable hosting, Woo Extensions, and Jetpack products directly.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-11"></div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-14 is-vertical is-layout-flex wp-container-core-group-is-layout-23 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="49" viewBox="0 0 48 49" fill="none"> <path d="M37.4 6.64258H10.6C8 6.64258 6 8.64258 6 11.2426V38.0426C6 40.6426 8 42.6426 10.6 42.6426H37.4C40 42.6426 42 40.6426 42 38.0426V11.2426C42 8.64258 40 6.64258 37.4 6.64258ZM39 38.0426C39 38.8426 38.2 39.6426 37.4 39.6426H10.6C9.8 39.6426 9 38.8426 9 38.0426V11.2426C9 10.4426 9.8 9.64258 10.6 9.64258H23V27.4426L28 21.2426L33 27.4426V9.64258H37.4C38.2 9.64258 39 10.4426 39 11.2426V38.0426Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Centralized management</strong></p> <p>Purchase and manage all Automattic products and licenses from a central place.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-13"></div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-16 is-vertical is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="49" viewBox="0 0 48 49" fill="none"> <path d="M36 11.6426H12C11.7348 11.6426 11.4804 11.7479 11.2929 11.9355C11.1054 12.123 11 12.3774 11 12.6426V36.6426C11 36.9078 11.1054 37.1621 11.2929 37.3497C11.4804 37.5372 11.7348 37.6426 12 37.6426H36C36.2652 37.6426 36.5196 37.5372 36.7071 37.3497C36.8946 37.1621 37 36.9078 37 36.6426V12.6426C37 12.3774 36.8946 12.123 36.7071 11.9355C36.5196 11.7479 36.2652 11.6426 36 11.6426ZM12 8.64258H36C37.0609 8.64258 38.0783 9.06401 38.8284 9.81415C39.5786 10.5643 40 11.5817 40 12.6426V36.6426C40 37.7034 39.5786 38.7209 38.8284 39.471C38.0783 40.2211 37.0609 40.6426 36 40.6426H12C10.9391 40.6426 9.92172 40.2211 9.17157 39.471C8.42143 38.7209 8 37.7034 8 36.6426V12.6426C8 11.5817 8.42143 10.5643 9.17157 9.81415C9.92172 9.06401 10.9391 8.64258 12 8.64258ZM14 18.6426H17V21.6426H14V18.6426ZM17 27.6426H14V30.6426H17V27.6426ZM20 18.6426H34V21.6426H20V18.6426ZM34 27.6426H20V30.6426H34V27.6426Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Consolidated billing</strong></p> <p>Each month, you’ll get a single bill for any active products 
issued in the Automattic for Agencies dashboard.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-15"></div> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-group is-style-glassy-bg is-layout-grid wp-container-core-group-is-layout-31 wp-block-group-is-layout-grid"> <figure class="wp-block-image size-large is-resized"><a href="https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png"><img width="916" height="1023" loading="lazy" src="https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png?w=916" alt="" class="wp-image-279440" style="width:640px" srcset="https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png?w=916 916w, https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png?w=134 134w, https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png?w=268 268w, https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png?w=768 768w, https://automattic.com/wp-content/uploads/2024/08/flexible-marketplace-referrals.png 1286w" sizes="(max-width: 916px) 100vw, 916px" /></a></figure> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-30 wp-block-group-is-layout-flex"> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p style="font-size:1.4rem"><strong>Earn commission on client purchases</strong></p> <p style="font-size:1rem">Refer our products to your clients and get up to a 50% commission on those client purchases.</p> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p style="font-size:1.4rem"><strong>Build a cart of products and send to clients</strong></p> <p style="font-size:1rem">Tailor your referral order to meet the needs of each client. Choose from over 60 products and hosting, compile your cart, and send the request for payment within seconds.</p> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p style="font-size:1.4rem"><strong>Upfront commission visibility</strong></p> <p style="font-size:1rem">See your estimated commissions within every referral order, so you’re never left guessing on how much you’ll earn.</p> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p style="font-size:1.4rem"><strong>Uncomplicated payouts</strong></p> <p style="font-size:1rem">Commissions are paid out every quarter. Simply add your bank details and tax documentation and you’re good to go.</p> </div></div> </div> </div> </div> </div> <div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider" id="partner-directories">Harness Our Network</p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1022px"> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size">Expand your reach and grow your business</h2> <p class="has-text-align-center has-a-8-c-light-gray-color has-text-color has-link-color has-large-font-size wp-elements-a1ee265f820edb2b87f2fea2fb5239b6">Get exclusive access to multiple agency directory listings across Automattic brands and connect with new clients.</p> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1208px"> <div class="wp-block-group is-style-default is-layout-grid wp-container-core-group-is-layout-36 wp-block-group-is-layout-grid"> <div class="wp-block-group is-style-glassy-bg wp-container-content-18 is-vertical is-layout-flex wp-container-core-group-is-layout-33 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="49" viewBox="0 0 48 49" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 9.64258C20 10.173 19.7893 10.6817 19.4142 11.0568C19.0391 11.4319 18.5304 11.6426 18 11.6426C17.4696 11.6426 16.9609 11.4319 16.5858 11.0568C16.2107 10.6817 16 10.173 16 9.64258C16 9.11214 16.2107 8.60344 16.5858 8.22836C16.9609 7.85329 17.4696 7.64258 18 7.64258C18.5304 7.64258 19.0391 7.85329 19.4142 8.22836C19.7893 8.60344 20 9.11214 20 9.64258ZM23 9.64258C23 10.9687 22.4732 12.2404 21.5355 13.1781C20.5979 14.1158 19.3261 14.6426 18 14.6426C16.6739 14.6426 15.4021 14.1158 14.4645 13.1781C13.5268 12.2404 13 10.9687 13 9.64258C13 8.3165 13.5268 7.04473 14.4645 6.10704C15.4021 5.16936 16.6739 4.64258 18 4.64258C19.3261 4.64258 20.5979 5.16936 21.5355 6.10704C22.4732 7.04473 23 8.3165 23 9.64258ZM27.5 24.6426V22.6426C27.5 21.1839 26.9205 19.7849 25.8891 18.7535C24.8576 17.722 23.4587 17.1426 22 17.1426H14C12.5413 17.1426 11.1424 17.722 10.1109 18.7535C9.07946 19.7849 8.5 21.1839 8.5 22.6426V24.6426H11.5V22.6426C11.5 21.2626 12.62 20.1426 14 20.1426H22C23.38 20.1426 24.5 21.2626 24.5 22.6426V24.6426H27.5ZM8 40.6426H26V37.6426H8V40.6426ZM40 32.6426H8V29.6426H40V32.6426Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Showcase your expertise</strong></p> <p>Define your industry, services, budget, and location to help clients find you.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-17"></div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-20 is-vertical is-layout-flex wp-container-core-group-is-layout-34 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="49" height="49" viewBox="0 0 49 49" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3927 27.9306L10.6667 27.1426H9.66666C9.40144 27.1426 9.14709 27.0372 8.95955 26.8497C8.77201 26.6621 8.66666 26.4078 8.66666 26.1426V20.1426C8.66666 19.8774 8.77201 19.623 8.95955 19.4355C9.14709 19.2479 9.40144 19.1426 9.66666 19.1426H10.6667L36.6667 13.6426H40.6667V32.6426H36.6667L28.9587 31.0126L29.0107 31.0286C28.4652 32.8253 27.2656 34.352 25.649 35.3071C24.0323 36.2621 22.1163 36.5761 20.2794 36.1868C18.4425 35.7976 16.8184 34.7335 15.7281 33.2048C14.6378 31.6761 14.1625 29.7941 14.3927 27.9306ZM17.3467 28.5566C17.2824 29.6331 17.6067 30.6969 18.2605 31.5545C18.9143 32.4121 19.8543 33.0065 20.9094 33.2295C21.9645 33.4526 23.0646 33.2895 24.0096 32.77C24.9546 32.2505 25.6817 31.409 26.0587 30.3986L17.3467 28.5566ZM11.6667 21.9966L36.9807 16.6426H37.6667V29.6426H36.9807L11.6667 24.2886V21.9966Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Expand your reach</strong></p> <p>Grow your business with placement in multiple directory listings for Woo, Jetpack, WordPress.com, and Pressable.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-19"></div> </div> <div class="wp-block-group is-style-glassy-bg wp-container-content-22 is-vertical is-layout-flex wp-container-core-group-is-layout-35 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="49" height="49" viewBox="0 0 49 49" fill="none"> <path d="M24.3334 18.6426C22.7334 18.6426 21.3334 20.0426 21.3334 21.6426C21.3334 23.2426 22.7334 24.6426 24.3334 24.6426C25.9334 24.6426 27.3334 23.2426 27.3334 21.6426C27.3334 20.0426 25.9334 18.6426 24.3334 18.6426ZM24.3334 8.64258C17.1334 8.64258 11.3334 14.2426 11.3334 21.0426C11.3334 22.6426 11.9334 24.6426 13.1334 27.2426C14.1334 29.4426 15.5334 31.8426 17.1334 34.4426C18.5334 36.4426 23.1334 42.0426 23.5334 42.2426L24.3334 43.2426L25.1334 42.2426C25.5334 41.8426 30.3334 36.4426 31.5334 34.4426C33.1334 32.0426 34.5334 29.4426 35.5334 27.2426C36.7334 24.6426 37.3334 22.6426 37.3334 21.0426C37.3334 14.2426 31.5334 8.64258 24.3334 8.64258ZM32.9334 26.0426C31.9334 28.0426 30.7334 30.4426 29.1334 32.8426C28.1334 34.2426 25.7334 37.2426 24.3334 38.8426C22.9334 37.2426 20.5334 34.2426 19.5334 32.8426C17.9334 30.4426 16.7334 28.2426 15.7334 26.2426C14.5334 23.4426 14.3334 21.8426 14.3334 21.2426C14.3334 16.0426 18.7334 11.8426 24.3334 11.8426C29.9334 11.8426 34.3334 16.0426 34.3334 21.2426C34.3334 21.6426 34.1334 23.2426 32.9334 26.0426Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Get found</strong></p> <p>Harness the power of Automattic’s network to get new client leads.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-21"></div> </div> </div> <div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-group is-style-glassy-bg"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <figure class="wp-block-image size-full"><img width="2316" height="2172" loading="lazy" src="https://automattic.com/wp-content/uploads/2025/02/woo-partner-directory.png" alt="" class="wp-image-388281" style="object-fit:cover" /></figure> </div></div> </div> </div> <div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider" id="more-benefits">More Benefits Await</p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:823px"> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size">But wait, there&#8217;s more</h2> <p class="has-text-align-center has-a-8-c-light-gray-color has-text-color has-link-color has-large-font-size wp-elements-b6a1e31ec9acbe120595ede03b17f2de">We&#8217;re on a mission to help your agency prosper and thrive with the best of what Automattic has to offer.</p> <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='500' height='281' src='https://video.wordpress.com/embed/kMk0JeMI?cover=1&amp;autoPlay=0&amp;controls=1&amp;loop=0&amp;muted=0&amp;persistVolume=1&amp;playsinline=0&amp;preloadContent=none&amp;useAverageColor=1&amp;posterUrl=https%3A%2F%2Fautomattic.com%2Fwp-content%2Fuploads%2F2024%2F08%2Fwceu-video-preview.png&amp;hd=0' frameborder='0' allowfullscreen data-resize-to-parent="true" allow='clipboard-write' loading="lazy"></iframe><script src='https://v0.wordpress.com/js/next/videopress-iframe.js?m=1739540970'></script></div> </figure> </div> </div> <div style="height:8rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1208px"> <div class="wp-block-group is-style-default is-layout-grid wp-container-core-group-is-layout-42 wp-block-group-is-layout-grid"> <div class="wp-block-group is-style-glassy-bg dedicated-support wp-container-content-24 is-vertical is-layout-flex wp-container-core-group-is-layout-40 wp-block-group-is-layout-flex"> <h2 class="wp-block-heading has-large-font-size">Dedicated support</h2> <p>Support hub with rapid issue resolution for many 
popular Automattic products.</p> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-39 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="80px" height="21px" viewBox="0 0 80 21"> <defs> <clipPath id="clip1"> <path d="M 59 0.015625 L 80 0.015625 L 80 20.984375 L 59 20.984375 Z M 59 0.015625 "/> </clipPath> <clipPath id="clip2"> <path d="M 36 0.015625 L 58 0.015625 L 58 20.984375 L 36 20.984375 Z M 36 0.015625 "/> </clipPath> <clipPath id="clip3"> <path d="M 0.3125 0.015625 L 38 0.015625 L 38 20.984375 L 0.3125 20.984375 Z M 0.3125 0.015625 "/> </clipPath> </defs> <g id="surface1"> <g clip-path="url(#clip1)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 69.539062 0.015625 C 63.601562 0.015625 59.058594 4.480469 59.058594 10.5 C 59.058594 16.519531 63.601562 20.984375 69.539062 20.984375 C 75.472656 20.984375 80 16.519531 80 10.5 C 80 4.480469 75.441406 0.015625 69.539062 0.015625 Z M 69.539062 14.542969 C 67.3125 14.542969 65.777344 12.828125 65.777344 10.5 C 65.777344 8.171875 67.292969 6.457031 69.539062 6.457031 C 71.785156 6.457031 73.296875 8.171875 73.296875 10.5 C 73.296875 12.828125 71.765625 14.542969 69.539062 14.542969 Z M 69.539062 14.542969 "/> </g> <g clip-path="url(#clip2)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 47.363281 0.015625 C 41.425781 0.015625 36.882812 4.480469 36.882812 10.5 C 36.882812 16.519531 41.445312 20.984375 47.363281 20.984375 C 53.28125 20.984375 57.824219 16.519531 57.824219 10.5 C 57.824219 4.480469 53.261719 0.015625 47.363281 0.015625 Z M 47.363281 14.542969 C 45.132812 14.542969 43.601562 12.828125 43.601562 10.5 C 43.601562 8.171875 45.117188 6.457031 47.363281 6.457031 C 49.609375 6.457031 51.121094 8.171875 51.121094 10.5 C 51.121094 12.828125 49.609375 14.542969 47.363281 14.542969 Z M 47.363281 14.542969 "/> </g> <g clip-path="url(#clip3)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 10.546875 20.984375 C 12.898438 20.984375 14.777344 19.8125 16.203125 17.117188 L 19.355469 11.183594 L 19.355469 16.222656 C 19.355469 19.179688 21.269531 20.984375 24.246094 20.984375 C 26.542969 20.984375 28.234375 19.933594 29.902344 17.117188 L 37.195312 4.777344 C 38.796875 2.082031 37.667969 0.015625 34.152344 0.015625 C 32.269531 0.015625 31.050781 0.648438 29.957031 2.710938 L 24.925781 12.179688 L 24.925781 3.761719 C 24.925781 1.242188 23.742188 0.015625 21.53125 0.015625 C 19.808594 0.015625 18.433594 0.769531 17.351562 2.871094 L 12.617188 12.164062 L 12.617188 3.847656 C 12.617188 1.15625 11.523438 0.015625 8.839844 0.015625 L 3.410156 0.015625 C 1.355469 0.015625 0.3125 0.980469 0.3125 2.765625 C 0.3125 4.550781 1.390625 5.546875 3.410156 5.546875 L 5.636719 5.546875 L 5.636719 16.207031 C 5.65625 19.179688 7.621094 20.984375 10.546875 20.984375 Z M 10.546875 20.984375 "/> </g> </g> </svg> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_505_1497)"> <path d="M16 0C7.16396 0 0 7.16396 0 16C0 24.836 7.16396 32 16 32C24.836 32 32 24.836 32 16C32 7.16396 24.8375 0 16 0ZM15.1885 18.6782H7.20721L15.1885 3.17117V18.6782ZM16.8115 28.8303V13.3232H24.7928L16.8115 28.8303Z" fill="white"/> </g> <defs> <clipPath id="clip0_505_1497"> <rect width="32" height="32" fill="white"/> </clipPath> </defs> </svg> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_505_1472)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M23.2324 28.4329L27.6259 15.7297C28.447 13.6774 28.7202 12.0366 28.7202 10.5775C28.7202 10.0477 28.6852 9.5562 28.6232 9.09805C29.7461 11.1468 30.3852 13.4981 30.3852 15.9993C30.3852 21.3061 27.5092 25.9398 23.2324 28.4329V28.4329ZM17.9845 9.25632C18.8505 9.21086 19.6308 9.11974 19.6308 9.11974C20.4059 9.02822 20.3147 7.88891 19.5393 7.93437C19.5393 7.93437 17.2093 8.1172 15.7051 8.1172C14.2914 8.1172 11.9163 7.93437 11.9163 7.93437C11.1406 7.88891 11.0497 9.07388 11.8253 9.11974C11.8253 9.11974 12.559 9.21086 13.3339 9.25632L15.5749 15.397L12.4261 24.838L7.18836 9.25632C8.05511 9.21086 8.83444 9.11974 8.83444 9.11974C9.60949 9.02822 9.51778 7.88891 8.74254 7.93437C8.74254 7.93437 6.41292 8.1172 4.90869 8.1172C4.63902 8.1172 4.32077 8.11037 3.98242 8.09964C6.55497 4.19486 10.9762 1.61613 16.0018 1.61613C19.7469 1.61613 23.1569 3.04793 25.716 5.39291C25.6544 5.389 25.5935 5.3812 25.5299 5.3812C24.1166 5.3812 23.114 6.61203 23.114 7.93437C23.114 9.11974 23.7979 10.1225 24.5271 11.3082C25.0741 12.2663 25.7129 13.4969 25.7129 15.2751C25.7129 16.5069 25.3478 18.0561 24.6184 19.9258L23.1833 24.7197L17.9845 9.25632ZM16.0012 30.3869C14.5893 30.3869 13.2263 30.1793 11.9375 29.801L16.2541 17.2589L20.6755 29.3729C20.7045 29.4435 20.7401 29.5087 20.7785 29.5709C19.2832 30.0968 17.6766 30.3869 16.0012 30.3869V30.3869ZM1.61328 15.9973C1.61328 13.9116 2.06071 11.9315 2.85917 10.1429L9.72099 28.9434C4.92165 26.6121 1.61328 21.6915 1.61328 15.9973V15.9973ZM15.9998 0C7.17774 0 0 7.17717 0 15.9992C0 24.822 7.17774 32 15.9998 32C24.8221 32 32 24.822 32 15.9992C32 7.17717 24.8221 0 15.9998 0V0Z" fill="white"/> </g> <defs> <clipPath id="clip0_505_1472"> <rect width="32" height="32" fill="white"/> </clipPath> </defs> </svg> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_505_1479)"> <path d="M16.3758 6.99316H11.5957V15.7567H16.3758C20.1821 15.7567 21.0673 14.96 21.0673 11.6405V11.1093C21.0673 7.78984 20.1379 6.99316 16.3758 6.99316Z" fill="white"/> <path d="M0 0V32H20.4924L32 20.4924V0H0ZM23.9889 11.6404C23.9889 16.8188 22.0415 18.2794 16.3762 18.2794H11.5961V26.7331C11.6404 27.1314 11.3748 27.5297 10.9322 27.574H10.7994C10.1355 27.574 8.71923 27.397 8.71923 26.9986V5.26694C8.71923 4.55878 9.07331 4.426 9.51591 4.426H16.3762C22.13 4.426 23.9889 6.01936 23.9889 11.065V11.6404Z" fill="white"/> </g> <defs> <clipPath id="clip0_505_1479"> <rect width="32" height="32" fill="white"/> </clipPath> </defs> </svg> </div> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-23"></div> </div> <div class="wp-block-group is-style-glassy-bg improved-workflow wp-container-content-26 is-vertical is-layout-flex wp-container-core-group-is-layout-41 wp-block-group-is-layout-flex"> <h2 class="wp-block-heading has-large-font-size">Improved workflow</h2> <p>Centralize your billing and manage all of your clients’ sites and licenses from one dashboard.</p> <div style="height:0px" aria-hidden="true" class="wp-block-spacer wp-container-content-25"></div> </div> </div> </div> </div> <div style="height:8rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:1208px"> <div class="wp-block-group scroll-grid is-layout-grid wp-container-core-group-is-layout-47 wp-block-group-is-layout-grid"> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="80px" height="21px" viewBox="0 0 80 21"> <defs> <clipPath id="clip1"> <path d="M 59 0.015625 L 80 0.015625 L 80 20.984375 L 59 20.984375 Z M 59 0.015625 "/> </clipPath> <clipPath id="clip2"> <path d="M 36 0.015625 L 58 0.015625 L 58 20.984375 L 36 20.984375 Z M 36 0.015625 "/> </clipPath> <clipPath id="clip3"> <path d="M 0.3125 0.015625 L 38 0.015625 L 38 20.984375 L 0.3125 20.984375 Z M 0.3125 0.015625 "/> </clipPath> </defs> <g id="surface1"> <g clip-path="url(#clip1)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 69.539062 0.015625 C 63.601562 0.015625 59.058594 4.480469 59.058594 10.5 C 59.058594 16.519531 63.601562 20.984375 69.539062 20.984375 C 75.472656 20.984375 80 16.519531 80 10.5 C 80 4.480469 75.441406 0.015625 69.539062 0.015625 Z M 69.539062 14.542969 C 67.3125 14.542969 65.777344 12.828125 65.777344 10.5 C 65.777344 8.171875 67.292969 6.457031 69.539062 6.457031 C 71.785156 6.457031 73.296875 8.171875 73.296875 10.5 C 73.296875 12.828125 71.765625 14.542969 69.539062 14.542969 Z M 69.539062 14.542969 "/> </g> <g clip-path="url(#clip2)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 47.363281 0.015625 C 41.425781 0.015625 36.882812 4.480469 36.882812 10.5 C 36.882812 16.519531 41.445312 20.984375 47.363281 20.984375 C 53.28125 20.984375 57.824219 16.519531 57.824219 10.5 C 57.824219 4.480469 53.261719 0.015625 47.363281 0.015625 Z M 47.363281 14.542969 C 45.132812 14.542969 43.601562 12.828125 43.601562 10.5 C 43.601562 8.171875 45.117188 6.457031 47.363281 6.457031 C 49.609375 6.457031 51.121094 8.171875 51.121094 10.5 C 51.121094 12.828125 49.609375 14.542969 47.363281 14.542969 Z M 47.363281 14.542969 "/> </g> <g clip-path="url(#clip3)" clip-rule="nonzero"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 10.546875 20.984375 C 12.898438 20.984375 14.777344 19.8125 16.203125 17.117188 L 19.355469 11.183594 L 19.355469 16.222656 C 19.355469 19.179688 21.269531 20.984375 24.246094 20.984375 C 26.542969 20.984375 28.234375 19.933594 29.902344 17.117188 L 37.195312 4.777344 C 38.796875 2.082031 37.667969 0.015625 34.152344 0.015625 C 32.269531 0.015625 31.050781 0.648438 29.957031 2.710938 L 24.925781 12.179688 L 24.925781 3.761719 C 24.925781 1.242188 23.742188 0.015625 21.53125 0.015625 C 19.808594 0.015625 18.433594 0.769531 17.351562 2.871094 L 12.617188 12.164062 L 12.617188 3.847656 C 12.617188 1.15625 11.523438 0.015625 8.839844 0.015625 L 3.410156 0.015625 C 1.355469 0.015625 0.3125 0.980469 0.3125 2.765625 C 0.3125 4.550781 1.390625 5.546875 3.410156 5.546875 L 5.636719 5.546875 L 5.636719 16.207031 C 5.65625 19.179688 7.621094 20.984375 10.546875 20.984375 Z M 10.546875 20.984375 "/> </g> </g> </svg> <p style="font-size:1.4rem"><strong>Grow your eCommerce business</strong></p> <p class="has-medium-font-size">Get the support, services, and expertise you need to help your clients sell on WooCommerce.</p> </div> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-44 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"> <rect x="5.625" y="5.625" width="20.25" height="20.25" rx="1.875" stroke="white" stroke-width="2.25"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 28.125V12H32.25V28.125C32.25 30.4032 30.4032 32.25 28.125 32.25H9V30H28.125C29.1605 30 30 29.1605 30 28.125Z" fill="white"/> <path d="M11.4375 11.25L9.9375 12.75L12.9375 15.75L9.9375 18.75L11.4375 20.25L15.9375 15.75L11.4375 11.25Z" fill="white"/> <path d="M17.0625 11.25L15.5625 12.75L18.5625 15.75L15.5625 18.75L17.0625 20.25L21.5625 15.75L17.0625 11.25Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Professional migrations support</strong></p> <p class="has-medium-font-size">Get priority individual support from our team of expert Happiness Engineers for migrating your sites to our platform.</p> </div> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-45 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"> <path d="M17.0002 17.5V20.5H33.0002V17.5H17.0002Z" fill="white"/> <path d="M17.0002 23.5V26.5H33.0002V23.5H17.0002Z" fill="white"/> <path d="M33.0002 29.5V32.5H17.0002V29.5H33.0002Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0002 8L15.0002 10L19.0002 8L25.0002 10L31.0002 8L35.0002 10L40.0002 8V42L35.0002 40L31.0002 42L25.0002 40L19.0002 42L15.0002 40L10.0002 42V8ZM15.1369 13.2858L19.2304 11.239L25.0002 13.1623L30.7701 11.239L34.8636 13.2858L37.0002 12.4311V37.5689L34.8636 36.7142L30.7701 38.761L25.0002 36.8377L19.2304 38.761L15.1369 36.7142L13.0002 37.5689V12.4311L15.1369 13.2858Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Flexible billing to suit your needs</strong></p> <p class="has-medium-font-size">We bill monthly and only for used products. Billing stops immediately when you stop working with a client.</p> </div> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-46 wp-block-group-is-layout-flex"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.3901 32.509C8.94736 33.122 9.89604 33.1672 10.509 32.6098L20.5191 23.5098L28.5684 30.553L38 21.1214V27.5H41V16H29.5V19H35.8786L28.4316 26.447L20.4809 19.4901L8.491 30.39C7.87802 30.9474 7.83284 31.896 8.3901 32.509Z" fill="white"/> </svg> <p style="font-size:1.4rem"><strong>Product evolution</strong></p> <p class="has-medium-font-size">Get regular product updates and early access to new launches.</p> </div> </div> </div> </div> <div style="height:8rem" aria-hidden="true" class="wp-block-spacer"></div> </div></div> <div class="wp-block-group cta"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider">Let&#8217;s Partner</p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:823px"> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size">Ready to join the program?</h2> <p class="has-text-align-center has-a-8-c-light-gray-color has-text-color has-link-color has-large-font-size wp-elements-f50bf56cc6a2f2f3d65c0999867ff9eb">Sign up now and become an Agency Partner. The Automattic for Agencies program is ready to help you boost your business.</p> <div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background wp-element-button" href="https://agencies.automattic.com/signup?ref=a8c-a4a-lp" style="border-radius:4px">Join the program</a></div> </div> </div> </div> </div></div> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <p class="is-style-section-divider"></p> <div class="wp-block-columns justify-content-center is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:823px"> <h2 class="wp-block-heading has-text-align-center has-x-large-font-size" id="a4a-faq">Frequently Asked Questions</h2> <div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow" open><summary>What is Automattic?</summary> <p><a href="https://automattic.com/about/">Automattic</a> is the company behind WordPress.com, WooCommerce, WordPress VIP, Pressable, Jetpack, Tumblr, and more. It is known for its contribution to the open-source WordPress project and offers a range of products and services related to publishing, e-commerce, and security.</p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>What is Automattic for Agencies?</summary> <p>Automattic for Agencies is the ultimate partnership to access agency pricing, referral earnings, premier support, and cutting-edge tooling for agencies using WordPress.com, Pressable, WooCommerce, Jetpack, and more. Joining is cost-free.</p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>How can our agency benefit from partnering with Automattic?</summary> <p>By joining the Agency program, your agency will get access to specialized support, economic incentives on Automattic products, training, and resources that could help improve the deployment of Automattic products on sites, increase operational efficiencies, and enhance your offerings to clients.</p> <p>For more details, please check the <a href="https://automattic.com/for-agencies/program-incentives/">Agency Partner Earnings page</a>.</p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>How do I join?</summary> <p>We&#8217;re excited to welcome agencies to sign up and take full advantage of our offerings. As participants, you&#8217;ll gain immediate access to new tools and resources crafted to enhance your work with clients. Your expertise and input will be instrumental in continuously improving the program to meet the diverse needs of agencies across different sizes and specialties.</p> <p><a href="http://agencies.automattic.com/signup">Sign up for the program today</a> and start benefiting from our specialized tools and resources tailored just for you.</p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>Are there any costs associated with joining the program?</summary> <p>Joining the program has no associated costs. Your progression within the program is propelled by the cumulative revenue you generate within Automattic’s ecosystem. As you continue integrating or recommending our products for client sites, your agency will unlock enhanced benefits and support, allowing you to derive even greater value from the partnership.</p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>Do I need to host my sites with Automattic to join? </summary> <p>No. You&#8217;re free to participate in the Automattic for Agencies program with whichever host you prefer. </p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>Are there exclusive features or services available to program members?</summary> <p>Agency partners will receive access to the Automattic for Agencies dashboard. This platform allows agencies to manage their websites conveniently from any hosting location. Additionally, members are entitled to economic incentives on various Automattic products and can benefit from dedicated educational resources and technical support services.</p> </details> <details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>What’s the difference between the Automattic Affiliate Program and the Automattic for Agencies Program? Can I join both?</summary> <p>The <a href="https://automattic.com/affiliates/">Automattic Affiliate Program</a> provides an opportunity for content creators, influencers, educators, businesses, or anyone with an audience to earn additional income by promoting Automattic products, including WordPress.com, WooCommerce Marketplace, Pressable, Sensei, WP Job Manager, Jetpack, and more. The program is designed for those creating content to easily generate commissions and earn one-time, lump-sum payments for every referral.&nbsp;</p> <p><a href="https://wordpress.com/for-agencies">Automattic for Agencies</a>, on the other hand, is designed for agencies who sell custom, 1:1 solutions based on a client’s unique needs. This would typically involve recommending, implementing, and managing Automattic products—including WordPress.com, WooCommerce, WordPress VIP, Pressable, and Jetpack—on behalf of their clients. The program has been set up to offer a suite of tools and services that streamline the website management process for multi-user teams and expand revenue opportunities through profit sharing and bulk discounts.</p> <p>It’s certainly possible to join both programs, taking advantage of the benefits of each one to target different audiences, but members will need to make sure they’re following the respective guidelines. Agencies in particular should note that if they’re hosting a client’s site through their Automattic for Agencies account, they can’t simultaneously receive affiliate commissions for that same client. We recommend taking a look at the terms of service for more details.</p> </details> <div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-a-8-c-blue-background-color has-background wp-element-button" href="https://agencies.automattic.com/signup?ref=a8c-a4a-lp" style="border-radius:4px">Join the program</a></div> </div> <div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div> <p class="has-text-align-center contact-us-dialog-open-link for-a4a-form-contact-us">Still have questions? <a href="mailto:partnerships@automattic.com">Contact us</a></p> </div> </div> </div></div> <dialog id="a4a-form-contact-us" class="a4a-contact-us-dialog"><div class="a4a-contact-us-dialog-bg-close" style="width: 25px; height: 25px;"></div><div data-test='contact-form' id='contact-form-269329' class='wp-block-jetpack-contact-form-container '> <form action='https://automattic.com/for-agencies/#contact-form-269329' method='post' class='contact-form commentsblock wp-block-jetpack-contact-form' aria-label="For Agencies" novalidate> <div class="wp-block-jetpack-contact-form a4a-contactus-dialog-form a4a-form-contact-us" style="padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px"> <h3 class="wp-block-heading has-text-align-left has-large-font-size"><strong>Contact Automattic for Agencies</strong></h3> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-name-wrap grunion-field-wrap' > <label for='g269329-yourname' class='grunion-field-label name'>Your Name<span class="grunion-label-required" aria-hidden="true">(required)</span></label> <input type='text' name='g269329-yourname' id='g269329-yourname' value='' class='name grunion-field' required aria-required='true'style="font-size: 13px;" /> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-email-wrap grunion-field-wrap' > <label for='g269329-emailaddress' class='grunion-field-label email'>Email Address<span class="grunion-label-required" aria-hidden="true">(required)</span></label> <input type='email' name='g269329-emailaddress' id='g269329-emailaddress' value='' class='email grunion-field' required aria-required='true'style="font-size: 13px;" /> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-checkbox-multiple-wrap grunion-field-wrap' > <fieldset id="g269329-whatautomatticproductsareyoucuriousabout-label" class="grunion-checkbox-multiple-options"><legend class='grunion-field-label'>What Automattic product(s) are you curious about?</legend> <p class='contact-form-field'><input id='g269329-whatautomatticproductsareyoucuriousabout-WordPresscomhosting' type='checkbox' name='g269329-whatautomatticproductsareyoucuriousabout[]' value='WordPress.com hosting' class='checkbox-multiple grunion-field' /> <label for='g269329-whatautomatticproductsareyoucuriousabout-WordPresscomhosting' style="font-size: 13px;" class='grunion-checkbox-multiple-label checkbox-multiple '><span class='grunion-field-text'>WordPress.com hosting</span></label> </p><p class='contact-form-field'><input id='g269329-whatautomatticproductsareyoucuriousabout-Pressablehosting' type='checkbox' name='g269329-whatautomatticproductsareyoucuriousabout[]' value='Pressable hosting' class='checkbox-multiple grunion-field' /> <label for='g269329-whatautomatticproductsareyoucuriousabout-Pressablehosting' style="font-size: 13px;" class='grunion-checkbox-multiple-label checkbox-multiple '><span class='grunion-field-text'>Pressable hosting</span></label> </p><p class='contact-form-field'><input id='g269329-whatautomatticproductsareyoucuriousabout-Jetpack' type='checkbox' name='g269329-whatautomatticproductsareyoucuriousabout[]' value='Jetpack' class='checkbox-multiple grunion-field' /> <label for='g269329-whatautomatticproductsareyoucuriousabout-Jetpack' style="font-size: 13px;" class='grunion-checkbox-multiple-label checkbox-multiple '><span class='grunion-field-text'>Jetpack</span></label> </p><p class='contact-form-field'><input id='g269329-whatautomatticproductsareyoucuriousabout-WooCommerce' type='checkbox' name='g269329-whatautomatticproductsareyoucuriousabout[]' value='WooCommerce' class='checkbox-multiple grunion-field' /> <label for='g269329-whatautomatticproductsareyoucuriousabout-WooCommerce' style="font-size: 13px;" class='grunion-checkbox-multiple-label checkbox-multiple '><span class='grunion-field-text'>WooCommerce</span></label> </p><p class='contact-form-field'><input id='g269329-whatautomatticproductsareyoucuriousabout-AutomatticforAgenciesingeneral' type='checkbox' name='g269329-whatautomatticproductsareyoucuriousabout[]' value='Automattic for Agencies in general' class='checkbox-multiple grunion-field' /> <label for='g269329-whatautomatticproductsareyoucuriousabout-AutomatticforAgenciesingeneral' style="font-size: 13px;" class='grunion-checkbox-multiple-label checkbox-multiple '><span class='grunion-field-text'>Automattic for Agencies in general</span></label> </p></fieldset> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-textarea-wrap grunion-field-wrap' > <label for='contact-form-comment-g269329-howcanwehelp' class='grunion-field-label textarea'>How can we help?</label> <textarea style='font-size: 13px;' name='g269329-howcanwehelp' id='contact-form-comment-g269329-howcanwehelp' rows='20' class='textarea grunion-field' placeholder='Add your message here' ></textarea> </div> <div class="wp-block-jetpack-button alignright wp-block-button" style=""><button class="wp-block-button__link has-small-font-size has-custom-font-size has-background has-a8c-blue-background-color" style="border-radius: 4px;" data-id-attr="placeholder" type="submit">Submit</button></div></div> <input type='hidden' name='contact-form-id' value='269329' /> <input type='hidden' name='action' value='grunion-contact-form' /> <input type='hidden' name='contact-form-hash' value='fa2709d2b63f901c4585afde7e71711626b9507c' /> <p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="197"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div></dialog> <dialog id="a4a-form-migrations" class="a4a-contact-us-dialog"><div class="a4a-contact-us-dialog-bg-close" style="width: 25px; height: 25px;"></div><div data-test='contact-form' id='contact-form-269329-2-1' class='wp-block-jetpack-contact-form-container '> <form action='https://automattic.com/for-agencies/#contact-form-269329-2-1' method='post' class='contact-form commentsblock wp-block-jetpack-contact-form' aria-label="For Agencies" novalidate> <div class="wp-block-jetpack-contact-form a4a-contactus-dialog-form a4a-form-migrations" style="padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px"> <h3 class="wp-block-heading has-text-align-left has-large-font-size"><strong>Contact Automattic for Agencies</strong></h3> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-name-wrap grunion-field-wrap' > <label for='g269329-2-1-name' class='grunion-field-label name'>Name<span class="grunion-label-required" aria-hidden="true">(required)</span></label> <input type='text' name='g269329-2-1-name' id='g269329-2-1-name' value='' class='name grunion-field' required aria-required='true'style="font-size: 13px;" /> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-email-wrap grunion-field-wrap' > <label for='g269329-2-1-email' class='grunion-field-label email'>Email<span class="grunion-label-required" aria-hidden="true">(required)</span></label> <input type='email' name='g269329-2-1-email' id='g269329-2-1-email' value='' class='email grunion-field' required aria-required='true'style="font-size: 13px;" /> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-text-wrap grunion-field-wrap' > <label for='g269329-2-1-numberofsites' class='grunion-field-label text'>Number of sites</label> <input type='text' name='g269329-2-1-numberofsites' id='g269329-2-1-numberofsites' value='' class='text grunion-field' style="font-size: 13px;" /> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-select-wrap grunion-field-wrap' > <label for='g269329-2-1-whatautomattichostingproductareyouconsidering' class='grunion-field-label select'>What Automattic hosting product are you considering?</label> <div class='contact-form__select-wrapper'> <select name='g269329-2-1-whatautomattichostingproductareyouconsidering' id='g269329-2-1-whatautomattichostingproductareyouconsidering' class='select grunion-field' > <option value=''>Select one option</option> <option value='WordPress.com'>WordPress.com</option> <option value='Pressable'>Pressable</option> <option value='Don&#039;t know'>Don&#039;t know</option> </select> </div> </div> <div style="--jetpack--contact-form--font-size: 13px;" class='grunion-field-textarea-wrap grunion-field-wrap' > <label for='contact-form-comment-g269329-2-1-isthereanythingelseyouwouldliketoshare' class='grunion-field-label textarea'>Is there anything else you would like to share?</label> <textarea style='font-size: 13px;' name='g269329-2-1-isthereanythingelseyouwouldliketoshare' id='contact-form-comment-g269329-2-1-isthereanythingelseyouwouldliketoshare' rows='20' class='textarea grunion-field' placeholder='I&#039;d like to chat more about the migration offer. &#091;your message here&#093;' ></textarea> </div> <div class="wp-block-jetpack-button alignright wp-block-button" style=""><button class="wp-block-button__link has-small-font-size has-custom-font-size has-background has-a8c-blue-background-color" style="border-radius: 4px;" data-id-attr="placeholder" type="submit">Submit</button></div></div> <input type='hidden' name='contact-form-id' value='269329-2-1' /> <input type='hidden' name='action' value='grunion-contact-form' /> <input type='hidden' name='contact-form-hash' value='d3e881ebf81b0784f91e11065e0bfb8f842db390' /> <p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="ak_js" value="21"/><script>document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div></dialog> <svg xmlns="http://www.w3.org/2000/svg" width="426" height="289" viewBox="0 0 426 289" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M159.237 240.862L159.237 240.861L221.824 140.411C223.639 137.498 225.988 134.986 228.736 133.018C231.485 131.05 234.578 129.663 237.84 128.936C241.102 128.208 244.47 128.153 247.752 128.774C251.032 129.395 254.163 130.679 256.968 132.554L256.974 132.558L257.053 132.613L257.06 132.617L257.066 132.622C262.731 136.413 266.721 142.388 268.145 149.238C269.569 156.09 268.308 163.245 264.644 169.127L202.048 269.578C200.233 272.491 197.883 275.002 195.135 276.97C192.387 278.938 189.293 280.325 186.031 281.053C182.769 281.78 179.402 281.835 176.119 281.214C172.837 280.593 169.703 279.308 166.897 277.431L166.869 277.412L166.839 277.395L166.777 277.359C161.126 273.565 157.147 267.596 155.727 260.754C154.305 253.9 155.569 246.744 159.237 240.862ZM257.622 131.791L257.53 131.727C254.613 129.775 251.354 128.438 247.938 127.792C244.522 127.145 241.017 127.202 237.622 127.96C234.228 128.717 231.01 130.16 228.154 132.205C225.298 134.251 222.858 136.859 220.975 139.882L158.388 240.333C154.583 246.435 153.274 253.854 154.748 260.957C156.222 268.06 160.359 274.266 166.249 278.209L166.341 278.262C169.258 280.213 172.518 281.55 175.933 282.197C179.349 282.843 182.854 282.786 186.249 282.029C189.643 281.272 192.861 279.829 195.717 277.783C198.574 275.738 201.013 273.129 202.897 270.107L265.493 169.656C269.294 163.553 270.6 156.136 269.124 149.035C267.648 141.934 263.511 135.732 257.622 131.791ZM19.352 289C7.38656 263.922 1 236.593 1 208.971V196.548C1 95.1789 84.1622 1 212.55 1C340.941 1 424.816 95.1834 424.816 196.548V208.971C424.816 236.592 418.43 263.922 406.449 289H407.557C419.468 263.91 425.816 236.59 425.816 208.971V196.548C425.816 94.6105 341.473 0 212.55 0C83.6261 0 0 94.6105 0 196.548V208.971C0 236.59 6.34858 263.91 18.244 289H19.352ZM92.9381 289C76.5856 265.372 68.0735 236.61 68.0735 206.742V197.61C68.0735 160.907 80.7588 126.141 105.193 100.543C129.636 74.9356 165.776 58.5696 212.55 58.5696C259.322 58.5696 295.665 74.9082 320.313 100.5C344.952 126.083 357.845 160.85 357.845 197.61V206.742C357.845 236.612 349.197 265.373 332.685 289H331.462C348.112 265.444 356.845 236.663 356.845 206.742V197.61C356.845 124.555 305.604 59.5696 212.55 59.5696C119.495 59.5696 69.0735 124.661 69.0735 197.61V206.742C69.0735 236.663 77.6692 265.444 94.1565 289H92.9381Z" fill="url(#paint0_linear_6625_503)"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M159.237 240.862L159.237 240.861L221.824 140.411C223.639 137.498 225.988 134.986 228.736 133.018C231.485 131.05 234.578 129.663 237.84 128.936C241.102 128.208 244.47 128.153 247.752 128.774C251.032 129.395 254.163 130.679 256.968 132.554L256.974 132.558L257.053 132.613L257.06 132.617L257.066 132.622C262.731 136.413 266.721 142.388 268.145 149.238C269.569 156.09 268.308 163.245 264.644 169.127L202.048 269.578C200.233 272.491 197.883 275.002 195.135 276.97C192.387 278.938 189.293 280.325 186.031 281.053C182.769 281.78 179.402 281.835 176.119 281.214C172.837 280.593 169.703 279.308 166.897 277.431L166.869 277.412L166.839 277.395L166.777 277.359C161.126 273.565 157.147 267.596 155.727 260.754C154.305 253.9 155.569 246.744 159.237 240.862ZM257.622 131.791L257.53 131.727C254.613 129.775 251.354 128.438 247.938 127.792C244.522 127.145 241.017 127.202 237.622 127.96C234.228 128.717 231.01 130.16 228.154 132.205C225.298 134.251 222.858 136.859 220.975 139.882L158.388 240.333C154.583 246.435 153.274 253.854 154.748 260.957C156.222 268.06 160.359 274.266 166.249 278.209L166.341 278.262C169.258 280.213 172.518 281.55 175.933 282.197C179.349 282.843 182.854 282.786 186.249 282.029C189.643 281.272 192.861 279.829 195.717 277.783C198.574 275.738 201.013 273.129 202.897 270.107L265.493 169.656C269.294 163.553 270.6 156.136 269.124 149.035C267.648 141.934 263.511 135.732 257.622 131.791ZM19.352 289C7.38656 263.922 1 236.593 1 208.971V196.548C1 95.1789 84.1622 1 212.55 1C340.941 1 424.816 95.1834 424.816 196.548V208.971C424.816 236.592 418.43 263.922 406.449 289H407.557C419.468 263.91 425.816 236.59 425.816 208.971V196.548C425.816 94.6105 341.473 0 212.55 0C83.6261 0 0 94.6105 0 196.548V208.971C0 236.59 6.34858 263.91 18.244 289H19.352ZM92.9381 289C76.5856 265.372 68.0735 236.61 68.0735 206.742V197.61C68.0735 160.907 80.7588 126.141 105.193 100.543C129.636 74.9356 165.776 58.5696 212.55 58.5696C259.322 58.5696 295.665 74.9082 320.313 100.5C344.952 126.083 357.845 160.85 357.845 197.61V206.742C357.845 236.612 349.197 265.373 332.685 289H331.462C348.112 265.444 356.845 236.663 356.845 206.742V197.61C356.845 124.555 305.604 59.5696 212.55 59.5696C119.495 59.5696 69.0735 124.661 69.0735 197.61V206.742C69.0735 236.663 77.6692 265.444 94.1565 289H92.9381Z" fill="url(#paint1_linear_6625_503)"/> <defs> <linearGradient id="paint0_linear_6625_503" x1="212.908" y1="0" x2="212.908" y2="289" gradientUnits="userSpaceOnUse"> <stop stop-color="#029CD7" stop-opacity="0.8"/> <stop offset="0.48" stop-color="#029CD7" stop-opacity="0"/> </linearGradient> <linearGradient id="paint1_linear_6625_503" x1="200.38" y1="-4.7721" x2="200.38" y2="215.5" gradientUnits="userSpaceOnUse"> <stop stop-color="#FFC300"/> <stop offset="0.55" stop-color="#009FDB"/> <stop offset="1" stop-color="#030F20"/> </linearGradient> </defs> </svg> <footer class="wp-block-group alignfull has-background" style="background-color:#021a23"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-53 wp-block-group-is-layout-flex"> <div class="wp-block-group is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-51 wp-block-group-is-layout-flex"> <p>An <img width="870" height="68" loading="lazy" class="wp-image-274538" style="width: 141px;height:12px" src="https://automattic.com/wp-content/uploads/2024/05/automattic-logo-white-no-padding.png" alt="" srcset="https://automattic.com/wp-content/uploads/2024/05/automattic-logo-white-no-padding.png 870w, https://automattic.com/wp-content/uploads/2024/05/automattic-logo-white-no-padding.png?w=150&amp;h=12 150w, https://automattic.com/wp-content/uploads/2024/05/automattic-logo-white-no-padding.png?w=300&amp;h=23 300w, https://automattic.com/wp-content/uploads/2024/05/automattic-logo-white-no-padding.png?w=768&amp;h=60 768w" sizes="(max-width: 870px) 100vw, 870px">&nbsp;endeavor</p> </div> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-52 wp-block-group-is-layout-flex"> <p><a href="https://automattic.com/privacy/">Privacy Policy</a></p> <p>© Automattic, Inc. 2025</p> </div> </div> </div></footer> </div></main> <p></p> <!-- --> <!-- A8C Analytics [start] --> <script type="text/javascript"> ( function() { 'use strict'; var setupAnalytics = function() { window.a8cAnalyticsConfig = {"cookieBanner":{"version":"2","cssZIndex":50001,"skipBanner":false,"cookieDomain":"automattic.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":"privacypolicyupdates@automattic.com"},"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 () { 'use strict'; /** * Returns the current page path */ function getCurrentPagePath( pathname = '' ) { return ( pathname || window.location.pathname ).replace( /^\/|\/$/g, '' ); } /** * Returns the current page name */ function getCurrentPageName( pathname = '' ) { return getCurrentPagePath( pathname ).replace( getLocaleInPagePathRegExp(), '' ); } /** * Returns the current page locale */ function getCurrentPageLocale() { var currentPagePath = getLocaleInPagePathRegExp().exec( getCurrentPagePath() ); return currentPagePath !== null && currentPagePath.length === 2 ? currentPagePath[1] : ''; } /** * Helper function to extract locale from page path */ function getLocaleInPagePathRegExp() { return /^(af|als|am|an|ar|arc|as|ast|av|ay|az|ba|bel|bg|bm|bn|bo|br|bs|ca|ce|ckb|cs|csb|cv|cy|da|de|dv|dz|el|el\-po|en|en\-gb|eo|es|es\-mx|et|eu|fa|fi|fo|fr|fr\-be|fr\-ca|fr\-ch|fur|fy|ga|gd|gl|gn|gu|he|hi|hr|hu|hy|ia|id|ii|ilo|is|it|ja|ka|kal|kir|km|kn|ko|kk|ks|kv|la|li|lo|lv|lt|mk|ml|mwl|mn|mr|ms|mya|nah|nap|ne|nds|nl|nn|nb|non|nv|oci|or|os|pa|pl|ps|pt|pt\-br|qu|ro|ru|rup|sc|si|sk|skr|sl|snd|so|sq|sr|su|sv|ta|te|th|tl|tir|tr|tt|ty|udm|ug|uk|ur|uz|vec|vi|wa|xal|yi|yo|za|zh\-cn|zh\-hk|zh\-tw)(?:\/|$)/; } document.addEventListener( 'a8c-analytics:loaded', function () { 'use strict'; var cb = window.a8cAnalytics.cb; var kit = window.a8cAnalytics.kit; if ( kit.doNotTrack() ) { return; } /** * Set up global page view Tracks tracking for automattic.com */ var loadTracks = () => { var props = Object.assign( {}, kit.getQueryVars( '', kit.QUERY_PARAMS ), { // Common event properties path: getCurrentPagePath(), name: getCurrentPageName() === '' ? 'homepage' : getCurrentPageName(), locale: getCurrentPageLocale(), } ); // Fire Tracks view event window._tkq.push( [ 'recordEvent', 'a8ccom_page_view', props ] ); // Set up global link click tracking document.querySelector( 'body' ).addEventListener( 'click', ( event ) => { // We only care about clicks on certain elements if ( event.target.matches( 'a, button' ) ) { const { target: clickEventTarget } = event; // Fill in the link specific props props.href = clickEventTarget.getAttribute( 'href' ) || ''; props.text = clickEventTarget.innerText || ''; props.use_beacon = true; // Fire Tracks click event window._tkq.push( [ 'recordEvent', 'a8ccom_link_click', props ] ); } }); }; function loadGoogleAnalyticsFour() { var gtagOptions = { 'anonymize_ip': true }; kit.loadGtag( 'G-737CYY5004', gtagOptions ); } function loadHubSpot() { if ( '/for/agencies/' === window.location.pathname ) { kit.loadHubSpot( 45522507 ); } } function fireLinkedinInsight() { if ( '/work-with-us/wordpress-engine/' === window.location.pathname ) { kit.loadLinkedinInsight( "6570626" ); const pixelImage = kit.loadPixelImage( "https://px.ads.linkedin.com/collect/?pid=6570626&fmt=gif" ); pixelImage.style.display = "none"; document.body.appendChild( pixelImage ); } } // ------- Fire Normal Pixels ------- cb.addTracker( 'analytics', false, loadTracks ); cb.addTracker( 'analytics', true, loadGoogleAnalyticsFour ); cb.addTracker( 'advertising', true, loadHubSpot ); cb.addTracker( 'advertising', true, fireLinkedinInsight ); } ); } )(); </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=1742510644" ); 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="actionbar" dir="ltr" style="display: none;" class="actnbr-a8c-automattic-2011 actnbr-has-follow actnbr-has-actions"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://automattic.com"> <img loading='lazy' alt='' src='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50' srcset='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50 1x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=75 1.5x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=100 2x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=150 3x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Automattic </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 10,752 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="54117" /> <input type="hidden" name="source" value="https://automattic.com/for-agencies/?ref=wordpressdotcom" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="29432cbe4a" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252Ffor-agencies%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://automattic.com"> <img loading='lazy' alt='' src='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50' srcset='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50 1x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=75 1.5x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=100 2x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=150 3x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Automattic </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252Ffor-agencies%252F">Log in</a></li> <li class="actnbr-shortlink"> <a href="https://wp.me/Pe4R-1841"> <span class="actnbr-shortlink__text">Copy shortlink</span> <span class="actnbr-shortlink__icon"><svg class="gridicon gridicons-checkmark" height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M9 19.414l-6.707-6.707 1.414-1.414L9 16.586 20.293 5.293l1.414 1.414"/></g></svg></span> </a> </li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://automattic.com/for-agencies/" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/reader/blogs/54117/posts/269329"> View post in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204"; script.defer = true; document.body.appendChild( script ); } ); </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/block-library/style.css?m=1741299224i&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;} </style> <style id='block-style-variation-styles-inline-css'> :root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;} :root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;} :root :where(.wp-block-button.is-style-outline--3 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;} </style> <style id='videopress-video-view-style-inline-css'> .wp-block-jetpack-videopress{position:relative}.wp-block-jetpack-videopress.jetpack-videopress-player.alignleft~.wp-block-jetpack-videopress.jetpack-videopress-player,.wp-block-jetpack-videopress.jetpack-videopress-player.alignright~.wp-block-jetpack-videopress.jetpack-videopress-player{clear:both}.wp-block-jetpack-videopress figcaption{color:#555;font-size:13px;margin-bottom:1em;margin-top:.5em;text-align:center}.is-dark-theme .wp-block-jetpack-videopress figcaption{color:hsla(0,0%,100%,.65)}.wp-block-jetpack-videopress .jetpack-videopress-player__wrapper{line-height:0;position:relative}.wp-block-jetpack-videopress .jetpack-videopress-player__overlay{cursor:pointer;height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}.wp-block-jetpack-videopress .jetpack-videopress-player__overlay:hover{opacity:0}.wp-block-jetpack-videopress.wp-block-jetpack-videopress--has-max-width{margin:auto}.is-layout-flex .wp-block-jetpack-videopress.wp-block-jetpack-videopress--has-max-width{margin:0} </style> <style id='jetpack-block-button-inline-css'> .amp-wp-article .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-button{height:fit-content;margin:0;max-width:100%;width:fit-content}.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright{display:block}.wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-button.alignleft{margin-right:auto}.wp-block-jetpack-button.alignright{margin-left:auto}.wp-block-jetpack-button.is-style-outline>.wp-block-button__link{background-color:#0000;border:1px solid;color:currentColor}.wp-block-jetpack-button:not(.is-style-outline) button{border:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-2' href='https://automattic.com/wp-content/mu-plugins/jetpack-plugin/sun/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/grunion.css?m=1742789770i&cssminify=yes' type='text/css' media='all' /> <style id='core-block-supports-inline-css'> .wp-elements-20ddc6c8d4a8edee5c16bd19ff6e6c2d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;}.wp-container-core-group-is-layout-1{flex-wrap:nowrap;justify-content:space-between;}.wp-elements-fe479ce17e81f6f0f8c5d461649fb6b9 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-group-is-layout-3{justify-content:center;align-items:center;}.wp-container-core-buttons-is-layout-2{justify-content:center;}.wp-container-core-columns-is-layout-2{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-3{flex-wrap:nowrap;}.wp-container-core-group-is-layout-6{justify-content:center;}.wp-elements-8d64baae409f11f1b5c9316eb6fb74b8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-columns-is-layout-4{flex-wrap:nowrap;}.wp-elements-9f7504c9327497ca3e4e2abe7f4e0262 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-elements-191e667c456a5189fd24bf4388f3caa6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-group-is-layout-7{justify-content:flex-start;align-items:center;}.wp-container-core-group-is-layout-8{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-9{align-items:flex-start;}.wp-container-content-1{flex-basis:1rem;}.wp-container-core-group-is-layout-10{align-items:flex-start;}.wp-container-content-2{grid-column:span 3;grid-row:span 1;}.wp-container-core-group-is-layout-11{flex-direction:column;align-items:flex-start;}.wp-container-content-3{flex-basis:1rem;}.wp-container-core-group-is-layout-12{align-items:flex-start;}.wp-container-content-4{grid-column:span 3;grid-row:span 1;}.wp-container-core-group-is-layout-13{flex-direction:column;align-items:flex-start;}.wp-container-content-5{flex-basis:1rem;}.wp-container-core-group-is-layout-14{align-items:flex-start;}.wp-container-content-6{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-15{flex-direction:column;align-items:flex-start;}.wp-container-content-7{flex-basis:1rem;}.wp-container-core-group-is-layout-16{align-items:flex-start;}.wp-container-content-8{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-17{flex-direction:column;align-items:flex-start;}.wp-container-content-9{flex-basis:1rem;}.wp-container-core-group-is-layout-18{align-items:flex-start;}.wp-container-content-10{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-19{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-20{grid-template-columns:repeat(6, minmax(0, 1fr));}.wp-container-core-columns-is-layout-5{flex-wrap:nowrap;}.wp-elements-f6ca8ddfb0bda448a35416bf6c79ea46 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-columns-is-layout-6{flex-wrap:nowrap;}.wp-container-content-11{flex-basis:1rem;}.wp-container-content-12{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-22{flex-direction:column;align-items:flex-start;}.wp-container-content-13{flex-basis:1rem;}.wp-container-content-14{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-23{flex-direction:column;align-items:flex-start;}.wp-container-content-15{flex-basis:1rem;}.wp-container-content-16{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-24{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-25{grid-template-columns:repeat(6, minmax(0, 1fr));}.wp-container-core-group-is-layout-30{flex-direction:column;align-items:flex-start;justify-content:center;}.wp-container-core-group-is-layout-31{grid-template-columns:repeat(2, minmax(0, 1fr));}.wp-container-core-columns-is-layout-7{flex-wrap:nowrap;}.wp-elements-a1ee265f820edb2b87f2fea2fb5239b6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-columns-is-layout-8{flex-wrap:nowrap;}.wp-container-content-17{flex-basis:1rem;}.wp-container-content-18{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-33{flex-direction:column;align-items:flex-start;}.wp-container-content-19{flex-basis:1rem;}.wp-container-content-20{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-34{flex-direction:column;align-items:flex-start;}.wp-container-content-21{flex-basis:1rem;}.wp-container-content-22{grid-column:span 2;grid-row:span 1;}.wp-container-core-group-is-layout-35{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-36{grid-template-columns:repeat(6, minmax(0, 1fr));}.wp-container-core-columns-is-layout-9{flex-wrap:nowrap;}.wp-elements-b6a1e31ec9acbe120595ede03b17f2de a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-columns-is-layout-10{flex-wrap:nowrap;}.wp-container-core-group-is-layout-39{flex-wrap:nowrap;}.wp-container-content-23{flex-basis:1rem;}.wp-container-content-24{grid-column:span 3;grid-row:span 1;}.wp-container-core-group-is-layout-40{flex-direction:column;align-items:flex-start;}.wp-container-content-25{flex-basis:1rem;}.wp-container-content-26{grid-column:span 3;grid-row:span 1;}.wp-container-core-group-is-layout-41{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-42{grid-template-columns:repeat(6, minmax(0, 1fr));}.wp-container-core-columns-is-layout-11{flex-wrap:nowrap;}.wp-container-core-group-is-layout-43{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-44{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-45{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-46{flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-47{grid-template-columns:repeat(2, minmax(0, 1fr));}.wp-container-core-columns-is-layout-12{flex-wrap:nowrap;}.wp-elements-f50bf56cc6a2f2f3d65c0999867ff9eb a:where(:not(.wp-element-button)){color:var(--wp--preset--color--a-8-c-light-gray);}.wp-container-core-buttons-is-layout-4{justify-content:center;}.wp-container-core-columns-is-layout-13{flex-wrap:nowrap;}.wp-container-core-buttons-is-layout-5{justify-content:center;}.wp-container-core-columns-is-layout-14{flex-wrap:nowrap;}.wp-container-core-group-is-layout-51{flex-wrap:nowrap;justify-content:flex-start;align-items:center;}.wp-container-core-group-is-layout-52{flex-wrap:nowrap;}.wp-container-core-group-is-layout-53{justify-content:space-between;} </style> <script type="text/javascript" src="https://automattic.com/wp-content/js/mobile-useragent-info.js?m=1609849039i&amp;ver=20241018" id="mobile-useragent-info-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="coblocks-loader-js-extra"> /* <![CDATA[ */ var wpcom_coblocks_js = {"coblocks_masonry_js":"https:\/\/automattic.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-masonry.min.js","coblocks_lightbox_js":"https:\/\/automattic.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 type="text/javascript" src="https://automattic.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/js/coblocks-loader.min.js?m=1681832297i&amp;ver=2.18.1" id="coblocks-loader-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/page-templates/assets/blank-landing-page/js/blp.js?m=1727717576i&amp;ver=2024-09-27" id="blank-landing-page-js"></script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/wp-content/plugins/video/assets/js/videojs/videopress-iframe-api.js?m=1726583090i'></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/dom-ready/index.min.js?m=1741299224i&amp;ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1727178113i'></script> <script type="text/javascript" src="https://automattic.com/wp-content/mu-plugins/jetpack-plugin/sun/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.js?m=1724856138i&amp;ver=cf7c0634f5652c4104e9" id="videopress-video-view-script-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/hooks/index.min.js?m=1741299224i&amp;ver=84e753e2b66eb7028d38" id="wp-hooks-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/i18n/index.min.js?m=1741299224i&amp;ver=bd5a2533e717a1043151" 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" src="https://automattic.com/wp-content/mu-plugins/jetpack-plugin/sun/jetpack_vendor/automattic/jetpack-forms/dist/blocks/view.js?m=1725882066i&amp;minify=false&amp;ver=3d49217292cbfde0fafc" id="jp-forms-blocks-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/mu-plugins/jetpack-plugin/sun/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js/accessible-form.js?m=1743018899i&amp;minify=false&amp;ver=14.5-a.10" id="accessible-form-js" defer="defer" data-wp-strategy="defer"></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> <style class='wp-fonts-local' type='text/css'> @font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2') format('woff2');} @font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:fallback;src:url('https://fonts.wp.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZ1rib2Bg-4.woff2') format('woff2');} </style> <script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'54117','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'54117','v':'wpcom','tz':'0','user_id':'0','post':'269329','subd':'automattic'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfYUVGMCYlXUV5b0VaVVEzMjc9eUVyL1FlWzBXJS5DMEpYZUVqRC1tbXZscTRxTjJNK29lXzRTJWRdRU4rfnNrVn5XTX5NaDcyQTdOdHIwLFI0ZW9mZGFYTSt3UXpUWj1YVmpmP0cuOFJMPXZudExTSWRWKy1oT1tFUnVzNVNyeG9PY3B2SUt2QVVUdXouL3N3Y1J4aXVobmI4aGpTMlJEfDM/aD9RQ3VWKzFCckcrdUIzbFtX'}]); _stq.push([ 'clickTrackerInit', '54117', '269329' ]); </script> <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;enq_wp-polyfill&quot;:&quot;1&quot;,&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;a8c\/automattic-2011&quot;,&quot;wptheme_is_block&quot;:&quot;0&quot;}" data-provider="wordpress.com" data-service="simple" data-site-tz="Etc/GMT-0" data-allow-hidden="true" src="/wp-content/js/bilmur-3-4-combined.min.js?i=12&m=202513"></script><script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { 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(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script><div id="hidden-content" style="display:none"> <div class="social-links"> <div class="twitter"> <a href="https://twitter.com/automattic" class="social-link" target="_blank" aria-label="X (formerly known as Twitter)"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.23677 7.00461L14.0763 1.5H12.9295L8.72732 6.27958L5.37105 1.5H1.5L6.57533 8.72757L1.5 14.5H2.64688L7.08449 9.4526L10.6289 14.5H14.5L9.23648 7.00461H9.23677ZM7.66595 8.79124L7.15172 8.07154L3.06012 2.34479H4.82166L8.12363 6.96646L8.63787 7.68616L12.93 13.6936H11.1685L7.66595 8.79152V8.79124Z" fill="black"/> </svg> </a> </div> <div class="facebook"> <a href="https://www.facebook.com/AutomatticInc/" class="social-link" target="_blank" aria-label="Facebook"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8C15.5 3.8579 12.1421 0.5 8 0.5C3.8579 0.5 0.5 3.8579 0.5 8C0.5 11.5172 2.9216 14.4686 6.1883 15.2792V10.292H4.6415V8H6.1883V7.0124C6.1883 4.4597 7.3433 3.2765 9.8483 3.2765C10.3235 3.2765 11.1434 3.3695 11.4788 3.4628V5.54C11.3018 5.5214 10.9943 5.5121 10.6124 5.5121C9.3824 5.5121 8.9075 5.978 8.9075 7.1891V7.9991H11.36L10.94 10.2911H8.9087V15.4451C12.6221 14.9966 15.5 11.8346 15.5 8Z" fill="black"/> </svg> </a> </div> <div class="youtube"> <a href="https://www.youtube.com/c/automattic" class="social-link" target="_blank" aria-label="YouTube"> <svg height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.9447 3.19182C18.838 2.76836 18.6295 2.38228 18.3399 2.07215C18.0503 1.76203 17.6898 1.53872 17.2943 1.42454C15.8376 1 10.0001 1 10.0001 1C10.0001 1 4.16099 1 2.70736 1.41796C2.31105 1.5324 1.94987 1.7566 1.66016 2.06799C1.37046 2.37939 1.16244 2.767 1.05704 3.19182C0.666747 4.75012 0.666748 8.00329 0.666748 8.00329C0.666748 8.00329 0.666747 11.2565 1.05704 12.8148C1.16338 13.2384 1.37182 13.6246 1.66146 13.9348C1.9511 14.245 2.31178 14.4682 2.70736 14.582C4.16252 15 10.0001 15 10.0001 15C10.0001 15 15.8392 15 17.2943 14.582C17.6898 14.4679 18.0503 14.2446 18.3399 13.9344C18.6295 13.6243 18.838 13.2382 18.9447 12.8148C19.3334 11.2565 19.3334 8.00329 19.3334 8.00329C19.3334 8.00329 19.3288 4.75012 18.9447 3.19182ZM8.13311 11.0014V5.00517L12.9826 8.00329L8.13311 11.0014Z" fill="black"/> </svg> </a> </div> <div class="linkedin"> <a href="https://www.linkedin.com/company/automattic/" class="social-link" target="_blank" aria-label="LinkedIn"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.9657 1H2.0343C1.75999 1 1.49691 1.10899 1.30294 1.30298C1.10897 1.49698 1 1.76009 1 2.03444V13.9675C1.00051 14.2415 1.10971 14.5041 1.30363 14.6977C1.49754 14.8913 1.76032 15 2.0343 15H13.9657C14.2397 15 14.5025 14.8913 14.6964 14.6977C14.8903 14.5041 14.9995 14.2415 15 13.9675V2.03444C15 1.76009 14.891 1.49698 14.6971 1.30298C14.5031 1.10899 14.24 1 13.9657 1ZM5.1722 12.9272H3.0686V6.24028H5.1722V12.9272ZM4.1204 5.31472C3.88131 5.31395 3.64782 5.24232 3.44942 5.10887C3.25103 4.97542 3.09664 4.78615 3.00577 4.56497C2.91489 4.3438 2.89161 4.10064 2.93887 3.86624C2.98613 3.63183 3.1018 3.4167 3.27127 3.24802C3.44073 3.07934 3.65639 2.96469 3.89099 2.91856C4.12559 2.87243 4.36859 2.89688 4.5893 2.98883C4.81001 3.08079 4.99851 3.23611 5.13098 3.43517C5.26345 3.63423 5.33395 3.8681 5.33356 4.10722C5.33594 4.26694 5.30615 4.42551 5.24595 4.57347C5.18575 4.72143 5.09638 4.85576 4.98317 4.96844C4.86996 5.08112 4.73523 5.16985 4.587 5.22934C4.43877 5.28884 4.28009 5.31787 4.1204 5.31472ZM12.9314 12.9331H10.8259V9.28139C10.8259 8.20222 10.367 7.87167 9.776 7.87167C9.15192 7.87167 8.53951 8.34028 8.53951 9.30667V12.9331H6.43786V6.24611H8.46174V7.17167H8.49285C8.70011 6.82752 8.99382 6.54361 9.34478 6.34815C9.69574 6.15269 10.0917 6.05249 10.4934 6.0575C11.6599 6.0575 12.9372 6.75556 12.9372 8.79722L12.9314 12.9331Z" fill="black"/> </svg> </a> </div> <div class="glassdoor"> <a href="https://www.glassdoor.com/Overview/Working-at-Automattic-EI_IE751107.11,21.htm" class="social-link" target="_blank" aria-label="Glassdoor"> <svg height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.99567 1C10.0998 1 10.9963 1.64531 10.9963 2.75H2.66667V11.5C2.11111 11.5 1.55556 11.5 1 11.5V3.00156C1 1.89687 1.8965 1 3.00072 1H8.99567ZM8.99567 13.25H1C1 14.3547 1.8965 15 3.00072 15H8.99925C10.1035 15 11 14.3547 11 13.25V4.5C11 4.5 9.75 4.5 9.33333 4.5V13.25H8.99567Z" fill="black"/> </svg> </a> </div> </div> <div class="lp-language-picker" aria-label="Language Picker"><select class="lp-language-picker__content" title="Change Language"><option lang="de" value="de">Deutsch</option><option lang="es" value="es">Español</option><option lang="fr" value="fr">Français</option><option lang="id" value="id">Bahasa Indonesia</option><option lang="it" value="it">Italiano</option><option lang="nl" value="nl">Nederlands</option><option lang="pt-br" value="pt-br">Português do Brasil</option><option lang="sv" value="sv">Svenska</option><option lang="tr" value="tr">Türkçe</option><option lang="ru" value="ru">Русский</option><option lang="ar" value="ar">العربية</option><option lang="he" value="he">עִבְרִית</option><option lang="ja" value="ja">日本語</option><option lang="ko" value="ko">한국어</option><option lang="zh-cn" value="zh-cn">简体中文</option><option lang="zh-tw" value="zh-tw">繁體中文</option><option lang="en" value="en" selected="">English</option></select><svg class="lp-language-picker__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path d="M8 0C3.636 0 0 3.545 0 8c0 4.364 3.545 8 8 8 4.364 0 8-3.545 8-8s-3.636-8-8-8Zm5.91 5h-2.365c-.454-1.364-1-2.545-1.727-3.455A6.74 6.74 0 0 1 13.91 5Zm.635 2.91c0 .545-.09 1.09-.181 1.635h-2.637c.091-.545.091-1.09.091-1.636 0-.545-.09-1.09-.09-1.636h2.636c.181.545.181 1.09.181 1.636ZM8 14c-.91-.636-1.636-1.727-2.09-3.182h4.18C9.637 12.273 8.91 13.455 8 14ZM5.636 9.545c-.09-.545-.09-1-.09-1.636 0-.545.09-1.09.09-1.636h4.728c.09.545.09 1 .09 1.636 0 .636-.09 1.091-.09 1.636H5.636ZM1.455 7.91c0-.545.09-1.09.181-1.636h2.637c-.091.545-.091 1.09-.091 1.636 0 .546.09 1.091.09 1.636H1.637C1.455 9 1.455 8.455 1.455 7.91ZM8 1.82c.91.636 1.636 1.726 2.09 3.181H5.91C6.363 3.545 7.09 2.364 8 1.818Zm-1.818-.274C5.455 2.455 4.909 3.636 4.545 5H2.091a6.74 6.74 0 0 1 4.09-3.455ZM2.09 10.91h2.364c.363 1.364.909 2.546 1.636 3.364-1.636-.546-3.182-1.818-4-3.364Zm7.727 3.364c.727-.91 1.273-2 1.637-3.364h2.363c-.727 1.546-2.182 2.818-4 3.364Z" /></svg><svg class="lp-language-picker__chevron" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path d="m14 5.98-6 6-6-6 1.06-1.06L8 9.86l4.94-4.93z" /></svg><a class="lp-language-picker__link lp-hidden" lang="de" href="https://automattic.com/de/for-agencies" data-href="https://automattic.com/de/for-agencies" tabindex="-1">Deutsch</a><a class="lp-language-picker__link lp-hidden" lang="es" href="https://automattic.com/es/for-agencies" data-href="https://automattic.com/es/for-agencies" tabindex="-1">Español</a><a class="lp-language-picker__link lp-hidden" lang="fr" href="https://automattic.com/fr/for-agencies" data-href="https://automattic.com/fr/for-agencies" tabindex="-1">Français</a><a class="lp-language-picker__link lp-hidden" lang="id" href="https://automattic.com/id/for-agencies" data-href="https://automattic.com/id/for-agencies" tabindex="-1">Bahasa Indonesia</a><a class="lp-language-picker__link lp-hidden" lang="it" href="https://automattic.com/it/for-agencies" data-href="https://automattic.com/it/for-agencies" tabindex="-1">Italiano</a><a class="lp-language-picker__link lp-hidden" lang="nl" href="https://automattic.com/nl/for-agencies" data-href="https://automattic.com/nl/for-agencies" tabindex="-1">Nederlands</a><a class="lp-language-picker__link lp-hidden" lang="pt-br" href="https://automattic.com/pt-br/for-agencies" data-href="https://automattic.com/pt-br/for-agencies" tabindex="-1">Português do Brasil</a><a class="lp-language-picker__link lp-hidden" lang="sv" href="https://automattic.com/sv/for-agencies" data-href="https://automattic.com/sv/for-agencies" tabindex="-1">Svenska</a><a class="lp-language-picker__link lp-hidden" lang="tr" href="https://automattic.com/tr/for-agencies" data-href="https://automattic.com/tr/for-agencies" tabindex="-1">Türkçe</a><a class="lp-language-picker__link lp-hidden" lang="ru" href="https://automattic.com/ru/for-agencies" data-href="https://automattic.com/ru/for-agencies" tabindex="-1">Русский</a><a class="lp-language-picker__link lp-hidden" lang="ar" href="https://automattic.com/ar/for-agencies" data-href="https://automattic.com/ar/for-agencies" tabindex="-1">العربية</a><a class="lp-language-picker__link lp-hidden" lang="he" href="https://automattic.com/he/for-agencies" data-href="https://automattic.com/he/for-agencies" tabindex="-1">עִבְרִית</a><a class="lp-language-picker__link lp-hidden" lang="ja" href="https://automattic.com/ja/for-agencies" data-href="https://automattic.com/ja/for-agencies" tabindex="-1">日本語</a><a class="lp-language-picker__link lp-hidden" lang="ko" href="https://automattic.com/ko/for-agencies" data-href="https://automattic.com/ko/for-agencies" tabindex="-1">한국어</a><a class="lp-language-picker__link lp-hidden" lang="zh-cn" href="https://automattic.com/zh-cn/for-agencies" data-href="https://automattic.com/zh-cn/for-agencies" tabindex="-1">简体中文</a><a class="lp-language-picker__link lp-hidden" lang="zh-tw" href="https://automattic.com/zh-tw/for-agencies" data-href="https://automattic.com/zh-tw/for-agencies" tabindex="-1">繁體中文</a><a class="lp-language-picker__link lp-hidden" lang="en" href="https://automattic.com/for-agencies" data-href="https://automattic.com/for-agencies" tabindex="-1">English</a></div></div> <script> document.addEventListener("DOMContentLoaded", () => { const hiddenContent = document.getElementById('hidden-content'); if (!hiddenContent) return; const footer = document.querySelector('footer'); if (!footer) return; const forAgenciesFooter = document.createElement('div'); forAgenciesFooter.classList.add('for-agencies-footer'); while (hiddenContent.firstChild) { forAgenciesFooter.appendChild(hiddenContent.firstChild); } footer.appendChild(forAgenciesFooter); hiddenContent.remove(); }); </script> </body> </html> <script> window._tkq = window._tkq || []; if ( window.hasOwnProperty('userSettings') && window.userSettings.hasOwnProperty('uid') ) { window._tkq.push(['identifyUser', window.userSettings.uid]); } window._tkq.push([ 'recordEvent', 'a8c_a4a_landing_page_view', {} ]); const headerButton = document.querySelector('header .is-style-fill .wp-element-button'); const loginButton = document.querySelector('header .is-style-outline .wp-element-button'); const heroButton = document.querySelector('.hero .wp-element-button'); const ctaButton = document.querySelector('.cta .wp-element-button'); function handleButtonClick(buttonName) { window._tkq.push([ 'recordEvent', 'a8c_a4a_landing_page_cta_click', { button: buttonName } ]); } if (headerButton) { headerButton.addEventListener('click', () => handleButtonClick('headerButton')); } if (loginButton) { loginButton.addEventListener('click', () => handleButtonClick('loginButton')); } if (heroButton) { heroButton.addEventListener('click', () => handleButtonClick('heroButton')); } if (ctaButton) { ctaButton.addEventListener('click', () => handleButtonClick('ctaButton')); } </script>

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