/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	tab-size: 4; /* 3 */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-bottom:0}.wp-element-button{--button-padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);--button-font-size: var(--wp--preset--font-size--md);align-items:center;box-shadow:none;box-shadow:initial;cursor:pointer;display:inline-flex;font-size:var(--button-font-size);font-weight:var(--wp--custom--typography--font-weight--heading);gap:var(--wp--preset--spacing--xs);justify-content:center;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out), background-color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out), border-color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out), opacity var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out);border:medium none currentcolor;border:initial;border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--sm));padding:var(--button-padding);background-color:var(--wp--preset--color--brand-primary);color:var(--wp--preset--color--contrast)}.wp-element-button:hover{opacity:.9}.wp-element-button:focus-visible{outline:2px solid var(--wp--custom--color--focus) !important;outline-offset:2px !important;transition:none 0s ease 0s !important;transition:initial !important}html{scroll-behavior:smooth;scroll-snap-type:x mandatory}body{background-color:var(--wp--preset--color--base);color:var(--wp--preset--color--contrast);font-family:var(--wp--preset--font-family--primary);font-size:var(--wp--preset--font-size--md);-webkit-font-smoothing:antialiased;letter-spacing:var(--wp--custom--typography--letter-spacing--normal);line-height:var(--wp--custom--typography--line-height--loose)}:target{scroll-margin-block:var(--wp--custom--spacing--group-gap)}*{border-color:var(--wp--custom--color--border)}.has-contrast-background-color{color:var(--wp--preset--color--tint-primary)}.has-contrast-background-color .wp-block-heading{color:inherit}a:has(.has-inline-color.has-brand-primary-color){-webkit-text-decoration-color:var(--wp--preset--color--brand-primary);text-decoration-color:var(--wp--preset--color--brand-primary)}button,input,optgroup,select,textarea{color:inherit;font:inherit;padding:0}label{color:var(--wp--preset--color--contrast);display:block;font-size:var(--wp--preset--font-size--md);font-weight:var(--wp--custom--typography--font-weight--heading);margin-bottom:var(--wp--preset--spacing--sm)}label:last-child{margin-bottom:0}fieldset{border:0;margin:0;padding:0}legend{padding:0}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--wp--preset--color--tint-primary);border:2px solid var(--wp--custom--color--border-input);border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--md));box-shadow:none;color:var(--wp--preset--color--contrast);display:block;font-family:inherit;font-size:var(--wp--preset--font-size--md);line-height:var(--wp--custom--typography--line-height--normal);padding-top:var(--wp--preset--spacing--sm);padding-bottom:var(--wp--preset--spacing--sm);padding-left:var(--wp--preset--spacing--md);padding-right:var(--wp--preset--spacing--md);width:100%}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus{border-color:var(--wp--custom--color--focus);outline:2px solid rgba(0,0,0,0);outline-offset:2px}[type=text]:disabled,[type=email]:disabled,[type=url]:disabled,[type=password]:disabled,[type=number]:disabled,[type=date]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=week]:disabled{border-color:var(--wp--preset--color--base-accent);color:var(--wp--preset--color--base-accent);cursor:not-allowed}[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=url]::-moz-placeholder, [type=password]::-moz-placeholder, [type=number]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=month]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=time]::-moz-placeholder, [type=week]::-moz-placeholder{color:var(--wp--preset--color--base-accent);opacity:1}[type=text]::placeholder,[type=email]::placeholder,[type=url]::placeholder,[type=password]::placeholder,[type=number]::placeholder,[type=date]::placeholder,[type=datetime-local]::placeholder,[type=month]::placeholder,[type=search]::placeholder,[type=tel]::placeholder,[type=time]::placeholder,[type=week]::placeholder{color:var(--wp--preset--color--base-accent);opacity:1}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--wp--preset--color--tint-primary);border:2px solid var(--wp--custom--color--border-input);border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--md));box-shadow:none;color:var(--wp--preset--color--contrast);display:block;font-family:inherit;font-size:var(--wp--preset--font-size--md);line-height:var(--wp--custom--typography--line-height--normal);padding-top:var(--wp--preset--spacing--sm);padding-bottom:var(--wp--preset--spacing--sm);padding-left:var(--wp--preset--spacing--md);padding-right:var(--wp--preset--spacing--md);width:100%;max-width:100%;min-height:100px;min-width:100%}textarea:focus{border-color:var(--wp--custom--color--focus);outline:2px solid rgba(0,0,0,0);outline-offset:2px}textarea:disabled{border-color:var(--wp--preset--color--base-accent);color:var(--wp--preset--color--base-accent);cursor:not-allowed}textarea::-moz-placeholder{color:var(--wp--preset--color--base-accent);opacity:1}textarea::placeholder{color:var(--wp--preset--color--base-accent);opacity:1}textarea.medium{height:150px;min-height:150px}textarea.large{height:200px;min-height:200px}select:where(:not([multiple])){--icon-size: 1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--wp--custom--color--border-input);border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--md));box-shadow:none;display:block;font-family:inherit;font-size:var(--wp--preset--font-size--md);line-height:var(--wp--custom--typography--line-height--normal);width:100%;background-color:var(--wp--preset--color--tint-primary);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMTMuNjYsMTAxLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzIsMGwtODAtODBBOCw4LDAsMCwxLDUzLjY2LDkwLjM0TDEyOCwxNjQuNjlsNzQuMzQtNzQuMzVhOCw4LDAsMCwxLDExLjMyLDExLjMyWiI+PC9wYXRoPjwvc3ZnPg==");background-position:right var(--wp--preset--spacing--md) center;background-repeat:no-repeat;background-size:1em 1em;background-size:var(--icon-size) var(--icon-size);padding-top:var(--wp--preset--spacing--sm);padding-bottom:var(--wp--preset--spacing--sm);padding-left:var(--wp--preset--spacing--sm);padding-right:var(--wp--preset--spacing--xl);-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where(:not([multiple])):focus{border-color:var(--wp--custom--color--focus);box-shadow:var(--wp--custom--color--focus) 0 0 0 1px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}select:where(:not([multiple])):disabled{border-color:var(--wp--preset--color--base-accent);color:var(--wp--preset--color--base-accent);cursor:not-allowed}select:where([multiple]){--icon-size: 1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--wp--custom--color--border-input);border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--md));box-shadow:none;display:block;font-family:inherit;font-size:var(--wp--preset--font-size--md);line-height:var(--wp--custom--typography--line-height--normal);width:100%;padding-top:var(--wp--preset--spacing--sm);padding-bottom:var(--wp--preset--spacing--sm);padding-left:var(--wp--preset--spacing--lg);padding-right:var(--wp--preset--spacing--lg)}select:where([multiple]):focus{border-color:var(--wp--custom--color--focus);box-shadow:var(--wp--custom--color--focus) 0 0 0 1px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}select:where([multiple]):disabled{border-color:var(--wp--preset--color--base-accent);color:var(--wp--preset--color--base-accent);cursor:not-allowed}[type=checkbox]{--icon-size: 24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--wp--preset--color--tint-primary);background-origin:border-box;border:2px solid var(--wp--custom--color--border-input);border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--xs));color:var(--wp--preset--color--brand-secondary);display:inline-block;flex-shrink:0;height:24px;height:var(--icon-size);margin-right:var(--wp--preset--spacing--xs);padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:24px;width:var(--icon-size)}[type=checkbox]:focus{box-shadow:var(--wp--preset--color--base) 0 0 0 1px,var(--wp--custom--color--focus) 0 0 0 3px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}[type=checkbox]:checked{background-color:currentcolor;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-color:rgba(0,0,0,0)}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus{background-color:currentcolor;border-color:rgba(0,0,0,0)}[type=checkbox]:indeterminate{background-color:currentcolor;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-color:rgba(0,0,0,0)}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{background-color:currentcolor;border-color:rgba(0,0,0,0)}[type=checkbox]+label{font-weight:var(--wp--custom--typography--font-weight--body)}[type=radio]{--icon-size: 24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--wp--preset--color--tint-primary);background-origin:border-box;border:2px solid var(--wp--custom--color--border-input);border-radius:100%;color:var(--wp--preset--color--brand-secondary);display:inline-block;flex-shrink:0;height:24px;height:var(--icon-size);margin-right:var(--wp--preset--spacing--xs);padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:24px;width:var(--icon-size)}[type=radio]:focus{box-shadow:var(--wp--preset--color--base) 0 0 0 1px,var(--wp--custom--color--focus) 0 0 0 3px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}[type=radio]:checked{background-color:currentcolor;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-color:rgba(0,0,0,0)}[type=radio]:checked:hover,[type=radio]:checked:focus{background-color:currentcolor;border-color:rgba(0,0,0,0)}[type=radio]+label{font-weight:var(--wp--custom--typography--font-weight--body)}[type=file]{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-radius:0;border-width:0;font-size:inherit;line-height:inherit;padding:0}[type=file]:focus{border-color:var(--wp--custom--color--focus);box-shadow:var(--wp--custom--color--focus) 0 0 0 1px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}[type=range]{accent-color:var(--wp--preset--color--brand-primary)}[type=submit]{--button-padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);--button-font-size: var(--wp--preset--font-size--md);align-items:center;box-shadow:none;box-shadow:initial;cursor:pointer;display:inline-flex;font-size:var(--button-font-size);font-weight:var(--wp--custom--typography--font-weight--heading);gap:var(--wp--preset--spacing--xs);justify-content:center;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out), background-color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out), border-color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out), opacity var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out);border:medium none currentcolor;border:initial;border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--sm));padding:var(--button-padding);background-color:var(--wp--preset--color--brand-primary);color:var(--wp--preset--color--contrast)}[type=submit]:hover{opacity:.9}[type=submit]:focus-visible{outline:2px solid var(--wp--custom--color--focus) !important;outline-offset:2px !important;transition:none 0s ease 0s !important;transition:initial !important}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-bottom:0;padding-top:0}.ui-datepicker.gform-theme-datepicker{background-color:var(--wp--preset--color--tint-primary);border:1px solid var(--wp--custom--color--border);border-radius:calc(var(--wp--custom--global--is-rounded)*var(--wp--preset--border-radius--md));box-shadow:var(--wp--preset--shadow--sm);display:flex;flex-direction:column;gap:var(--wp--preset--spacing--sm);max-width:250px;padding:var(--wp--preset--spacing--md);width:100%}@media(min-width: 640px){.ui-datepicker.gform-theme-datepicker{max-width:300px}}.ui-datepicker.gform-theme-datepicker .ui-datepicker-header{display:flex;flex-wrap:wrap;gap:var(--wp--preset--spacing--sm);justify-content:space-between}.ui-datepicker.gform-theme-datepicker .ui-datepicker-header a{cursor:pointer}.ui-datepicker.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title{display:flex;gap:var(--wp--preset--spacing--xs);width:100%}.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%;table-layout:fixed}.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td{height:40px}.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td a,.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td span{align-items:center;height:100%;display:flex;justify-content:center}.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td a{cursor:pointer;-webkit-text-decoration:none;text-decoration:none}.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td span{color:var(--wp--custom--color--primitive--neutral--200)}:where(a:not(.wp-element-button)){color:var(--wp--custom--color--contrast);-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:var(--wp--preset--color--brand-tertiary);text-decoration-color:var(--wp--preset--color--brand-tertiary);transition:color var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-in)}:where(a:not(.wp-element-button)):hover{color:var(--wp--preset--color--brand-tertiary)}:where(a:not(.wp-element-button)):focus-visible:focus-visible{background-color:var(--wp--custom--color--focus) !important;color:var(--wp--custom--color--focus-accent) !important;outline:none !important;transition:none 0s ease 0s !important;transition:initial !important}:where(nav) :where(ul,ol){list-style:none;margin:0;padding:0}img,picture,video,audio,canvas,svg{display:block;max-width:100%;vertical-align:bottom}h1,h2,h3,h4,h5,h6{color:var(--wp--preset--color--contrast);font-family:var(--wp--preset--font-family--primary);font-weight:var(--wp--custom--typography--font-weight--heading);letter-spacing:var(--wp--custom--typography--letter-spacing--normal);line-height:var(--wp--custom--typography--line-height--snug);text-wrap:balance}p{text-wrap:pretty}strong{font-weight:var(--wp--custom--typography--font-weight--heading)}.site-header{margin:0;position:relative}.site-header__logo{font-family:inherit;font-size:inherit;line-height:1;margin:0;max-width:200px}.site-header__logo-link{color:inherit;display:inline-block;position:relative}.site-header__logo-link::before{background:radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.4), transparent 40%);background:radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.4), transparent 40%);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity var(--wp--custom--transition--duration--normal) var(--wp--custom--transition--timing--ease-out);width:100%}.site-header__logo-link:hover::before{opacity:1}.site-header__logo-image{width:100%}@media(max-width: 1023px){.site-header__inner.is-stacked-on-mobile,.site-header__inner>.is-stacked-on-mobile{align-items:center !important}}@media(min-width: 1024px){.site-header .wp-block-matter-navigation.is-menu-type-simple+.wp-block-matter-navigation.is-menu-type-simple{border-left:1px solid currentcolor;padding-left:var(--wp--custom--spacing--block-gap)}}.wp-site-blocks{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}:root :where(.wp-site-blocks)>.site-main{margin-top:0}.site-main,.woocommerce{flex:1 0 auto;margin:0}.site-main>.wp-block-group+.wp-block-group,.woocommerce>.wp-block-group+.wp-block-group{margin-top:var(--wp--custom--spacing--group-gap)}.site-footer{font-size:var(--wp--preset--font-size--md);margin:0}.site-footer :where(a:not(.wp-element-button)){color:var(--wp--preset--color--brand-primary);-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.site-footer__logo{max-width:200px}.site-footer__logo-link{color:inherit;display:inline-block}.site-footer__logo-image{width:100%}.site-footer__legal{font-size:var(--wp--preset--font-size--sm)}.site-footer__legal :where(a:not(.wp-element-button)){-webkit-text-decoration-color:var(--wp--preset--color--brand-tertiary);text-decoration-color:var(--wp--preset--color--brand-tertiary);text-underline-offset:2px}.site-footer__legal :where(a:not(.wp-element-button)):hover{text-decoration-thickness:2px}.site-footer__copyright{font-size:var(--wp--preset--font-size--sm);font-weight:var(--wp--custom--typography--font-weight--body)}.site-footer__credit{display:inline-flex;flex-wrap:wrap;font-size:var(--wp--preset--font-size--sm);font-weight:var(--wp--custom--typography--font-weight--body);gap:var(--wp--preset--spacing--xs);-webkit-text-decoration:none;text-decoration:none}.site-footer__credit::after{content:none}.site-footer__credit:hover,.site-footer__credit:focus-visible{color:var(--wp--custom--color--text--invert);-webkit-text-decoration:none;text-decoration:none}.site-footer__credit svg{position:relative;top:2px;width:10ch}.site-footer .has-contrast-background-color .site-footer__legal{color:var(--wp--preset--color--base)}.site-footer .has-contrast-background-color .site-footer__legal :where(a:not(.wp-element-button)){color:inherit}.site-footer__secure-checkout{align-items:center;display:inline-flex;gap:var(--wp--preset--spacing--xs)}.site-footer__secure-checkout::after{background-color:currentcolor;content:"";display:inline-block;height:24px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px;-webkit-mask-image:url("../../assets/svg/icons/lock.svg");mask-image:url("../../assets/svg/icons/lock.svg")}@media(min-width: 1024px){.site-footer__checkout-row{justify-content:space-between}}.cookie-banner{background:var(--wp--preset--color--brand-primary);bottom:0;box-shadow:0 -4px 6px -1px rgba(0,0,0,.1);left:0;padding:1rem;position:fixed;right:0;z-index:1000}.cookie-banner .screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;white-space:nowrap;width:1px;word-wrap:normal;z-index:100000;position:absolute}.cookie-banner__content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:var(--wp--custom--layout--wide)}.cookie-banner__text{flex:1;font-weight:700;min-width:280px}.cookie-banner__text p{color:var(--wp--preset--color--contrast);font-size:.9rem;margin:0}.cookie-banner__privacy-link{border-radius:2px;color:var(--wp--preset--color--contrast);font-weight:700;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px}.cookie-banner__privacy-link:hover{background-color:hsla(0,0%,100%,.2);color:var(--wp--preset--color--contrast);text-decoration-thickness:2px}.cookie-banner__privacy-link:focus-visible{background-color:rgba(0,0,0,0) !important;color:var(--wp--preset--color--contrast) !important;outline:2px solid var(--wp--preset--color--contrast) !important;outline-offset:2px !important}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem}.cookie-banner__btn{border:2px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:700;padding:.5rem 1rem;transition:all var(--wp--custom--transition--duration--quick) var(--wp--custom--transition--timing--ease-in)}.cookie-banner__btn:focus-visible{outline:2px solid var(--wp--preset--color--contrast);outline-offset:2px}.cookie-banner__btn--primary{background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--brand-primary)}.cookie-banner__btn--primary:hover{background-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base)}.cookie-banner__btn--secondary{background-color:rgba(0,0,0,0);border:2px solid rgba(0,0,0,0);color:var(--wp--preset--color--contrast)}.cookie-banner__btn--secondary:hover{border-color:var(--wp--preset--color--contrast)}.cookie-preferences{background:none;border:0;color:inherit;cursor:pointer;font:inherit;padding:0;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-underline-offset:2px}.cookie-preferences:hover{color:var(--wp--preset--color--brand-primary)}.cookie-preferences:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.team-member{height:100%;transition:border-left-color var(--wp--custom--transition--duration--quick) var(--wp--custom--transition--timing--ease-in)}.team-member:has(.wp-block-pulsar-team-member-profile-link){border-left:4px solid var(--wp--preset--color--brand-primary) !important}.team-member:has(.wp-block-pulsar-team-member-profile-link:hover){border-left-color:var(--wp--preset--color--brand-secondary) !important}.team-member-title{font-size:var(--wp--preset--font-size--sm);font-weight:var(--wp--custom--typography--font-weight--heading);letter-spacing:var(--wp--custom--typography--letter-spacing--wider);text-transform:uppercase}.glitch-container{align-items:center;background-color:var(--wp--preset--color--base);color:var(--wp--preset--color--contrast);display:flex;flex-direction:column;justify-content:center;min-height:80vh;overflow:hidden;padding:2rem;position:relative}.glitch-container::before{background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03));background-size:100% 4px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.glitch-wrapper{margin-bottom:2rem;position:relative;text-align:center}.glitch{color:var(--wp--preset--color--contrast);font-size:12rem;font-weight:900;letter-spacing:-0.05em;line-height:1;margin:0;position:relative}.glitch::before,.glitch::after{background:var(--wp--preset--color--base);content:attr(data-text);height:100%;left:0;position:absolute;top:0;width:100%}.glitch::before{animation:glitch-anim-1 2500ms infinite linear alternate-reverse;-webkit-clip-path:inset(24% 0 29% 0);clip-path:inset(24% 0 29% 0);left:2px;text-shadow:-2px 0 var(--wp--preset--color--brand-primary)}.glitch::after{animation:glitch-anim-2 3000ms infinite linear alternate-reverse;-webkit-clip-path:inset(54% 0 21% 0);clip-path:inset(54% 0 21% 0);left:-2px;text-shadow:-2px 0 var(--wp--preset--color--brand-secondary)}.glitch:hover::before,.glitch:hover::after{animation-play-state:paused;-webkit-clip-path:none;clip-path:none;color:var(--wp--preset--color--brand-primary);left:0;text-shadow:none;transition:color 300ms}.glitch:hover{color:var(--wp--preset--color--brand-primary)}.subtitle{animation:blink 4000ms infinite;color:var(--wp--preset--color--brand-secondary);font-size:2rem;font-weight:700;letter-spacing:.5em;margin-top:1rem;text-align:center;text-transform:uppercase}.message-box{max-width:500px;text-align:center;z-index:20}.message-box p{color:var(--wp--preset--color--contrast);font-size:1.25rem;font-weight:500;margin-bottom:2rem}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}52%{opacity:0}54%{opacity:1}}@keyframes glitch-anim-1{0%{-webkit-clip-path:inset(20% 0 80% 0);clip-path:inset(20% 0 80% 0)}20%{-webkit-clip-path:inset(60% 0 10% 0);clip-path:inset(60% 0 10% 0)}40%{-webkit-clip-path:inset(40% 0 50% 0);clip-path:inset(40% 0 50% 0)}60%{-webkit-clip-path:inset(80% 0 5% 0);clip-path:inset(80% 0 5% 0)}80%{-webkit-clip-path:inset(10% 0 70% 0);clip-path:inset(10% 0 70% 0)}100%{-webkit-clip-path:inset(30% 0 20% 0);clip-path:inset(30% 0 20% 0)}}@keyframes glitch-anim-2{0%{-webkit-clip-path:inset(10% 0 60% 0);clip-path:inset(10% 0 60% 0)}20%{-webkit-clip-path:inset(30% 0 20% 0);clip-path:inset(30% 0 20% 0)}40%{-webkit-clip-path:inset(70% 0 30% 0);clip-path:inset(70% 0 30% 0)}60%{-webkit-clip-path:inset(20% 0 70% 0);clip-path:inset(20% 0 70% 0)}80%{-webkit-clip-path:inset(50% 0 10% 0);clip-path:inset(50% 0 10% 0)}100%{-webkit-clip-path:inset(5% 0 80% 0);clip-path:inset(5% 0 80% 0)}}@media(max-width: 768px){.glitch{font-size:8rem}.subtitle{font-size:1.25rem}}@media(prefers-reduced-motion: reduce){.glitch::before,.glitch::after,.subtitle{animation:none;-webkit-clip-path:none;clip-path:none;display:none}.glitch{color:var(--wp--preset--color--contrast)}}@media(max-width: 767px){.pattern-shop-by-category .wp-block-term-template.is-layout-grid{grid-template-columns:1fr}}.pattern-hero h1{font-weight:800}.pattern-hero p{margin-left:auto;margin-right:auto;max-width:600px}.pattern-hero p.has-brand-primary-color{letter-spacing:var(--wp--custom--typography--letter-spacing--wide);text-transform:uppercase}.container{padding-left:var(--wp--style--root--padding-left);padding-right:var(--wp--style--root--padding-right)}.container>:where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size)}
