------------------------------------------------------------
commit 64aee24aee0c96eccdbe52e62723ddd6946161cf
Author: ffff:72.234.133.153 <ffff:72.234.133.153@hub.scroll.pub>
Date: Thu Nov 21 00:42:58 2024 +0000
updated index.scroll
diff --git a/index.scroll b/index.scroll
index 4442ed6..30d84e4 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,4 +1,3 @@
buildHtml
-theme roboto
-Hello World my name is
\ No newline at end of file
+existing.html
------------------------------------------------------------
commit f3a4913a6b6de784fed837bcf85a8f62f05d3fc6
Author: ffff:72.234.133.153 <ffff:72.234.133.153@hub.scroll.pub>
Date: Thu Nov 21 00:42:52 2024 +0000
updated existing.html
diff --git a/existing.html b/existing.html
index e69de29..b4a6411 100644
--- a/existing.html
+++ b/existing.html
@@ -0,0 +1,4570 @@
+<!doctype html>
+<html lang="en-US">
+ <head>
+ <meta charset="UTF-8" />
+ <script>
+ if (
+ navigator.userAgent.match(/MSIE|Internet Explorer/i) ||
+ navigator.userAgent.match(/Trident\/7\..*?rv:11/i)
+ ) {
+ var href = document.location.href;
+ if (!href.match(/[?&]nowprocket/)) {
+ if (href.indexOf("?") == -1) {
+ if (href.indexOf("#") == -1) {
+ document.location.href = href + "?nowprocket=1";
+ } else {
+ document.location.href = href.replace("#", "?nowprocket=1#");
+ }
+ } else {
+ if (href.indexOf("#") == -1) {
+ document.location.href = href + "&nowprocket=1";
+ } else {
+ document.location.href = href.replace("#", "&nowprocket=1#");
+ }
+ }
+ }
+ }
+ </script>
+ <script>
+ (() => {
+ class RocketLazyLoadScripts {
+ constructor() {
+ (this.v = "1.2.6"),
+ (this.triggerEvents = [
+ "keydown",
+ "mousedown",
+ "mousemove",
+ "touchmove",
+ "touchstart",
+ "touchend",
+ "wheel",
+ ]),
+ (this.userEventHandler = this.t.bind(this)),
+ (this.touchStartHandler = this.i.bind(this)),
+ (this.touchMoveHandler = this.o.bind(this)),
+ (this.touchEndHandler = this.h.bind(this)),
+ (this.clickHandler = this.u.bind(this)),
+ (this.interceptedClicks = []),
+ (this.interceptedClickListeners = []),
+ this.l(this),
+ window.addEventListener("pageshow", (t) => {
+ (this.persisted = t.persisted),
+ this.everythingLoaded && this.m();
+ }),
+ (this.CSPIssue = sessionStorage.getItem("rocketCSPIssue")),
+ document.addEventListener("securitypolicyviolation", (t) => {
+ this.CSPIssue ||
+ "script-src-elem" !== t.violatedDirective ||
+ "data" !== t.blockedURI ||
+ ((this.CSPIssue = !0),
+ sessionStorage.setItem("rocketCSPIssue", !0));
+ }),
+ document.addEventListener("DOMContentLoaded", () => {
+ this.k();
+ }),
+ (this.delayedScripts = { normal: [], async: [], defer: [] }),
+ (this.trash = []),
+ (this.allJQueries = []);
+ }
+ p(t) {
+ document.hidden
+ ? t.t()
+ : (this.triggerEvents.forEach((e) =>
+ window.addEventListener(e, t.userEventHandler, {
+ passive: !0,
+ }),
+ ),
+ window.addEventListener("touchstart", t.touchStartHandler, {
+ passive: !0,
+ }),
+ window.addEventListener("mousedown", t.touchStartHandler),
+ document.addEventListener(
+ "visibilitychange",
+ t.userEventHandler,
+ ));
+ }
+ _() {
+ this.triggerEvents.forEach((t) =>
+ window.removeEventListener(t, this.userEventHandler, {
+ passive: !0,
+ }),
+ ),
+ document.removeEventListener(
+ "visibilitychange",
+ this.userEventHandler,
+ );
+ }
+ i(t) {
+ "HTML" !== t.target.tagName &&
+ (window.addEventListener("touchend", this.touchEndHandler),
+ window.addEventListener("mouseup", this.touchEndHandler),
+ window.addEventListener("touchmove", this.touchMoveHandler, {
+ passive: !0,
+ }),
+ window.addEventListener("mousemove", this.touchMoveHandler),
+ t.target.addEventListener("click", this.clickHandler),
+ this.L(t.target, !0),
+ this.S(t.target, "onclick", "rocket-onclick"),
+ this.C());
+ }
+ o(t) {
+ window.removeEventListener("touchend", this.touchEndHandler),
+ window.removeEventListener("mouseup", this.touchEndHandler),
+ window.removeEventListener("touchmove", this.touchMoveHandler, {
+ passive: !0,
+ }),
+ window.removeEventListener("mousemove", this.touchMoveHandler),
+ t.target.removeEventListener("click", this.clickHandler),
+ this.L(t.target, !1),
+ this.S(t.target, "rocket-onclick", "onclick"),
+ this.M();
+ }
+ h() {
+ window.removeEventListener("touchend", this.touchEndHandler),
+ window.removeEventListener("mouseup", this.touchEndHandler),
+ window.removeEventListener("touchmove", this.touchMoveHandler, {
+ passive: !0,
+ }),
+ window.removeEventListener("mousemove", this.touchMoveHandler);
+ }
+ u(t) {
+ t.target.removeEventListener("click", this.clickHandler),
+ this.L(t.target, !1),
+ this.S(t.target, "rocket-onclick", "onclick"),
+ this.interceptedClicks.push(t),
+ t.preventDefault(),
+ t.stopPropagation(),
+ t.stopImmediatePropagation(),
+ this.M();
+ }
+ O() {
+ window.removeEventListener("touchstart", this.touchStartHandler, {
+ passive: !0,
+ }),
+ window.removeEventListener("mousedown", this.touchStartHandler),
+ this.interceptedClicks.forEach((t) => {
+ t.target.dispatchEvent(
+ new MouseEvent("click", {
+ view: t.view,
+ bubbles: !0,
+ cancelable: !0,
+ }),
+ );
+ });
+ }
+ l(t) {
+ (EventTarget.prototype.addEventListenerWPRocketBase =
+ EventTarget.prototype.addEventListener),
+ (EventTarget.prototype.addEventListener = function (e, i, o) {
+ "click" !== e ||
+ t.windowLoaded ||
+ i === t.clickHandler ||
+ t.interceptedClickListeners.push({
+ target: this,
+ func: i,
+ options: o,
+ }),
+ (this || window).addEventListenerWPRocketBase(e, i, o);
+ });
+ }
+ L(t, e) {
+ this.interceptedClickListeners.forEach((i) => {
+ i.target === t &&
+ (e
+ ? t.removeEventListener("click", i.func, i.options)
+ : t.addEventListener("click", i.func, i.options));
+ }),
+ t.parentNode !== document.documentElement &&
+ this.L(t.parentNode, e);
+ }
+ D() {
+ return new Promise((t) => {
+ this.P ? (this.M = t) : t();
+ });
+ }
+ C() {
+ this.P = !0;
+ }
+ M() {
+ this.P = !1;
+ }
+ S(t, e, i) {
+ t.hasAttribute &&
+ t.hasAttribute(e) &&
+ (event.target.setAttribute(i, event.target.getAttribute(e)),
+ event.target.removeAttribute(e));
+ }
+ t() {
+ this._(this),
+ "loading" === document.readyState
+ ? document.addEventListener(
+ "DOMContentLoaded",
+ this.R.bind(this),
+ )
+ : this.R();
+ }
+ k() {
+ let t = [];
+ document
+ .querySelectorAll(
+ "script[type=rocketlazyloadscript][data-rocket-src]",
+ )
+ .forEach((e) => {
+ let i = e.getAttribute("data-rocket-src");
+ if (i && !i.startsWith("data:")) {
+ 0 === i.indexOf("//") && (i = location.protocol + i);
+ try {
+ const o = new URL(i).origin;
+ o !== location.origin &&
+ t.push({
+ src: o,
+ crossOrigin:
+ e.crossOrigin ||
+ "module" === e.getAttribute("data-rocket-type"),
+ });
+ } catch (t) {}
+ }
+ }),
+ (t = [...new Map(t.map((t) => [JSON.stringify(t), t])).values()]),
+ this.T(t, "preconnect");
+ }
+ async R() {
+ (this.lastBreath = Date.now()),
+ this.j(this),
+ this.F(this),
+ this.I(),
+ this.W(),
+ this.q(),
+ await this.A(this.delayedScripts.normal),
+ await this.A(this.delayedScripts.defer),
+ await this.A(this.delayedScripts.async);
+ try {
+ await this.U(), await this.H(this), await this.J();
+ } catch (t) {
+ console.error(t);
+ }
+ window.dispatchEvent(new Event("rocket-allScriptsLoaded")),
+ (this.everythingLoaded = !0),
+ this.D().then(() => {
+ this.O();
+ }),
+ this.N();
+ }
+ W() {
+ document
+ .querySelectorAll("script[type=rocketlazyloadscript]")
+ .forEach((t) => {
+ t.hasAttribute("data-rocket-src")
+ ? t.hasAttribute("async") && !1 !== t.async
+ ? this.delayedScripts.async.push(t)
+ : (t.hasAttribute("defer") && !1 !== t.defer) ||
+ "module" === t.getAttribute("data-rocket-type")
+ ? this.delayedScripts.defer.push(t)
+ : this.delayedScripts.normal.push(t)
+ : this.delayedScripts.normal.push(t);
+ });
+ }
+ async B(t) {
+ if (
+ (await this.G(),
+ !0 !== t.noModule || !("noModule" in HTMLScriptElement.prototype))
+ )
+ return new Promise((e) => {
+ let i;
+ function o() {
+ (i || t).setAttribute("data-rocket-status", "executed"), e();
+ }
+ try {
+ if (
+ navigator.userAgent.indexOf("Firefox/") > 0 ||
+ "" === navigator.vendor ||
+ this.CSPIssue
+ )
+ (i = document.createElement("script")),
+ [...t.attributes].forEach((t) => {
+ let e = t.nodeName;
+ "type" !== e &&
+ ("data-rocket-type" === e && (e = "type"),
+ "data-rocket-src" === e && (e = "src"),
+ i.setAttribute(e, t.nodeValue));
+ }),
+ t.text && (i.text = t.text),
+ i.hasAttribute("src")
+ ? (i.addEventListener("load", o),
+ i.addEventListener("error", function () {
+ i.setAttribute(
+ "data-rocket-status",
+ "failed-network",
+ ),
+ e();
+ }),
+ setTimeout(() => {
+ i.isConnected || e();
+ }, 1))
+ : ((i.text = t.text), o()),
+ t.parentNode.replaceChild(i, t);
+ else {
+ const i = t.getAttribute("data-rocket-type"),
+ s = t.getAttribute("data-rocket-src");
+ i
+ ? ((t.type = i), t.removeAttribute("data-rocket-type"))
+ : t.removeAttribute("type"),
+ t.addEventListener("load", o),
+ t.addEventListener("error", (i) => {
+ this.CSPIssue && i.target.src.startsWith("data:")
+ ? (console.log(
+ "WPRocket: data-uri blocked by CSP -> fallback",
+ ),
+ t.removeAttribute("src"),
+ this.B(t).then(e))
+ : (t.setAttribute(
+ "data-rocket-status",
+ "failed-network",
+ ),
+ e());
+ }),
+ s
+ ? (t.removeAttribute("data-rocket-src"), (t.src = s))
+ : (t.src =
+ "data:text/javascript;base64," +
+ window.btoa(unescape(encodeURIComponent(t.text))));
+ }
+ } catch (i) {
+ t.setAttribute("data-rocket-status", "failed-transform"), e();
+ }
+ });
+ t.setAttribute("data-rocket-status", "skipped");
+ }
+ async A(t) {
+ const e = t.shift();
+ return e && e.isConnected
+ ? (await this.B(e), this.A(t))
+ : Promise.resolve();
+ }
+ q() {
+ this.T(
+ [
+ ...this.delayedScripts.normal,
+ ...this.delayedScripts.defer,
+ ...this.delayedScripts.async,
+ ],
+ "preload",
+ );
+ }
+ T(t, e) {
+ var i = document.createDocumentFragment();
+ t.forEach((t) => {
+ const o =
+ (t.getAttribute && t.getAttribute("data-rocket-src")) || t.src;
+ if (o && !o.startsWith("data:")) {
+ const s = document.createElement("link");
+ (s.href = o),
+ (s.rel = e),
+ "preconnect" !== e && (s.as = "script"),
+ t.getAttribute &&
+ "module" === t.getAttribute("data-rocket-type") &&
+ (s.crossOrigin = !0),
+ t.crossOrigin && (s.crossOrigin = t.crossOrigin),
+ t.integrity && (s.integrity = t.integrity),
+ i.appendChild(s),
+ this.trash.push(s);
+ }
+ }),
+ document.head.appendChild(i);
+ }
+ j(t) {
+ let e = {};
+ function i(i, o) {
+ return e[o].eventsToRewrite.indexOf(i) >= 0 && !t.everythingLoaded
+ ? "rocket-" + i
+ : i;
+ }
+ function o(t, o) {
+ !(function (t) {
+ e[t] ||
+ ((e[t] = {
+ originalFunctions: {
+ add: t.addEventListener,
+ remove: t.removeEventListener,
+ },
+ eventsToRewrite: [],
+ }),
+ (t.addEventListener = function () {
+ (arguments[0] = i(arguments[0], t)),
+ e[t].originalFunctions.add.apply(t, arguments);
+ }),
+ (t.removeEventListener = function () {
+ (arguments[0] = i(arguments[0], t)),
+ e[t].originalFunctions.remove.apply(t, arguments);
+ }));
+ })(t),
+ e[t].eventsToRewrite.push(o);
+ }
+ function s(e, i) {
+ let o = e[i];
+ (e[i] = null),
+ Object.defineProperty(e, i, {
+ get: () => o || function () {},
+ set(s) {
+ t.everythingLoaded ? (o = s) : (e["rocket" + i] = o = s);
+ },
+ });
+ }
+ o(document, "DOMContentLoaded"),
+ o(window, "DOMContentLoaded"),
+ o(window, "load"),
+ o(window, "pageshow"),
+ o(document, "readystatechange"),
+ s(document, "onreadystatechange"),
+ s(window, "onload"),
+ s(window, "onpageshow");
+ try {
+ Object.defineProperty(document, "readyState", {
+ get: () => t.rocketReadyState,
+ set(e) {
+ t.rocketReadyState = e;
+ },
+ configurable: !0,
+ }),
+ (document.readyState = "loading");
+ } catch (t) {
+ console.log("WPRocket DJE readyState conflict, bypassing");
+ }
+ }
+ F(t) {
+ let e;
+ function i(e) {
+ return t.everythingLoaded
+ ? e
+ : e
+ .split(" ")
+ .map((t) =>
+ "load" === t || 0 === t.indexOf("load.")
+ ? "rocket-jquery-load"
+ : t,
+ )
+ .join(" ");
+ }
+ function o(o) {
+ function s(t) {
+ const e = o.fn[t];
+ o.fn[t] = o.fn.init.prototype[t] = function () {
+ return (
+ this[0] === window &&
+ ("string" == typeof arguments[0] ||
+ arguments[0] instanceof String
+ ? (arguments[0] = i(arguments[0]))
+ : "object" == typeof arguments[0] &&
+ Object.keys(arguments[0]).forEach((t) => {
+ const e = arguments[0][t];
+ delete arguments[0][t], (arguments[0][i(t)] = e);
+ })),
+ e.apply(this, arguments),
+ this
+ );
+ };
+ }
+ o &&
+ o.fn &&
+ !t.allJQueries.includes(o) &&
+ ((o.fn.ready = o.fn.init.prototype.ready =
+ function (e) {
+ return (
+ t.domReadyFired
+ ? e.bind(document)(o)
+ : document.addEventListener(
+ "rocket-DOMContentLoaded",
+ () => e.bind(document)(o),
+ ),
+ o([])
+ );
+ }),
+ s("on"),
+ s("one"),
+ t.allJQueries.push(o)),
+ (e = o);
+ }
+ o(window.jQuery),
+ Object.defineProperty(window, "jQuery", {
+ get: () => e,
+ set(t) {
+ o(t);
+ },
+ });
+ }
+ async H(t) {
+ const e = document.querySelector("script[data-webpack]");
+ e &&
+ (await (async function () {
+ return new Promise((t) => {
+ e.addEventListener("load", t), e.addEventListener("error", t);
+ });
+ })(),
+ await t.K(),
+ await t.H(t));
+ }
+ async U() {
+ this.domReadyFired = !0;
+ try {
+ document.readyState = "interactive";
+ } catch (t) {}
+ await this.G(),
+ document.dispatchEvent(new Event("rocket-readystatechange")),
+ await this.G(),
+ document.rocketonreadystatechange &&
+ document.rocketonreadystatechange(),
+ await this.G(),
+ document.dispatchEvent(new Event("rocket-DOMContentLoaded")),
+ await this.G(),
+ window.dispatchEvent(new Event("rocket-DOMContentLoaded"));
+ }
+ async J() {
+ try {
+ document.readyState = "complete";
+ } catch (t) {}
+ await this.G(),
+ document.dispatchEvent(new Event("rocket-readystatechange")),
+ await this.G(),
+ document.rocketonreadystatechange &&
+ document.rocketonreadystatechange(),
+ await this.G(),
+ window.dispatchEvent(new Event("rocket-load")),
+ await this.G(),
+ window.rocketonload && window.rocketonload(),
+ await this.G(),
+ this.allJQueries.forEach((t) =>
+ t(window).trigger("rocket-jquery-load"),
+ ),
+ await this.G();
+ const t = new Event("rocket-pageshow");
+ (t.persisted = this.persisted),
+ window.dispatchEvent(t),
+ await this.G(),
+ window.rocketonpageshow &&
+ window.rocketonpageshow({ persisted: this.persisted }),
+ (this.windowLoaded = !0);
+ }
+ m() {
+ document.onreadystatechange && document.onreadystatechange(),
+ window.onload && window.onload(),
+ window.onpageshow &&
+ window.onpageshow({ persisted: this.persisted });
+ }
+ I() {
+ const t = new Map();
+ document.write = document.writeln = function (e) {
+ const i = document.currentScript;
+ i ||
+ console.error("WPRocket unable to document.write this: " + e);
+ const o = document.createRange(),
+ s = i.parentElement;
+ let n = t.get(i);
+ void 0 === n && ((n = i.nextSibling), t.set(i, n));
+ const c = document.createDocumentFragment();
+ o.setStart(c, 0),
+ c.appendChild(o.createContextualFragment(e)),
+ s.insertBefore(c, n);
+ };
+ }
+ async G() {
+ Date.now() - this.lastBreath > 45 &&
+ (await this.K(), (this.lastBreath = Date.now()));
+ }
+ async K() {
+ return document.hidden
+ ? new Promise((t) => setTimeout(t))
+ : new Promise((t) => requestAnimationFrame(t));
+ }
+ N() {
+ this.trash.forEach((t) => t.remove());
+ }
+ static run() {
+ const t = new RocketLazyLoadScripts();
+ t.p(t);
+ }
+ }
+ RocketLazyLoadScripts.run();
+ })();
+ </script>
+
+ <meta
+ name="robots"
+ content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
+ />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <!-- This site is optimized with the Yoast SEO plugin v23.9 - https://yoast.com/wordpress/plugins/seo/ -->
+ <title>Nick Gray</title>
+ <style id="wpr-usedcss">
+ 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: 0 0 !important;
+ padding: 0 !important;
+ }
+ :where(.wp-block-button__link) {
+ border-radius: 9999px;
+ box-shadow: none;
+ padding: calc(0.667em + 2px) calc(1.333em + 2px);
+ text-decoration: none;
+ }
+ :root :where(.wp-block-button .wp-block-button__link.is-style-outline),
+ :root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
+ border: 2px solid;
+ padding: 0.667em 1.333em;
+ }
+ :root
+ :where(
+ .wp-block-button
+ .wp-block-button__link.is-style-outline:not(.has-text-color)
+ ),
+ :root
+ :where(
+ .wp-block-button.is-style-outline
+ > .wp-block-button__link:not(.has-text-color)
+ ) {
+ color: currentColor;
+ }
+ :root
+ :where(
+ .wp-block-button
+ .wp-block-button__link.is-style-outline:not(.has-background)
+ ),
+ :root
+ :where(
+ .wp-block-button.is-style-outline
+ > .wp-block-button__link:not(.has-background)
+ ) {
+ background-color: initial;
+ background-image: none;
+ }
+ :where(.wp-block-calendar table:not(.has-background) th) {
+ background: #ddd;
+ }
+ :where(.wp-block-columns) {
+ margin-bottom: 1.75em;
+ }
+ :where(.wp-block-columns.has-background) {
+ padding: 1.25em 2.375em;
+ }
+ :where(.wp-block-post-comments input[type="submit"]) {
+ border: none;
+ }
+ :where(.wp-block-cover-image:not(.has-text-color)),
+ :where(.wp-block-cover:not(.has-text-color)) {
+ color: #fff;
+ }
+ :where(.wp-block-cover-image.is-light:not(.has-text-color)),
+ :where(.wp-block-cover.is-light:not(.has-text-color)) {
+ color: #000;
+ }
+ :root :where(.wp-block-cover h1:not(.has-text-color)),
+ :root :where(.wp-block-cover h2:not(.has-text-color)),
+ :root :where(.wp-block-cover h3:not(.has-text-color)),
+ :root :where(.wp-block-cover h4:not(.has-text-color)),
+ :root :where(.wp-block-cover h5:not(.has-text-color)),
+ :root :where(.wp-block-cover h6:not(.has-text-color)),
+ :root :where(.wp-block-cover p:not(.has-text-color)) {
+ color: inherit;
+ }
+ :where(.wp-block-file) {
+ margin-bottom: 1.5em;
+ }
+ :where(.wp-block-file__button) {
+ border-radius: 2em;
+ display: inline-block;
+ padding: 0.5em 1em;
+ }
+ :where(.wp-block-file__button):is(a):active,
+ :where(.wp-block-file__button):is(a):focus,
+ :where(.wp-block-file__button):is(a):hover,
+ :where(.wp-block-file__button):is(a):visited {
+ box-shadow: none;
+ color: #fff;
+ opacity: 0.85;
+ text-decoration: none;
+ }
+ :where(.wp-block-group.wp-block-group-is-layout-constrained) {
+ position: relative;
+ }
+ .wp-block-image img {
+ box-sizing: border-box;
+ height: auto;
+ max-width: 100%;
+ vertical-align: bottom;
+ }
+ .wp-block-image[style*="border-radius"] img,
+ .wp-block-image[style*="border-radius"] > a {
+ border-radius: inherit;
+ }
+ .wp-block-image :where(figcaption) {
+ margin-bottom: 1em;
+ margin-top: 0.5em;
+ }
+ :root
+ :where(
+ .wp-block-image.is-style-rounded img,
+ .wp-block-image .is-style-rounded img
+ ) {
+ border-radius: 9999px;
+ }
+ .wp-block-image figure {
+ margin: 0;
+ }
+ :where(
+ .wp-block-latest-comments:not(
+ [style*="line-height"] .wp-block-latest-comments__comment
+ )
+ ) {
+ line-height: 1.1;
+ }
+ :where(
+ .wp-block-latest-comments:not(
+ [style*="line-height"]
+ .wp-block-latest-comments__comment-excerpt
+ p
+ )
+ ) {
+ line-height: 1.8;
+ }
+ :root :where(.wp-block-latest-posts.is-grid) {
+ padding: 0;
+ }
+ :root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
+ padding-left: 0;
+ }
+ ul {
+ box-sizing: border-box;
+ }
+ :root :where(ul.has-background, ol.has-background) {
+ padding: 1.25em 2.375em;
+ }
+ :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: 0.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: 0.5em 1em;
+ }
+ :root :where(p.has-background) {
+ padding: 1.25em 2.375em;
+ }
+ :where(p.has-text-color:not(.has-link-color)) a {
+ color: inherit;
+ }
+ :where(.wp-block-post-comments-form) input:not([type="submit"]),
+ :where(.wp-block-post-comments-form) textarea {
+ border: 1px solid #949494;
+ font-family: inherit;
+ font-size: 1em;
+ }
+ :where(.wp-block-post-comments-form)
+ input:where(:not([type="submit"]):not([type="checkbox"])),
+ :where(.wp-block-post-comments-form) textarea {
+ padding: calc(0.667em + 2px);
+ }
+ :where(.wp-block-post-excerpt) {
+ margin-bottom: var(--wp--style--block-gap);
+ margin-top: var(--wp--style--block-gap);
+ }
+ :where(.wp-block-preformatted.has-background) {
+ padding: 1.25em 2.375em;
+ }
+ :where(.wp-block-search__button) {
+ border: 1px solid #ccc;
+ padding: 6px 10px;
+ }
+ :where(.wp-block-search__input) {
+ font-family: inherit;
+ font-size: inherit;
+ font-style: inherit;
+ font-weight: inherit;
+ letter-spacing: inherit;
+ line-height: inherit;
+ text-transform: inherit;
+ }
+ :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
+ border: 1px solid #949494;
+ box-sizing: border-box;
+ padding: 4px;
+ }
+ :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
+ .wp-block-search__input {
+ border: none;
+ border-radius: 0;
+ padding: 0 4px;
+ }
+ :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
+ .wp-block-search__input:focus {
+ outline: 0;
+ }
+ :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
+ :where(.wp-block-search__button) {
+ padding: 4px 8px;
+ }
+ :root :where(.wp-block-separator.is-style-dots) {
+ height: auto;
+ line-height: 1;
+ text-align: center;
+ }
+ :root :where(.wp-block-separator.is-style-dots):before {
+ color: currentColor;
+ content: "···";
+ font-family: serif;
+ font-size: 1.5em;
+ letter-spacing: 2em;
+ padding-left: 2em;
+ }
+ :root :where(.wp-block-site-logo.is-style-rounded) {
+ border-radius: 9999px;
+ }
+ :root :where(.wp-block-site-title a) {
+ color: inherit;
+ }
+ .wp-block-social-links {
+ background: 0 0;
+ box-sizing: border-box;
+ margin-left: 0;
+ padding-left: 0;
+ padding-right: 0;
+ text-indent: 0;
+ }
+ .wp-block-social-links .wp-social-link a,
+ .wp-block-social-links .wp-social-link a:hover {
+ border-bottom: 0;
+ box-shadow: none;
+ text-decoration: none;
+ }
+ .wp-block-social-links .wp-social-link svg {
+ height: 1em;
+ width: 1em;
+ }
+ .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
+ font-size: 0.65em;
+ margin-left: 0.5em;
+ margin-right: 0.5em;
+ }
+ .wp-block-social-links {
+ font-size: 24px;
+ }
+ .wp-block-social-link {
+ border-radius: 9999px;
+ display: block;
+ height: auto;
+ transition: transform 0.1s ease;
+ }
+ @media (prefers-reduced-motion: reduce) {
+ .wp-block-social-link {
+ transition-delay: 0s;
+ transition-duration: 0s;
+ }
+ }
+ .wp-block-social-link a {
+ align-items: center;
+ display: flex;
+ line-height: 0;
+ transition: transform 0.1s ease;
+ }
+ .wp-block-social-link:hover {
+ transform: scale(1.1);
+ }
+ .wp-block-social-links .wp-block-social-link.wp-social-link {
+ display: inline-block;
+ margin: 0;
+ padding: 0;
+ }
+ .wp-block-social-links
+ .wp-block-social-link.wp-social-link
+ .wp-block-social-link-anchor,
+ .wp-block-social-links
+ .wp-block-social-link.wp-social-link
+ .wp-block-social-link-anchor
+ svg,
+ .wp-block-social-links
+ .wp-block-social-link.wp-social-link
+ .wp-block-social-link-anchor:active,
+ .wp-block-social-links
+ .wp-block-social-link.wp-social-link
+ .wp-block-social-link-anchor:hover,
+ .wp-block-social-links
+ .wp-block-social-link.wp-social-link
+ .wp-block-social-link-anchor:visited {
+ color: currentColor;
+ fill: currentColor;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
+ background-color: #f0f0f0;
+ color: #444;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-amazon {
+ background-color: #f90;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-bandcamp {
+ background-color: #1ea0c3;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-behance {
+ background-color: #0757fe;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-bluesky {
+ background-color: #0a7aff;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-codepen {
+ background-color: #1e1f26;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-deviantart {
+ background-color: #02e49b;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-dribbble {
+ background-color: #e94c89;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-dropbox {
+ background-color: #4280ff;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-etsy {
+ background-color: #f45800;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-facebook {
+ background-color: #1778f2;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-fivehundredpx {
+ background-color: #000;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-flickr {
+ background-color: #0461dd;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-foursquare {
+ background-color: #e65678;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-github {
+ background-color: #24292d;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-goodreads {
+ background-color: #eceadd;
+ color: #382110;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-google {
+ background-color: #ea4434;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-gravatar {
+ background-color: #1d4fc4;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-instagram {
+ background-color: #f00075;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-lastfm {
+ background-color: #e21b24;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-linkedin {
+ background-color: #0d66c2;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-mastodon {
+ background-color: #3288d4;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-medium {
+ background-color: #000;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-meetup {
+ background-color: #f6405f;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-patreon {
+ background-color: #000;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-pinterest {
+ background-color: #e60122;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-pocket {
+ background-color: #ef4155;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-reddit {
+ background-color: #ff4500;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-skype {
+ background-color: #0478d7;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-snapchat {
+ background-color: #fefc00;
+ color: #fff;
+ stroke: #000;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-soundcloud {
+ background-color: #ff5600;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-spotify {
+ background-color: #1bd760;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-telegram {
+ background-color: #2aabee;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-threads {
+ background-color: #000;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-tiktok {
+ background-color: #000;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-tumblr {
+ background-color: #011835;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-twitch {
+ background-color: #6440a4;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-twitter {
+ background-color: #1da1f2;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-vimeo {
+ background-color: #1eb7ea;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-vk {
+ background-color: #4680c2;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-wordpress {
+ background-color: #3499cd;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-whatsapp {
+ background-color: #25d366;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-x {
+ background-color: #000;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-yelp {
+ background-color: #d32422;
+ color: #fff;
+ }
+ :where(.wp-block-social-links:not(.is-style-logos-only))
+ .wp-social-link-youtube {
+ background-color: red;
+ color: #fff;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
+ background: 0 0;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
+ height: 1.25em;
+ width: 1.25em;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-amazon {
+ color: #f90;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-bandcamp {
+ color: #1ea0c3;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-behance {
+ color: #0757fe;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-bluesky {
+ color: #0a7aff;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-codepen {
+ color: #1e1f26;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-deviantart {
+ color: #02e49b;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-dribbble {
+ color: #e94c89;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-dropbox {
+ color: #4280ff;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
+ color: #f45800;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-facebook {
+ color: #1778f2;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-fivehundredpx {
+ color: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-flickr {
+ color: #0461dd;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-foursquare {
+ color: #e65678;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-github {
+ color: #24292d;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-goodreads {
+ color: #382110;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-google {
+ color: #ea4434;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-gravatar {
+ color: #1d4fc4;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-instagram {
+ color: #f00075;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-lastfm {
+ color: #e21b24;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-linkedin {
+ color: #0d66c2;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-mastodon {
+ color: #3288d4;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-medium {
+ color: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-meetup {
+ color: #f6405f;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-patreon {
+ color: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-pinterest {
+ color: #e60122;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-pocket {
+ color: #ef4155;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-reddit {
+ color: #ff4500;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
+ color: #0478d7;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-snapchat {
+ color: #fff;
+ stroke: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-soundcloud {
+ color: #ff5600;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-spotify {
+ color: #1bd760;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-telegram {
+ color: #2aabee;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-threads {
+ color: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-tiktok {
+ color: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-tumblr {
+ color: #011835;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-twitch {
+ color: #6440a4;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-twitter {
+ color: #1da1f2;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
+ color: #1eb7ea;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
+ color: #4680c2;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-whatsapp {
+ color: #25d366;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-wordpress {
+ color: #3499cd;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
+ color: #000;
+ }
+ :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
+ color: #d32422;
+ }
+ :where(.wp-block-social-links.is-style-logos-only)
+ .wp-social-link-youtube {
+ color: red;
+ }
+ :root :where(.wp-block-social-links .wp-social-link a) {
+ padding: 0.25em;
+ }
+ :root
+ :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
+ padding: 0;
+ }
+ :root
+ :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
+ padding-left: 0.66667em;
+ padding-right: 0.66667em;
+ }
+ :root :where(.wp-block-tag-cloud.is-style-outline) {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 1ch;
+ }
+ :root :where(.wp-block-tag-cloud.is-style-outline a) {
+ border: 1px solid;
+ font-size: unset !important;
+ margin-right: 0;
+ padding: 1ch 2ch;
+ text-decoration: none !important;
+ }
+ :where(.wp-block-term-description) {
+ margin-bottom: var(--wp--style--block-gap);
+ margin-top: var(--wp--style--block-gap);
+ }
+ :where(pre.wp-block-verse) {
+ font-family: inherit;
+ }
+ .entry-content {
+ counter-reset: footnotes;
+ }
+ :root {
+ --wp--preset--font-size--normal: 16px;
+ --wp--preset--font-size--huge: 42px;
+ }
+ .has-text-align-left {
+ text-align: left;
+ }
+ .screen-reader-text {
+ border: 0;
+ clip: rect(1px, 1px, 1px, 1px);
+ clip-path: inset(50%);
+ height: 1px;
+ margin: -1px;
+ overflow: hidden;
+ padding: 0;
+ position: absolute;
+ width: 1px;
+ word-wrap: normal !important;
+ }
+ .screen-reader-text:focus {
+ background-color: #ddd;
+ clip: auto !important;
+ 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(img[class*="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;
+ }
+ }
+ form.formkit-form[data-format="inline"] {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 20px;
+ }
+ @media only screen and (min-width: 482px) {
+ form.formkit-form[data-format="inline"] {
+ margin-bottom: 30px;
+ }
+ }
+ :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--contrast: var(--contrast);
+ --wp--preset--color--contrast-2: var(--contrast-2);
+ --wp--preset--color--contrast-3: var(--contrast-3);
+ --wp--preset--color--base: var(--base);
+ --wp--preset--color--base-2: var(--base-2);
+ --wp--preset--color--base-3: var(--base-3);
+ --wp--preset--color--accent: var(--accent);
+ --wp--preset--color--accent-2: var(--accent-2);
+ --wp--preset--color--global-color-9: var(--global-color-9);
+ --wp--preset--color--global-color-10: var(--global-color-10);
+ --wp--preset--color--global-color-11: var(--global-color-11);
+ --wp--preset--color--global-color-12: var(--global-color-12);
+ --wp--preset--color--global-color-13: var(--global-color-13);
+ --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
+ 135deg,
+ rgba(6, 147, 227, 1) 0%,
+ rgb(155, 81, 224) 100%
+ );
+ --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
+ 135deg,
+ rgb(122, 220, 180) 0%,
+ rgb(0, 208, 130) 100%
+ );
+ --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
+ 135deg,
+ rgba(252, 185, 0, 1) 0%,
+ rgba(255, 105, 0, 1) 100%
+ );
+ --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
+ 135deg,
+ rgba(255, 105, 0, 1) 0%,
+ rgb(207, 46, 46) 100%
+ );
+ --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
+ 135deg,
+ rgb(238, 238, 238) 0%,
+ rgb(169, 184, 195) 100%
+ );
+ --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
+ 135deg,
+ rgb(74, 234, 220) 0%,
+ rgb(151, 120, 209) 20%,
+ rgb(207, 42, 186) 40%,
+ rgb(238, 44, 130) 60%,
+ rgb(251, 105, 98) 80%,
+ rgb(254, 248, 76) 100%
+ );
+ --wp--preset--gradient--blush-light-purple: linear-gradient(
+ 135deg,
+ rgb(255, 206, 236) 0%,
+ rgb(152, 150, 240) 100%
+ );
+ --wp--preset--gradient--blush-bordeaux: linear-gradient(
+ 135deg,
+ rgb(254, 205, 165) 0%,
+ rgb(254, 45, 45) 50%,
+ rgb(107, 0, 62) 100%
+ );
+ --wp--preset--gradient--luminous-dusk: linear-gradient(
+ 135deg,
+ rgb(255, 203, 112) 0%,
+ rgb(199, 81, 192) 50%,
+ rgb(65, 88, 208) 100%
+ );
+ --wp--preset--gradient--pale-ocean: linear-gradient(
+ 135deg,
+ rgb(255, 245, 203) 0%,
+ rgb(182, 227, 212) 50%,
+ rgb(51, 167, 181) 100%
+ );
+ --wp--preset--gradient--electric-grass: linear-gradient(
+ 135deg,
+ rgb(202, 248, 128) 0%,
+ rgb(113, 206, 126) 100%
+ );
+ --wp--preset--gradient--midnight: linear-gradient(
+ 135deg,
+ rgb(2, 3, 129) 0%,
+ rgb(40, 116, 252) 100%
+ );
+ --wp--preset--font-size--small: 13px;
+ --wp--preset--font-size--medium: 20px;
+ --wp--preset--font-size--large: 36px;
+ --wp--preset--font-size--x-large: 42px;
+ --wp--preset--spacing--20: 0.44rem;
+ --wp--preset--spacing--30: 0.67rem;
+ --wp--preset--spacing--40: 1rem;
+ --wp--preset--spacing--50: 1.5rem;
+ --wp--preset--spacing--60: 2.25rem;
+ --wp--preset--spacing--70: 3.38rem;
+ --wp--preset--spacing--80: 5.06rem;
+ --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
+ --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
+ --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
+ --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
+ 6px 6px rgba(0, 0, 0, 1);
+ --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
+ }
+ :where(.is-layout-flex) {
+ gap: 0.5em;
+ }
+ :where(.is-layout-grid) {
+ gap: 0.5em;
+ }
+ body .is-layout-flex {
+ display: flex;
+ }
+ .is-layout-flex {
+ flex-wrap: wrap;
+ align-items: center;
+ }
+ .is-layout-flex > :is(*, div) {
+ margin: 0;
+ }
+ :where(.wp-block-post-template.is-layout-flex) {
+ gap: 1.25em;
+ }
+ :where(.wp-block-post-template.is-layout-grid) {
+ gap: 1.25em;
+ }
+ :where(.wp-block-columns.is-layout-flex) {
+ gap: 2em;
+ }
+ :where(.wp-block-columns.is-layout-grid) {
+ gap: 2em;
+ }
+ :root :where(.wp-block-pullquote) {
+ font-size: 1.5em;
+ line-height: 1.6;
+ }
+ .screen-reader-text {
+ clip: rect(1px, 1px, 1px, 1px);
+ position: absolute !important;
+ }
+ .screen-reader-text:active,
+ .screen-reader-text:focus,
+ .screen-reader-text:hover {
+ background-color: #f1f1f1;
+ border-radius: 3px;
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+ clip: auto !important;
+ color: #21759b;
+ display: block;
+ font-size: 14px;
+ font-weight: 700;
+ height: auto;
+ left: 5px;
+ line-height: normal;
+ padding: 15px 23px 14px;
+ text-decoration: none;
+ top: 5px;
+ width: auto;
+ z-index: 100000;
+ }
+ .footer-widgets-container {
+ padding: 40px;
+ }
+ .inside-footer-widgets {
+ display: flex;
+ }
+ .inside-footer-widgets > div {
+ flex: 1 1 0;
+ }
+ .site-footer .footer-widgets-container .inner-padding {
+ padding: 0 0 0 40px;
+ }
+ .site-footer .footer-widgets-container .inside-footer-widgets {
+ margin-left: -40px;
+ }
+ .footer-bar-active .footer-bar .widget {
+ padding: 0;
+ }
+ .footer-bar-align-right .copyright-bar {
+ order: -20;
+ margin-right: auto;
+ }
+ .site-footer:not(.footer-bar-active) .copyright-bar {
+ margin: 0 auto;
+ }
+ @media (max-width: 768px) {
+ .inside-footer-widgets {
+ flex-direction: column;
+ }
+ .inside-footer-widgets > div:not(:last-child) {
+ margin-bottom: 40px;
+ }
+ .site-footer
+ .footer-widgets
+ .footer-widgets-container
+ .inside-footer-widgets {
+ margin: 0;
+ }
+ .site-footer .footer-widgets .footer-widgets-container .inner-padding {
+ padding: 0;
+ }
+ .footer-bar-active .inside-site-info {
+ flex-direction: column;
+ }
+ .footer-bar-active .footer-bar {
+ margin-bottom: 10px;
+ }
+ .footer-bar-align-right .copyright-bar {
+ order: unset;
+ margin-right: 0;
+ }
+ }
+ body,
+ fieldset,
+ figure,
+ h2,
+ h4,
+ html,
+ iframe,
+ legend,
+ li,
+ p,
+ textarea,
+ ul {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ }
+ html {
+ font-family: sans-serif;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+ main {
+ display: block;
+ }
+ progress {
+ vertical-align: baseline;
+ }
+ html {
+ box-sizing: border-box;
+ }
+ *,
+ ::after,
+ ::before {
+ box-sizing: inherit;
+ }
+ button,
+ input,
+ optgroup,
+ select,
+ textarea {
+ font-family: inherit;
+ font-size: 100%;
+ margin: 0;
+ }
+ [type="search"] {
+ -webkit-appearance: textfield;
+ outline-offset: -2px;
+ }
+ [type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+ }
+ ::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+ }
+ body,
+ button,
+ input,
+ select,
+ textarea {
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-weight: 400;
+ text-transform: none;
+ font-size: 17px;
+ line-height: 1.5;
+ }
+ p {
+ margin-bottom: 1.5em;
+ }
+ h2,
+ h4 {
+ font-family: inherit;
+ font-size: 100%;
+ font-style: inherit;
+ font-weight: inherit;
+ }
+ table {
+ border: 1px solid rgba(0, 0, 0, 0.1);
+ }
+ table {
+ border-collapse: separate;
+ border-spacing: 0;
+ border-width: 1px 0 0 1px;
+ margin: 0 0 1.5em;
+ width: 100%;
+ }
+ fieldset {
+ padding: 0;
+ border: 0;
+ min-width: inherit;
+ }
+ fieldset legend {
+ padding: 0;
+ margin-bottom: 1.5em;
+ }
+ h2 {
+ font-size: 35px;
+ margin-bottom: 20px;
+ line-height: 1.2em;
+ font-weight: 400;
+ text-transform: none;
+ }
+ h4 {
+ font-size: 24px;
+ }
+ h4 {
+ margin-bottom: 20px;
+ }
+ ul {
+ margin: 0 0 1.5em 3em;
+ }
+ ul {
+ list-style: disc;
+ }
+ li > ul {
+ margin-bottom: 0;
+ margin-left: 1.5em;
+ }
+ strong {
+ font-weight: 700;
+ }
+ em {
+ font-style: italic;
+ }
+ address {
+ margin: 0 0 1.5em;
+ }
+ figure {
+ margin: 0;
+ }
+ table {
+ margin: 0 0 1.5em;
+ width: 100%;
+ }
+ img {
+ height: auto;
+ max-width: 100%;
+ }
+ button,
+ input[type="button"],
+ input[type="submit"] {
+ background: #55555e;
+ color: #fff;
+ border: 1px solid transparent;
+ cursor: pointer;
+ -webkit-appearance: button;
+ padding: 10px 20px;
+ }
+ input[type="email"],
+ input[type="number"],
+ input[type="search"],
+ input[type="text"],
+ input[type="url"],
+ select,
+ textarea {
+ border: 1px solid;
+ border-radius: 0;
+ padding: 10px 15px;
+ max-width: 100%;
+ }
+ textarea {
+ width: 100%;
+ }
+ a,
+ button,
+ input {
+ transition:
+ color 0.1s ease-in-out,
+ background-color 0.1s ease-in-out;
+ }
+ a {
+ text-decoration: none;
+ }
+ .button {
+ padding: 10px 20px;
+ display: inline-block;
+ }
+ .using-mouse :focus {
+ outline: 0;
+ }
+ .using-mouse ::-moz-focus-inner {
+ border: 0;
+ }
+ .size-full,
+ .size-large {
+ max-width: 100%;
+ height: auto;
+ }
+ .screen-reader-text {
+ border: 0;
+ clip: rect(1px, 1px, 1px, 1px);
+ -webkit-clip-path: inset(50%);
+ clip-path: inset(50%);
+ height: 1px;
+ margin: -1px;
+ overflow: hidden;
+ padding: 0;
+ position: absolute !important;
+ width: 1px;
+ word-wrap: normal !important;
+ }
+ .screen-reader-text:focus {
+ background-color: #f1f1f1;
+ border-radius: 3px;
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+ clip: auto !important;
+ -webkit-clip-path: none;
+ clip-path: none;
+ color: #21759b;
+ display: block;
+ font-size: 0.875rem;
+ font-weight: 700;
+ height: auto;
+ left: 5px;
+ line-height: normal;
+ padding: 15px 23px 14px;
+ text-decoration: none;
+ top: 5px;
+ width: auto;
+ z-index: 100000;
+ }
+ #primary[tabindex="-1"]:focus {
+ outline: 0;
+ }
+ .main-navigation {
+ z-index: 100;
+ padding: 0;
+ clear: both;
+ display: block;
+ }
+ .main-navigation a {
+ display: block;
+ text-decoration: none;
+ font-weight: 400;
+ text-transform: none;
+ font-size: 15px;
+ }
+ .main-navigation ul {
+ list-style: none;
+ margin: 0;
+ padding-left: 0;
+ }
+ .main-navigation .main-nav ul li a {
+ padding-left: 20px;
+ padding-right: 20px;
+ line-height: 60px;
+ }
+ .inside-navigation {
+ position: relative;
+ }
+ .main-navigation .inside-navigation {
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ }
+ .main-navigation .main-nav > ul {
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+ .main-navigation li {
+ position: relative;
+ }
+ .main-navigation .menu-bar-items {
+ display: flex;
+ align-items: center;
+ font-size: 15px;
+ }
+ .main-navigation .menu-bar-items a {
+ color: inherit;
+ }
+ .main-navigation .menu-bar-item {
+ position: relative;
+ }
+ .main-navigation .menu-bar-item.search-item {
+ z-index: 20;
+ }
+ .main-navigation .menu-bar-item > a {
+ padding-left: 20px;
+ padding-right: 20px;
+ line-height: 60px;
+ }
+ .nav-align-right .inside-navigation {
+ justify-content: flex-end;
+ }
+ .main-navigation ul ul {
+ display: block;
+ box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
+ float: left;
+ position: absolute;
+ left: -99999px;
+ opacity: 0;
+ z-index: 99999;
+ width: 200px;
+ text-align: left;
+ top: auto;
+ transition: opacity 80ms linear;
+ transition-delay: 0s;
+ pointer-events: none;
+ height: 0;
+ overflow: hidden;
+ }
+ .main-navigation ul ul a {
+ display: block;
+ }
+ .main-navigation ul ul li {
+ width: 100%;
+ }
+ .main-navigation .main-nav ul ul li a {
+ line-height: normal;
+ padding: 10px 20px;
+ font-size: 14px;
+ }
+ .main-navigation .main-nav ul li.menu-item-has-children > a {
+ padding-right: 0;
+ position: relative;
+ }
+ .main-navigation.sub-menu-left ul ul {
+ box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
+ }
+ .main-navigation.sub-menu-left .sub-menu {
+ right: 0;
+ }
+ .main-navigation:not(.toggled) ul li.sfHover > ul,
+ .main-navigation:not(.toggled) ul li:hover > ul {
+ left: auto;
+ opacity: 1;
+ transition-delay: 150ms;
+ pointer-events: auto;
+ height: auto;
+ overflow: visible;
+ }
+ .main-navigation:not(.toggled) ul ul li.sfHover > ul,
+ .main-navigation:not(.toggled) ul ul li:hover > ul {
+ left: 100%;
+ top: 0;
+ }
+ .main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul,
+ .main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul {
+ right: 100%;
+ left: auto;
+ }
+ .menu-item-has-children .dropdown-menu-toggle {
+ display: inline-block;
+ height: 100%;
+ clear: both;
+ padding-right: 20px;
+ padding-left: 10px;
+ }
+ .menu-item-has-children ul .dropdown-menu-toggle {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ margin-top: -10px;
+ }
+ nav ul ul .menu-item-has-children .dropdown-menu-toggle {
+ float: right;
+ }
+ .site-header {
+ position: relative;
+ }
+ .site-logo {
+ display: inline-block;
+ max-width: 100%;
+ }
+ .site-header .header-image {
+ vertical-align: middle;
+ }
+ .entry-content:not(:first-child) {
+ margin-top: 2em;
+ }
+ .site-content {
+ word-wrap: break-word;
+ }
+ .entry-content > p:last-child {
+ margin-bottom: 0;
+ }
+ embed,
+ iframe,
+ object {
+ max-width: 100%;
+ }
+ .widget select {
+ max-width: 100%;
+ }
+ .footer-widgets .widget :last-child {
+ margin-bottom: 0;
+ }
+ .widget ul {
+ margin: 0;
+ }
+ .widget .search-field {
+ width: 100%;
+ }
+ .footer-widgets .widget {
+ margin-bottom: 30px;
+ }
+ .footer-widgets .widget:last-child {
+ margin-bottom: 0;
+ }
+ .widget ul li {
+ list-style-type: none;
+ position: relative;
+ margin-bottom: 0.5em;
+ }
+ .widget ul li ul {
+ margin-left: 1em;
+ margin-top: 0.5em;
+ }
+ .site-content {
+ display: flex;
+ }
+ .grid-container {
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 1200px;
+ }
+ .site-main > * {
+ margin-bottom: 20px;
+ }
+ .one-container .site-content {
+ padding: 40px;
+ }
+ .one-container .site-main > :last-child {
+ margin-bottom: 0;
+ }
+ .contained-content.one-container .site-content {
+ padding: 0;
+ }
+ .inside-site-info {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 20px 40px;
+ }
+ .site-info {
+ text-align: center;
+ font-size: 15px;
+ }
+ .gp-icon {
+ display: inline-flex;
+ align-self: center;
+ }
+ .gp-icon svg {
+ height: 1em;
+ width: 1em;
+ top: 0.125em;
+ position: relative;
+ fill: currentColor;
+ }
+ .close-search .icon-search svg:first-child,
+ .icon-menu-bars svg:nth-child(2),
+ .icon-search svg:nth-child(2),
+ .toggled .icon-menu-bars svg:first-child {
+ display: none;
+ }
+ .close-search .icon-search svg:nth-child(2),
+ .toggled .icon-menu-bars svg:nth-child(2) {
+ display: block;
+ }
+ nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
+ transform: rotate(180deg);
+ }
+ .container.grid-container {
+ width: auto;
+ }
+ .menu-toggle,
+ .sidebar-nav-mobile {
+ display: none;
+ }
+ .menu-toggle {
+ padding: 0 20px;
+ line-height: 60px;
+ margin: 0;
+ font-weight: 400;
+ text-transform: none;
+ font-size: 15px;
+ cursor: pointer;
+ }
+ .menu-toggle .mobile-menu {
+ padding-left: 3px;
+ }
+ .menu-toggle .gp-icon + .mobile-menu {
+ padding-left: 9px;
+ }
+ .menu-toggle .mobile-menu:empty {
+ display: none;
+ }
+ button.menu-toggle {
+ background-color: transparent;
+ flex-grow: 1;
+ border: 0;
+ text-align: center;
+ }
+ button.menu-toggle:active,
+ button.menu-toggle:focus,
+ button.menu-toggle:hover {
+ background-color: transparent;
+ }
+ .has-menu-bar-items button.menu-toggle {
+ flex-grow: 0;
+ }
+ nav.toggled ul ul.sub-menu {
+ width: 100%;
+ }
+ .toggled .menu-item-has-children .dropdown-menu-toggle {
+ padding-left: 20px;
+ }
+ .main-navigation.toggled .main-nav {
+ flex-basis: 100%;
+ order: 3;
+ }
+ .main-navigation.toggled .main-nav > ul {
+ display: block;
+ }
+ .main-navigation.toggled .main-nav li {
+ width: 100%;
+ text-align: left;
+ }
+ .main-navigation.toggled .main-nav ul ul {
+ transition: 0s;
+ visibility: hidden;
+ box-shadow: none;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
+ }
+ .main-navigation.toggled .main-nav ul ul li:last-child > ul {
+ border-bottom: 0;
+ }
+ .main-navigation.toggled .main-nav ul ul.toggled-on {
+ position: relative;
+ top: 0;
+ left: auto !important;
+ right: auto !important;
+ width: 100%;
+ pointer-events: auto;
+ height: auto;
+ opacity: 1;
+ display: block;
+ visibility: visible;
+ float: none;
+ }
+ .main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
+ float: right;
+ }
+ .mobile-menu-control-wrapper {
+ display: none;
+ margin-left: auto;
+ align-items: center;
+ }
+ @media (max-width: 768px) {
+ a,
+ body,
+ button,
+ input,
+ select,
+ textarea {
+ transition: all 0s ease-in-out;
+ }
+ .site-content {
+ flex-direction: column;
+ }
+ .container .site-content .content-area {
+ width: auto;
+ }
+ #main {
+ margin-left: 0;
+ margin-right: 0;
+ }
+ body:not(.no-sidebar) #main {
+ margin-bottom: 0;
+ }
+ }
+ body {
+ background-color: var(--base-3);
+ color: var(--global-color-11);
+ }
+ a {
+ color: var(--global-color-13);
+ }
+ a:active,
+ a:focus,
+ a:hover {
+ color: var(--contrast);
+ }
+ .grid-container {
+ max-width: 1300px;
+ }
+ @media (max-width: 500px) and (min-width: 769px) {
+ .site-logo {
+ margin-bottom: 1.5em;
+ }
+ #site-navigation {
+ margin: 0 auto;
+ }
+ }
+ .site-header .header-image {
+ width: 250px;
+ }
+ .generate-back-to-top {
+ font-size: 20px;
+ border-radius: 3px;
+ position: fixed;
+ bottom: 30px;
+ right: 30px;
+ line-height: 40px;
+ width: 40px;
+ text-align: center;
+ z-index: 10;
+ transition: opacity 0.3s ease-in-out;
+ opacity: 0.1;
+ transform: translateY(1000px);
+ }
+ .generate-back-to-top__show {
+ opacity: 1;
+ transform: translateY(0);
+ }
+ :root {
+ --contrast: #222222;
+ --contrast-2: #7b7b7c;
+ --contrast-3: #b2b2be;
+ --base: #f0f0f0;
+ --base-2: #f7f8f9;
+ --base-3: #ffffff;
+ --accent: #eff7ff;
+ --accent-2: #01c2f9;
+ --global-color-9: #01c2f9;
+ --global-color-10: #fee228;
+ --global-color-11: #000000;
+ --global-color-12: #2a52be;
+ --global-color-13: #1a36cd;
+ }
+ :root .has-contrast-color {
+ color: var(--contrast);
+ }
+ .gp-modal:not(.gp-modal--open):not(.gp-modal--transition) {
+ display: none;
+ }
+ .gp-modal--transition:not(.gp-modal--open) {
+ pointer-events: none;
+ }
+ .gp-modal__overlay {
+ display: none;
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.2);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ z-index: 10000;
+ backdrop-filter: blur(3px);
+ transition: opacity 0.5s ease;
+ opacity: 0;
+ }
+ .gp-modal--open:not(.gp-modal--transition) .gp-modal__overlay {
+ opacity: 1;
+ }
+ .gp-modal__container {
+ max-width: 100%;
+ max-height: 100vh;
+ transform: scale(0.9);
+ transition: transform 0.5s ease;
+ padding: 0 10px;
+ }
+ .gp-modal--open:not(.gp-modal--transition) .gp-modal__container {
+ transform: scale(1);
+ }
+ .search-modal-fields {
+ display: flex;
+ }
+ .gp-search-modal .gp-modal__overlay {
+ align-items: flex-start;
+ padding-top: 25vh;
+ background: var(--gp-search-modal-overlay-bg-color);
+ }
+ .search-modal-form {
+ width: 500px;
+ max-width: 100%;
+ background-color: var(--gp-search-modal-bg-color);
+ color: var(--gp-search-modal-text-color);
+ }
+ .search-modal-form .search-field,
+ .search-modal-form .search-field:focus {
+ width: 100%;
+ height: 60px;
+ background-color: transparent;
+ border: 0;
+ appearance: none;
+ color: currentColor;
+ }
+ .search-modal-fields button,
+ .search-modal-fields button:active,
+ .search-modal-fields button:focus,
+ .search-modal-fields button:hover {
+ background-color: transparent;
+ border: 0;
+ color: currentColor;
+ width: 60px;
+ }
+ body,
+ button,
+ input,
+ select,
+ textarea {
+ font-family: Georgia;
+ font-weight: 500;
+ font-size: 18px;
+ }
+ @media (max-width: 768px) {
+ body,
+ button,
+ input,
+ select,
+ textarea {
+ font-size: 20px;
+ }
+ }
+ h2 {
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-weight: 700;
+ font-size: 30px;
+ }
+ @media (max-width: 768px) {
+ h2 {
+ font-size: 32px;
+ line-height: 1.2em;
+ margin-bottom: 10px;
+ }
+ }
+ .main-navigation .menu-bar-items,
+ .main-navigation .menu-toggle,
+ .main-navigation a {
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-weight: 700;
+ font-size: 17px;
+ }
+ h4 {
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-weight: 700;
+ font-size: 24px;
+ }
+ .button,
+ button:not(.menu-toggle),
+ html input[type="button"],
+ input[type="submit"] {
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-weight: 500;
+ }
+ .site-header {
+ background-color: var(--base-3);
+ }
+ .main-navigation,
+ .main-navigation ul ul {
+ background-color: var(--contrast);
+ }
+ .main-navigation .main-nav ul li a,
+ .main-navigation .menu-bar-items,
+ .main-navigation .menu-toggle {
+ color: var(--base-3);
+ }
+ .main-navigation
+ .main-nav
+ ul
+ li.sfHover:not([class*="current-menu-"])
+ > a,
+ .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
+ .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
+ .main-navigation .menu-bar-item.sfHover > a,
+ .main-navigation .menu-bar-item:hover > a {
+ color: var(--contrast-3);
+ background-color: var(--contrast);
+ }
+ button.menu-toggle:focus,
+ button.menu-toggle:hover {
+ color: var(--base-3);
+ }
+ .main-navigation .main-nav ul li[class*="current-menu-"] > a {
+ color: var(--accent-2);
+ background-color: var(--contrast);
+ }
+ .main-navigation .main-nav ul li.search-item.active > a,
+ .main-navigation .menu-bar-items .search-item.active > a,
+ .navigation-search input[type="search"],
+ .navigation-search input[type="search"]:active,
+ .navigation-search input[type="search"]:focus {
+ color: var(--contrast-3);
+ background-color: var(--contrast);
+ }
+ .main-navigation ul ul {
+ background-color: var(--accent);
+ }
+ .main-navigation .main-nav ul ul li a {
+ color: var(--contrast-2);
+ }
+ .main-navigation
+ .main-nav
+ ul
+ ul
+ li.sfHover:not([class*="current-menu-"])
+ > a,
+ .main-navigation
+ .main-nav
+ ul
+ ul
+ li:not([class*="current-menu-"]):focus
+ > a,
+ .main-navigation
+ .main-nav
+ ul
+ ul
+ li:not([class*="current-menu-"]):hover
+ > a {
+ color: var(--contrast);
+ }
+ .main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
+ color: var(--contrast);
+ }
+ .one-container .container {
+ background-color: var(--base-3);
+ }
+ .inside-article a {
+ color: var(--global-color-13);
+ }
+ .inside-article a:hover {
+ color: var(--global-color-11);
+ }
+ .footer-widgets {
+ color: var(--base-3);
+ background-color: var(--contrast);
+ }
+ .footer-widgets a {
+ color: var(--accent-2);
+ }
+ .footer-widgets a:hover {
+ color: var(--accent-2);
+ }
+ .site-info {
+ background-color: var(--base-3);
+ }
+ input[type="email"],
+ input[type="number"],
+ input[type="search"],
+ input[type="text"],
+ input[type="url"],
+ select,
+ textarea {
+ color: var(--contrast);
+ background-color: var(--base-2);
+ border-color: var(--base);
+ }
+ input[type="email"]:focus,
+ input[type="number"]:focus,
+ input[type="search"]:focus,
+ input[type="text"]:focus,
+ input[type="url"]:focus,
+ select:focus,
+ textarea:focus {
+ color: var(--contrast);
+ background-color: var(--base-2);
+ border-color: var(--contrast-3);
+ }
+ a.button,
+ button,
+ html input[type="button"],
+ input[type="submit"] {
+ color: #fff;
+ background-color: #55555e;
+ }
+ a.button:focus,
+ a.button:hover,
+ button:focus,
+ button:hover,
+ html input[type="button"]:focus,
+ html input[type="button"]:hover,
+ input[type="submit"]:focus,
+ input[type="submit"]:hover {
+ color: #fff;
+ background-color: #3f4047;
+ }
+ a.generate-back-to-top {
+ background-color: rgba(0, 0, 0, 0.4);
+ color: #fff;
+ }
+ a.generate-back-to-top:focus,
+ a.generate-back-to-top:hover {
+ background-color: rgba(0, 0, 0, 0.6);
+ color: #fff;
+ }
+ :root {
+ --gp-search-modal-bg-color: var(--base-3);
+ --gp-search-modal-text-color: var(--contrast);
+ --gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
+ }
+ .nav-below-header .main-navigation .inside-navigation.grid-container {
+ padding: 0 20px;
+ }
+ .one-container .site-content {
+ padding: 10px 40px 20px;
+ }
+ .site-main > * {
+ margin-bottom: 10px;
+ }
+ .footer-widgets-container {
+ padding: 20px;
+ }
+ .inside-site-info {
+ padding: 20px;
+ }
+ .site-content .content-area {
+ width: 100%;
+ }
+ @media (max-width: 768px) {
+ h4 {
+ font-size: 22px;
+ }
+ .main-navigation .menu-bar-item.sfHover > a,
+ .main-navigation .menu-bar-item:hover > a {
+ background: 0 0;
+ color: var(--base-3);
+ }
+ .one-container .site-content {
+ padding: 0 30px 30px;
+ }
+ .footer-widgets-container {
+ padding-top: 30px;
+ padding-right: 30px;
+ padding-bottom: 30px;
+ padding-left: 30px;
+ }
+ .inside-site-info {
+ padding-right: 30px;
+ padding-left: 30px;
+ }
+ .main-navigation .menu-toggle,
+ .sidebar-nav-mobile:not(#sticky-placeholder) {
+ display: block;
+ }
+ .gen-sidebar-nav,
+ .main-navigation ul,
+ .main-navigation:not(.slideout-navigation):not(.toggled)
+ .main-nav
+ > ul {
+ display: none;
+ }
+ .nav-align-right .inside-navigation {
+ justify-content: space-between;
+ }
+ }
+ .main-navigation .main-nav ul li a,
+ .main-navigation .menu-bar-item > a,
+ .menu-toggle {
+ transition: line-height 0.3s ease;
+ }
+ .main-navigation.toggled .main-nav > ul {
+ background-color: var(--contrast);
+ }
+ .sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation {
+ margin-bottom: 0;
+ }
+ .sticky-enabled .gen-sidebar-nav.is_stuck {
+ z-index: 500;
+ }
+ .sticky-enabled .main-navigation.is_stuck {
+ box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
+ }
+ .navigation-stick:not(.gen-sidebar-nav) {
+ left: 0;
+ right: 0;
+ width: 100% !important;
+ }
+ .main-navigation.has-sticky-branding:not(.grid-container)
+ .inside-navigation:not(.grid-container)
+ .navigation-branding {
+ margin-left: 10px;
+ }
+ .entry-content:not(:first-child) {
+ margin-top: 0;
+ }
+ .gb-container-9316ff8b {
+ position: relative;
+ overflow-x: hidden;
+ overflow-y: hidden;
+ margin-bottom: 0;
+ }
+ .gb-container-ab4f415a {
+ max-width: 1300px;
+ padding-top: 20px;
+ }
+ .gb-container-1ff34c12 {
+ padding-top: 20px;
+ padding-left: 40px;
+ }
+ .gb-grid-wrapper > .gb-grid-column-1ff34c12 {
+ width: 60%;
+ }
+ .gb-container-5d414d86 {
+ padding-left: 50px;
+ }
+ .gb-grid-wrapper > .gb-grid-column-5d414d86 {
+ width: 40%;
+ }
+ .gb-grid-wrapper-227751ee {
+ display: flex;
+ flex-wrap: wrap;
+ margin-left: -20px;
+ }
+ .gb-grid-wrapper-227751ee > .gb-grid-column {
+ box-sizing: border-box;
+ padding-left: 20px;
+ }
+ @media (max-width: 767px) {
+ .gb-container-9316ff8b {
+ padding-right: 20px;
+ padding-left: 20px;
+ }
+ .gb-container-ab4f415a {
+ padding-right: 0;
+ padding-left: 0;
+ }
+ .gb-container-1ff34c12 {
+ padding: 20px 10px;
+ }
+ .gb-grid-wrapper > .gb-grid-column-1ff34c12 {
+ width: 100%;
+ }
+ .gb-container-5d414d86 {
+ padding-bottom: 10px;
+ padding-left: 0;
+ }
+ .gb-grid-wrapper > .gb-grid-column-5d414d86 {
+ width: 100%;
+ }
+ }
+ .gb-container .wp-block-image img {
+ vertical-align: middle;
+ }
+ .gb-grid-wrapper .wp-block-image {
+ margin-bottom: 0;
+ }
+ .navigation-branding,
+ .site-logo.mobile-header-logo {
+ display: flex;
+ align-items: center;
+ order: 0;
+ margin-right: 10px;
+ }
+ .navigation-branding img,
+ .site-logo.mobile-header-logo img {
+ position: relative;
+ padding: 10px 0;
+ display: block;
+ transition: height 0.3s ease;
+ }
+ .main-navigation.mobile-header-navigation {
+ display: none;
+ float: none;
+ margin-bottom: 0;
+ }
+ .mobile-header-navigation.is_stuck {
+ box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
+ }
+ .main-navigation .menu-toggle {
+ flex-grow: 1;
+ width: auto;
+ }
+ .main-navigation.has-branding .menu-toggle,
+ .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
+ flex-grow: 0;
+ padding-right: 20px;
+ order: 2;
+ }
+ .main-navigation:not(.slideout-navigation)
+ .mobile-bar-items
+ + .menu-toggle {
+ text-align: left;
+ }
+ .main-navigation.has-sticky-branding:not(.has-branding):not(
+ .navigation-stick
+ )
+ .navigation-branding {
+ display: none;
+ }
+ .nav-align-right .navigation-branding {
+ margin-right: auto;
+ }
+ .main-navigation.has-branding:not([class*="nav-align-"]):not(
+ .mobile-header-navigation
+ )
+ .inside-navigation,
+ .main-navigation.has-sticky-branding.navigation-stick:not(
+ [class*="nav-align-"]
+ ):not(.mobile-header-navigation)
+ .inside-navigation {
+ justify-content: flex-start;
+ }
+ .main-navigation.has-branding:not([class*="nav-align-"]):not(
+ .mobile-header-navigation
+ )
+ .menu-bar-items,
+ .main-navigation.has-sticky-branding.navigation-stick:not(
+ [class*="nav-align-"]
+ ):not(.mobile-header-navigation)
+ .menu-bar-items {
+ margin-left: auto;
+ }
+ .mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
+ margin-right: auto;
+ }
+ .main-navigation.has-branding .inside-navigation.grid-container,
+ .main-navigation.has-branding.grid-container
+ .inside-navigation:not(.grid-container) {
+ padding: 0 40px;
+ }
+ .main-navigation.has-branding:not(.grid-container)
+ .inside-navigation:not(.grid-container)
+ .navigation-branding {
+ margin-left: 10px;
+ }
+ .main-navigation .sticky-navigation-logo,
+ .main-navigation.navigation-stick .site-logo:not(.mobile-header-logo) {
+ display: none;
+ }
+ .main-navigation.navigation-stick .sticky-navigation-logo {
+ display: block;
+ }
+ .navigation-branding img,
+ .site-logo.mobile-header-logo img {
+ height: 60px;
+ width: auto;
+ }
+ @media (max-width: 768px) {
+ #site-navigation,
+ #sticky-navigation,
+ .site-header {
+ display: none !important;
+ opacity: 0;
+ }
+ #mobile-header {
+ display: block !important;
+ width: 100% !important;
+ }
+ #mobile-header .main-nav > ul {
+ display: none;
+ }
+ #mobile-header .menu-toggle,
+ #mobile-header .mobile-bar-items,
+ #mobile-header.toggled .main-nav > ul {
+ display: block;
+ }
+ #mobile-header .main-nav {
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ -webkit-box-ordinal-group: 5;
+ -ms-flex-order: 4;
+ order: 4;
+ }
+ .main-navigation.has-branding.nav-align-center .menu-bar-items,
+ .main-navigation.has-sticky-branding.navigation-stick.nav-align-center
+ .menu-bar-items {
+ margin-left: auto;
+ }
+ .navigation-branding {
+ margin-right: auto;
+ margin-left: 10px;
+ }
+ .mobile-header-navigation .site-logo {
+ margin-left: 10px;
+ }
+ .main-navigation.has-branding .inside-navigation.grid-container {
+ padding: 0;
+ }
+ }
+ a {
+ text-decoration: underline;
+ }
+ .footer-bar-align-right .copyright-bar {
+ display: none;
+ }
+ h2 {
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-weight: 700;
+ }
+ li {
+ padding-bottom: 5px;
+ }
+ .wp-block-image :where(figcaption) {
+ margin-bottom: 1em;
+ margin-top: -0.5em;
+ }
+ img {
+ margin-bottom: 10px;
+ }
+ @media only screen and (max-width: 768px) {
+ ul {
+ margin-left: 0;
+ padding-left: 5px;
+ }
+ li {
+ padding-bottom: 10px;
+ }
+ }
+ .formkit-form[data-uid="4c9510e340"] * {
+ box-sizing: border-box;
+ }
+ .formkit-form[data-uid="4c9510e340"] {
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+ .formkit-form[data-uid="4c9510e340"] legend {
+ border: none;
+ font-size: inherit;
+ margin-bottom: 10px;
+ padding: 0;
+ position: relative;
+ display: table;
+ }
+ .formkit-form[data-uid="4c9510e340"] fieldset {
+ border: 0;
+ padding: 0.01em 0 0;
+ margin: 0;
+ min-width: 0;
+ }
+ .formkit-form[data-uid="4c9510e340"]
+ body:not(:-moz-handler-blocked)
+ fieldset {
+ display: table-cell;
+ }
+ .formkit-form[data-uid="4c9510e340"] h2,
+ .formkit-form[data-uid="4c9510e340"] h4 {
+ color: inherit;
+ font-size: inherit;
+ font-weight: inherit;
+ }
+ .formkit-form[data-uid="4c9510e340"] h2 {
+ font-size: 1.5em;
+ margin: 1em 0;
+ }
+ .formkit-form[data-uid="4c9510e340"] p {
+ color: inherit;
+ font-size: inherit;
+ font-weight: inherit;
+ }
+ .formkit-form[data-uid="4c9510e340"] ul:not([template-default]) {
+ text-align: left;
+ }
+ .formkit-form[data-uid="4c9510e340"] p:not([template-default]),
+ .formkit-form[data-uid="4c9510e340"] ul:not([template-default]) {
+ color: inherit;
+ font-style: initial;
+ }
+ .formkit-form[data-uid="4c9510e340"][data-format="modal"] {
+ display: none;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-input {
+ width: 100%;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-button,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit {
+ border: 0;
+ border-radius: 5px;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ text-align: center;
+ font-size: 15px;
+ font-weight: 500;
+ cursor: pointer;
+ margin-bottom: 15px;
+ overflow: hidden;
+ padding: 0;
+ position: relative;
+ vertical-align: middle;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-button:focus,
+ .formkit-form[data-uid="4c9510e340"] .formkit-button:hover,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit:focus,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit:hover {
+ outline: 0;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-button:focus > span,
+ .formkit-form[data-uid="4c9510e340"] .formkit-button:hover > span,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit:focus > span,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit:hover > span {
+ background-color: rgba(0, 0, 0, 0.1);
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-button > span,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit > span {
+ display: block;
+ -webkit-transition: 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
+ padding: 12px 24px;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-input {
+ background: #fff;
+ font-size: 15px;
+ padding: 12px;
+ border: 1px solid #e3e3e3;
+ -webkit-flex: 1 0 auto;
+ -ms-flex: 1 0 auto;
+ flex: 1 0 auto;
+ line-height: 1.4;
+ margin: 0;
+ -webkit-transition: border-color 0.3s ease-out;
+ transition: border-color ease-out 0.3s;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-input:focus {
+ outline: 0;
+ border-color: #1677be;
+ -webkit-transition: border-color 0.3s;
+ transition: border-color ease 0.3s;
+ }
+ .formkit-form[data-uid="4c9510e340"]
+ .formkit-input::-webkit-input-placeholder {
+ color: inherit;
+ opacity: 0.8;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-input::-moz-placeholder {
+ color: inherit;
+ opacity: 0.8;
+ }
+ .formkit-form[data-uid="4c9510e340"]
+ .formkit-input:-ms-input-placeholder {
+ color: inherit;
+ opacity: 0.8;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-input::placeholder {
+ color: inherit;
+ opacity: 0.8;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-alert {
+ background: #f9fafb;
+ border: 1px solid #e3e3e3;
+ border-radius: 5px;
+ -webkit-flex: 1 0 auto;
+ -ms-flex: 1 0 auto;
+ flex: 1 0 auto;
+ list-style: none;
+ margin: 25px auto;
+ padding: 12px;
+ text-align: center;
+ width: 100%;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-alert:empty {
+ display: none;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-alert-error {
+ background: #fde8e2;
+ border-color: #f2643b;
+ color: #ea4110;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-spinner {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 0;
+ width: 0;
+ margin: 0 auto;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ width: 0;
+ overflow: hidden;
+ text-align: center;
+ -webkit-transition: 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-spinner > div {
+ margin: auto;
+ width: 12px;
+ height: 12px;
+ background-color: #fff;
+ opacity: 0.3;
+ border-radius: 100%;
+ display: inline-block;
+ -webkit-animation: 1.4s ease-in-out infinite both
+ formkit-bouncedelay-formkit-form-data-uid-4c9510e340-;
+ animation: 1.4s ease-in-out infinite both
+ formkit-bouncedelay-formkit-form-data-uid-4c9510e340-;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-spinner > div:first-child {
+ -webkit-animation-delay: -0.32s;
+ animation-delay: -0.32s;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-spinner > div:nth-child(2) {
+ -webkit-animation-delay: -0.16s;
+ animation-delay: -0.16s;
+ }
+ @-webkit-keyframes formkit-bouncedelay-formkit-form-data-uid-4c9510e340- {
+ 0%,
+ 100%,
+ 80% {
+ -webkit-transform: scale(0);
+ -ms-transform: scale(0);
+ transform: scale(0);
+ }
+ 40% {
+ -webkit-transform: scale(1);
+ -ms-transform: scale(1);
+ transform: scale(1);
+ }
+ }
+ @keyframes formkit-bouncedelay-formkit-form-data-uid-4c9510e340- {
+ 0%,
+ 100%,
+ 80% {
+ -webkit-transform: scale(0);
+ -ms-transform: scale(0);
+ transform: scale(0);
+ }
+ 40% {
+ -webkit-transform: scale(1);
+ -ms-transform: scale(1);
+ transform: scale(1);
+ }
+ }
+ .formkit-form[data-uid="4c9510e340"] {
+ border: 1px solid #e3e3e3;
+ max-width: 700px;
+ position: relative;
+ overflow: hidden;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-background {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background-size: cover;
+ background-position: center;
+ opacity: 0.3;
+ }
+ .formkit-form[data-uid="4c9510e340"] [data-style="minimal"] {
+ padding: 20px;
+ width: 100%;
+ position: relative;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-header {
+ margin: 0 0 27px;
+ text-align: center;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-subheader {
+ margin: 18px 0;
+ text-align: center;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-guarantee {
+ font-size: 13px;
+ margin: 10px 0 15px;
+ text-align: center;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-guarantee > p {
+ margin: 0;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-fields {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ margin: 25px auto 0;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-field {
+ min-width: 220px;
+ }
+ .formkit-form[data-uid="4c9510e340"] .formkit-field,
+ .formkit-form[data-uid="4c9510e340"] .formkit-submit {
+ margin: 0 0 15px;
+ -webkit-flex: 1 0 100%;
+ -ms-flex: 1 0 100%;
+ flex: 1 0 100%;
+ }
+ .formkit-form[data-uid="4c9510e340"][min-width~="600"]
+ [data-style="minimal"] {
+ padding: 40px;
+ }
+ .formkit-form[data-uid="4c9510e340"][min-width~="600"]
+ .formkit-fields[data-stacked="false"] {
+ margin-left: -5px;
+ margin-right: -5px;
+ }
+ .formkit-form[data-uid="4c9510e340"][min-width~="600"]
+ .formkit-fields[data-stacked="false"]
+ .formkit-field,
+ .formkit-form[data-uid="4c9510e340"][min-width~="600"]
+ .formkit-fields[data-stacked="false"]
+ .formkit-submit {
+ margin: 0 5px 15px;
+ }
+ .formkit-form[data-uid="4c9510e340"][min-width~="600"]
+ .formkit-fields[data-stacked="false"]
+ .formkit-field {
+ -webkit-flex: 100 1 auto;
+ -ms-flex: 100 1 auto;
+ flex: 100 1 auto;
+ }
+ .formkit-form[data-uid="4c9510e340"][min-width~="600"]
+ .formkit-fields[data-stacked="false"]
+ .formkit-submit {
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ }
+ .formkit-form[data-uid="4c9510e340"] h2,
+ .formkit-form[data-uid="4c9510e340"] p {
+ display: none;
+ }
+ </style>
+ <link
+ rel="preload"
+ data-rocket-preload
+ as="image"
+ href="https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-768x768.png"
+ imagesrcset="https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-768x768.png 768w, https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-300x300.png 300w, https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2.png 1080w"
+ imagesizes="(max-width: 768px) 100vw, 768px"
+ fetchpriority="high"
+ />
+ <link rel="canonical" href="https://nickgray.net/" />
+ <meta property="og:locale" content="en_US" />
+ <meta property="og:type" content="website" />
+ <meta property="og:title" content="Nick Gray" />
+ <meta property="og:url" content="https://nickgray.net/" />
+ <meta property="og:site_name" content="Nick Gray" />
+ <meta property="article:publisher" content="https://fb.com/newfriend" />
+ <meta
+ property="article:modified_time"
+ content="2024-11-21T00:25:58+00:00"
+ />
+ <meta
+ property="og:image"
+ content="https://nickgray.net/wp-content/uploads/2024/11/profiles-social-share.jpg"
+ />
+ <meta property="og:image:width" content="1500" />
+ <meta property="og:image:height" content="785" />
+ <meta property="og:image:type" content="image/jpeg" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta
+ name="twitter:image"
+ content="https://nickgray.net/wp-content/uploads/2024/11/profiles-social-share.jpg"
+ />
+ <meta name="twitter:site" content="@nickgraynews" />
+ <script type="application/ld+json" class="yoast-schema-graph">
+ {
+ "@context": "https://schema.org",
+ "@graph": [
+ {
+ "@type": "Article",
+ "@id": "https://nickgray.net/#article",
+ "isPartOf": { "@id": "https://nickgray.net/" },
+ "author": {
+ "name": "Nick",
+ "@id": "https://nickgray.net/#/schema/person/5abf824fcdad643ca3c6491b183ed863"
+ },
+ "headline": "Nick Gray",
+ "datePublished": "2024-01-24T23:09:51+00:00",
+ "dateModified": "2024-11-21T00:25:58+00:00",
+ "mainEntityOfPage": { "@id": "https://nickgray.net/" },
+ "wordCount": 104,
+ "publisher": {
+ "@id": "https://nickgray.net/#/schema/person/5abf824fcdad643ca3c6491b183ed863"
+ },
+ "image": { "@id": "https://nickgray.net/#primaryimage" },
+ "thumbnailUrl": "https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-768x768.png",
+ "inLanguage": "en-US"
+ },
+ {
+ "@type": "WebPage",
+ "@id": "https://nickgray.net/",
+ "url": "https://nickgray.net/",
+ "name": "Nick Gray",
+ "isPartOf": { "@id": "https://nickgray.net/#website" },
+ "about": {
+ "@id": "https://nickgray.net/#/schema/person/5abf824fcdad643ca3c6491b183ed863"
+ },
+ "primaryImageOfPage": {
+ "@id": "https://nickgray.net/#primaryimage"
+ },
+ "image": { "@id": "https://nickgray.net/#primaryimage" },
+ "thumbnailUrl": "https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-768x768.png",
+ "datePublished": "2024-01-24T23:09:51+00:00",
+ "dateModified": "2024-11-21T00:25:58+00:00",
+ "breadcrumb": { "@id": "https://nickgray.net/#breadcrumb" },
+ "inLanguage": "en-US",
+ "potentialAction": [
+ { "@type": "ReadAction", "target": ["https://nickgray.net/"] }
+ ]
+ },
+ {
+ "@type": "ImageObject",
+ "inLanguage": "en-US",
+ "@id": "https://nickgray.net/#primaryimage",
+ "url": "https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2.png",
+ "contentUrl": "https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2.png",
+ "width": 1080,
+ "height": 1080
+ },
+ {
+ "@type": "BreadcrumbList",
+ "@id": "https://nickgray.net/#breadcrumb",
+ "itemListElement": [
+ { "@type": "ListItem", "position": 1, "name": "Nick Gray" }
+ ]
+ },
+ {
+ "@type": "WebSite",
+ "@id": "https://nickgray.net/#website",
+ "url": "https://nickgray.net/",
+ "name": "Nick Gray",
+ "description": "",
+ "publisher": {
+ "@id": "https://nickgray.net/#/schema/person/5abf824fcdad643ca3c6491b183ed863"
+ },
+ "potentialAction": [
+ {
+ "@type": "SearchAction",
+ "target": {
+ "@type": "EntryPoint",
+ "urlTemplate": "https://nickgray.net/?s={search_term_string}"
+ },
+ "query-input": {
+ "@type": "PropertyValueSpecification",
+ "valueRequired": true,
+ "valueName": "search_term_string"
+ }
+ }
+ ],
+ "inLanguage": "en-US"
+ },
+ {
+ "@type": ["Person", "Organization"],
+ "@id": "https://nickgray.net/#/schema/person/5abf824fcdad643ca3c6491b183ed863",
+ "name": "Nick",
+ "image": {
+ "@type": "ImageObject",
+ "inLanguage": "en-US",
+ "@id": "https://nickgray.net/#/schema/person/image/",
+ "url": "https://nickgray.net/wp-content/uploads/2022/04/2022-Nick-Gray-about-300.png",
+ "contentUrl": "https://nickgray.net/wp-content/uploads/2022/04/2022-Nick-Gray-about-300.png",
+ "width": 305,
+ "height": 304,
+ "caption": "Nick"
+ },
+ "logo": { "@id": "https://nickgray.net/#/schema/person/image/" },
+ "description": "Hi! I'm a 37 year-old man who lives in New York City.",
+ "sameAs": [
+ "https://nickgray.net/",
+ "https://fb.com/newfriend",
+ "https://instagram.com/nickgraynews",
+ "https://x.com/nickgraynews"
+ ]
+ }
+ ]
+ }
+ </script>
+ <!-- / Yoast SEO plugin. -->
+
+ <link rel="dns-prefetch" href="//dairy2.nickgray.net" />
+ <link rel="dns-prefetch" href="//connect.facebook.net" />
+ <link rel="dns-prefetch" href="//ajax.cloudflare.com" />
+ <link rel="dns-prefetch" href="//stats.wp.com" />
+ <link
+ rel="alternate"
+ type="application/rss+xml"
+ title="Nick Gray » Feed"
+ href="https://nickgray.net/feed/"
+ />
+ <link
+ rel="alternate"
+ type="application/rss+xml"
+ title="Nick Gray » Comments Feed"
+ href="https://nickgray.net/comments/feed/"
+ />
+ <style id="wp-emoji-styles-inline-css"></style>
+
+ <style id="classic-theme-styles-inline-css"></style>
+ <style id="global-styles-inline-css"></style>
+
+ <style id="generate-style-inline-css"></style>
+
+ <style id="generate-navigation-branding-inline-css"></style>
+ <style id="rocket-lazyload-inline-css">
+ .rll-youtube-player {
+ position: relative;
+ padding-bottom: 56.23%;
+ height: 0;
+ overflow: hidden;
+ max-width: 100%;
+ }
+ .rll-youtube-player:focus-within {
+ outline: 2px solid currentColor;
+ outline-offset: 5px;
+ }
+ .rll-youtube-player iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 100;
+ background: 0 0;
+ }
+ .rll-youtube-player img {
+ bottom: 0;
+ display: block;
+ left: 0;
+ margin: auto;
+ max-width: 100%;
+ width: 100%;
+ position: absolute;
+ right: 0;
+ top: 0;
+ border: none;
+ height: auto;
+ -webkit-transition: 0.4s all;
+ -moz-transition: 0.4s all;
+ transition: 0.4s all;
+ }
+ .rll-youtube-player img:hover {
+ -webkit-filter: brightness(75%);
+ }
+ .rll-youtube-player .play {
+ height: 100%;
+ width: 100%;
+ left: 0;
+ top: 0;
+ position: absolute;
+ background: url(https://nickgray.net/wp-content/plugins/wp-rocket/assets/img/youtube.png)
+ no-repeat center;
+ background-color: transparent !important;
+ cursor: pointer;
+ border: none;
+ }
+ .wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player {
+ position: absolute;
+ padding-bottom: 0;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ }
+ </style>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"
+ id="jquery-core-js"
+ ></script>
+ <script
+ type="rocketlazyloadscript"
+ defer
+ data-domain="nickgray.net"
+ data-api="https://nickgray.net/wp-json/1daeff/v1/38f5/3ebd84ac"
+ data-cfasync="false"
+ data-rocket-src="//nickgray.net/wp-content/uploads/fec753e9d1/dfcefbc5.js?ver=1729607935"
+ id="plausible"
+ ></script>
+ <script type="rocketlazyloadscript" id="plausible-analytics-js-after">
+ window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }
+ </script>
+ <link rel="https://api.w.org/" href="https://nickgray.net/wp-json/" />
+ <link
+ rel="alternate"
+ title="JSON"
+ type="application/json"
+ href="https://nickgray.net/wp-json/wp/v2/pages/11102"
+ />
+ <link
+ rel="EditURI"
+ type="application/rsd+xml"
+ title="RSD"
+ href="https://nickgray.net/xmlrpc.php?rsd"
+ />
+ <meta name="generator" content="WordPress 6.6.2" />
+ <link rel="shortlink" href="https://nickgray.net/" />
+ <link
+ rel="alternate"
+ title="oEmbed (JSON)"
+ type="application/json+oembed"
+ href="https://nickgray.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fnickgray.net%2F"
+ />
+ <link
+ rel="alternate"
+ title="oEmbed (XML)"
+ type="text/xml+oembed"
+ href="https://nickgray.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fnickgray.net%2F&format=xml"
+ />
+ <meta name="plausible-analytics-version" content="2.1.4" />
+
+ <!-- BEGIN Clicky Analytics v2.2.3 Tracking - https://deconf.com/clicky-analytics-dashboard-wordpress/ -->
+ <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
+ var clicky_custom = clicky_custom || {};
+ clicky_custom.html_media_track = 1;
+ </script>
+ <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
+ var clicky_custom = clicky_custom || {};
+ clicky_custom.outbound_pattern = ['/go/','/out/'];
+ </script>
+
+ <script
+ type="rocketlazyloadscript"
+ async
+ data-rocket-src="//static.getclicky.com/101395241.js"
+ ></script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="//static.getclicky.com/inc/javascript/video/youtube.js"
+ ></script>
+ <!-- END Clicky Analytics v2.2.3 Tracking - https://deconf.com/clicky-analytics-dashboard-wordpress/ -->
+
+ <link
+ rel="icon"
+ href="https://nickgray.net/wp-content/uploads/2022/04/cropped-NG.NET-Site-Logo-2-300x300.png"
+ sizes="32x32"
+ />
+ <link
+ rel="icon"
+ href="https://nickgray.net/wp-content/uploads/2022/04/cropped-NG.NET-Site-Logo-2-300x300.png"
+ sizes="192x192"
+ />
+ <link
+ rel="apple-touch-icon"
+ href="https://nickgray.net/wp-content/uploads/2022/04/cropped-NG.NET-Site-Logo-2-300x300.png"
+ />
+ <meta
+ name="msapplication-TileImage"
+ content="https://nickgray.net/wp-content/uploads/2022/04/cropped-NG.NET-Site-Logo-2-300x300.png"
+ />
+ <style id="wp-custom-css"></style>
+ <noscript
+ ><style id="rocket-lazyload-nojs-css">
+ .rll-youtube-player,
+ [data-lazy-src] {
+ display: none !important;
+ }
+ </style></noscript
+ >
+ <meta
+ name="generator"
+ content="WP Rocket 3.17.2.1"
+ data-wpr-features="wpr_remove_unused_css wpr_delay_js wpr_lazyload_images wpr_lazyload_iframes wpr_oci wpr_desktop wpr_dns_prefetch"
+ />
+ </head>
+
+ <body
+ class="home page-template-default page page-id-11102 wp-custom-logo wp-embed-responsive post-image-aligned-center sticky-menu-no-transition sticky-enabled mobile-sticky-menu mobile-header mobile-header-logo mobile-header-sticky no-sidebar nav-below-header one-container header-aligned-left dropdown-hover contained-content"
+ itemtype="https://schema.org/WebPage"
+ itemscope
+ >
+ <a
+ class="screen-reader-text skip-link"
+ href="#content"
+ title="Skip to content"
+ >Skip to content</a
+ >
+ <nav
+ id="mobile-header"
+ itemtype="https://schema.org/SiteNavigationElement"
+ itemscope
+ class="main-navigation mobile-header-navigation has-branding has-sticky-branding has-menu-bar-items"
+ >
+ <div class="inside-navigation grid-container grid-parent">
+ <div class="site-logo mobile-header-logo">
+ <a href="https://nickgray.net/" title="Nick Gray" rel="home">
+ <img
+ src="https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1.png"
+ alt="Nick Gray"
+ class="is-logo-image"
+ width="900"
+ height="145"
+ />
+ </a>
+ </div>
+ <button
+ class="menu-toggle"
+ aria-controls="mobile-menu"
+ aria-expanded="false"
+ >
+ <span class="gp-icon icon-menu-bars"
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z"
+ /></svg
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z"
+ /></svg></span
+ ><span class="mobile-menu"> </span>
+ </button>
+ <div id="mobile-menu" class="main-nav">
+ <ul id="menu-menu" class="menu sf-menu">
+ <li
+ id="menu-item-686"
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-686"
+ >
+ <a href="https://nickgray.net/about/">ABOUT</a>
+ </li>
+ <li
+ id="menu-item-6611"
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6611"
+ >
+ <a href="https://nickgray.net/signup-for-email-updates/"
+ >NEWSLETTER</a
+ >
+ </li>
+ <li
+ id="menu-item-2319"
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2319"
+ >
+ <a href="https://nickgray.net/contact/">CONTACT</a>
+ </li>
+ <li
+ id="menu-item-6976"
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6976"
+ >
+ <a href="https://nickgray.net/blog/">BLOG</a>
+ </li>
+ <li
+ id="menu-item-9050"
+ class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9050"
+ >
+ <a href="https://party.pro/book/?ngnet">BOOK</a>
+ </li>
+ </ul>
+ </div>
+ <div class="menu-bar-items">
+ <span class="menu-bar-item">
+ <a
+ href="#"
+ role="button"
+ aria-label="Open search"
+ data-gpmodal-trigger="gp-search"
+ ><span class="gp-icon icon-search"
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ fill-rule="evenodd"
+ clip-rule="evenodd"
+ d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z"
+ /></svg
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z"
+ /></svg></span
+ ></a>
+ </span>
+ </div>
+ </div>
+ <!-- .inside-navigation -->
+ </nav>
+ <!-- #site-navigation -->
+ <nav
+ class="has-branding has-sticky-branding main-navigation nav-align-right has-menu-bar-items sub-menu-right"
+ id="site-navigation"
+ aria-label="Primary"
+ itemtype="https://schema.org/SiteNavigationElement"
+ itemscope
+ >
+ <div class="inside-navigation grid-container">
+ <div class="navigation-branding">
+ <div class="site-logo">
+ <a href="https://nickgray.net/" title="Nick Gray" rel="home">
+ <img
+ class="header-image is-logo-image"
+ alt="Nick Gray"
+ src="https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1.png"
+ title="Nick Gray"
+ width="900"
+ height="145"
+ />
+ </a>
+ </div>
+ <div class="sticky-navigation-logo">
+ <a href="https://nickgray.net/" title="Nick Gray" rel="home">
+ <img
+ src="https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1.png"
+ class="is-logo-image"
+ alt="Nick Gray"
+ width="900"
+ height="145"
+ />
+ </a>
+ </div>
+ </div>
+ <button
+ class="menu-toggle"
+ aria-controls="primary-menu"
+ aria-expanded="false"
+ >
+ <span class="gp-icon icon-menu-bars"
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z"
+ /></svg
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z"
+ /></svg></span
+ ><span class="mobile-menu"> </span>
+ </button>
+ <div id="primary-menu" class="main-nav">
+ <ul id="menu-menu-1" class="menu sf-menu">
+ <li
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-686"
+ >
+ <a href="https://nickgray.net/about/">ABOUT</a>
+ </li>
+ <li
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6611"
+ >
+ <a href="https://nickgray.net/signup-for-email-updates/"
+ >NEWSLETTER</a
+ >
+ </li>
+ <li
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2319"
+ >
+ <a href="https://nickgray.net/contact/">CONTACT</a>
+ </li>
+ <li
+ class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6976"
+ >
+ <a href="https://nickgray.net/blog/">BLOG</a>
+ </li>
+ <li
+ class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9050"
+ >
+ <a href="https://party.pro/book/?ngnet">BOOK</a>
+ </li>
+ </ul>
+ </div>
+ <div class="menu-bar-items">
+ <span class="menu-bar-item">
+ <a
+ href="#"
+ role="button"
+ aria-label="Open search"
+ data-gpmodal-trigger="gp-search"
+ ><span class="gp-icon icon-search"
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ fill-rule="evenodd"
+ clip-rule="evenodd"
+ d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z"
+ /></svg
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z"
+ /></svg></span
+ ></a>
+ </span>
+ </div>
+ </div>
+ </nav>
+
+ <div class="site grid-container container hfeed" id="page">
+ <div class="site-content" id="content">
+ <div class="content-area" id="primary">
+ <main class="site-main" id="main">
+ <article
+ id="post-11102"
+ class="post-11102 page type-page status-publish infinite-scroll-item"
+ itemtype="https://schema.org/CreativeWork"
+ itemscope
+ >
+ <div class="inside-article">
+ <div class="entry-content" itemprop="text">
+ <div class="gb-container gb-container-9316ff8b">
+ <div class="gb-container gb-container-ab4f415a">
+ <div class="gb-grid-wrapper gb-grid-wrapper-227751ee">
+ <div class="gb-grid-column gb-grid-column-1ff34c12">
+ <div class="gb-container gb-container-1ff34c12">
+ <p>Hi, I’m Nick Gray.</p>
+
+ <p>
+ I wrote a book that will help you with soft
+ skills:
+ <em
+ ><a href="https://party.pro/book/"
+ >The 2-Hour Cocktail Party</a
+ ></em
+ >.
+ </p>
+
+ <p>
+ A lot of people know me as the Founder of
+ <strong>Museum Hack</strong>, a company of
+ renegade museum tour guides.
+ </p>
+
+ <p>
+ Selling two multi-million dollar businesses
+ catapulted me towards my passions:
+ <a href="https://nickgray.net/blog/"
+ >writing articles on my blog</a
+ >, sending out
+ <a
+ href="https://nickgray.net/signup-for-email-updates/"
+ >my free monthly friends newsletter</a
+ >, and hosting great events.
+ </p>
+
+ <p>
+ What you should do now is sign up for my free
+ monthly Friends Newsletter.
+ </p>
+
+ <p>People seem to love it.</p>
+
+ <p>
+ <a
+ href="https://nickgray.net/signup-for-email-updates/"
+ >Look here</a
+ >
+ and you’ll see why.
+ </p>
+
+ <div class="gb-container gb-container-aa0469e2">
+ <!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Homepage: Friends Newsletter (Inline) -->
+ <div id="om-zl1wb145g0n87tufjama-holder"></div>
+ <script type="rocketlazyloadscript">
+ (function(d,u,ac,a){var s=d.createElement('script');s.type='text/javascript';s.src='https://dairy2.nickgray.net/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;s.dataset.api=a;d.getElementsByTagName('head')[0].appendChild(s);})(document,78418,'zl1wb145g0n87tufjama','dairy');
+ </script>
+ <!-- / OptinMonster -->
+ </div>
+
+ <p>Still not convinced?</p>
+
+ <p>
+ <a
+ href="https://nickgray.net/category/best-posts/"
+ >Check out some of my best articles here</a
+ >.
+ </p>
+ </div>
+ </div>
+
+ <div class="gb-grid-column gb-grid-column-5d414d86">
+ <div class="gb-container gb-container-5d414d86">
+ <figure
+ class="wp-block-image size-large is-resized"
+ >
+ <img
+ fetchpriority="high"
+ decoding="async"
+ width="768"
+ height="768"
+ src="https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-768x768.png"
+ alt=""
+ class="wp-image-11159"
+ style="
+ object-fit: cover;
+ width: 507px;
+ height: auto;
+ "
+ srcset="
+ https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-768x768.png 768w,
+ https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2-300x300.png 300w,
+ https://nickgray.net/wp-content/uploads/2024/10/Final-yellow-Color-2.png 1080w
+ "
+ sizes="(max-width: 768px) 100vw, 768px"
+ />
+ </figure>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </article>
+ </main>
+ </div>
+ </div>
+ </div>
+
+ <div class="site-footer footer-bar-active footer-bar-align-right">
+ <div id="footer-widgets" class="site footer-widgets">
+ <div class="footer-widgets-container grid-container">
+ <div class="inside-footer-widgets">
+ <div class="footer-widget-1">
+ <aside
+ id="block-36"
+ class="widget inner-padding widget_block widget_media_image"
+ >
+ <figure class="wp-block-image size-full is-resized">
+ <img
+ decoding="async"
+ width="900"
+ height="145"
+ src="https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1.png"
+ alt=""
+ class="wp-image-11304"
+ style="width: 255px; height: auto"
+ srcset="
+ https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1.png 900w,
+ https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1-300x48.png 300w,
+ https://nickgray.net/wp-content/uploads/2024/10/nick-gray-logo-50x300-1-768x124.png 768w
+ "
+ sizes="(max-width: 900px) 100vw, 900px"
+ />
+ </figure>
+ </aside>
+ <aside id="block-13" class="widget inner-padding widget_block">
+ <h4 class="wp-block-heading has-text-align-left">
+ My Companies
+ </h4>
+ </aside>
+ <aside
+ id="block-14"
+ class="widget inner-padding widget_block widget_text"
+ >
+ <p>
+ <a href="https://nickgray.net/sold-museum-hack/"
+ >Museum Hack</a
+ ><br /><a href="https://nickgray.net/flight-display-systems/"
+ >Flight Display Systems</a
+ >
+ </p>
+ </aside>
+ <aside id="block-15" class="widget inner-padding widget_block">
+ <h4 class="wp-block-heading">My Projects</h4>
+ </aside>
+ <aside
+ id="block-16"
+ class="widget inner-padding widget_block widget_text"
+ >
+ <p>
+ <a href="https://party.pro/book/?ngnet">Party Book</a>,
+ <a
+ href="https://nickgray.net/signup-for-email-updates/?footer"
+ >Friends News</a
+ >, <a href="https://tripeak.com/">Tri-Peak Holdings</a>
+ </p>
+ </aside>
+ </div>
+ <div class="footer-widget-2">
+ <aside id="block-3" class="widget inner-padding widget_block">
+ <h2 class="wp-block-heading">My Travel Guides</h2>
+ </aside>
+ <aside
+ id="block-4"
+ class="widget inner-padding widget_block widget_text"
+ >
+ <p>
+ <a href="https://nickgray.net/tokyo23/">Tokyo</a>,
+ <a href="https://nickgray.net/cdmx/">Mexico City</a>,
+ <a href="https://nickgray.net/nyc/">NYC</a>,
+ <a href="https://nickgray.net/bangkok/">Bangkok</a>,
+ <a href="https://nickgray.net/bali/">Bali</a>, and
+ <a href="https://nickgray.net/category/travel/">more here</a>.
+ </p>
+ </aside>
+ <aside id="block-10" class="widget inner-padding widget_block">
+ <h2 class="wp-block-heading">
+ My Best and Most Popular Articles
+ </h2>
+ </aside>
+ <aside
+ id="block-6"
+ class="widget inner-padding widget_block widget_text"
+ >
+ <p>
+ <a href="https://nickgray.net/tokyo-blind-date/"
+ >Tokyo Blind Date</a
+ >,
+ <a href="https://nickgray.net/hair-loss/"
+ >Men’s Hair Loss Tips</a
+ >,
+ <a href="https://nickgray.net/travel-gear-2024/"
+ >Travel Gear Guide</a
+ >,
+ <a href="https://nickgray.net/airport/"
+ >Why I Give Free Airport Rides</a
+ >, and
+ <a href="https://nickgray.net/category/best-posts/"
+ >more here</a
+ >.
+ </p>
+ </aside>
+ <aside id="block-5" class="widget inner-padding widget_block">
+ <h2 class="wp-block-heading">Business Resources</h2>
+ </aside>
+ <aside
+ id="block-11"
+ class="widget inner-padding widget_block widget_text"
+ >
+ <p>
+ <a href="https://nickgray.net/calendly/"
+ >Calendly Message Examples</a
+ >,
+ <a
+ href="https://nickgray.net/how-to-introduce-two-people-via-email/"
+ data-type="post"
+ data-id="5780"
+ >How to Introduce Two People on Email</a
+ >,
+ <a
+ href="https://nickgray.net/trade-show-ideas/"
+ data-type="post"
+ data-id="9351"
+ >15 Small Trade Show Booth Ideas</a
+ >,
+ <a
+ href="https://nickgray.net/ir/"
+ data-type="post"
+ data-id="7179"
+ >List of Investor Relations Firms</a
+ >, and
+ <a
+ href="https://nickgray.net/screening-questions/"
+ data-type="post"
+ data-id="3924"
+ >Job Screening Questions</a
+ >.
+ </p>
+ </aside>
+ </div>
+ <div class="footer-widget-3">
+ <aside id="block-8" class="widget inner-padding widget_block">
+ <h2 class="wp-block-heading">
+ <a href="https://nickgray.net/signup-for-email-updates/"
+ >Get Free Access: Join my Famous Friends Newsletter</a
+ >
+ </h2>
+ </aside>
+ <aside id="block-9" class="widget inner-padding widget_block">
+ <script
+ async
+ data-uid="4c9510e340"
+ src="https://nickgray.ck.page/4c9510e340/index.js"
+ data-jetpack-boost="ignore"
+ data-no-defer="1"
+ nowprocket
+ ></script>
+ </aside>
+ </div>
+ </div>
+ </div>
+ </div>
+ <footer
+ class="site-info"
+ aria-label="Site"
+ itemtype="https://schema.org/WPFooter"
+ itemscope
+ >
+ <div class="inside-site-info grid-container">
+ <div class="footer-bar">
+ <aside id="block-21" class="widget inner-padding widget_block">
+ <ul
+ class="wp-block-social-links has-icon-color is-style-logos-only is-layout-flex wp-block-social-links-is-layout-flex"
+ >
+ <li
+ style="color: var(--contrast)"
+ class="wp-social-link wp-social-link-x has-contrast-color wp-block-social-link"
+ >
+ <a
+ href="https://x.com/nickgraynews"
+ class="wp-block-social-link-anchor"
+ ><svg
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ aria-hidden="true"
+ focusable="false"
+ >
+ <path
+ d="M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z"
+ /></svg
+ ><span class="wp-block-social-link-label screen-reader-text"
+ >X</span
+ ></a
+ >
+ </li>
+
+ <li
+ style="color: var(--contrast)"
+ class="wp-social-link wp-social-link-instagram has-contrast-color wp-block-social-link"
+ >
+ <a
+ href="https://www.instagram.com/nickgraynews/"
+ class="wp-block-social-link-anchor"
+ ><svg
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ aria-hidden="true"
+ focusable="false"
+ >
+ <path
+ d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"
+ ></path></svg
+ ><span class="wp-block-social-link-label screen-reader-text"
+ >Instagram</span
+ ></a
+ >
+ </li>
+
+ <li
+ style="color: var(--contrast)"
+ class="wp-social-link wp-social-link-linkedin has-contrast-color wp-block-social-link"
+ >
+ <a
+ href="https://www.linkedin.com/in/nickgraynews"
+ class="wp-block-social-link-anchor"
+ ><svg
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ aria-hidden="true"
+ focusable="false"
+ >
+ <path
+ d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"
+ ></path></svg
+ ><span class="wp-block-social-link-label screen-reader-text"
+ >LinkedIn</span
+ ></a
+ >
+ </li>
+
+ <li
+ style="color: var(--contrast)"
+ class="wp-social-link wp-social-link-mail has-contrast-color wp-block-social-link"
+ >
+ <a
+ href="/cdn-cgi/l/email-protection#620a070e0e0d220c0b01090510031b4c0c0716"
+ class="wp-block-social-link-anchor"
+ ><svg
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ aria-hidden="true"
+ focusable="false"
+ >
+ <path
+ d="M19,5H5c-1.1,0-2,.9-2,2v10c0,1.1.9,2,2,2h14c1.1,0,2-.9,2-2V7c0-1.1-.9-2-2-2zm.5,12c0,.3-.2.5-.5.5H5c-.3,0-.5-.2-.5-.5V9.8l7.5,5.6,7.5-5.6V17zm0-9.1L12,13.6,4.5,7.9V7c0-.3.2-.5.5-.5h14c.3,0,.5.2.5.5v.9z"
+ ></path></svg
+ ><span class="wp-block-social-link-label screen-reader-text"
+ >Mail</span
+ ></a
+ >
+ </li>
+
+ <li
+ style="color: var(--contrast)"
+ class="wp-social-link wp-social-link-youtube has-contrast-color wp-block-social-link"
+ >
+ <a
+ href="https://www.youtube.com/@nickgray"
+ class="wp-block-social-link-anchor"
+ ><svg
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ aria-hidden="true"
+ focusable="false"
+ >
+ <path
+ d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"
+ ></path></svg
+ ><span class="wp-block-social-link-label screen-reader-text"
+ >YouTube</span
+ ></a
+ >
+ </li>
+ </ul>
+ </aside>
+ </div>
+ <div class="copyright-bar">
+ <span class="copyright">© 2024 Nick Gray</span> • Built
+ with
+ <a href="https://generatepress.com" itemprop="url">GeneratePress</a>
+ </div>
+ </div>
+ </footer>
+ </div>
+
+ <a
+ title="Scroll back to top"
+ aria-label="Scroll back to top"
+ rel="nofollow"
+ href="#"
+ class="generate-back-to-top"
+ data-scroll-speed="400"
+ data-start-scroll="300"
+ >
+ <span class="gp-icon icon-arrow-up"
+ ><svg
+ viewBox="0 0 330 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ fill-rule="evenodd"
+ clip-rule="evenodd"
+ stroke-linejoin="round"
+ stroke-miterlimit="1.414"
+ >
+ <path
+ d="M305.863 314.916c0 2.266-1.133 4.815-2.832 6.514l-14.157 14.163c-1.699 1.7-3.964 2.832-6.513 2.832-2.265 0-4.813-1.133-6.512-2.832L164.572 224.276 53.295 335.593c-1.699 1.7-4.247 2.832-6.512 2.832-2.265 0-4.814-1.133-6.513-2.832L26.113 321.43c-1.699-1.7-2.831-4.248-2.831-6.514s1.132-4.816 2.831-6.515L158.06 176.408c1.699-1.7 4.247-2.833 6.512-2.833 2.265 0 4.814 1.133 6.513 2.833L303.03 308.4c1.7 1.7 2.832 4.249 2.832 6.515z"
+ fill-rule="nonzero"
+ /></svg
+ ></span>
+ </a>
+ <script
+ data-cfasync="false"
+ src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"
+ ></script>
+ <script type="rocketlazyloadscript" id="generate-a11y">
+ !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();
+ </script>
+ <div class="gp-modal gp-search-modal" id="gp-search">
+ <div class="gp-modal__overlay" tabindex="-1" data-gpmodal-close>
+ <div class="gp-modal__container">
+ <form
+ role="search"
+ method="get"
+ class="search-modal-form"
+ action="https://nickgray.net/"
+ >
+ <label for="search-modal-input" class="screen-reader-text"
+ >Search for:</label
+ >
+ <div class="search-modal-fields">
+ <input
+ id="search-modal-input"
+ type="search"
+ class="search-field"
+ placeholder="Search …"
+ value=""
+ name="s"
+ />
+ <button aria-label="Search">
+ <span class="gp-icon icon-search"
+ ><svg
+ viewBox="0 0 512 512"
+ aria-hidden="true"
+ xmlns="http://www.w3.org/2000/svg"
+ width="1em"
+ height="1em"
+ >
+ <path
+ fill-rule="evenodd"
+ clip-rule="evenodd"
+ d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z"
+ /></svg
+ ></span>
+ </button>
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ <!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Site-wide: Social Media (M) -->
+ <script type="rocketlazyloadscript">
+ (function(d,u,ac,a){var s=d.createElement('script');s.type='text/javascript';s.src='https://dairy2.nickgray.net/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;s.dataset.api=a;d.getElementsByTagName('head')[0].appendChild(s);})(document,78418,'ktmu9bmwfpxsvslyun6p','dairy');
+ </script>
+ <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Site-wide: Social Media -->
+ <script type="rocketlazyloadscript">
+ (function(d,u,ac,a){var s=d.createElement('script');s.type='text/javascript';s.src='https://dairy2.nickgray.net/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;s.dataset.api=a;d.getElementsByTagName('head')[0].appendChild(s);})(document,78418,'pgxcjzcd9kmum7qxazay','dairy');
+ </script>
+ <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Friends Newsletter (M) -->
+ <script type="rocketlazyloadscript">
+ (function(d,u,ac,a){var s=d.createElement('script');s.type='text/javascript';s.src='https://dairy2.nickgray.net/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;s.dataset.api=a;d.getElementsByTagName('head')[0].appendChild(s);})(document,78418,'sqwajstrdxfpjt4rrzhp','dairy');
+ </script>
+ <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Friends Newsletter (D) -->
+ <script type="rocketlazyloadscript">
+ (function(d,u,ac,a){var s=d.createElement('script');s.type='text/javascript';s.src='https://dairy2.nickgray.net/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;s.dataset.api=a;d.getElementsByTagName('head')[0].appendChild(s);})(document,78418,'otlvymrermjtjayrn1zr','dairy');
+ </script>
+ <!-- / OptinMonster -->
+ <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
+ var zl1wb145g0n87tufjama_shortcode = true;var ktmu9bmwfpxsvslyun6p_shortcode = true;var pgxcjzcd9kmum7qxazay_shortcode = true;var sqwajstrdxfpjt4rrzhp_shortcode = true;var otlvymrermjtjayrn1zr_shortcode = true;
+ </script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-content/plugins/gp-premium/menu-plus/functions/js/sticky.min.js?ver=2.5.0"
+ id="generate-sticky-js"
+ ></script>
+ <script id="convertkit-broadcasts-js-extra">
+ var convertkit_broadcasts = {
+ ajax_url: "https:\/\/nickgray.net\/wp-admin\/admin-ajax.php",
+ action: "convertkit_broadcasts_render",
+ debug: "",
+ };
+ </script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-content/plugins/convertkit/resources/frontend/js/broadcasts.js?ver=2.6.5"
+ id="convertkit-broadcasts-js"
+ ></script>
+ <script id="convertkit-js-js-extra">
+ var convertkit = {
+ ajaxurl: "https:\/\/nickgray.net\/wp-admin\/admin-ajax.php",
+ debug: "",
+ nonce: "44cfb658fa",
+ subscriber_id: "",
+ };
+ </script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-content/plugins/convertkit/resources/frontend/js/convertkit.js?ver=2.6.5"
+ id="convertkit-js-js"
+ ></script>
+ <!--[if lte IE 11]>
+ <script
+ src="https://nickgray.net/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.4.0"
+ id="generate-classlist-js"
+ ></script>
+ <![endif]-->
+ <script id="generate-menu-js-extra">
+ var generatepressMenu = {
+ toggleOpenedSubMenus: "1",
+ openSubMenuLabel: "Open Sub-Menu",
+ closeSubMenuLabel: "Close Sub-Menu",
+ };
+ </script>
+ <script
+ src="https://nickgray.net/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.4.0"
+ id="generate-menu-js"
+ ></script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-content/themes/generatepress/assets/dist/modal.js?ver=3.4.0"
+ id="generate-modal-js"
+ ></script>
+ <script id="generate-back-to-top-js-extra">
+ var generatepressBackToTop = { smooth: "1" };
+ </script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-content/themes/generatepress/assets/js/back-to-top.min.js?ver=3.4.0"
+ id="generate-back-to-top-js"
+ ></script>
+ <script type="rocketlazyloadscript">
+ (function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://dairy2.nickgray.net/app/js/api.min.js";s.async=true;s.id="omapi-script";s.dataset.api="dairy";d.getElementsByTagName("head")[0].appendChild(s);})(document);
+ </script>
+ <script
+ type="rocketlazyloadscript"
+ data-rocket-src="https://nickgray.net/wp-content/plugins/optinmonster/assets/dist/js/helper.min.js?ver=2.16.9"
+ id="optinmonster-wp-helper-js"
+ ></script>
+ <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
+ var omapi_localized = {
+ ajax: 'https://nickgray.net/wp-admin/admin-ajax.php?optin-monster-ajax-route=1',
+ nonce: 'd5222fb53f',
+ slugs:
+ {"zl1wb145g0n87tufjama":{"slug":"zl1wb145g0n87tufjama","mailpoet":false},"ktmu9bmwfpxsvslyun6p":{"slug":"ktmu9bmwfpxsvslyun6p","mailpoet":false},"pgxcjzcd9kmum7qxazay":{"slug":"pgxcjzcd9kmum7qxazay","mailpoet":false},"sqwajstrdxfpjt4rrzhp":{"slug":"sqwajstrdxfpjt4rrzhp","mailpoet":false},"otlvymrermjtjayrn1zr":{"slug":"otlvymrermjtjayrn1zr","mailpoet":false}} };
+ </script>
+ <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
+ var omapi_data = {"object_id":11102,"object_key":"page","object_type":"post","term_ids":[],"wp_json":"https:\/\/nickgray.net\/wp-json","wc_active":false,"edd_active":false,"nonce":"55bb4c4c19"};
+ </script>
+ <script>
+ window.lazyLoadOptions = [
+ {
+ elements_selector:
+ "img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",
+ data_src: "lazy-src",
+ data_srcset: "lazy-srcset",
+ data_sizes: "lazy-sizes",
+ class_loading: "lazyloading",
+ class_loaded: "lazyloaded",
+ threshold: 300,
+ callback_loaded: function (element) {
+ if (
+ element.tagName === "IFRAME" &&
+ element.dataset.rocketLazyload == "fitvidscompatible"
+ ) {
+ if (element.classList.contains("lazyloaded")) {
+ if (typeof window.jQuery != "undefined") {
+ if (jQuery.fn.fitVids) {
+ jQuery(element).parent().fitVids();
+ }
+ }
+ }
+ }
+ },
+ },
+ {
+ elements_selector: ".rocket-lazyload",
+ data_src: "lazy-src",
+ data_srcset: "lazy-srcset",
+ data_sizes: "lazy-sizes",
+ class_loading: "lazyloading",
+ class_loaded: "lazyloaded",
+ threshold: 300,
+ },
+ ];
+ window.addEventListener(
+ "LazyLoad::Initialized",
+ function (e) {
+ var lazyLoadInstance = e.detail.instance;
+ if (window.MutationObserver) {
+ var observer = new MutationObserver(function (mutations) {
+ var image_count = 0;
+ var iframe_count = 0;
+ var rocketlazy_count = 0;
+ mutations.forEach(function (mutation) {
+ for (var i = 0; i < mutation.addedNodes.length; i++) {
+ if (
+ typeof mutation.addedNodes[i].getElementsByTagName !==
+ "function"
+ ) {
+ continue;
+ }
+ if (
+ typeof mutation.addedNodes[i].getElementsByClassName !==
+ "function"
+ ) {
+ continue;
+ }
+ images = mutation.addedNodes[i].getElementsByTagName("img");
+ is_image = mutation.addedNodes[i].tagName == "IMG";
+ iframes =
+ mutation.addedNodes[i].getElementsByTagName("iframe");
+ is_iframe = mutation.addedNodes[i].tagName == "IFRAME";
+ rocket_lazy =
+ mutation.addedNodes[i].getElementsByClassName(
+ "rocket-lazyload",
+ );
+ image_count += images.length;
+ iframe_count += iframes.length;
+ rocketlazy_count += rocket_lazy.length;
+ if (is_image) {
+ image_count += 1;
+ }
+ if (is_iframe) {
+ iframe_count += 1;
+ }
+ }
+ });
+ if (image_count > 0 || iframe_count > 0 || rocketlazy_count > 0) {
+ lazyLoadInstance.update();
+ }
+ });
+ var b = document.getElementsByTagName("body")[0];
+ var config = { childList: !0, subtree: !0 };
+ observer.observe(b, config);
+ }
+ },
+ !1,
+ );
+ </script>
+ <script
+ data-no-minify="1"
+ async
+ src="https://nickgray.net/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"
+ ></script>
+ <script>
+ function lazyLoadThumb(e, alt, l) {
+ var t =
+ '<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',
+ a = '<button class="play" aria-label="play Youtube video"></button>';
+ if (l) {
+ t = t.replace("data-lazy-", "");
+ t = t.replace('loading="lazy"', "");
+ t = t.replace(/<noscript>.*?<\/noscript>/g, "");
+ }
+ t = t.replace('alt=""', 'alt="' + alt + '"');
+ return t.replace("ID", e) + a;
+ }
+ function lazyLoadYoutubeIframe() {
+ var e = document.createElement("iframe"),
+ t = "ID?autoplay=1";
+ t +=
+ 0 === this.parentNode.dataset.query.length
+ ? ""
+ : "&" + this.parentNode.dataset.query;
+ e.setAttribute("src", t.replace("ID", this.parentNode.dataset.src)),
+ e.setAttribute("frameborder", "0"),
+ e.setAttribute("allowfullscreen", "1"),
+ e.setAttribute(
+ "allow",
+ "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",
+ ),
+ this.parentNode.parentNode.replaceChild(e, this.parentNode);
+ }
+ document.addEventListener("DOMContentLoaded", function () {
+ var exclusions = [];
+ var e,
+ t,
+ p,
+ u,
+ l,
+ a = document.getElementsByClassName("rll-youtube-player");
+ for (t = 0; t < a.length; t++)
+ (e = document.createElement("div")),
+ (u = "https://i.ytimg.com/vi/ID/hqdefault.jpg"),
+ (u = u.replace("ID", a[t].dataset.id)),
+ (l = exclusions.some((exclusion) => u.includes(exclusion))),
+ e.setAttribute("data-id", a[t].dataset.id),
+ e.setAttribute("data-query", a[t].dataset.query),
+ e.setAttribute("data-src", a[t].dataset.src),
+ (e.innerHTML = lazyLoadThumb(a[t].dataset.id, a[t].dataset.alt, l)),
+ a[t].appendChild(e),
+ (p = e.querySelector(".play")),
+ (p.onclick = lazyLoadYoutubeIframe);
+ });
+ </script>
+ <script
+ defer
+ src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"
+ integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ=="
+ data-cf-beacon='{"rayId":"8e5ca0d6bbaf313d","version":"2024.10.5","r":1,"token":"729ef3eb4b2c44749dd0f59128aa48eb","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}'
+ crossorigin="anonymous"
+ ></script>
+ </body>
+</html>
+
+<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
------------------------------------------------------------
commit 440509bec92d4e8f614ac395516f12fe29a01ca3
Author: ffff:72.234.133.153 <ffff:72.234.133.153@hub.scroll.pub>
Date: Thu Nov 21 00:42:49 2024 +0000
created existing.html
diff --git a/existing.html b/existing.html
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
commit 93e43037b7794c5d3de89eaf6afe3e3d561d8df3
Author: root <root@hub.scroll.pub>
Date: Sun Nov 10 20:12:15 2024 +0000
initial blank_template template
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bd1a52d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.DS_Store
+*.html
+*.txt
+*.xml
+*.css
+*.js
+*.csv
+requests.scroll
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..4442ed6
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,4 @@
+buildHtml
+theme roboto
+
+Hello World my name is
\ No newline at end of file