Help
RSS
API
Feed
Maltego
Contact
Domain > thegamersworkshop.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-08-14
5.135.104.84
(
ClassC
)
2026-01-25
192.0.78.25
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sun, 25 Jan 2026 23:39:10 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://thegamersworkshop.com/Alt-Svc: h3:443; ma86400Server-Timing: a8c-cdn, dc;descsea, cache;descBYPASS;dur0.0 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Sun, 25 Jan 2026 23:39:10 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveStrict-Transport-Security: max-age31536000Vary: Accept-EncodingX-hacker: Want root? Visit join.a8c.com/hacker and mention this header.Host-Header: WordPress.comLink: https://public-api.wordpress.com/wp-json/?rest_route/sites/thegamersworkshop.wordpress.com>; relhttps://api.w.org/Vary: accept, content-type, cookieLink: https://wp.me/glf9D>; relshortlinkX-ac: 3.sea _bur MISSAlt-Svc: h3:443; ma86400Server-Timing: a8c-cdn, dc;descsea, cache;descMISS;dur200.0 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 />meta namerobots contentmax-image-preview:large />!-- Async WordPress.com Remote Login -->script idwpcom_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 loginwindow.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_loginvalidate + &wpcomid + data.wpcomid + &token + encodeURIComponent( data.token ) + &host + window.location.protocol + // + window.location.hostname + &postid60 + &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_accessdenied; path/; max-age31536000; 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_loginrequest_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 resourceswindow.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_loginkey + &originaHR0cHM6Ly90aGVnYW1lcnN3b3Jrc2hvcC5jb20%3D + &wpcomid241484521 + &time + Math.floor( Date.now() / 1000 ); document.body.appendChild( iframe );}, false );/script>title>The Gamer's Workshop – From Pixels to Power-Ups: A Gamer’s Blog./title>link reldns-prefetch href//s1.wp.com />link reldns-prefetch href//s2.wp.com />link reldns-prefetch href//s0.wp.com />link reldns-prefetch href//af.pubmine.com />link relalternate typeapplication/rss+xml titleThe Gamer's Workshop » Feed hrefhttps://thegamersworkshop.com/feed/ />link relalternate typeapplication/rss+xml titleThe Gamer's Workshop » Comments Feed hrefhttps://thegamersworkshop.com/comments/feed/ /> script typetext/javascript> /* !CDATA */ function addLoadEvent(func) { var oldonload window.onload; if (typeof window.onload ! function) { window.onload func; } else { window.onload function () { oldonload(); func(); } } } /* > */ /script> link crossoriginanonymous relstylesheet idall-css-0-1 href/wp-content/mu-plugins/widgets/eu-cookie-law/templates/style.css?m1642463000i&cssminifyyes typetext/css mediaall />style idwp-block-site-logo-inline-css>.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/site-logo/style.min.css *//style>style idwp-block-site-title-inline-css>.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/site-title/style.min.css *//style>style idwp-block-group-inline-css>.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/group/style.min.css *//style>style idwp-block-group-theme-inline-css>:where(.wp-block-group.has-background){padding:1.25em 2.375em}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/group/theme.min.css *//style>style idwp-block-navigation-link-inline-css>.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/navigation-link/style.min.css *//style>style idwp-block-navigation-inline-css>.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;background-color:inherit;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:;display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__togglearia-expandedtrue~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__togglearia-expandedtrue+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__togglearia-expandedtrue>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem)}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;z-index:100000}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}.wp-block-navigation__responsive-container.disable-default-overlay .wp-block-navigation__overlay-container{display:none;width:100%}.wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content>.wp-block-navigation__container{display:none}.wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__overlay-container{display:block}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.disable-default-overlay .wp-block-navigation__responsive-container-close{right:clamp(1rem,var(--wp--style--root--padding-left),20rem);top:clamp(1rem,var(--wp--style--root--padding-left),20rem)}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/navigation/style.min.css *//style>style idwp-block-loginout-inline-css>.wp-block-loginout{box-sizing:border-box}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/loginout/style.min.css *//style>style idwp-block-template-part-theme-inline-css>:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/template-part/theme.min.css *//style>style idwp-block-post-featured-image-inline-css>.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/post-featured-image/style.min.css *//style>style idwp-block-post-title-inline-css>.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/post-title/style.min.css *//style>style idwp-block-post-terms-inline-css>.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/post-terms/style.min.css *//style>style idwp-block-post-template-inline-css>.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}/*# sourceURLhttps://s0.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/styles/block-library/post-template/style.min.css *//style>style idwp-emoji-styles-inline-css> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }/*# sourceURLwp-emoji-styles-inline-css *//style>style idwp-block-library-inline-css>:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where(style*border-top-color){border-top-style:solid}html :where(style*border-right-color){border-right-style:solid}html :where(style*border-bottom-color){border-bottom-style:solid}html :where(style*border-left-color){border-left-style:solid}html :where(style*border-width){border-style:solid}html :where(style*border-top-width){border-top-style:solid}html :where(style*border-right-width){border-right-style:solid}html :where(style*border-bottom-width){border-bottom-style:solid}html :where(style*border-left-width){border-left-style:solid}html :where(imgclass*wp-image-){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.has-text-align-justify { text-align:justify;}.has-text-align-justify{text-align:justify;}/*# sourceURLwp-block-library-inline-css *//style>style idwp-block-template-skip-link-inline-css> .skip-link.screen-reader-text { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .skip-link.screen-reader-text:focus { background-color: #eee; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }/*# sourceURLwp-block-template-skip-link-inline-css *//style>link crossoriginanonymous relstylesheet idall-css-52-1 href/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m1432920480j&cssminifyyes typetext/css mediaall />style idglobal-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--foreground: #051c2e;--wp--preset--color--background: #d6d7de;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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: 1rem;--wp--preset--font-size--medium: 1.125rem;--wp--preset--font-size--large: clamp(1.75rem, 3vw, 2rem);--wp--preset--font-size--x-large: clamp(2.5rem, 3vw, 4rem);--wp--preset--font-size--smallest: 0.8rem;--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;--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--font-family--system-font: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 1050px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--50); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--wp--preset--spacing--50); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--wp--preset--spacing--50);}:root :where(.is-layout-grid){gap: var(--wp--preset--spacing--50);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}html{min-height: calc(100% - var(--wp-admin--admin-bar--height, 0px));}body{background: linear-gradient(125deg,rgb(238,238,238) 0%,rgb(255,158,66) 51%,rgb(65,176,255) 100%);background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--dm-sans);font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 400;line-height: 1.5;--wp--style--root--padding-top: 0;--wp--style--root--padding-right: var(--wp--preset--spacing--50);--wp--style--root--padding-bottom: 0;--wp--style--root--padding-left: var(--wp--preset--spacing--50);}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--black);text-decoration: none;}:root :where(a:where(:not(.wp-element-button)):hover){color: var(--wp--preset--color--white);}h1, h2, h3, h4, h5, h6{color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--inter);font-style: normal;font-weight: 600;}h1{font-family: var(--wp--preset--font-family--inter);font-size: var(--wp--preset--font-size--x-large);font-style: normal;letter-spacing: -0.05rem;line-height: 1.1;}h2{font-family: var(--wp--preset--font-family--inter);font-size: var(--wp--preset--font-size--large);font-style: normal;letter-spacing: -0.02rem;line-height: 1.1;}h3{font-family: var(--wp--preset--font-family--inter-display);font-size: var(--wp--preset--font-size--medium);font-style: normal;letter-spacing: 0rem;line-height: 1.5;}h4{font-family: var(--wp--preset--font-family--inter-display);font-size: var(--wp--preset--font-size--medium);font-style: normal;letter-spacing: 0rem;line-height: 1.5;}h5{font-family: var(--wp--preset--font-family--inter-display);font-size: var(--wp--preset--font-size--small);font-style: normal;letter-spacing: 0rem;line-height: 1.5;text-transform: uppercase;}h6{font-family: var(--wp--preset--font-family--inter-display);font-size: var(--wp--preset--font-size--small);font-style: normal;letter-spacing: 0.02rem;line-height: 1.5;text-transform: uppercase;}:root :where(.wp-element-button, .wp-block-button__link){background-color: var(--wp--preset--color--background);border-width: 0;color: var(--wp--preset--color--cyan-bluish-gray);font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}:root :where(.wp-element-button:hover, .wp-block-button__link:hover){background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);}:root :where(.wp-element-button:focus, .wp-block-button__link:focus){background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);text-decoration: underline;}:root :where(.wp-element-button:active, .wp-block-button__link:active){background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);}.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-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !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-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !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-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !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-smallest-font-size{font-size: var(--wp--preset--font-size--smallest) !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;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}:root :where(.wp-block-navigation){font-size: var(--wp--preset--font-size--smallest);text-transform: uppercase;}:root :where(.wp-block-navigation-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-navigation-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-navigation-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--60);margin-block-end: 0;}:root :where(.wp-block-navigation-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-navigation-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-navigation-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--60);margin-block-end: 0;}:root :where(.wp-block-navigation-is-layout-flex){gap: var(--wp--preset--spacing--60);}:root :where(.wp-block-navigation-is-layout-grid){gap: var(--wp--preset--spacing--60);}:root :where(.wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay){border-radius: 4px;}:root :where(.wp-block-post-featured-image img, .wp-block-post-featured-image .wp-block-post-featured-image__placeholder, .wp-block-post-featured-image .components-placeholder__illustration, .wp-block-post-featured-image .components-placeholder::before){filter: var(--wp--preset--duotone--neutral);}:root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--smallest);letter-spacing: 0.02rem;}:root :where(.wp-block-site-title){font-family: var(--wp--preset--font-family--inter-display);font-size: var(--wp--preset--font-size--smallest);font-style: normal;font-weight: 600;letter-spacing: -0.025rem;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}:root{--wp--preset--duotone--neutral:url(#wp-duotone-neutral);}/*# sourceURLglobal-styles-inline-css *//style>style idcore-block-supports-inline-css>.wp-container-core-group-is-layout-6c531013{flex-wrap:nowrap;}.wp-container-core-group-is-layout-f1189ed3{flex-wrap:nowrap;gap:var(--wp--preset--spacing--20);}.wp-container-core-group-is-layout-eeb91d56{flex-wrap:nowrap;justify-content:space-between;}.wp-container-core-group-is-layout-8dca4fca > .alignfull{margin-right:calc(var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)) * -1);margin-left:calc(var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal)) * -1);}.wp-container-core-group-is-layout-267de53c{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:stretch;}.wp-duotone-neutral.wp-block-post-featured-image img, .wp-duotone-neutral.wp-block-post-featured-image .wp-block-post-featured-image__placeholder, .wp-duotone-neutral.wp-block-post-featured-image .components-placeholder__illustration, .wp-duotone-neutral.wp-block-post-featured-image .components-placeholder::before{filter:var(--wp--preset--duotone--neutral);}/*# sourceURLcore-block-supports-inline-css *//style>link crossoriginanonymous relstylesheet idall-css-56-1 href/_static/??-eJx9i0kOgzAMAD9EMC1i6aHqWyAyIciJo9gp6u9Lb/TCbUaagT0Zy1ExKuiKAQVSmeHtNZcAoh/C2opUcOpCMYmK81Eg40zsDnRwVCe9mhyyIbaTeo5/YhaafP6tr/C8DW0/dt29eWxfVN886w&cssminifyyes typetext/css mediaall />style idjetpack-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;}/*# sourceURLjetpack-global-styles-frontend-style-inline-css *//style>link crossoriginanonymous relstylesheet idall-css-58-1 href/wp-content/themes/h4/global.css?m1420737423i&cssminifyyes typetext/css mediaall />script idwpcom-actionbar-placeholder-js-extra>var actionbardata {siteID:241484521,postID:0,siteURL:https://thegamersworkshop.com,xhrURL:https://thegamersworkshop.com/wp-admin/admin-ajax.php,nonce:da64b6e1d0,isLoggedIn:,statusMessage:,subsEmailDefault:instantly,proxyScriptUrl:https://s0.wp.com/wp-content/js/wpcom-proxy-request.js?m1513050504i&ver20211021,i18n:{followedText:New posts from this site will now appear in your \u003Ca href\https://wordpress.com/reader\\u003EReader\u003C/a\u003E,foldBar:Collapse this bar,unfoldBar:Expand this bar,shortLinkCopied:Shortlink copied to clipboard.}};//# sourceURLwpcom-actionbar-placeholder-js-extra/script>script idjetpack-mu-wpcom-settings-js-before>var JETPACK_MU_WPCOM_SETTINGS {assetsUrl:https://s1.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/};//# sourceURLjetpack-mu-wpcom-settings-js-before/script>script crossoriginanonymous typetext/javascript src/_static/??/wp-content/js/rlt-proxy.js,/wp-content/blog-plugins/wordads-classes/js/cmp/v2/cmp-non-gdpr.js?m1720530689j>/script>script idrlt-proxy-js-after> rltInitialize( {token:null,iframeOrigins:https:\/\/widgets.wp.com} );//# sourceURLrlt-proxy-js-after/script>link relEditURI typeapplication/rsd+xml titleRSD hrefhttps://thegamersworkshop.wordpress.com/xmlrpc.php?rsd />meta namegenerator contentWordPress.com />link relshortlink hrefhttps://wp.me/glf9D />!-- Jetpack Open Graph Tags -->meta propertyog:type contentwebsite />meta propertyog:title contentThe Gamer's Workshop />meta propertyog:description contentFrom Pixels to Power-Ups: A Gamer’s Blog. />meta propertyog:url contenthttps://thegamersworkshop.com/ />meta propertyog:site_name contentThe Gamer's Workshop />meta propertyog:image contenthttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w200 />meta propertyog:image:width content200 />meta propertyog:image:height content200 />meta propertyog:image:alt content />meta propertyog:locale contenten_US />!-- End Jetpack Open Graph Tags -->link relsearch typeapplication/opensearchdescription+xml hrefhttps://thegamersworkshop.com/osd.xml titleThe Gamer's Workshop />link relsearch typeapplication/opensearchdescription+xml hrefhttps://s1.wp.com/opensearch.xml titleWordPress.com />script typeimportmap idwp-importmap>{imports:{@wordpress/interactivity:https://s1.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/modules/interactivity/index.min.js?m1768935615i&ver59e09970078eb30c665d}}/script>link relmodulepreload hrefhttps://s1.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/modules/interactivity/index.min.js?m1768935615i&ver59e09970078eb30c665d id@wordpress/interactivity-js-modulepreload fetchprioritylow>meta namedescription contentFrom Pixels to Power-Ups: A Gamer’s Blog. />script>var wa_client {}; wa_client.cmd ; wa_client.config { blog_id: 241484521, blog_language: en, is_wordads: true, hosting_type: 1, afp_account_id: null, afp_host_id: 5038568878849053, theme: pub/vitrum, _: { title: Advertisement, privacy_settings: Privacy Settings }, formats: belowpost, bottom_sticky, sidebar_sticky_right, sidebar, top, shortcode, gutenberg_rectangle, gutenberg_leaderboard, gutenberg_mobile_leaderboard, gutenberg_skyscraper };/script> script typetext/javascript> window.doNotSellCallback function() { var linkElements ahrefhttps://wordpress.com/?reffooter_blog, ahrefhttps://wordpress.com/?reffooter_website, ahrefhttps://wordpress.com/?refvertical_footer, ahref^https://wordpress.com/?reffooter_segment_, .join(,); var dnsLink document.createElement( a ); dnsLink.href https://wordpress.com/advertising-program-optout/; dnsLink.classList.add( do-not-sell-link ); dnsLink.rel nofollow; dnsLink.style.marginLeft 0.5em; dnsLink.textContent Do Not Sell or Share My Personal Information; var creditLinks document.querySelectorAll( linkElements ); if ( 0 creditLinks.length ) { return false; } Array.prototype.forEach.call( creditLinks, function( el ) { el.insertAdjacentElement( afterend, dnsLink ); }); return true; }; /script> style classwp-fonts-local>@font-face{font-family:DM Sans;font-style:normal;font-weight:100;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1hS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:200;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxhS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:800;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpthS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:normal;font-weight:900;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:100;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDG32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:200;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDW32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:300;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDW32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:400;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:500;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:600;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:700;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:800;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCm32RmYJpso5.woff2) format(woff2);}@font-face{font-family:DM Sans;font-style:italic;font-weight:900;font-display:fallback;src:url(https://fonts.wp.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm32RmYJpso5.woff2) format(woff2);}@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);}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:fallback;src:url(https://s2.wp.com/wp-content/themes/pub/vitrum/assets/fonts/inter/inter-400-normal.ttf) format(truetype);}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:fallback;src:url(https://s2.wp.com/wp-content/themes/pub/vitrum/assets/fonts/inter/inter-600-normal.ttf) format(truetype);}/style>link relicon hrefhttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w32 sizes32x32 />link relicon hrefhttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w192 sizes192x192 />link relapple-touch-icon hrefhttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w180 />meta namemsapplication-TileImage contenthttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w270 />script typetext/javascript> window.google_analytics_uacct UA-52447-2;/script>script typetext/javascript> var _gaq _gaq || ; _gaq.push(_setAccount, UA-52447-2); _gaq.push(_gat._anonymizeIp); _gaq.push(_setDomainName, none); _gaq.push(_setAllowLinker, true); _gaq.push(_initData); _gaq.push(_trackPageview); (function() { var ga document.createElement(script); ga.type text/javascript; ga.async true; ga.src (https: document.location.protocol ? https://ssl : http://www) + .google-analytics.com/ga.js; (document.getElementsByTagName(head)0 || document.getElementsByTagName(body)0).appendChild(ga); })();/script>/head>body classhome blog wp-custom-logo wp-embed-responsive wp-theme-pubvitrum is-block-theme customizer-styles-applied jetpack-reblog-enabled>div classwp-site-blocks>header classwp-block-template-part>div classwp-block-group alignfull has-global-padding is-content-justification-center is-layout-constrained wp-container-core-group-is-layout-8dca4fca wp-block-group-is-layout-constrained stylemargin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))>header classwp-block-group alignwide is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-eeb91d56 wp-block-group-is-layout-flex stylemargin-top:0;margin-bottom:0>div classwp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-f1189ed3 wp-block-group-is-layout-flex>div classwp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex>div classaligncenter is-style-default wp-block-site-logo>a hrefhttps://thegamersworkshop.com/ classcustom-logo-link relhome aria-currentpage>img width68 height68 srchttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg classcustom-logo altThe Gamer's Workshop decodingasync srcsethttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w68&h68 68w, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w136&h136 136w sizes(max-width: 68px) 100vw, 68px data-attachment-id18 data-permalinkhttps://thegamersworkshop.com/openart-image_zgan6jo7_1738958200912_raw/the-gamers-workshop/ data-orig-filehttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg data-orig-size512,512 data-comments-opened1 data-image-meta{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"} data-image-titleThe Gamer’s Workshop data-image-description<p>https://thegamersworkshop.wordpress.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg</p> data-image-caption<p>The main tool in our tool box the controller.</p> data-medium-filehttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w300 data-large-filehttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w512 />/a>/div>h1 classwp-block-site-title>a hrefhttps://thegamersworkshop.com target_self relhome aria-currentpage>The Gamer's Workshop/a>/h1>/div>/div>nav classis-responsive wp-block-navigation is-layout-flex wp-block-navigation-is-layout-flex aria-labelNavigation data-wp-interactivecore/navigation data-wp-context{overlayOpenedBy:{click:false,hover:false,focus:false},type:overlay,roleAttribute:,ariaLabel:Menu}>button aria-haspopupdialog aria-labelOpen menu classwp-block-navigation__responsive-container-open data-wp-on--clickactions.openMenuOnClick data-wp-on--keydownactions.handleMenuKeydown >svg width24 height24 xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 aria-hiddentrue focusablefalse>path dM4 7.5h16v1.5H4z>/path>path dM4 15h16v1.5H4z>/path>/svg>/button> div classwp-block-navigation__responsive-container idmodal-1 data-wp-class--has-modal-openstate.isMenuOpen data-wp-class--is-menu-openstate.isMenuOpen data-wp-watchcallbacks.initMenu data-wp-on--keydownactions.handleMenuKeydown data-wp-on--focusoutactions.handleMenuFocusout tabindex-1 > div classwp-block-navigation__responsive-close tabindex-1> div classwp-block-navigation__responsive-dialog data-wp-bind--aria-modalstate.ariaModal data-wp-bind--aria-labelstate.ariaLabel data-wp-bind--rolestate.roleAttribute > button aria-labelClose menu classwp-block-navigation__responsive-container-close data-wp-on--clickactions.closeMenuOnClick >svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 width24 height24 aria-hiddentrue focusablefalse>path dm13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z>/path>/svg>/button> div classwp-block-navigation__responsive-container-content data-wp-watchcallbacks.focusFirstElement idmodal-1-content> ul classwp-block-navigation__container is-responsive wp-block-navigation>li class wp-block-navigation-item wp-block-navigation-link>a classwp-block-navigation-item__content hrefhttps://thegamersworkshop.com/about/>span classwp-block-navigation-item__label>About/span>/a>/li>li class wp-block-navigation-item wp-block-navigation-link>a classwp-block-navigation-item__content hrefhttps://thegamersworkshop.com/comments/>span classwp-block-navigation-item__label>Comments/span>/a>/li>li class wp-block-navigation-item wp-block-navigation-link>a classwp-block-navigation-item__content hrefhttps://thegamersworkshop.com/posts-2/>span classwp-block-navigation-item__label>Posts/span>/a>/li>/ul> /div> /div> /div> /div>/nav>div classwp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-f1189ed3 wp-block-group-is-layout-flex>div classlogged-out wp-block-loginout>a hrefhttps://thegamersworkshop.wordpress.com/wp-login.php?redirect_tohttps%3A%2F%2Fthegamersworkshop.com%2F>Log in/a>/div>/div>/header>/div>/header> div classaligncenter wpcnt> div classwpa> span classwpa-about>Advertisements/span> div classu inline> div stylepadding-bottom:15px;width:300px;height:250px;float:left;margin-right:5px;margin-top:0px;> div idatatags-2414845216-6976a99eca10e> script typetext/javascript> window.tudeMappings window.tudeMappings || ; window.tudeMappings.push( { divId: atatags-2414845216-6976a99eca10e, format: gutenberg_rectangle, width: 300, height: 250, } ); /script> /div> /div> /div> /div> /div>main classwp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained stylepadding-top:5vh;padding-bottom:5vh>div classwp-block-query alignwide is-layout-flow wp-block-query-is-layout-flow>/div>div classwp-block-query alignwide is-layout-flow wp-block-query-is-layout-flow>ul classwp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow>li classwp-block-post post-60 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-action-rpg-comparison tag-arpg-showdown tag-diablo-4-gameplay-review tag-diablo-4-pros-and-cons tag-diablo-4-vs-path-of-exile tag-diablo-4-vs-poe2-comparison tag-diablo-vs-poe-game-mechanics tag-is-diablo-4-better-than-path-of-exile-2 tag-path-of-exile-2-gameplay-review tag-path-of-exile-2-pros-and-cons>figure styleaspect-ratio:1; classwp-block-post-featured-image wp-duotone-neutral>a hrefhttps://thegamersworkshop.com/2025/02/14/diablo-4-vs-path-of-exile-2-which-one-is-better/ target_self >img width1024 height313 srchttps://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w1024 classattachment-post-thumbnail size-post-thumbnail wp-post-image altDiablo 4 vs. Path of Exile 2: Which One Is Better? stylewidth:100%;height:100%;object-fit:cover; decodingasync loadinglazy srcsethttps://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w1024 1024w, https://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w2048 2048w, https://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w150 150w, https://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w300 300w, https://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w768 768w, https://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w1440 1440w sizes(max-width: 1024px) 100vw, 1024px data-attachment-id88 data-permalinkhttps://thegamersworkshop.com/2025/02/14/diablo-4-vs-path-of-exile-2-which-one-is-better/diablo-vs-poe2/ data-orig-filehttps://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg data-orig-size2371,724 data-comments-opened1 data-image-meta{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"} data-image-titleDIablo VS POE2 data-image-description data-image-caption data-medium-filehttps://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w300 data-large-filehttps://thegamersworkshop.com/wp-content/uploads/2025/02/diablo-vs-poe2.jpg?w1024 />/a>/figure>div classwp-block-group is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-267de53c wp-block-group-is-layout-flex stylemargin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)>h2 classwp-block-post-title has-large-font-size>a hrefhttps://thegamersworkshop.com/2025/02/14/diablo-4-vs-path-of-exile-2-which-one-is-better/ target_self >Diablo 4 vs. Path of Exile 2: Which One Is Better?/a>/h2>div classtaxonomy-category wp-block-post-terms>a hrefhttps://thegamersworkshop.com/category/uncategorized/ reltag>Uncategorized/a>/div>/div>/li>/ul>/div>/main> div classaligncenter wpcnt> div classwpa> span classwpa-about>Advertisements/span> div classu inline> div stylepadding-bottom:15px;width:300px;height:250px;float:left;margin-right:5px;margin-top:0px;> div idatatags-2414845216-6976a99ecd100> script typetext/javascript> window.tudeMappings window.tudeMappings || ; window.tudeMappings.push( { divId: atatags-2414845216-6976a99ecd100, format: gutenberg_rectangle, width: 300, height: 250, } ); /script> /div> /div> /div> /div> /div>/div>!-- wpcom_wp_footer -->script typespeculationrules>{prefetch:{source:document,where:{and:{href_matches:/*},{not:{href_matches:/wp-*.php,/wp-admin/*,/files/*,/wp-content/*,/wp-content/plugins/*,/wp-content/themes/pub/vitrum/*,/*\\?(.+)}},{not:{selector_matches:arel~\nofollow\}},{not:{selector_matches:.no-prefetch, .no-prefetch a}}},eagerness:conservative}}/script>svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 0 0 width0 height0 focusablefalse rolenone stylevisibility: hidden; position: absolute; left: -9999px; overflow: hidden; >defs>filter idwp-duotone-neutral>feColorMatrix color-interpolation-filterssRGB typematrix values .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 />feComponentTransfer color-interpolation-filterssRGB >feFuncR typetable tableValues0.019607843137255 0.83921568627451 />feFuncG typetable tableValues0.10980392156863 0.84313725490196 />feFuncB typetable tableValues0.18039215686275 0.87058823529412 />feFuncA typetable tableValues1 1 />/feComponentTransfer>feComposite in2SourceGraphic operatorin />/filter>/defs>/svg>script typemodule srchttps://s1.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/modules/block-library/navigation/view.min.js?m1768935615i&ver243a659f91c3dc9841c7 id@wordpress/block-library/navigation/view-js-module fetchprioritylow>/script>script src//0.gravatar.com/js/hovercards/hovercards.min.js?ver202604924dcd77a86c6f1d3698ec27fc5da92b28585ddad3ee636c0397cf312193b2a1 idgrofiles-cards-js>/script>script idwpgroho-js-extra>var WPGroHo {my_hash:};//# sourceURLwpgroho-js-extra/script>script crossoriginanonymous typetext/javascript src/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m1610363240i>/script> script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar undefined ) { return; } if ( typeof Gravatar.init ! function ) { return; } Gravatar.profile_cb function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash WPGroHo.my_hash; Gravatar.init( body, #wp-admin-bar-my-account, { i18n: { Edit your profile →: Edit your profile →, View profile →: View profile →, Contact: Contact, Send money: Send money, Sorry, we are unable to load this Gravatar profile.: Sorry, we are unable to load this Gravatar profile., Gravatar not found.: Gravatar not found., Too Many Requests.: Too Many Requests., Internal Server Error.: Internal Server Error., Is this you?: Is this you?, Claim your free profile.: Claim your free profile., Email: Email, Home Phone: Home Phone, Work Phone: Work Phone, Cell Phone: Cell Phone, Contact Form: Contact Form, Calendar: Calendar, }, } ); } if ( document.readyState ! loading ) { init(); } else { document.addEventListener( DOMContentLoaded, init ); } } )(); /script> div styledisplay:none> /div> !-- CCPA start --> script typetext/javascript> ( function () { var setupPrivacy function() { // Minimal Mozilla Cookie library // https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework var cookieLib window.cookieLib {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp((?:(?:^|.*;)\\s*+encodeURIComponent(e).replace(/\-\.\+\*/g,\\$&)+\\s*\\\\s*(^;*).*$)|^.*$),$1))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c;if(n)switch(n.constructor){case Number:cn1/0?; expiresFri, 31 Dec 9999 23:59:59 GMT:; max-age+n;break;case String:c; expires+n;break;case Date:c; expires+n.toUTCString()}returnrootDomain!r&&.rootDomain!r||(r(.rootDomainr?.:)+document.location.hostname.split(.).slice(-2).join(.)),document.cookieencodeURIComponent(e)++encodeURIComponent(o)+c+(r?; domain+r:)+(t?; path+t:)+(i?; secure:),!0}}; // Implement IAB USP API. window.__uspapi function( command, version, callback ) { // Validate callback. if ( typeof callback ! function ) { return; } // Validate the given command. if ( command ! getUSPData || version ! 1 ) { callback( null, false ); return; } // Check for GPC. If set, override any stored cookie. if ( navigator.globalPrivacyControl ) { callback( { version: 1, uspString: 1YYN }, true ); return; } // Check for cookie. var consent cookieLib.getItem( usprivacy ); // Invalid cookie. if ( null consent ) { callback( null, false ); return; } // Everything checks out. Fire the provided callback with the consent data. callback( { version: 1, uspString: consent }, true ); }; // Initialization. document.addEventListener( DOMContentLoaded, function() { // Internal functions. var setDefaultOptInCookie function() { var value 1YNN; var domain .wordpress.com location.hostname.slice( -14 ) ? .rootDomain : location.hostname; cookieLib.setItem( usprivacy, value, 365 * 24 * 60 * 60, /, domain ); }; var setDefaultOptOutCookie function() { var value 1YYN; var domain .wordpress.com location.hostname.slice( -14 ) ? .rootDomain : location.hostname; cookieLib.setItem( usprivacy, value, 24 * 60 * 60, /, domain ); }; var setDefaultNotApplicableCookie function() { var value 1---; var domain .wordpress.com location.hostname.slice( -14 ) ? .rootDomain : location.hostname; cookieLib.setItem( usprivacy, value, 24 * 60 * 60, /, domain ); }; var setCcpaAppliesCookie function( applies ) { var domain .wordpress.com location.hostname.slice( -14 ) ? .rootDomain : location.hostname; cookieLib.setItem( ccpa_applies, applies, 24 * 60 * 60, /, domain ); } var maybeCallDoNotSellCallback function() { if ( function typeof window.doNotSellCallback ) { return window.doNotSellCallback(); } return false; } // Look for usprivacy cookie first. var usprivacyCookie cookieLib.getItem( usprivacy ); // Found a usprivacy cookie. if ( null ! usprivacyCookie ) { // If the cookie indicates that CCPA does not apply, then bail. if ( 1--- usprivacyCookie ) { return; } // CCPA applies, so call our callback to add Do Not Sell link to the page. maybeCallDoNotSellCallback(); // Were all done, no more processing needed. return; } // We dont have a usprivacy cookie, so check to see if we have a CCPA applies cookie. var ccpaCookie cookieLib.getItem( ccpa_applies ); // No CCPA applies cookie found, so well need to geolocate if this visitor is from California. // This needs to happen client side because we do not have region geo data in our $SERVER headers, // only country data -- therefore we cant vary cache on the region. if ( null ccpaCookie ) { var request new XMLHttpRequest(); request.open( GET, https://public-api.wordpress.com/geo/, true ); request.onreadystatechange function () { if ( 4 this.readyState ) { if ( 200 this.status ) { // Got a geo response. Parse out the region data. var data JSON.parse( this.response ); var region data.region ? data.region.toLowerCase() : ; var ccpa_applies california, colorado, connecticut, delaware, indiana, iowa, montana, new jersey, oregon, tennessee, texas, utah, virginia.indexOf( region ) > -1; // Set CCPA applies cookie. This keeps us from having to make a geo request too frequently. setCcpaAppliesCookie( ccpa_applies ); // Check if CCPA applies to set the proper usprivacy cookie. if ( ccpa_applies ) { if ( maybeCallDoNotSellCallback() ) { // Do Not Sell link added, so set default opt-in. setDefaultOptInCookie(); } else { // Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe. setDefaultOptOutCookie(); } } else { // CCPA does not apply. setDefaultNotApplicableCookie(); } } else { // Could not geo, so lets assume for now that CCPA applies to be safe. setCcpaAppliesCookie( true ); if ( maybeCallDoNotSellCallback() ) { // Do Not Sell link added, so set default opt-in. setDefaultOptInCookie(); } else { // Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe. setDefaultOptOutCookie(); } } } }; // Send the geo request. request.send(); } else { // We found a CCPA applies cookie. if ( ccpaCookie true ) { if ( maybeCallDoNotSellCallback() ) { // Do Not Sell link added, so set default opt-in. setDefaultOptInCookie(); } else { // Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe. setDefaultOptOutCookie(); } } else { // CCPA does not apply. setDefaultNotApplicableCookie(); } } } ); }; // Kickoff initialization. if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP 2020 ) { defQueue.items.push( setupPrivacy ); } else { setupPrivacy(); } } )(); /script> !-- CCPA end --> div classwidget widget_eu_cookie_law_widget>div classhide-on-button ads-active data-hide-timeout30 data-consent-expiration180 ideu-cookie-law styledisplay: none> form methodpost> input typesubmit valueClose and accept classaccept /> Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. br />To find out more, including how to control cookies, see here: a hrefhttps://automattic.com/cookies/ relnofollow> Cookie Policy /a> /form>/div>/div> div idactionbar dirltr styledisplay: none; classactnbr-pub-vitrum actnbr-has-follow actnbr-has-actions> ul> li classactnbr-btn actnbr-hidden> a classactnbr-action actnbr-actn-follow href> svg classgridicon height20 width20 xmlnshttp://www.w3.org/2000/svg viewBox0 0 20 20>path clip-ruleevenodd dm4 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-ruleevenodd>/path>/svg> span>Subscribe/span> /a> a classactnbr-action actnbr-actn-following no-display href> svg classgridicon height20 width20 xmlnshttp://www.w3.org/2000/svg viewBox0 0 20 20>path fill-ruleevenodd clip-ruleevenodd dM16 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 classfollowing-icon-tick dM13.5 16L15.5 18L19 14.5 stroke#008A20 stroke-width1.5>/path>/svg> span>Subscribed/span> /a> div classactnbr-popover tip tip-top-left actnbr-notice idfollow-bubble> div classtip-arrow>/div> div classtip-inner actnbr-follow-bubble> ul> li classactnbr-sitename> a hrefhttps://thegamersworkshop.com> img loadinglazy alt srchttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w50 srcsethttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w50 1x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w75 1.5x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w100 2x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w150 3x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w200 4x classavatar avatar-50 height50 width50 /> The Gamer's Workshop /a> /li> div classactnbr-message no-display>/div> form methodpost actionhttps://subscribe.wordpress.com accept-charsetutf-8 styledisplay: none;> div> input typeemail nameemail placeholderEnter your email address classactnbr-email-field aria-labelEnter your email address /> /div> input typehidden nameaction valuesubscribe /> input typehidden nameblog_id value241484521 /> input typehidden namesource valuehttps://thegamersworkshop.com/ /> input typehidden namesub-type valueactionbar-follow /> input typehidden id_wpnonce name_wpnonce valueaa14c5f6e3 /> div classactnbr-button-wrap> button typesubmit valueSign me up> Sign me up /button> /div> /form> li classactnbr-login-nudge> div> Already have a WordPress.com account? a hrefhttps://wordpress.com/log-in?redirect_tohttps%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fthegamersworkshop.com%252F2025%252F02%252F14%252Fdiablo-4-vs-path-of-exile-2-which-one-is-better%252F>Log in now./a> /div> /li> /ul> /div> /div> /li> li classactnbr-ellipsis actnbr-hidden> svg classgridicon gridicons-ellipsis height24 width24 xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24>g>path dM7 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 classactnbr-popover tip tip-top-left actnbr-more> div classtip-arrow>/div> div classtip-inner> ul> li classactnbr-sitename> a hrefhttps://thegamersworkshop.com> img loadinglazy alt srchttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w50 srcsethttps://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w50 1x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w75 1.5x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w100 2x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w150 3x, https://thegamersworkshop.com/wp-content/uploads/2025/02/cropped-openart-image_zgan6jo7_1738958200912_raw.jpg?w200 4x classavatar avatar-50 height50 width50 /> The Gamer's Workshop /a> /li> li classactnbr-folded-follow> a classactnbr-action actnbr-actn-follow href> svg classgridicon height20 width20 xmlnshttp://www.w3.org/2000/svg viewBox0 0 20 20>path clip-ruleevenodd dm4 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-ruleevenodd>/path>/svg> span>Subscribe/span> /a> a classactnbr-action actnbr-actn-following no-display href> svg classgridicon height20 width20 xmlnshttp://www.w3.org/2000/svg viewBox0 0 20 20>path fill-ruleevenodd clip-ruleevenodd dM16 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 classfollowing-icon-tick dM13.5 16L15.5 18L19 14.5 stroke#008A20 stroke-width1.5>/path>/svg> span>Subscribed/span> /a> /li> li classactnbr-signup>a hrefhttps://wordpress.com/start/>Sign up/a>/li> li classactnbr-login>a hrefhttps://wordpress.com/log-in?redirect_tohttps%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fthegamersworkshop.com%252F2025%252F02%252F14%252Fdiablo-4-vs-path-of-exile-2-which-one-is-better%252F>Log in/a>/li> li classflb-report> a hrefhttps://wordpress.com/abuse/?report_urlhttps://thegamersworkshop.com target_blank relnoopener noreferrer> Report this content /a> /li> li classactnbr-reader> a hrefhttps://wordpress.com/reader/feeds/166596347> View site in Reader /a> /li> li classactnbr-subs> a hrefhttps://subscribe.wordpress.com/>Manage subscriptions/a> /li> li classactnbr-fold>a href>Collapse this bar/a>/li> /ul> /div> /div> /li> /ul> /div> script>window.addEventListener( DOMContentLoaded, function( event ) { var link document.createElement( link ); link.href /wp-content/mu-plugins/actionbar/actionbar.css?v20250116; link.type text/css; link.rel stylesheet; document.head.appendChild( link ); var script document.createElement( script ); script.src /wp-content/mu-plugins/actionbar/actionbar.js?v20250204; document.body.appendChild( script );} );/script> link crossoriginanonymous relstylesheet idall-css-0-2 href/wp-content/blog-plugins/gifting-banner/css/gifting-banner.css?m1704919086i&cssminifyyes typetext/css mediaall />script crossoriginanonymous typetext/javascript src/_static/??/wp-content/blog-plugins/wordads-classes/js/watl-v2.js,/wp-content/mu-plugins/widgets/eu-cookie-law/templates/eu-cookie-law.js?m1760446017j>/script>script idwp-block-template-skip-link-js-after> ( function() { var skipLinkTarget document.querySelector( main ), sibling, skipLinkTargetID, skipLink; // Early exit if a skip-link target cant be located. if ( ! skipLinkTarget ) { return; } /* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling document.querySelector( .wp-site-blocks ); // Early exit if the root element was not found. if ( ! sibling ) { return; } // Get the skip-link targets ID, and generate one if it doesnt exist. skipLinkTargetID skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID wp--skip-link--target; skipLinkTarget.id skipLinkTargetID; } // Create the skip link. skipLink document.createElement( a ); skipLink.classList.add( skip-link, screen-reader-text ); skipLink.id wp-skip-link; skipLink.href # + skipLinkTargetID; skipLink.innerText Skip to content; // Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() ); //# sourceURLwp-block-template-skip-link-js-after/script>script srchttps://s1.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/scripts/hooks/index.min.js?m1768935615i&ver7496969728ca0f95732d idwp-hooks-js>/script>script srchttps://s1.wp.com/wp-content/plugins/gutenberg-core/v22.4.0/build/scripts/i18n/index.min.js?m1768935615i&ver781d11515ad3d91786ec idwp-i18n-js>/script>script idwp-i18n-js-after>wp.i18n.setLocaleData( { text direction\u0004ltr: ltr } );//# sourceURLwp-i18n-js-after/script>script idgifting-banner-js-extra>var gifting_banner {dismiss_days_count:365,checkout_link:https://wordpress.com/checkout/value_bundle/gift/25539645?cancel_to/home,more_info_link:https://wordpress.com/support/gift-a-wordpress-com-subscription/,i18n:{title:Enjoy this site?,subtitle:Gift the author a WordPress.com plan before it expires in 13 days.,button_text:Gift}};//# sourceURLgifting-banner-js-extra/script>script crossoriginanonymous typetext/javascript src/wp-content/blog-plugins/gifting-banner/js/gifting-banner.js?m1702577055i>/script> script typetext/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_sharetrue + &v5; const redirect function () { if ( ! window.open( url, _blank ) ) { location.href url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog wpcom_reblog; })(); /script>script idwp-emoji-settings typeapplication/json>{baseUrl:https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/,ext:.png,svgUrl:https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/,svgExt:.svg,source:{concatemoji:/wp-includes/js/wp-emoji-release.min.js?m1764078722i&ver6.9-RC2-61304}}/script>script typemodule>/*! This file is auto-generated */const aJSON.parse(document.getElementById(wp-emoji-settings).textContent),o(window._wpemojiSettingsa,wpEmojiSettingsSupports),sflag,emoji;function i(e){try{var t{supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);tnew Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const anew Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)>eat)}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var ne.getImageData(16,16,1,1);for(let e0;en.data.length;e++)if(0!n.datae)return!1;return!0}function u(e,t,n,a){switch(t){caseflag:return n(e,\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f,\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f)?!1:!n(e,\ud83c\udde8\ud83c\uddf6,\ud83c\udde8\u200b\ud83c\uddf6)&&!n(e,\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f,\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f);caseemoji:return!a(e,\ud83e\u1fac8)}return!1}function f(e,t,n,a){let r;const o(rundefined!typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement(canvas)).getContext(2d,{willReadFrequently:!0}),s(o.textBaselinetop,o.font600 32px Arial,{});return e.forEach(e>{set(o,e,n,a)}),s}function r(e){var tdocument.createElement(script);t.srce,t.defer!0,document.head.appendChild(t)}a.supports{everything:!0,everythingExceptFlag:!0},new Promise(t>{let nfunction(){try{var eJSON.parse(sessionStorage.getItem(o));if(objecttypeof e&&numbertypeof e.timestamp&&(new Date).valueOf()e.timestamp+604800&&objecttypeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(undefined!typeof Worker&&undefined!typeof OffscreenCanvas&&undefined!typeof URL&&URL.createObjectURL&&undefined!typeof Blob)try{var epostMessage(+f.toString()+(+JSON.stringify(s),u.toString(),c.toString(),p.toString().join(,)+));,anew Blob(e,{type:text/javascript});const rnew Worker(URL.createObjectURL(a),{name:wpTestEmojiSupports});return void(r.onmessagee>{i(ne.data),r.terminate(),t(n)})}catch(e){}i(nf(s,u,c,p))}t(n)}).then(e>{for(const n in e)a.supportsnen,a.supports.everythinga.supports.everything&&a.supportsn,flag!n&&(a.supports.everythingExceptFlaga.supports.everythingExceptFlag&&a.supportsn);var t;a.supports.everythingExceptFlaga.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((ta.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});//# sourceURL/wp-includes/js/wp-emoji-loader.min.js/script>script src//stats.wp.com/w.js?68 defer>/script> script typetext/javascript>_tkq window._tkq || ;_stq window._stq || ;_tkq.push(storeContext, {blog_id:241484521,blog_tz:-7,user_lang:en,blog_lang:en,user_id:0}); // Prevent sending pageview tracking from WP-Admin pages. _stq.push(view, {blog:241484521,v:wpcom,tz:-7,user_id:0,arch_home:1,subd:thegamersworkshop}); _stq.push(extra, {crypt:UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWtpP0NsWnVkPS9sL0ViLndld3BuVT01Uj14Ti1yYTBnX3xuYUQ3Qz1oblZbVHV3MTZ6aj0wcy01aFV6Y1RhRDhuPzkwMncsNm1ad0EldTZtNXh1JSxyYW44MzAxMFBndmg2Wy16eVsyMS1CX1JPV3lTa1M3Wnc/OVJWeG9WJnFBV1E5MCVOVWl+d3RqS2hMYUxIRCUxZV9wc3oweEpPcWFLJnp2LUtdLC1sWDVhbHFZWm82aENyd34vQ1syWlouc2hdTEFoU1EtQnxdW0VZTlM5cHpRW0Q0SyxoLjI2OWY3QUtbdSxsanRCMUljZyxhX35wfDQlVjlRZThsTWpDcXQ9dk9GbXFDOSxxej1jNVEmdnxiRCZfTFVKQ1guW09YTl0vW003LHViZjJRVWxb});_stq.push( clickTrackerInit, 241484521, 0 );/script>noscript>img srchttps://pixel.wp.com/b.gif?vnoscript styleheight:1px;width:1px;overflow:hidden;position:absolute;bottom:1px; alt />/noscript>meta idbilmur propertybilmur:data content data-providerwordpress.com data-servicesimple data-site-tzAmerica/Boise data-custom-props{"logged_in":"0","wptheme":"pub\/vitrum","wptheme_is_block":"1"} > script defer src/wp-content/js/bilmur.min.js?i17&m202604>/script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]